@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
|
@@ -108,7 +108,7 @@ import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCom
|
|
|
108
108
|
import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
|
|
109
109
|
/**
|
|
110
110
|
* <fullname>Amazon CloudFront</fullname>
|
|
111
|
-
*
|
|
111
|
+
* <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers
|
|
112
112
|
* who need detailed information about CloudFront API actions, data types, and errors. For
|
|
113
113
|
* detailed information about CloudFront features, see the
|
|
114
114
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -117,11 +117,11 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
117
117
|
/**
|
|
118
118
|
* <p>Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront
|
|
119
119
|
* distribution.</p>
|
|
120
|
-
*
|
|
120
|
+
* <p>With this operation you can move an alias that's already in use on a CloudFront distribution
|
|
121
121
|
* to a different distribution in one step. This prevents the downtime that could occur if
|
|
122
122
|
* you first remove the alias from one distribution and then separately add the alias to
|
|
123
123
|
* another distribution.</p>
|
|
124
|
-
*
|
|
124
|
+
* <p>To use this operation to associate an alias with a distribution, you provide the alias
|
|
125
125
|
* and the ID of the target distribution for the alias. For more information, including how
|
|
126
126
|
* to set up the target distribution, prerequisites that you must complete, and other
|
|
127
127
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving an alternate domain name to a different
|
|
@@ -134,8 +134,8 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
134
134
|
* <p>Creates a staging distribution using the configuration of the provided primary
|
|
135
135
|
* distribution. A staging distribution is a copy of an existing distribution (called the
|
|
136
136
|
* primary distribution) that you can use in a continuous deployment workflow.</p>
|
|
137
|
-
*
|
|
138
|
-
* to modify the staging distribution
|
|
137
|
+
* <p>After you create a staging distribution, you can use <code>UpdateDistribution</code>
|
|
138
|
+
* to modify the staging distribution's configuration. Then you can use
|
|
139
139
|
* <code>CreateContinuousDeploymentPolicy</code> to incrementally move traffic to the
|
|
140
140
|
* staging distribution.</p>
|
|
141
141
|
*/
|
|
@@ -144,27 +144,27 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
144
144
|
copyDistribution(args: CopyDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDistributionCommandOutput) => void): void;
|
|
145
145
|
/**
|
|
146
146
|
* <p>Creates a cache policy.</p>
|
|
147
|
-
*
|
|
148
|
-
* When it
|
|
147
|
+
* <p>After you create a cache policy, you can attach it to one or more cache behaviors.
|
|
148
|
+
* When it's attached to a cache behavior, the cache policy determines the
|
|
149
149
|
* following:</p>
|
|
150
|
-
*
|
|
150
|
+
* <ul>
|
|
151
151
|
* <li>
|
|
152
|
-
*
|
|
152
|
+
* <p>The values that CloudFront includes in the <i>cache key</i>. These
|
|
153
153
|
* values can include HTTP headers, cookies, and URL query strings. CloudFront uses the
|
|
154
154
|
* cache key to find an object in its cache that it can return to the
|
|
155
155
|
* viewer.</p>
|
|
156
|
-
*
|
|
156
|
+
* </li>
|
|
157
157
|
* <li>
|
|
158
|
-
*
|
|
158
|
+
* <p>The default, minimum, and maximum time to live (TTL) values that you want
|
|
159
159
|
* objects to stay in the CloudFront cache.</p>
|
|
160
|
-
*
|
|
160
|
+
* </li>
|
|
161
161
|
* </ul>
|
|
162
|
-
*
|
|
162
|
+
* <p>The headers, cookies, and query strings that are included in the cache key are
|
|
163
163
|
* automatically included in requests that CloudFront sends to the origin. CloudFront sends a request
|
|
164
|
-
* when it can
|
|
164
|
+
* when it can't find an object in its cache that matches the request's cache key. If you
|
|
165
165
|
* want to send values to the origin but <i>not</i> include them in the cache
|
|
166
166
|
* key, use <code>OriginRequestPolicy</code>.</p>
|
|
167
|
-
*
|
|
167
|
+
* <p>For more information about cache policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html">Controlling the cache key</a> in the
|
|
168
168
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
169
169
|
*/
|
|
170
170
|
createCachePolicy(args: CreateCachePolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateCachePolicyCommandOutput>;
|
|
@@ -183,13 +183,13 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
183
183
|
/**
|
|
184
184
|
* <p>Creates a continuous deployment policy that distributes traffic for a custom domain
|
|
185
185
|
* name to two different CloudFront distributions.</p>
|
|
186
|
-
*
|
|
186
|
+
* <p>To use a continuous deployment policy, first use <code>CopyDistribution</code> to
|
|
187
187
|
* create a staging distribution, then use <code>UpdateDistribution</code> to modify the
|
|
188
|
-
* staging distribution
|
|
189
|
-
*
|
|
188
|
+
* staging distribution's configuration.</p>
|
|
189
|
+
* <p>After you create and update a staging distribution, you can use a continuous
|
|
190
190
|
* deployment policy to incrementally move traffic to the staging distribution. This
|
|
191
|
-
* workflow enables you to test changes to a distribution
|
|
192
|
-
* of your domain
|
|
191
|
+
* workflow enables you to test changes to a distribution's configuration before moving all
|
|
192
|
+
* of your domain's production traffic to the new configuration.</p>
|
|
193
193
|
*/
|
|
194
194
|
createContinuousDeploymentPolicy(args: CreateContinuousDeploymentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateContinuousDeploymentPolicyCommandOutput>;
|
|
195
195
|
createContinuousDeploymentPolicy(args: CreateContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: CreateContinuousDeploymentPolicyCommandOutput) => void): void;
|
|
@@ -220,29 +220,29 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
220
220
|
createFieldLevelEncryptionProfile(args: CreateFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFieldLevelEncryptionProfileCommandOutput) => void): void;
|
|
221
221
|
/**
|
|
222
222
|
* <p>Creates a CloudFront function.</p>
|
|
223
|
-
*
|
|
223
|
+
* <p>To create a function, you provide the function code and some configuration information
|
|
224
224
|
* about the function. The response contains an Amazon Resource Name (ARN) that uniquely
|
|
225
225
|
* identifies the function.</p>
|
|
226
|
-
*
|
|
226
|
+
* <p>When you create a function, it's in the <code>DEVELOPMENT</code> stage. In this stage,
|
|
227
227
|
* you can test the function with <code>TestFunction</code>, and update it with
|
|
228
228
|
* <code>UpdateFunction</code>.</p>
|
|
229
|
-
*
|
|
229
|
+
* <p>When you're ready to use your function with a CloudFront distribution, use
|
|
230
230
|
* <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code>
|
|
231
|
-
* stage to <code>LIVE</code>. When it
|
|
232
|
-
* distribution
|
|
231
|
+
* stage to <code>LIVE</code>. When it's live, you can attach the function to a
|
|
232
|
+
* distribution's cache behavior, using the function's ARN.</p>
|
|
233
233
|
*/
|
|
234
234
|
createFunction(args: CreateFunctionCommandInput, options?: __HttpHandlerOptions): Promise<CreateFunctionCommandOutput>;
|
|
235
235
|
createFunction(args: CreateFunctionCommandInput, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
|
|
236
236
|
createFunction(args: CreateFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
|
|
237
237
|
/**
|
|
238
|
-
* <p>Create a new invalidation
|
|
238
|
+
* <p>Create a new invalidation.</p>
|
|
239
239
|
*/
|
|
240
240
|
createInvalidation(args: CreateInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<CreateInvalidationCommandOutput>;
|
|
241
241
|
createInvalidation(args: CreateInvalidationCommandInput, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
|
|
242
242
|
createInvalidation(args: CreateInvalidationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInvalidationCommandOutput) => void): void;
|
|
243
243
|
/**
|
|
244
244
|
* <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p>
|
|
245
|
-
*
|
|
245
|
+
* <p>To create a key group, you must specify at least one public key for the key group.
|
|
246
246
|
* After you create a key group, you can reference it from one or more cache behaviors.
|
|
247
247
|
* When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed
|
|
248
248
|
* cookies for all requests that match the cache behavior. The URLs or cookies must be
|
|
@@ -257,7 +257,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
257
257
|
/**
|
|
258
258
|
* <p>Enables additional CloudWatch metrics for the specified CloudFront distribution. The
|
|
259
259
|
* additional metrics incur an additional cost.</p>
|
|
260
|
-
*
|
|
260
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in
|
|
261
261
|
* the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
262
262
|
*/
|
|
263
263
|
createMonitoringSubscription(args: CreateMonitoringSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateMonitoringSubscriptionCommandOutput>;
|
|
@@ -267,9 +267,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
267
267
|
* <p>Creates a new origin access control in CloudFront. After you create an origin access
|
|
268
268
|
* control, you can add it to an origin in a CloudFront distribution so that CloudFront sends
|
|
269
269
|
* authenticated (signed) requests to the origin.</p>
|
|
270
|
-
*
|
|
270
|
+
* <p>For an Amazon S3 origin, this makes it possible to block public access to the Amazon S3 bucket
|
|
271
271
|
* so that viewers (users) can access the content in the bucket only through CloudFront.</p>
|
|
272
|
-
*
|
|
272
|
+
* <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html">Restricting access to an Amazon S3 origin</a> in the
|
|
273
273
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
274
274
|
*/
|
|
275
275
|
createOriginAccessControl(args: CreateOriginAccessControlCommandInput, options?: __HttpHandlerOptions): Promise<CreateOriginAccessControlCommandOutput>;
|
|
@@ -277,31 +277,31 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
277
277
|
createOriginAccessControl(args: CreateOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOriginAccessControlCommandOutput) => void): void;
|
|
278
278
|
/**
|
|
279
279
|
* <p>Creates an origin request policy.</p>
|
|
280
|
-
*
|
|
281
|
-
* behaviors. When it
|
|
280
|
+
* <p>After you create an origin request policy, you can attach it to one or more cache
|
|
281
|
+
* behaviors. When it's attached to a cache behavior, the origin request policy determines
|
|
282
282
|
* the values that CloudFront includes in requests that it sends to the origin. Each request that
|
|
283
283
|
* CloudFront sends to the origin includes the following:</p>
|
|
284
|
-
*
|
|
284
|
+
* <ul>
|
|
285
285
|
* <li>
|
|
286
|
-
*
|
|
286
|
+
* <p>The request body and the URL path (without the domain name) from the viewer
|
|
287
287
|
* request.</p>
|
|
288
|
-
*
|
|
288
|
+
* </li>
|
|
289
289
|
* <li>
|
|
290
|
-
*
|
|
290
|
+
* <p>The headers that CloudFront automatically includes in every origin request,
|
|
291
291
|
* including <code>Host</code>, <code>User-Agent</code>, and
|
|
292
292
|
* <code>X-Amz-Cf-Id</code>.</p>
|
|
293
|
-
*
|
|
293
|
+
* </li>
|
|
294
294
|
* <li>
|
|
295
|
-
*
|
|
295
|
+
* <p>All HTTP headers, cookies, and URL query strings that are specified in the
|
|
296
296
|
* cache policy or the origin request policy. These can include items from the
|
|
297
297
|
* viewer request and, in the case of headers, additional ones that are added by
|
|
298
298
|
* CloudFront.</p>
|
|
299
|
-
*
|
|
299
|
+
* </li>
|
|
300
300
|
* </ul>
|
|
301
|
-
*
|
|
301
|
+
* <p>CloudFront sends a request when it can't find a valid object in its cache that matches the
|
|
302
302
|
* request. If you want to send values to the origin and also include them in the cache
|
|
303
303
|
* key, use <code>CachePolicy</code>.</p>
|
|
304
|
-
*
|
|
304
|
+
* <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the
|
|
305
305
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
306
306
|
*/
|
|
307
307
|
createOriginRequestPolicy(args: CreateOriginRequestPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateOriginRequestPolicyCommandOutput>;
|
|
@@ -315,9 +315,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
315
315
|
createPublicKey(args: CreatePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublicKeyCommandOutput) => void): void;
|
|
316
316
|
/**
|
|
317
317
|
* <p>Creates a real-time log configuration.</p>
|
|
318
|
-
*
|
|
318
|
+
* <p>After you create a real-time log configuration, you can attach it to one or more cache
|
|
319
319
|
* behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p>
|
|
320
|
-
*
|
|
320
|
+
* <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the
|
|
321
321
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
322
322
|
*/
|
|
323
323
|
createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateRealtimeLogConfigCommandOutput>;
|
|
@@ -325,11 +325,11 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
325
325
|
createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void): void;
|
|
326
326
|
/**
|
|
327
327
|
* <p>Creates a response headers policy.</p>
|
|
328
|
-
*
|
|
328
|
+
* <p>A response headers policy contains information about a set of HTTP response headers
|
|
329
329
|
* and their values. To create a response headers policy, you provide some metadata about
|
|
330
330
|
* the policy, and a set of configurations that specify the response headers.</p>
|
|
331
|
-
*
|
|
332
|
-
* more cache behaviors in a CloudFront distribution. When it
|
|
331
|
+
* <p>After you create a response headers policy, you can use its ID to attach it to one or
|
|
332
|
+
* more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior,
|
|
333
333
|
* CloudFront adds the headers in the policy to HTTP responses that it sends for requests that
|
|
334
334
|
* match the cache behavior.</p>
|
|
335
335
|
*/
|
|
@@ -354,10 +354,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
354
354
|
createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingDistributionWithTagsCommandOutput) => void): void;
|
|
355
355
|
/**
|
|
356
356
|
* <p>Deletes a cache policy.</p>
|
|
357
|
-
*
|
|
357
|
+
* <p>You cannot delete a cache policy if it's attached to a cache behavior. First update
|
|
358
358
|
* your distributions to remove the cache policy from all cache behaviors, then delete the
|
|
359
359
|
* cache policy.</p>
|
|
360
|
-
*
|
|
360
|
+
* <p>To delete a cache policy, you must provide the policy's identifier and version. To get
|
|
361
361
|
* these values, you can use <code>ListCachePolicies</code> or
|
|
362
362
|
* <code>GetCachePolicy</code>.</p>
|
|
363
363
|
*/
|
|
@@ -365,14 +365,14 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
365
365
|
deleteCachePolicy(args: DeleteCachePolicyCommandInput, cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void): void;
|
|
366
366
|
deleteCachePolicy(args: DeleteCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void): void;
|
|
367
367
|
/**
|
|
368
|
-
* <p>Delete an origin access identity
|
|
368
|
+
* <p>Delete an origin access identity.</p>
|
|
369
369
|
*/
|
|
370
370
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
371
371
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
372
372
|
deleteCloudFrontOriginAccessIdentity(args: DeleteCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
373
373
|
/**
|
|
374
374
|
* <p>Deletes a continuous deployment policy.</p>
|
|
375
|
-
*
|
|
375
|
+
* <p>You cannot delete a continuous deployment policy that's attached to a primary
|
|
376
376
|
* distribution. First update your distribution to remove the continuous deployment policy,
|
|
377
377
|
* then you can delete the policy.</p>
|
|
378
378
|
*/
|
|
@@ -380,7 +380,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
380
380
|
deleteContinuousDeploymentPolicy(args: DeleteContinuousDeploymentPolicyCommandInput, cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void): void;
|
|
381
381
|
deleteContinuousDeploymentPolicy(args: DeleteContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContinuousDeploymentPolicyCommandOutput) => void): void;
|
|
382
382
|
/**
|
|
383
|
-
* <p>Delete a distribution
|
|
383
|
+
* <p>Delete a distribution.</p>
|
|
384
384
|
*/
|
|
385
385
|
deleteDistribution(args: DeleteDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionCommandOutput>;
|
|
386
386
|
deleteDistribution(args: DeleteDistributionCommandInput, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
|
|
@@ -399,10 +399,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
399
399
|
deleteFieldLevelEncryptionProfile(args: DeleteFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFieldLevelEncryptionProfileCommandOutput) => void): void;
|
|
400
400
|
/**
|
|
401
401
|
* <p>Deletes a CloudFront function.</p>
|
|
402
|
-
*
|
|
402
|
+
* <p>You cannot delete a function if it's associated with a cache behavior. First, update
|
|
403
403
|
* your distributions to remove the function association from all cache behaviors, then
|
|
404
404
|
* delete the function.</p>
|
|
405
|
-
*
|
|
405
|
+
* <p>To delete a function, you must provide the function's name and version
|
|
406
406
|
* (<code>ETag</code> value). To get these values, you can use
|
|
407
407
|
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
408
408
|
*/
|
|
@@ -411,10 +411,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
411
411
|
deleteFunction(args: DeleteFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionCommandOutput) => void): void;
|
|
412
412
|
/**
|
|
413
413
|
* <p>Deletes a key group.</p>
|
|
414
|
-
*
|
|
414
|
+
* <p>You cannot delete a key group that is referenced in a cache behavior. First update
|
|
415
415
|
* your distributions to remove the key group from all cache behaviors, then delete the key
|
|
416
416
|
* group.</p>
|
|
417
|
-
*
|
|
417
|
+
* <p>To delete a key group, you must provide the key group's identifier and version. To get
|
|
418
418
|
* these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or
|
|
419
419
|
* <code>GetKeyGroupConfig</code>.</p>
|
|
420
420
|
*/
|
|
@@ -430,7 +430,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
430
430
|
deleteMonitoringSubscription(args: DeleteMonitoringSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMonitoringSubscriptionCommandOutput) => void): void;
|
|
431
431
|
/**
|
|
432
432
|
* <p>Deletes a CloudFront origin access control.</p>
|
|
433
|
-
*
|
|
433
|
+
* <p>You cannot delete an origin access control if it's in use. First, update all
|
|
434
434
|
* distributions to remove the origin access control from all origins, then delete the
|
|
435
435
|
* origin access control.</p>
|
|
436
436
|
*/
|
|
@@ -439,10 +439,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
439
439
|
deleteOriginAccessControl(args: DeleteOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOriginAccessControlCommandOutput) => void): void;
|
|
440
440
|
/**
|
|
441
441
|
* <p>Deletes an origin request policy.</p>
|
|
442
|
-
*
|
|
442
|
+
* <p>You cannot delete an origin request policy if it's attached to any cache behaviors.
|
|
443
443
|
* First update your distributions to remove the origin request policy from all cache
|
|
444
444
|
* behaviors, then delete the origin request policy.</p>
|
|
445
|
-
*
|
|
445
|
+
* <p>To delete an origin request policy, you must provide the policy's identifier and
|
|
446
446
|
* version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or
|
|
447
447
|
* <code>GetOriginRequestPolicy</code>.</p>
|
|
448
448
|
*/
|
|
@@ -457,10 +457,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
457
457
|
deletePublicKey(args: DeletePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicKeyCommandOutput) => void): void;
|
|
458
458
|
/**
|
|
459
459
|
* <p>Deletes a real-time log configuration.</p>
|
|
460
|
-
*
|
|
460
|
+
* <p>You cannot delete a real-time log configuration if it's attached to a cache behavior.
|
|
461
461
|
* First update your distributions to remove the real-time log configuration from all cache
|
|
462
462
|
* behaviors, then delete the real-time log configuration.</p>
|
|
463
|
-
*
|
|
463
|
+
* <p>To delete a real-time log configuration, you can provide the configuration's name or
|
|
464
464
|
* its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
465
465
|
* uses the name to identify the real-time log configuration to delete.</p>
|
|
466
466
|
*/
|
|
@@ -469,12 +469,12 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
469
469
|
deleteRealtimeLogConfig(args: DeleteRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void): void;
|
|
470
470
|
/**
|
|
471
471
|
* <p>Deletes a response headers policy.</p>
|
|
472
|
-
*
|
|
472
|
+
* <p>You cannot delete a response headers policy if it's attached to a cache behavior.
|
|
473
473
|
* First update your distributions to remove the response headers policy from all cache
|
|
474
474
|
* behaviors, then delete the response headers policy.</p>
|
|
475
|
-
*
|
|
475
|
+
* <p>To delete a response headers policy, you must provide the policy's identifier and
|
|
476
476
|
* version. To get these values, you can use <code>ListResponseHeadersPolicies</code> or
|
|
477
|
-
* <code>GetResponseHeadersPolicy</code
|
|
477
|
+
* <code>GetResponseHeadersPolicy</code>.</p>
|
|
478
478
|
*/
|
|
479
479
|
deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResponseHeadersPolicyCommandOutput>;
|
|
480
480
|
deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void): void;
|
|
@@ -482,53 +482,52 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
482
482
|
/**
|
|
483
483
|
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
|
|
484
484
|
* perform the following steps.</p>
|
|
485
|
-
*
|
|
486
|
-
* <p>
|
|
485
|
+
* <p>
|
|
487
486
|
* <b>To delete an RTMP distribution using the CloudFront
|
|
488
487
|
* API</b>:</p>
|
|
489
|
-
*
|
|
488
|
+
* <ol>
|
|
490
489
|
* <li>
|
|
491
|
-
*
|
|
492
|
-
*
|
|
490
|
+
* <p>Disable the RTMP distribution.</p>
|
|
491
|
+
* </li>
|
|
493
492
|
* <li>
|
|
494
|
-
*
|
|
493
|
+
* <p>Submit a <code>GET Streaming Distribution Config</code> request to get the
|
|
495
494
|
* current configuration and the <code>Etag</code> header for the distribution.
|
|
496
495
|
* </p>
|
|
497
|
-
*
|
|
496
|
+
* </li>
|
|
498
497
|
* <li>
|
|
499
|
-
*
|
|
498
|
+
* <p>Update the XML document that was returned in the response to your <code>GET
|
|
500
499
|
* Streaming Distribution Config</code> request to change the value of
|
|
501
500
|
* <code>Enabled</code> to <code>false</code>.</p>
|
|
502
|
-
*
|
|
501
|
+
* </li>
|
|
503
502
|
* <li>
|
|
504
|
-
*
|
|
503
|
+
* <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the
|
|
505
504
|
* configuration for your distribution. In the request body, include the XML
|
|
506
505
|
* document that you updated in Step 3. Then set the value of the HTTP
|
|
507
506
|
* <code>If-Match</code> header to the value of the <code>ETag</code> header
|
|
508
507
|
* that CloudFront returned when you submitted the <code>GET Streaming Distribution
|
|
509
508
|
* Config</code> request in Step 2.</p>
|
|
510
|
-
*
|
|
509
|
+
* </li>
|
|
511
510
|
* <li>
|
|
512
|
-
*
|
|
511
|
+
* <p>Review the response to the <code>PUT Streaming Distribution Config</code>
|
|
513
512
|
* request to confirm that the distribution was successfully disabled.</p>
|
|
514
|
-
*
|
|
513
|
+
* </li>
|
|
515
514
|
* <li>
|
|
516
|
-
*
|
|
515
|
+
* <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm
|
|
517
516
|
* that your changes have propagated. When propagation is complete, the value of
|
|
518
517
|
* <code>Status</code> is <code>Deployed</code>.</p>
|
|
519
|
-
*
|
|
518
|
+
* </li>
|
|
520
519
|
* <li>
|
|
521
|
-
*
|
|
520
|
+
* <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of
|
|
522
521
|
* the HTTP <code>If-Match</code> header to the value of the <code>ETag</code>
|
|
523
522
|
* header that CloudFront returned when you submitted the <code>GET Streaming
|
|
524
523
|
* Distribution Config</code> request in Step 2.</p>
|
|
525
|
-
*
|
|
524
|
+
* </li>
|
|
526
525
|
* <li>
|
|
527
|
-
*
|
|
526
|
+
* <p>Review the response to your <code>DELETE Streaming Distribution</code> request
|
|
528
527
|
* to confirm that the distribution was successfully deleted.</p>
|
|
529
|
-
*
|
|
528
|
+
* </li>
|
|
530
529
|
* </ol>
|
|
531
|
-
*
|
|
530
|
+
* <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
|
|
532
531
|
* Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
533
532
|
*/
|
|
534
533
|
deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamingDistributionCommandOutput>;
|
|
@@ -536,9 +535,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
536
535
|
deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
|
|
537
536
|
/**
|
|
538
537
|
* <p>Gets configuration information and metadata about a CloudFront function, but not the
|
|
539
|
-
* function
|
|
540
|
-
*
|
|
541
|
-
* function
|
|
538
|
+
* function's code. To get a function's code, use <code>GetFunction</code>.</p>
|
|
539
|
+
* <p>To get configuration information and metadata about a function, you must provide the
|
|
540
|
+
* function's name and stage. To get these values, you can use
|
|
542
541
|
* <code>ListFunctions</code>.</p>
|
|
543
542
|
*/
|
|
544
543
|
describeFunction(args: DescribeFunctionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFunctionCommandOutput>;
|
|
@@ -546,16 +545,16 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
546
545
|
describeFunction(args: DescribeFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFunctionCommandOutput) => void): void;
|
|
547
546
|
/**
|
|
548
547
|
* <p>Gets a cache policy, including the following metadata:</p>
|
|
549
|
-
*
|
|
548
|
+
* <ul>
|
|
550
549
|
* <li>
|
|
551
|
-
*
|
|
552
|
-
*
|
|
550
|
+
* <p>The policy's identifier.</p>
|
|
551
|
+
* </li>
|
|
553
552
|
* <li>
|
|
554
|
-
*
|
|
555
|
-
*
|
|
553
|
+
* <p>The date and time when the policy was last modified.</p>
|
|
554
|
+
* </li>
|
|
556
555
|
* </ul>
|
|
557
|
-
*
|
|
558
|
-
* is attached to a distribution
|
|
556
|
+
* <p>To get a cache policy, you must provide the policy's identifier. If the cache policy
|
|
557
|
+
* is attached to a distribution's cache behavior, you can get the policy's identifier
|
|
559
558
|
* using <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache
|
|
560
559
|
* policy is not attached to a cache behavior, you can get the identifier using
|
|
561
560
|
* <code>ListCachePolicies</code>.</p>
|
|
@@ -565,8 +564,8 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
565
564
|
getCachePolicy(args: GetCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCachePolicyCommandOutput) => void): void;
|
|
566
565
|
/**
|
|
567
566
|
* <p>Gets a cache policy configuration.</p>
|
|
568
|
-
*
|
|
569
|
-
* cache policy is attached to a distribution
|
|
567
|
+
* <p>To get a cache policy configuration, you must provide the policy's identifier. If the
|
|
568
|
+
* cache policy is attached to a distribution's cache behavior, you can get the policy's
|
|
570
569
|
* identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the
|
|
571
570
|
* cache policy is not attached to a cache behavior, you can get the identifier using
|
|
572
571
|
* <code>ListCachePolicies</code>.</p>
|
|
@@ -575,19 +574,19 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
575
574
|
getCachePolicyConfig(args: GetCachePolicyConfigCommandInput, cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void): void;
|
|
576
575
|
getCachePolicyConfig(args: GetCachePolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void): void;
|
|
577
576
|
/**
|
|
578
|
-
* <p>Get the information about an origin access identity
|
|
577
|
+
* <p>Get the information about an origin access identity.</p>
|
|
579
578
|
*/
|
|
580
579
|
getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
|
|
581
580
|
getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
582
581
|
getCloudFrontOriginAccessIdentity(args: GetCloudFrontOriginAccessIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
583
582
|
/**
|
|
584
|
-
* <p>Get the configuration information about an origin access identity
|
|
583
|
+
* <p>Get the configuration information about an origin access identity.</p>
|
|
585
584
|
*/
|
|
586
585
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
587
586
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
|
|
588
587
|
getCloudFrontOriginAccessIdentityConfig(args: GetCloudFrontOriginAccessIdentityConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput) => void): void;
|
|
589
588
|
/**
|
|
590
|
-
* <p>Gets a continuous deployment policy, including metadata (the policy
|
|
589
|
+
* <p>Gets a continuous deployment policy, including metadata (the policy's identifier and
|
|
591
590
|
* the date and time when the policy was last modified).</p>
|
|
592
591
|
*/
|
|
593
592
|
getContinuousDeploymentPolicy(args: GetContinuousDeploymentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetContinuousDeploymentPolicyCommandOutput>;
|
|
@@ -606,7 +605,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
606
605
|
getDistribution(args: GetDistributionCommandInput, cb: (err: any, data?: GetDistributionCommandOutput) => void): void;
|
|
607
606
|
getDistribution(args: GetDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionCommandOutput) => void): void;
|
|
608
607
|
/**
|
|
609
|
-
* <p>Get the configuration information about a distribution
|
|
608
|
+
* <p>Get the configuration information about a distribution.</p>
|
|
610
609
|
*/
|
|
611
610
|
getDistributionConfig(args: GetDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionConfigCommandOutput>;
|
|
612
611
|
getDistributionConfig(args: GetDistributionConfigCommandInput, cb: (err: any, data?: GetDistributionConfigCommandOutput) => void): void;
|
|
@@ -638,14 +637,14 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
638
637
|
/**
|
|
639
638
|
* <p>Gets the code of a CloudFront function. To get configuration information and metadata about
|
|
640
639
|
* a function, use <code>DescribeFunction</code>.</p>
|
|
641
|
-
*
|
|
640
|
+
* <p>To get a function's code, you must provide the function's name and stage. To get these
|
|
642
641
|
* values, you can use <code>ListFunctions</code>.</p>
|
|
643
642
|
*/
|
|
644
643
|
getFunction(args: GetFunctionCommandInput, options?: __HttpHandlerOptions): Promise<GetFunctionCommandOutput>;
|
|
645
644
|
getFunction(args: GetFunctionCommandInput, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
|
|
646
645
|
getFunction(args: GetFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
|
|
647
646
|
/**
|
|
648
|
-
* <p>Get the information about an invalidation
|
|
647
|
+
* <p>Get the information about an invalidation.</p>
|
|
649
648
|
*/
|
|
650
649
|
getInvalidation(args: GetInvalidationCommandInput, options?: __HttpHandlerOptions): Promise<GetInvalidationCommandOutput>;
|
|
651
650
|
getInvalidation(args: GetInvalidationCommandInput, cb: (err: any, data?: GetInvalidationCommandOutput) => void): void;
|
|
@@ -653,8 +652,8 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
653
652
|
/**
|
|
654
653
|
* <p>Gets a key group, including the date and time when the key group was last
|
|
655
654
|
* modified.</p>
|
|
656
|
-
*
|
|
657
|
-
* referenced in a distribution
|
|
655
|
+
* <p>To get a key group, you must provide the key group's identifier. If the key group is
|
|
656
|
+
* referenced in a distribution's cache behavior, you can get the key group's identifier
|
|
658
657
|
* using <code>ListDistributions</code> or <code>GetDistribution</code>. If the key group
|
|
659
658
|
* is not referenced in a cache behavior, you can get the identifier using
|
|
660
659
|
* <code>ListKeyGroups</code>.</p>
|
|
@@ -664,8 +663,8 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
664
663
|
getKeyGroup(args: GetKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyGroupCommandOutput) => void): void;
|
|
665
664
|
/**
|
|
666
665
|
* <p>Gets a key group configuration.</p>
|
|
667
|
-
*
|
|
668
|
-
* key group is referenced in a distribution
|
|
666
|
+
* <p>To get a key group configuration, you must provide the key group's identifier. If the
|
|
667
|
+
* key group is referenced in a distribution's cache behavior, you can get the key group's
|
|
669
668
|
* identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the
|
|
670
669
|
* key group is not referenced in a cache behavior, you can get the identifier using
|
|
671
670
|
* <code>ListKeyGroups</code>.</p>
|
|
@@ -694,17 +693,17 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
694
693
|
getOriginAccessControlConfig(args: GetOriginAccessControlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginAccessControlConfigCommandOutput) => void): void;
|
|
695
694
|
/**
|
|
696
695
|
* <p>Gets an origin request policy, including the following metadata:</p>
|
|
697
|
-
*
|
|
696
|
+
* <ul>
|
|
698
697
|
* <li>
|
|
699
|
-
*
|
|
700
|
-
*
|
|
698
|
+
* <p>The policy's identifier.</p>
|
|
699
|
+
* </li>
|
|
701
700
|
* <li>
|
|
702
|
-
*
|
|
703
|
-
*
|
|
701
|
+
* <p>The date and time when the policy was last modified.</p>
|
|
702
|
+
* </li>
|
|
704
703
|
* </ul>
|
|
705
|
-
*
|
|
706
|
-
* origin request policy is attached to a distribution
|
|
707
|
-
* policy
|
|
704
|
+
* <p>To get an origin request policy, you must provide the policy's identifier. If the
|
|
705
|
+
* origin request policy is attached to a distribution's cache behavior, you can get the
|
|
706
|
+
* policy's identifier using <code>ListDistributions</code> or
|
|
708
707
|
* <code>GetDistribution</code>. If the origin request policy is not attached to a cache
|
|
709
708
|
* behavior, you can get the identifier using
|
|
710
709
|
* <code>ListOriginRequestPolicies</code>.</p>
|
|
@@ -714,9 +713,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
714
713
|
getOriginRequestPolicy(args: GetOriginRequestPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOriginRequestPolicyCommandOutput) => void): void;
|
|
715
714
|
/**
|
|
716
715
|
* <p>Gets an origin request policy configuration.</p>
|
|
717
|
-
*
|
|
718
|
-
* identifier. If the origin request policy is attached to a distribution
|
|
719
|
-
* you can get the policy
|
|
716
|
+
* <p>To get an origin request policy configuration, you must provide the policy's
|
|
717
|
+
* identifier. If the origin request policy is attached to a distribution's cache behavior,
|
|
718
|
+
* you can get the policy's identifier using <code>ListDistributions</code> or
|
|
720
719
|
* <code>GetDistribution</code>. If the origin request policy is not attached to a
|
|
721
720
|
* cache behavior, you can get the identifier using
|
|
722
721
|
* <code>ListOriginRequestPolicies</code>.</p>
|
|
@@ -738,7 +737,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
738
737
|
getPublicKeyConfig(args: GetPublicKeyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void): void;
|
|
739
738
|
/**
|
|
740
739
|
* <p>Gets a real-time log configuration.</p>
|
|
741
|
-
*
|
|
740
|
+
* <p>To get a real-time log configuration, you can provide the configuration's name or its
|
|
742
741
|
* Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
743
742
|
* uses the name to identify the real-time log configuration to get.</p>
|
|
744
743
|
*/
|
|
@@ -746,11 +745,11 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
746
745
|
getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
|
|
747
746
|
getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
|
|
748
747
|
/**
|
|
749
|
-
* <p>Gets a response headers policy, including metadata (the policy
|
|
748
|
+
* <p>Gets a response headers policy, including metadata (the policy's identifier and the
|
|
750
749
|
* date and time when the policy was last modified).</p>
|
|
751
|
-
*
|
|
752
|
-
* response headers policy is attached to a distribution
|
|
753
|
-
* policy
|
|
750
|
+
* <p>To get a response headers policy, you must provide the policy's identifier. If the
|
|
751
|
+
* response headers policy is attached to a distribution's cache behavior, you can get the
|
|
752
|
+
* policy's identifier using <code>ListDistributions</code> or
|
|
754
753
|
* <code>GetDistribution</code>. If the response headers policy is not attached to a cache
|
|
755
754
|
* behavior, you can get the identifier using
|
|
756
755
|
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
@@ -760,9 +759,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
760
759
|
getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void): void;
|
|
761
760
|
/**
|
|
762
761
|
* <p>Gets a response headers policy configuration.</p>
|
|
763
|
-
*
|
|
764
|
-
* identifier. If the response headers policy is attached to a distribution
|
|
765
|
-
* behavior, you can get the policy
|
|
762
|
+
* <p>To get a response headers policy configuration, you must provide the policy's
|
|
763
|
+
* identifier. If the response headers policy is attached to a distribution's cache
|
|
764
|
+
* behavior, you can get the policy's identifier using <code>ListDistributions</code> or
|
|
766
765
|
* <code>GetDistribution</code>. If the response headers policy is not attached to a
|
|
767
766
|
* cache behavior, you can get the identifier using
|
|
768
767
|
* <code>ListResponseHeadersPolicies</code>.</p>
|
|
@@ -778,16 +777,16 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
778
777
|
getStreamingDistribution(args: GetStreamingDistributionCommandInput, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
|
|
779
778
|
getStreamingDistribution(args: GetStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
|
|
780
779
|
/**
|
|
781
|
-
* <p>Get the configuration information about a streaming distribution
|
|
780
|
+
* <p>Get the configuration information about a streaming distribution.</p>
|
|
782
781
|
*/
|
|
783
782
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamingDistributionConfigCommandOutput>;
|
|
784
783
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
|
|
785
784
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
|
|
786
785
|
/**
|
|
787
786
|
* <p>Gets a list of cache policies.</p>
|
|
788
|
-
*
|
|
787
|
+
* <p>You can optionally apply a filter to return only the managed policies created by
|
|
789
788
|
* Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
|
|
790
|
-
*
|
|
789
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
791
790
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
792
791
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
793
792
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -807,8 +806,8 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
807
806
|
* overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services
|
|
808
807
|
* accounts for each conflicting alias. In the returned list, the distribution and account
|
|
809
808
|
* IDs are partially hidden, which allows you to identify the distributions and accounts
|
|
810
|
-
* that you own, but helps to protect the information of ones that you don
|
|
811
|
-
*
|
|
809
|
+
* that you own, but helps to protect the information of ones that you don't own.</p>
|
|
810
|
+
* <p>Use this operation to find aliases that are in use in CloudFront that conflict or overlap
|
|
812
811
|
* with the provided alias. For example, if you provide <code>www.example.com</code> as
|
|
813
812
|
* input, the returned list can include <code>www.example.com</code> and the overlapping
|
|
814
813
|
* wildcard alternate domain name (<code>*.example.com</code>), if they exist. If you
|
|
@@ -816,12 +815,12 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
816
815
|
* <code>*.example.com</code> and any alternate domain names covered by that wildcard
|
|
817
816
|
* (for example, <code>www.example.com</code>, <code>test.example.com</code>,
|
|
818
817
|
* <code>dev.example.com</code>, and so on), if they exist.</p>
|
|
819
|
-
*
|
|
818
|
+
* <p>To list conflicting aliases, you provide the alias to search and the ID of a
|
|
820
819
|
* distribution in your account that has an attached SSL/TLS certificate that includes the
|
|
821
820
|
* provided alias. For more information, including how to set up the distribution and
|
|
822
821
|
* certificate, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving an alternate domain name to a different
|
|
823
822
|
* distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
824
|
-
*
|
|
823
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
825
824
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
826
825
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
827
826
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -832,7 +831,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
832
831
|
listConflictingAliases(args: ListConflictingAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void): void;
|
|
833
832
|
/**
|
|
834
833
|
* <p>Gets a list of the continuous deployment policies in your Amazon Web Services account.</p>
|
|
835
|
-
*
|
|
834
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
836
835
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
837
836
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
838
837
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -848,9 +847,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
848
847
|
listDistributions(args: ListDistributionsCommandInput, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
|
|
849
848
|
listDistributions(args: ListDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
|
|
850
849
|
/**
|
|
851
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that
|
|
850
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
852
851
|
* associated with the specified cache policy.</p>
|
|
853
|
-
*
|
|
852
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
854
853
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
855
854
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
856
855
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -862,7 +861,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
862
861
|
/**
|
|
863
862
|
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that
|
|
864
863
|
* references the specified key group.</p>
|
|
865
|
-
*
|
|
864
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
866
865
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
867
866
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
868
867
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -872,9 +871,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
872
871
|
listDistributionsByKeyGroup(args: ListDistributionsByKeyGroupCommandInput, cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void): void;
|
|
873
872
|
listDistributionsByKeyGroup(args: ListDistributionsByKeyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void): void;
|
|
874
873
|
/**
|
|
875
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that
|
|
874
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
876
875
|
* associated with the specified origin request policy.</p>
|
|
877
|
-
*
|
|
876
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
878
877
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
879
878
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
880
879
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -884,24 +883,24 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
884
883
|
listDistributionsByOriginRequestPolicyId(args: ListDistributionsByOriginRequestPolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByOriginRequestPolicyIdCommandOutput) => void): void;
|
|
885
884
|
listDistributionsByOriginRequestPolicyId(args: ListDistributionsByOriginRequestPolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByOriginRequestPolicyIdCommandOutput) => void): void;
|
|
886
885
|
/**
|
|
887
|
-
* <p>Gets a list of distributions that have a cache behavior that
|
|
886
|
+
* <p>Gets a list of distributions that have a cache behavior that's associated with the
|
|
888
887
|
* specified real-time log configuration.</p>
|
|
889
|
-
*
|
|
888
|
+
* <p>You can specify the real-time log configuration by its name or its Amazon Resource
|
|
890
889
|
* Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to
|
|
891
890
|
* identify the real-time log configuration to list distributions for.</p>
|
|
892
|
-
*
|
|
891
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
893
892
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
894
893
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
895
894
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
896
|
-
* response as the <code>Marker</code> value in the subsequent request
|
|
895
|
+
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
897
896
|
*/
|
|
898
897
|
listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
|
|
899
898
|
listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
|
|
900
899
|
listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
|
|
901
900
|
/**
|
|
902
|
-
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that
|
|
901
|
+
* <p>Gets a list of distribution IDs for distributions that have a cache behavior that's
|
|
903
902
|
* associated with the specified response headers policy.</p>
|
|
904
|
-
*
|
|
903
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
905
904
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
906
905
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
907
906
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -932,9 +931,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
932
931
|
listFieldLevelEncryptionProfiles(args: ListFieldLevelEncryptionProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void): void;
|
|
933
932
|
/**
|
|
934
933
|
* <p>Gets a list of all CloudFront functions in your Amazon Web Services account.</p>
|
|
935
|
-
*
|
|
934
|
+
* <p>You can optionally apply a filter to return only the functions that are in the
|
|
936
935
|
* specified stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
|
|
937
|
-
*
|
|
936
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
938
937
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
939
938
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
940
939
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -944,14 +943,14 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
944
943
|
listFunctions(args: ListFunctionsCommandInput, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
945
944
|
listFunctions(args: ListFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
946
945
|
/**
|
|
947
|
-
* <p>Lists invalidation batches
|
|
946
|
+
* <p>Lists invalidation batches.</p>
|
|
948
947
|
*/
|
|
949
948
|
listInvalidations(args: ListInvalidationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvalidationsCommandOutput>;
|
|
950
949
|
listInvalidations(args: ListInvalidationsCommandInput, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
|
|
951
950
|
listInvalidations(args: ListInvalidationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvalidationsCommandOutput) => void): void;
|
|
952
951
|
/**
|
|
953
952
|
* <p>Gets a list of key groups.</p>
|
|
954
|
-
*
|
|
953
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
955
954
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
956
955
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
957
956
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -962,7 +961,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
962
961
|
listKeyGroups(args: ListKeyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyGroupsCommandOutput) => void): void;
|
|
963
962
|
/**
|
|
964
963
|
* <p>Gets the list of CloudFront origin access controls in this Amazon Web Services account.</p>
|
|
965
|
-
*
|
|
964
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
966
965
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
967
966
|
* default maximum, the response is paginated. To get the next page of items, send another
|
|
968
967
|
* request that specifies the <code>NextMarker</code> value from the current response as
|
|
@@ -973,9 +972,9 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
973
972
|
listOriginAccessControls(args: ListOriginAccessControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void): void;
|
|
974
973
|
/**
|
|
975
974
|
* <p>Gets a list of origin request policies.</p>
|
|
976
|
-
*
|
|
975
|
+
* <p>You can optionally apply a filter to return only the managed policies created by
|
|
977
976
|
* Amazon Web Services, or only the custom policies created in your Amazon Web Services account.</p>
|
|
978
|
-
*
|
|
977
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
979
978
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
980
979
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
981
980
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -992,20 +991,20 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
992
991
|
listPublicKeys(args: ListPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
|
|
993
992
|
/**
|
|
994
993
|
* <p>Gets a list of real-time log configurations.</p>
|
|
995
|
-
*
|
|
994
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
996
995
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
997
996
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
998
997
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
999
|
-
* response as the <code>Marker</code> value in the subsequent request
|
|
998
|
+
* response as the <code>Marker</code> value in the subsequent request.</p>
|
|
1000
999
|
*/
|
|
1001
1000
|
listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListRealtimeLogConfigsCommandOutput>;
|
|
1002
1001
|
listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
|
|
1003
1002
|
listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
|
|
1004
1003
|
/**
|
|
1005
1004
|
* <p>Gets a list of response headers policies.</p>
|
|
1006
|
-
*
|
|
1005
|
+
* <p>You can optionally apply a filter to get only the managed policies created by Amazon Web Services,
|
|
1007
1006
|
* or only the custom policies created in your Amazon Web Services account.</p>
|
|
1008
|
-
*
|
|
1007
|
+
* <p>You can optionally specify the maximum number of items to receive in the response. If
|
|
1009
1008
|
* the total number of items in the list exceeds the maximum that you specify, or the
|
|
1010
1009
|
* default maximum, the response is paginated. To get the next page of items, send a
|
|
1011
1010
|
* subsequent request that specifies the <code>NextMarker</code> value from the current
|
|
@@ -1015,7 +1014,7 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1015
1014
|
listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
|
|
1016
1015
|
listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
|
|
1017
1016
|
/**
|
|
1018
|
-
* <p>List streaming distributions
|
|
1017
|
+
* <p>List streaming distributions.</p>
|
|
1019
1018
|
*/
|
|
1020
1019
|
listStreamingDistributions(args: ListStreamingDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamingDistributionsCommandOutput>;
|
|
1021
1020
|
listStreamingDistributions(args: ListStreamingDistributionsCommandInput, cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void): void;
|
|
@@ -1031,10 +1030,10 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1031
1030
|
* <code>DEVELOPMENT</code> stage to <code>LIVE</code>. This automatically updates all
|
|
1032
1031
|
* cache behaviors that are using this function to use the newly published copy in the
|
|
1033
1032
|
* <code>LIVE</code> stage.</p>
|
|
1034
|
-
*
|
|
1035
|
-
* function to a distribution
|
|
1033
|
+
* <p>When a function is published to the <code>LIVE</code> stage, you can attach the
|
|
1034
|
+
* function to a distribution's cache behavior, using the function's Amazon Resource Name
|
|
1036
1035
|
* (ARN).</p>
|
|
1037
|
-
*
|
|
1036
|
+
* <p>To publish a function, you must provide the function's name and version
|
|
1038
1037
|
* (<code>ETag</code> value). To get these values, you can use
|
|
1039
1038
|
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
1040
1039
|
*/
|
|
@@ -1049,14 +1048,14 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1049
1048
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1050
1049
|
/**
|
|
1051
1050
|
* <p>Tests a CloudFront function.</p>
|
|
1052
|
-
*
|
|
1051
|
+
* <p>To test a function, you provide an <i>event object</i> that represents
|
|
1053
1052
|
* an HTTP request or response that your CloudFront distribution could receive in production.
|
|
1054
1053
|
* CloudFront runs the function, passing it the event object that you provided, and returns the
|
|
1055
|
-
* function
|
|
1054
|
+
* function's result (the modified event object) in the response. The response also
|
|
1056
1055
|
* contains function logs and error messages, if any exist. For more information about
|
|
1057
1056
|
* testing functions, 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>
|
|
1058
|
-
*
|
|
1059
|
-
* value) along with the event object. To get the function
|
|
1057
|
+
* <p>To test a function, you provide the function's name and version (<code>ETag</code>
|
|
1058
|
+
* value) along with the event object. To get the function's name and version, you can use
|
|
1060
1059
|
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
1061
1060
|
*/
|
|
1062
1061
|
testFunction(args: TestFunctionCommandInput, options?: __HttpHandlerOptions): Promise<TestFunctionCommandOutput>;
|
|
@@ -1070,29 +1069,29 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1070
1069
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1071
1070
|
/**
|
|
1072
1071
|
* <p>Updates a cache policy configuration.</p>
|
|
1073
|
-
*
|
|
1072
|
+
* <p>When you update a cache policy configuration, all the fields are updated with the
|
|
1074
1073
|
* values provided in the request. You cannot update some fields independent of others. To
|
|
1075
1074
|
* update a cache policy configuration:</p>
|
|
1076
|
-
*
|
|
1075
|
+
* <ol>
|
|
1077
1076
|
* <li>
|
|
1078
|
-
*
|
|
1079
|
-
*
|
|
1077
|
+
* <p>Use <code>GetCachePolicyConfig</code> to get the current configuration.</p>
|
|
1078
|
+
* </li>
|
|
1080
1079
|
* <li>
|
|
1081
|
-
*
|
|
1080
|
+
* <p>Locally modify the fields in the cache policy configuration that you want to
|
|
1082
1081
|
* update.</p>
|
|
1083
|
-
*
|
|
1082
|
+
* </li>
|
|
1084
1083
|
* <li>
|
|
1085
|
-
*
|
|
1084
|
+
* <p>Call <code>UpdateCachePolicy</code> by providing the entire cache policy
|
|
1086
1085
|
* configuration, including the fields that you modified and those that you
|
|
1087
|
-
* didn
|
|
1088
|
-
*
|
|
1086
|
+
* didn't.</p>
|
|
1087
|
+
* </li>
|
|
1089
1088
|
* </ol>
|
|
1090
1089
|
*/
|
|
1091
1090
|
updateCachePolicy(args: UpdateCachePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCachePolicyCommandOutput>;
|
|
1092
1091
|
updateCachePolicy(args: UpdateCachePolicyCommandInput, cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void): void;
|
|
1093
1092
|
updateCachePolicy(args: UpdateCachePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void): void;
|
|
1094
1093
|
/**
|
|
1095
|
-
* <p>Update an origin access identity
|
|
1094
|
+
* <p>Update an origin access identity.</p>
|
|
1096
1095
|
*/
|
|
1097
1096
|
updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
1098
1097
|
updateCloudFrontOriginAccessIdentity(args: UpdateCloudFrontOriginAccessIdentityCommandInput, cb: (err: any, data?: UpdateCloudFrontOriginAccessIdentityCommandOutput) => void): void;
|
|
@@ -1102,23 +1101,23 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1102
1101
|
* to enable or disable it, to change the percentage of traffic that it sends to the
|
|
1103
1102
|
* staging distribution, or to change the staging distribution that it sends traffic
|
|
1104
1103
|
* to.</p>
|
|
1105
|
-
*
|
|
1104
|
+
* <p>When you update a continuous deployment policy configuration, all the fields are
|
|
1106
1105
|
* updated with the values that are provided in the request. You cannot update some fields
|
|
1107
1106
|
* independent of others. To update a continuous deployment policy configuration:</p>
|
|
1108
|
-
*
|
|
1107
|
+
* <ol>
|
|
1109
1108
|
* <li>
|
|
1110
|
-
*
|
|
1109
|
+
* <p>Use <code>GetContinuousDeploymentPolicyConfig</code> to get the current
|
|
1111
1110
|
* configuration.</p>
|
|
1112
|
-
*
|
|
1111
|
+
* </li>
|
|
1113
1112
|
* <li>
|
|
1114
|
-
*
|
|
1113
|
+
* <p>Locally modify the fields in the continuous deployment policy configuration
|
|
1115
1114
|
* that you want to update.</p>
|
|
1116
|
-
*
|
|
1115
|
+
* </li>
|
|
1117
1116
|
* <li>
|
|
1118
|
-
*
|
|
1117
|
+
* <p>Use <code>UpdateContinuousDeploymentPolicy</code>, providing the entire
|
|
1119
1118
|
* continuous deployment policy configuration, including the fields that you
|
|
1120
|
-
* modified and those that you didn
|
|
1121
|
-
*
|
|
1119
|
+
* modified and those that you didn't.</p>
|
|
1120
|
+
* </li>
|
|
1122
1121
|
* </ol>
|
|
1123
1122
|
*/
|
|
1124
1123
|
updateContinuousDeploymentPolicy(args: UpdateContinuousDeploymentPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContinuousDeploymentPolicyCommandOutput>;
|
|
@@ -1126,41 +1125,40 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1126
1125
|
updateContinuousDeploymentPolicy(args: UpdateContinuousDeploymentPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContinuousDeploymentPolicyCommandOutput) => void): void;
|
|
1127
1126
|
/**
|
|
1128
1127
|
* <p>Updates the configuration for a CloudFront distribution.</p>
|
|
1129
|
-
*
|
|
1128
|
+
* <p>The update process includes getting the current distribution configuration, updating
|
|
1130
1129
|
* it to make your changes, and then submitting an <code>UpdateDistribution</code> request
|
|
1131
1130
|
* to make the updates.</p>
|
|
1132
|
-
*
|
|
1133
|
-
* <p>
|
|
1131
|
+
* <p>
|
|
1134
1132
|
* <b>To update a web distribution using the CloudFront
|
|
1135
1133
|
* API</b>
|
|
1136
1134
|
* </p>
|
|
1137
|
-
*
|
|
1135
|
+
* <ol>
|
|
1138
1136
|
* <li>
|
|
1139
|
-
*
|
|
1137
|
+
* <p>Use <code>GetDistributionConfig</code> to get the current configuration,
|
|
1140
1138
|
* including the version identifier (<code>ETag</code>).</p>
|
|
1141
|
-
*
|
|
1139
|
+
* </li>
|
|
1142
1140
|
* <li>
|
|
1143
|
-
*
|
|
1141
|
+
* <p>Update the distribution configuration that was returned in the response. Note
|
|
1144
1142
|
* the following important requirements and restrictions:</p>
|
|
1145
|
-
*
|
|
1143
|
+
* <ul>
|
|
1146
1144
|
* <li>
|
|
1147
|
-
*
|
|
1145
|
+
* <p>You must rename the <code>ETag</code> field to <code>IfMatch</code>,
|
|
1148
1146
|
* leaving the value unchanged. (Set the value of <code>IfMatch</code> to
|
|
1149
1147
|
* the value of <code>ETag</code>, then remove the <code>ETag</code>
|
|
1150
1148
|
* field.)</p>
|
|
1151
|
-
*
|
|
1149
|
+
* </li>
|
|
1152
1150
|
* <li>
|
|
1153
|
-
*
|
|
1154
|
-
*
|
|
1151
|
+
* <p>You can't change the value of <code>CallerReference</code>.</p>
|
|
1152
|
+
* </li>
|
|
1155
1153
|
* </ul>
|
|
1156
|
-
*
|
|
1154
|
+
* </li>
|
|
1157
1155
|
* <li>
|
|
1158
|
-
*
|
|
1156
|
+
* <p>Submit an <code>UpdateDistribution</code> request, providing the distribution
|
|
1159
1157
|
* configuration. The new configuration replaces the existing configuration. The
|
|
1160
1158
|
* values that you specify in an <code>UpdateDistribution</code> request are not
|
|
1161
1159
|
* merged into your existing configuration. Make sure to include all fields: the
|
|
1162
|
-
* ones that you modified and also the ones that you didn
|
|
1163
|
-
*
|
|
1160
|
+
* ones that you modified and also the ones that you didn't.</p>
|
|
1161
|
+
* </li>
|
|
1164
1162
|
* </ol>
|
|
1165
1163
|
*/
|
|
1166
1164
|
updateDistribution(args: UpdateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionCommandOutput>;
|
|
@@ -1171,33 +1169,33 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1171
1169
|
* distribution. The primary distribution retains its <code>Aliases</code> (also known as
|
|
1172
1170
|
* alternate domain names or CNAMEs) and <code>ContinuousDeploymentPolicyId</code> value,
|
|
1173
1171
|
* but otherwise its configuration is overwritten to match the staging distribution.</p>
|
|
1174
|
-
*
|
|
1172
|
+
* <p>You can use this operation in a continuous deployment workflow after you have tested
|
|
1175
1173
|
* configuration changes on the staging distribution. After using a continuous deployment
|
|
1176
|
-
* policy to move a portion of your domain name
|
|
1174
|
+
* policy to move a portion of your domain name's traffic to the staging distribution and
|
|
1177
1175
|
* verifying that it works as intended, you can use this operation to copy the staging
|
|
1178
|
-
* distribution
|
|
1179
|
-
* continuous deployment policy and move your domain
|
|
1176
|
+
* distribution's configuration to the primary distribution. This action will disable the
|
|
1177
|
+
* continuous deployment policy and move your domain's traffic back to the primary distribution.</p>
|
|
1180
1178
|
*/
|
|
1181
1179
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionWithStagingConfigCommandOutput>;
|
|
1182
1180
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
|
|
1183
1181
|
updateDistributionWithStagingConfig(args: UpdateDistributionWithStagingConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionWithStagingConfigCommandOutput) => void): void;
|
|
1184
1182
|
/**
|
|
1185
|
-
* <p>Update a field-level encryption configuration
|
|
1183
|
+
* <p>Update a field-level encryption configuration.</p>
|
|
1186
1184
|
*/
|
|
1187
1185
|
updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
|
|
1188
1186
|
updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void): void;
|
|
1189
1187
|
updateFieldLevelEncryptionConfig(args: UpdateFieldLevelEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void): void;
|
|
1190
1188
|
/**
|
|
1191
|
-
* <p>Update a field-level encryption profile
|
|
1189
|
+
* <p>Update a field-level encryption profile.</p>
|
|
1192
1190
|
*/
|
|
1193
1191
|
updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
|
|
1194
1192
|
updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, cb: (err: any, data?: UpdateFieldLevelEncryptionProfileCommandOutput) => void): void;
|
|
1195
1193
|
updateFieldLevelEncryptionProfile(args: UpdateFieldLevelEncryptionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFieldLevelEncryptionProfileCommandOutput) => void): void;
|
|
1196
1194
|
/**
|
|
1197
1195
|
* <p>Updates a CloudFront function.</p>
|
|
1198
|
-
*
|
|
1199
|
-
* cannot update a function
|
|
1200
|
-
*
|
|
1196
|
+
* <p>You can update a function's code or the comment that describes the function. You
|
|
1197
|
+
* cannot update a function's name.</p>
|
|
1198
|
+
* <p>To update a function, you provide the function's name and version (<code>ETag</code>
|
|
1201
1199
|
* value) along with the updated function code. To get the name and version, you can use
|
|
1202
1200
|
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
1203
1201
|
*/
|
|
@@ -1206,22 +1204,22 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1206
1204
|
updateFunction(args: UpdateFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionCommandOutput) => void): void;
|
|
1207
1205
|
/**
|
|
1208
1206
|
* <p>Updates a key group.</p>
|
|
1209
|
-
*
|
|
1207
|
+
* <p>When you update a key group, all the fields are updated with the values provided in
|
|
1210
1208
|
* the request. You cannot update some fields independent of others. To update a key
|
|
1211
1209
|
* group:</p>
|
|
1212
|
-
*
|
|
1210
|
+
* <ol>
|
|
1213
1211
|
* <li>
|
|
1214
|
-
*
|
|
1212
|
+
* <p>Get the current key group with <code>GetKeyGroup</code> or
|
|
1215
1213
|
* <code>GetKeyGroupConfig</code>.</p>
|
|
1216
|
-
*
|
|
1214
|
+
* </li>
|
|
1217
1215
|
* <li>
|
|
1218
|
-
*
|
|
1216
|
+
* <p>Locally modify the fields in the key group that you want to update. For
|
|
1219
1217
|
* example, add or remove public key IDs.</p>
|
|
1220
|
-
*
|
|
1218
|
+
* </li>
|
|
1221
1219
|
* <li>
|
|
1222
|
-
*
|
|
1223
|
-
* the fields that you modified and those that you didn
|
|
1224
|
-
*
|
|
1220
|
+
* <p>Call <code>UpdateKeyGroup</code> with the entire key group object, including
|
|
1221
|
+
* the fields that you modified and those that you didn't.</p>
|
|
1222
|
+
* </li>
|
|
1225
1223
|
* </ol>
|
|
1226
1224
|
*/
|
|
1227
1225
|
updateKeyGroup(args: UpdateKeyGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKeyGroupCommandOutput>;
|
|
@@ -1235,23 +1233,23 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1235
1233
|
updateOriginAccessControl(args: UpdateOriginAccessControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginAccessControlCommandOutput) => void): void;
|
|
1236
1234
|
/**
|
|
1237
1235
|
* <p>Updates an origin request policy configuration.</p>
|
|
1238
|
-
*
|
|
1236
|
+
* <p>When you update an origin request policy configuration, all the fields are updated
|
|
1239
1237
|
* with the values provided in the request. You cannot update some fields independent of
|
|
1240
1238
|
* others. To update an origin request policy configuration:</p>
|
|
1241
|
-
*
|
|
1239
|
+
* <ol>
|
|
1242
1240
|
* <li>
|
|
1243
|
-
*
|
|
1241
|
+
* <p>Use <code>GetOriginRequestPolicyConfig</code> to get the current
|
|
1244
1242
|
* configuration.</p>
|
|
1245
|
-
*
|
|
1243
|
+
* </li>
|
|
1246
1244
|
* <li>
|
|
1247
|
-
*
|
|
1245
|
+
* <p>Locally modify the fields in the origin request policy configuration that you
|
|
1248
1246
|
* want to update.</p>
|
|
1249
|
-
*
|
|
1247
|
+
* </li>
|
|
1250
1248
|
* <li>
|
|
1251
|
-
*
|
|
1249
|
+
* <p>Call <code>UpdateOriginRequestPolicy</code> by providing the entire origin
|
|
1252
1250
|
* request policy configuration, including the fields that you modified and those
|
|
1253
|
-
* that you didn
|
|
1254
|
-
*
|
|
1251
|
+
* that you didn't.</p>
|
|
1252
|
+
* </li>
|
|
1255
1253
|
* </ol>
|
|
1256
1254
|
*/
|
|
1257
1255
|
updateOriginRequestPolicy(args: UpdateOriginRequestPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOriginRequestPolicyCommandOutput>;
|
|
@@ -1266,25 +1264,25 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1266
1264
|
updatePublicKey(args: UpdatePublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void): void;
|
|
1267
1265
|
/**
|
|
1268
1266
|
* <p>Updates a real-time log configuration.</p>
|
|
1269
|
-
*
|
|
1267
|
+
* <p>When you update a real-time log configuration, all the parameters are updated with the
|
|
1270
1268
|
* values provided in the request. You cannot update some parameters independent of others.
|
|
1271
1269
|
* To update a real-time log configuration:</p>
|
|
1272
|
-
*
|
|
1270
|
+
* <ol>
|
|
1273
1271
|
* <li>
|
|
1274
|
-
*
|
|
1272
|
+
* <p>Call <code>GetRealtimeLogConfig</code> to get the current real-time log
|
|
1275
1273
|
* configuration.</p>
|
|
1276
|
-
*
|
|
1274
|
+
* </li>
|
|
1277
1275
|
* <li>
|
|
1278
|
-
*
|
|
1276
|
+
* <p>Locally modify the parameters in the real-time log configuration that you want
|
|
1279
1277
|
* to update.</p>
|
|
1280
|
-
*
|
|
1278
|
+
* </li>
|
|
1281
1279
|
* <li>
|
|
1282
|
-
*
|
|
1280
|
+
* <p>Call this API (<code>UpdateRealtimeLogConfig</code>) by providing the entire
|
|
1283
1281
|
* real-time log configuration, including the parameters that you modified and
|
|
1284
|
-
* those that you didn
|
|
1285
|
-
*
|
|
1282
|
+
* those that you didn't.</p>
|
|
1283
|
+
* </li>
|
|
1286
1284
|
* </ol>
|
|
1287
|
-
*
|
|
1285
|
+
* <p>You cannot update a real-time log configuration's <code>Name</code> or
|
|
1288
1286
|
* <code>ARN</code>.</p>
|
|
1289
1287
|
*/
|
|
1290
1288
|
updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRealtimeLogConfigCommandOutput>;
|
|
@@ -1292,30 +1290,30 @@ export declare class CloudFront extends CloudFrontClient {
|
|
|
1292
1290
|
updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void): void;
|
|
1293
1291
|
/**
|
|
1294
1292
|
* <p>Updates a response headers policy.</p>
|
|
1295
|
-
*
|
|
1293
|
+
* <p>When you update a response headers policy, the entire policy is replaced. You cannot
|
|
1296
1294
|
* update some policy fields independent of others. To update a response headers policy
|
|
1297
1295
|
* configuration:</p>
|
|
1298
|
-
*
|
|
1296
|
+
* <ol>
|
|
1299
1297
|
* <li>
|
|
1300
|
-
*
|
|
1298
|
+
* <p>Use <code>GetResponseHeadersPolicyConfig</code> to get the current policy's
|
|
1301
1299
|
* configuration.</p>
|
|
1302
|
-
*
|
|
1300
|
+
* </li>
|
|
1303
1301
|
* <li>
|
|
1304
|
-
*
|
|
1302
|
+
* <p>Modify the fields in the response headers policy configuration that you want
|
|
1305
1303
|
* to update.</p>
|
|
1306
|
-
*
|
|
1304
|
+
* </li>
|
|
1307
1305
|
* <li>
|
|
1308
|
-
*
|
|
1306
|
+
* <p>Call <code>UpdateResponseHeadersPolicy</code>, providing the entire response
|
|
1309
1307
|
* headers policy configuration, including the fields that you modified and those
|
|
1310
|
-
* that you didn
|
|
1311
|
-
*
|
|
1308
|
+
* that you didn't.</p>
|
|
1309
|
+
* </li>
|
|
1312
1310
|
* </ol>
|
|
1313
1311
|
*/
|
|
1314
1312
|
updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponseHeadersPolicyCommandOutput>;
|
|
1315
1313
|
updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
|
|
1316
1314
|
updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
|
|
1317
1315
|
/**
|
|
1318
|
-
* <p>Update a streaming distribution
|
|
1316
|
+
* <p>Update a streaming distribution.</p>
|
|
1319
1317
|
*/
|
|
1320
1318
|
updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamingDistributionCommandOutput>;
|
|
1321
1319
|
updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void): void;
|