@aws-sdk/client-cloudfront 3.37.0 → 3.41.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 (200) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist-cjs/CloudFront.js +105 -0
  3. package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +2 -2
  6. package/dist-cjs/commands/DeletePublicKeyCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeFunctionCommand.js +3 -3
  11. package/dist-cjs/commands/GetCachePolicyCommand.js +3 -3
  12. package/dist-cjs/commands/GetCachePolicyConfigCommand.js +3 -3
  13. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +3 -3
  14. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +3 -3
  15. package/dist-cjs/commands/GetDistributionCommand.js +3 -3
  16. package/dist-cjs/commands/GetDistributionConfigCommand.js +3 -3
  17. package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +3 -3
  18. package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +36 -0
  19. package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +36 -0
  20. package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +36 -0
  21. package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +36 -0
  22. package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +36 -0
  23. package/dist-cjs/commands/index.js +95 -0
  24. package/dist-cjs/endpoints.js +91 -5
  25. package/dist-cjs/index.js +5 -95
  26. package/dist-cjs/models/models_0.js +174 -166
  27. package/dist-cjs/models/models_1.js +257 -3
  28. package/dist-cjs/pagination/index.js +8 -0
  29. package/dist-cjs/protocols/Aws_restXml.js +1725 -120
  30. package/dist-cjs/runtimeConfig.browser.js +6 -3
  31. package/dist-cjs/runtimeConfig.js +5 -3
  32. package/dist-cjs/waiters/index.js +6 -0
  33. package/dist-es/CloudFront.js +105 -0
  34. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +39 -0
  35. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +2 -1
  36. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +1 -1
  37. package/dist-es/commands/DeletePublicKeyCommand.js +1 -1
  38. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +1 -1
  39. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +39 -0
  40. package/dist-es/commands/DeleteStreamingDistributionCommand.js +1 -1
  41. package/dist-es/commands/DescribeFunctionCommand.js +1 -1
  42. package/dist-es/commands/GetCachePolicyCommand.js +1 -1
  43. package/dist-es/commands/GetCachePolicyConfigCommand.js +1 -1
  44. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +1 -1
  45. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +1 -1
  46. package/dist-es/commands/GetDistributionCommand.js +1 -1
  47. package/dist-es/commands/GetDistributionConfigCommand.js +1 -1
  48. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +1 -1
  49. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +39 -0
  50. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +39 -0
  51. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +39 -0
  52. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +39 -0
  53. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +39 -0
  54. package/dist-es/commands/index.js +92 -0
  55. package/dist-es/endpoints.js +91 -5
  56. package/dist-es/index.js +5 -95
  57. package/dist-es/models/models_0.js +122 -109
  58. package/dist-es/models/models_1.js +169 -2
  59. package/dist-es/pagination/index.js +5 -0
  60. package/dist-es/protocols/Aws_restXml.js +2398 -664
  61. package/dist-es/runtimeConfig.browser.js +3 -2
  62. package/dist-es/runtimeConfig.js +3 -3
  63. package/dist-es/waiters/index.js +3 -0
  64. package/dist-types/CloudFront.d.ts +109 -3
  65. package/dist-types/CloudFrontClient.d.ts +17 -2
  66. package/dist-types/commands/AssociateAliasCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateCachePolicyCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateInvalidationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateKeyGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
  78. package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +42 -0
  81. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
  83. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +1 -1
  84. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  85. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  86. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
  87. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
  88. package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +3 -2
  91. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -2
  92. package/dist-types/commands/DeletePublicKeyCommand.d.ts +2 -2
  93. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -2
  94. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +41 -0
  95. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +2 -2
  96. package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -2
  97. package/dist-types/commands/GetCachePolicyCommand.d.ts +2 -2
  98. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -2
  99. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +2 -2
  100. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +2 -2
  101. package/dist-types/commands/GetDistributionCommand.d.ts +2 -2
  102. package/dist-types/commands/GetDistributionConfigCommand.d.ts +2 -2
  103. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +2 -2
  104. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
  105. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
  106. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
  107. package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
  108. package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
  109. package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -1
  110. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -1
  111. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -1
  112. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -1
  113. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -1
  114. package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
  115. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +1 -1
  116. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -1
  117. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +42 -0
  118. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -0
  119. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
  120. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
  121. package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -2
  122. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +1 -1
  123. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -1
  124. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -1
  125. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -1
  127. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -1
  128. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -0
  129. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
  130. package/dist-types/commands/ListDistributionsCommand.d.ts +1 -1
  131. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -1
  132. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -1
  133. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -2
  134. package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
  135. package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -1
  136. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -2
  137. package/dist-types/commands/ListPublicKeysCommand.d.ts +1 -1
  138. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -1
  139. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +42 -0
  140. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +1 -1
  141. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  142. package/dist-types/commands/PublishFunctionCommand.d.ts +1 -1
  143. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  144. package/dist-types/commands/TestFunctionCommand.d.ts +1 -1
  145. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
  152. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
  156. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +53 -0
  157. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +92 -0
  159. package/dist-types/index.d.ts +5 -95
  160. package/dist-types/models/models_0.d.ts +990 -676
  161. package/dist-types/models/models_1.d.ts +746 -51
  162. package/dist-types/pagination/index.d.ts +5 -0
  163. package/dist-types/protocols/Aws_restXml.d.ts +21 -0
  164. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  165. package/dist-types/runtimeConfig.d.ts +2 -0
  166. package/dist-types/runtimeConfig.native.d.ts +2 -0
  167. package/dist-types/ts3.4/CloudFront.d.ts +35 -0
  168. package/dist-types/ts3.4/CloudFrontClient.d.ts +13 -2
  169. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +2 -1
  171. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/index.d.ts +92 -0
  190. package/dist-types/ts3.4/index.d.ts +5 -95
  191. package/dist-types/ts3.4/models/models_0.d.ts +10 -0
  192. package/dist-types/ts3.4/models/models_1.d.ts +418 -19
  193. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  194. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +21 -0
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  198. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  199. package/dist-types/waiters/index.d.ts +3 -0
  200. package/package.json +27 -27
@@ -0,0 +1,5 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListCloudFrontOriginAccessIdentitiesPaginator";
3
+ export * from "./ListDistributionsPaginator";
4
+ export * from "./ListInvalidationsPaginator";
5
+ export * from "./ListStreamingDistributionsPaginator";
@@ -14,6 +14,7 @@ import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionC
14
14
  import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "../commands/CreateOriginRequestPolicyCommand";
15
15
  import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "../commands/CreatePublicKeyCommand";
16
16
  import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "../commands/CreateRealtimeLogConfigCommand";
17
+ import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "../commands/CreateResponseHeadersPolicyCommand";
17
18
  import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "../commands/CreateStreamingDistributionCommand";
18
19
  import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "../commands/CreateStreamingDistributionWithTagsCommand";
19
20
  import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "../commands/DeleteCachePolicyCommand";
@@ -27,6 +28,7 @@ import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionC
27
28
  import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "../commands/DeleteOriginRequestPolicyCommand";
28
29
  import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "../commands/DeletePublicKeyCommand";
29
30
  import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "../commands/DeleteRealtimeLogConfigCommand";
31
+ import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "../commands/DeleteResponseHeadersPolicyCommand";
30
32
  import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "../commands/DeleteStreamingDistributionCommand";
31
33
  import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "../commands/DescribeFunctionCommand";
32
34
  import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "../commands/GetCachePolicyCommand";
@@ -49,6 +51,8 @@ import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigC
49
51
  import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "../commands/GetPublicKeyCommand";
50
52
  import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "../commands/GetPublicKeyConfigCommand";
51
53
  import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "../commands/GetRealtimeLogConfigCommand";
54
+ import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput } from "../commands/GetResponseHeadersPolicyCommand";
55
+ import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "../commands/GetResponseHeadersPolicyConfigCommand";
52
56
  import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "../commands/GetStreamingDistributionCommand";
53
57
  import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "../commands/GetStreamingDistributionConfigCommand";
54
58
  import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "../commands/ListCachePoliciesCommand";
@@ -58,6 +62,7 @@ import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCacheP
58
62
  import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "../commands/ListDistributionsByKeyGroupCommand";
59
63
  import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "../commands/ListDistributionsByOriginRequestPolicyIdCommand";
60
64
  import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "../commands/ListDistributionsByRealtimeLogConfigCommand";
65
+ import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "../commands/ListDistributionsByResponseHeadersPolicyIdCommand";
61
66
  import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "../commands/ListDistributionsByWebACLIdCommand";
62
67
  import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "../commands/ListDistributionsCommand";
63
68
  import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "../commands/ListFieldLevelEncryptionConfigsCommand";
@@ -68,6 +73,7 @@ import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "../comman
68
73
  import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "../commands/ListOriginRequestPoliciesCommand";
69
74
  import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
70
75
  import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "../commands/ListRealtimeLogConfigsCommand";
76
+ import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "../commands/ListResponseHeadersPoliciesCommand";
71
77
  import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "../commands/ListStreamingDistributionsCommand";
72
78
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
73
79
  import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "../commands/PublishFunctionCommand";
@@ -84,6 +90,7 @@ import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "../comm
84
90
  import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "../commands/UpdateOriginRequestPolicyCommand";
85
91
  import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "../commands/UpdatePublicKeyCommand";
86
92
  import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "../commands/UpdateRealtimeLogConfigCommand";
93
+ import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "../commands/UpdateResponseHeadersPolicyCommand";
87
94
  import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "../commands/UpdateStreamingDistributionCommand";
88
95
  export declare const serializeAws_restXmlAssociateAliasCommand: (input: AssociateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
96
  export declare const serializeAws_restXmlCreateCachePolicyCommand: (input: CreateCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -99,6 +106,7 @@ export declare const serializeAws_restXmlCreateMonitoringSubscriptionCommand: (i
99
106
  export declare const serializeAws_restXmlCreateOriginRequestPolicyCommand: (input: CreateOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
107
  export declare const serializeAws_restXmlCreatePublicKeyCommand: (input: CreatePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
108
  export declare const serializeAws_restXmlCreateRealtimeLogConfigCommand: (input: CreateRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ export declare const serializeAws_restXmlCreateResponseHeadersPolicyCommand: (input: CreateResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
110
  export declare const serializeAws_restXmlCreateStreamingDistributionCommand: (input: CreateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
111
  export declare const serializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (input: CreateStreamingDistributionWithTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
112
  export declare const serializeAws_restXmlDeleteCachePolicyCommand: (input: DeleteCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -112,6 +120,7 @@ export declare const serializeAws_restXmlDeleteMonitoringSubscriptionCommand: (i
112
120
  export declare const serializeAws_restXmlDeleteOriginRequestPolicyCommand: (input: DeleteOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
121
  export declare const serializeAws_restXmlDeletePublicKeyCommand: (input: DeletePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
122
  export declare const serializeAws_restXmlDeleteRealtimeLogConfigCommand: (input: DeleteRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ export declare const serializeAws_restXmlDeleteResponseHeadersPolicyCommand: (input: DeleteResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
124
  export declare const serializeAws_restXmlDeleteStreamingDistributionCommand: (input: DeleteStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
125
  export declare const serializeAws_restXmlDescribeFunctionCommand: (input: DescribeFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
126
  export declare const serializeAws_restXmlGetCachePolicyCommand: (input: GetCachePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -134,6 +143,8 @@ export declare const serializeAws_restXmlGetOriginRequestPolicyConfigCommand: (i
134
143
  export declare const serializeAws_restXmlGetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
144
  export declare const serializeAws_restXmlGetPublicKeyConfigCommand: (input: GetPublicKeyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
145
  export declare const serializeAws_restXmlGetRealtimeLogConfigCommand: (input: GetRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restXmlGetResponseHeadersPolicyCommand: (input: GetResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ export declare const serializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (input: GetResponseHeadersPolicyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
148
  export declare const serializeAws_restXmlGetStreamingDistributionCommand: (input: GetStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
149
  export declare const serializeAws_restXmlGetStreamingDistributionConfigCommand: (input: GetStreamingDistributionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
150
  export declare const serializeAws_restXmlListCachePoliciesCommand: (input: ListCachePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -144,6 +155,7 @@ export declare const serializeAws_restXmlListDistributionsByCachePolicyIdCommand
144
155
  export declare const serializeAws_restXmlListDistributionsByKeyGroupCommand: (input: ListDistributionsByKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
156
  export declare const serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (input: ListDistributionsByOriginRequestPolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
157
  export declare const serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (input: ListDistributionsByRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (input: ListDistributionsByResponseHeadersPolicyIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
159
  export declare const serializeAws_restXmlListDistributionsByWebACLIdCommand: (input: ListDistributionsByWebACLIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
160
  export declare const serializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (input: ListFieldLevelEncryptionConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
161
  export declare const serializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (input: ListFieldLevelEncryptionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -153,6 +165,7 @@ export declare const serializeAws_restXmlListKeyGroupsCommand: (input: ListKeyGr
153
165
  export declare const serializeAws_restXmlListOriginRequestPoliciesCommand: (input: ListOriginRequestPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
166
  export declare const serializeAws_restXmlListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
167
  export declare const serializeAws_restXmlListRealtimeLogConfigsCommand: (input: ListRealtimeLogConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_restXmlListResponseHeadersPoliciesCommand: (input: ListResponseHeadersPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
169
  export declare const serializeAws_restXmlListStreamingDistributionsCommand: (input: ListStreamingDistributionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
170
  export declare const serializeAws_restXmlListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
171
  export declare const serializeAws_restXmlPublishFunctionCommand: (input: PublishFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -169,6 +182,7 @@ export declare const serializeAws_restXmlUpdateKeyGroupCommand: (input: UpdateKe
169
182
  export declare const serializeAws_restXmlUpdateOriginRequestPolicyCommand: (input: UpdateOriginRequestPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
183
  export declare const serializeAws_restXmlUpdatePublicKeyCommand: (input: UpdatePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
184
  export declare const serializeAws_restXmlUpdateRealtimeLogConfigCommand: (input: UpdateRealtimeLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ export declare const serializeAws_restXmlUpdateResponseHeadersPolicyCommand: (input: UpdateResponseHeadersPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
186
  export declare const serializeAws_restXmlUpdateStreamingDistributionCommand: (input: UpdateStreamingDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
187
  export declare const deserializeAws_restXmlAssociateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAliasCommandOutput>;
174
188
  export declare const deserializeAws_restXmlCreateCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachePolicyCommandOutput>;
@@ -184,6 +198,7 @@ export declare const deserializeAws_restXmlCreateMonitoringSubscriptionCommand:
184
198
  export declare const deserializeAws_restXmlCreateOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOriginRequestPolicyCommandOutput>;
185
199
  export declare const deserializeAws_restXmlCreatePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePublicKeyCommandOutput>;
186
200
  export declare const deserializeAws_restXmlCreateRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRealtimeLogConfigCommandOutput>;
201
+ export declare const deserializeAws_restXmlCreateResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponseHeadersPolicyCommandOutput>;
187
202
  export declare const deserializeAws_restXmlCreateStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionCommandOutput>;
188
203
  export declare const deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
189
204
  export declare const deserializeAws_restXmlDeleteCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCachePolicyCommandOutput>;
@@ -197,6 +212,7 @@ export declare const deserializeAws_restXmlDeleteMonitoringSubscriptionCommand:
197
212
  export declare const deserializeAws_restXmlDeleteOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOriginRequestPolicyCommandOutput>;
198
213
  export declare const deserializeAws_restXmlDeletePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicKeyCommandOutput>;
199
214
  export declare const deserializeAws_restXmlDeleteRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRealtimeLogConfigCommandOutput>;
215
+ export declare const deserializeAws_restXmlDeleteResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponseHeadersPolicyCommandOutput>;
200
216
  export declare const deserializeAws_restXmlDeleteStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamingDistributionCommandOutput>;
201
217
  export declare const deserializeAws_restXmlDescribeFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFunctionCommandOutput>;
202
218
  export declare const deserializeAws_restXmlGetCachePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCachePolicyCommandOutput>;
@@ -219,6 +235,8 @@ export declare const deserializeAws_restXmlGetOriginRequestPolicyConfigCommand:
219
235
  export declare const deserializeAws_restXmlGetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
220
236
  export declare const deserializeAws_restXmlGetPublicKeyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyConfigCommandOutput>;
221
237
  export declare const deserializeAws_restXmlGetRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRealtimeLogConfigCommandOutput>;
238
+ export declare const deserializeAws_restXmlGetResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponseHeadersPolicyCommandOutput>;
239
+ export declare const deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponseHeadersPolicyConfigCommandOutput>;
222
240
  export declare const deserializeAws_restXmlGetStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamingDistributionCommandOutput>;
223
241
  export declare const deserializeAws_restXmlGetStreamingDistributionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamingDistributionConfigCommandOutput>;
224
242
  export declare const deserializeAws_restXmlListCachePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCachePoliciesCommandOutput>;
@@ -229,6 +247,7 @@ export declare const deserializeAws_restXmlListDistributionsByCachePolicyIdComma
229
247
  export declare const deserializeAws_restXmlListDistributionsByKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByKeyGroupCommandOutput>;
230
248
  export declare const deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByOriginRequestPolicyIdCommandOutput>;
231
249
  export declare const deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
250
+ export declare const deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
232
251
  export declare const deserializeAws_restXmlListDistributionsByWebACLIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDistributionsByWebACLIdCommandOutput>;
233
252
  export declare const deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
234
253
  export declare const deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
@@ -238,6 +257,7 @@ export declare const deserializeAws_restXmlListKeyGroupsCommand: (output: __Http
238
257
  export declare const deserializeAws_restXmlListOriginRequestPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOriginRequestPoliciesCommandOutput>;
239
258
  export declare const deserializeAws_restXmlListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
240
259
  export declare const deserializeAws_restXmlListRealtimeLogConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRealtimeLogConfigsCommandOutput>;
260
+ export declare const deserializeAws_restXmlListResponseHeadersPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponseHeadersPoliciesCommandOutput>;
241
261
  export declare const deserializeAws_restXmlListStreamingDistributionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamingDistributionsCommandOutput>;
242
262
  export declare const deserializeAws_restXmlListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
243
263
  export declare const deserializeAws_restXmlPublishFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishFunctionCommandOutput>;
@@ -254,4 +274,5 @@ export declare const deserializeAws_restXmlUpdateKeyGroupCommand: (output: __Htt
254
274
  export declare const deserializeAws_restXmlUpdateOriginRequestPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOriginRequestPolicyCommandOutput>;
255
275
  export declare const deserializeAws_restXmlUpdatePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicKeyCommandOutput>;
256
276
  export declare const deserializeAws_restXmlUpdateRealtimeLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRealtimeLogConfigCommandOutput>;
277
+ export declare const deserializeAws_restXmlUpdateResponseHeadersPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponseHeadersPolicyCommandOutput>;
257
278
  export declare const deserializeAws_restXmlUpdateStreamingDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamingDistributionCommandOutput>;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -14,6 +14,7 @@ import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionC
14
14
  import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "./commands/CreateOriginRequestPolicyCommand";
15
15
  import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "./commands/CreatePublicKeyCommand";
16
16
  import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "./commands/CreateRealtimeLogConfigCommand";
17
+ import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "./commands/CreateResponseHeadersPolicyCommand";
17
18
  import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
18
19
  import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
19
20
  import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
@@ -27,6 +28,7 @@ import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionC
27
28
  import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "./commands/DeleteOriginRequestPolicyCommand";
28
29
  import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./commands/DeletePublicKeyCommand";
29
30
  import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
31
+ import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "./commands/DeleteResponseHeadersPolicyCommand";
30
32
  import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
31
33
  import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
32
34
  import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
@@ -49,6 +51,8 @@ import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigC
49
51
  import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
50
52
  import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "./commands/GetPublicKeyConfigCommand";
51
53
  import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "./commands/GetRealtimeLogConfigCommand";
54
+ import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput } from "./commands/GetResponseHeadersPolicyCommand";
55
+ import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "./commands/GetResponseHeadersPolicyConfigCommand";
52
56
  import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
53
57
  import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
54
58
  import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
@@ -58,6 +62,7 @@ import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCacheP
58
62
  import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
59
63
  import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
60
64
  import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
65
+ import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
61
66
  import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
62
67
  import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
63
68
  import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
@@ -68,6 +73,7 @@ import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./command
68
73
  import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "./commands/ListOriginRequestPoliciesCommand";
69
74
  import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
70
75
  import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "./commands/ListRealtimeLogConfigsCommand";
76
+ import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "./commands/ListResponseHeadersPoliciesCommand";
71
77
  import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
72
78
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
79
  import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
@@ -84,6 +90,7 @@ import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "./comma
84
90
  import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "./commands/UpdateOriginRequestPolicyCommand";
85
91
  import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./commands/UpdatePublicKeyCommand";
86
92
  import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
93
+ import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
87
94
  import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
88
95
 
89
96
  export declare class CloudFront extends CloudFrontClient {
@@ -144,6 +151,10 @@ export declare class CloudFront extends CloudFrontClient {
144
151
  createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void): void;
145
152
  createRealtimeLogConfig(args: CreateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void): void;
146
153
 
154
+ createResponseHeadersPolicy(args: CreateResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateResponseHeadersPolicyCommandOutput>;
155
+ createResponseHeadersPolicy(args: CreateResponseHeadersPolicyCommandInput, cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void): void;
156
+ createResponseHeadersPolicy(args: CreateResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void): void;
157
+
147
158
  createStreamingDistribution(args: CreateStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<CreateStreamingDistributionCommandOutput>;
148
159
  createStreamingDistribution(args: CreateStreamingDistributionCommandInput, cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void): void;
149
160
  createStreamingDistribution(args: CreateStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void): void;
@@ -196,6 +207,10 @@ export declare class CloudFront extends CloudFrontClient {
196
207
  deleteRealtimeLogConfig(args: DeleteRealtimeLogConfigCommandInput, cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void): void;
197
208
  deleteRealtimeLogConfig(args: DeleteRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void): void;
198
209
 
210
+ deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResponseHeadersPolicyCommandOutput>;
211
+ deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void): void;
212
+ deleteResponseHeadersPolicy(args: DeleteResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void): void;
213
+
199
214
  deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamingDistributionCommandOutput>;
200
215
  deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
201
216
  deleteStreamingDistribution(args: DeleteStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void): void;
@@ -284,6 +299,14 @@ export declare class CloudFront extends CloudFrontClient {
284
299
  getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
285
300
  getRealtimeLogConfig(args: GetRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void): void;
286
301
 
302
+ getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResponseHeadersPolicyCommandOutput>;
303
+ getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void): void;
304
+ getResponseHeadersPolicy(args: GetResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void): void;
305
+
306
+ getResponseHeadersPolicyConfig(args: GetResponseHeadersPolicyConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetResponseHeadersPolicyConfigCommandOutput>;
307
+ getResponseHeadersPolicyConfig(args: GetResponseHeadersPolicyConfigCommandInput, cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void): void;
308
+ getResponseHeadersPolicyConfig(args: GetResponseHeadersPolicyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void): void;
309
+
287
310
  getStreamingDistribution(args: GetStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamingDistributionCommandOutput>;
288
311
  getStreamingDistribution(args: GetStreamingDistributionCommandInput, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
289
312
  getStreamingDistribution(args: GetStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void): void;
@@ -324,6 +347,10 @@ export declare class CloudFront extends CloudFrontClient {
324
347
  listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
325
348
  listDistributionsByRealtimeLogConfig(args: ListDistributionsByRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByRealtimeLogConfigCommandOutput) => void): void;
326
349
 
350
+ listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
351
+ listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
352
+ listDistributionsByResponseHeadersPolicyId(args: ListDistributionsByResponseHeadersPolicyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput) => void): void;
353
+
327
354
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options?: __HttpHandlerOptions): Promise<ListDistributionsByWebACLIdCommandOutput>;
328
355
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
329
356
  listDistributionsByWebACLId(args: ListDistributionsByWebACLIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void): void;
@@ -360,6 +387,10 @@ export declare class CloudFront extends CloudFrontClient {
360
387
  listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
361
388
  listRealtimeLogConfigs(args: ListRealtimeLogConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void): void;
362
389
 
390
+ listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListResponseHeadersPoliciesCommandOutput>;
391
+ listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
392
+ listResponseHeadersPolicies(args: ListResponseHeadersPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void): void;
393
+
363
394
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamingDistributionsCommandOutput>;
364
395
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void): void;
365
396
  listStreamingDistributions(args: ListStreamingDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void): void;
@@ -424,6 +455,10 @@ export declare class CloudFront extends CloudFrontClient {
424
455
  updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void): void;
425
456
  updateRealtimeLogConfig(args: UpdateRealtimeLogConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void): void;
426
457
 
458
+ updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponseHeadersPolicyCommandOutput>;
459
+ updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
460
+ updateResponseHeadersPolicy(args: UpdateResponseHeadersPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void): void;
461
+
427
462
  updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStreamingDistributionCommandOutput>;
428
463
  updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void): void;
429
464
  updateStreamingDistribution(args: UpdateStreamingDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void): void;
@@ -20,6 +20,7 @@ import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionC
20
20
  import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "./commands/CreateOriginRequestPolicyCommand";
21
21
  import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "./commands/CreatePublicKeyCommand";
22
22
  import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "./commands/CreateRealtimeLogConfigCommand";
23
+ import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "./commands/CreateResponseHeadersPolicyCommand";
23
24
  import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
24
25
  import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
25
26
  import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
@@ -33,6 +34,7 @@ import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionC
33
34
  import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "./commands/DeleteOriginRequestPolicyCommand";
34
35
  import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./commands/DeletePublicKeyCommand";
35
36
  import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
37
+ import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "./commands/DeleteResponseHeadersPolicyCommand";
36
38
  import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
37
39
  import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
38
40
  import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
@@ -55,6 +57,8 @@ import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigC
55
57
  import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
56
58
  import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "./commands/GetPublicKeyConfigCommand";
57
59
  import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "./commands/GetRealtimeLogConfigCommand";
60
+ import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput } from "./commands/GetResponseHeadersPolicyCommand";
61
+ import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "./commands/GetResponseHeadersPolicyConfigCommand";
58
62
  import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
59
63
  import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
60
64
  import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
@@ -64,6 +68,7 @@ import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCacheP
64
68
  import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
65
69
  import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
66
70
  import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
71
+ import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
67
72
  import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
68
73
  import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
69
74
  import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
@@ -74,6 +79,7 @@ import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./command
74
79
  import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "./commands/ListOriginRequestPoliciesCommand";
75
80
  import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
76
81
  import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "./commands/ListRealtimeLogConfigsCommand";
82
+ import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "./commands/ListResponseHeadersPoliciesCommand";
77
83
  import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
78
84
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
79
85
  import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
@@ -90,9 +96,10 @@ import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "./comma
90
96
  import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "./commands/UpdateOriginRequestPolicyCommand";
91
97
  import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./commands/UpdatePublicKeyCommand";
92
98
  import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
99
+ import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
93
100
  import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
94
- export declare type ServiceInputTypes = AssociateAliasCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteStreamingDistributionCommandInput | DescribeFunctionCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateDistributionCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateStreamingDistributionCommandInput;
95
- export declare type ServiceOutputTypes = AssociateAliasCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteStreamingDistributionCommandOutput | DescribeFunctionCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateDistributionCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateStreamingDistributionCommandOutput;
101
+ export declare type ServiceInputTypes = AssociateAliasCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateResponseHeadersPolicyCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteResponseHeadersPolicyCommandInput | DeleteStreamingDistributionCommandInput | DescribeFunctionCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetResponseHeadersPolicyCommandInput | GetResponseHeadersPolicyConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByResponseHeadersPolicyIdCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListResponseHeadersPoliciesCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateDistributionCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateResponseHeadersPolicyCommandInput | UpdateStreamingDistributionCommandInput;
102
+ export declare type ServiceOutputTypes = AssociateAliasCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateResponseHeadersPolicyCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteResponseHeadersPolicyCommandOutput | DeleteStreamingDistributionCommandOutput | DescribeFunctionCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetResponseHeadersPolicyCommandOutput | GetResponseHeadersPolicyConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByResponseHeadersPolicyIdCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListResponseHeadersPoliciesCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateDistributionCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateResponseHeadersPolicyCommandOutput | UpdateStreamingDistributionCommandOutput;
96
103
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
97
104
 
98
105
  requestHandler?: __HttpHandler;
@@ -123,6 +130,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
123
130
 
124
131
  logger?: __Logger;
125
132
 
133
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
134
+
135
+ useFipsEndpoint?: boolean | __Provider<boolean>;
136
+
126
137
  serviceId?: string;
127
138
 
128
139
  region?: string | __Provider<string>;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
+ import { CreateResponseHeadersPolicyRequest, CreateResponseHeadersPolicyResult } from "../models/models_0";
5
+ export interface CreateResponseHeadersPolicyCommandInput extends CreateResponseHeadersPolicyRequest {
6
+ }
7
+ export interface CreateResponseHeadersPolicyCommandOutput extends CreateResponseHeadersPolicyResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateResponseHeadersPolicyCommand extends $Command<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: CreateResponseHeadersPolicyCommandInput;
12
+ constructor(input: CreateResponseHeadersPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteMonitoringSubscriptionRequest, DeleteMonitoringSubscriptionResult } from "../models/models_0";
4
+ import { DeleteMonitoringSubscriptionRequest } from "../models/models_0";
5
+ import { DeleteMonitoringSubscriptionResult } from "../models/models_1";
5
6
  export interface DeleteMonitoringSubscriptionCommandInput extends DeleteMonitoringSubscriptionRequest {
6
7
  }
7
8
  export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitoringSubscriptionResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteOriginRequestPolicyRequest } from "../models/models_0";
4
+ import { DeleteOriginRequestPolicyRequest } from "../models/models_1";
5
5
  export interface DeleteOriginRequestPolicyCommandInput extends DeleteOriginRequestPolicyRequest {
6
6
  }
7
7
  export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeletePublicKeyRequest } from "../models/models_0";
4
+ import { DeletePublicKeyRequest } from "../models/models_1";
5
5
  export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {
6
6
  }
7
7
  export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteRealtimeLogConfigRequest } from "../models/models_0";
4
+ import { DeleteRealtimeLogConfigRequest } from "../models/models_1";
5
5
  export interface DeleteRealtimeLogConfigCommandInput extends DeleteRealtimeLogConfigRequest {
6
6
  }
7
7
  export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
+ import { DeleteResponseHeadersPolicyRequest } from "../models/models_1";
5
+ export interface DeleteResponseHeadersPolicyCommandInput extends DeleteResponseHeadersPolicyRequest {
6
+ }
7
+ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteResponseHeadersPolicyCommand extends $Command<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig> {
11
+ readonly input: DeleteResponseHeadersPolicyCommandInput;
12
+ constructor(input: DeleteResponseHeadersPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DeleteStreamingDistributionRequest } from "../models/models_0";
4
+ import { DeleteStreamingDistributionRequest } from "../models/models_1";
5
5
  export interface DeleteStreamingDistributionCommandInput extends DeleteStreamingDistributionRequest {
6
6
  }
7
7
  export interface DeleteStreamingDistributionCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_0";
4
+ import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_1";
5
5
  export interface DescribeFunctionCommandInput extends DescribeFunctionRequest {
6
6
  }
7
7
  export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_0";
4
+ import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_1";
5
5
  export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {
6
6
  }
7
7
  export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_0";
4
+ import { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_1";
5
5
  export interface GetCachePolicyConfigCommandInput extends GetCachePolicyConfigRequest {
6
6
  }
7
7
  export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_0";
4
+ import { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_1";
5
5
  export interface GetCloudFrontOriginAccessIdentityCommandInput extends GetCloudFrontOriginAccessIdentityRequest {
6
6
  }
7
7
  export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloudFrontOriginAccessIdentityResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult } from "../models/models_0";
4
+ import { GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult } from "../models/models_1";
5
5
  export interface GetCloudFrontOriginAccessIdentityConfigCommandInput extends GetCloudFrontOriginAccessIdentityConfigRequest {
6
6
  }
7
7
  export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends GetCloudFrontOriginAccessIdentityConfigResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetDistributionRequest, GetDistributionResult } from "../models/models_0";
4
+ import { GetDistributionRequest, GetDistributionResult } from "../models/models_1";
5
5
  export interface GetDistributionCommandInput extends GetDistributionRequest {
6
6
  }
7
7
  export interface GetDistributionCommandOutput extends GetDistributionResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetDistributionConfigRequest, GetDistributionConfigResult } from "../models/models_0";
4
+ import { GetDistributionConfigRequest, GetDistributionConfigResult } from "../models/models_1";
5
5
  export interface GetDistributionConfigCommandInput extends GetDistributionConfigRequest {
6
6
  }
7
7
  export interface GetDistributionConfigCommandOutput extends GetDistributionConfigResult, __MetadataBearer {
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
4
- import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_0";
4
+ import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_1";
5
5
  export interface GetFieldLevelEncryptionCommandInput extends GetFieldLevelEncryptionRequest {
6
6
  }
7
7
  export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncryptionResult, __MetadataBearer {