@aws-sdk/client-cloudfront 3.169.0 → 3.170.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 (124) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
  3. package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
  4. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
  25. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
  58. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
  64. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
  76. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
  92. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
  94. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -17
  102. package/dist-types/ts3.4/commands/index.d.ts +98 -98
  103. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  104. package/dist-types/ts3.4/index.d.ts +7 -7
  105. package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +8 -6
  106. package/dist-types/ts3.4/models/index.d.ts +2 -2
  107. package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
  108. package/dist-types/ts3.4/models/models_1.d.ts +2015 -1748
  109. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  110. package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  115. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  120. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  121. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
  122. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
  123. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
  124. package/package.json +36 -36
@@ -1,296 +1,1181 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "../commands/AssociateAliasCommand";
4
- import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "../commands/CreateCachePolicyCommand";
5
- import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "../commands/CreateCloudFrontOriginAccessIdentityCommand";
6
- import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "../commands/CreateDistributionCommand";
7
- import { CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput } from "../commands/CreateDistributionWithTagsCommand";
8
- import { CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput } from "../commands/CreateFieldLevelEncryptionConfigCommand";
9
- import { CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput } from "../commands/CreateFieldLevelEncryptionProfileCommand";
10
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
11
- import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "../commands/CreateInvalidationCommand";
12
- import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "../commands/CreateKeyGroupCommand";
13
- import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput } from "../commands/CreateMonitoringSubscriptionCommand";
14
- import { CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput } from "../commands/CreateOriginAccessControlCommand";
15
- import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "../commands/CreateOriginRequestPolicyCommand";
16
- import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "../commands/CreatePublicKeyCommand";
17
- import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "../commands/CreateRealtimeLogConfigCommand";
18
- import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "../commands/CreateResponseHeadersPolicyCommand";
19
- import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "../commands/CreateStreamingDistributionCommand";
20
- import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "../commands/CreateStreamingDistributionWithTagsCommand";
21
- import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "../commands/DeleteCachePolicyCommand";
22
- import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "../commands/DeleteCloudFrontOriginAccessIdentityCommand";
23
- import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "../commands/DeleteDistributionCommand";
24
- import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput } from "../commands/DeleteFieldLevelEncryptionConfigCommand";
25
- import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "../commands/DeleteFieldLevelEncryptionProfileCommand";
26
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
27
- import { DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput } from "../commands/DeleteKeyGroupCommand";
28
- import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput } from "../commands/DeleteMonitoringSubscriptionCommand";
29
- import { DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput } from "../commands/DeleteOriginAccessControlCommand";
30
- import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "../commands/DeleteOriginRequestPolicyCommand";
31
- import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "../commands/DeletePublicKeyCommand";
32
- import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "../commands/DeleteRealtimeLogConfigCommand";
33
- import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "../commands/DeleteResponseHeadersPolicyCommand";
34
- import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "../commands/DeleteStreamingDistributionCommand";
35
- import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "../commands/DescribeFunctionCommand";
36
- import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "../commands/GetCachePolicyCommand";
37
- import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "../commands/GetCachePolicyConfigCommand";
38
- import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "../commands/GetCloudFrontOriginAccessIdentityCommand";
39
- import { GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput } from "../commands/GetCloudFrontOriginAccessIdentityConfigCommand";
40
- import { GetDistributionCommandInput, GetDistributionCommandOutput } from "../commands/GetDistributionCommand";
41
- import { GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput } from "../commands/GetDistributionConfigCommand";
42
- import { GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput } from "../commands/GetFieldLevelEncryptionCommand";
43
- import { GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput } from "../commands/GetFieldLevelEncryptionConfigCommand";
44
- import { GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput } from "../commands/GetFieldLevelEncryptionProfileCommand";
45
- import { GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput } from "../commands/GetFieldLevelEncryptionProfileConfigCommand";
46
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
47
- import { GetInvalidationCommandInput, GetInvalidationCommandOutput } from "../commands/GetInvalidationCommand";
48
- import { GetKeyGroupCommandInput, GetKeyGroupCommandOutput } from "../commands/GetKeyGroupCommand";
49
- import { GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput } from "../commands/GetKeyGroupConfigCommand";
50
- import { GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput } from "../commands/GetMonitoringSubscriptionCommand";
51
- import { GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput } from "../commands/GetOriginAccessControlCommand";
52
- import { GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput } from "../commands/GetOriginAccessControlConfigCommand";
53
- import { GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput } from "../commands/GetOriginRequestPolicyCommand";
54
- import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput } from "../commands/GetOriginRequestPolicyConfigCommand";
55
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "../commands/GetPublicKeyCommand";
56
- import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "../commands/GetPublicKeyConfigCommand";
57
- import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "../commands/GetRealtimeLogConfigCommand";
58
- import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput } from "../commands/GetResponseHeadersPolicyCommand";
59
- import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "../commands/GetResponseHeadersPolicyConfigCommand";
60
- import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "../commands/GetStreamingDistributionCommand";
61
- import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "../commands/GetStreamingDistributionConfigCommand";
62
- import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "../commands/ListCachePoliciesCommand";
63
- import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "../commands/ListCloudFrontOriginAccessIdentitiesCommand";
64
- import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "../commands/ListConflictingAliasesCommand";
65
- import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "../commands/ListDistributionsByCachePolicyIdCommand";
66
- import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "../commands/ListDistributionsByKeyGroupCommand";
67
- import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "../commands/ListDistributionsByOriginRequestPolicyIdCommand";
68
- import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "../commands/ListDistributionsByRealtimeLogConfigCommand";
69
- import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "../commands/ListDistributionsByResponseHeadersPolicyIdCommand";
70
- import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "../commands/ListDistributionsByWebACLIdCommand";
71
- import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "../commands/ListDistributionsCommand";
72
- import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "../commands/ListFieldLevelEncryptionConfigsCommand";
73
- import { ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput } from "../commands/ListFieldLevelEncryptionProfilesCommand";
74
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
75
- import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "../commands/ListInvalidationsCommand";
76
- import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "../commands/ListKeyGroupsCommand";
77
- import { ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput } from "../commands/ListOriginAccessControlsCommand";
78
- import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "../commands/ListOriginRequestPoliciesCommand";
79
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
80
- import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "../commands/ListRealtimeLogConfigsCommand";
81
- import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "../commands/ListResponseHeadersPoliciesCommand";
82
- import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "../commands/ListStreamingDistributionsCommand";
83
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
84
- import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "../commands/PublishFunctionCommand";
85
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
86
- import { TestFunctionCommandInput, TestFunctionCommandOutput } from "../commands/TestFunctionCommand";
87
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
88
- import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "../commands/UpdateCachePolicyCommand";
89
- import { UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput } from "../commands/UpdateCloudFrontOriginAccessIdentityCommand";
90
- import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "../commands/UpdateDistributionCommand";
91
- import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput } from "../commands/UpdateFieldLevelEncryptionConfigCommand";
92
- import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "../commands/UpdateFieldLevelEncryptionProfileCommand";
93
- import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../commands/UpdateFunctionCommand";
94
- import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "../commands/UpdateKeyGroupCommand";
95
- import { UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput } from "../commands/UpdateOriginAccessControlCommand";
96
- import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "../commands/UpdateOriginRequestPolicyCommand";
97
- import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "../commands/UpdatePublicKeyCommand";
98
- import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "../commands/UpdateRealtimeLogConfigCommand";
99
- import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "../commands/UpdateResponseHeadersPolicyCommand";
100
- import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "../commands/UpdateStreamingDistributionCommand";
101
- export declare const serializeAws_restXmlAssociateAliasCommand: (input: AssociateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restXmlCreateCachePolicyCommand: (input: CreateCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (input: CreateCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restXmlCreateDistributionCommand: (input: CreateDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restXmlCreateDistributionWithTagsCommand: (input: CreateDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (input: CreateFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (input: CreateFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restXmlCreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restXmlCreateInvalidationCommand: (input: CreateInvalidationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restXmlCreateKeyGroupCommand: (input: CreateKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restXmlCreateMonitoringSubscriptionCommand: (input: CreateMonitoringSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restXmlCreateOriginAccessControlCommand: (input: CreateOriginAccessControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restXmlCreateOriginRequestPolicyCommand: (input: CreateOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restXmlCreatePublicKeyCommand: (input: CreatePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restXmlCreateRealtimeLogConfigCommand: (input: CreateRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restXmlCreateResponseHeadersPolicyCommand: (input: CreateResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restXmlCreateStreamingDistributionCommand: (input: CreateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (input: CreateStreamingDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restXmlDeleteCachePolicyCommand: (input: DeleteCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (input: DeleteCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restXmlDeleteDistributionCommand: (input: DeleteDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (input: DeleteFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (input: DeleteFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restXmlDeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restXmlDeleteKeyGroupCommand: (input: DeleteKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restXmlDeleteMonitoringSubscriptionCommand: (input: DeleteMonitoringSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restXmlDeleteOriginAccessControlCommand: (input: DeleteOriginAccessControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restXmlDeleteOriginRequestPolicyCommand: (input: DeleteOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restXmlDeletePublicKeyCommand: (input: DeletePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restXmlDeleteRealtimeLogConfigCommand: (input: DeleteRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restXmlDeleteResponseHeadersPolicyCommand: (input: DeleteResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restXmlDeleteStreamingDistributionCommand: (input: DeleteStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restXmlDescribeFunctionCommand: (input: DescribeFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restXmlGetCachePolicyCommand: (input: GetCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restXmlGetCachePolicyConfigCommand: (input: GetCachePolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (input: GetCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (input: GetCloudFrontOriginAccessIdentityConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restXmlGetDistributionCommand: (input: GetDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restXmlGetDistributionConfigCommand: (input: GetDistributionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restXmlGetFieldLevelEncryptionCommand: (input: GetFieldLevelEncryptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (input: GetFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (input: GetFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (input: GetFieldLevelEncryptionProfileConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restXmlGetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restXmlGetInvalidationCommand: (input: GetInvalidationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restXmlGetKeyGroupCommand: (input: GetKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restXmlGetKeyGroupConfigCommand: (input: GetKeyGroupConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restXmlGetMonitoringSubscriptionCommand: (input: GetMonitoringSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restXmlGetOriginAccessControlCommand: (input: GetOriginAccessControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restXmlGetOriginAccessControlConfigCommand: (input: GetOriginAccessControlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restXmlGetOriginRequestPolicyCommand: (input: GetOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restXmlGetOriginRequestPolicyConfigCommand: (input: GetOriginRequestPolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restXmlGetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restXmlGetPublicKeyConfigCommand: (input: GetPublicKeyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restXmlGetRealtimeLogConfigCommand: (input: GetRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restXmlGetResponseHeadersPolicyCommand: (input: GetResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (input: GetResponseHeadersPolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restXmlGetStreamingDistributionCommand: (input: GetStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restXmlGetStreamingDistributionConfigCommand: (input: GetStreamingDistributionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restXmlListCachePoliciesCommand: (input: ListCachePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (input: ListCloudFrontOriginAccessIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restXmlListConflictingAliasesCommand: (input: ListConflictingAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restXmlListDistributionsCommand: (input: ListDistributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restXmlListDistributionsByCachePolicyIdCommand: (input: ListDistributionsByCachePolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restXmlListDistributionsByKeyGroupCommand: (input: ListDistributionsByKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (input: ListDistributionsByOriginRequestPolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (input: ListDistributionsByRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (input: ListDistributionsByResponseHeadersPolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restXmlListDistributionsByWebACLIdCommand: (input: ListDistributionsByWebACLIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (input: ListFieldLevelEncryptionConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (input: ListFieldLevelEncryptionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restXmlListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restXmlListInvalidationsCommand: (input: ListInvalidationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restXmlListKeyGroupsCommand: (input: ListKeyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restXmlListOriginAccessControlsCommand: (input: ListOriginAccessControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restXmlListOriginRequestPoliciesCommand: (input: ListOriginRequestPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restXmlListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restXmlListRealtimeLogConfigsCommand: (input: ListRealtimeLogConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restXmlListResponseHeadersPoliciesCommand: (input: ListResponseHeadersPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restXmlListStreamingDistributionsCommand: (input: ListStreamingDistributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restXmlListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restXmlPublishFunctionCommand: (input: PublishFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restXmlTagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restXmlTestFunctionCommand: (input: TestFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restXmlUntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restXmlUpdateCachePolicyCommand: (input: UpdateCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (input: UpdateCloudFrontOriginAccessIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_restXmlUpdateDistributionCommand: (input: UpdateDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (input: UpdateFieldLevelEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (input: UpdateFieldLevelEncryptionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_restXmlUpdateFunctionCommand: (input: UpdateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_restXmlUpdateKeyGroupCommand: (input: UpdateKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_restXmlUpdateOriginAccessControlCommand: (input: UpdateOriginAccessControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restXmlUpdateOriginRequestPolicyCommand: (input: UpdateOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restXmlUpdatePublicKeyCommand: (input: UpdatePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restXmlUpdateRealtimeLogConfigCommand: (input: UpdateRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restXmlUpdateResponseHeadersPolicyCommand: (input: UpdateResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restXmlUpdateStreamingDistributionCommand: (input: UpdateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const deserializeAws_restXmlAssociateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAliasCommandOutput>;
200
- export declare const deserializeAws_restXmlCreateCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachePolicyCommandOutput>;
201
- export declare const deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
202
- export declare const deserializeAws_restXmlCreateDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionCommandOutput>;
203
- export declare const deserializeAws_restXmlCreateDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionWithTagsCommandOutput>;
204
- export declare const deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
205
- export declare const deserializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFieldLevelEncryptionProfileCommandOutput>;
206
- export declare const deserializeAws_restXmlCreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
207
- export declare const deserializeAws_restXmlCreateInvalidationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInvalidationCommandOutput>;
208
- export declare const deserializeAws_restXmlCreateKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyGroupCommandOutput>;
209
- export declare const deserializeAws_restXmlCreateMonitoringSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitoringSubscriptionCommandOutput>;
210
- export declare const deserializeAws_restXmlCreateOriginAccessControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOriginAccessControlCommandOutput>;
211
- export declare const deserializeAws_restXmlCreateOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOriginRequestPolicyCommandOutput>;
212
- export declare const deserializeAws_restXmlCreatePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicKeyCommandOutput>;
213
- export declare const deserializeAws_restXmlCreateRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRealtimeLogConfigCommandOutput>;
214
- export declare const deserializeAws_restXmlCreateResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponseHeadersPolicyCommandOutput>;
215
- export declare const deserializeAws_restXmlCreateStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionCommandOutput>;
216
- export declare const deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
217
- export declare const deserializeAws_restXmlDeleteCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCachePolicyCommandOutput>;
218
- export declare const deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
219
- export declare const deserializeAws_restXmlDeleteDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDistributionCommandOutput>;
220
- export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
221
- export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
222
- export declare const deserializeAws_restXmlDeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
223
- export declare const deserializeAws_restXmlDeleteKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyGroupCommandOutput>;
224
- export declare const deserializeAws_restXmlDeleteMonitoringSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitoringSubscriptionCommandOutput>;
225
- export declare const deserializeAws_restXmlDeleteOriginAccessControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOriginAccessControlCommandOutput>;
226
- export declare const deserializeAws_restXmlDeleteOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOriginRequestPolicyCommandOutput>;
227
- export declare const deserializeAws_restXmlDeletePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicKeyCommandOutput>;
228
- export declare const deserializeAws_restXmlDeleteRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRealtimeLogConfigCommandOutput>;
229
- export declare const deserializeAws_restXmlDeleteResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponseHeadersPolicyCommandOutput>;
230
- export declare const deserializeAws_restXmlDeleteStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamingDistributionCommandOutput>;
231
- export declare const deserializeAws_restXmlDescribeFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFunctionCommandOutput>;
232
- export declare const deserializeAws_restXmlGetCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCachePolicyCommandOutput>;
233
- export declare const deserializeAws_restXmlGetCachePolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCachePolicyConfigCommandOutput>;
234
- export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
235
- export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
236
- export declare const deserializeAws_restXmlGetDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionCommandOutput>;
237
- export declare const deserializeAws_restXmlGetDistributionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDistributionConfigCommandOutput>;
238
- export declare const deserializeAws_restXmlGetFieldLevelEncryptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFieldLevelEncryptionCommandOutput>;
239
- export declare const deserializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFieldLevelEncryptionConfigCommandOutput>;
240
- export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFieldLevelEncryptionProfileCommandOutput>;
241
- export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFieldLevelEncryptionProfileConfigCommandOutput>;
242
- export declare const deserializeAws_restXmlGetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
243
- export declare const deserializeAws_restXmlGetInvalidationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvalidationCommandOutput>;
244
- export declare const deserializeAws_restXmlGetKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyGroupCommandOutput>;
245
- export declare const deserializeAws_restXmlGetKeyGroupConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyGroupConfigCommandOutput>;
246
- export declare const deserializeAws_restXmlGetMonitoringSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMonitoringSubscriptionCommandOutput>;
247
- export declare const deserializeAws_restXmlGetOriginAccessControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOriginAccessControlCommandOutput>;
248
- export declare const deserializeAws_restXmlGetOriginAccessControlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOriginAccessControlConfigCommandOutput>;
249
- export declare const deserializeAws_restXmlGetOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOriginRequestPolicyCommandOutput>;
250
- export declare const deserializeAws_restXmlGetOriginRequestPolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOriginRequestPolicyConfigCommandOutput>;
251
- export declare const deserializeAws_restXmlGetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
252
- export declare const deserializeAws_restXmlGetPublicKeyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyConfigCommandOutput>;
253
- export declare const deserializeAws_restXmlGetRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRealtimeLogConfigCommandOutput>;
254
- export declare const deserializeAws_restXmlGetResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponseHeadersPolicyCommandOutput>;
255
- export declare const deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponseHeadersPolicyConfigCommandOutput>;
256
- export declare const deserializeAws_restXmlGetStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamingDistributionCommandOutput>;
257
- export declare const deserializeAws_restXmlGetStreamingDistributionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamingDistributionConfigCommandOutput>;
258
- export declare const deserializeAws_restXmlListCachePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCachePoliciesCommandOutput>;
259
- export declare const deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
260
- export declare const deserializeAws_restXmlListConflictingAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConflictingAliasesCommandOutput>;
261
- export declare const deserializeAws_restXmlListDistributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsCommandOutput>;
262
- export declare const deserializeAws_restXmlListDistributionsByCachePolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByCachePolicyIdCommandOutput>;
263
- export declare const deserializeAws_restXmlListDistributionsByKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByKeyGroupCommandOutput>;
264
- export declare const deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByOriginRequestPolicyIdCommandOutput>;
265
- export declare const deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
266
- export declare const deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
267
- export declare const deserializeAws_restXmlListDistributionsByWebACLIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByWebACLIdCommandOutput>;
268
- export declare const deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
269
- export declare const deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
270
- export declare const deserializeAws_restXmlListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
271
- export declare const deserializeAws_restXmlListInvalidationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvalidationsCommandOutput>;
272
- export declare const deserializeAws_restXmlListKeyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyGroupsCommandOutput>;
273
- export declare const deserializeAws_restXmlListOriginAccessControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginAccessControlsCommandOutput>;
274
- export declare const deserializeAws_restXmlListOriginRequestPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginRequestPoliciesCommandOutput>;
275
- export declare const deserializeAws_restXmlListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
276
- export declare const deserializeAws_restXmlListRealtimeLogConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRealtimeLogConfigsCommandOutput>;
277
- export declare const deserializeAws_restXmlListResponseHeadersPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponseHeadersPoliciesCommandOutput>;
278
- export declare const deserializeAws_restXmlListStreamingDistributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamingDistributionsCommandOutput>;
279
- export declare const deserializeAws_restXmlListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
280
- export declare const deserializeAws_restXmlPublishFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishFunctionCommandOutput>;
281
- export declare const deserializeAws_restXmlTagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
282
- export declare const deserializeAws_restXmlTestFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestFunctionCommandOutput>;
283
- export declare const deserializeAws_restXmlUntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
284
- export declare const deserializeAws_restXmlUpdateCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCachePolicyCommandOutput>;
285
- export declare const deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
286
- export declare const deserializeAws_restXmlUpdateDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDistributionCommandOutput>;
287
- export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
288
- export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
289
- export declare const deserializeAws_restXmlUpdateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCommandOutput>;
290
- export declare const deserializeAws_restXmlUpdateKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyGroupCommandOutput>;
291
- export declare const deserializeAws_restXmlUpdateOriginAccessControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOriginAccessControlCommandOutput>;
292
- export declare const deserializeAws_restXmlUpdateOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOriginRequestPolicyCommandOutput>;
293
- export declare const deserializeAws_restXmlUpdatePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicKeyCommandOutput>;
294
- export declare const deserializeAws_restXmlUpdateRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRealtimeLogConfigCommandOutput>;
295
- export declare const deserializeAws_restXmlUpdateResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponseHeadersPolicyCommandOutput>;
296
- export declare const deserializeAws_restXmlUpdateStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamingDistributionCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateAliasCommandInput,
8
+ AssociateAliasCommandOutput,
9
+ } from "../commands/AssociateAliasCommand";
10
+ import {
11
+ CreateCachePolicyCommandInput,
12
+ CreateCachePolicyCommandOutput,
13
+ } from "../commands/CreateCachePolicyCommand";
14
+ import {
15
+ CreateCloudFrontOriginAccessIdentityCommandInput,
16
+ CreateCloudFrontOriginAccessIdentityCommandOutput,
17
+ } from "../commands/CreateCloudFrontOriginAccessIdentityCommand";
18
+ import {
19
+ CreateDistributionCommandInput,
20
+ CreateDistributionCommandOutput,
21
+ } from "../commands/CreateDistributionCommand";
22
+ import {
23
+ CreateDistributionWithTagsCommandInput,
24
+ CreateDistributionWithTagsCommandOutput,
25
+ } from "../commands/CreateDistributionWithTagsCommand";
26
+ import {
27
+ CreateFieldLevelEncryptionConfigCommandInput,
28
+ CreateFieldLevelEncryptionConfigCommandOutput,
29
+ } from "../commands/CreateFieldLevelEncryptionConfigCommand";
30
+ import {
31
+ CreateFieldLevelEncryptionProfileCommandInput,
32
+ CreateFieldLevelEncryptionProfileCommandOutput,
33
+ } from "../commands/CreateFieldLevelEncryptionProfileCommand";
34
+ import {
35
+ CreateFunctionCommandInput,
36
+ CreateFunctionCommandOutput,
37
+ } from "../commands/CreateFunctionCommand";
38
+ import {
39
+ CreateInvalidationCommandInput,
40
+ CreateInvalidationCommandOutput,
41
+ } from "../commands/CreateInvalidationCommand";
42
+ import {
43
+ CreateKeyGroupCommandInput,
44
+ CreateKeyGroupCommandOutput,
45
+ } from "../commands/CreateKeyGroupCommand";
46
+ import {
47
+ CreateMonitoringSubscriptionCommandInput,
48
+ CreateMonitoringSubscriptionCommandOutput,
49
+ } from "../commands/CreateMonitoringSubscriptionCommand";
50
+ import {
51
+ CreateOriginAccessControlCommandInput,
52
+ CreateOriginAccessControlCommandOutput,
53
+ } from "../commands/CreateOriginAccessControlCommand";
54
+ import {
55
+ CreateOriginRequestPolicyCommandInput,
56
+ CreateOriginRequestPolicyCommandOutput,
57
+ } from "../commands/CreateOriginRequestPolicyCommand";
58
+ import {
59
+ CreatePublicKeyCommandInput,
60
+ CreatePublicKeyCommandOutput,
61
+ } from "../commands/CreatePublicKeyCommand";
62
+ import {
63
+ CreateRealtimeLogConfigCommandInput,
64
+ CreateRealtimeLogConfigCommandOutput,
65
+ } from "../commands/CreateRealtimeLogConfigCommand";
66
+ import {
67
+ CreateResponseHeadersPolicyCommandInput,
68
+ CreateResponseHeadersPolicyCommandOutput,
69
+ } from "../commands/CreateResponseHeadersPolicyCommand";
70
+ import {
71
+ CreateStreamingDistributionCommandInput,
72
+ CreateStreamingDistributionCommandOutput,
73
+ } from "../commands/CreateStreamingDistributionCommand";
74
+ import {
75
+ CreateStreamingDistributionWithTagsCommandInput,
76
+ CreateStreamingDistributionWithTagsCommandOutput,
77
+ } from "../commands/CreateStreamingDistributionWithTagsCommand";
78
+ import {
79
+ DeleteCachePolicyCommandInput,
80
+ DeleteCachePolicyCommandOutput,
81
+ } from "../commands/DeleteCachePolicyCommand";
82
+ import {
83
+ DeleteCloudFrontOriginAccessIdentityCommandInput,
84
+ DeleteCloudFrontOriginAccessIdentityCommandOutput,
85
+ } from "../commands/DeleteCloudFrontOriginAccessIdentityCommand";
86
+ import {
87
+ DeleteDistributionCommandInput,
88
+ DeleteDistributionCommandOutput,
89
+ } from "../commands/DeleteDistributionCommand";
90
+ import {
91
+ DeleteFieldLevelEncryptionConfigCommandInput,
92
+ DeleteFieldLevelEncryptionConfigCommandOutput,
93
+ } from "../commands/DeleteFieldLevelEncryptionConfigCommand";
94
+ import {
95
+ DeleteFieldLevelEncryptionProfileCommandInput,
96
+ DeleteFieldLevelEncryptionProfileCommandOutput,
97
+ } from "../commands/DeleteFieldLevelEncryptionProfileCommand";
98
+ import {
99
+ DeleteFunctionCommandInput,
100
+ DeleteFunctionCommandOutput,
101
+ } from "../commands/DeleteFunctionCommand";
102
+ import {
103
+ DeleteKeyGroupCommandInput,
104
+ DeleteKeyGroupCommandOutput,
105
+ } from "../commands/DeleteKeyGroupCommand";
106
+ import {
107
+ DeleteMonitoringSubscriptionCommandInput,
108
+ DeleteMonitoringSubscriptionCommandOutput,
109
+ } from "../commands/DeleteMonitoringSubscriptionCommand";
110
+ import {
111
+ DeleteOriginAccessControlCommandInput,
112
+ DeleteOriginAccessControlCommandOutput,
113
+ } from "../commands/DeleteOriginAccessControlCommand";
114
+ import {
115
+ DeleteOriginRequestPolicyCommandInput,
116
+ DeleteOriginRequestPolicyCommandOutput,
117
+ } from "../commands/DeleteOriginRequestPolicyCommand";
118
+ import {
119
+ DeletePublicKeyCommandInput,
120
+ DeletePublicKeyCommandOutput,
121
+ } from "../commands/DeletePublicKeyCommand";
122
+ import {
123
+ DeleteRealtimeLogConfigCommandInput,
124
+ DeleteRealtimeLogConfigCommandOutput,
125
+ } from "../commands/DeleteRealtimeLogConfigCommand";
126
+ import {
127
+ DeleteResponseHeadersPolicyCommandInput,
128
+ DeleteResponseHeadersPolicyCommandOutput,
129
+ } from "../commands/DeleteResponseHeadersPolicyCommand";
130
+ import {
131
+ DeleteStreamingDistributionCommandInput,
132
+ DeleteStreamingDistributionCommandOutput,
133
+ } from "../commands/DeleteStreamingDistributionCommand";
134
+ import {
135
+ DescribeFunctionCommandInput,
136
+ DescribeFunctionCommandOutput,
137
+ } from "../commands/DescribeFunctionCommand";
138
+ import {
139
+ GetCachePolicyCommandInput,
140
+ GetCachePolicyCommandOutput,
141
+ } from "../commands/GetCachePolicyCommand";
142
+ import {
143
+ GetCachePolicyConfigCommandInput,
144
+ GetCachePolicyConfigCommandOutput,
145
+ } from "../commands/GetCachePolicyConfigCommand";
146
+ import {
147
+ GetCloudFrontOriginAccessIdentityCommandInput,
148
+ GetCloudFrontOriginAccessIdentityCommandOutput,
149
+ } from "../commands/GetCloudFrontOriginAccessIdentityCommand";
150
+ import {
151
+ GetCloudFrontOriginAccessIdentityConfigCommandInput,
152
+ GetCloudFrontOriginAccessIdentityConfigCommandOutput,
153
+ } from "../commands/GetCloudFrontOriginAccessIdentityConfigCommand";
154
+ import {
155
+ GetDistributionCommandInput,
156
+ GetDistributionCommandOutput,
157
+ } from "../commands/GetDistributionCommand";
158
+ import {
159
+ GetDistributionConfigCommandInput,
160
+ GetDistributionConfigCommandOutput,
161
+ } from "../commands/GetDistributionConfigCommand";
162
+ import {
163
+ GetFieldLevelEncryptionCommandInput,
164
+ GetFieldLevelEncryptionCommandOutput,
165
+ } from "../commands/GetFieldLevelEncryptionCommand";
166
+ import {
167
+ GetFieldLevelEncryptionConfigCommandInput,
168
+ GetFieldLevelEncryptionConfigCommandOutput,
169
+ } from "../commands/GetFieldLevelEncryptionConfigCommand";
170
+ import {
171
+ GetFieldLevelEncryptionProfileCommandInput,
172
+ GetFieldLevelEncryptionProfileCommandOutput,
173
+ } from "../commands/GetFieldLevelEncryptionProfileCommand";
174
+ import {
175
+ GetFieldLevelEncryptionProfileConfigCommandInput,
176
+ GetFieldLevelEncryptionProfileConfigCommandOutput,
177
+ } from "../commands/GetFieldLevelEncryptionProfileConfigCommand";
178
+ import {
179
+ GetFunctionCommandInput,
180
+ GetFunctionCommandOutput,
181
+ } from "../commands/GetFunctionCommand";
182
+ import {
183
+ GetInvalidationCommandInput,
184
+ GetInvalidationCommandOutput,
185
+ } from "../commands/GetInvalidationCommand";
186
+ import {
187
+ GetKeyGroupCommandInput,
188
+ GetKeyGroupCommandOutput,
189
+ } from "../commands/GetKeyGroupCommand";
190
+ import {
191
+ GetKeyGroupConfigCommandInput,
192
+ GetKeyGroupConfigCommandOutput,
193
+ } from "../commands/GetKeyGroupConfigCommand";
194
+ import {
195
+ GetMonitoringSubscriptionCommandInput,
196
+ GetMonitoringSubscriptionCommandOutput,
197
+ } from "../commands/GetMonitoringSubscriptionCommand";
198
+ import {
199
+ GetOriginAccessControlCommandInput,
200
+ GetOriginAccessControlCommandOutput,
201
+ } from "../commands/GetOriginAccessControlCommand";
202
+ import {
203
+ GetOriginAccessControlConfigCommandInput,
204
+ GetOriginAccessControlConfigCommandOutput,
205
+ } from "../commands/GetOriginAccessControlConfigCommand";
206
+ import {
207
+ GetOriginRequestPolicyCommandInput,
208
+ GetOriginRequestPolicyCommandOutput,
209
+ } from "../commands/GetOriginRequestPolicyCommand";
210
+ import {
211
+ GetOriginRequestPolicyConfigCommandInput,
212
+ GetOriginRequestPolicyConfigCommandOutput,
213
+ } from "../commands/GetOriginRequestPolicyConfigCommand";
214
+ import {
215
+ GetPublicKeyCommandInput,
216
+ GetPublicKeyCommandOutput,
217
+ } from "../commands/GetPublicKeyCommand";
218
+ import {
219
+ GetPublicKeyConfigCommandInput,
220
+ GetPublicKeyConfigCommandOutput,
221
+ } from "../commands/GetPublicKeyConfigCommand";
222
+ import {
223
+ GetRealtimeLogConfigCommandInput,
224
+ GetRealtimeLogConfigCommandOutput,
225
+ } from "../commands/GetRealtimeLogConfigCommand";
226
+ import {
227
+ GetResponseHeadersPolicyCommandInput,
228
+ GetResponseHeadersPolicyCommandOutput,
229
+ } from "../commands/GetResponseHeadersPolicyCommand";
230
+ import {
231
+ GetResponseHeadersPolicyConfigCommandInput,
232
+ GetResponseHeadersPolicyConfigCommandOutput,
233
+ } from "../commands/GetResponseHeadersPolicyConfigCommand";
234
+ import {
235
+ GetStreamingDistributionCommandInput,
236
+ GetStreamingDistributionCommandOutput,
237
+ } from "../commands/GetStreamingDistributionCommand";
238
+ import {
239
+ GetStreamingDistributionConfigCommandInput,
240
+ GetStreamingDistributionConfigCommandOutput,
241
+ } from "../commands/GetStreamingDistributionConfigCommand";
242
+ import {
243
+ ListCachePoliciesCommandInput,
244
+ ListCachePoliciesCommandOutput,
245
+ } from "../commands/ListCachePoliciesCommand";
246
+ import {
247
+ ListCloudFrontOriginAccessIdentitiesCommandInput,
248
+ ListCloudFrontOriginAccessIdentitiesCommandOutput,
249
+ } from "../commands/ListCloudFrontOriginAccessIdentitiesCommand";
250
+ import {
251
+ ListConflictingAliasesCommandInput,
252
+ ListConflictingAliasesCommandOutput,
253
+ } from "../commands/ListConflictingAliasesCommand";
254
+ import {
255
+ ListDistributionsByCachePolicyIdCommandInput,
256
+ ListDistributionsByCachePolicyIdCommandOutput,
257
+ } from "../commands/ListDistributionsByCachePolicyIdCommand";
258
+ import {
259
+ ListDistributionsByKeyGroupCommandInput,
260
+ ListDistributionsByKeyGroupCommandOutput,
261
+ } from "../commands/ListDistributionsByKeyGroupCommand";
262
+ import {
263
+ ListDistributionsByOriginRequestPolicyIdCommandInput,
264
+ ListDistributionsByOriginRequestPolicyIdCommandOutput,
265
+ } from "../commands/ListDistributionsByOriginRequestPolicyIdCommand";
266
+ import {
267
+ ListDistributionsByRealtimeLogConfigCommandInput,
268
+ ListDistributionsByRealtimeLogConfigCommandOutput,
269
+ } from "../commands/ListDistributionsByRealtimeLogConfigCommand";
270
+ import {
271
+ ListDistributionsByResponseHeadersPolicyIdCommandInput,
272
+ ListDistributionsByResponseHeadersPolicyIdCommandOutput,
273
+ } from "../commands/ListDistributionsByResponseHeadersPolicyIdCommand";
274
+ import {
275
+ ListDistributionsByWebACLIdCommandInput,
276
+ ListDistributionsByWebACLIdCommandOutput,
277
+ } from "../commands/ListDistributionsByWebACLIdCommand";
278
+ import {
279
+ ListDistributionsCommandInput,
280
+ ListDistributionsCommandOutput,
281
+ } from "../commands/ListDistributionsCommand";
282
+ import {
283
+ ListFieldLevelEncryptionConfigsCommandInput,
284
+ ListFieldLevelEncryptionConfigsCommandOutput,
285
+ } from "../commands/ListFieldLevelEncryptionConfigsCommand";
286
+ import {
287
+ ListFieldLevelEncryptionProfilesCommandInput,
288
+ ListFieldLevelEncryptionProfilesCommandOutput,
289
+ } from "../commands/ListFieldLevelEncryptionProfilesCommand";
290
+ import {
291
+ ListFunctionsCommandInput,
292
+ ListFunctionsCommandOutput,
293
+ } from "../commands/ListFunctionsCommand";
294
+ import {
295
+ ListInvalidationsCommandInput,
296
+ ListInvalidationsCommandOutput,
297
+ } from "../commands/ListInvalidationsCommand";
298
+ import {
299
+ ListKeyGroupsCommandInput,
300
+ ListKeyGroupsCommandOutput,
301
+ } from "../commands/ListKeyGroupsCommand";
302
+ import {
303
+ ListOriginAccessControlsCommandInput,
304
+ ListOriginAccessControlsCommandOutput,
305
+ } from "../commands/ListOriginAccessControlsCommand";
306
+ import {
307
+ ListOriginRequestPoliciesCommandInput,
308
+ ListOriginRequestPoliciesCommandOutput,
309
+ } from "../commands/ListOriginRequestPoliciesCommand";
310
+ import {
311
+ ListPublicKeysCommandInput,
312
+ ListPublicKeysCommandOutput,
313
+ } from "../commands/ListPublicKeysCommand";
314
+ import {
315
+ ListRealtimeLogConfigsCommandInput,
316
+ ListRealtimeLogConfigsCommandOutput,
317
+ } from "../commands/ListRealtimeLogConfigsCommand";
318
+ import {
319
+ ListResponseHeadersPoliciesCommandInput,
320
+ ListResponseHeadersPoliciesCommandOutput,
321
+ } from "../commands/ListResponseHeadersPoliciesCommand";
322
+ import {
323
+ ListStreamingDistributionsCommandInput,
324
+ ListStreamingDistributionsCommandOutput,
325
+ } from "../commands/ListStreamingDistributionsCommand";
326
+ import {
327
+ ListTagsForResourceCommandInput,
328
+ ListTagsForResourceCommandOutput,
329
+ } from "../commands/ListTagsForResourceCommand";
330
+ import {
331
+ PublishFunctionCommandInput,
332
+ PublishFunctionCommandOutput,
333
+ } from "../commands/PublishFunctionCommand";
334
+ import {
335
+ TagResourceCommandInput,
336
+ TagResourceCommandOutput,
337
+ } from "../commands/TagResourceCommand";
338
+ import {
339
+ TestFunctionCommandInput,
340
+ TestFunctionCommandOutput,
341
+ } from "../commands/TestFunctionCommand";
342
+ import {
343
+ UntagResourceCommandInput,
344
+ UntagResourceCommandOutput,
345
+ } from "../commands/UntagResourceCommand";
346
+ import {
347
+ UpdateCachePolicyCommandInput,
348
+ UpdateCachePolicyCommandOutput,
349
+ } from "../commands/UpdateCachePolicyCommand";
350
+ import {
351
+ UpdateCloudFrontOriginAccessIdentityCommandInput,
352
+ UpdateCloudFrontOriginAccessIdentityCommandOutput,
353
+ } from "../commands/UpdateCloudFrontOriginAccessIdentityCommand";
354
+ import {
355
+ UpdateDistributionCommandInput,
356
+ UpdateDistributionCommandOutput,
357
+ } from "../commands/UpdateDistributionCommand";
358
+ import {
359
+ UpdateFieldLevelEncryptionConfigCommandInput,
360
+ UpdateFieldLevelEncryptionConfigCommandOutput,
361
+ } from "../commands/UpdateFieldLevelEncryptionConfigCommand";
362
+ import {
363
+ UpdateFieldLevelEncryptionProfileCommandInput,
364
+ UpdateFieldLevelEncryptionProfileCommandOutput,
365
+ } from "../commands/UpdateFieldLevelEncryptionProfileCommand";
366
+ import {
367
+ UpdateFunctionCommandInput,
368
+ UpdateFunctionCommandOutput,
369
+ } from "../commands/UpdateFunctionCommand";
370
+ import {
371
+ UpdateKeyGroupCommandInput,
372
+ UpdateKeyGroupCommandOutput,
373
+ } from "../commands/UpdateKeyGroupCommand";
374
+ import {
375
+ UpdateOriginAccessControlCommandInput,
376
+ UpdateOriginAccessControlCommandOutput,
377
+ } from "../commands/UpdateOriginAccessControlCommand";
378
+ import {
379
+ UpdateOriginRequestPolicyCommandInput,
380
+ UpdateOriginRequestPolicyCommandOutput,
381
+ } from "../commands/UpdateOriginRequestPolicyCommand";
382
+ import {
383
+ UpdatePublicKeyCommandInput,
384
+ UpdatePublicKeyCommandOutput,
385
+ } from "../commands/UpdatePublicKeyCommand";
386
+ import {
387
+ UpdateRealtimeLogConfigCommandInput,
388
+ UpdateRealtimeLogConfigCommandOutput,
389
+ } from "../commands/UpdateRealtimeLogConfigCommand";
390
+ import {
391
+ UpdateResponseHeadersPolicyCommandInput,
392
+ UpdateResponseHeadersPolicyCommandOutput,
393
+ } from "../commands/UpdateResponseHeadersPolicyCommand";
394
+ import {
395
+ UpdateStreamingDistributionCommandInput,
396
+ UpdateStreamingDistributionCommandOutput,
397
+ } from "../commands/UpdateStreamingDistributionCommand";
398
+ export declare const serializeAws_restXmlAssociateAliasCommand: (
399
+ input: AssociateAliasCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restXmlCreateCachePolicyCommand: (
403
+ input: CreateCachePolicyCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (
407
+ input: CreateCloudFrontOriginAccessIdentityCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restXmlCreateDistributionCommand: (
411
+ input: CreateDistributionCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restXmlCreateDistributionWithTagsCommand: (
415
+ input: CreateDistributionWithTagsCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (
419
+ input: CreateFieldLevelEncryptionConfigCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (
423
+ input: CreateFieldLevelEncryptionProfileCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restXmlCreateFunctionCommand: (
427
+ input: CreateFunctionCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restXmlCreateInvalidationCommand: (
431
+ input: CreateInvalidationCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restXmlCreateKeyGroupCommand: (
435
+ input: CreateKeyGroupCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restXmlCreateMonitoringSubscriptionCommand: (
439
+ input: CreateMonitoringSubscriptionCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restXmlCreateOriginAccessControlCommand: (
443
+ input: CreateOriginAccessControlCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restXmlCreateOriginRequestPolicyCommand: (
447
+ input: CreateOriginRequestPolicyCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restXmlCreatePublicKeyCommand: (
451
+ input: CreatePublicKeyCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restXmlCreateRealtimeLogConfigCommand: (
455
+ input: CreateRealtimeLogConfigCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restXmlCreateResponseHeadersPolicyCommand: (
459
+ input: CreateResponseHeadersPolicyCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restXmlCreateStreamingDistributionCommand: (
463
+ input: CreateStreamingDistributionCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (
467
+ input: CreateStreamingDistributionWithTagsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restXmlDeleteCachePolicyCommand: (
471
+ input: DeleteCachePolicyCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (
475
+ input: DeleteCloudFrontOriginAccessIdentityCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restXmlDeleteDistributionCommand: (
479
+ input: DeleteDistributionCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (
483
+ input: DeleteFieldLevelEncryptionConfigCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (
487
+ input: DeleteFieldLevelEncryptionProfileCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restXmlDeleteFunctionCommand: (
491
+ input: DeleteFunctionCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restXmlDeleteKeyGroupCommand: (
495
+ input: DeleteKeyGroupCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restXmlDeleteMonitoringSubscriptionCommand: (
499
+ input: DeleteMonitoringSubscriptionCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restXmlDeleteOriginAccessControlCommand: (
503
+ input: DeleteOriginAccessControlCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restXmlDeleteOriginRequestPolicyCommand: (
507
+ input: DeleteOriginRequestPolicyCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restXmlDeletePublicKeyCommand: (
511
+ input: DeletePublicKeyCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restXmlDeleteRealtimeLogConfigCommand: (
515
+ input: DeleteRealtimeLogConfigCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restXmlDeleteResponseHeadersPolicyCommand: (
519
+ input: DeleteResponseHeadersPolicyCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restXmlDeleteStreamingDistributionCommand: (
523
+ input: DeleteStreamingDistributionCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restXmlDescribeFunctionCommand: (
527
+ input: DescribeFunctionCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restXmlGetCachePolicyCommand: (
531
+ input: GetCachePolicyCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restXmlGetCachePolicyConfigCommand: (
535
+ input: GetCachePolicyConfigCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (
539
+ input: GetCloudFrontOriginAccessIdentityCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (
543
+ input: GetCloudFrontOriginAccessIdentityConfigCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_restXmlGetDistributionCommand: (
547
+ input: GetDistributionCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_restXmlGetDistributionConfigCommand: (
551
+ input: GetDistributionConfigCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_restXmlGetFieldLevelEncryptionCommand: (
555
+ input: GetFieldLevelEncryptionCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (
559
+ input: GetFieldLevelEncryptionConfigCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (
563
+ input: GetFieldLevelEncryptionProfileCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (
567
+ input: GetFieldLevelEncryptionProfileConfigCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_restXmlGetFunctionCommand: (
571
+ input: GetFunctionCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_restXmlGetInvalidationCommand: (
575
+ input: GetInvalidationCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_restXmlGetKeyGroupCommand: (
579
+ input: GetKeyGroupCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_restXmlGetKeyGroupConfigCommand: (
583
+ input: GetKeyGroupConfigCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_restXmlGetMonitoringSubscriptionCommand: (
587
+ input: GetMonitoringSubscriptionCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_restXmlGetOriginAccessControlCommand: (
591
+ input: GetOriginAccessControlCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_restXmlGetOriginAccessControlConfigCommand: (
595
+ input: GetOriginAccessControlConfigCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_restXmlGetOriginRequestPolicyCommand: (
599
+ input: GetOriginRequestPolicyCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_restXmlGetOriginRequestPolicyConfigCommand: (
603
+ input: GetOriginRequestPolicyConfigCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_restXmlGetPublicKeyCommand: (
607
+ input: GetPublicKeyCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_restXmlGetPublicKeyConfigCommand: (
611
+ input: GetPublicKeyConfigCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_restXmlGetRealtimeLogConfigCommand: (
615
+ input: GetRealtimeLogConfigCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_restXmlGetResponseHeadersPolicyCommand: (
619
+ input: GetResponseHeadersPolicyCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const serializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (
623
+ input: GetResponseHeadersPolicyConfigCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_restXmlGetStreamingDistributionCommand: (
627
+ input: GetStreamingDistributionCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const serializeAws_restXmlGetStreamingDistributionConfigCommand: (
631
+ input: GetStreamingDistributionConfigCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const serializeAws_restXmlListCachePoliciesCommand: (
635
+ input: ListCachePoliciesCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const serializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (
639
+ input: ListCloudFrontOriginAccessIdentitiesCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_restXmlListConflictingAliasesCommand: (
643
+ input: ListConflictingAliasesCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_restXmlListDistributionsCommand: (
647
+ input: ListDistributionsCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_restXmlListDistributionsByCachePolicyIdCommand: (
651
+ input: ListDistributionsByCachePolicyIdCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_restXmlListDistributionsByKeyGroupCommand: (
655
+ input: ListDistributionsByKeyGroupCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (
659
+ input: ListDistributionsByOriginRequestPolicyIdCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (
663
+ input: ListDistributionsByRealtimeLogConfigCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (
667
+ input: ListDistributionsByResponseHeadersPolicyIdCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_restXmlListDistributionsByWebACLIdCommand: (
671
+ input: ListDistributionsByWebACLIdCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (
675
+ input: ListFieldLevelEncryptionConfigsCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (
679
+ input: ListFieldLevelEncryptionProfilesCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_restXmlListFunctionsCommand: (
683
+ input: ListFunctionsCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_restXmlListInvalidationsCommand: (
687
+ input: ListInvalidationsCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_restXmlListKeyGroupsCommand: (
691
+ input: ListKeyGroupsCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_restXmlListOriginAccessControlsCommand: (
695
+ input: ListOriginAccessControlsCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_restXmlListOriginRequestPoliciesCommand: (
699
+ input: ListOriginRequestPoliciesCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_restXmlListPublicKeysCommand: (
703
+ input: ListPublicKeysCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_restXmlListRealtimeLogConfigsCommand: (
707
+ input: ListRealtimeLogConfigsCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_restXmlListResponseHeadersPoliciesCommand: (
711
+ input: ListResponseHeadersPoliciesCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_restXmlListStreamingDistributionsCommand: (
715
+ input: ListStreamingDistributionsCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_restXmlListTagsForResourceCommand: (
719
+ input: ListTagsForResourceCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_restXmlPublishFunctionCommand: (
723
+ input: PublishFunctionCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const serializeAws_restXmlTagResourceCommand: (
727
+ input: TagResourceCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_restXmlTestFunctionCommand: (
731
+ input: TestFunctionCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const serializeAws_restXmlUntagResourceCommand: (
735
+ input: UntagResourceCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const serializeAws_restXmlUpdateCachePolicyCommand: (
739
+ input: UpdateCachePolicyCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (
743
+ input: UpdateCloudFrontOriginAccessIdentityCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const serializeAws_restXmlUpdateDistributionCommand: (
747
+ input: UpdateDistributionCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (
751
+ input: UpdateFieldLevelEncryptionConfigCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (
755
+ input: UpdateFieldLevelEncryptionProfileCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const serializeAws_restXmlUpdateFunctionCommand: (
759
+ input: UpdateFunctionCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const serializeAws_restXmlUpdateKeyGroupCommand: (
763
+ input: UpdateKeyGroupCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const serializeAws_restXmlUpdateOriginAccessControlCommand: (
767
+ input: UpdateOriginAccessControlCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const serializeAws_restXmlUpdateOriginRequestPolicyCommand: (
771
+ input: UpdateOriginRequestPolicyCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const serializeAws_restXmlUpdatePublicKeyCommand: (
775
+ input: UpdatePublicKeyCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const serializeAws_restXmlUpdateRealtimeLogConfigCommand: (
779
+ input: UpdateRealtimeLogConfigCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const serializeAws_restXmlUpdateResponseHeadersPolicyCommand: (
783
+ input: UpdateResponseHeadersPolicyCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const serializeAws_restXmlUpdateStreamingDistributionCommand: (
787
+ input: UpdateStreamingDistributionCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const deserializeAws_restXmlAssociateAliasCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<AssociateAliasCommandOutput>;
794
+ export declare const deserializeAws_restXmlCreateCachePolicyCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<CreateCachePolicyCommandOutput>;
798
+ export declare const deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
802
+ export declare const deserializeAws_restXmlCreateDistributionCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<CreateDistributionCommandOutput>;
806
+ export declare const deserializeAws_restXmlCreateDistributionWithTagsCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<CreateDistributionWithTagsCommandOutput>;
810
+ export declare const deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
814
+ export declare const deserializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<CreateFieldLevelEncryptionProfileCommandOutput>;
818
+ export declare const deserializeAws_restXmlCreateFunctionCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<CreateFunctionCommandOutput>;
822
+ export declare const deserializeAws_restXmlCreateInvalidationCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<CreateInvalidationCommandOutput>;
826
+ export declare const deserializeAws_restXmlCreateKeyGroupCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<CreateKeyGroupCommandOutput>;
830
+ export declare const deserializeAws_restXmlCreateMonitoringSubscriptionCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<CreateMonitoringSubscriptionCommandOutput>;
834
+ export declare const deserializeAws_restXmlCreateOriginAccessControlCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<CreateOriginAccessControlCommandOutput>;
838
+ export declare const deserializeAws_restXmlCreateOriginRequestPolicyCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<CreateOriginRequestPolicyCommandOutput>;
842
+ export declare const deserializeAws_restXmlCreatePublicKeyCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<CreatePublicKeyCommandOutput>;
846
+ export declare const deserializeAws_restXmlCreateRealtimeLogConfigCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<CreateRealtimeLogConfigCommandOutput>;
850
+ export declare const deserializeAws_restXmlCreateResponseHeadersPolicyCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<CreateResponseHeadersPolicyCommandOutput>;
854
+ export declare const deserializeAws_restXmlCreateStreamingDistributionCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<CreateStreamingDistributionCommandOutput>;
858
+ export declare const deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
862
+ export declare const deserializeAws_restXmlDeleteCachePolicyCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<DeleteCachePolicyCommandOutput>;
866
+ export declare const deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
870
+ export declare const deserializeAws_restXmlDeleteDistributionCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<DeleteDistributionCommandOutput>;
874
+ export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
878
+ export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
882
+ export declare const deserializeAws_restXmlDeleteFunctionCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<DeleteFunctionCommandOutput>;
886
+ export declare const deserializeAws_restXmlDeleteKeyGroupCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<DeleteKeyGroupCommandOutput>;
890
+ export declare const deserializeAws_restXmlDeleteMonitoringSubscriptionCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<DeleteMonitoringSubscriptionCommandOutput>;
894
+ export declare const deserializeAws_restXmlDeleteOriginAccessControlCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<DeleteOriginAccessControlCommandOutput>;
898
+ export declare const deserializeAws_restXmlDeleteOriginRequestPolicyCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<DeleteOriginRequestPolicyCommandOutput>;
902
+ export declare const deserializeAws_restXmlDeletePublicKeyCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DeletePublicKeyCommandOutput>;
906
+ export declare const deserializeAws_restXmlDeleteRealtimeLogConfigCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<DeleteRealtimeLogConfigCommandOutput>;
910
+ export declare const deserializeAws_restXmlDeleteResponseHeadersPolicyCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<DeleteResponseHeadersPolicyCommandOutput>;
914
+ export declare const deserializeAws_restXmlDeleteStreamingDistributionCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<DeleteStreamingDistributionCommandOutput>;
918
+ export declare const deserializeAws_restXmlDescribeFunctionCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<DescribeFunctionCommandOutput>;
922
+ export declare const deserializeAws_restXmlGetCachePolicyCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<GetCachePolicyCommandOutput>;
926
+ export declare const deserializeAws_restXmlGetCachePolicyConfigCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<GetCachePolicyConfigCommandOutput>;
930
+ export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
934
+ export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
938
+ export declare const deserializeAws_restXmlGetDistributionCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<GetDistributionCommandOutput>;
942
+ export declare const deserializeAws_restXmlGetDistributionConfigCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<GetDistributionConfigCommandOutput>;
946
+ export declare const deserializeAws_restXmlGetFieldLevelEncryptionCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<GetFieldLevelEncryptionCommandOutput>;
950
+ export declare const deserializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<GetFieldLevelEncryptionConfigCommandOutput>;
954
+ export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<GetFieldLevelEncryptionProfileCommandOutput>;
958
+ export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<GetFieldLevelEncryptionProfileConfigCommandOutput>;
962
+ export declare const deserializeAws_restXmlGetFunctionCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<GetFunctionCommandOutput>;
966
+ export declare const deserializeAws_restXmlGetInvalidationCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<GetInvalidationCommandOutput>;
970
+ export declare const deserializeAws_restXmlGetKeyGroupCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<GetKeyGroupCommandOutput>;
974
+ export declare const deserializeAws_restXmlGetKeyGroupConfigCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<GetKeyGroupConfigCommandOutput>;
978
+ export declare const deserializeAws_restXmlGetMonitoringSubscriptionCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<GetMonitoringSubscriptionCommandOutput>;
982
+ export declare const deserializeAws_restXmlGetOriginAccessControlCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<GetOriginAccessControlCommandOutput>;
986
+ export declare const deserializeAws_restXmlGetOriginAccessControlConfigCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<GetOriginAccessControlConfigCommandOutput>;
990
+ export declare const deserializeAws_restXmlGetOriginRequestPolicyCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<GetOriginRequestPolicyCommandOutput>;
994
+ export declare const deserializeAws_restXmlGetOriginRequestPolicyConfigCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<GetOriginRequestPolicyConfigCommandOutput>;
998
+ export declare const deserializeAws_restXmlGetPublicKeyCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<GetPublicKeyCommandOutput>;
1002
+ export declare const deserializeAws_restXmlGetPublicKeyConfigCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<GetPublicKeyConfigCommandOutput>;
1006
+ export declare const deserializeAws_restXmlGetRealtimeLogConfigCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<GetRealtimeLogConfigCommandOutput>;
1010
+ export declare const deserializeAws_restXmlGetResponseHeadersPolicyCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<GetResponseHeadersPolicyCommandOutput>;
1014
+ export declare const deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<GetResponseHeadersPolicyConfigCommandOutput>;
1018
+ export declare const deserializeAws_restXmlGetStreamingDistributionCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<GetStreamingDistributionCommandOutput>;
1022
+ export declare const deserializeAws_restXmlGetStreamingDistributionConfigCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<GetStreamingDistributionConfigCommandOutput>;
1026
+ export declare const deserializeAws_restXmlListCachePoliciesCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<ListCachePoliciesCommandOutput>;
1030
+ export declare const deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
1034
+ export declare const deserializeAws_restXmlListConflictingAliasesCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<ListConflictingAliasesCommandOutput>;
1038
+ export declare const deserializeAws_restXmlListDistributionsCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<ListDistributionsCommandOutput>;
1042
+ export declare const deserializeAws_restXmlListDistributionsByCachePolicyIdCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<ListDistributionsByCachePolicyIdCommandOutput>;
1046
+ export declare const deserializeAws_restXmlListDistributionsByKeyGroupCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ListDistributionsByKeyGroupCommandOutput>;
1050
+ export declare const deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<ListDistributionsByOriginRequestPolicyIdCommandOutput>;
1054
+ export declare const deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
1058
+ export declare const deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
1062
+ export declare const deserializeAws_restXmlListDistributionsByWebACLIdCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<ListDistributionsByWebACLIdCommandOutput>;
1066
+ export declare const deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
1070
+ export declare const deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
1074
+ export declare const deserializeAws_restXmlListFunctionsCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<ListFunctionsCommandOutput>;
1078
+ export declare const deserializeAws_restXmlListInvalidationsCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<ListInvalidationsCommandOutput>;
1082
+ export declare const deserializeAws_restXmlListKeyGroupsCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<ListKeyGroupsCommandOutput>;
1086
+ export declare const deserializeAws_restXmlListOriginAccessControlsCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<ListOriginAccessControlsCommandOutput>;
1090
+ export declare const deserializeAws_restXmlListOriginRequestPoliciesCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<ListOriginRequestPoliciesCommandOutput>;
1094
+ export declare const deserializeAws_restXmlListPublicKeysCommand: (
1095
+ output: __HttpResponse,
1096
+ context: __SerdeContext
1097
+ ) => Promise<ListPublicKeysCommandOutput>;
1098
+ export declare const deserializeAws_restXmlListRealtimeLogConfigsCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<ListRealtimeLogConfigsCommandOutput>;
1102
+ export declare const deserializeAws_restXmlListResponseHeadersPoliciesCommand: (
1103
+ output: __HttpResponse,
1104
+ context: __SerdeContext
1105
+ ) => Promise<ListResponseHeadersPoliciesCommandOutput>;
1106
+ export declare const deserializeAws_restXmlListStreamingDistributionsCommand: (
1107
+ output: __HttpResponse,
1108
+ context: __SerdeContext
1109
+ ) => Promise<ListStreamingDistributionsCommandOutput>;
1110
+ export declare const deserializeAws_restXmlListTagsForResourceCommand: (
1111
+ output: __HttpResponse,
1112
+ context: __SerdeContext
1113
+ ) => Promise<ListTagsForResourceCommandOutput>;
1114
+ export declare const deserializeAws_restXmlPublishFunctionCommand: (
1115
+ output: __HttpResponse,
1116
+ context: __SerdeContext
1117
+ ) => Promise<PublishFunctionCommandOutput>;
1118
+ export declare const deserializeAws_restXmlTagResourceCommand: (
1119
+ output: __HttpResponse,
1120
+ context: __SerdeContext
1121
+ ) => Promise<TagResourceCommandOutput>;
1122
+ export declare const deserializeAws_restXmlTestFunctionCommand: (
1123
+ output: __HttpResponse,
1124
+ context: __SerdeContext
1125
+ ) => Promise<TestFunctionCommandOutput>;
1126
+ export declare const deserializeAws_restXmlUntagResourceCommand: (
1127
+ output: __HttpResponse,
1128
+ context: __SerdeContext
1129
+ ) => Promise<UntagResourceCommandOutput>;
1130
+ export declare const deserializeAws_restXmlUpdateCachePolicyCommand: (
1131
+ output: __HttpResponse,
1132
+ context: __SerdeContext
1133
+ ) => Promise<UpdateCachePolicyCommandOutput>;
1134
+ export declare const deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (
1135
+ output: __HttpResponse,
1136
+ context: __SerdeContext
1137
+ ) => Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
1138
+ export declare const deserializeAws_restXmlUpdateDistributionCommand: (
1139
+ output: __HttpResponse,
1140
+ context: __SerdeContext
1141
+ ) => Promise<UpdateDistributionCommandOutput>;
1142
+ export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (
1143
+ output: __HttpResponse,
1144
+ context: __SerdeContext
1145
+ ) => Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
1146
+ export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (
1147
+ output: __HttpResponse,
1148
+ context: __SerdeContext
1149
+ ) => Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
1150
+ export declare const deserializeAws_restXmlUpdateFunctionCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<UpdateFunctionCommandOutput>;
1154
+ export declare const deserializeAws_restXmlUpdateKeyGroupCommand: (
1155
+ output: __HttpResponse,
1156
+ context: __SerdeContext
1157
+ ) => Promise<UpdateKeyGroupCommandOutput>;
1158
+ export declare const deserializeAws_restXmlUpdateOriginAccessControlCommand: (
1159
+ output: __HttpResponse,
1160
+ context: __SerdeContext
1161
+ ) => Promise<UpdateOriginAccessControlCommandOutput>;
1162
+ export declare const deserializeAws_restXmlUpdateOriginRequestPolicyCommand: (
1163
+ output: __HttpResponse,
1164
+ context: __SerdeContext
1165
+ ) => Promise<UpdateOriginRequestPolicyCommandOutput>;
1166
+ export declare const deserializeAws_restXmlUpdatePublicKeyCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<UpdatePublicKeyCommandOutput>;
1170
+ export declare const deserializeAws_restXmlUpdateRealtimeLogConfigCommand: (
1171
+ output: __HttpResponse,
1172
+ context: __SerdeContext
1173
+ ) => Promise<UpdateRealtimeLogConfigCommandOutput>;
1174
+ export declare const deserializeAws_restXmlUpdateResponseHeadersPolicyCommand: (
1175
+ output: __HttpResponse,
1176
+ context: __SerdeContext
1177
+ ) => Promise<UpdateResponseHeadersPolicyCommandOutput>;
1178
+ export declare const deserializeAws_restXmlUpdateStreamingDistributionCommand: (
1179
+ output: __HttpResponse,
1180
+ context: __SerdeContext
1181
+ ) => Promise<UpdateStreamingDistributionCommandOutput>;