@aws-sdk/client-cloudfront 3.693.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.
Files changed (70) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +976 -199
  3. package/dist-es/CloudFront.js +22 -0
  4. package/dist-es/commands/CreateAnycastIpListCommand.js +22 -0
  5. package/dist-es/commands/CreateVpcOriginCommand.js +22 -0
  6. package/dist-es/commands/DeleteAnycastIpListCommand.js +22 -0
  7. package/dist-es/commands/DeleteVpcOriginCommand.js +22 -0
  8. package/dist-es/commands/GetAnycastIpListCommand.js +22 -0
  9. package/dist-es/commands/GetVpcOriginCommand.js +22 -0
  10. package/dist-es/commands/ListAnycastIpListsCommand.js +22 -0
  11. package/dist-es/commands/ListDistributionsByAnycastIpListIdCommand.js +23 -0
  12. package/dist-es/commands/ListDistributionsByVpcOriginIdCommand.js +22 -0
  13. package/dist-es/commands/ListVpcOriginsCommand.js +22 -0
  14. package/dist-es/commands/UpdateVpcOriginCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/models_0.js +78 -52
  17. package/dist-es/models/models_1.js +3 -13
  18. package/dist-es/protocols/Aws_restXml.js +630 -56
  19. package/dist-types/CloudFront.d.ts +79 -0
  20. package/dist-types/CloudFrontClient.d.ts +13 -2
  21. package/dist-types/commands/CopyDistributionCommand.d.ts +14 -4
  22. package/dist-types/commands/CreateAnycastIpListCommand.d.ts +110 -0
  23. package/dist-types/commands/CreateDistributionCommand.d.ts +31 -8
  24. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +31 -8
  25. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateVpcOriginCommand.d.ts +135 -0
  27. package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +95 -0
  28. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteVpcOriginCommand.d.ts +117 -0
  33. package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
  34. package/dist-types/commands/GetAnycastIpListCommand.d.ts +94 -0
  35. package/dist-types/commands/GetDistributionCommand.d.ts +14 -4
  36. package/dist-types/commands/GetDistributionConfigCommand.d.ts +14 -4
  37. package/dist-types/commands/GetVpcOriginCommand.d.ts +103 -0
  38. package/dist-types/commands/ListAnycastIpListsCommand.d.ts +100 -0
  39. package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +392 -0
  40. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +10 -0
  41. package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +94 -0
  42. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +10 -0
  43. package/dist-types/commands/ListDistributionsCommand.d.ts +10 -0
  44. package/dist-types/commands/ListVpcOriginsCommand.d.ts +101 -0
  45. package/dist-types/commands/UpdateDistributionCommand.d.ts +31 -8
  46. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -4
  47. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateVpcOriginCommand.d.ts +141 -0
  49. package/dist-types/commands/index.d.ts +11 -0
  50. package/dist-types/models/models_0.d.ts +337 -314
  51. package/dist-types/models/models_1.d.ts +668 -24
  52. package/dist-types/protocols/Aws_restXml.d.ts +99 -0
  53. package/dist-types/ts3.4/CloudFront.d.ts +195 -0
  54. package/dist-types/ts3.4/CloudFrontClient.d.ts +68 -2
  55. package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +46 -0
  58. package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +47 -0
  61. package/dist-types/ts3.4/commands/ListAnycastIpListsCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +50 -0
  65. package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +50 -0
  66. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +99 -89
  68. package/dist-types/ts3.4/models/models_1.d.ts +167 -13
  69. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +132 -0
  70. package/package.json +38 -38
@@ -2,6 +2,7 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
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 "../co
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 "../co
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
  /**
115
126
  * serializeAws_restXmlAssociateAliasCommand
116
127
  */
@@ -119,6 +130,10 @@ export declare const se_AssociateAliasCommand: (input: AssociateAliasCommandInpu
119
130
  * serializeAws_restXmlCopyDistributionCommand
120
131
  */
121
132
  export declare const se_CopyDistributionCommand: (input: CopyDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restXmlCreateAnycastIpListCommand
135
+ */
136
+ export declare const se_CreateAnycastIpListCommand: (input: CreateAnycastIpListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
137
  /**
123
138
  * serializeAws_restXmlCreateCachePolicyCommand
124
139
  */
@@ -195,6 +210,14 @@ export declare const se_CreateStreamingDistributionCommand: (input: CreateStream
195
210
  * serializeAws_restXmlCreateStreamingDistributionWithTagsCommand
196
211
  */
197
212
  export declare const se_CreateStreamingDistributionWithTagsCommand: (input: CreateStreamingDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restXmlCreateVpcOriginCommand
215
+ */
216
+ export declare const se_CreateVpcOriginCommand: (input: CreateVpcOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restXmlDeleteAnycastIpListCommand
219
+ */
220
+ export declare const se_DeleteAnycastIpListCommand: (input: DeleteAnycastIpListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
221
  /**
199
222
  * serializeAws_restXmlDeleteCachePolicyCommand
200
223
  */
@@ -259,6 +282,10 @@ export declare const se_DeleteResponseHeadersPolicyCommand: (input: DeleteRespon
259
282
  * serializeAws_restXmlDeleteStreamingDistributionCommand
260
283
  */
261
284
  export declare const se_DeleteStreamingDistributionCommand: (input: DeleteStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restXmlDeleteVpcOriginCommand
287
+ */
288
+ export declare const se_DeleteVpcOriginCommand: (input: DeleteVpcOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
289
  /**
263
290
  * serializeAws_restXmlDescribeFunctionCommand
264
291
  */
@@ -267,6 +294,10 @@ export declare const se_DescribeFunctionCommand: (input: DescribeFunctionCommand
267
294
  * serializeAws_restXmlDescribeKeyValueStoreCommand
268
295
  */
269
296
  export declare const se_DescribeKeyValueStoreCommand: (input: DescribeKeyValueStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
+ /**
298
+ * serializeAws_restXmlGetAnycastIpListCommand
299
+ */
300
+ export declare const se_GetAnycastIpListCommand: (input: GetAnycastIpListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
301
  /**
271
302
  * serializeAws_restXmlGetCachePolicyCommand
272
303
  */
@@ -379,6 +410,14 @@ export declare const se_GetStreamingDistributionCommand: (input: GetStreamingDis
379
410
  * serializeAws_restXmlGetStreamingDistributionConfigCommand
380
411
  */
381
412
  export declare const se_GetStreamingDistributionConfigCommand: (input: GetStreamingDistributionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
413
+ /**
414
+ * serializeAws_restXmlGetVpcOriginCommand
415
+ */
416
+ export declare const se_GetVpcOriginCommand: (input: GetVpcOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
417
+ /**
418
+ * serializeAws_restXmlListAnycastIpListsCommand
419
+ */
420
+ export declare const se_ListAnycastIpListsCommand: (input: ListAnycastIpListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
421
  /**
383
422
  * serializeAws_restXmlListCachePoliciesCommand
384
423
  */
@@ -399,6 +438,10 @@ export declare const se_ListContinuousDeploymentPoliciesCommand: (input: ListCon
399
438
  * serializeAws_restXmlListDistributionsCommand
400
439
  */
401
440
  export declare const se_ListDistributionsCommand: (input: ListDistributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
+ /**
442
+ * serializeAws_restXmlListDistributionsByAnycastIpListIdCommand
443
+ */
444
+ export declare const se_ListDistributionsByAnycastIpListIdCommand: (input: ListDistributionsByAnycastIpListIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
445
  /**
403
446
  * serializeAws_restXmlListDistributionsByCachePolicyIdCommand
404
447
  */
@@ -419,6 +462,10 @@ export declare const se_ListDistributionsByRealtimeLogConfigCommand: (input: Lis
419
462
  * serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand
420
463
  */
421
464
  export declare const se_ListDistributionsByResponseHeadersPolicyIdCommand: (input: ListDistributionsByResponseHeadersPolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
465
+ /**
466
+ * serializeAws_restXmlListDistributionsByVpcOriginIdCommand
467
+ */
468
+ export declare const se_ListDistributionsByVpcOriginIdCommand: (input: ListDistributionsByVpcOriginIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
422
469
  /**
423
470
  * serializeAws_restXmlListDistributionsByWebACLIdCommand
424
471
  */
@@ -475,6 +522,10 @@ export declare const se_ListStreamingDistributionsCommand: (input: ListStreaming
475
522
  * serializeAws_restXmlListTagsForResourceCommand
476
523
  */
477
524
  export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
525
+ /**
526
+ * serializeAws_restXmlListVpcOriginsCommand
527
+ */
528
+ export declare const se_ListVpcOriginsCommand: (input: ListVpcOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
478
529
  /**
479
530
  * serializeAws_restXmlPublishFunctionCommand
480
531
  */
@@ -555,6 +606,10 @@ export declare const se_UpdateResponseHeadersPolicyCommand: (input: UpdateRespon
555
606
  * serializeAws_restXmlUpdateStreamingDistributionCommand
556
607
  */
557
608
  export declare const se_UpdateStreamingDistributionCommand: (input: UpdateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
609
+ /**
610
+ * serializeAws_restXmlUpdateVpcOriginCommand
611
+ */
612
+ export declare const se_UpdateVpcOriginCommand: (input: UpdateVpcOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
558
613
  /**
559
614
  * deserializeAws_restXmlAssociateAliasCommand
560
615
  */
@@ -563,6 +618,10 @@ export declare const de_AssociateAliasCommand: (output: __HttpResponse, context:
563
618
  * deserializeAws_restXmlCopyDistributionCommand
564
619
  */
565
620
  export declare const de_CopyDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyDistributionCommandOutput>;
621
+ /**
622
+ * deserializeAws_restXmlCreateAnycastIpListCommand
623
+ */
624
+ export declare const de_CreateAnycastIpListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnycastIpListCommandOutput>;
566
625
  /**
567
626
  * deserializeAws_restXmlCreateCachePolicyCommand
568
627
  */
@@ -639,6 +698,14 @@ export declare const de_CreateStreamingDistributionCommand: (output: __HttpRespo
639
698
  * deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand
640
699
  */
641
700
  export declare const de_CreateStreamingDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
701
+ /**
702
+ * deserializeAws_restXmlCreateVpcOriginCommand
703
+ */
704
+ export declare const de_CreateVpcOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcOriginCommandOutput>;
705
+ /**
706
+ * deserializeAws_restXmlDeleteAnycastIpListCommand
707
+ */
708
+ export declare const de_DeleteAnycastIpListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnycastIpListCommandOutput>;
642
709
  /**
643
710
  * deserializeAws_restXmlDeleteCachePolicyCommand
644
711
  */
@@ -703,6 +770,10 @@ export declare const de_DeleteResponseHeadersPolicyCommand: (output: __HttpRespo
703
770
  * deserializeAws_restXmlDeleteStreamingDistributionCommand
704
771
  */
705
772
  export declare const de_DeleteStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamingDistributionCommandOutput>;
773
+ /**
774
+ * deserializeAws_restXmlDeleteVpcOriginCommand
775
+ */
776
+ export declare const de_DeleteVpcOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcOriginCommandOutput>;
706
777
  /**
707
778
  * deserializeAws_restXmlDescribeFunctionCommand
708
779
  */
@@ -711,6 +782,10 @@ export declare const de_DescribeFunctionCommand: (output: __HttpResponse, contex
711
782
  * deserializeAws_restXmlDescribeKeyValueStoreCommand
712
783
  */
713
784
  export declare const de_DescribeKeyValueStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyValueStoreCommandOutput>;
785
+ /**
786
+ * deserializeAws_restXmlGetAnycastIpListCommand
787
+ */
788
+ export declare const de_GetAnycastIpListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnycastIpListCommandOutput>;
714
789
  /**
715
790
  * deserializeAws_restXmlGetCachePolicyCommand
716
791
  */
@@ -823,6 +898,14 @@ export declare const de_GetStreamingDistributionCommand: (output: __HttpResponse
823
898
  * deserializeAws_restXmlGetStreamingDistributionConfigCommand
824
899
  */
825
900
  export declare const de_GetStreamingDistributionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamingDistributionConfigCommandOutput>;
901
+ /**
902
+ * deserializeAws_restXmlGetVpcOriginCommand
903
+ */
904
+ export declare const de_GetVpcOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcOriginCommandOutput>;
905
+ /**
906
+ * deserializeAws_restXmlListAnycastIpListsCommand
907
+ */
908
+ export declare const de_ListAnycastIpListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnycastIpListsCommandOutput>;
826
909
  /**
827
910
  * deserializeAws_restXmlListCachePoliciesCommand
828
911
  */
@@ -843,6 +926,10 @@ export declare const de_ListContinuousDeploymentPoliciesCommand: (output: __Http
843
926
  * deserializeAws_restXmlListDistributionsCommand
844
927
  */
845
928
  export declare const de_ListDistributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsCommandOutput>;
929
+ /**
930
+ * deserializeAws_restXmlListDistributionsByAnycastIpListIdCommand
931
+ */
932
+ export declare const de_ListDistributionsByAnycastIpListIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByAnycastIpListIdCommandOutput>;
846
933
  /**
847
934
  * deserializeAws_restXmlListDistributionsByCachePolicyIdCommand
848
935
  */
@@ -863,6 +950,10 @@ export declare const de_ListDistributionsByRealtimeLogConfigCommand: (output: __
863
950
  * deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand
864
951
  */
865
952
  export declare const de_ListDistributionsByResponseHeadersPolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
953
+ /**
954
+ * deserializeAws_restXmlListDistributionsByVpcOriginIdCommand
955
+ */
956
+ export declare const de_ListDistributionsByVpcOriginIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByVpcOriginIdCommandOutput>;
866
957
  /**
867
958
  * deserializeAws_restXmlListDistributionsByWebACLIdCommand
868
959
  */
@@ -919,6 +1010,10 @@ export declare const de_ListStreamingDistributionsCommand: (output: __HttpRespon
919
1010
  * deserializeAws_restXmlListTagsForResourceCommand
920
1011
  */
921
1012
  export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
1013
+ /**
1014
+ * deserializeAws_restXmlListVpcOriginsCommand
1015
+ */
1016
+ export declare const de_ListVpcOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcOriginsCommandOutput>;
922
1017
  /**
923
1018
  * deserializeAws_restXmlPublishFunctionCommand
924
1019
  */
@@ -999,3 +1094,7 @@ export declare const de_UpdateResponseHeadersPolicyCommand: (output: __HttpRespo
999
1094
  * deserializeAws_restXmlUpdateStreamingDistributionCommand
1000
1095
  */
1001
1096
  export declare const de_UpdateStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamingDistributionCommandOutput>;
1097
+ /**
1098
+ * deserializeAws_restXmlUpdateVpcOriginCommand
1099
+ */
1100
+ export declare const de_UpdateVpcOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcOriginCommandOutput>;
@@ -8,6 +8,10 @@ import {
8
8
  CopyDistributionCommandInput,
9
9
  CopyDistributionCommandOutput,
10
10
  } from "./commands/CopyDistributionCommand";
11
+ import {
12
+ CreateAnycastIpListCommandInput,
13
+ CreateAnycastIpListCommandOutput,
14
+ } from "./commands/CreateAnycastIpListCommand";
11
15
  import {
12
16
  CreateCachePolicyCommandInput,
13
17
  CreateCachePolicyCommandOutput,
@@ -84,6 +88,14 @@ import {
84
88
  CreateStreamingDistributionWithTagsCommandInput,
85
89
  CreateStreamingDistributionWithTagsCommandOutput,
86
90
  } from "./commands/CreateStreamingDistributionWithTagsCommand";
91
+ import {
92
+ CreateVpcOriginCommandInput,
93
+ CreateVpcOriginCommandOutput,
94
+ } from "./commands/CreateVpcOriginCommand";
95
+ import {
96
+ DeleteAnycastIpListCommandInput,
97
+ DeleteAnycastIpListCommandOutput,
98
+ } from "./commands/DeleteAnycastIpListCommand";
87
99
  import {
88
100
  DeleteCachePolicyCommandInput,
89
101
  DeleteCachePolicyCommandOutput,
@@ -148,6 +160,10 @@ import {
148
160
  DeleteStreamingDistributionCommandInput,
149
161
  DeleteStreamingDistributionCommandOutput,
150
162
  } from "./commands/DeleteStreamingDistributionCommand";
163
+ import {
164
+ DeleteVpcOriginCommandInput,
165
+ DeleteVpcOriginCommandOutput,
166
+ } from "./commands/DeleteVpcOriginCommand";
151
167
  import {
152
168
  DescribeFunctionCommandInput,
153
169
  DescribeFunctionCommandOutput,
@@ -156,6 +172,10 @@ import {
156
172
  DescribeKeyValueStoreCommandInput,
157
173
  DescribeKeyValueStoreCommandOutput,
158
174
  } from "./commands/DescribeKeyValueStoreCommand";
175
+ import {
176
+ GetAnycastIpListCommandInput,
177
+ GetAnycastIpListCommandOutput,
178
+ } from "./commands/GetAnycastIpListCommand";
159
179
  import {
160
180
  GetCachePolicyCommandInput,
161
181
  GetCachePolicyCommandOutput,
@@ -268,6 +288,14 @@ import {
268
288
  GetStreamingDistributionConfigCommandInput,
269
289
  GetStreamingDistributionConfigCommandOutput,
270
290
  } from "./commands/GetStreamingDistributionConfigCommand";
291
+ import {
292
+ GetVpcOriginCommandInput,
293
+ GetVpcOriginCommandOutput,
294
+ } from "./commands/GetVpcOriginCommand";
295
+ import {
296
+ ListAnycastIpListsCommandInput,
297
+ ListAnycastIpListsCommandOutput,
298
+ } from "./commands/ListAnycastIpListsCommand";
271
299
  import {
272
300
  ListCachePoliciesCommandInput,
273
301
  ListCachePoliciesCommandOutput,
@@ -284,6 +312,10 @@ import {
284
312
  ListContinuousDeploymentPoliciesCommandInput,
285
313
  ListContinuousDeploymentPoliciesCommandOutput,
286
314
  } from "./commands/ListContinuousDeploymentPoliciesCommand";
315
+ import {
316
+ ListDistributionsByAnycastIpListIdCommandInput,
317
+ ListDistributionsByAnycastIpListIdCommandOutput,
318
+ } from "./commands/ListDistributionsByAnycastIpListIdCommand";
287
319
  import {
288
320
  ListDistributionsByCachePolicyIdCommandInput,
289
321
  ListDistributionsByCachePolicyIdCommandOutput,
@@ -304,6 +336,10 @@ import {
304
336
  ListDistributionsByResponseHeadersPolicyIdCommandInput,
305
337
  ListDistributionsByResponseHeadersPolicyIdCommandOutput,
306
338
  } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
339
+ import {
340
+ ListDistributionsByVpcOriginIdCommandInput,
341
+ ListDistributionsByVpcOriginIdCommandOutput,
342
+ } from "./commands/ListDistributionsByVpcOriginIdCommand";
307
343
  import {
308
344
  ListDistributionsByWebACLIdCommandInput,
309
345
  ListDistributionsByWebACLIdCommandOutput,
@@ -364,6 +400,10 @@ import {
364
400
  ListTagsForResourceCommandInput,
365
401
  ListTagsForResourceCommandOutput,
366
402
  } from "./commands/ListTagsForResourceCommand";
403
+ import {
404
+ ListVpcOriginsCommandInput,
405
+ ListVpcOriginsCommandOutput,
406
+ } from "./commands/ListVpcOriginsCommand";
367
407
  import {
368
408
  PublishFunctionCommandInput,
369
409
  PublishFunctionCommandOutput,
@@ -444,6 +484,10 @@ import {
444
484
  UpdateStreamingDistributionCommandInput,
445
485
  UpdateStreamingDistributionCommandOutput,
446
486
  } from "./commands/UpdateStreamingDistributionCommand";
487
+ import {
488
+ UpdateVpcOriginCommandInput,
489
+ UpdateVpcOriginCommandOutput,
490
+ } from "./commands/UpdateVpcOriginCommand";
447
491
  export interface CloudFront {
448
492
  associateAlias(
449
493
  args: AssociateAliasCommandInput,
@@ -471,6 +515,19 @@ export interface CloudFront {
471
515
  options: __HttpHandlerOptions,
472
516
  cb: (err: any, data?: CopyDistributionCommandOutput) => void
473
517
  ): void;
518
+ createAnycastIpList(
519
+ args: CreateAnycastIpListCommandInput,
520
+ options?: __HttpHandlerOptions
521
+ ): Promise<CreateAnycastIpListCommandOutput>;
522
+ createAnycastIpList(
523
+ args: CreateAnycastIpListCommandInput,
524
+ cb: (err: any, data?: CreateAnycastIpListCommandOutput) => void
525
+ ): void;
526
+ createAnycastIpList(
527
+ args: CreateAnycastIpListCommandInput,
528
+ options: __HttpHandlerOptions,
529
+ cb: (err: any, data?: CreateAnycastIpListCommandOutput) => void
530
+ ): void;
474
531
  createCachePolicy(
475
532
  args: CreateCachePolicyCommandInput,
476
533
  options?: __HttpHandlerOptions
@@ -736,6 +793,32 @@ export interface CloudFront {
736
793
  data?: CreateStreamingDistributionWithTagsCommandOutput
737
794
  ) => void
738
795
  ): void;
796
+ createVpcOrigin(
797
+ args: CreateVpcOriginCommandInput,
798
+ options?: __HttpHandlerOptions
799
+ ): Promise<CreateVpcOriginCommandOutput>;
800
+ createVpcOrigin(
801
+ args: CreateVpcOriginCommandInput,
802
+ cb: (err: any, data?: CreateVpcOriginCommandOutput) => void
803
+ ): void;
804
+ createVpcOrigin(
805
+ args: CreateVpcOriginCommandInput,
806
+ options: __HttpHandlerOptions,
807
+ cb: (err: any, data?: CreateVpcOriginCommandOutput) => void
808
+ ): void;
809
+ deleteAnycastIpList(
810
+ args: DeleteAnycastIpListCommandInput,
811
+ options?: __HttpHandlerOptions
812
+ ): Promise<DeleteAnycastIpListCommandOutput>;
813
+ deleteAnycastIpList(
814
+ args: DeleteAnycastIpListCommandInput,
815
+ cb: (err: any, data?: DeleteAnycastIpListCommandOutput) => void
816
+ ): void;
817
+ deleteAnycastIpList(
818
+ args: DeleteAnycastIpListCommandInput,
819
+ options: __HttpHandlerOptions,
820
+ cb: (err: any, data?: DeleteAnycastIpListCommandOutput) => void
821
+ ): void;
739
822
  deleteCachePolicy(
740
823
  args: DeleteCachePolicyCommandInput,
741
824
  options?: __HttpHandlerOptions
@@ -957,6 +1040,19 @@ export interface CloudFront {
957
1040
  options: __HttpHandlerOptions,
958
1041
  cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void
959
1042
  ): void;
1043
+ deleteVpcOrigin(
1044
+ args: DeleteVpcOriginCommandInput,
1045
+ options?: __HttpHandlerOptions
1046
+ ): Promise<DeleteVpcOriginCommandOutput>;
1047
+ deleteVpcOrigin(
1048
+ args: DeleteVpcOriginCommandInput,
1049
+ cb: (err: any, data?: DeleteVpcOriginCommandOutput) => void
1050
+ ): void;
1051
+ deleteVpcOrigin(
1052
+ args: DeleteVpcOriginCommandInput,
1053
+ options: __HttpHandlerOptions,
1054
+ cb: (err: any, data?: DeleteVpcOriginCommandOutput) => void
1055
+ ): void;
960
1056
  describeFunction(
961
1057
  args: DescribeFunctionCommandInput,
962
1058
  options?: __HttpHandlerOptions
@@ -983,6 +1079,19 @@ export interface CloudFront {
983
1079
  options: __HttpHandlerOptions,
984
1080
  cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void
985
1081
  ): void;
1082
+ getAnycastIpList(
1083
+ args: GetAnycastIpListCommandInput,
1084
+ options?: __HttpHandlerOptions
1085
+ ): Promise<GetAnycastIpListCommandOutput>;
1086
+ getAnycastIpList(
1087
+ args: GetAnycastIpListCommandInput,
1088
+ cb: (err: any, data?: GetAnycastIpListCommandOutput) => void
1089
+ ): void;
1090
+ getAnycastIpList(
1091
+ args: GetAnycastIpListCommandInput,
1092
+ options: __HttpHandlerOptions,
1093
+ cb: (err: any, data?: GetAnycastIpListCommandOutput) => void
1094
+ ): void;
986
1095
  getCachePolicy(
987
1096
  args: GetCachePolicyCommandInput,
988
1097
  options?: __HttpHandlerOptions
@@ -1372,6 +1481,33 @@ export interface CloudFront {
1372
1481
  options: __HttpHandlerOptions,
1373
1482
  cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void
1374
1483
  ): void;
1484
+ getVpcOrigin(
1485
+ args: GetVpcOriginCommandInput,
1486
+ options?: __HttpHandlerOptions
1487
+ ): Promise<GetVpcOriginCommandOutput>;
1488
+ getVpcOrigin(
1489
+ args: GetVpcOriginCommandInput,
1490
+ cb: (err: any, data?: GetVpcOriginCommandOutput) => void
1491
+ ): void;
1492
+ getVpcOrigin(
1493
+ args: GetVpcOriginCommandInput,
1494
+ options: __HttpHandlerOptions,
1495
+ cb: (err: any, data?: GetVpcOriginCommandOutput) => void
1496
+ ): void;
1497
+ listAnycastIpLists(): Promise<ListAnycastIpListsCommandOutput>;
1498
+ listAnycastIpLists(
1499
+ args: ListAnycastIpListsCommandInput,
1500
+ options?: __HttpHandlerOptions
1501
+ ): Promise<ListAnycastIpListsCommandOutput>;
1502
+ listAnycastIpLists(
1503
+ args: ListAnycastIpListsCommandInput,
1504
+ cb: (err: any, data?: ListAnycastIpListsCommandOutput) => void
1505
+ ): void;
1506
+ listAnycastIpLists(
1507
+ args: ListAnycastIpListsCommandInput,
1508
+ options: __HttpHandlerOptions,
1509
+ cb: (err: any, data?: ListAnycastIpListsCommandOutput) => void
1510
+ ): void;
1375
1511
  listCachePolicies(): Promise<ListCachePoliciesCommandOutput>;
1376
1512
  listCachePolicies(
1377
1513
  args: ListCachePoliciesCommandInput,
@@ -1447,6 +1583,25 @@ export interface CloudFront {
1447
1583
  options: __HttpHandlerOptions,
1448
1584
  cb: (err: any, data?: ListDistributionsCommandOutput) => void
1449
1585
  ): void;
1586
+ listDistributionsByAnycastIpListId(
1587
+ args: ListDistributionsByAnycastIpListIdCommandInput,
1588
+ options?: __HttpHandlerOptions
1589
+ ): Promise<ListDistributionsByAnycastIpListIdCommandOutput>;
1590
+ listDistributionsByAnycastIpListId(
1591
+ args: ListDistributionsByAnycastIpListIdCommandInput,
1592
+ cb: (
1593
+ err: any,
1594
+ data?: ListDistributionsByAnycastIpListIdCommandOutput
1595
+ ) => void
1596
+ ): void;
1597
+ listDistributionsByAnycastIpListId(
1598
+ args: ListDistributionsByAnycastIpListIdCommandInput,
1599
+ options: __HttpHandlerOptions,
1600
+ cb: (
1601
+ err: any,
1602
+ data?: ListDistributionsByAnycastIpListIdCommandOutput
1603
+ ) => void
1604
+ ): void;
1450
1605
  listDistributionsByCachePolicyId(
1451
1606
  args: ListDistributionsByCachePolicyIdCommandInput,
1452
1607
  options?: __HttpHandlerOptions
@@ -1531,6 +1686,19 @@ export interface CloudFront {
1531
1686
  data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput
1532
1687
  ) => void
1533
1688
  ): void;
1689
+ listDistributionsByVpcOriginId(
1690
+ args: ListDistributionsByVpcOriginIdCommandInput,
1691
+ options?: __HttpHandlerOptions
1692
+ ): Promise<ListDistributionsByVpcOriginIdCommandOutput>;
1693
+ listDistributionsByVpcOriginId(
1694
+ args: ListDistributionsByVpcOriginIdCommandInput,
1695
+ cb: (err: any, data?: ListDistributionsByVpcOriginIdCommandOutput) => void
1696
+ ): void;
1697
+ listDistributionsByVpcOriginId(
1698
+ args: ListDistributionsByVpcOriginIdCommandInput,
1699
+ options: __HttpHandlerOptions,
1700
+ cb: (err: any, data?: ListDistributionsByVpcOriginIdCommandOutput) => void
1701
+ ): void;
1534
1702
  listDistributionsByWebACLId(
1535
1703
  args: ListDistributionsByWebACLIdCommandInput,
1536
1704
  options?: __HttpHandlerOptions
@@ -1724,6 +1892,20 @@ export interface CloudFront {
1724
1892
  options: __HttpHandlerOptions,
1725
1893
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1726
1894
  ): void;
1895
+ listVpcOrigins(): Promise<ListVpcOriginsCommandOutput>;
1896
+ listVpcOrigins(
1897
+ args: ListVpcOriginsCommandInput,
1898
+ options?: __HttpHandlerOptions
1899
+ ): Promise<ListVpcOriginsCommandOutput>;
1900
+ listVpcOrigins(
1901
+ args: ListVpcOriginsCommandInput,
1902
+ cb: (err: any, data?: ListVpcOriginsCommandOutput) => void
1903
+ ): void;
1904
+ listVpcOrigins(
1905
+ args: ListVpcOriginsCommandInput,
1906
+ options: __HttpHandlerOptions,
1907
+ cb: (err: any, data?: ListVpcOriginsCommandOutput) => void
1908
+ ): void;
1727
1909
  publishFunction(
1728
1910
  args: PublishFunctionCommandInput,
1729
1911
  options?: __HttpHandlerOptions
@@ -2003,6 +2185,19 @@ export interface CloudFront {
2003
2185
  options: __HttpHandlerOptions,
2004
2186
  cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void
2005
2187
  ): void;
2188
+ updateVpcOrigin(
2189
+ args: UpdateVpcOriginCommandInput,
2190
+ options?: __HttpHandlerOptions
2191
+ ): Promise<UpdateVpcOriginCommandOutput>;
2192
+ updateVpcOrigin(
2193
+ args: UpdateVpcOriginCommandInput,
2194
+ cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void
2195
+ ): void;
2196
+ updateVpcOrigin(
2197
+ args: UpdateVpcOriginCommandInput,
2198
+ options: __HttpHandlerOptions,
2199
+ cb: (err: any, data?: UpdateVpcOriginCommandOutput) => void
2200
+ ): void;
2006
2201
  }
2007
2202
  export declare class CloudFront
2008
2203
  extends CloudFrontClient