@aws-sdk/client-cloudfront 3.231.0 → 3.233.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/CloudFront.d.ts +242 -244
- package/dist-types/CloudFrontClient.d.ts +1 -1
- package/dist-types/commands/AssociateAliasCommand.d.ts +2 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +2 -2
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +10 -10
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +5 -5
- package/dist-types/commands/CreateFunctionCommand.d.ts +5 -5
- package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -2
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +11 -11
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +19 -20
- package/dist-types/commands/DescribeFunctionCommand.d.ts +3 -3
- package/dist-types/commands/GetCachePolicyCommand.d.ts +7 -7
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -2
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +8 -8
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +3 -3
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +4 -4
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +3 -3
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +4 -4
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +4 -4
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -2
- package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +3 -3
- package/dist-types/commands/TestFunctionCommand.d.ts +4 -4
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateDistributionCommand.d.ts +15 -16
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +9 -9
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +10 -10
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +9 -9
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +667 -674
- package/dist-types/models/models_1.d.ts +191 -191
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { ActiveTrustedSigners, Aliases, AliasICPRecordal, CacheBehaviors, CacheP
|
|
|
4
4
|
/**
|
|
5
5
|
* <p>The length of the <code>Content-Security-Policy</code> header value in the response
|
|
6
6
|
* headers policy exceeds the maximum.</p>
|
|
7
|
-
*
|
|
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
8
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
9
9
|
*/
|
|
10
10
|
export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
|
|
@@ -19,7 +19,7 @@ export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
|
|
|
19
19
|
/**
|
|
20
20
|
* <p>The number of custom headers in the response headers policy exceeds the
|
|
21
21
|
* maximum.</p>
|
|
22
|
-
*
|
|
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
23
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
24
24
|
*/
|
|
25
25
|
export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseException {
|
|
@@ -34,7 +34,7 @@ export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseE
|
|
|
34
34
|
/**
|
|
35
35
|
* <p>You have reached the maximum number of response headers policies for this
|
|
36
36
|
* Amazon Web Services account.</p>
|
|
37
|
-
*
|
|
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
38
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
39
39
|
*/
|
|
40
40
|
export declare class TooManyResponseHeadersPolicies extends __BaseException {
|
|
@@ -58,7 +58,7 @@ export interface StreamingLoggingConfig {
|
|
|
58
58
|
* <code>Enabled</code>, and specify <code>empty Bucket</code> and <code>Prefix</code>
|
|
59
59
|
* elements. If you specify <code>false</code> for <code>Enabled</code> but you specify
|
|
60
60
|
* values for <code>Bucket</code> and <code>Prefix</code>, the values are automatically
|
|
61
|
-
* deleted
|
|
61
|
+
* deleted.</p>
|
|
62
62
|
*/
|
|
63
63
|
Enabled: boolean | undefined;
|
|
64
64
|
/**
|
|
@@ -80,21 +80,21 @@ export interface StreamingLoggingConfig {
|
|
|
80
80
|
*/
|
|
81
81
|
export interface S3Origin {
|
|
82
82
|
/**
|
|
83
|
-
* <p>The DNS name of the Amazon S3 origin
|
|
83
|
+
* <p>The DNS name of the Amazon S3 origin.</p>
|
|
84
84
|
*/
|
|
85
85
|
DomainName: string | undefined;
|
|
86
86
|
/**
|
|
87
87
|
* <p>The CloudFront origin access identity to associate with the distribution. Use an origin
|
|
88
88
|
* access identity to configure the distribution so that end users can only access objects
|
|
89
89
|
* in an Amazon S3 bucket through CloudFront.</p>
|
|
90
|
-
*
|
|
90
|
+
* <p>If you want end users to be able to access objects using either the CloudFront URL or the
|
|
91
91
|
* Amazon S3 URL, specify an empty <code>OriginAccessIdentity</code> element.</p>
|
|
92
|
-
*
|
|
92
|
+
* <p>To delete the origin access identity from an existing distribution, update the
|
|
93
93
|
* distribution configuration and include an empty <code>OriginAccessIdentity</code>
|
|
94
94
|
* element.</p>
|
|
95
|
-
*
|
|
95
|
+
* <p>To replace the origin access identity, update the distribution configuration and
|
|
96
96
|
* specify the new origin access identity.</p>
|
|
97
|
-
*
|
|
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
98
|
* the <i> Amazon CloudFront Developer Guide</i>.</p>
|
|
99
99
|
*/
|
|
100
100
|
OriginAccessIdentity: string | undefined;
|
|
@@ -106,31 +106,31 @@ export interface StreamingDistributionConfig {
|
|
|
106
106
|
/**
|
|
107
107
|
* <p>A unique value (for example, a date-time stamp) that ensures that the request can't be
|
|
108
108
|
* replayed.</p>
|
|
109
|
-
*
|
|
109
|
+
* <p>If the value of <code>CallerReference</code> is new (regardless of the content of the
|
|
110
110
|
* <code>StreamingDistributionConfig</code> object), CloudFront creates a new
|
|
111
111
|
* distribution.</p>
|
|
112
|
-
*
|
|
112
|
+
* <p>If <code>CallerReference</code> is a value that you already sent in a previous request
|
|
113
113
|
* to create a distribution, CloudFront returns a <code>DistributionAlreadyExists</code>
|
|
114
114
|
* error.</p>
|
|
115
115
|
*/
|
|
116
116
|
CallerReference: string | undefined;
|
|
117
117
|
/**
|
|
118
118
|
* <p>A complex type that contains information about the Amazon S3 bucket from which you want
|
|
119
|
-
* CloudFront to get your media files for distribution
|
|
119
|
+
* CloudFront to get your media files for distribution.</p>
|
|
120
120
|
*/
|
|
121
121
|
S3Origin: S3Origin | undefined;
|
|
122
122
|
/**
|
|
123
123
|
* <p>A complex type that contains information about CNAMEs (alternate domain names), if
|
|
124
|
-
* any, for this streaming distribution
|
|
124
|
+
* any, for this streaming distribution.</p>
|
|
125
125
|
*/
|
|
126
126
|
Aliases?: Aliases;
|
|
127
127
|
/**
|
|
128
|
-
* <p>Any comments you want to include about the streaming distribution
|
|
128
|
+
* <p>Any comments you want to include about the streaming distribution.</p>
|
|
129
129
|
*/
|
|
130
130
|
Comment: string | undefined;
|
|
131
131
|
/**
|
|
132
132
|
* <p>A complex type that controls whether access logs are written for the streaming
|
|
133
|
-
* distribution
|
|
133
|
+
* distribution.</p>
|
|
134
134
|
*/
|
|
135
135
|
Logging?: StreamingLoggingConfig;
|
|
136
136
|
/**
|
|
@@ -138,12 +138,12 @@ export interface StreamingDistributionConfig {
|
|
|
138
138
|
* signed URLs for private content. If you want the distribution to use signed URLs,
|
|
139
139
|
* include this element; if you want the distribution to use public URLs, remove this
|
|
140
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
|
|
141
|
+
* Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
142
142
|
*/
|
|
143
143
|
TrustedSigners: TrustedSigners | undefined;
|
|
144
144
|
/**
|
|
145
145
|
* <p>A complex type that contains information about price class for this streaming
|
|
146
|
-
* distribution
|
|
146
|
+
* distribution.</p>
|
|
147
147
|
*/
|
|
148
148
|
PriceClass?: PriceClass | string;
|
|
149
149
|
/**
|
|
@@ -183,26 +183,26 @@ export interface StreamingDistribution {
|
|
|
183
183
|
*/
|
|
184
184
|
Status: string | undefined;
|
|
185
185
|
/**
|
|
186
|
-
* <p>The date and time that the distribution was last modified
|
|
186
|
+
* <p>The date and time that the distribution was last modified.</p>
|
|
187
187
|
*/
|
|
188
188
|
LastModifiedTime?: Date;
|
|
189
189
|
/**
|
|
190
190
|
* <p>The domain name that corresponds to the streaming distribution, for example,
|
|
191
|
-
* <code>s5c39gqb8ow64r.cloudfront.net</code
|
|
191
|
+
* <code>s5c39gqb8ow64r.cloudfront.net</code>.</p>
|
|
192
192
|
*/
|
|
193
193
|
DomainName: string | undefined;
|
|
194
194
|
/**
|
|
195
195
|
* <p>A complex type that lists the Amazon Web Services accounts, if any, that you included in the
|
|
196
196
|
* <code>TrustedSigners</code> complex type for this distribution. These are the
|
|
197
197
|
* accounts that you want to allow to create signed URLs for private content.</p>
|
|
198
|
-
*
|
|
198
|
+
* <p>The <code>Signer</code> complex type lists the Amazon Web Services account number of the trusted
|
|
199
199
|
* signer or <code>self</code> if the signer is the Amazon Web Services account that created the
|
|
200
200
|
* distribution. The <code>Signer</code> element also includes the IDs of any active CloudFront
|
|
201
201
|
* key pairs that are associated with the trusted signer's Amazon Web Services account. If no
|
|
202
202
|
* <code>KeyPairId</code> element appears for a <code>Signer</code>, that signer can't
|
|
203
203
|
* create signed URLs.</p>
|
|
204
|
-
*
|
|
205
|
-
* Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i
|
|
204
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
|
|
205
|
+
* Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
206
206
|
*/
|
|
207
207
|
ActiveTrustedSigners: ActiveTrustedSigners | undefined;
|
|
208
208
|
/**
|
|
@@ -285,16 +285,16 @@ export interface StreamingDistributionConfigWithTags {
|
|
|
285
285
|
*/
|
|
286
286
|
export interface CreateStreamingDistributionWithTagsRequest {
|
|
287
287
|
/**
|
|
288
|
-
* <p>
|
|
288
|
+
* <p>The streaming distribution's configuration information.</p>
|
|
289
289
|
*/
|
|
290
290
|
StreamingDistributionConfigWithTags: StreamingDistributionConfigWithTags | undefined;
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
|
-
* <p>The returned result of the corresponding request
|
|
293
|
+
* <p>The returned result of the corresponding request.</p>
|
|
294
294
|
*/
|
|
295
295
|
export interface CreateStreamingDistributionWithTagsResult {
|
|
296
296
|
/**
|
|
297
|
-
* <p>The streaming distribution's information
|
|
297
|
+
* <p>The streaming distribution's information.</p>
|
|
298
298
|
*/
|
|
299
299
|
StreamingDistribution?: StreamingDistribution;
|
|
300
300
|
/**
|
|
@@ -315,7 +315,7 @@ export interface DeleteCachePolicyRequest {
|
|
|
315
315
|
Id: string | undefined;
|
|
316
316
|
/**
|
|
317
317
|
* <p>The version of the cache policy that you are deleting. The version is the cache
|
|
318
|
-
* policy
|
|
318
|
+
* policy's <code>ETag</code> value, which you can get using
|
|
319
319
|
* <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or
|
|
320
320
|
* <code>GetCachePolicyConfig</code>.</p>
|
|
321
321
|
*/
|
|
@@ -386,61 +386,61 @@ export interface DeleteContinuousDeploymentPolicyRequest {
|
|
|
386
386
|
/**
|
|
387
387
|
* <p>This action deletes a web distribution. To delete a web distribution using the CloudFront
|
|
388
388
|
* API, perform the following steps.</p>
|
|
389
|
-
*
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
*
|
|
389
|
+
* <p>
|
|
390
|
+
* <b>To delete a web distribution using the CloudFront API:</b>
|
|
391
|
+
* </p>
|
|
392
|
+
* <ol>
|
|
393
393
|
* <li>
|
|
394
|
-
*
|
|
395
|
-
*
|
|
394
|
+
* <p>Disable the web distribution</p>
|
|
395
|
+
* </li>
|
|
396
396
|
* <li>
|
|
397
|
-
*
|
|
397
|
+
* <p>Submit a <code>GET Distribution Config</code> request to get the current
|
|
398
398
|
* configuration and the <code>Etag</code> header for the distribution.</p>
|
|
399
|
-
*
|
|
399
|
+
* </li>
|
|
400
400
|
* <li>
|
|
401
|
-
*
|
|
401
|
+
* <p>Update the XML document that was returned in the response to your <code>GET
|
|
402
402
|
* Distribution Config</code> request to change the value of
|
|
403
403
|
* <code>Enabled</code> to <code>false</code>.</p>
|
|
404
|
-
*
|
|
404
|
+
* </li>
|
|
405
405
|
* <li>
|
|
406
|
-
*
|
|
406
|
+
* <p>Submit a <code>PUT Distribution Config</code> request to update the
|
|
407
407
|
* configuration for your distribution. In the request body, include the XML
|
|
408
408
|
* document that you updated in Step 3. Set the value of the HTTP
|
|
409
409
|
* <code>If-Match</code> header to the value of the <code>ETag</code> header
|
|
410
410
|
* that CloudFront returned when you submitted the <code>GET Distribution Config</code>
|
|
411
411
|
* request in Step 2.</p>
|
|
412
|
-
*
|
|
412
|
+
* </li>
|
|
413
413
|
* <li>
|
|
414
|
-
*
|
|
414
|
+
* <p>Review the response to the <code>PUT Distribution Config</code> request to
|
|
415
415
|
* confirm that the distribution was successfully disabled.</p>
|
|
416
|
-
*
|
|
416
|
+
* </li>
|
|
417
417
|
* <li>
|
|
418
|
-
*
|
|
418
|
+
* <p>Submit a <code>GET Distribution</code> request to confirm that your changes
|
|
419
419
|
* have propagated. When propagation is complete, the value of <code>Status</code>
|
|
420
420
|
* is <code>Deployed</code>.</p>
|
|
421
|
-
*
|
|
421
|
+
* </li>
|
|
422
422
|
* <li>
|
|
423
|
-
*
|
|
423
|
+
* <p>Submit a <code>DELETE Distribution</code> request. Set the value of the HTTP
|
|
424
424
|
* <code>If-Match</code> header to the value of the <code>ETag</code> header
|
|
425
425
|
* that CloudFront returned when you submitted the <code>GET Distribution Config</code>
|
|
426
426
|
* request in Step 6.</p>
|
|
427
|
-
*
|
|
427
|
+
* </li>
|
|
428
428
|
* <li>
|
|
429
|
-
*
|
|
429
|
+
* <p>Review the response to your <code>DELETE Distribution</code> request to
|
|
430
430
|
* confirm that the distribution was successfully deleted.</p>
|
|
431
|
-
*
|
|
431
|
+
* </li>
|
|
432
432
|
* </ol>
|
|
433
|
-
*
|
|
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
434
|
* Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
435
435
|
*/
|
|
436
436
|
export interface DeleteDistributionRequest {
|
|
437
437
|
/**
|
|
438
|
-
* <p>The distribution ID
|
|
438
|
+
* <p>The distribution ID.</p>
|
|
439
439
|
*/
|
|
440
440
|
Id: string | undefined;
|
|
441
441
|
/**
|
|
442
442
|
* <p>The value of the <code>ETag</code> header that you received when you disabled the
|
|
443
|
-
* distribution. For example: <code>E2QWRUHAPOMQZL</code
|
|
443
|
+
* distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
|
|
444
444
|
*/
|
|
445
445
|
IfMatch?: string;
|
|
446
446
|
}
|
|
@@ -515,7 +515,7 @@ export interface DeleteFunctionRequest {
|
|
|
515
515
|
IfMatch: string | undefined;
|
|
516
516
|
}
|
|
517
517
|
/**
|
|
518
|
-
* <p>Cannot delete the function because it
|
|
518
|
+
* <p>Cannot delete the function because it's attached to one or more cache
|
|
519
519
|
* behaviors.</p>
|
|
520
520
|
*/
|
|
521
521
|
export declare class FunctionInUse extends __BaseException {
|
|
@@ -546,7 +546,7 @@ export interface DeleteKeyGroupRequest {
|
|
|
546
546
|
*/
|
|
547
547
|
Id: string | undefined;
|
|
548
548
|
/**
|
|
549
|
-
* <p>The version of the key group that you are deleting. The version is the key group
|
|
549
|
+
* <p>The version of the key group that you are deleting. The version is the key group's
|
|
550
550
|
* <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code>
|
|
551
551
|
* or <code>GetKeyGroupConfig</code>.</p>
|
|
552
552
|
*/
|
|
@@ -640,7 +640,7 @@ export interface DeleteOriginRequestPolicyRequest {
|
|
|
640
640
|
Id: string | undefined;
|
|
641
641
|
/**
|
|
642
642
|
* <p>The version of the origin request policy that you are deleting. The version is the
|
|
643
|
-
* origin request policy
|
|
643
|
+
* origin request policy's <code>ETag</code> value, which you can get using
|
|
644
644
|
* <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or
|
|
645
645
|
* <code>GetOriginRequestPolicyConfig</code>.</p>
|
|
646
646
|
*/
|
|
@@ -671,7 +671,7 @@ export interface DeletePublicKeyRequest {
|
|
|
671
671
|
IfMatch?: string;
|
|
672
672
|
}
|
|
673
673
|
/**
|
|
674
|
-
* <p>The specified public key is in use
|
|
674
|
+
* <p>The specified public key is in use.</p>
|
|
675
675
|
*/
|
|
676
676
|
export declare class PublicKeyInUse extends __BaseException {
|
|
677
677
|
readonly name: "PublicKeyInUse";
|
|
@@ -708,12 +708,12 @@ export declare class RealtimeLogConfigInUse extends __BaseException {
|
|
|
708
708
|
export interface DeleteResponseHeadersPolicyRequest {
|
|
709
709
|
/**
|
|
710
710
|
* <p>The identifier for the response headers policy that you are deleting.</p>
|
|
711
|
-
*
|
|
711
|
+
* <p>To get the identifier, you can use <code>ListResponseHeadersPolicies</code>.</p>
|
|
712
712
|
*/
|
|
713
713
|
Id: string | undefined;
|
|
714
714
|
/**
|
|
715
715
|
* <p>The version of the response headers policy that you are deleting.</p>
|
|
716
|
-
*
|
|
716
|
+
* <p>The version is the response headers policy's <code>ETag</code> value, which you can
|
|
717
717
|
* get using <code>ListResponseHeadersPolicies</code>,
|
|
718
718
|
* <code>GetResponseHeadersPolicy</code>, or
|
|
719
719
|
* <code>GetResponseHeadersPolicyConfig</code>.</p>
|
|
@@ -722,7 +722,7 @@ export interface DeleteResponseHeadersPolicyRequest {
|
|
|
722
722
|
}
|
|
723
723
|
/**
|
|
724
724
|
* <p>Cannot delete the response headers policy because it is attached to one or more cache
|
|
725
|
-
* behaviors in a CloudFront distribution
|
|
725
|
+
* behaviors in a CloudFront distribution.</p>
|
|
726
726
|
*/
|
|
727
727
|
export declare class ResponseHeadersPolicyInUse extends __BaseException {
|
|
728
728
|
readonly name: "ResponseHeadersPolicyInUse";
|
|
@@ -738,7 +738,7 @@ export declare class ResponseHeadersPolicyInUse extends __BaseException {
|
|
|
738
738
|
*/
|
|
739
739
|
export interface DeleteStreamingDistributionRequest {
|
|
740
740
|
/**
|
|
741
|
-
* <p>The distribution ID
|
|
741
|
+
* <p>The distribution ID.</p>
|
|
742
742
|
*/
|
|
743
743
|
Id: string | undefined;
|
|
744
744
|
/**
|
|
@@ -778,7 +778,7 @@ export interface DescribeFunctionRequest {
|
|
|
778
778
|
*/
|
|
779
779
|
Name: string | undefined;
|
|
780
780
|
/**
|
|
781
|
-
* <p>The function
|
|
781
|
+
* <p>The function's stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
|
|
782
782
|
*/
|
|
783
783
|
Stage?: FunctionStage | string;
|
|
784
784
|
}
|
|
@@ -795,7 +795,7 @@ export interface DescribeFunctionResult {
|
|
|
795
795
|
export interface GetCachePolicyRequest {
|
|
796
796
|
/**
|
|
797
797
|
* <p>The unique identifier for the cache policy. If the cache policy is attached to a
|
|
798
|
-
* distribution
|
|
798
|
+
* distribution's cache behavior, you can get the policy's identifier using
|
|
799
799
|
* <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
|
|
800
800
|
* is not attached to a cache behavior, you can get the identifier using
|
|
801
801
|
* <code>ListCachePolicies</code>.</p>
|
|
@@ -815,7 +815,7 @@ export interface GetCachePolicyResult {
|
|
|
815
815
|
export interface GetCachePolicyConfigRequest {
|
|
816
816
|
/**
|
|
817
817
|
* <p>The unique identifier for the cache policy. If the cache policy is attached to a
|
|
818
|
-
* distribution
|
|
818
|
+
* distribution's cache behavior, you can get the policy's identifier using
|
|
819
819
|
* <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
|
|
820
820
|
* is not attached to a cache behavior, you can get the identifier using
|
|
821
821
|
* <code>ListCachePolicies</code>.</p>
|
|
@@ -861,7 +861,7 @@ export interface GetCloudFrontOriginAccessIdentityResult {
|
|
|
861
861
|
*/
|
|
862
862
|
export interface GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
863
863
|
/**
|
|
864
|
-
* <p>The identity's ID
|
|
864
|
+
* <p>The identity's ID.</p>
|
|
865
865
|
*/
|
|
866
866
|
Id: string | undefined;
|
|
867
867
|
}
|
|
@@ -870,7 +870,7 @@ export interface GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
|
870
870
|
*/
|
|
871
871
|
export interface GetCloudFrontOriginAccessIdentityConfigResult {
|
|
872
872
|
/**
|
|
873
|
-
* <p>The origin access identity's configuration information
|
|
873
|
+
* <p>The origin access identity's configuration information.</p>
|
|
874
874
|
*/
|
|
875
875
|
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
|
|
876
876
|
/**
|
|
@@ -1036,7 +1036,7 @@ export interface GetFunctionRequest {
|
|
|
1036
1036
|
*/
|
|
1037
1037
|
Name: string | undefined;
|
|
1038
1038
|
/**
|
|
1039
|
-
* <p>The function
|
|
1039
|
+
* <p>The function's stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
|
|
1040
1040
|
*/
|
|
1041
1041
|
Stage?: FunctionStage | string;
|
|
1042
1042
|
}
|
|
@@ -1055,7 +1055,7 @@ export interface GetFunctionResult {
|
|
|
1055
1055
|
ContentType?: string;
|
|
1056
1056
|
}
|
|
1057
1057
|
/**
|
|
1058
|
-
* <p>The request to get an invalidation's information
|
|
1058
|
+
* <p>The request to get an invalidation's information.</p>
|
|
1059
1059
|
*/
|
|
1060
1060
|
export interface GetInvalidationRequest {
|
|
1061
1061
|
/**
|
|
@@ -1074,7 +1074,7 @@ export interface GetInvalidationRequest {
|
|
|
1074
1074
|
export interface GetInvalidationResult {
|
|
1075
1075
|
/**
|
|
1076
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
|
|
1077
|
+
* Complex Type</a>.</p>
|
|
1078
1078
|
*/
|
|
1079
1079
|
Invalidation?: Invalidation;
|
|
1080
1080
|
}
|
|
@@ -1172,7 +1172,7 @@ export interface GetOriginAccessControlConfigResult {
|
|
|
1172
1172
|
export interface GetOriginRequestPolicyRequest {
|
|
1173
1173
|
/**
|
|
1174
1174
|
* <p>The unique identifier for the origin request policy. If the origin request policy is
|
|
1175
|
-
* attached to a distribution
|
|
1175
|
+
* attached to a distribution's cache behavior, you can get the policy's identifier using
|
|
1176
1176
|
* <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
|
|
1177
1177
|
* request policy is not attached to a cache behavior, you can get the identifier using
|
|
1178
1178
|
* <code>ListOriginRequestPolicies</code>.</p>
|
|
@@ -1192,7 +1192,7 @@ export interface GetOriginRequestPolicyResult {
|
|
|
1192
1192
|
export interface GetOriginRequestPolicyConfigRequest {
|
|
1193
1193
|
/**
|
|
1194
1194
|
* <p>The unique identifier for the origin request policy. If the origin request policy is
|
|
1195
|
-
* attached to a distribution
|
|
1195
|
+
* attached to a distribution's cache behavior, you can get the policy's identifier using
|
|
1196
1196
|
* <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
|
|
1197
1197
|
* request policy is not attached to a cache behavior, you can get the identifier using
|
|
1198
1198
|
* <code>ListOriginRequestPolicies</code>.</p>
|
|
@@ -1260,8 +1260,8 @@ export interface GetRealtimeLogConfigResult {
|
|
|
1260
1260
|
export interface GetResponseHeadersPolicyRequest {
|
|
1261
1261
|
/**
|
|
1262
1262
|
* <p>The identifier for the response headers policy.</p>
|
|
1263
|
-
*
|
|
1264
|
-
* get the policy
|
|
1263
|
+
* <p>If the response headers policy is attached to a distribution's cache behavior, you can
|
|
1264
|
+
* get the policy's identifier using <code>ListDistributions</code> or
|
|
1265
1265
|
* <code>GetDistribution</code>. If the response headers policy is not attached to a
|
|
1266
1266
|
* cache behavior, you can get the identifier using
|
|
1267
1267
|
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
@@ -1281,8 +1281,8 @@ export interface GetResponseHeadersPolicyResult {
|
|
|
1281
1281
|
export interface GetResponseHeadersPolicyConfigRequest {
|
|
1282
1282
|
/**
|
|
1283
1283
|
* <p>The identifier for the response headers policy.</p>
|
|
1284
|
-
*
|
|
1285
|
-
* get the policy
|
|
1284
|
+
* <p>If the response headers policy is attached to a distribution's cache behavior, you can
|
|
1285
|
+
* get the policy's identifier using <code>ListDistributions</code> or
|
|
1286
1286
|
* <code>GetDistribution</code>. If the response headers policy is not attached to a
|
|
1287
1287
|
* cache behavior, you can get the identifier using
|
|
1288
1288
|
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
@@ -1349,25 +1349,25 @@ export interface ListCachePoliciesRequest {
|
|
|
1349
1349
|
/**
|
|
1350
1350
|
* <p>A filter to return only the specified kinds of cache policies. Valid values
|
|
1351
1351
|
* are:</p>
|
|
1352
|
-
*
|
|
1352
|
+
* <ul>
|
|
1353
1353
|
* <li>
|
|
1354
|
-
*
|
|
1354
|
+
* <p>
|
|
1355
1355
|
* <code>managed</code> – Returns only the managed policies created by
|
|
1356
1356
|
* Amazon Web Services.</p>
|
|
1357
|
-
*
|
|
1357
|
+
* </li>
|
|
1358
1358
|
* <li>
|
|
1359
|
-
*
|
|
1359
|
+
* <p>
|
|
1360
1360
|
* <code>custom</code> – Returns only the custom policies created in your
|
|
1361
1361
|
* Amazon Web Services account.</p>
|
|
1362
|
-
*
|
|
1362
|
+
* </li>
|
|
1363
1363
|
* </ul>
|
|
1364
1364
|
*/
|
|
1365
1365
|
Type?: CachePolicyType | string;
|
|
1366
1366
|
/**
|
|
1367
1367
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1368
1368
|
* cache policies. The response includes cache policies in the list that occur after the
|
|
1369
|
-
* marker. To get the next page of the list, set this field
|
|
1370
|
-
* <code>NextMarker</code> from the current page
|
|
1369
|
+
* marker. To get the next page of the list, set this field's value to the value of
|
|
1370
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1371
1371
|
*/
|
|
1372
1372
|
Marker?: string;
|
|
1373
1373
|
/**
|
|
@@ -1382,7 +1382,7 @@ export interface ListCachePoliciesResult {
|
|
|
1382
1382
|
CachePolicyList?: CachePolicyList;
|
|
1383
1383
|
}
|
|
1384
1384
|
/**
|
|
1385
|
-
* <p>The request to list origin access identities
|
|
1385
|
+
* <p>The request to list origin access identities.</p>
|
|
1386
1386
|
*/
|
|
1387
1387
|
export interface ListCloudFrontOriginAccessIdentitiesRequest {
|
|
1388
1388
|
/**
|
|
@@ -1394,7 +1394,7 @@ export interface ListCloudFrontOriginAccessIdentitiesRequest {
|
|
|
1394
1394
|
*/
|
|
1395
1395
|
Marker?: string;
|
|
1396
1396
|
/**
|
|
1397
|
-
* <p>The maximum number of origin access identities you want in the response body
|
|
1397
|
+
* <p>The maximum number of origin access identities you want in the response body.</p>
|
|
1398
1398
|
*/
|
|
1399
1399
|
MaxItems?: number;
|
|
1400
1400
|
}
|
|
@@ -1434,17 +1434,17 @@ export interface CloudFrontOriginAccessIdentityList {
|
|
|
1434
1434
|
* access identities. The results include identities in the list that occur after the
|
|
1435
1435
|
* marker. To get the next page of results, set the <code>Marker</code> to the value of the
|
|
1436
1436
|
* <code>NextMarker</code> from the current page's response (which is also the ID of
|
|
1437
|
-
* the last identity on that page)
|
|
1437
|
+
* the last identity on that page).</p>
|
|
1438
1438
|
*/
|
|
1439
1439
|
Marker: string | undefined;
|
|
1440
1440
|
/**
|
|
1441
1441
|
* <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
|
|
1442
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
|
|
1443
|
+
* your origin access identities where they left off.</p>
|
|
1444
1444
|
*/
|
|
1445
1445
|
NextMarker?: string;
|
|
1446
1446
|
/**
|
|
1447
|
-
* <p>The maximum number of origin access identities you want in the response body
|
|
1447
|
+
* <p>The maximum number of origin access identities you want in the response body.</p>
|
|
1448
1448
|
*/
|
|
1449
1449
|
MaxItems: number | undefined;
|
|
1450
1450
|
/**
|
|
@@ -1466,11 +1466,11 @@ export interface CloudFrontOriginAccessIdentityList {
|
|
|
1466
1466
|
Items?: CloudFrontOriginAccessIdentitySummary[];
|
|
1467
1467
|
}
|
|
1468
1468
|
/**
|
|
1469
|
-
* <p>The returned result of the corresponding request
|
|
1469
|
+
* <p>The returned result of the corresponding request.</p>
|
|
1470
1470
|
*/
|
|
1471
1471
|
export interface ListCloudFrontOriginAccessIdentitiesResult {
|
|
1472
1472
|
/**
|
|
1473
|
-
* <p>The <code>CloudFrontOriginAccessIdentityList</code> type
|
|
1473
|
+
* <p>The <code>CloudFrontOriginAccessIdentityList</code> type.</p>
|
|
1474
1474
|
*/
|
|
1475
1475
|
CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
|
|
1476
1476
|
}
|
|
@@ -1487,8 +1487,8 @@ export interface ListConflictingAliasesRequest {
|
|
|
1487
1487
|
/**
|
|
1488
1488
|
* <p>Use this field when paginating results to indicate where to begin in the list of
|
|
1489
1489
|
* conflicting aliases. The response includes conflicting aliases in the list that occur
|
|
1490
|
-
* after the marker. To get the next page of the list, set this field
|
|
1491
|
-
* of <code>NextMarker</code> from the current page
|
|
1490
|
+
* after the marker. To get the next page of the list, set this field's value to the value
|
|
1491
|
+
* of <code>NextMarker</code> from the current page's response.</p>
|
|
1492
1492
|
*/
|
|
1493
1493
|
Marker?: string;
|
|
1494
1494
|
/**
|
|
@@ -1498,9 +1498,9 @@ export interface ListConflictingAliasesRequest {
|
|
|
1498
1498
|
}
|
|
1499
1499
|
/**
|
|
1500
1500
|
* <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that
|
|
1501
|
-
* it
|
|
1501
|
+
* it's associated with. The distribution and account IDs are partially hidden, which
|
|
1502
1502
|
* allows you to identify the distributions and accounts that you own, but helps to protect
|
|
1503
|
-
* the information of ones that you don
|
|
1503
|
+
* the information of ones that you don't own.</p>
|
|
1504
1504
|
*/
|
|
1505
1505
|
export interface ConflictingAlias {
|
|
1506
1506
|
/**
|
|
@@ -1512,7 +1512,7 @@ export interface ConflictingAlias {
|
|
|
1512
1512
|
*/
|
|
1513
1513
|
DistributionId?: string;
|
|
1514
1514
|
/**
|
|
1515
|
-
* <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that
|
|
1515
|
+
* <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's
|
|
1516
1516
|
* associated with the alias.</p>
|
|
1517
1517
|
*/
|
|
1518
1518
|
AccountId?: string;
|
|
@@ -1521,7 +1521,7 @@ export interface ConflictingAlias {
|
|
|
1521
1521
|
* <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts
|
|
1522
1522
|
* that they are associated with. In the list, the distribution and account IDs are
|
|
1523
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
|
|
1524
|
+
* own, but helps to protect the information of ones that you don't own.</p>
|
|
1525
1525
|
*/
|
|
1526
1526
|
export interface ConflictingAliasesList {
|
|
1527
1527
|
/**
|
|
@@ -1553,8 +1553,8 @@ export interface ListContinuousDeploymentPoliciesRequest {
|
|
|
1553
1553
|
/**
|
|
1554
1554
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1555
1555
|
* continuous deployment policies. The response includes policies in the list that occur
|
|
1556
|
-
* after the marker. To get the next page of the list, set this field
|
|
1557
|
-
* of <code>NextMarker</code> from the current page
|
|
1556
|
+
* after the marker. To get the next page of the list, set this field's value to the value
|
|
1557
|
+
* of <code>NextMarker</code> from the current page's response.</p>
|
|
1558
1558
|
*/
|
|
1559
1559
|
Marker?: string;
|
|
1560
1560
|
/**
|
|
@@ -1603,7 +1603,7 @@ export interface ListContinuousDeploymentPoliciesResult {
|
|
|
1603
1603
|
ContinuousDeploymentPolicyList?: ContinuousDeploymentPolicyList;
|
|
1604
1604
|
}
|
|
1605
1605
|
/**
|
|
1606
|
-
* <p>The request to list your distributions
|
|
1606
|
+
* <p>The request to list your distributions.</p>
|
|
1607
1607
|
*/
|
|
1608
1608
|
export interface ListDistributionsRequest {
|
|
1609
1609
|
/**
|
|
@@ -1657,7 +1657,7 @@ export interface DistributionSummary {
|
|
|
1657
1657
|
*/
|
|
1658
1658
|
Origins: Origins | undefined;
|
|
1659
1659
|
/**
|
|
1660
|
-
* <p>
|
|
1660
|
+
* <p>A complex type that contains information about origin groups for this
|
|
1661
1661
|
* distribution.</p>
|
|
1662
1662
|
*/
|
|
1663
1663
|
OriginGroups?: OriginGroups;
|
|
@@ -1683,7 +1683,7 @@ export interface DistributionSummary {
|
|
|
1683
1683
|
Comment: string | undefined;
|
|
1684
1684
|
/**
|
|
1685
1685
|
* <p>A complex type that contains information about price class for this streaming
|
|
1686
|
-
* distribution
|
|
1686
|
+
* distribution.</p>
|
|
1687
1687
|
*/
|
|
1688
1688
|
PriceClass: PriceClass | string | undefined;
|
|
1689
1689
|
/**
|
|
@@ -1691,7 +1691,7 @@ export interface DistributionSummary {
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
Enabled: boolean | undefined;
|
|
1693
1693
|
/**
|
|
1694
|
-
* <p>A complex type that determines the distribution
|
|
1694
|
+
* <p>A complex type that determines the distribution's SSL/TLS configuration for
|
|
1695
1695
|
* communicating with viewers.</p>
|
|
1696
1696
|
*/
|
|
1697
1697
|
ViewerCertificate: ViewerCertificate | undefined;
|
|
@@ -1705,7 +1705,7 @@ export interface DistributionSummary {
|
|
|
1705
1705
|
*/
|
|
1706
1706
|
WebACLId: string | undefined;
|
|
1707
1707
|
/**
|
|
1708
|
-
* <p>
|
|
1708
|
+
* <p>Specify the maximum HTTP version that you want viewers to use to communicate with
|
|
1709
1709
|
* CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that
|
|
1710
1710
|
* don't support <code>HTTP/2</code> will automatically use an earlier version.</p>
|
|
1711
1711
|
*/
|
|
@@ -1720,7 +1720,7 @@ export interface DistributionSummary {
|
|
|
1720
1720
|
* recordal if they want to serve content publicly on an alternate domain name, also known
|
|
1721
1721
|
* as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal
|
|
1722
1722
|
* status for CNAMEs associated with distributions.</p>
|
|
1723
|
-
*
|
|
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
1724
|
* services in China</i>.</p>
|
|
1725
1725
|
*/
|
|
1726
1726
|
AliasICPRecordals?: AliasICPRecordal[];
|
|
@@ -1740,7 +1740,7 @@ export interface DistributionList {
|
|
|
1740
1740
|
/**
|
|
1741
1741
|
* <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
|
|
1742
1742
|
* the value you can use for the <code>Marker</code> request parameter to continue listing
|
|
1743
|
-
* your distributions where they left off
|
|
1743
|
+
* your distributions where they left off.</p>
|
|
1744
1744
|
*/
|
|
1745
1745
|
NextMarker?: string;
|
|
1746
1746
|
/**
|
|
@@ -1765,11 +1765,11 @@ export interface DistributionList {
|
|
|
1765
1765
|
Items?: DistributionSummary[];
|
|
1766
1766
|
}
|
|
1767
1767
|
/**
|
|
1768
|
-
* <p>The returned result of the corresponding request
|
|
1768
|
+
* <p>The returned result of the corresponding request.</p>
|
|
1769
1769
|
*/
|
|
1770
1770
|
export interface ListDistributionsResult {
|
|
1771
1771
|
/**
|
|
1772
|
-
* <p>The <code>DistributionList</code> type
|
|
1772
|
+
* <p>The <code>DistributionList</code> type.</p>
|
|
1773
1773
|
*/
|
|
1774
1774
|
DistributionList?: DistributionList;
|
|
1775
1775
|
}
|
|
@@ -1777,8 +1777,8 @@ export interface ListDistributionsByCachePolicyIdRequest {
|
|
|
1777
1777
|
/**
|
|
1778
1778
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1779
1779
|
* distribution IDs. The response includes distribution IDs in the list that occur after
|
|
1780
|
-
* the marker. To get the next page of the list, set this field
|
|
1781
|
-
* <code>NextMarker</code> from the current page
|
|
1780
|
+
* the marker. To get the next page of the list, set this field's value to the value of
|
|
1781
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1782
1782
|
*/
|
|
1783
1783
|
Marker?: string;
|
|
1784
1784
|
/**
|
|
@@ -1832,8 +1832,8 @@ export interface ListDistributionsByKeyGroupRequest {
|
|
|
1832
1832
|
/**
|
|
1833
1833
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1834
1834
|
* distribution IDs. The response includes distribution IDs in the list that occur after
|
|
1835
|
-
* the marker. To get the next page of the list, set this field
|
|
1836
|
-
* <code>NextMarker</code> from the current page
|
|
1835
|
+
* the marker. To get the next page of the list, set this field's value to the value of
|
|
1836
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1837
1837
|
*/
|
|
1838
1838
|
Marker?: string;
|
|
1839
1839
|
/**
|
|
@@ -1855,8 +1855,8 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
|
|
|
1855
1855
|
/**
|
|
1856
1856
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1857
1857
|
* distribution IDs. The response includes distribution IDs in the list that occur after
|
|
1858
|
-
* the marker. To get the next page of the list, set this field
|
|
1859
|
-
* <code>NextMarker</code> from the current page
|
|
1858
|
+
* the marker. To get the next page of the list, set this field's value to the value of
|
|
1859
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1860
1860
|
*/
|
|
1861
1861
|
Marker?: string;
|
|
1862
1862
|
/**
|
|
@@ -1879,8 +1879,8 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
|
|
|
1879
1879
|
/**
|
|
1880
1880
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1881
1881
|
* distributions. The response includes distributions in the list that occur after the
|
|
1882
|
-
* marker. To get the next page of the list, set this field
|
|
1883
|
-
* <code>NextMarker</code> from the current page
|
|
1882
|
+
* marker. To get the next page of the list, set this field's value to the value of
|
|
1883
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1884
1884
|
*/
|
|
1885
1885
|
Marker?: string;
|
|
1886
1886
|
/**
|
|
@@ -1908,8 +1908,8 @@ export interface ListDistributionsByResponseHeadersPolicyIdRequest {
|
|
|
1908
1908
|
/**
|
|
1909
1909
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
1910
1910
|
* distribution IDs. The response includes distribution IDs in the list that occur after
|
|
1911
|
-
* the marker. To get the next page of the list, set this field
|
|
1912
|
-
* <code>NextMarker</code> from the current page
|
|
1911
|
+
* the marker. To get the next page of the list, set this field's value to the value of
|
|
1912
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
1913
1913
|
*/
|
|
1914
1914
|
Marker?: string;
|
|
1915
1915
|
/**
|
|
@@ -1939,7 +1939,7 @@ export interface ListDistributionsByWebACLIdRequest {
|
|
|
1939
1939
|
* response includes a <code>NextMarker</code> element. To get the next page of results,
|
|
1940
1940
|
* submit another request. For the value of <code>Marker</code>, specify the value of
|
|
1941
1941
|
* <code>NextMarker</code> from the last response. (For the first request, omit
|
|
1942
|
-
* <code>Marker</code>.)
|
|
1942
|
+
* <code>Marker</code>.)</p>
|
|
1943
1943
|
*/
|
|
1944
1944
|
Marker?: string;
|
|
1945
1945
|
/**
|
|
@@ -1960,7 +1960,7 @@ export interface ListDistributionsByWebACLIdRequest {
|
|
|
1960
1960
|
*/
|
|
1961
1961
|
export interface ListDistributionsByWebACLIdResult {
|
|
1962
1962
|
/**
|
|
1963
|
-
* <p>The <code>DistributionList</code> type
|
|
1963
|
+
* <p>The <code>DistributionList</code> type.</p>
|
|
1964
1964
|
*/
|
|
1965
1965
|
DistributionList?: DistributionList;
|
|
1966
1966
|
}
|
|
@@ -1970,12 +1970,12 @@ export interface ListFieldLevelEncryptionConfigsRequest {
|
|
|
1970
1970
|
* configurations. The results include configurations in the list that occur after the
|
|
1971
1971
|
* marker. To get the next page of results, set the <code>Marker</code> to the value of the
|
|
1972
1972
|
* <code>NextMarker</code> from the current page's response (which is also the ID of
|
|
1973
|
-
* the last configuration on that page)
|
|
1973
|
+
* the last configuration on that page).</p>
|
|
1974
1974
|
*/
|
|
1975
1975
|
Marker?: string;
|
|
1976
1976
|
/**
|
|
1977
1977
|
* <p>The maximum number of field-level encryption configurations you want in the response
|
|
1978
|
-
* body
|
|
1978
|
+
* body.</p>
|
|
1979
1979
|
*/
|
|
1980
1980
|
MaxItems?: number;
|
|
1981
1981
|
}
|
|
@@ -1997,11 +1997,11 @@ export interface FieldLevelEncryptionSummary {
|
|
|
1997
1997
|
*/
|
|
1998
1998
|
Comment?: string;
|
|
1999
1999
|
/**
|
|
2000
|
-
* <p>
|
|
2000
|
+
* <p>A summary of a query argument-profile mapping.</p>
|
|
2001
2001
|
*/
|
|
2002
2002
|
QueryArgProfileConfig?: QueryArgProfileConfig;
|
|
2003
2003
|
/**
|
|
2004
|
-
* <p>
|
|
2004
|
+
* <p>A summary of a content type-profile mapping.</p>
|
|
2005
2005
|
*/
|
|
2006
2006
|
ContentTypeProfileConfig?: ContentTypeProfileConfig;
|
|
2007
2007
|
}
|
|
@@ -2016,7 +2016,7 @@ export interface FieldLevelEncryptionList {
|
|
|
2016
2016
|
*/
|
|
2017
2017
|
NextMarker?: string;
|
|
2018
2018
|
/**
|
|
2019
|
-
* <p>The maximum number of elements you want in the response body
|
|
2019
|
+
* <p>The maximum number of elements you want in the response body.</p>
|
|
2020
2020
|
*/
|
|
2021
2021
|
MaxItems: number | undefined;
|
|
2022
2022
|
/**
|
|
@@ -2041,7 +2041,7 @@ export interface ListFieldLevelEncryptionProfilesRequest {
|
|
|
2041
2041
|
* The results include profiles in the list that occur after the marker. To get the next
|
|
2042
2042
|
* page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
|
|
2043
2043
|
* from the current page's response (which is also the ID of the last profile on that
|
|
2044
|
-
* page)
|
|
2044
|
+
* page).</p>
|
|
2045
2045
|
*/
|
|
2046
2046
|
Marker?: string;
|
|
2047
2047
|
/**
|
|
@@ -2113,8 +2113,8 @@ export interface ListFunctionsRequest {
|
|
|
2113
2113
|
/**
|
|
2114
2114
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
2115
2115
|
* functions. The response includes functions in the list that occur after the marker. To
|
|
2116
|
-
* get the next page of the list, set this field
|
|
2117
|
-
* <code>NextMarker</code> from the current page
|
|
2116
|
+
* get the next page of the list, set this field's value to the value of
|
|
2117
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
2118
2118
|
*/
|
|
2119
2119
|
Marker?: string;
|
|
2120
2120
|
/**
|
|
@@ -2157,7 +2157,7 @@ export interface ListFunctionsResult {
|
|
|
2157
2157
|
FunctionList?: FunctionList;
|
|
2158
2158
|
}
|
|
2159
2159
|
/**
|
|
2160
|
-
* <p>The request to list invalidations
|
|
2160
|
+
* <p>The request to list invalidations.</p>
|
|
2161
2161
|
*/
|
|
2162
2162
|
export interface ListInvalidationsRequest {
|
|
2163
2163
|
/**
|
|
@@ -2171,7 +2171,7 @@ export interface ListInvalidationsRequest {
|
|
|
2171
2171
|
* contain earlier results, and so on. To get the next page of results, set
|
|
2172
2172
|
* <code>Marker</code> to the value of the <code>NextMarker</code> from the current
|
|
2173
2173
|
* page's response. This value is the same as the ID of the last invalidation batch on that
|
|
2174
|
-
* page
|
|
2174
|
+
* page.</p>
|
|
2175
2175
|
*/
|
|
2176
2176
|
Marker?: string;
|
|
2177
2177
|
/**
|
|
@@ -2235,11 +2235,11 @@ export interface InvalidationList {
|
|
|
2235
2235
|
Items?: InvalidationSummary[];
|
|
2236
2236
|
}
|
|
2237
2237
|
/**
|
|
2238
|
-
* <p>The returned result of the corresponding request
|
|
2238
|
+
* <p>The returned result of the corresponding request.</p>
|
|
2239
2239
|
*/
|
|
2240
2240
|
export interface ListInvalidationsResult {
|
|
2241
2241
|
/**
|
|
2242
|
-
* <p>Information about invalidation batches
|
|
2242
|
+
* <p>Information about invalidation batches.</p>
|
|
2243
2243
|
*/
|
|
2244
2244
|
InvalidationList?: InvalidationList;
|
|
2245
2245
|
}
|
|
@@ -2247,8 +2247,8 @@ export interface ListKeyGroupsRequest {
|
|
|
2247
2247
|
/**
|
|
2248
2248
|
* <p>Use this field when paginating results to indicate where to begin in your list of key
|
|
2249
2249
|
* groups. The response includes key groups in the list that occur after the marker. To get
|
|
2250
|
-
* the next page of the list, set this field
|
|
2251
|
-
* <code>NextMarker</code> from the current page
|
|
2250
|
+
* the next page of the list, set this field's value to the value of
|
|
2251
|
+
* <code>NextMarker</code> from the current page's response.</p>
|
|
2252
2252
|
*/
|
|
2253
2253
|
Marker?: string;
|
|
2254
2254
|
/**
|
|
@@ -2331,25 +2331,25 @@ export interface OriginAccessControlSummary {
|
|
|
2331
2331
|
/**
|
|
2332
2332
|
* <p>A value that specifies which requests CloudFront signs (adds authentication information to).
|
|
2333
2333
|
* This field can have one of the following values:</p>
|
|
2334
|
-
*
|
|
2334
|
+
* <ul>
|
|
2335
2335
|
* <li>
|
|
2336
|
-
*
|
|
2336
|
+
* <p>
|
|
2337
2337
|
* <code>never</code> – CloudFront doesn't sign any origin requests.</p>
|
|
2338
|
-
*
|
|
2338
|
+
* </li>
|
|
2339
2339
|
* <li>
|
|
2340
|
-
*
|
|
2340
|
+
* <p>
|
|
2341
2341
|
* <code>always</code> – CloudFront signs all origin requests, overwriting the
|
|
2342
2342
|
* <code>Authorization</code> header from the viewer request if
|
|
2343
2343
|
* necessary.</p>
|
|
2344
|
-
*
|
|
2344
|
+
* </li>
|
|
2345
2345
|
* <li>
|
|
2346
|
-
*
|
|
2346
|
+
* <p>
|
|
2347
2347
|
* <code>no-override</code> – If the viewer request doesn't contain the
|
|
2348
2348
|
* <code>Authorization</code> header, CloudFront signs the origin request. If the
|
|
2349
2349
|
* viewer request contains the <code>Authorization</code> header, CloudFront doesn't sign
|
|
2350
2350
|
* the origin request, but instead passes along the <code>Authorization</code>
|
|
2351
2351
|
* header that it received in the viewer request.</p>
|
|
2352
|
-
*
|
|
2352
|
+
* </li>
|
|
2353
2353
|
* </ul>
|
|
2354
2354
|
*/
|
|
2355
2355
|
SigningBehavior: OriginAccessControlSigningBehaviors | string | undefined;
|
|
@@ -2405,25 +2405,25 @@ export interface ListOriginRequestPoliciesRequest {
|
|
|
2405
2405
|
/**
|
|
2406
2406
|
* <p>A filter to return only the specified kinds of origin request policies. Valid values
|
|
2407
2407
|
* are:</p>
|
|
2408
|
-
*
|
|
2408
|
+
* <ul>
|
|
2409
2409
|
* <li>
|
|
2410
|
-
*
|
|
2410
|
+
* <p>
|
|
2411
2411
|
* <code>managed</code> – Returns only the managed policies created by
|
|
2412
2412
|
* Amazon Web Services.</p>
|
|
2413
|
-
*
|
|
2413
|
+
* </li>
|
|
2414
2414
|
* <li>
|
|
2415
|
-
*
|
|
2415
|
+
* <p>
|
|
2416
2416
|
* <code>custom</code> – Returns only the custom policies created in your
|
|
2417
2417
|
* Amazon Web Services account.</p>
|
|
2418
|
-
*
|
|
2418
|
+
* </li>
|
|
2419
2419
|
* </ul>
|
|
2420
2420
|
*/
|
|
2421
2421
|
Type?: OriginRequestPolicyType | string;
|
|
2422
2422
|
/**
|
|
2423
2423
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
2424
2424
|
* origin request policies. The response includes origin request policies in the list that
|
|
2425
|
-
* occur after the marker. To get the next page of the list, set this field
|
|
2426
|
-
* value of <code>NextMarker</code> from the current page
|
|
2425
|
+
* occur after the marker. To get the next page of the list, set this field's value to the
|
|
2426
|
+
* value of <code>NextMarker</code> from the current page's response.</p>
|
|
2427
2427
|
*/
|
|
2428
2428
|
Marker?: string;
|
|
2429
2429
|
/**
|
|
@@ -2481,11 +2481,11 @@ export interface ListPublicKeysRequest {
|
|
|
2481
2481
|
* keys. The results include public keys in the list that occur after the marker. To get
|
|
2482
2482
|
* the next page of results, set the <code>Marker</code> to the value of the
|
|
2483
2483
|
* <code>NextMarker</code> from the current page's response (which is also the ID of
|
|
2484
|
-
* the last public key on that page)
|
|
2484
|
+
* the last public key on that page).</p>
|
|
2485
2485
|
*/
|
|
2486
2486
|
Marker?: string;
|
|
2487
2487
|
/**
|
|
2488
|
-
* <p>The maximum number of public keys you want in the response body
|
|
2488
|
+
* <p>The maximum number of public keys you want in the response body.</p>
|
|
2489
2489
|
*/
|
|
2490
2490
|
MaxItems?: number;
|
|
2491
2491
|
}
|
|
@@ -2554,8 +2554,8 @@ export interface ListRealtimeLogConfigsRequest {
|
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
2556
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
|
|
2558
|
-
* value to the value of <code>NextMarker</code> from the current page
|
|
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>
|
|
2559
2559
|
*/
|
|
2560
2560
|
Marker?: string;
|
|
2561
2561
|
}
|
|
@@ -2603,24 +2603,24 @@ export interface ListResponseHeadersPoliciesRequest {
|
|
|
2603
2603
|
/**
|
|
2604
2604
|
* <p>A filter to get only the specified kind of response headers policies. Valid values
|
|
2605
2605
|
* are:</p>
|
|
2606
|
-
*
|
|
2606
|
+
* <ul>
|
|
2607
2607
|
* <li>
|
|
2608
|
-
*
|
|
2608
|
+
* <p>
|
|
2609
2609
|
* <code>managed</code> – Gets only the managed policies created by Amazon Web Services.</p>
|
|
2610
|
-
*
|
|
2610
|
+
* </li>
|
|
2611
2611
|
* <li>
|
|
2612
|
-
*
|
|
2612
|
+
* <p>
|
|
2613
2613
|
* <code>custom</code> – Gets only the custom policies created in your
|
|
2614
2614
|
* Amazon Web Services account.</p>
|
|
2615
|
-
*
|
|
2615
|
+
* </li>
|
|
2616
2616
|
* </ul>
|
|
2617
2617
|
*/
|
|
2618
2618
|
Type?: ResponseHeadersPolicyType | string;
|
|
2619
2619
|
/**
|
|
2620
2620
|
* <p>Use this field when paginating results to indicate where to begin in your list of
|
|
2621
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
|
|
2623
|
-
* the value of <code>NextMarker</code> from the current page
|
|
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>
|
|
2624
2624
|
*/
|
|
2625
2625
|
Marker?: string;
|
|
2626
2626
|
/**
|
|
@@ -2674,7 +2674,7 @@ export interface ListResponseHeadersPoliciesResult {
|
|
|
2674
2674
|
ResponseHeadersPolicyList?: ResponseHeadersPolicyList;
|
|
2675
2675
|
}
|
|
2676
2676
|
/**
|
|
2677
|
-
* <p>The request to list your streaming distributions
|
|
2677
|
+
* <p>The request to list your streaming distributions.</p>
|
|
2678
2678
|
*/
|
|
2679
2679
|
export interface ListStreamingDistributionsRequest {
|
|
2680
2680
|
/**
|
|
@@ -2687,7 +2687,7 @@ export interface ListStreamingDistributionsRequest {
|
|
|
2687
2687
|
MaxItems?: number;
|
|
2688
2688
|
}
|
|
2689
2689
|
/**
|
|
2690
|
-
* <p>
|
|
2690
|
+
* <p>A summary of the information for a CloudFront streaming distribution.</p>
|
|
2691
2691
|
*/
|
|
2692
2692
|
export interface StreamingDistributionSummary {
|
|
2693
2693
|
/**
|
|
@@ -2695,13 +2695,13 @@ export interface StreamingDistributionSummary {
|
|
|
2695
2695
|
*/
|
|
2696
2696
|
Id: string | undefined;
|
|
2697
2697
|
/**
|
|
2698
|
-
* <p>
|
|
2698
|
+
* <p>The ARN (Amazon Resource Name) for the streaming distribution. For example:
|
|
2699
2699
|
* <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>,
|
|
2700
2700
|
* where <code>123456789012</code> is your Amazon Web Services account ID.</p>
|
|
2701
2701
|
*/
|
|
2702
2702
|
ARN: string | undefined;
|
|
2703
2703
|
/**
|
|
2704
|
-
* <p>
|
|
2704
|
+
* <p>Indicates the current status of the distribution. When the status is
|
|
2705
2705
|
* <code>Deployed</code>, the distribution's information is fully propagated throughout
|
|
2706
2706
|
* the Amazon CloudFront system.</p>
|
|
2707
2707
|
*/
|
|
@@ -2737,8 +2737,8 @@ export interface StreamingDistributionSummary {
|
|
|
2737
2737
|
* more trusted signers, change <code>Enabled</code> to <code>true</code> (if it's
|
|
2738
2738
|
* currently <code>false</code>), change <code>Quantity</code> as applicable, and specify
|
|
2739
2739
|
* all of the trusted signers that you want to include in the updated distribution.</p>
|
|
2740
|
-
*
|
|
2741
|
-
* Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i
|
|
2740
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
|
|
2741
|
+
* Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
2742
2742
|
*/
|
|
2743
2743
|
TrustedSigners: TrustedSigners | undefined;
|
|
2744
2744
|
/**
|
|
@@ -2747,7 +2747,7 @@ export interface StreamingDistributionSummary {
|
|
|
2747
2747
|
Comment: string | undefined;
|
|
2748
2748
|
/**
|
|
2749
2749
|
* <p>A complex type that contains information about price class for this streaming
|
|
2750
|
-
* distribution
|
|
2750
|
+
* distribution.</p>
|
|
2751
2751
|
*/
|
|
2752
2752
|
PriceClass: PriceClass | string | undefined;
|
|
2753
2753
|
/**
|
|
@@ -2756,21 +2756,21 @@ export interface StreamingDistributionSummary {
|
|
|
2756
2756
|
Enabled: boolean | undefined;
|
|
2757
2757
|
}
|
|
2758
2758
|
/**
|
|
2759
|
-
* <p>A streaming distribution list
|
|
2759
|
+
* <p>A streaming distribution list.</p>
|
|
2760
2760
|
*/
|
|
2761
2761
|
export interface StreamingDistributionList {
|
|
2762
2762
|
/**
|
|
2763
|
-
* <p>The value you provided for the <code>Marker</code> request parameter
|
|
2763
|
+
* <p>The value you provided for the <code>Marker</code> request parameter.</p>
|
|
2764
2764
|
*/
|
|
2765
2765
|
Marker: string | undefined;
|
|
2766
2766
|
/**
|
|
2767
2767
|
* <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
|
|
2768
2768
|
* the value you can use for the <code>Marker</code> request parameter to continue listing
|
|
2769
|
-
* your RTMP distributions where they left off
|
|
2769
|
+
* your RTMP distributions where they left off.</p>
|
|
2770
2770
|
*/
|
|
2771
2771
|
NextMarker?: string;
|
|
2772
2772
|
/**
|
|
2773
|
-
* <p>The value you provided for the <code>MaxItems</code> request parameter
|
|
2773
|
+
* <p>The value you provided for the <code>MaxItems</code> request parameter.</p>
|
|
2774
2774
|
*/
|
|
2775
2775
|
MaxItems: number | undefined;
|
|
2776
2776
|
/**
|
|
@@ -2792,29 +2792,29 @@ export interface StreamingDistributionList {
|
|
|
2792
2792
|
Items?: StreamingDistributionSummary[];
|
|
2793
2793
|
}
|
|
2794
2794
|
/**
|
|
2795
|
-
* <p>The returned result of the corresponding request
|
|
2795
|
+
* <p>The returned result of the corresponding request.</p>
|
|
2796
2796
|
*/
|
|
2797
2797
|
export interface ListStreamingDistributionsResult {
|
|
2798
2798
|
/**
|
|
2799
|
-
* <p>The <code>StreamingDistributionList</code> type
|
|
2799
|
+
* <p>The <code>StreamingDistributionList</code> type.</p>
|
|
2800
2800
|
*/
|
|
2801
2801
|
StreamingDistributionList?: StreamingDistributionList;
|
|
2802
2802
|
}
|
|
2803
2803
|
/**
|
|
2804
|
-
* <p>
|
|
2804
|
+
* <p>The request to list tags for a CloudFront resource.</p>
|
|
2805
2805
|
*/
|
|
2806
2806
|
export interface ListTagsForResourceRequest {
|
|
2807
2807
|
/**
|
|
2808
|
-
* <p>
|
|
2808
|
+
* <p>An ARN of a CloudFront resource.</p>
|
|
2809
2809
|
*/
|
|
2810
2810
|
Resource: string | undefined;
|
|
2811
2811
|
}
|
|
2812
2812
|
/**
|
|
2813
|
-
* <p>
|
|
2813
|
+
* <p>The returned result of the corresponding request.</p>
|
|
2814
2814
|
*/
|
|
2815
2815
|
export interface ListTagsForResourceResult {
|
|
2816
2816
|
/**
|
|
2817
|
-
* <p>
|
|
2817
|
+
* <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
|
|
2818
2818
|
*/
|
|
2819
2819
|
Tags: Tags | undefined;
|
|
2820
2820
|
}
|
|
@@ -2836,15 +2836,15 @@ export interface PublishFunctionResult {
|
|
|
2836
2836
|
FunctionSummary?: FunctionSummary;
|
|
2837
2837
|
}
|
|
2838
2838
|
/**
|
|
2839
|
-
* <p>
|
|
2839
|
+
* <p>The request to add tags to a CloudFront resource.</p>
|
|
2840
2840
|
*/
|
|
2841
2841
|
export interface TagResourceRequest {
|
|
2842
2842
|
/**
|
|
2843
|
-
* <p>
|
|
2843
|
+
* <p>An ARN of a CloudFront resource.</p>
|
|
2844
2844
|
*/
|
|
2845
2845
|
Resource: string | undefined;
|
|
2846
2846
|
/**
|
|
2847
|
-
* <p>
|
|
2847
|
+
* <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
|
|
2848
2848
|
*/
|
|
2849
2849
|
Tags: Tags | undefined;
|
|
2850
2850
|
}
|
|
@@ -2920,24 +2920,24 @@ export interface TestFunctionResult {
|
|
|
2920
2920
|
TestResult?: TestResult;
|
|
2921
2921
|
}
|
|
2922
2922
|
/**
|
|
2923
|
-
* <p>
|
|
2923
|
+
* <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
|
|
2924
2924
|
*/
|
|
2925
2925
|
export interface TagKeys {
|
|
2926
2926
|
/**
|
|
2927
|
-
* <p>
|
|
2927
|
+
* <p>A complex type that contains <code>Tag</code> key elements.</p>
|
|
2928
2928
|
*/
|
|
2929
2929
|
Items?: string[];
|
|
2930
2930
|
}
|
|
2931
2931
|
/**
|
|
2932
|
-
* <p>
|
|
2932
|
+
* <p>The request to remove tags from a CloudFront resource.</p>
|
|
2933
2933
|
*/
|
|
2934
2934
|
export interface UntagResourceRequest {
|
|
2935
2935
|
/**
|
|
2936
|
-
* <p>
|
|
2936
|
+
* <p>An ARN of a CloudFront resource.</p>
|
|
2937
2937
|
*/
|
|
2938
2938
|
Resource: string | undefined;
|
|
2939
2939
|
/**
|
|
2940
|
-
* <p>
|
|
2940
|
+
* <p>A complex type that contains zero or more <code>Tag</code> key elements.</p>
|
|
2941
2941
|
*/
|
|
2942
2942
|
TagKeys: TagKeys | undefined;
|
|
2943
2943
|
}
|
|
@@ -2948,13 +2948,13 @@ export interface UpdateCachePolicyRequest {
|
|
|
2948
2948
|
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
2949
2949
|
/**
|
|
2950
2950
|
* <p>The unique identifier for the cache policy that you are updating. The identifier is
|
|
2951
|
-
* returned in a cache behavior
|
|
2951
|
+
* returned in a cache behavior's <code>CachePolicyId</code> field in the response to
|
|
2952
2952
|
* <code>GetDistributionConfig</code>.</p>
|
|
2953
2953
|
*/
|
|
2954
2954
|
Id: string | undefined;
|
|
2955
2955
|
/**
|
|
2956
2956
|
* <p>The version of the cache policy that you are updating. The version is returned in the
|
|
2957
|
-
* cache policy
|
|
2957
|
+
* cache policy's <code>ETag</code> field in the response to
|
|
2958
2958
|
* <code>GetCachePolicyConfig</code>.</p>
|
|
2959
2959
|
*/
|
|
2960
2960
|
IfMatch?: string;
|
|
@@ -3072,7 +3072,7 @@ export interface UpdateDistributionWithStagingConfigRequest {
|
|
|
3072
3072
|
/**
|
|
3073
3073
|
* <p>The current versions (<code>ETag</code> values) of both primary and staging distributions.
|
|
3074
3074
|
* Provide these in the following format:</p>
|
|
3075
|
-
*
|
|
3075
|
+
* <p>
|
|
3076
3076
|
* <code><primary ETag>, <staging ETag></code>
|
|
3077
3077
|
* </p>
|
|
3078
3078
|
*/
|
|
@@ -3085,13 +3085,13 @@ export interface UpdateDistributionWithStagingConfigResult {
|
|
|
3085
3085
|
*/
|
|
3086
3086
|
Distribution?: Distribution;
|
|
3087
3087
|
/**
|
|
3088
|
-
* <p>The current version of the primary distribution (after it
|
|
3088
|
+
* <p>The current version of the primary distribution (after it's updated).</p>
|
|
3089
3089
|
*/
|
|
3090
3090
|
ETag?: string;
|
|
3091
3091
|
}
|
|
3092
3092
|
export interface UpdateFieldLevelEncryptionConfigRequest {
|
|
3093
3093
|
/**
|
|
3094
|
-
* <p>Request to update a field-level encryption configuration
|
|
3094
|
+
* <p>Request to update a field-level encryption configuration.</p>
|
|
3095
3095
|
*/
|
|
3096
3096
|
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
3097
3097
|
/**
|
|
@@ -3117,11 +3117,11 @@ export interface UpdateFieldLevelEncryptionConfigResult {
|
|
|
3117
3117
|
}
|
|
3118
3118
|
export interface UpdateFieldLevelEncryptionProfileRequest {
|
|
3119
3119
|
/**
|
|
3120
|
-
* <p>Request to update a field-level encryption profile
|
|
3120
|
+
* <p>Request to update a field-level encryption profile.</p>
|
|
3121
3121
|
*/
|
|
3122
3122
|
FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
|
|
3123
3123
|
/**
|
|
3124
|
-
* <p>The ID of the field-level encryption profile request
|
|
3124
|
+
* <p>The ID of the field-level encryption profile request.</p>
|
|
3125
3125
|
*/
|
|
3126
3126
|
Id: string | undefined;
|
|
3127
3127
|
/**
|
|
@@ -3136,7 +3136,7 @@ export interface UpdateFieldLevelEncryptionProfileResult {
|
|
|
3136
3136
|
*/
|
|
3137
3137
|
FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
|
|
3138
3138
|
/**
|
|
3139
|
-
* <p>The result of the field-level encryption profile request
|
|
3139
|
+
* <p>The result of the field-level encryption profile request.</p>
|
|
3140
3140
|
*/
|
|
3141
3141
|
ETag?: string;
|
|
3142
3142
|
}
|
|
@@ -3181,7 +3181,7 @@ export interface UpdateKeyGroupRequest {
|
|
|
3181
3181
|
*/
|
|
3182
3182
|
Id: string | undefined;
|
|
3183
3183
|
/**
|
|
3184
|
-
* <p>The version of the key group that you are updating. The version is the key group
|
|
3184
|
+
* <p>The version of the key group that you are updating. The version is the key group's
|
|
3185
3185
|
* <code>ETag</code> value.</p>
|
|
3186
3186
|
*/
|
|
3187
3187
|
IfMatch?: string;
|
|
@@ -3228,13 +3228,13 @@ export interface UpdateOriginRequestPolicyRequest {
|
|
|
3228
3228
|
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
3229
3229
|
/**
|
|
3230
3230
|
* <p>The unique identifier for the origin request policy that you are updating. The
|
|
3231
|
-
* identifier is returned in a cache behavior
|
|
3231
|
+
* identifier is returned in a cache behavior's <code>OriginRequestPolicyId</code> field in
|
|
3232
3232
|
* the response to <code>GetDistributionConfig</code>.</p>
|
|
3233
3233
|
*/
|
|
3234
3234
|
Id: string | undefined;
|
|
3235
3235
|
/**
|
|
3236
3236
|
* <p>The version of the origin request policy that you are updating. The version is
|
|
3237
|
-
* returned in the origin request policy
|
|
3237
|
+
* returned in the origin request policy's <code>ETag</code> field in the response to
|
|
3238
3238
|
* <code>GetOriginRequestPolicyConfig</code>.</p>
|
|
3239
3239
|
*/
|
|
3240
3240
|
IfMatch?: string;
|
|
@@ -3282,7 +3282,7 @@ export interface UpdateRealtimeLogConfigRequest {
|
|
|
3282
3282
|
EndPoints?: EndPoint[];
|
|
3283
3283
|
/**
|
|
3284
3284
|
* <p>A list of fields to include in each real-time log record.</p>
|
|
3285
|
-
*
|
|
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
|
|
3286
3286
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
3287
3287
|
*/
|
|
3288
3288
|
Fields?: string[];
|
|
@@ -3318,7 +3318,7 @@ export interface UpdateResponseHeadersPolicyRequest {
|
|
|
3318
3318
|
Id: string | undefined;
|
|
3319
3319
|
/**
|
|
3320
3320
|
* <p>The version of the response headers policy that you are updating.</p>
|
|
3321
|
-
*
|
|
3321
|
+
* <p>The version is returned in the cache policy's <code>ETag</code> field in the response
|
|
3322
3322
|
* to <code>GetResponseHeadersPolicyConfig</code>.</p>
|
|
3323
3323
|
*/
|
|
3324
3324
|
IfMatch?: string;
|