@aws-sdk/client-cloudfront 3.696.0 → 3.697.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/README.md +88 -0
- package/dist-cjs/index.js +976 -199
- package/dist-es/CloudFront.js +22 -0
- package/dist-es/commands/CreateAnycastIpListCommand.js +22 -0
- package/dist-es/commands/CreateVpcOriginCommand.js +22 -0
- package/dist-es/commands/DeleteAnycastIpListCommand.js +22 -0
- package/dist-es/commands/DeleteVpcOriginCommand.js +22 -0
- package/dist-es/commands/GetAnycastIpListCommand.js +22 -0
- package/dist-es/commands/GetVpcOriginCommand.js +22 -0
- package/dist-es/commands/ListAnycastIpListsCommand.js +22 -0
- package/dist-es/commands/ListDistributionsByAnycastIpListIdCommand.js +23 -0
- package/dist-es/commands/ListDistributionsByVpcOriginIdCommand.js +22 -0
- package/dist-es/commands/ListVpcOriginsCommand.js +22 -0
- package/dist-es/commands/UpdateVpcOriginCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +78 -52
- package/dist-es/models/models_1.js +3 -13
- package/dist-es/protocols/Aws_restXml.js +630 -56
- package/dist-types/CloudFront.d.ts +79 -0
- package/dist-types/CloudFrontClient.d.ts +13 -2
- package/dist-types/commands/CopyDistributionCommand.d.ts +14 -4
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +110 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +31 -8
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +31 -8
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +135 -0
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +95 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +117 -0
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +94 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +14 -4
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +14 -4
- package/dist-types/commands/GetVpcOriginCommand.d.ts +103 -0
- package/dist-types/commands/ListAnycastIpListsCommand.d.ts +100 -0
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +392 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +94 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +10 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +10 -0
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +101 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +31 -8
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -4
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +141 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +337 -314
- package/dist-types/models/models_1.d.ts +668 -24
- package/dist-types/protocols/Aws_restXml.d.ts +99 -0
- package/dist-types/ts3.4/CloudFront.d.ts +195 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAnycastIpListsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +99 -89
- package/dist-types/ts3.4/models/models_1.d.ts +167 -13
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +132 -0
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { CloudFrontClient } from "./CloudFrontClient";
|
|
3
3
|
import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
|
|
4
4
|
import { CopyDistributionCommandInput, CopyDistributionCommandOutput } from "./commands/CopyDistributionCommand";
|
|
5
|
+
import { CreateAnycastIpListCommandInput, CreateAnycastIpListCommandOutput } from "./commands/CreateAnycastIpListCommand";
|
|
5
6
|
import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
|
|
6
7
|
import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
7
8
|
import { CreateContinuousDeploymentPolicyCommandInput, CreateContinuousDeploymentPolicyCommandOutput } from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
@@ -21,6 +22,8 @@ import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutp
|
|
|
21
22
|
import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "./commands/CreateResponseHeadersPolicyCommand";
|
|
22
23
|
import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
|
|
23
24
|
import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
|
|
25
|
+
import { CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput } from "./commands/CreateVpcOriginCommand";
|
|
26
|
+
import { DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput } from "./commands/DeleteAnycastIpListCommand";
|
|
24
27
|
import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
|
|
25
28
|
import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
26
29
|
import { DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput } from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
@@ -37,8 +40,10 @@ import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./com
|
|
|
37
40
|
import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
|
|
38
41
|
import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "./commands/DeleteResponseHeadersPolicyCommand";
|
|
39
42
|
import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
|
|
43
|
+
import { DeleteVpcOriginCommandInput, DeleteVpcOriginCommandOutput } from "./commands/DeleteVpcOriginCommand";
|
|
40
44
|
import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
|
|
41
45
|
import { DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput } from "./commands/DescribeKeyValueStoreCommand";
|
|
46
|
+
import { GetAnycastIpListCommandInput, GetAnycastIpListCommandOutput } from "./commands/GetAnycastIpListCommand";
|
|
42
47
|
import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
|
|
43
48
|
import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "./commands/GetCachePolicyConfigCommand";
|
|
44
49
|
import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
@@ -67,15 +72,19 @@ import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOu
|
|
|
67
72
|
import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "./commands/GetResponseHeadersPolicyConfigCommand";
|
|
68
73
|
import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
|
|
69
74
|
import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
|
|
75
|
+
import { GetVpcOriginCommandInput, GetVpcOriginCommandOutput } from "./commands/GetVpcOriginCommand";
|
|
76
|
+
import { ListAnycastIpListsCommandInput, ListAnycastIpListsCommandOutput } from "./commands/ListAnycastIpListsCommand";
|
|
70
77
|
import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
|
|
71
78
|
import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
72
79
|
import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "./commands/ListConflictingAliasesCommand";
|
|
73
80
|
import { ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput } from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
81
|
+
import { ListDistributionsByAnycastIpListIdCommandInput, ListDistributionsByAnycastIpListIdCommandOutput } from "./commands/ListDistributionsByAnycastIpListIdCommand";
|
|
74
82
|
import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
75
83
|
import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
|
|
76
84
|
import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
77
85
|
import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
78
86
|
import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
87
|
+
import { ListDistributionsByVpcOriginIdCommandInput, ListDistributionsByVpcOriginIdCommandOutput } from "./commands/ListDistributionsByVpcOriginIdCommand";
|
|
79
88
|
import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
|
|
80
89
|
import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
|
|
81
90
|
import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
@@ -91,6 +100,7 @@ import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput
|
|
|
91
100
|
import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "./commands/ListResponseHeadersPoliciesCommand";
|
|
92
101
|
import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
|
|
93
102
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
103
|
+
import { ListVpcOriginsCommandInput, ListVpcOriginsCommandOutput } from "./commands/ListVpcOriginsCommand";
|
|
94
104
|
import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
|
|
95
105
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
96
106
|
import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/TestFunctionCommand";
|
|
@@ -111,6 +121,7 @@ import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./com
|
|
|
111
121
|
import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
|
|
112
122
|
import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
113
123
|
import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
|
|
124
|
+
import { UpdateVpcOriginCommandInput, UpdateVpcOriginCommandOutput } from "./commands/UpdateVpcOriginCommand";
|
|
114
125
|
export interface CloudFront {
|
|
115
126
|
/**
|
|
116
127
|
* @see {@link AssociateAliasCommand}
|
|
@@ -124,6 +135,12 @@ export interface CloudFront {
|
|
|
124
135
|
copyDistribution(args: CopyDistributionCommandInput, options?: __HttpHandlerOptions): Promise<CopyDistributionCommandOutput>;
|
|
125
136
|
copyDistribution(args: CopyDistributionCommandInput, cb: (err: any, data?: CopyDistributionCommandOutput) => void): void;
|
|
126
137
|
copyDistribution(args: CopyDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDistributionCommandOutput) => void): void;
|
|
138
|
+
/**
|
|
139
|
+
* @see {@link CreateAnycastIpListCommand}
|
|
140
|
+
*/
|
|
141
|
+
createAnycastIpList(args: CreateAnycastIpListCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnycastIpListCommandOutput>;
|
|
142
|
+
createAnycastIpList(args: CreateAnycastIpListCommandInput, cb: (err: any, data?: CreateAnycastIpListCommandOutput) => void): void;
|
|
143
|
+
createAnycastIpList(args: CreateAnycastIpListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnycastIpListCommandOutput) => void): void;
|
|
127
144
|
/**
|
|
128
145
|
* @see {@link CreateCachePolicyCommand}
|
|
129
146
|
*/
|
|
@@ -238,6 +255,18 @@ export interface CloudFront {
|
|
|
238
255
|
createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamingDistributionWithTagsCommandOutput>;
|
|
239
256
|
createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, cb: (err: any, data?: CreateStreamingDistributionWithTagsCommandOutput) => void): void;
|
|
240
257
|
createStreamingDistributionWithTags(args: CreateStreamingDistributionWithTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingDistributionWithTagsCommandOutput) => void): void;
|
|
258
|
+
/**
|
|
259
|
+
* @see {@link CreateVpcOriginCommand}
|
|
260
|
+
*/
|
|
261
|
+
createVpcOrigin(args: CreateVpcOriginCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcOriginCommandOutput>;
|
|
262
|
+
createVpcOrigin(args: CreateVpcOriginCommandInput, cb: (err: any, data?: CreateVpcOriginCommandOutput) => void): void;
|
|
263
|
+
createVpcOrigin(args: CreateVpcOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcOriginCommandOutput) => void): void;
|
|
264
|
+
/**
|
|
265
|
+
* @see {@link DeleteAnycastIpListCommand}
|
|
266
|
+
*/
|
|
267
|
+
deleteAnycastIpList(args: DeleteAnycastIpListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnycastIpListCommandOutput>;
|
|
268
|
+
deleteAnycastIpList(args: DeleteAnycastIpListCommandInput, cb: (err: any, data?: DeleteAnycastIpListCommandOutput) => void): void;
|
|
269
|
+
deleteAnycastIpList(args: DeleteAnycastIpListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnycastIpListCommandOutput) => void): void;
|
|
241
270
|
/**
|
|
242
271
|
* @see {@link DeleteCachePolicyCommand}
|
|
243
272
|
*/
|
|
@@ -335,6 +364,12 @@ export interface CloudFront {
|
|
|
335
364
|
deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamingDistributionCommandOutput>;
|
|
336
365
|
deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
|
|
337
366
|
deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
|
|
367
|
+
/**
|
|
368
|
+
* @see {@link DeleteVpcOriginCommand}
|
|
369
|
+
*/
|
|
370
|
+
deleteVpcOrigin(args: DeleteVpcOriginCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVpcOriginCommandOutput>;
|
|
371
|
+
deleteVpcOrigin(args: DeleteVpcOriginCommandInput, cb: (err: any, data?: DeleteVpcOriginCommandOutput) => void): void;
|
|
372
|
+
deleteVpcOrigin(args: DeleteVpcOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVpcOriginCommandOutput) => void): void;
|
|
338
373
|
/**
|
|
339
374
|
* @see {@link DescribeFunctionCommand}
|
|
340
375
|
*/
|
|
@@ -347,6 +382,12 @@ export interface CloudFront {
|
|
|
347
382
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyValueStoreCommandOutput>;
|
|
348
383
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void): void;
|
|
349
384
|
describeKeyValueStore(args: DescribeKeyValueStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void): void;
|
|
385
|
+
/**
|
|
386
|
+
* @see {@link GetAnycastIpListCommand}
|
|
387
|
+
*/
|
|
388
|
+
getAnycastIpList(args: GetAnycastIpListCommandInput, options?: __HttpHandlerOptions): Promise<GetAnycastIpListCommandOutput>;
|
|
389
|
+
getAnycastIpList(args: GetAnycastIpListCommandInput, cb: (err: any, data?: GetAnycastIpListCommandOutput) => void): void;
|
|
390
|
+
getAnycastIpList(args: GetAnycastIpListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnycastIpListCommandOutput) => void): void;
|
|
350
391
|
/**
|
|
351
392
|
* @see {@link GetCachePolicyCommand}
|
|
352
393
|
*/
|
|
@@ -516,6 +557,19 @@ export interface CloudFront {
|
|
|
516
557
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamingDistributionConfigCommandOutput>;
|
|
517
558
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
|
|
518
559
|
getStreamingDistributionConfig(args: GetStreamingDistributionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void): void;
|
|
560
|
+
/**
|
|
561
|
+
* @see {@link GetVpcOriginCommand}
|
|
562
|
+
*/
|
|
563
|
+
getVpcOrigin(args: GetVpcOriginCommandInput, options?: __HttpHandlerOptions): Promise<GetVpcOriginCommandOutput>;
|
|
564
|
+
getVpcOrigin(args: GetVpcOriginCommandInput, cb: (err: any, data?: GetVpcOriginCommandOutput) => void): void;
|
|
565
|
+
getVpcOrigin(args: GetVpcOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpcOriginCommandOutput) => void): void;
|
|
566
|
+
/**
|
|
567
|
+
* @see {@link ListAnycastIpListsCommand}
|
|
568
|
+
*/
|
|
569
|
+
listAnycastIpLists(): Promise<ListAnycastIpListsCommandOutput>;
|
|
570
|
+
listAnycastIpLists(args: ListAnycastIpListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnycastIpListsCommandOutput>;
|
|
571
|
+
listAnycastIpLists(args: ListAnycastIpListsCommandInput, cb: (err: any, data?: ListAnycastIpListsCommandOutput) => void): void;
|
|
572
|
+
listAnycastIpLists(args: ListAnycastIpListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnycastIpListsCommandOutput) => void): void;
|
|
519
573
|
/**
|
|
520
574
|
* @see {@link ListCachePoliciesCommand}
|
|
521
575
|
*/
|
|
@@ -550,6 +604,12 @@ export interface CloudFront {
|
|
|
550
604
|
listDistributions(args: ListDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsCommandOutput>;
|
|
551
605
|
listDistributions(args: ListDistributionsCommandInput, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
|
|
552
606
|
listDistributions(args: ListDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsCommandOutput) => void): void;
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link ListDistributionsByAnycastIpListIdCommand}
|
|
609
|
+
*/
|
|
610
|
+
listDistributionsByAnycastIpListId(args: ListDistributionsByAnycastIpListIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByAnycastIpListIdCommandOutput>;
|
|
611
|
+
listDistributionsByAnycastIpListId(args: ListDistributionsByAnycastIpListIdCommandInput, cb: (err: any, data?: ListDistributionsByAnycastIpListIdCommandOutput) => void): void;
|
|
612
|
+
listDistributionsByAnycastIpListId(args: ListDistributionsByAnycastIpListIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByAnycastIpListIdCommandOutput) => void): void;
|
|
553
613
|
/**
|
|
554
614
|
* @see {@link ListDistributionsByCachePolicyIdCommand}
|
|
555
615
|
*/
|
|
@@ -581,6 +641,12 @@ export interface CloudFront {
|
|
|
581
641
|
listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
|
|
582
642
|
listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
|
|
583
643
|
listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
|
|
644
|
+
/**
|
|
645
|
+
* @see {@link ListDistributionsByVpcOriginIdCommand}
|
|
646
|
+
*/
|
|
647
|
+
listDistributionsByVpcOriginId(args: ListDistributionsByVpcOriginIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByVpcOriginIdCommandOutput>;
|
|
648
|
+
listDistributionsByVpcOriginId(args: ListDistributionsByVpcOriginIdCommandInput, cb: (err: any, data?: ListDistributionsByVpcOriginIdCommandOutput) => void): void;
|
|
649
|
+
listDistributionsByVpcOriginId(args: ListDistributionsByVpcOriginIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByVpcOriginIdCommandOutput) => void): void;
|
|
584
650
|
/**
|
|
585
651
|
* @see {@link ListDistributionsByWebACLIdCommand}
|
|
586
652
|
*/
|
|
@@ -676,6 +742,13 @@ export interface CloudFront {
|
|
|
676
742
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
677
743
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
678
744
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
745
|
+
/**
|
|
746
|
+
* @see {@link ListVpcOriginsCommand}
|
|
747
|
+
*/
|
|
748
|
+
listVpcOrigins(): Promise<ListVpcOriginsCommandOutput>;
|
|
749
|
+
listVpcOrigins(args: ListVpcOriginsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcOriginsCommandOutput>;
|
|
750
|
+
listVpcOrigins(args: ListVpcOriginsCommandInput, cb: (err: any, data?: ListVpcOriginsCommandOutput) => void): void;
|
|
751
|
+
listVpcOrigins(args: ListVpcOriginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcOriginsCommandOutput) => void): void;
|
|
679
752
|
/**
|
|
680
753
|
* @see {@link PublishFunctionCommand}
|
|
681
754
|
*/
|
|
@@ -797,6 +870,12 @@ export interface CloudFront {
|
|
|
797
870
|
updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamingDistributionCommandOutput>;
|
|
798
871
|
updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void): void;
|
|
799
872
|
updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void): void;
|
|
873
|
+
/**
|
|
874
|
+
* @see {@link UpdateVpcOriginCommand}
|
|
875
|
+
*/
|
|
876
|
+
updateVpcOrigin(args: UpdateVpcOriginCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcOriginCommandOutput>;
|
|
877
|
+
updateVpcOrigin(args: UpdateVpcOriginCommandInput, cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void): void;
|
|
878
|
+
updateVpcOrigin(args: UpdateVpcOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void): void;
|
|
800
879
|
}
|
|
801
880
|
/**
|
|
802
881
|
* <fullname>Amazon CloudFront</fullname>
|
|
@@ -9,6 +9,7 @@ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalc
|
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
|
|
11
11
|
import { CopyDistributionCommandInput, CopyDistributionCommandOutput } from "./commands/CopyDistributionCommand";
|
|
12
|
+
import { CreateAnycastIpListCommandInput, CreateAnycastIpListCommandOutput } from "./commands/CreateAnycastIpListCommand";
|
|
12
13
|
import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
|
|
13
14
|
import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
14
15
|
import { CreateContinuousDeploymentPolicyCommandInput, CreateContinuousDeploymentPolicyCommandOutput } from "./commands/CreateContinuousDeploymentPolicyCommand";
|
|
@@ -28,6 +29,8 @@ import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutp
|
|
|
28
29
|
import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "./commands/CreateResponseHeadersPolicyCommand";
|
|
29
30
|
import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
|
|
30
31
|
import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
|
|
32
|
+
import { CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput } from "./commands/CreateVpcOriginCommand";
|
|
33
|
+
import { DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput } from "./commands/DeleteAnycastIpListCommand";
|
|
31
34
|
import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
|
|
32
35
|
import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
33
36
|
import { DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput } from "./commands/DeleteContinuousDeploymentPolicyCommand";
|
|
@@ -44,8 +47,10 @@ import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./com
|
|
|
44
47
|
import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
|
|
45
48
|
import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "./commands/DeleteResponseHeadersPolicyCommand";
|
|
46
49
|
import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
|
|
50
|
+
import { DeleteVpcOriginCommandInput, DeleteVpcOriginCommandOutput } from "./commands/DeleteVpcOriginCommand";
|
|
47
51
|
import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
|
|
48
52
|
import { DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput } from "./commands/DescribeKeyValueStoreCommand";
|
|
53
|
+
import { GetAnycastIpListCommandInput, GetAnycastIpListCommandOutput } from "./commands/GetAnycastIpListCommand";
|
|
49
54
|
import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
|
|
50
55
|
import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "./commands/GetCachePolicyConfigCommand";
|
|
51
56
|
import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
@@ -74,15 +79,19 @@ import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOu
|
|
|
74
79
|
import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "./commands/GetResponseHeadersPolicyConfigCommand";
|
|
75
80
|
import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
|
|
76
81
|
import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
|
|
82
|
+
import { GetVpcOriginCommandInput, GetVpcOriginCommandOutput } from "./commands/GetVpcOriginCommand";
|
|
83
|
+
import { ListAnycastIpListsCommandInput, ListAnycastIpListsCommandOutput } from "./commands/ListAnycastIpListsCommand";
|
|
77
84
|
import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
|
|
78
85
|
import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
79
86
|
import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "./commands/ListConflictingAliasesCommand";
|
|
80
87
|
import { ListContinuousDeploymentPoliciesCommandInput, ListContinuousDeploymentPoliciesCommandOutput } from "./commands/ListContinuousDeploymentPoliciesCommand";
|
|
88
|
+
import { ListDistributionsByAnycastIpListIdCommandInput, ListDistributionsByAnycastIpListIdCommandOutput } from "./commands/ListDistributionsByAnycastIpListIdCommand";
|
|
81
89
|
import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
82
90
|
import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
|
|
83
91
|
import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
84
92
|
import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
85
93
|
import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
94
|
+
import { ListDistributionsByVpcOriginIdCommandInput, ListDistributionsByVpcOriginIdCommandOutput } from "./commands/ListDistributionsByVpcOriginIdCommand";
|
|
86
95
|
import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
|
|
87
96
|
import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
|
|
88
97
|
import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
@@ -98,6 +107,7 @@ import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput
|
|
|
98
107
|
import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "./commands/ListResponseHeadersPoliciesCommand";
|
|
99
108
|
import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
|
|
100
109
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
110
|
+
import { ListVpcOriginsCommandInput, ListVpcOriginsCommandOutput } from "./commands/ListVpcOriginsCommand";
|
|
101
111
|
import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
|
|
102
112
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
103
113
|
import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/TestFunctionCommand";
|
|
@@ -118,17 +128,18 @@ import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./com
|
|
|
118
128
|
import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
|
|
119
129
|
import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
120
130
|
import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
|
|
131
|
+
import { UpdateVpcOriginCommandInput, UpdateVpcOriginCommandOutput } from "./commands/UpdateVpcOriginCommand";
|
|
121
132
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
122
133
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
123
134
|
export { __Client };
|
|
124
135
|
/**
|
|
125
136
|
* @public
|
|
126
137
|
*/
|
|
127
|
-
export type ServiceInputTypes = AssociateAliasCommandInput | CopyDistributionCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateContinuousDeploymentPolicyCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateKeyValueStoreCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginAccessControlCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateResponseHeadersPolicyCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteContinuousDeploymentPolicyCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteKeyValueStoreCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginAccessControlCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteResponseHeadersPolicyCommandInput | DeleteStreamingDistributionCommandInput | DescribeFunctionCommandInput | DescribeKeyValueStoreCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetContinuousDeploymentPolicyCommandInput | GetContinuousDeploymentPolicyConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginAccessControlCommandInput | GetOriginAccessControlConfigCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetResponseHeadersPolicyCommandInput | GetResponseHeadersPolicyConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListContinuousDeploymentPoliciesCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByResponseHeadersPolicyIdCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListKeyValueStoresCommandInput | ListOriginAccessControlsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListResponseHeadersPoliciesCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateContinuousDeploymentPolicyCommandInput | UpdateDistributionCommandInput | UpdateDistributionWithStagingConfigCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateKeyValueStoreCommandInput | UpdateOriginAccessControlCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateResponseHeadersPolicyCommandInput | UpdateStreamingDistributionCommandInput;
|
|
138
|
+
export type ServiceInputTypes = AssociateAliasCommandInput | CopyDistributionCommandInput | CreateAnycastIpListCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateContinuousDeploymentPolicyCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateKeyValueStoreCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginAccessControlCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateResponseHeadersPolicyCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | CreateVpcOriginCommandInput | DeleteAnycastIpListCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteContinuousDeploymentPolicyCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteKeyValueStoreCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginAccessControlCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteResponseHeadersPolicyCommandInput | DeleteStreamingDistributionCommandInput | DeleteVpcOriginCommandInput | DescribeFunctionCommandInput | DescribeKeyValueStoreCommandInput | GetAnycastIpListCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetContinuousDeploymentPolicyCommandInput | GetContinuousDeploymentPolicyConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginAccessControlCommandInput | GetOriginAccessControlConfigCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetResponseHeadersPolicyCommandInput | GetResponseHeadersPolicyConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | GetVpcOriginCommandInput | ListAnycastIpListsCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListContinuousDeploymentPoliciesCommandInput | ListDistributionsByAnycastIpListIdCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByResponseHeadersPolicyIdCommandInput | ListDistributionsByVpcOriginIdCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListKeyValueStoresCommandInput | ListOriginAccessControlsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListResponseHeadersPoliciesCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | ListVpcOriginsCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateContinuousDeploymentPolicyCommandInput | UpdateDistributionCommandInput | UpdateDistributionWithStagingConfigCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateKeyValueStoreCommandInput | UpdateOriginAccessControlCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateResponseHeadersPolicyCommandInput | UpdateStreamingDistributionCommandInput | UpdateVpcOriginCommandInput;
|
|
128
139
|
/**
|
|
129
140
|
* @public
|
|
130
141
|
*/
|
|
131
|
-
export type ServiceOutputTypes = AssociateAliasCommandOutput | CopyDistributionCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateContinuousDeploymentPolicyCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateKeyValueStoreCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginAccessControlCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateResponseHeadersPolicyCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteContinuousDeploymentPolicyCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteKeyValueStoreCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginAccessControlCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteResponseHeadersPolicyCommandOutput | DeleteStreamingDistributionCommandOutput | DescribeFunctionCommandOutput | DescribeKeyValueStoreCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetContinuousDeploymentPolicyCommandOutput | GetContinuousDeploymentPolicyConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginAccessControlCommandOutput | GetOriginAccessControlConfigCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetResponseHeadersPolicyCommandOutput | GetResponseHeadersPolicyConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListContinuousDeploymentPoliciesCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByResponseHeadersPolicyIdCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListKeyValueStoresCommandOutput | ListOriginAccessControlsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListResponseHeadersPoliciesCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateContinuousDeploymentPolicyCommandOutput | UpdateDistributionCommandOutput | UpdateDistributionWithStagingConfigCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateKeyValueStoreCommandOutput | UpdateOriginAccessControlCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateResponseHeadersPolicyCommandOutput | UpdateStreamingDistributionCommandOutput;
|
|
142
|
+
export type ServiceOutputTypes = AssociateAliasCommandOutput | CopyDistributionCommandOutput | CreateAnycastIpListCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateContinuousDeploymentPolicyCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateKeyValueStoreCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginAccessControlCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateResponseHeadersPolicyCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | CreateVpcOriginCommandOutput | DeleteAnycastIpListCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteContinuousDeploymentPolicyCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteKeyValueStoreCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginAccessControlCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteResponseHeadersPolicyCommandOutput | DeleteStreamingDistributionCommandOutput | DeleteVpcOriginCommandOutput | DescribeFunctionCommandOutput | DescribeKeyValueStoreCommandOutput | GetAnycastIpListCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetContinuousDeploymentPolicyCommandOutput | GetContinuousDeploymentPolicyConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginAccessControlCommandOutput | GetOriginAccessControlConfigCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetResponseHeadersPolicyCommandOutput | GetResponseHeadersPolicyConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | GetVpcOriginCommandOutput | ListAnycastIpListsCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListContinuousDeploymentPoliciesCommandOutput | ListDistributionsByAnycastIpListIdCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByResponseHeadersPolicyIdCommandOutput | ListDistributionsByVpcOriginIdCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListKeyValueStoresCommandOutput | ListOriginAccessControlsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListResponseHeadersPoliciesCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | ListVpcOriginsCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateContinuousDeploymentPolicyCommandOutput | UpdateDistributionCommandOutput | UpdateDistributionWithStagingConfigCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateKeyValueStoreCommandOutput | UpdateOriginAccessControlCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateResponseHeadersPolicyCommandOutput | UpdateStreamingDistributionCommandOutput | UpdateVpcOriginCommandOutput;
|
|
132
143
|
/**
|
|
133
144
|
* @public
|
|
134
145
|
*/
|
|
@@ -146,6 +146,9 @@ declare const CopyDistributionCommand_base: {
|
|
|
146
146
|
* // OriginReadTimeout: Number("int"),
|
|
147
147
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
148
148
|
* // },
|
|
149
|
+
* // VpcOriginConfig: { // VpcOriginConfig
|
|
150
|
+
* // VpcOriginId: "STRING_VALUE", // required
|
|
151
|
+
* // },
|
|
149
152
|
* // ConnectionAttempts: Number("int"),
|
|
150
153
|
* // ConnectionTimeout: Number("int"),
|
|
151
154
|
* // OriginShield: { // OriginShield
|
|
@@ -235,6 +238,9 @@ declare const CopyDistributionCommand_base: {
|
|
|
235
238
|
* // CachePolicyId: "STRING_VALUE",
|
|
236
239
|
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
237
240
|
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
241
|
+
* // GrpcConfig: { // GrpcConfig
|
|
242
|
+
* // Enabled: true || false, // required
|
|
243
|
+
* // },
|
|
238
244
|
* // ForwardedValues: { // ForwardedValues
|
|
239
245
|
* // QueryString: true || false, // required
|
|
240
246
|
* // Cookies: { // CookiePreference
|
|
@@ -318,6 +324,9 @@ declare const CopyDistributionCommand_base: {
|
|
|
318
324
|
* // CachePolicyId: "STRING_VALUE",
|
|
319
325
|
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
320
326
|
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
327
|
+
* // GrpcConfig: {
|
|
328
|
+
* // Enabled: true || false, // required
|
|
329
|
+
* // },
|
|
321
330
|
* // ForwardedValues: {
|
|
322
331
|
* // QueryString: true || false, // required
|
|
323
332
|
* // Cookies: {
|
|
@@ -361,10 +370,10 @@ declare const CopyDistributionCommand_base: {
|
|
|
361
370
|
* // },
|
|
362
371
|
* // Comment: "STRING_VALUE", // required
|
|
363
372
|
* // Logging: { // LoggingConfig
|
|
364
|
-
* // Enabled: true || false,
|
|
365
|
-
* // IncludeCookies: true || false,
|
|
366
|
-
* // Bucket: "STRING_VALUE",
|
|
367
|
-
* // Prefix: "STRING_VALUE",
|
|
373
|
+
* // Enabled: true || false,
|
|
374
|
+
* // IncludeCookies: true || false,
|
|
375
|
+
* // Bucket: "STRING_VALUE",
|
|
376
|
+
* // Prefix: "STRING_VALUE",
|
|
368
377
|
* // },
|
|
369
378
|
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
370
379
|
* // Enabled: true || false, // required
|
|
@@ -391,6 +400,7 @@ declare const CopyDistributionCommand_base: {
|
|
|
391
400
|
* // IsIPV6Enabled: true || false,
|
|
392
401
|
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
393
402
|
* // Staging: true || false,
|
|
403
|
+
* // AnycastIpListId: "STRING_VALUE",
|
|
394
404
|
* // },
|
|
395
405
|
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
396
406
|
* // { // AliasICPRecordal
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { CreateAnycastIpListRequest, CreateAnycastIpListResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateAnycastIpListCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateAnycastIpListCommandInput extends CreateAnycastIpListRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateAnycastIpListCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateAnycastIpListCommandOutput extends CreateAnycastIpListResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateAnycastIpListCommand_base: {
|
|
25
|
+
new (input: CreateAnycastIpListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnycastIpListCommandInput, CreateAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateAnycastIpListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAnycastIpListCommandInput, CreateAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates an Anycast static IP list.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CloudFrontClient, CreateAnycastIpListCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
35
|
+
* // const { CloudFrontClient, CreateAnycastIpListCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
36
|
+
* const client = new CloudFrontClient(config);
|
|
37
|
+
* const input = { // CreateAnycastIpListRequest
|
|
38
|
+
* Name: "STRING_VALUE", // required
|
|
39
|
+
* IpCount: Number("int"), // required
|
|
40
|
+
* Tags: { // Tags
|
|
41
|
+
* Items: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
|
+
* Key: "STRING_VALUE", // required
|
|
44
|
+
* Value: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* };
|
|
49
|
+
* const command = new CreateAnycastIpListCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateAnycastIpListResult
|
|
52
|
+
* // AnycastIpList: { // AnycastIpList
|
|
53
|
+
* // Id: "STRING_VALUE", // required
|
|
54
|
+
* // Name: "STRING_VALUE", // required
|
|
55
|
+
* // Status: "STRING_VALUE", // required
|
|
56
|
+
* // Arn: "STRING_VALUE", // required
|
|
57
|
+
* // AnycastIps: [ // AnycastIps // required
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // IpCount: Number("int"), // required
|
|
61
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
62
|
+
* // },
|
|
63
|
+
* // ETag: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param CreateAnycastIpListCommandInput - {@link CreateAnycastIpListCommandInput}
|
|
69
|
+
* @returns {@link CreateAnycastIpListCommandOutput}
|
|
70
|
+
* @see {@link CreateAnycastIpListCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link CreateAnycastIpListCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link AccessDenied} (client fault)
|
|
75
|
+
* <p>Access denied.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link EntityAlreadyExists} (client fault)
|
|
78
|
+
* <p>The entity already exists. You must provide a unique
|
|
79
|
+
* entity.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link EntityLimitExceeded} (client fault)
|
|
82
|
+
* <p>The entity limit has been exceeded.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidArgument} (client fault)
|
|
85
|
+
* <p>An argument is invalid.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidTagging} (client fault)
|
|
88
|
+
* <p>The tagging specified is not valid.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link UnsupportedOperation} (client fault)
|
|
91
|
+
* <p>This operation is not supported in this region.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link CloudFrontServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
95
|
+
*
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export declare class CreateAnycastIpListCommand extends CreateAnycastIpListCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreateAnycastIpListRequest;
|
|
103
|
+
output: CreateAnycastIpListResult;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreateAnycastIpListCommandInput;
|
|
107
|
+
output: CreateAnycastIpListCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
}
|
|
@@ -76,6 +76,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
76
76
|
* OriginReadTimeout: Number("int"),
|
|
77
77
|
* OriginKeepaliveTimeout: Number("int"),
|
|
78
78
|
* },
|
|
79
|
+
* VpcOriginConfig: { // VpcOriginConfig
|
|
80
|
+
* VpcOriginId: "STRING_VALUE", // required
|
|
81
|
+
* },
|
|
79
82
|
* ConnectionAttempts: Number("int"),
|
|
80
83
|
* ConnectionTimeout: Number("int"),
|
|
81
84
|
* OriginShield: { // OriginShield
|
|
@@ -165,6 +168,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
165
168
|
* CachePolicyId: "STRING_VALUE",
|
|
166
169
|
* OriginRequestPolicyId: "STRING_VALUE",
|
|
167
170
|
* ResponseHeadersPolicyId: "STRING_VALUE",
|
|
171
|
+
* GrpcConfig: { // GrpcConfig
|
|
172
|
+
* Enabled: true || false, // required
|
|
173
|
+
* },
|
|
168
174
|
* ForwardedValues: { // ForwardedValues
|
|
169
175
|
* QueryString: true || false, // required
|
|
170
176
|
* Cookies: { // CookiePreference
|
|
@@ -248,6 +254,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
248
254
|
* CachePolicyId: "STRING_VALUE",
|
|
249
255
|
* OriginRequestPolicyId: "STRING_VALUE",
|
|
250
256
|
* ResponseHeadersPolicyId: "STRING_VALUE",
|
|
257
|
+
* GrpcConfig: {
|
|
258
|
+
* Enabled: true || false, // required
|
|
259
|
+
* },
|
|
251
260
|
* ForwardedValues: {
|
|
252
261
|
* QueryString: true || false, // required
|
|
253
262
|
* Cookies: {
|
|
@@ -291,10 +300,10 @@ declare const CreateDistributionCommand_base: {
|
|
|
291
300
|
* },
|
|
292
301
|
* Comment: "STRING_VALUE", // required
|
|
293
302
|
* Logging: { // LoggingConfig
|
|
294
|
-
* Enabled: true || false,
|
|
295
|
-
* IncludeCookies: true || false,
|
|
296
|
-
* Bucket: "STRING_VALUE",
|
|
297
|
-
* Prefix: "STRING_VALUE",
|
|
303
|
+
* Enabled: true || false,
|
|
304
|
+
* IncludeCookies: true || false,
|
|
305
|
+
* Bucket: "STRING_VALUE",
|
|
306
|
+
* Prefix: "STRING_VALUE",
|
|
298
307
|
* },
|
|
299
308
|
* PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
300
309
|
* Enabled: true || false, // required
|
|
@@ -321,6 +330,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
321
330
|
* IsIPV6Enabled: true || false,
|
|
322
331
|
* ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
323
332
|
* Staging: true || false,
|
|
333
|
+
* AnycastIpListId: "STRING_VALUE",
|
|
324
334
|
* },
|
|
325
335
|
* };
|
|
326
336
|
* const command = new CreateDistributionCommand(input);
|
|
@@ -404,6 +414,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
404
414
|
* // OriginReadTimeout: Number("int"),
|
|
405
415
|
* // OriginKeepaliveTimeout: Number("int"),
|
|
406
416
|
* // },
|
|
417
|
+
* // VpcOriginConfig: { // VpcOriginConfig
|
|
418
|
+
* // VpcOriginId: "STRING_VALUE", // required
|
|
419
|
+
* // },
|
|
407
420
|
* // ConnectionAttempts: Number("int"),
|
|
408
421
|
* // ConnectionTimeout: Number("int"),
|
|
409
422
|
* // OriginShield: { // OriginShield
|
|
@@ -493,6 +506,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
493
506
|
* // CachePolicyId: "STRING_VALUE",
|
|
494
507
|
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
495
508
|
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
509
|
+
* // GrpcConfig: { // GrpcConfig
|
|
510
|
+
* // Enabled: true || false, // required
|
|
511
|
+
* // },
|
|
496
512
|
* // ForwardedValues: { // ForwardedValues
|
|
497
513
|
* // QueryString: true || false, // required
|
|
498
514
|
* // Cookies: { // CookiePreference
|
|
@@ -576,6 +592,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
576
592
|
* // CachePolicyId: "STRING_VALUE",
|
|
577
593
|
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
578
594
|
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
595
|
+
* // GrpcConfig: {
|
|
596
|
+
* // Enabled: true || false, // required
|
|
597
|
+
* // },
|
|
579
598
|
* // ForwardedValues: {
|
|
580
599
|
* // QueryString: true || false, // required
|
|
581
600
|
* // Cookies: {
|
|
@@ -619,10 +638,10 @@ declare const CreateDistributionCommand_base: {
|
|
|
619
638
|
* // },
|
|
620
639
|
* // Comment: "STRING_VALUE", // required
|
|
621
640
|
* // Logging: { // LoggingConfig
|
|
622
|
-
* // Enabled: true || false,
|
|
623
|
-
* // IncludeCookies: true || false,
|
|
624
|
-
* // Bucket: "STRING_VALUE",
|
|
625
|
-
* // Prefix: "STRING_VALUE",
|
|
641
|
+
* // Enabled: true || false,
|
|
642
|
+
* // IncludeCookies: true || false,
|
|
643
|
+
* // Bucket: "STRING_VALUE",
|
|
644
|
+
* // Prefix: "STRING_VALUE",
|
|
626
645
|
* // },
|
|
627
646
|
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
628
647
|
* // Enabled: true || false, // required
|
|
@@ -649,6 +668,7 @@ declare const CreateDistributionCommand_base: {
|
|
|
649
668
|
* // IsIPV6Enabled: true || false,
|
|
650
669
|
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
651
670
|
* // Staging: true || false,
|
|
671
|
+
* // AnycastIpListId: "STRING_VALUE",
|
|
652
672
|
* // },
|
|
653
673
|
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
654
674
|
* // { // AliasICPRecordal
|
|
@@ -683,6 +703,9 @@ declare const CreateDistributionCommand_base: {
|
|
|
683
703
|
* <p>The caller reference you attempted to create the distribution with is associated with
|
|
684
704
|
* another distribution.</p>
|
|
685
705
|
*
|
|
706
|
+
* @throws {@link EntityNotFound} (client fault)
|
|
707
|
+
* <p>The entity was not found.</p>
|
|
708
|
+
*
|
|
686
709
|
* @throws {@link IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior} (client fault)
|
|
687
710
|
* <p>The specified configuration for field-level encryption can't be associated with the
|
|
688
711
|
* specified cache behavior.</p>
|