@aws-sdk/client-cloudfront 3.224.0 → 3.229.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 (91) hide show
  1. package/README.md +4 -3
  2. package/dist-cjs/CloudFront.js +15 -0
  3. package/dist-cjs/commands/UpdateDistributionWithStagingConfigCommand.js +46 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoint/ruleset.js +0 -9
  6. package/dist-cjs/models/models_0.js +61 -51
  7. package/dist-cjs/models/models_1.js +60 -5
  8. package/dist-cjs/protocols/Aws_restXml.js +351 -7
  9. package/dist-cjs/runtimeConfig.browser.js +3 -3
  10. package/dist-cjs/runtimeConfig.js +2 -1
  11. package/dist-es/CloudFront.js +15 -0
  12. package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +42 -0
  13. package/dist-es/commands/index.js +1 -0
  14. package/dist-es/endpoint/ruleset.js +0 -9
  15. package/dist-es/models/models_0.js +52 -42
  16. package/dist-es/models/models_1.js +49 -0
  17. package/dist-es/protocols/Aws_restXml.js +344 -2
  18. package/dist-es/runtimeConfig.browser.js +1 -1
  19. package/dist-es/runtimeConfig.js +2 -1
  20. package/dist-types/CloudFront.d.ts +252 -216
  21. package/dist-types/CloudFrontClient.d.ts +7 -5
  22. package/dist-types/commands/AssociateAliasCommand.d.ts +2 -2
  23. package/dist-types/commands/CopyDistributionCommand.d.ts +5 -5
  24. package/dist-types/commands/CreateCachePolicyCommand.d.ts +15 -13
  25. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +4 -3
  26. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +9 -10
  27. package/dist-types/commands/CreateFunctionCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateKeyGroupCommand.d.ts +8 -7
  29. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +2 -2
  30. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +4 -4
  31. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +12 -10
  32. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +4 -4
  34. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +5 -5
  37. package/dist-types/commands/DeleteFunctionCommand.d.ts +5 -5
  38. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -3
  41. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +6 -6
  42. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
  43. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +22 -20
  44. package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -2
  45. package/dist-types/commands/GetCachePolicyCommand.d.ts +5 -5
  46. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +3 -3
  47. package/dist-types/commands/GetKeyGroupCommand.d.ts +3 -2
  48. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -1
  49. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +2 -2
  50. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +6 -5
  51. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +5 -5
  52. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +3 -3
  53. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +2 -2
  54. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +2 -2
  55. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +2 -1
  56. package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
  57. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +8 -8
  58. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +2 -2
  59. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +4 -4
  60. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +2 -1
  62. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +5 -5
  63. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
  64. package/dist-types/commands/PublishFunctionCommand.d.ts +10 -9
  65. package/dist-types/commands/TestFunctionCommand.d.ts +9 -9
  66. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +4 -3
  67. package/dist-types/commands/UpdateDistributionCommand.d.ts +14 -13
  68. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +46 -0
  69. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -3
  70. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
  74. package/dist-types/commands/index.d.ts +1 -0
  75. package/dist-types/models/models_0.d.ts +1291 -1191
  76. package/dist-types/models/models_1.d.ts +488 -325
  77. package/dist-types/protocols/Aws_restXml.d.ts +3 -0
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  79. package/dist-types/runtimeConfig.d.ts +1 -1
  80. package/dist-types/runtimeConfig.native.d.ts +1 -1
  81. package/dist-types/ts3.4/CloudFront.d.ts +23 -0
  82. package/dist-types/ts3.4/CloudFrontClient.d.ts +6 -0
  83. package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +41 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +46 -38
  86. package/dist-types/ts3.4/models/models_1.d.ts +54 -1
  87. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
  91. package/package.json +30 -29
@@ -1,6 +1,79 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
- import { ActiveTrustedSigners, Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, StreamingLoggingConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
3
+ import { ActiveTrustedSigners, Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
4
+ /**
5
+ * <p>The length of the <code>Content-Security-Policy</code> header value in the response
6
+ * headers policy exceeds the maximum.</p>
7
+ * <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
8
+ * <i>Amazon CloudFront Developer Guide</i>.</p>
9
+ */
10
+ export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
11
+ readonly name: "TooLongCSPInResponseHeadersPolicy";
12
+ readonly $fault: "client";
13
+ Message?: string;
14
+ /**
15
+ * @internal
16
+ */
17
+ constructor(opts: __ExceptionOptionType<TooLongCSPInResponseHeadersPolicy, __BaseException>);
18
+ }
19
+ /**
20
+ * <p>The number of custom headers in the response headers policy exceeds the
21
+ * maximum.</p>
22
+ * <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
23
+ * <i>Amazon CloudFront Developer Guide</i>.</p>
24
+ */
25
+ export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseException {
26
+ readonly name: "TooManyCustomHeadersInResponseHeadersPolicy";
27
+ readonly $fault: "client";
28
+ Message?: string;
29
+ /**
30
+ * @internal
31
+ */
32
+ constructor(opts: __ExceptionOptionType<TooManyCustomHeadersInResponseHeadersPolicy, __BaseException>);
33
+ }
34
+ /**
35
+ * <p>You have reached the maximum number of response headers policies for this
36
+ * Amazon Web Services account.</p>
37
+ * <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
38
+ * <i>Amazon CloudFront Developer Guide</i>.</p>
39
+ */
40
+ export declare class TooManyResponseHeadersPolicies extends __BaseException {
41
+ readonly name: "TooManyResponseHeadersPolicies";
42
+ readonly $fault: "client";
43
+ Message?: string;
44
+ /**
45
+ * @internal
46
+ */
47
+ constructor(opts: __ExceptionOptionType<TooManyResponseHeadersPolicies, __BaseException>);
48
+ }
49
+ /**
50
+ * <p>A complex type that controls whether access logs are written for this streaming
51
+ * distribution.</p>
52
+ */
53
+ export interface StreamingLoggingConfig {
54
+ /**
55
+ * <p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't
56
+ * want to enable logging when you create a streaming distribution or if you want to
57
+ * disable logging for an existing streaming distribution, specify <code>false</code> for
58
+ * <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
59
+ * elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
60
+ * values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
61
+ * deleted. </p>
62
+ */
63
+ Enabled: boolean | undefined;
64
+ /**
65
+ * <p>The Amazon S3 bucket to store the access logs in, for example,
66
+ * <code>myawslogbucket.s3.amazonaws.com</code>.</p>
67
+ */
68
+ Bucket: string | undefined;
69
+ /**
70
+ * <p>An optional string that you want CloudFront to prefix to the access log filenames for this
71
+ * streaming distribution, for example, <code>myprefix/</code>. If you want to enable
72
+ * logging, but you don't want to specify a prefix, you still must include an empty
73
+ * <code>Prefix</code> element in the <code>Logging</code> element.</p>
74
+ */
75
+ Prefix: string | undefined;
76
+ }
4
77
  /**
5
78
  * <p>A complex type that contains information about the Amazon S3 bucket from which you want
6
79
  * CloudFront to get your media files for distribution.</p>
@@ -12,8 +85,8 @@ export interface S3Origin {
12
85
  DomainName: string | undefined;
13
86
  /**
14
87
  * <p>The CloudFront origin access identity to associate with the distribution. Use an origin
15
- * access identity to configure the distribution so that end users can only access objects in an
16
- * Amazon S3 bucket through CloudFront.</p>
88
+ * access identity to configure the distribution so that end users can only access objects
89
+ * in an Amazon S3 bucket through CloudFront.</p>
17
90
  * <p>If you want end users to be able to access objects using either the CloudFront URL or the
18
91
  * Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p>
19
92
  * <p>To delete the origin access identity from an existing distribution, update the
@@ -21,9 +94,8 @@ export interface S3Origin {
21
94
  * element.</p>
22
95
  * <p>To replace the origin access identity, update the distribution configuration and
23
96
  * specify the new origin access identity.</p>
24
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using an Origin Access
25
- * Identity to Restrict Access to Your Amazon S3 Content</a> in the <i>
26
- * Amazon CloudFront Developer Guide</i>.</p>
97
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content</a> in
98
+ * the <i> Amazon CloudFront Developer Guide</i>.</p>
27
99
  */
28
100
  OriginAccessIdentity: string | undefined;
29
101
  }
@@ -35,9 +107,11 @@ export interface StreamingDistributionConfig {
35
107
  * <p>A unique value (for example, a date-time stamp) that ensures that the request can't be
36
108
  * replayed.</p>
37
109
  * <p>If the value of <code>CallerReference</code> is new (regardless of the content of the
38
- * <code>StreamingDistributionConfig</code> object), CloudFront creates a new distribution.</p>
39
- * <p>If <code>CallerReference</code> is a value that you already sent in a previous request to
40
- * create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code> error.</p>
110
+ * <code>StreamingDistributionConfig</code> object), CloudFront creates a new
111
+ * distribution.</p>
112
+ * <p>If <code>CallerReference</code> is a value that you already sent in a previous request
113
+ * to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
114
+ * error.</p>
41
115
  */
42
116
  CallerReference: string | undefined;
43
117
  /**
@@ -46,8 +120,8 @@ export interface StreamingDistributionConfig {
46
120
  */
47
121
  S3Origin: S3Origin | undefined;
48
122
  /**
49
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
50
- * for this streaming distribution. </p>
123
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if
124
+ * any, for this streaming distribution. </p>
51
125
  */
52
126
  Aliases?: Aliases;
53
127
  /**
@@ -60,11 +134,11 @@ export interface StreamingDistributionConfig {
60
134
  */
61
135
  Logging?: StreamingLoggingConfig;
62
136
  /**
63
- * <p>A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed
64
- * URLs for private content. If you want the distribution to use signed URLs, include this
65
- * element; if you want the distribution to use public URLs, remove this element. For more
66
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private Content through
67
- * CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
137
+ * <p>A complex type that specifies any Amazon Web Services accounts that you want to permit to create
138
+ * signed URLs for private content. If you want the distribution to use signed URLs,
139
+ * include this element; if you want the distribution to use public URLs, remove this
140
+ * element. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
141
+ * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
68
142
  */
69
143
  TrustedSigners: TrustedSigners | undefined;
70
144
  /**
@@ -88,8 +162,8 @@ export interface CreateStreamingDistributionRequest {
88
162
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
89
163
  }
90
164
  /**
91
- * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to
92
- * track and manage content delivery.</p>
165
+ * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from,
166
+ * and the details about how to track and manage content delivery.</p>
93
167
  */
94
168
  export interface StreamingDistribution {
95
169
  /**
@@ -99,8 +173,8 @@ export interface StreamingDistribution {
99
173
  Id: string | undefined;
100
174
  /**
101
175
  * <p>The ARN (Amazon Resource Name) for the distribution. For example:
102
- * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
103
- * <code>123456789012</code> is your Amazon Web Services account ID.</p>
176
+ * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
177
+ * <code>123456789012</code> is your Amazon Web Services account ID.</p>
104
178
  */
105
179
  ARN: string | undefined;
106
180
  /**
@@ -113,18 +187,20 @@ export interface StreamingDistribution {
113
187
  */
114
188
  LastModifiedTime?: Date;
115
189
  /**
116
- * <p>The domain name that corresponds to the streaming distribution, for example, <code>s5c39gqb8ow64r.cloudfront.net</code>. </p>
190
+ * <p>The domain name that corresponds to the streaming distribution, for example,
191
+ * <code>s5c39gqb8ow64r.cloudfront.net</code>. </p>
117
192
  */
118
193
  DomainName: string | undefined;
119
194
  /**
120
195
  * <p>A complex type that lists the Amazon Web Services accounts, if any, that you included in the
121
- * <code>TrustedSigners</code> complex type for this distribution. These are the accounts that
122
- * you want to allow to create signed URLs for private content.</p>
196
+ * <code>TrustedSigners</code> complex type for this distribution. These are the
197
+ * accounts that you want to allow to create signed URLs for private content.</p>
123
198
  * <p>The <code>Signer</code> complex type lists the Amazon Web Services account number of the trusted
124
- * signer or <code>self</code> if the signer is the Amazon Web Services account that created the distribution.
125
- * The <code>Signer</code> element also includes the IDs of any active CloudFront key pairs that are
126
- * associated with the trusted signer's Amazon Web Services account. If no <code>KeyPairId</code> element
127
- * appears for a <code>Signer</code>, that signer can't create signed URLs.</p>
199
+ * signer or <code>self</code> if the signer is the Amazon Web Services account that created the
200
+ * distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront
201
+ * key pairs that are associated with the trusted signer's Amazon Web Services account. If no
202
+ * <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't
203
+ * create signed URLs.</p>
128
204
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
129
205
  * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
130
206
  */
@@ -143,7 +219,8 @@ export interface CreateStreamingDistributionResult {
143
219
  */
144
220
  StreamingDistribution?: StreamingDistribution;
145
221
  /**
146
- * <p>The fully qualified URI of the new streaming distribution resource just created.</p>
222
+ * <p>The fully qualified URI of the new streaming distribution resource just
223
+ * created.</p>
147
224
  */
148
225
  Location?: string;
149
226
  /**
@@ -152,8 +229,8 @@ export interface CreateStreamingDistributionResult {
152
229
  ETag?: string;
153
230
  }
154
231
  /**
155
- * <p>The caller reference you attempted to create the streaming distribution with
156
- * is associated with another distribution</p>
232
+ * <p>The caller reference you attempted to create the streaming distribution with is
233
+ * associated with another distribution</p>
157
234
  */
158
235
  export declare class StreamingDistributionAlreadyExists extends __BaseException {
159
236
  readonly name: "StreamingDistributionAlreadyExists";
@@ -177,7 +254,8 @@ export declare class TooManyStreamingDistributionCNAMEs extends __BaseException
177
254
  constructor(opts: __ExceptionOptionType<TooManyStreamingDistributionCNAMEs, __BaseException>);
178
255
  }
179
256
  /**
180
- * <p>Processing your request would cause you to exceed the maximum number of streaming distributions allowed.</p>
257
+ * <p>Processing your request would cause you to exceed the maximum number of streaming
258
+ * distributions allowed.</p>
181
259
  */
182
260
  export declare class TooManyStreamingDistributions extends __BaseException {
183
261
  readonly name: "TooManyStreamingDistributions";
@@ -220,7 +298,8 @@ export interface CreateStreamingDistributionWithTagsResult {
220
298
  */
221
299
  StreamingDistribution?: StreamingDistribution;
222
300
  /**
223
- * <p>The fully qualified URI of the new streaming distribution resource just created.</p>
301
+ * <p>The fully qualified URI of the new streaming distribution resource just
302
+ * created.</p>
224
303
  */
225
304
  Location?: string;
226
305
  /**
@@ -238,7 +317,7 @@ export interface DeleteCachePolicyRequest {
238
317
  * <p>The version of the cache policy that you are deleting. The version is the cache
239
318
  * policy’s <code>ETag</code> value, which you can get using
240
319
  * <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or
241
- * <code>GetCachePolicyConfig</code>.</p>
320
+ * <code>GetCachePolicyConfig</code>.</p>
242
321
  */
243
322
  IfMatch?: string;
244
323
  }
@@ -275,8 +354,9 @@ export interface DeleteCloudFrontOriginAccessIdentityRequest {
275
354
  */
276
355
  Id: string | undefined;
277
356
  /**
278
- * <p>The value of the <code>ETag</code> header you received from a previous <code>GET</code>
279
- * or <code>PUT</code> request. For example: <code>E2QWRUHAPOMQZL</code>.</p>
357
+ * <p>The value of the <code>ETag</code> header you received from a previous
358
+ * <code>GET</code> or <code>PUT</code> request. For example:
359
+ * <code>E2QWRUHAPOMQZL</code>.</p>
280
360
  */
281
361
  IfMatch?: string;
282
362
  }
@@ -319,38 +399,39 @@ export interface DeleteContinuousDeploymentPolicyRequest {
319
399
  * </li>
320
400
  * <li>
321
401
  * <p>Update the XML document that was returned in the response to your <code>GET
322
- * Distribution Config</code> request to change the value of <code>Enabled</code> to
323
- * <code>false</code>.</p>
402
+ * Distribution Config</code> request to change the value of
403
+ * <code>Enabled</code> to <code>false</code>.</p>
324
404
  * </li>
325
405
  * <li>
326
- * <p>Submit a <code>PUT Distribution Config</code> request to update the configuration
327
- * for your distribution. In the request body, include the XML document that you updated in
328
- * Step 3. Set the value of the HTTP <code>If-Match</code> header to the value of the
329
- * <code>ETag</code> header that CloudFront returned when you submitted the <code>GET
330
- * Distribution Config</code> request in Step 2.</p>
406
+ * <p>Submit a <code>PUT Distribution Config</code> request to update the
407
+ * configuration for your distribution. In the request body, include the XML
408
+ * document that you updated in Step 3. Set the value of the HTTP
409
+ * <code>If-Match</code> header to the value of the <code>ETag</code> header
410
+ * that CloudFront returned when you submitted the <code>GET Distribution Config</code>
411
+ * request in Step 2.</p>
331
412
  * </li>
332
413
  * <li>
333
- * <p>Review the response to the <code>PUT Distribution Config</code> request to confirm
334
- * that the distribution was successfully disabled.</p>
414
+ * <p>Review the response to the <code>PUT Distribution Config</code> request to
415
+ * confirm that the distribution was successfully disabled.</p>
335
416
  * </li>
336
417
  * <li>
337
- * <p>Submit a <code>GET Distribution</code> request to confirm that your changes have
338
- * propagated. When propagation is complete, the value of <code>Status</code> is
339
- * <code>Deployed</code>.</p>
418
+ * <p>Submit a <code>GET Distribution</code> request to confirm that your changes
419
+ * have propagated. When propagation is complete, the value of <code>Status</code>
420
+ * is <code>Deployed</code>.</p>
340
421
  * </li>
341
422
  * <li>
342
423
  * <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP
343
- * <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront
344
- * returned when you submitted the <code>GET Distribution Config</code> request in Step
345
- * 6.</p>
424
+ * <code>If-Match</code> header to the value of the <code>ETag</code> header
425
+ * that CloudFront returned when you submitted the <code>GET Distribution Config</code>
426
+ * request in Step 6.</p>
346
427
  * </li>
347
428
  * <li>
348
- * <p>Review the response to your <code>DELETE Distribution</code> request to confirm
349
- * that the distribution was successfully deleted.</p>
429
+ * <p>Review the response to your <code>DELETE Distribution</code> request to
430
+ * confirm that the distribution was successfully deleted.</p>
350
431
  * </li>
351
432
  * </ol>
352
- * <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a Distribution</a> in the
353
- * <i>Amazon CloudFront Developer Guide</i>.</p>
433
+ * <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a
434
+ * Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
354
435
  */
355
436
  export interface DeleteDistributionRequest {
356
437
  /**
@@ -364,8 +445,8 @@ export interface DeleteDistributionRequest {
364
445
  IfMatch?: string;
365
446
  }
366
447
  /**
367
- * <p>The specified CloudFront distribution is not disabled. You must disable
368
- * the distribution before you can delete it.</p>
448
+ * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
449
+ * before you can delete it.</p>
369
450
  */
370
451
  export declare class DistributionNotDisabled extends __BaseException {
371
452
  readonly name: "DistributionNotDisabled";
@@ -428,8 +509,8 @@ export interface DeleteFunctionRequest {
428
509
  */
429
510
  Name: string | undefined;
430
511
  /**
431
- * <p>The current version (<code>ETag</code> value) of the function that you are deleting, which
432
- * you can get using <code>DescribeFunction</code>.</p>
512
+ * <p>The current version (<code>ETag</code> value) of the function that you are deleting,
513
+ * which you can get using <code>DescribeFunction</code>.</p>
433
514
  */
434
515
  IfMatch: string | undefined;
435
516
  }
@@ -461,13 +542,13 @@ export declare class NoSuchFunctionExists extends __BaseException {
461
542
  export interface DeleteKeyGroupRequest {
462
543
  /**
463
544
  * <p>The identifier of the key group that you are deleting. To get the identifier, use
464
- * <code>ListKeyGroups</code>.</p>
545
+ * <code>ListKeyGroups</code>.</p>
465
546
  */
466
547
  Id: string | undefined;
467
548
  /**
468
549
  * <p>The version of the key group that you are deleting. The version is the key group’s
469
- * <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code> or
470
- * <code>GetKeyGroupConfig</code>.</p>
550
+ * <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code>
551
+ * or <code>GetKeyGroupConfig</code>.</p>
471
552
  */
472
553
  IfMatch?: string;
473
554
  }
@@ -521,8 +602,8 @@ export interface DeleteOriginAccessControlRequest {
521
602
  */
522
603
  Id: string | undefined;
523
604
  /**
524
- * <p>The current version (<code>ETag</code> value) of the origin access control that you are
525
- * deleting.</p>
605
+ * <p>The current version (<code>ETag</code> value) of the origin access control that you
606
+ * are deleting.</p>
526
607
  */
527
608
  IfMatch?: string;
528
609
  }
@@ -558,10 +639,10 @@ export interface DeleteOriginRequestPolicyRequest {
558
639
  */
559
640
  Id: string | undefined;
560
641
  /**
561
- * <p>The version of the origin request policy that you are deleting. The version is the origin
562
- * request policy’s <code>ETag</code> value, which you can get using
563
- * <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or
564
- * <code>GetOriginRequestPolicyConfig</code>.</p>
642
+ * <p>The version of the origin request policy that you are deleting. The version is the
643
+ * origin request policy’s <code>ETag</code> value, which you can get using
644
+ * <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or
645
+ * <code>GetOriginRequestPolicyConfig</code>.</p>
565
646
  */
566
647
  IfMatch?: string;
567
648
  }
@@ -584,8 +665,8 @@ export interface DeletePublicKeyRequest {
584
665
  */
585
666
  Id: string | undefined;
586
667
  /**
587
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
588
- * public key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
668
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the public
669
+ * key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
589
670
  */
590
671
  IfMatch?: string;
591
672
  }
@@ -612,8 +693,8 @@ export interface DeleteRealtimeLogConfigRequest {
612
693
  ARN?: string;
613
694
  }
614
695
  /**
615
- * <p>Cannot delete the real-time log configuration because it is attached to one or more cache
616
- * behaviors.</p>
696
+ * <p>Cannot delete the real-time log configuration because it is attached to one or more
697
+ * cache behaviors.</p>
617
698
  */
618
699
  export declare class RealtimeLogConfigInUse extends __BaseException {
619
700
  readonly name: "RealtimeLogConfigInUse";
@@ -679,8 +760,8 @@ export declare class NoSuchStreamingDistribution extends __BaseException {
679
760
  constructor(opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>);
680
761
  }
681
762
  /**
682
- * <p>The specified CloudFront distribution is not disabled. You must disable
683
- * the distribution before you can delete it.</p>
763
+ * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
764
+ * before you can delete it.</p>
684
765
  */
685
766
  export declare class StreamingDistributionNotDisabled extends __BaseException {
686
767
  readonly name: "StreamingDistributionNotDisabled";
@@ -715,9 +796,9 @@ export interface GetCachePolicyRequest {
715
796
  /**
716
797
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
717
798
  * distribution’s cache behavior, you can get the policy’s identifier using
718
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is
719
- * not attached to a cache behavior, you can get the identifier using
720
- * <code>ListCachePolicies</code>.</p>
799
+ * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
800
+ * is not attached to a cache behavior, you can get the identifier using
801
+ * <code>ListCachePolicies</code>.</p>
721
802
  */
722
803
  Id: string | undefined;
723
804
  }
@@ -735,9 +816,9 @@ export interface GetCachePolicyConfigRequest {
735
816
  /**
736
817
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
737
818
  * distribution’s cache behavior, you can get the policy’s identifier using
738
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is
739
- * not attached to a cache behavior, you can get the identifier using
740
- * <code>ListCachePolicies</code>.</p>
819
+ * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
820
+ * is not attached to a cache behavior, you can get the identifier using
821
+ * <code>ListCachePolicies</code>.</p>
741
822
  */
742
823
  Id: string | undefined;
743
824
  }
@@ -776,7 +857,7 @@ export interface GetCloudFrontOriginAccessIdentityResult {
776
857
  }
777
858
  /**
778
859
  * <p>The origin access identity's configuration information. For more information, see
779
- * <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html">CloudFrontOriginAccessIdentityConfig</a>.</p>
860
+ * <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html">CloudFrontOriginAccessIdentityConfig</a>.</p>
780
861
  */
781
862
  export interface GetCloudFrontOriginAccessIdentityConfigRequest {
782
863
  /**
@@ -810,7 +891,8 @@ export interface GetContinuousDeploymentPolicyResult {
810
891
  */
811
892
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
812
893
  /**
813
- * <p>The version identifier for the current version of the continuous deployment policy.</p>
894
+ * <p>The version identifier for the current version of the continuous deployment
895
+ * policy.</p>
814
896
  */
815
897
  ETag?: string;
816
898
  }
@@ -827,7 +909,8 @@ export interface GetContinuousDeploymentPolicyConfigResult {
827
909
  */
828
910
  ContinuousDeploymentPolicyConfig?: ContinuousDeploymentPolicyConfig;
829
911
  /**
830
- * <p>The version identifier for the current version of the continuous deployment policy.</p>
912
+ * <p>The version identifier for the current version of the continuous deployment
913
+ * policy.</p>
831
914
  */
832
915
  ETag?: string;
833
916
  }
@@ -836,7 +919,8 @@ export interface GetContinuousDeploymentPolicyConfigResult {
836
919
  */
837
920
  export interface GetDistributionRequest {
838
921
  /**
839
- * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>
922
+ * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
923
+ * returned.</p>
840
924
  */
841
925
  Id: string | undefined;
842
926
  }
@@ -859,7 +943,8 @@ export interface GetDistributionResult {
859
943
  */
860
944
  export interface GetDistributionConfigRequest {
861
945
  /**
862
- * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is returned.</p>
946
+ * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
947
+ * returned.</p>
863
948
  */
864
949
  Id: string | undefined;
865
950
  }
@@ -889,7 +974,8 @@ export interface GetFieldLevelEncryptionResult {
889
974
  */
890
975
  FieldLevelEncryption?: FieldLevelEncryption;
891
976
  /**
892
- * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
977
+ * <p>The current version of the field level encryption configuration. For example:
978
+ * <code>E2QWRUHAPOMQZL</code>.</p>
893
979
  */
894
980
  ETag?: string;
895
981
  }
@@ -905,7 +991,8 @@ export interface GetFieldLevelEncryptionConfigResult {
905
991
  */
906
992
  FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig;
907
993
  /**
908
- * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
994
+ * <p>The current version of the field level encryption configuration. For example:
995
+ * <code>E2QWRUHAPOMQZL</code>.</p>
909
996
  */
910
997
  ETag?: string;
911
998
  }
@@ -921,7 +1008,8 @@ export interface GetFieldLevelEncryptionProfileResult {
921
1008
  */
922
1009
  FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
923
1010
  /**
924
- * <p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1011
+ * <p>The current version of the field level encryption profile. For example:
1012
+ * <code>E2QWRUHAPOMQZL</code>.</p>
925
1013
  */
926
1014
  ETag?: string;
927
1015
  }
@@ -937,7 +1025,8 @@ export interface GetFieldLevelEncryptionProfileConfigResult {
937
1025
  */
938
1026
  FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig;
939
1027
  /**
940
- * <p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1028
+ * <p>The current version of the field-level encryption profile configuration result. For
1029
+ * example: <code>E2QWRUHAPOMQZL</code>.</p>
941
1030
  */
942
1031
  ETag?: string;
943
1032
  }
@@ -984,7 +1073,8 @@ export interface GetInvalidationRequest {
984
1073
  */
985
1074
  export interface GetInvalidationResult {
986
1075
  /**
987
- * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation Complex Type</a>. </p>
1076
+ * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation
1077
+ * Complex Type</a>. </p>
988
1078
  */
989
1079
  Invalidation?: Invalidation;
990
1080
  }
@@ -1003,7 +1093,7 @@ export declare class NoSuchInvalidation extends __BaseException {
1003
1093
  export interface GetKeyGroupRequest {
1004
1094
  /**
1005
1095
  * <p>The identifier of the key group that you are getting. To get the identifier, use
1006
- * <code>ListKeyGroups</code>.</p>
1096
+ * <code>ListKeyGroups</code>.</p>
1007
1097
  */
1008
1098
  Id: string | undefined;
1009
1099
  }
@@ -1042,8 +1132,8 @@ export interface GetMonitoringSubscriptionRequest {
1042
1132
  }
1043
1133
  export interface GetMonitoringSubscriptionResult {
1044
1134
  /**
1045
- * <p>A monitoring subscription. This structure contains information about whether additional
1046
- * CloudWatch metrics are enabled for a given CloudFront distribution.</p>
1135
+ * <p>A monitoring subscription. This structure contains information about whether
1136
+ * additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>
1047
1137
  */
1048
1138
  MonitoringSubscription?: MonitoringSubscription;
1049
1139
  }
@@ -1083,9 +1173,9 @@ export interface GetOriginRequestPolicyRequest {
1083
1173
  /**
1084
1174
  * <p>The unique identifier for the origin request policy. If the origin request policy is
1085
1175
  * attached to a distribution’s cache behavior, you can get the policy’s identifier using
1086
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
1087
- * policy is not attached to a cache behavior, you can get the identifier using
1088
- * <code>ListOriginRequestPolicies</code>.</p>
1176
+ * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
1177
+ * request policy is not attached to a cache behavior, you can get the identifier using
1178
+ * <code>ListOriginRequestPolicies</code>.</p>
1089
1179
  */
1090
1180
  Id: string | undefined;
1091
1181
  }
@@ -1103,9 +1193,9 @@ export interface GetOriginRequestPolicyConfigRequest {
1103
1193
  /**
1104
1194
  * <p>The unique identifier for the origin request policy. If the origin request policy is
1105
1195
  * attached to a distribution’s cache behavior, you can get the policy’s identifier using
1106
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
1107
- * policy is not attached to a cache behavior, you can get the identifier using
1108
- * <code>ListOriginRequestPolicies</code>.</p>
1196
+ * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
1197
+ * request policy is not attached to a cache behavior, you can get the identifier using
1198
+ * <code>ListOriginRequestPolicies</code>.</p>
1109
1199
  */
1110
1200
  Id: string | undefined;
1111
1201
  }
@@ -1262,11 +1352,13 @@ export interface ListCachePoliciesRequest {
1262
1352
  * <ul>
1263
1353
  * <li>
1264
1354
  * <p>
1265
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
1355
+ * <code>managed</code> – Returns only the managed policies created by
1356
+ * Amazon Web Services.</p>
1266
1357
  * </li>
1267
1358
  * <li>
1268
1359
  * <p>
1269
- * <code>custom</code> – Returns only the custom policies created in your Amazon Web Services account.</p>
1360
+ * <code>custom</code> – Returns only the custom policies created in your
1361
+ * Amazon Web Services account.</p>
1270
1362
  * </li>
1271
1363
  * </ul>
1272
1364
  */
@@ -1275,7 +1367,7 @@ export interface ListCachePoliciesRequest {
1275
1367
  * <p>Use this field when paginating results to indicate where to begin in your list of
1276
1368
  * cache policies. The response includes cache policies in the list that occur after the
1277
1369
  * marker. To get the next page of the list, set this field’s value to the value of
1278
- * <code>NextMarker</code> from the current page’s response.</p>
1370
+ * <code>NextMarker</code> from the current page’s response.</p>
1279
1371
  */
1280
1372
  Marker?: string;
1281
1373
  /**
@@ -1295,15 +1387,14 @@ export interface ListCachePoliciesResult {
1295
1387
  export interface ListCloudFrontOriginAccessIdentitiesRequest {
1296
1388
  /**
1297
1389
  * <p>Use this when paginating results to indicate where to begin in your list of origin
1298
- * access identities. The results include identities in the list that occur after the marker. To
1299
- * get the next page of results, set the <code>Marker</code> to the value of the
1300
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
1301
- * identity on that page).</p>
1390
+ * access identities. The results include identities in the list that occur after the
1391
+ * marker. To get the next page of results, set the <code>Marker</code> to the value of the
1392
+ * <code>NextMarker</code> from the current page's response (which is also the ID of
1393
+ * the last identity on that page).</p>
1302
1394
  */
1303
1395
  Marker?: string;
1304
1396
  /**
1305
- * <p>The maximum number of origin access identities you want in the response body.
1306
- * </p>
1397
+ * <p>The maximum number of origin access identities you want in the response body. </p>
1307
1398
  */
1308
1399
  MaxItems?: number;
1309
1400
  }
@@ -1329,31 +1420,31 @@ export interface CloudFrontOriginAccessIdentitySummary {
1329
1420
  }
1330
1421
  /**
1331
1422
  * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the
1332
- * <code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code>
1333
- * resource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with
1334
- * zero or more <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default,
1335
- * your entire list of origin access identities is returned in one single page. If the list is
1423
+ * <code>/<i>CloudFront API
1424
+ * version</i>/origin-access-identity/cloudfront</code> resource. The response
1425
+ * includes a <code>CloudFrontOriginAccessIdentityList</code> element with zero or more
1426
+ * <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default, your
1427
+ * entire list of origin access identities is returned in one single page. If the list is
1336
1428
  * long, you can paginate it using the <code>MaxItems</code> and <code>Marker</code>
1337
1429
  * parameters.</p>
1338
1430
  */
1339
1431
  export interface CloudFrontOriginAccessIdentityList {
1340
1432
  /**
1341
1433
  * <p>Use this when paginating results to indicate where to begin in your list of origin
1342
- * access identities. The results include identities in the list that occur after the marker. To
1343
- * get the next page of results, set the <code>Marker</code> to the value of the
1344
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
1345
- * identity on that page). </p>
1434
+ * access identities. The results include identities in the list that occur after the
1435
+ * marker. To get the next page of results, set the <code>Marker</code> to the value of the
1436
+ * <code>NextMarker</code> from the current page's response (which is also the ID of
1437
+ * the last identity on that page). </p>
1346
1438
  */
1347
1439
  Marker: string | undefined;
1348
1440
  /**
1349
1441
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1350
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
1351
- * origin access identities where they left off. </p>
1442
+ * the value you can use for the <code>Marker</code> request parameter to continue listing
1443
+ * your origin access identities where they left off. </p>
1352
1444
  */
1353
1445
  NextMarker?: string;
1354
1446
  /**
1355
- * <p>The maximum number of origin access identities you want in the response body.
1356
- * </p>
1447
+ * <p>The maximum number of origin access identities you want in the response body. </p>
1357
1448
  */
1358
1449
  MaxItems: number | undefined;
1359
1450
  /**
@@ -1363,12 +1454,14 @@ export interface CloudFrontOriginAccessIdentityList {
1363
1454
  */
1364
1455
  IsTruncated: boolean | undefined;
1365
1456
  /**
1366
- * <p>The number of CloudFront origin access identities that were created by the current Amazon Web Services account.</p>
1457
+ * <p>The number of CloudFront origin access identities that were created by the current
1458
+ * Amazon Web Services account.</p>
1367
1459
  */
1368
1460
  Quantity: number | undefined;
1369
1461
  /**
1370
1462
  * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code>
1371
- * element for each origin access identity that was created by the current Amazon Web Services account.</p>
1463
+ * element for each origin access identity that was created by the current
1464
+ * Amazon Web Services account.</p>
1372
1465
  */
1373
1466
  Items?: CloudFrontOriginAccessIdentitySummary[];
1374
1467
  }
@@ -1404,10 +1497,10 @@ export interface ListConflictingAliasesRequest {
1404
1497
  MaxItems?: number;
1405
1498
  }
1406
1499
  /**
1407
- * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s
1408
- * associated with. The distribution and account IDs are partially hidden, which allows you
1409
- * to identify the distributions and accounts that you own, but helps to protect the
1410
- * information of ones that you don’t own.</p>
1500
+ * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that
1501
+ * it’s associated with. The distribution and account IDs are partially hidden, which
1502
+ * allows you to identify the distributions and accounts that you own, but helps to protect
1503
+ * the information of ones that you don’t own.</p>
1411
1504
  */
1412
1505
  export interface ConflictingAlias {
1413
1506
  /**
@@ -1425,16 +1518,16 @@ export interface ConflictingAlias {
1425
1518
  AccountId?: string;
1426
1519
  }
1427
1520
  /**
1428
- * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that
1429
- * they are associated with. In the list, the distribution and account IDs are partially
1430
- * hidden, which allows you to identify the distributions and accounts that you own, but
1431
- * helps to protect the information of ones that you don’t own.</p>
1521
+ * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts
1522
+ * that they are associated with. In the list, the distribution and account IDs are
1523
+ * partially hidden, which allows you to identify the distributions and accounts that you
1524
+ * own, but helps to protect the information of ones that you don’t own.</p>
1432
1525
  */
1433
1526
  export interface ConflictingAliasesList {
1434
1527
  /**
1435
- * <p>If there are more items in the list than are in this response, this element is present. It
1436
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
1437
- * request to continue listing conflicting aliases where you left off.</p>
1528
+ * <p>If there are more items in the list than are in this response, this element is
1529
+ * present. It contains the value that you should use in the <code>Marker</code> field of a
1530
+ * subsequent request to continue listing conflicting aliases where you left off.</p>
1438
1531
  */
1439
1532
  NextMarker?: string;
1440
1533
  /**
@@ -1484,16 +1577,18 @@ export interface ContinuousDeploymentPolicySummary {
1484
1577
  */
1485
1578
  export interface ContinuousDeploymentPolicyList {
1486
1579
  /**
1487
- * <p>Indicates the next page of continuous deployment policies. To get the next page of the list,
1488
- * use this value in the <code>Marker</code> field of your request.</p>
1580
+ * <p>Indicates the next page of continuous deployment policies. To get the next page of the
1581
+ * list, use this value in the <code>Marker</code> field of your request.</p>
1489
1582
  */
1490
1583
  NextMarker?: string;
1491
1584
  /**
1492
- * <p>The maximum number of continuous deployment policies that were specified in your request.</p>
1585
+ * <p>The maximum number of continuous deployment policies that were specified in your
1586
+ * request.</p>
1493
1587
  */
1494
1588
  MaxItems: number | undefined;
1495
1589
  /**
1496
- * <p>The total number of continuous deployment policies in your Amazon Web Services account, regardless of the <code>MaxItems</code> value.</p>
1590
+ * <p>The total number of continuous deployment policies in your Amazon Web Services account, regardless
1591
+ * of the <code>MaxItems</code> value.</p>
1497
1592
  */
1498
1593
  Quantity: number | undefined;
1499
1594
  /**
@@ -1513,10 +1608,10 @@ export interface ListContinuousDeploymentPoliciesResult {
1513
1608
  export interface ListDistributionsRequest {
1514
1609
  /**
1515
1610
  * <p>Use this when paginating results to indicate where to begin in your list of
1516
- * distributions. The results include distributions in the list that occur after the marker. To
1517
- * get the next page of results, set the <code>Marker</code> to the value of the
1518
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
1519
- * distribution on that page).</p>
1611
+ * distributions. The results include distributions in the list that occur after the
1612
+ * marker. To get the next page of results, set the <code>Marker</code> to the value of the
1613
+ * <code>NextMarker</code> from the current page's response (which is also the ID of
1614
+ * the last distribution on that page).</p>
1520
1615
  */
1521
1616
  Marker?: string;
1522
1617
  /**
@@ -1529,8 +1624,7 @@ export interface ListDistributionsRequest {
1529
1624
  */
1530
1625
  export interface DistributionSummary {
1531
1626
  /**
1532
- * <p>The identifier for the distribution. For example:
1533
- * <code>EDFDVBD632BHDS5</code>.</p>
1627
+ * <p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>.</p>
1534
1628
  */
1535
1629
  Id: string | undefined;
1536
1630
  /**
@@ -1549,12 +1643,13 @@ export interface DistributionSummary {
1549
1643
  */
1550
1644
  LastModifiedTime: Date | undefined;
1551
1645
  /**
1552
- * <p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
1646
+ * <p>The domain name that corresponds to the distribution, for example,
1647
+ * <code>d111111abcdef8.cloudfront.net</code>.</p>
1553
1648
  */
1554
1649
  DomainName: string | undefined;
1555
1650
  /**
1556
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
1557
- * for this distribution.</p>
1651
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if
1652
+ * any, for this distribution.</p>
1558
1653
  */
1559
1654
  Aliases: Aliases | undefined;
1560
1655
  /**
@@ -1569,13 +1664,12 @@ export interface DistributionSummary {
1569
1664
  /**
1570
1665
  * <p>A complex type that describes the default cache behavior if you don't specify a
1571
1666
  * <code>CacheBehavior</code> element or if files don't match any of the values of
1572
- * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one
1573
- * default cache behavior.</p>
1667
+ * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create
1668
+ * exactly one default cache behavior.</p>
1574
1669
  */
1575
1670
  DefaultCacheBehavior: DefaultCacheBehavior | undefined;
1576
1671
  /**
1577
- * <p>A complex type that contains zero or more <code>CacheBehavior</code>
1578
- * elements.</p>
1672
+ * <p>A complex type that contains zero or more <code>CacheBehavior</code> elements.</p>
1579
1673
  */
1580
1674
  CacheBehaviors: CacheBehaviors | undefined;
1581
1675
  /**
@@ -1612,8 +1706,8 @@ export interface DistributionSummary {
1612
1706
  WebACLId: string | undefined;
1613
1707
  /**
1614
1708
  * <p> Specify the maximum HTTP version that you want viewers to use to communicate with
1615
- * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't
1616
- * support <code>HTTP/2</code> will automatically use an earlier version.</p>
1709
+ * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that
1710
+ * don't support <code>HTTP/2</code> will automatically use an earlier version.</p>
1617
1711
  */
1618
1712
  HttpVersion: HttpVersion | string | undefined;
1619
1713
  /**
@@ -1622,13 +1716,18 @@ export interface DistributionSummary {
1622
1716
  */
1623
1717
  IsIPV6Enabled: boolean | undefined;
1624
1718
  /**
1625
- * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content
1626
- * publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP
1627
- * recordal status for CNAMEs associated with distributions.</p>
1628
- * <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html">
1629
- * Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services services in China</i>.</p>
1719
+ * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP)
1720
+ * recordal if they want to serve content publicly on an alternate domain name, also known
1721
+ * as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal
1722
+ * status for CNAMEs associated with distributions.</p>
1723
+ * <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html"> Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services
1724
+ * services in China</i>.</p>
1630
1725
  */
1631
1726
  AliasICPRecordals?: AliasICPRecordal[];
1727
+ /**
1728
+ * <p>Whether the primary distribution has a staging distribution enabled.</p>
1729
+ */
1730
+ Staging: boolean | undefined;
1632
1731
  }
1633
1732
  /**
1634
1733
  * <p>A distribution list.</p>
@@ -1640,8 +1739,8 @@ export interface DistributionList {
1640
1739
  Marker: string | undefined;
1641
1740
  /**
1642
1741
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1643
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
1644
- * distributions where they left off. </p>
1742
+ * the value you can use for the <code>Marker</code> request parameter to continue listing
1743
+ * your distributions where they left off. </p>
1645
1744
  */
1646
1745
  NextMarker?: string;
1647
1746
  /**
@@ -1650,8 +1749,9 @@ export interface DistributionList {
1650
1749
  MaxItems: number | undefined;
1651
1750
  /**
1652
1751
  * <p>A flag that indicates whether more distributions remain to be listed. If your results
1653
- * were truncated, you can make a follow-up pagination request using the <code>Marker</code>
1654
- * request parameter to retrieve more distributions in the list.</p>
1752
+ * were truncated, you can make a follow-up pagination request using the
1753
+ * <code>Marker</code> request parameter to retrieve more distributions in the
1754
+ * list.</p>
1655
1755
  */
1656
1756
  IsTruncated: boolean | undefined;
1657
1757
  /**
@@ -1678,7 +1778,7 @@ export interface ListDistributionsByCachePolicyIdRequest {
1678
1778
  * <p>Use this field when paginating results to indicate where to begin in your list of
1679
1779
  * distribution IDs. The response includes distribution IDs in the list that occur after
1680
1780
  * the marker. To get the next page of the list, set this field’s value to the value of
1681
- * <code>NextMarker</code> from the current page’s response.</p>
1781
+ * <code>NextMarker</code> from the current page’s response.</p>
1682
1782
  */
1683
1783
  Marker?: string;
1684
1784
  /**
@@ -1733,7 +1833,7 @@ export interface ListDistributionsByKeyGroupRequest {
1733
1833
  * <p>Use this field when paginating results to indicate where to begin in your list of
1734
1834
  * distribution IDs. The response includes distribution IDs in the list that occur after
1735
1835
  * the marker. To get the next page of the list, set this field’s value to the value of
1736
- * <code>NextMarker</code> from the current page’s response.</p>
1836
+ * <code>NextMarker</code> from the current page’s response.</p>
1737
1837
  */
1738
1838
  Marker?: string;
1739
1839
  /**
@@ -1756,7 +1856,7 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
1756
1856
  * <p>Use this field when paginating results to indicate where to begin in your list of
1757
1857
  * distribution IDs. The response includes distribution IDs in the list that occur after
1758
1858
  * the marker. To get the next page of the list, set this field’s value to the value of
1759
- * <code>NextMarker</code> from the current page’s response.</p>
1859
+ * <code>NextMarker</code> from the current page’s response.</p>
1760
1860
  */
1761
1861
  Marker?: string;
1762
1862
  /**
@@ -1780,7 +1880,7 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
1780
1880
  * <p>Use this field when paginating results to indicate where to begin in your list of
1781
1881
  * distributions. The response includes distributions in the list that occur after the
1782
1882
  * marker. To get the next page of the list, set this field’s value to the value of
1783
- * <code>NextMarker</code> from the current page’s response.</p>
1883
+ * <code>NextMarker</code> from the current page’s response.</p>
1784
1884
  */
1785
1885
  Marker?: string;
1786
1886
  /**
@@ -1835,10 +1935,11 @@ export interface ListDistributionsByResponseHeadersPolicyIdResult {
1835
1935
  export interface ListDistributionsByWebACLIdRequest {
1836
1936
  /**
1837
1937
  * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If
1838
- * you have more than <code>MaxItems</code> distributions that satisfy the request, the response
1839
- * includes a <code>NextMarker</code> element. To get the next page of results, submit another
1840
- * request. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code>
1841
- * from the last response. (For the first request, omit <code>Marker</code>.) </p>
1938
+ * you have more than <code>MaxItems</code> distributions that satisfy the request, the
1939
+ * response includes a <code>NextMarker</code> element. To get the next page of results,
1940
+ * submit another request. For the value of <code>Marker</code>, specify the value of
1941
+ * <code>NextMarker</code> from the last response. (For the first request, omit
1942
+ * <code>Marker</code>.) </p>
1842
1943
  */
1843
1944
  Marker?: string;
1844
1945
  /**
@@ -1847,8 +1948,8 @@ export interface ListDistributionsByWebACLIdRequest {
1847
1948
  */
1848
1949
  MaxItems?: number;
1849
1950
  /**
1850
- * <p>The ID of the WAF web ACL that you want to list the associated distributions.
1851
- * If you specify "null" for the ID, the request returns a list of the distributions that aren't
1951
+ * <p>The ID of the WAF web ACL that you want to list the associated distributions. If you
1952
+ * specify "null" for the ID, the request returns a list of the distributions that aren't
1852
1953
  * associated with a web ACL.</p>
1853
1954
  */
1854
1955
  WebACLId: string | undefined;
@@ -1865,13 +1966,16 @@ export interface ListDistributionsByWebACLIdResult {
1865
1966
  }
1866
1967
  export interface ListFieldLevelEncryptionConfigsRequest {
1867
1968
  /**
1868
- * <p>Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that
1869
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1870
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page). </p>
1969
+ * <p>Use this when paginating results to indicate where to begin in your list of
1970
+ * configurations. The results include configurations in the list that occur after the
1971
+ * marker. To get the next page of results, set the <code>Marker</code> to the value of the
1972
+ * <code>NextMarker</code> from the current page's response (which is also the ID of
1973
+ * the last configuration on that page). </p>
1871
1974
  */
1872
1975
  Marker?: string;
1873
1976
  /**
1874
- * <p>The maximum number of field-level encryption configurations you want in the response body. </p>
1977
+ * <p>The maximum number of field-level encryption configurations you want in the response
1978
+ * body. </p>
1875
1979
  */
1876
1980
  MaxItems?: number;
1877
1981
  }
@@ -1888,20 +1992,16 @@ export interface FieldLevelEncryptionSummary {
1888
1992
  */
1889
1993
  LastModifiedTime: Date | undefined;
1890
1994
  /**
1891
- * <p>An optional comment about the field-level encryption item. The comment cannot be longer than
1892
- * 128 characters.</p>
1995
+ * <p>An optional comment about the field-level encryption item. The comment cannot be
1996
+ * longer than 128 characters.</p>
1893
1997
  */
1894
1998
  Comment?: string;
1895
1999
  /**
1896
- * <p>
1897
- * A summary of a query argument-profile mapping.
1898
- * </p>
2000
+ * <p> A summary of a query argument-profile mapping. </p>
1899
2001
  */
1900
2002
  QueryArgProfileConfig?: QueryArgProfileConfig;
1901
2003
  /**
1902
- * <p>
1903
- * A summary of a content type-profile mapping.
1904
- * </p>
2004
+ * <p> A summary of a content type-profile mapping. </p>
1905
2005
  */
1906
2006
  ContentTypeProfileConfig?: ContentTypeProfileConfig;
1907
2007
  }
@@ -1910,9 +2010,9 @@ export interface FieldLevelEncryptionSummary {
1910
2010
  */
1911
2011
  export interface FieldLevelEncryptionList {
1912
2012
  /**
1913
- * <p>If there are more elements to be listed, this element is present and contains
1914
- * the value that you can use for the <code>Marker</code> request parameter to continue
1915
- * listing your configurations where you left off.</p>
2013
+ * <p>If there are more elements to be listed, this element is present and contains the
2014
+ * value that you can use for the <code>Marker</code> request parameter to continue listing
2015
+ * your configurations where you left off.</p>
1916
2016
  */
1917
2017
  NextMarker?: string;
1918
2018
  /**
@@ -1930,19 +2030,23 @@ export interface FieldLevelEncryptionList {
1930
2030
  }
1931
2031
  export interface ListFieldLevelEncryptionConfigsResult {
1932
2032
  /**
1933
- * <p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>
2033
+ * <p>Returns a list of all field-level encryption configurations that have been created in
2034
+ * CloudFront for this account.</p>
1934
2035
  */
1935
2036
  FieldLevelEncryptionList?: FieldLevelEncryptionList;
1936
2037
  }
1937
2038
  export interface ListFieldLevelEncryptionProfilesRequest {
1938
2039
  /**
1939
- * <p>Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that
1940
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1941
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page). </p>
2040
+ * <p>Use this when paginating results to indicate where to begin in your list of profiles.
2041
+ * The results include profiles in the list that occur after the marker. To get the next
2042
+ * page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
2043
+ * from the current page's response (which is also the ID of the last profile on that
2044
+ * page). </p>
1942
2045
  */
1943
2046
  Marker?: string;
1944
2047
  /**
1945
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
2048
+ * <p>The maximum number of field-level encryption profiles you want in the response body.
2049
+ * </p>
1946
2050
  */
1947
2051
  MaxItems?: number;
1948
2052
  }
@@ -1963,13 +2067,14 @@ export interface FieldLevelEncryptionProfileSummary {
1963
2067
  */
1964
2068
  Name: string | undefined;
1965
2069
  /**
1966
- * <p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and
1967
- * field patterns for specifying which fields to encrypt with this key.</p>
2070
+ * <p>A complex data type of encryption entities for the field-level encryption profile that
2071
+ * include the public key ID, provider, and field patterns for specifying which fields to
2072
+ * encrypt with this key.</p>
1968
2073
  */
1969
2074
  EncryptionEntities: EncryptionEntities | undefined;
1970
2075
  /**
1971
- * <p>An optional comment for the field-level encryption profile summary. The comment cannot be
1972
- * longer than 128 characters.</p>
2076
+ * <p>An optional comment for the field-level encryption profile summary. The comment cannot
2077
+ * be longer than 128 characters.</p>
1973
2078
  */
1974
2079
  Comment?: string;
1975
2080
  }
@@ -1978,13 +2083,14 @@ export interface FieldLevelEncryptionProfileSummary {
1978
2083
  */
1979
2084
  export interface FieldLevelEncryptionProfileList {
1980
2085
  /**
1981
- * <p>If there are more elements to be listed, this element is present and contains
1982
- * the value that you can use for the <code>Marker</code> request parameter to continue
1983
- * listing your profiles where you left off.</p>
2086
+ * <p>If there are more elements to be listed, this element is present and contains the
2087
+ * value that you can use for the <code>Marker</code> request parameter to continue listing
2088
+ * your profiles where you left off.</p>
1984
2089
  */
1985
2090
  NextMarker?: string;
1986
2091
  /**
1987
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
2092
+ * <p>The maximum number of field-level encryption profiles you want in the response body.
2093
+ * </p>
1988
2094
  */
1989
2095
  MaxItems: number | undefined;
1990
2096
  /**
@@ -1998,7 +2104,8 @@ export interface FieldLevelEncryptionProfileList {
1998
2104
  }
1999
2105
  export interface ListFieldLevelEncryptionProfilesResult {
2000
2106
  /**
2001
- * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>
2107
+ * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront
2108
+ * for this account.</p>
2002
2109
  */
2003
2110
  FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList;
2004
2111
  }
@@ -2007,7 +2114,7 @@ export interface ListFunctionsRequest {
2007
2114
  * <p>Use this field when paginating results to indicate where to begin in your list of
2008
2115
  * functions. The response includes functions in the list that occur after the marker. To
2009
2116
  * get the next page of the list, set this field’s value to the value of
2010
- * <code>NextMarker</code> from the current page’s response.</p>
2117
+ * <code>NextMarker</code> from the current page’s response.</p>
2011
2118
  */
2012
2119
  Marker?: string;
2013
2120
  /**
@@ -2059,16 +2166,16 @@ export interface ListInvalidationsRequest {
2059
2166
  DistributionId: string | undefined;
2060
2167
  /**
2061
2168
  * <p>Use this parameter when paginating results to indicate where to begin in your list of
2062
- * invalidation batches. Because the results are returned in decreasing order from most recent to
2063
- * oldest, the most recent results are on the first page, the second page will contain earlier
2064
- * results, and so on. To get the next page of results, set <code>Marker</code> to the value of
2065
- * the <code>NextMarker</code> from the current page's response. This value is the same as the ID
2066
- * of the last invalidation batch on that page. </p>
2169
+ * invalidation batches. Because the results are returned in decreasing order from most
2170
+ * recent to oldest, the most recent results are on the first page, the second page will
2171
+ * contain earlier results, and so on. To get the next page of results, set
2172
+ * <code>Marker</code> to the value of the <code>NextMarker</code> from the current
2173
+ * page's response. This value is the same as the ID of the last invalidation batch on that
2174
+ * page. </p>
2067
2175
  */
2068
2176
  Marker?: string;
2069
2177
  /**
2070
- * <p>The maximum number of invalidation batches that you want in the response
2071
- * body.</p>
2178
+ * <p>The maximum number of invalidation batches that you want in the response body.</p>
2072
2179
  */
2073
2180
  MaxItems?: number;
2074
2181
  }
@@ -2091,8 +2198,8 @@ export interface InvalidationSummary {
2091
2198
  }
2092
2199
  /**
2093
2200
  * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
2094
- * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects (Web Distributions Only)</a> in
2095
- * the <i>Amazon CloudFront Developer Guide</i>.</p>
2201
+ * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects
2202
+ * (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2096
2203
  */
2097
2204
  export interface InvalidationList {
2098
2205
  /**
@@ -2101,8 +2208,8 @@ export interface InvalidationList {
2101
2208
  Marker: string | undefined;
2102
2209
  /**
2103
2210
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
2104
- * the value that you can use for the <code>Marker</code> request parameter to continue listing
2105
- * your invalidation batches where they left off.</p>
2211
+ * the value that you can use for the <code>Marker</code> request parameter to continue
2212
+ * listing your invalidation batches where they left off.</p>
2106
2213
  */
2107
2214
  NextMarker?: string;
2108
2215
  /**
@@ -2141,7 +2248,7 @@ export interface ListKeyGroupsRequest {
2141
2248
  * <p>Use this field when paginating results to indicate where to begin in your list of key
2142
2249
  * groups. The response includes key groups in the list that occur after the marker. To get
2143
2250
  * the next page of the list, set this field’s value to the value of
2144
- * <code>NextMarker</code> from the current page’s response.</p>
2251
+ * <code>NextMarker</code> from the current page’s response.</p>
2145
2252
  */
2146
2253
  Marker?: string;
2147
2254
  /**
@@ -2163,9 +2270,9 @@ export interface KeyGroupSummary {
2163
2270
  */
2164
2271
  export interface KeyGroupList {
2165
2272
  /**
2166
- * <p>If there are more items in the list than are in this response, this element is present. It
2167
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
2168
- * request to continue listing key groups.</p>
2273
+ * <p>If there are more items in the list than are in this response, this element is
2274
+ * present. It contains the value that you should use in the <code>Marker</code> field of a
2275
+ * subsequent request to continue listing key groups.</p>
2169
2276
  */
2170
2277
  NextMarker?: string;
2171
2278
  /**
@@ -2189,10 +2296,10 @@ export interface ListKeyGroupsResult {
2189
2296
  }
2190
2297
  export interface ListOriginAccessControlsRequest {
2191
2298
  /**
2192
- * <p>Use this field when paginating results to indicate where to begin in your list of origin
2193
- * access controls. The response includes the items in the list that occur after the
2299
+ * <p>Use this field when paginating results to indicate where to begin in your list of
2300
+ * origin access controls. The response includes the items in the list that occur after the
2194
2301
  * marker. To get the next page of the list, set this field's value to the value of
2195
- * <code>NextMarker</code> from the current page's response.</p>
2302
+ * <code>NextMarker</code> from the current page's response.</p>
2196
2303
  */
2197
2304
  Marker?: string;
2198
2305
  /**
@@ -2232,22 +2339,23 @@ export interface OriginAccessControlSummary {
2232
2339
  * <li>
2233
2340
  * <p>
2234
2341
  * <code>always</code> – CloudFront signs all origin requests, overwriting the
2235
- * <code>Authorization</code> header from the viewer request if necessary.</p>
2342
+ * <code>Authorization</code> header from the viewer request if
2343
+ * necessary.</p>
2236
2344
  * </li>
2237
2345
  * <li>
2238
2346
  * <p>
2239
2347
  * <code>no-override</code> – If the viewer request doesn't contain the
2240
- * <code>Authorization</code> header, CloudFront signs the origin request. If the viewer
2241
- * request contains the <code>Authorization</code> header, CloudFront doesn't sign the
2242
- * origin request, but instead passes along the <code>Authorization</code> header
2243
- * that it received in the viewer request.</p>
2348
+ * <code>Authorization</code> header, CloudFront signs the origin request. If the
2349
+ * viewer request contains the <code>Authorization</code> header, CloudFront doesn't sign
2350
+ * the origin request, but instead passes along the <code>Authorization</code>
2351
+ * header that it received in the viewer request.</p>
2244
2352
  * </li>
2245
2353
  * </ul>
2246
2354
  */
2247
2355
  SigningBehavior: OriginAccessControlSigningBehaviors | string | undefined;
2248
2356
  /**
2249
2357
  * <p>The type of origin that this origin access control is for. The only valid value is
2250
- * <code>s3</code>.</p>
2358
+ * <code>s3</code>.</p>
2251
2359
  */
2252
2360
  OriginAccessControlOriginType: OriginAccessControlOriginTypes | string | undefined;
2253
2361
  }
@@ -2260,9 +2368,9 @@ export interface OriginAccessControlList {
2260
2368
  */
2261
2369
  Marker: string | undefined;
2262
2370
  /**
2263
- * <p>If there are more items in the list than are in this response, this element is present. It
2264
- * contains the value to use in the <code>Marker</code> field of another request to
2265
- * continue listing origin access controls.</p>
2371
+ * <p>If there are more items in the list than are in this response, this element is
2372
+ * present. It contains the value to use in the <code>Marker</code> field of another
2373
+ * request to continue listing origin access controls.</p>
2266
2374
  */
2267
2375
  NextMarker?: string;
2268
2376
  /**
@@ -2271,7 +2379,7 @@ export interface OriginAccessControlList {
2271
2379
  MaxItems: number | undefined;
2272
2380
  /**
2273
2381
  * <p>If there are more items in the list than are in this response, this value is
2274
- * <code>true</code>.</p>
2382
+ * <code>true</code>.</p>
2275
2383
  */
2276
2384
  IsTruncated: boolean | undefined;
2277
2385
  /**
@@ -2300,11 +2408,13 @@ export interface ListOriginRequestPoliciesRequest {
2300
2408
  * <ul>
2301
2409
  * <li>
2302
2410
  * <p>
2303
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
2411
+ * <code>managed</code> – Returns only the managed policies created by
2412
+ * Amazon Web Services.</p>
2304
2413
  * </li>
2305
2414
  * <li>
2306
2415
  * <p>
2307
- * <code>custom</code> – Returns only the custom policies created in your Amazon Web Services account.</p>
2416
+ * <code>custom</code> – Returns only the custom policies created in your
2417
+ * Amazon Web Services account.</p>
2308
2418
  * </li>
2309
2419
  * </ul>
2310
2420
  */
@@ -2327,7 +2437,7 @@ export interface ListOriginRequestPoliciesRequest {
2327
2437
  export interface OriginRequestPolicySummary {
2328
2438
  /**
2329
2439
  * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or
2330
- * <code>custom</code> (created in this Amazon Web Services account).</p>
2440
+ * <code>custom</code> (created in this Amazon Web Services account).</p>
2331
2441
  */
2332
2442
  Type: OriginRequestPolicyType | string | undefined;
2333
2443
  /**
@@ -2367,9 +2477,11 @@ export interface ListOriginRequestPoliciesResult {
2367
2477
  }
2368
2478
  export interface ListPublicKeysRequest {
2369
2479
  /**
2370
- * <p>Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that
2371
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
2372
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page). </p>
2480
+ * <p>Use this when paginating results to indicate where to begin in your list of public
2481
+ * keys. The results include public keys in the list that occur after the marker. To get
2482
+ * the next page of results, set the <code>Marker</code> to the value of the
2483
+ * <code>NextMarker</code> from the current page's response (which is also the ID of
2484
+ * the last public key on that page). </p>
2373
2485
  */
2374
2486
  Marker?: string;
2375
2487
  /**
@@ -2408,9 +2520,9 @@ export interface PublicKeySummary {
2408
2520
  */
2409
2521
  export interface PublicKeyList {
2410
2522
  /**
2411
- * <p>If there are more elements to be listed, this element is present and contains
2412
- * the value that you can use for the <code>Marker</code> request parameter to continue
2413
- * listing your public keys where you left off.</p>
2523
+ * <p>If there are more elements to be listed, this element is present and contains the
2524
+ * value that you can use for the <code>Marker</code> request parameter to continue listing
2525
+ * your public keys where you left off.</p>
2414
2526
  */
2415
2527
  NextMarker?: string;
2416
2528
  /**
@@ -2428,20 +2540,22 @@ export interface PublicKeyList {
2428
2540
  }
2429
2541
  export interface ListPublicKeysResult {
2430
2542
  /**
2431
- * <p>Returns a list of all public keys that have been added to CloudFront for this account.</p>
2543
+ * <p>Returns a list of all public keys that have been added to CloudFront for this
2544
+ * account.</p>
2432
2545
  */
2433
2546
  PublicKeyList?: PublicKeyList;
2434
2547
  }
2435
2548
  export interface ListRealtimeLogConfigsRequest {
2436
2549
  /**
2437
- * <p>The maximum number of real-time log configurations that you want in the response.</p>
2550
+ * <p>The maximum number of real-time log configurations that you want in the
2551
+ * response.</p>
2438
2552
  */
2439
2553
  MaxItems?: number;
2440
2554
  /**
2441
- * <p>Use this field when paginating results to indicate where to begin in your list of real-time
2442
- * log configurations. The response includes real-time log configurations in the list that
2443
- * occur after the marker. To get the next page of the list, set this field’s value to the
2444
- * value of <code>NextMarker</code> from the current page’s response.</p>
2555
+ * <p>Use this field when paginating results to indicate where to begin in your list of
2556
+ * real-time log configurations. The response includes real-time log configurations in the
2557
+ * list that occur after the marker. To get the next page of the list, set this field’s
2558
+ * value to the value of <code>NextMarker</code> from the current page’s response.</p>
2445
2559
  */
2446
2560
  Marker?: string;
2447
2561
  }
@@ -2458,19 +2572,20 @@ export interface RealtimeLogConfigs {
2458
2572
  */
2459
2573
  Items?: RealtimeLogConfig[];
2460
2574
  /**
2461
- * <p>A flag that indicates whether there are more real-time log configurations than are contained
2462
- * in this list.</p>
2575
+ * <p>A flag that indicates whether there are more real-time log configurations than are
2576
+ * contained in this list.</p>
2463
2577
  */
2464
2578
  IsTruncated: boolean | undefined;
2465
2579
  /**
2466
- * <p>This parameter indicates where this list of real-time log configurations begins. This list
2467
- * includes real-time log configurations that occur after the marker.</p>
2580
+ * <p>This parameter indicates where this list of real-time log configurations begins. This
2581
+ * list includes real-time log configurations that occur after the marker.</p>
2468
2582
  */
2469
2583
  Marker: string | undefined;
2470
2584
  /**
2471
- * <p>If there are more items in the list than are in this response, this element is present. It
2472
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
2473
- * request to continue listing real-time log configurations where you left off. </p>
2585
+ * <p>If there are more items in the list than are in this response, this element is
2586
+ * present. It contains the value that you should use in the <code>Marker</code> field of a
2587
+ * subsequent request to continue listing real-time log configurations where you left off.
2588
+ * </p>
2474
2589
  */
2475
2590
  NextMarker?: string;
2476
2591
  }
@@ -2502,14 +2617,15 @@ export interface ListResponseHeadersPoliciesRequest {
2502
2617
  */
2503
2618
  Type?: ResponseHeadersPolicyType | string;
2504
2619
  /**
2505
- * <p>Use this field when paginating results to indicate where to begin in your list of response
2506
- * headers policies. The response includes response headers policies in the list that occur
2507
- * after the marker. To get the next page of the list, set this field’s value to the value
2508
- * of <code>NextMarker</code> from the current page’s response. </p>
2620
+ * <p>Use this field when paginating results to indicate where to begin in your list of
2621
+ * response headers policies. The response includes response headers policies in the list
2622
+ * that occur after the marker. To get the next page of the list, set this field’s value to
2623
+ * the value of <code>NextMarker</code> from the current page’s response. </p>
2509
2624
  */
2510
2625
  Marker?: string;
2511
2626
  /**
2512
- * <p>The maximum number of response headers policies that you want to get in the response.</p>
2627
+ * <p>The maximum number of response headers policies that you want to get in the
2628
+ * response.</p>
2513
2629
  */
2514
2630
  MaxItems?: number;
2515
2631
  }
@@ -2532,9 +2648,10 @@ export interface ResponseHeadersPolicySummary {
2532
2648
  */
2533
2649
  export interface ResponseHeadersPolicyList {
2534
2650
  /**
2535
- * <p>If there are more items in the list than are in this response, this element is present. It
2536
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
2537
- * request to continue listing response headers policies where you left off.</p>
2651
+ * <p>If there are more items in the list than are in this response, this element is
2652
+ * present. It contains the value that you should use in the <code>Marker</code> field of a
2653
+ * subsequent request to continue listing response headers policies where you left
2654
+ * off.</p>
2538
2655
  */
2539
2656
  NextMarker?: string;
2540
2657
  /**
@@ -2579,14 +2696,14 @@ export interface StreamingDistributionSummary {
2579
2696
  Id: string | undefined;
2580
2697
  /**
2581
2698
  * <p> The ARN (Amazon Resource Name) for the streaming distribution. For example:
2582
- * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where
2583
- * <code>123456789012</code> is your Amazon Web Services account ID.</p>
2699
+ * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>,
2700
+ * where <code>123456789012</code> is your Amazon Web Services account ID.</p>
2584
2701
  */
2585
2702
  ARN: string | undefined;
2586
2703
  /**
2587
2704
  * <p> Indicates the current status of the distribution. When the status is
2588
- * <code>Deployed</code>, the distribution's information is fully propagated throughout the
2589
- * Amazon CloudFront system.</p>
2705
+ * <code>Deployed</code>, the distribution's information is fully propagated throughout
2706
+ * the Amazon CloudFront system.</p>
2590
2707
  */
2591
2708
  Status: string | undefined;
2592
2709
  /**
@@ -2594,7 +2711,8 @@ export interface StreamingDistributionSummary {
2594
2711
  */
2595
2712
  LastModifiedTime: Date | undefined;
2596
2713
  /**
2597
- * <p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
2714
+ * <p>The domain name corresponding to the distribution, for example,
2715
+ * <code>d111111abcdef8.cloudfront.net</code>.</p>
2598
2716
  */
2599
2717
  DomainName: string | undefined;
2600
2718
  /**
@@ -2603,24 +2721,24 @@ export interface StreamingDistributionSummary {
2603
2721
  */
2604
2722
  S3Origin: S3Origin | undefined;
2605
2723
  /**
2606
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
2607
- * for this streaming distribution.</p>
2724
+ * <p>A complex type that contains information about CNAMEs (alternate domain names), if
2725
+ * any, for this streaming distribution.</p>
2608
2726
  */
2609
2727
  Aliases: Aliases | undefined;
2610
2728
  /**
2611
2729
  * <p>A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to
2612
- * create signed URLs for private content. If you want to require signed URLs in requests for
2613
- * objects in the target origin that match the <code>PathPattern</code> for this cache behavior,
2614
- * specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for
2615
- * <code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in
2616
- * requests for objects that match <code>PathPattern</code>, specify <code>false</code> for
2617
- * <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.
2618
- * To add, change, or remove one or more trusted signers, change <code>Enabled</code> to
2619
- * <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as
2620
- * applicable, and specify all of the trusted signers that you want to include in the updated
2621
- * distribution.</p>
2730
+ * create signed URLs for private content. If you want to require signed URLs in requests
2731
+ * for objects in the target origin that match the <code>PathPattern</code> for this cache
2732
+ * behavior, specify <code>true</code> for <code>Enabled</code>, and specify the applicable
2733
+ * values for <code>Quantity</code> and <code>Items</code>.If you don't want to require
2734
+ * signed URLs in requests for objects that match <code>PathPattern</code>, specify
2735
+ * <code>false</code> for <code>Enabled</code> and <code>0</code> for
2736
+ * <code>Quantity</code>. Omit <code>Items</code>. To add, change, or remove one or
2737
+ * more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's
2738
+ * currently <code>false</code>), change <code>Quantity</code> as applicable, and specify
2739
+ * all of the trusted signers that you want to include in the updated distribution.</p>
2622
2740
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
2623
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
2741
+ * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
2624
2742
  */
2625
2743
  TrustedSigners: TrustedSigners | undefined;
2626
2744
  /**
@@ -2647,8 +2765,8 @@ export interface StreamingDistributionList {
2647
2765
  Marker: string | undefined;
2648
2766
  /**
2649
2767
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
2650
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
2651
- * RTMP distributions where they left off. </p>
2768
+ * the value you can use for the <code>Marker</code> request parameter to continue listing
2769
+ * your RTMP distributions where they left off. </p>
2652
2770
  */
2653
2771
  NextMarker?: string;
2654
2772
  /**
@@ -2656,9 +2774,10 @@ export interface StreamingDistributionList {
2656
2774
  */
2657
2775
  MaxItems: number | undefined;
2658
2776
  /**
2659
- * <p>A flag that indicates whether more streaming distributions remain to be listed. If your
2660
- * results were truncated, you can make a follow-up pagination request using the
2661
- * <code>Marker</code> request parameter to retrieve more distributions in the list. </p>
2777
+ * <p>A flag that indicates whether more streaming distributions remain to be listed. If
2778
+ * your results were truncated, you can make a follow-up pagination request using the
2779
+ * <code>Marker</code> request parameter to retrieve more distributions in the list.
2780
+ * </p>
2662
2781
  */
2663
2782
  IsTruncated: boolean | undefined;
2664
2783
  /**
@@ -2705,8 +2824,8 @@ export interface PublishFunctionRequest {
2705
2824
  */
2706
2825
  Name: string | undefined;
2707
2826
  /**
2708
- * <p>The current version (<code>ETag</code> value) of the function that you are publishing, which
2709
- * you can get using <code>DescribeFunction</code>.</p>
2827
+ * <p>The current version (<code>ETag</code> value) of the function that you are publishing,
2828
+ * which you can get using <code>DescribeFunction</code>.</p>
2710
2829
  */
2711
2830
  IfMatch: string | undefined;
2712
2831
  }
@@ -2747,18 +2866,18 @@ export interface TestFunctionRequest {
2747
2866
  */
2748
2867
  Name: string | undefined;
2749
2868
  /**
2750
- * <p>The current version (<code>ETag</code> value) of the function that you are testing, which
2751
- * you can get using <code>DescribeFunction</code>.</p>
2869
+ * <p>The current version (<code>ETag</code> value) of the function that you are testing,
2870
+ * which you can get using <code>DescribeFunction</code>.</p>
2752
2871
  */
2753
2872
  IfMatch: string | undefined;
2754
2873
  /**
2755
2874
  * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
2756
- * <code>LIVE</code>.</p>
2875
+ * <code>LIVE</code>.</p>
2757
2876
  */
2758
2877
  Stage?: FunctionStage | string;
2759
2878
  /**
2760
- * <p>The event object to test the function with. For more information about the structure of the
2761
- * event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2879
+ * <p>The event object to test the function with. For more information about the structure
2880
+ * of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2762
2881
  */
2763
2882
  EventObject: Uint8Array | undefined;
2764
2883
  }
@@ -2787,9 +2906,9 @@ export interface TestResult {
2787
2906
  */
2788
2907
  FunctionErrorMessage?: string;
2789
2908
  /**
2790
- * <p>The event object returned by the function. For more information about the structure of the
2791
- * event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event object
2792
- * structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2909
+ * <p>The event object returned by the function. For more information about the structure of
2910
+ * the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event
2911
+ * object structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2793
2912
  */
2794
2913
  FunctionOutput?: string;
2795
2914
  }
@@ -2828,15 +2947,15 @@ export interface UpdateCachePolicyRequest {
2828
2947
  */
2829
2948
  CachePolicyConfig: CachePolicyConfig | undefined;
2830
2949
  /**
2831
- * <p>The unique identifier for the cache policy that you are updating. The identifier is returned
2832
- * in a cache behavior’s <code>CachePolicyId</code> field in the response to
2833
- * <code>GetDistributionConfig</code>.</p>
2950
+ * <p>The unique identifier for the cache policy that you are updating. The identifier is
2951
+ * returned in a cache behavior’s <code>CachePolicyId</code> field in the response to
2952
+ * <code>GetDistributionConfig</code>.</p>
2834
2953
  */
2835
2954
  Id: string | undefined;
2836
2955
  /**
2837
- * <p>The version of the cache policy that you are updating. The version is returned in the cache
2838
- * policy’s <code>ETag</code> field in the response to
2839
- * <code>GetCachePolicyConfig</code>.</p>
2956
+ * <p>The version of the cache policy that you are updating. The version is returned in the
2957
+ * cache policy’s <code>ETag</code> field in the response to
2958
+ * <code>GetCachePolicyConfig</code>.</p>
2840
2959
  */
2841
2960
  IfMatch?: string;
2842
2961
  }
@@ -2892,8 +3011,8 @@ export interface UpdateContinuousDeploymentPolicyRequest {
2892
3011
  */
2893
3012
  Id: string | undefined;
2894
3013
  /**
2895
- * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that you
2896
- * are updating.</p>
3014
+ * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that
3015
+ * you are updating.</p>
2897
3016
  */
2898
3017
  IfMatch?: string;
2899
3018
  }
@@ -2903,7 +3022,8 @@ export interface UpdateContinuousDeploymentPolicyResult {
2903
3022
  */
2904
3023
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
2905
3024
  /**
2906
- * <p>The version identifier for the current version of the continuous deployment policy.</p>
3025
+ * <p>The version identifier for the current version of the continuous deployment
3026
+ * policy.</p>
2907
3027
  */
2908
3028
  ETag?: string;
2909
3029
  }
@@ -2939,6 +3059,36 @@ export interface UpdateDistributionResult {
2939
3059
  */
2940
3060
  ETag?: string;
2941
3061
  }
3062
+ export interface UpdateDistributionWithStagingConfigRequest {
3063
+ /**
3064
+ * <p>The identifier of the primary distribution to which you are copying a staging distribution's
3065
+ * configuration.</p>
3066
+ */
3067
+ Id: string | undefined;
3068
+ /**
3069
+ * <p>The identifier of the staging distribution whose configuration you are copying to the primary distribution.</p>
3070
+ */
3071
+ StagingDistributionId?: string;
3072
+ /**
3073
+ * <p>The current versions (<code>ETag</code> values) of both primary and staging distributions.
3074
+ * Provide these in the following format:</p>
3075
+ * <p>
3076
+ * <code><primary ETag>, <staging ETag></code>
3077
+ * </p>
3078
+ */
3079
+ IfMatch?: string;
3080
+ }
3081
+ export interface UpdateDistributionWithStagingConfigResult {
3082
+ /**
3083
+ * <p>A distribution tells CloudFront where you want content to be delivered from, and the details
3084
+ * about how to track and manage content delivery.</p>
3085
+ */
3086
+ Distribution?: Distribution;
3087
+ /**
3088
+ * <p>The current version of the primary distribution (after it’s updated).</p>
3089
+ */
3090
+ ETag?: string;
3091
+ }
2942
3092
  export interface UpdateFieldLevelEncryptionConfigRequest {
2943
3093
  /**
2944
3094
  * <p>Request to update a field-level encryption configuration. </p>
@@ -2949,8 +3099,8 @@ export interface UpdateFieldLevelEncryptionConfigRequest {
2949
3099
  */
2950
3100
  Id: string | undefined;
2951
3101
  /**
2952
- * <p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update.
2953
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3102
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the
3103
+ * configuration identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2954
3104
  */
2955
3105
  IfMatch?: string;
2956
3106
  }
@@ -2960,8 +3110,8 @@ export interface UpdateFieldLevelEncryptionConfigResult {
2960
3110
  */
2961
3111
  FieldLevelEncryption?: FieldLevelEncryption;
2962
3112
  /**
2963
- * <p>The value of the <code>ETag</code> header that you received when updating the configuration.
2964
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3113
+ * <p>The value of the <code>ETag</code> header that you received when updating the
3114
+ * configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2965
3115
  */
2966
3116
  ETag?: string;
2967
3117
  }
@@ -2975,8 +3125,8 @@ export interface UpdateFieldLevelEncryptionProfileRequest {
2975
3125
  */
2976
3126
  Id: string | undefined;
2977
3127
  /**
2978
- * <p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update.
2979
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3128
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the
3129
+ * profile identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2980
3130
  */
2981
3131
  IfMatch?: string;
2982
3132
  }
@@ -2996,8 +3146,8 @@ export interface UpdateFunctionRequest {
2996
3146
  */
2997
3147
  Name: string | undefined;
2998
3148
  /**
2999
- * <p>The current version (<code>ETag</code> value) of the function that you are updating, which
3000
- * you can get using <code>DescribeFunction</code>.</p>
3149
+ * <p>The current version (<code>ETag</code> value) of the function that you are updating,
3150
+ * which you can get using <code>DescribeFunction</code>.</p>
3001
3151
  */
3002
3152
  IfMatch: string | undefined;
3003
3153
  /**
@@ -3005,8 +3155,9 @@ export interface UpdateFunctionRequest {
3005
3155
  */
3006
3156
  FunctionConfig: FunctionConfig | undefined;
3007
3157
  /**
3008
- * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing function
3009
- * code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
3158
+ * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing
3159
+ * function code for CloudFront Functions</a> in the
3160
+ * <i>Amazon CloudFront Developer Guide</i>.</p>
3010
3161
  */
3011
3162
  FunctionCode: Uint8Array | undefined;
3012
3163
  }
@@ -3031,7 +3182,7 @@ export interface UpdateKeyGroupRequest {
3031
3182
  Id: string | undefined;
3032
3183
  /**
3033
3184
  * <p>The version of the key group that you are updating. The version is the key group’s
3034
- * <code>ETag</code> value.</p>
3185
+ * <code>ETag</code> value.</p>
3035
3186
  */
3036
3187
  IfMatch?: string;
3037
3188
  }
@@ -3055,8 +3206,8 @@ export interface UpdateOriginAccessControlRequest {
3055
3206
  */
3056
3207
  Id: string | undefined;
3057
3208
  /**
3058
- * <p>The current version (<code>ETag</code> value) of the origin access control that you are
3059
- * updating.</p>
3209
+ * <p>The current version (<code>ETag</code> value) of the origin access control that you
3210
+ * are updating.</p>
3060
3211
  */
3061
3212
  IfMatch?: string;
3062
3213
  }
@@ -3076,15 +3227,15 @@ export interface UpdateOriginRequestPolicyRequest {
3076
3227
  */
3077
3228
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
3078
3229
  /**
3079
- * <p>The unique identifier for the origin request policy that you are updating. The identifier is
3080
- * returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the response
3081
- * to <code>GetDistributionConfig</code>.</p>
3230
+ * <p>The unique identifier for the origin request policy that you are updating. The
3231
+ * identifier is returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in
3232
+ * the response to <code>GetDistributionConfig</code>.</p>
3082
3233
  */
3083
3234
  Id: string | undefined;
3084
3235
  /**
3085
- * <p>The version of the origin request policy that you are updating. The version is returned in
3086
- * the origin request policy’s <code>ETag</code> field in the response to
3087
- * <code>GetOriginRequestPolicyConfig</code>.</p>
3236
+ * <p>The version of the origin request policy that you are updating. The version is
3237
+ * returned in the origin request policy’s <code>ETag</code> field in the response to
3238
+ * <code>GetOriginRequestPolicyConfig</code>.</p>
3088
3239
  */
3089
3240
  IfMatch?: string;
3090
3241
  }
@@ -3108,8 +3259,8 @@ export interface UpdatePublicKeyRequest {
3108
3259
  */
3109
3260
  Id: string | undefined;
3110
3261
  /**
3111
- * <p>The value of the <code>ETag</code> header that you received when retrieving the public key to update.
3112
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3262
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the public
3263
+ * key to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3113
3264
  */
3114
3265
  IfMatch?: string;
3115
3266
  }
@@ -3132,7 +3283,7 @@ export interface UpdateRealtimeLogConfigRequest {
3132
3283
  /**
3133
3284
  * <p>A list of fields to include in each real-time log record.</p>
3134
3285
  * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
3135
- * <i>Amazon CloudFront Developer Guide</i>.</p>
3286
+ * <i>Amazon CloudFront Developer Guide</i>.</p>
3136
3287
  */
3137
3288
  Fields?: string[];
3138
3289
  /**
@@ -3144,9 +3295,9 @@ export interface UpdateRealtimeLogConfigRequest {
3144
3295
  */
3145
3296
  ARN?: string;
3146
3297
  /**
3147
- * <p>The sampling rate for this real-time log configuration. The sampling rate determines the
3148
- * percentage of viewer requests that are represented in the real-time log data. You must
3149
- * provide an integer between 1 and 100, inclusive.</p>
3298
+ * <p>The sampling rate for this real-time log configuration. The sampling rate determines
3299
+ * the percentage of viewer requests that are represented in the real-time log data. You
3300
+ * must provide an integer between 1 and 100, inclusive.</p>
3150
3301
  */
3151
3302
  SamplingRate?: number;
3152
3303
  }
@@ -3214,6 +3365,10 @@ export interface UpdateStreamingDistributionResult {
3214
3365
  */
3215
3366
  ETag?: string;
3216
3367
  }
3368
+ /**
3369
+ * @internal
3370
+ */
3371
+ export declare const StreamingLoggingConfigFilterSensitiveLog: (obj: StreamingLoggingConfig) => any;
3217
3372
  /**
3218
3373
  * @internal
3219
3374
  */
@@ -3906,6 +4061,14 @@ export declare const UpdateDistributionRequestFilterSensitiveLog: (obj: UpdateDi
3906
4061
  * @internal
3907
4062
  */
3908
4063
  export declare const UpdateDistributionResultFilterSensitiveLog: (obj: UpdateDistributionResult) => any;
4064
+ /**
4065
+ * @internal
4066
+ */
4067
+ export declare const UpdateDistributionWithStagingConfigRequestFilterSensitiveLog: (obj: UpdateDistributionWithStagingConfigRequest) => any;
4068
+ /**
4069
+ * @internal
4070
+ */
4071
+ export declare const UpdateDistributionWithStagingConfigResultFilterSensitiveLog: (obj: UpdateDistributionWithStagingConfigResult) => any;
3909
4072
  /**
3910
4073
  * @internal
3911
4074
  */