@aws-sdk/client-cloudfront 3.32.0 → 3.36.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 (1150) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/CloudFront.js +1288 -0
  3. package/dist-cjs/CloudFrontClient.js +46 -0
  4. package/dist-cjs/commands/AssociateAliasCommand.js +70 -0
  5. package/dist-cjs/commands/CreateCachePolicyCommand.js +80 -0
  6. package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +63 -0
  7. package/dist-cjs/commands/CreateDistributionCommand.js +72 -0
  8. package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +60 -0
  9. package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +60 -0
  10. package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +60 -0
  11. package/dist-cjs/commands/CreateFunctionCommand.js +70 -0
  12. package/dist-cjs/commands/CreateInvalidationCommand.js +60 -0
  13. package/dist-cjs/commands/CreateKeyGroupCommand.js +67 -0
  14. package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +63 -0
  15. package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +84 -0
  16. package/dist-cjs/commands/CreatePublicKeyCommand.js +60 -0
  17. package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +63 -0
  18. package/dist-cjs/commands/CreateStreamingDistributionCommand.js +62 -0
  19. package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +62 -0
  20. package/dist-cjs/commands/DeleteCachePolicyCommand.js +66 -0
  21. package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +60 -0
  22. package/dist-cjs/commands/DeleteDistributionCommand.js +60 -0
  23. package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +60 -0
  24. package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +60 -0
  25. package/dist-cjs/commands/DeleteFunctionCommand.js +66 -0
  26. package/dist-cjs/commands/DeleteKeyGroupCommand.js +66 -0
  27. package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +60 -0
  28. package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +66 -0
  29. package/dist-cjs/commands/DeletePublicKeyCommand.js +60 -0
  30. package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +66 -0
  31. package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +107 -0
  32. package/dist-cjs/commands/DescribeFunctionCommand.js +64 -0
  33. package/dist-cjs/commands/GetCachePolicyCommand.js +73 -0
  34. package/dist-cjs/commands/GetCachePolicyConfigCommand.js +65 -0
  35. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +60 -0
  36. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +60 -0
  37. package/dist-cjs/commands/GetDistributionCommand.js +60 -0
  38. package/dist-cjs/commands/GetDistributionConfigCommand.js +60 -0
  39. package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +60 -0
  40. package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +60 -0
  41. package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +60 -0
  42. package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +60 -0
  43. package/dist-cjs/commands/GetFunctionCommand.js +63 -0
  44. package/dist-cjs/commands/GetInvalidationCommand.js +60 -0
  45. package/dist-cjs/commands/GetKeyGroupCommand.js +65 -0
  46. package/dist-cjs/commands/GetKeyGroupConfigCommand.js +65 -0
  47. package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +61 -0
  48. package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +73 -0
  49. package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +66 -0
  50. package/dist-cjs/commands/GetPublicKeyCommand.js +60 -0
  51. package/dist-cjs/commands/GetPublicKeyConfigCommand.js +60 -0
  52. package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +63 -0
  53. package/dist-cjs/commands/GetStreamingDistributionCommand.js +60 -0
  54. package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +60 -0
  55. package/dist-cjs/commands/ListCachePoliciesCommand.js +67 -0
  56. package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +60 -0
  57. package/dist-cjs/commands/ListConflictingAliasesCommand.js +82 -0
  58. package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +66 -0
  59. package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +66 -0
  60. package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +66 -0
  61. package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +69 -0
  62. package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +60 -0
  63. package/dist-cjs/commands/ListDistributionsCommand.js +60 -0
  64. package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +60 -0
  65. package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +60 -0
  66. package/dist-cjs/commands/ListFunctionsCommand.js +67 -0
  67. package/dist-cjs/commands/ListInvalidationsCommand.js +60 -0
  68. package/dist-cjs/commands/ListKeyGroupsCommand.js +65 -0
  69. package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +67 -0
  70. package/dist-cjs/commands/ListPublicKeysCommand.js +60 -0
  71. package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +65 -0
  72. package/dist-cjs/commands/ListStreamingDistributionsCommand.js +60 -0
  73. package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
  74. package/dist-cjs/commands/PublishFunctionCommand.js +68 -0
  75. package/dist-cjs/commands/TagResourceCommand.js +60 -0
  76. package/dist-cjs/commands/TestFunctionCommand.js +69 -0
  77. package/dist-cjs/commands/UntagResourceCommand.js +60 -0
  78. package/dist-cjs/commands/UpdateCachePolicyCommand.js +77 -0
  79. package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +60 -0
  80. package/dist-cjs/commands/UpdateDistributionCommand.js +138 -0
  81. package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +60 -0
  82. package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +60 -0
  83. package/dist-cjs/commands/UpdateFunctionCommand.js +65 -0
  84. package/dist-cjs/commands/UpdateKeyGroupCommand.js +77 -0
  85. package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +77 -0
  86. package/dist-cjs/commands/UpdatePublicKeyCommand.js +60 -0
  87. package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +80 -0
  88. package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +60 -0
  89. package/dist-cjs/endpoints.js +66 -0
  90. package/dist-cjs/index.js +99 -0
  91. package/dist-cjs/models/index.js +5 -0
  92. package/dist-cjs/models/models_0.js +2527 -0
  93. package/dist-cjs/models/models_1.js +1121 -0
  94. package/dist-cjs/pagination/Interfaces.js +2 -0
  95. package/dist-cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +45 -0
  96. package/dist-cjs/pagination/ListDistributionsPaginator.js +45 -0
  97. package/dist-cjs/pagination/ListInvalidationsPaginator.js +45 -0
  98. package/dist-cjs/pagination/ListStreamingDistributionsPaginator.js +45 -0
  99. package/dist-cjs/protocols/Aws_restXml.js +16514 -0
  100. package/dist-cjs/runtimeConfig.browser.js +41 -0
  101. package/dist-cjs/runtimeConfig.js +46 -0
  102. package/dist-cjs/runtimeConfig.native.js +19 -0
  103. package/dist-cjs/runtimeConfig.shared.js +20 -0
  104. package/dist-cjs/waiters/waitForDistributionDeployed.js +45 -0
  105. package/dist-cjs/waiters/waitForInvalidationCompleted.js +45 -0
  106. package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +45 -0
  107. package/dist-es/CloudFront.js +1285 -0
  108. package/dist-es/CloudFrontClient.js +37 -0
  109. package/dist-es/commands/AssociateAliasCommand.js +39 -0
  110. package/dist-es/commands/CreateCachePolicyCommand.js +39 -0
  111. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +39 -0
  112. package/dist-es/commands/CreateDistributionCommand.js +39 -0
  113. package/dist-es/commands/CreateDistributionWithTagsCommand.js +39 -0
  114. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +39 -0
  115. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +39 -0
  116. package/dist-es/commands/CreateFunctionCommand.js +39 -0
  117. package/dist-es/commands/CreateInvalidationCommand.js +39 -0
  118. package/dist-es/commands/CreateKeyGroupCommand.js +39 -0
  119. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +39 -0
  120. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +39 -0
  121. package/dist-es/commands/CreatePublicKeyCommand.js +39 -0
  122. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +39 -0
  123. package/dist-es/commands/CreateStreamingDistributionCommand.js +39 -0
  124. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +39 -0
  125. package/dist-es/commands/DeleteCachePolicyCommand.js +39 -0
  126. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +39 -0
  127. package/dist-es/commands/DeleteDistributionCommand.js +39 -0
  128. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +39 -0
  129. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +39 -0
  130. package/dist-es/commands/DeleteFunctionCommand.js +39 -0
  131. package/dist-es/commands/DeleteKeyGroupCommand.js +39 -0
  132. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +39 -0
  133. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +39 -0
  134. package/dist-es/commands/DeletePublicKeyCommand.js +39 -0
  135. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +39 -0
  136. package/dist-es/commands/DeleteStreamingDistributionCommand.js +39 -0
  137. package/dist-es/commands/DescribeFunctionCommand.js +39 -0
  138. package/dist-es/commands/GetCachePolicyCommand.js +39 -0
  139. package/dist-es/commands/GetCachePolicyConfigCommand.js +39 -0
  140. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +39 -0
  141. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +39 -0
  142. package/dist-es/commands/GetDistributionCommand.js +39 -0
  143. package/dist-es/commands/GetDistributionConfigCommand.js +39 -0
  144. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +39 -0
  145. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +39 -0
  146. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +39 -0
  147. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +39 -0
  148. package/dist-es/commands/GetFunctionCommand.js +39 -0
  149. package/dist-es/commands/GetInvalidationCommand.js +39 -0
  150. package/dist-es/commands/GetKeyGroupCommand.js +39 -0
  151. package/dist-es/commands/GetKeyGroupConfigCommand.js +39 -0
  152. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +39 -0
  153. package/dist-es/commands/GetOriginRequestPolicyCommand.js +39 -0
  154. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +39 -0
  155. package/dist-es/commands/GetPublicKeyCommand.js +39 -0
  156. package/dist-es/commands/GetPublicKeyConfigCommand.js +39 -0
  157. package/dist-es/commands/GetRealtimeLogConfigCommand.js +39 -0
  158. package/dist-es/commands/GetStreamingDistributionCommand.js +39 -0
  159. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +39 -0
  160. package/dist-es/commands/ListCachePoliciesCommand.js +39 -0
  161. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +39 -0
  162. package/dist-es/commands/ListConflictingAliasesCommand.js +39 -0
  163. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +39 -0
  164. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +39 -0
  165. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +39 -0
  166. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +39 -0
  167. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +39 -0
  168. package/dist-es/commands/ListDistributionsCommand.js +39 -0
  169. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +39 -0
  170. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +39 -0
  171. package/dist-es/commands/ListFunctionsCommand.js +39 -0
  172. package/dist-es/commands/ListInvalidationsCommand.js +39 -0
  173. package/dist-es/commands/ListKeyGroupsCommand.js +39 -0
  174. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +39 -0
  175. package/dist-es/commands/ListPublicKeysCommand.js +39 -0
  176. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +39 -0
  177. package/dist-es/commands/ListStreamingDistributionsCommand.js +39 -0
  178. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  179. package/dist-es/commands/PublishFunctionCommand.js +39 -0
  180. package/dist-es/commands/TagResourceCommand.js +39 -0
  181. package/dist-es/commands/TestFunctionCommand.js +39 -0
  182. package/dist-es/commands/UntagResourceCommand.js +39 -0
  183. package/dist-es/commands/UpdateCachePolicyCommand.js +39 -0
  184. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +39 -0
  185. package/dist-es/commands/UpdateDistributionCommand.js +39 -0
  186. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +39 -0
  187. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +39 -0
  188. package/dist-es/commands/UpdateFunctionCommand.js +39 -0
  189. package/dist-es/commands/UpdateKeyGroupCommand.js +39 -0
  190. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +39 -0
  191. package/dist-es/commands/UpdatePublicKeyCommand.js +39 -0
  192. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +39 -0
  193. package/dist-es/commands/UpdateStreamingDistributionCommand.js +39 -0
  194. package/dist-es/endpoints.js +62 -0
  195. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  196. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  197. package/dist-es/models/models_0.js +1130 -0
  198. package/dist-es/models/models_1.js +497 -0
  199. package/dist-es/pagination/Interfaces.js +1 -0
  200. package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +74 -0
  201. package/dist-es/pagination/ListDistributionsPaginator.js +74 -0
  202. package/dist-es/pagination/ListInvalidationsPaginator.js +74 -0
  203. package/dist-es/pagination/ListStreamingDistributionsPaginator.js +74 -0
  204. package/dist-es/protocols/Aws_restXml.js +18245 -0
  205. package/dist-es/runtimeConfig.browser.js +16 -0
  206. package/dist-es/runtimeConfig.js +21 -0
  207. package/dist-es/runtimeConfig.native.js +8 -0
  208. package/dist-es/runtimeConfig.shared.js +13 -0
  209. package/dist-es/waiters/waitForDistributionDeployed.js +51 -0
  210. package/dist-es/waiters/waitForInvalidationCompleted.js +51 -0
  211. package/dist-es/waiters/waitForStreamingDistributionDeployed.js +51 -0
  212. package/dist-types/CloudFront.d.ts +1087 -0
  213. package/dist-types/CloudFrontClient.d.ts +220 -0
  214. package/dist-types/commands/AssociateAliasCommand.d.ts +45 -0
  215. package/dist-types/commands/CreateCachePolicyCommand.d.ts +55 -0
  216. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
  217. package/dist-types/commands/CreateDistributionCommand.d.ts +47 -0
  218. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
  219. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
  220. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
  221. package/dist-types/commands/CreateFunctionCommand.d.ts +45 -0
  222. package/dist-types/commands/CreateInvalidationCommand.d.ts +35 -0
  223. package/dist-types/commands/CreateKeyGroupCommand.d.ts +42 -0
  224. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
  225. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
  226. package/dist-types/commands/CreatePublicKeyCommand.d.ts +35 -0
  227. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
  228. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +37 -0
  229. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
  230. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +41 -0
  231. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  232. package/dist-types/commands/DeleteDistributionCommand.d.ts +35 -0
  233. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
  234. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
  235. package/dist-types/commands/DeleteFunctionCommand.d.ts +41 -0
  236. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +41 -0
  237. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
  238. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
  239. package/dist-types/commands/DeletePublicKeyCommand.d.ts +35 -0
  240. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
  241. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
  242. package/dist-types/commands/DescribeFunctionCommand.d.ts +39 -0
  243. package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
  244. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +40 -0
  245. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  246. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
  247. package/dist-types/commands/GetDistributionCommand.d.ts +35 -0
  248. package/dist-types/commands/GetDistributionConfigCommand.d.ts +35 -0
  249. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
  250. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
  251. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
  252. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
  253. package/dist-types/commands/GetFunctionCommand.d.ts +38 -0
  254. package/dist-types/commands/GetInvalidationCommand.d.ts +35 -0
  255. package/dist-types/commands/GetKeyGroupCommand.d.ts +40 -0
  256. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +40 -0
  257. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
  258. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
  259. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
  260. package/dist-types/commands/GetPublicKeyCommand.d.ts +35 -0
  261. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +35 -0
  262. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
  263. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +35 -0
  264. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
  265. package/dist-types/commands/ListCachePoliciesCommand.d.ts +42 -0
  266. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
  267. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +57 -0
  268. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
  269. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
  270. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
  271. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
  272. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
  273. package/dist-types/commands/ListDistributionsCommand.d.ts +35 -0
  274. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
  275. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
  276. package/dist-types/commands/ListFunctionsCommand.d.ts +42 -0
  277. package/dist-types/commands/ListInvalidationsCommand.d.ts +35 -0
  278. package/dist-types/commands/ListKeyGroupsCommand.d.ts +40 -0
  279. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
  280. package/dist-types/commands/ListPublicKeysCommand.d.ts +35 -0
  281. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
  282. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +35 -0
  283. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  284. package/dist-types/commands/PublishFunctionCommand.d.ts +43 -0
  285. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  286. package/dist-types/commands/TestFunctionCommand.d.ts +44 -0
  287. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  288. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +52 -0
  289. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  290. package/dist-types/commands/UpdateDistributionCommand.d.ts +113 -0
  291. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
  292. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
  293. package/dist-types/commands/UpdateFunctionCommand.d.ts +40 -0
  294. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +52 -0
  295. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
  296. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +35 -0
  297. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
  298. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
  299. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  300. package/{index.ts → dist-types/index.d.ts} +0 -0
  301. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  302. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  303. package/dist-types/models/models_1.d.ts +2647 -0
  304. package/dist-types/pagination/Interfaces.d.ts +6 -0
  305. package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListDistributionsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListInvalidationsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
  309. package/dist-types/protocols/Aws_restXml.d.ts +257 -0
  310. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  311. package/dist-types/runtimeConfig.d.ts +37 -0
  312. package/dist-types/runtimeConfig.native.d.ts +36 -0
  313. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  314. package/dist-types/ts3.4/CloudFront.d.ts +1087 -0
  315. package/dist-types/ts3.4/CloudFrontClient.d.ts +220 -0
  316. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +45 -0
  317. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +55 -0
  318. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
  319. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +47 -0
  320. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
  321. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
  322. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
  323. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +45 -0
  324. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +35 -0
  325. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +42 -0
  326. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
  327. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
  328. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -0
  329. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
  330. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +37 -0
  331. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
  332. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +41 -0
  333. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  334. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +35 -0
  335. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
  336. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
  337. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +41 -0
  338. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +41 -0
  339. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
  340. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
  341. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +35 -0
  342. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
  343. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
  344. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +39 -0
  345. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +48 -0
  346. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +40 -0
  347. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  348. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
  349. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -0
  350. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +35 -0
  351. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
  352. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
  353. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
  354. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
  355. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +38 -0
  356. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -0
  357. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +40 -0
  358. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +40 -0
  359. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
  360. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
  361. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
  362. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +35 -0
  363. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +35 -0
  364. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
  365. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +35 -0
  366. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
  367. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +42 -0
  368. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
  369. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +57 -0
  370. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
  371. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
  372. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
  373. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
  374. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
  375. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +35 -0
  376. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
  377. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
  378. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +42 -0
  379. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +35 -0
  380. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +40 -0
  381. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
  382. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -0
  383. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
  384. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +35 -0
  385. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +43 -0
  387. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  388. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +44 -0
  389. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +52 -0
  391. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
  392. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +113 -0
  393. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
  394. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
  395. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +40 -0
  396. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +52 -0
  397. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
  398. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -0
  399. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
  400. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
  401. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  402. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  403. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  404. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  405. package/dist-types/ts3.4/models/models_1.d.ts +2647 -0
  406. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  407. package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
  408. package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
  411. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +257 -0
  412. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  413. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  414. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  415. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  416. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +14 -0
  417. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +14 -0
  418. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
  419. package/dist-types/waiters/waitForDistributionDeployed.d.ts +14 -0
  420. package/dist-types/waiters/waitForInvalidationCompleted.d.ts +14 -0
  421. package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
  422. package/package.json +54 -51
  423. package/CloudFront.ts +0 -3605
  424. package/CloudFrontClient.ts +0 -640
  425. package/commands/AssociateAliasCommand.ts +0 -104
  426. package/commands/CreateCachePolicyCommand.ts +0 -114
  427. package/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +0 -108
  428. package/commands/CreateDistributionCommand.ts +0 -106
  429. package/commands/CreateDistributionWithTagsCommand.ts +0 -97
  430. package/commands/CreateFieldLevelEncryptionConfigCommand.ts +0 -102
  431. package/commands/CreateFieldLevelEncryptionProfileCommand.ts +0 -102
  432. package/commands/CreateFunctionCommand.ts +0 -104
  433. package/commands/CreateInvalidationCommand.ts +0 -94
  434. package/commands/CreateKeyGroupCommand.ts +0 -101
  435. package/commands/CreateMonitoringSubscriptionCommand.ts +0 -102
  436. package/commands/CreateOriginRequestPolicyCommand.ts +0 -121
  437. package/commands/CreatePublicKeyCommand.ts +0 -94
  438. package/commands/CreateRealtimeLogConfigCommand.ts +0 -97
  439. package/commands/CreateStreamingDistributionCommand.ts +0 -99
  440. package/commands/CreateStreamingDistributionWithTagsCommand.ts +0 -107
  441. package/commands/DeleteCachePolicyCommand.ts +0 -100
  442. package/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +0 -100
  443. package/commands/DeleteDistributionCommand.ts +0 -94
  444. package/commands/DeleteFieldLevelEncryptionConfigCommand.ts +0 -100
  445. package/commands/DeleteFieldLevelEncryptionProfileCommand.ts +0 -100
  446. package/commands/DeleteFunctionCommand.ts +0 -100
  447. package/commands/DeleteKeyGroupCommand.ts +0 -100
  448. package/commands/DeleteMonitoringSubscriptionCommand.ts +0 -99
  449. package/commands/DeleteOriginRequestPolicyCommand.ts +0 -103
  450. package/commands/DeletePublicKeyCommand.ts +0 -94
  451. package/commands/DeleteRealtimeLogConfigCommand.ts +0 -100
  452. package/commands/DeleteStreamingDistributionCommand.ts +0 -144
  453. package/commands/DescribeFunctionCommand.ts +0 -98
  454. package/commands/GetCachePolicyCommand.ts +0 -107
  455. package/commands/GetCachePolicyConfigCommand.ts +0 -99
  456. package/commands/GetCloudFrontOriginAccessIdentityCommand.ts +0 -102
  457. package/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +0 -109
  458. package/commands/GetDistributionCommand.ts +0 -94
  459. package/commands/GetDistributionConfigCommand.ts +0 -94
  460. package/commands/GetFieldLevelEncryptionCommand.ts +0 -94
  461. package/commands/GetFieldLevelEncryptionConfigCommand.ts +0 -99
  462. package/commands/GetFieldLevelEncryptionProfileCommand.ts +0 -102
  463. package/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +0 -105
  464. package/commands/GetFunctionCommand.ts +0 -97
  465. package/commands/GetInvalidationCommand.ts +0 -94
  466. package/commands/GetKeyGroupCommand.ts +0 -99
  467. package/commands/GetKeyGroupConfigCommand.ts +0 -99
  468. package/commands/GetMonitoringSubscriptionCommand.ts +0 -98
  469. package/commands/GetOriginRequestPolicyCommand.ts +0 -107
  470. package/commands/GetOriginRequestPolicyConfigCommand.ts +0 -105
  471. package/commands/GetPublicKeyCommand.ts +0 -94
  472. package/commands/GetPublicKeyConfigCommand.ts +0 -94
  473. package/commands/GetRealtimeLogConfigCommand.ts +0 -97
  474. package/commands/GetStreamingDistributionCommand.ts +0 -94
  475. package/commands/GetStreamingDistributionConfigCommand.ts +0 -102
  476. package/commands/ListCachePoliciesCommand.ts +0 -101
  477. package/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +0 -105
  478. package/commands/ListConflictingAliasesCommand.ts +0 -116
  479. package/commands/ListDistributionsByCachePolicyIdCommand.ts +0 -108
  480. package/commands/ListDistributionsByKeyGroupCommand.ts +0 -103
  481. package/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +0 -115
  482. package/commands/ListDistributionsByRealtimeLogConfigCommand.ts +0 -114
  483. package/commands/ListDistributionsByWebACLIdCommand.ts +0 -97
  484. package/commands/ListDistributionsCommand.ts +0 -94
  485. package/commands/ListFieldLevelEncryptionConfigsCommand.ts +0 -102
  486. package/commands/ListFieldLevelEncryptionProfilesCommand.ts +0 -102
  487. package/commands/ListFunctionsCommand.ts +0 -101
  488. package/commands/ListInvalidationsCommand.ts +0 -94
  489. package/commands/ListKeyGroupsCommand.ts +0 -99
  490. package/commands/ListOriginRequestPoliciesCommand.ts +0 -104
  491. package/commands/ListPublicKeysCommand.ts +0 -94
  492. package/commands/ListRealtimeLogConfigsCommand.ts +0 -99
  493. package/commands/ListStreamingDistributionsCommand.ts +0 -97
  494. package/commands/ListTagsForResourceCommand.ts +0 -94
  495. package/commands/PublishFunctionCommand.ts +0 -102
  496. package/commands/TagResourceCommand.ts +0 -94
  497. package/commands/TestFunctionCommand.ts +0 -103
  498. package/commands/UntagResourceCommand.ts +0 -94
  499. package/commands/UpdateCachePolicyCommand.ts +0 -111
  500. package/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +0 -105
  501. package/commands/UpdateDistributionCommand.ts +0 -172
  502. package/commands/UpdateFieldLevelEncryptionConfigCommand.ts +0 -102
  503. package/commands/UpdateFieldLevelEncryptionProfileCommand.ts +0 -102
  504. package/commands/UpdateFunctionCommand.ts +0 -99
  505. package/commands/UpdateKeyGroupCommand.ts +0 -111
  506. package/commands/UpdateOriginRequestPolicyCommand.ts +0 -114
  507. package/commands/UpdatePublicKeyCommand.ts +0 -94
  508. package/commands/UpdateRealtimeLogConfigCommand.ts +0 -114
  509. package/commands/UpdateStreamingDistributionCommand.ts +0 -97
  510. package/dist/cjs/CloudFront.js +0 -1289
  511. package/dist/cjs/CloudFront.js.map +0 -1
  512. package/dist/cjs/CloudFrontClient.js +0 -47
  513. package/dist/cjs/CloudFrontClient.js.map +0 -1
  514. package/dist/cjs/commands/AssociateAliasCommand.js +0 -71
  515. package/dist/cjs/commands/AssociateAliasCommand.js.map +0 -1
  516. package/dist/cjs/commands/CreateCachePolicyCommand.js +0 -81
  517. package/dist/cjs/commands/CreateCachePolicyCommand.js.map +0 -1
  518. package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -64
  519. package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  520. package/dist/cjs/commands/CreateDistributionCommand.js +0 -73
  521. package/dist/cjs/commands/CreateDistributionCommand.js.map +0 -1
  522. package/dist/cjs/commands/CreateDistributionWithTagsCommand.js +0 -61
  523. package/dist/cjs/commands/CreateDistributionWithTagsCommand.js.map +0 -1
  524. package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -61
  525. package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
  526. package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -61
  527. package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
  528. package/dist/cjs/commands/CreateFunctionCommand.js +0 -71
  529. package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
  530. package/dist/cjs/commands/CreateInvalidationCommand.js +0 -61
  531. package/dist/cjs/commands/CreateInvalidationCommand.js.map +0 -1
  532. package/dist/cjs/commands/CreateKeyGroupCommand.js +0 -68
  533. package/dist/cjs/commands/CreateKeyGroupCommand.js.map +0 -1
  534. package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js +0 -64
  535. package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
  536. package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js +0 -85
  537. package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
  538. package/dist/cjs/commands/CreatePublicKeyCommand.js +0 -61
  539. package/dist/cjs/commands/CreatePublicKeyCommand.js.map +0 -1
  540. package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js +0 -64
  541. package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
  542. package/dist/cjs/commands/CreateStreamingDistributionCommand.js +0 -63
  543. package/dist/cjs/commands/CreateStreamingDistributionCommand.js.map +0 -1
  544. package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js +0 -63
  545. package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
  546. package/dist/cjs/commands/DeleteCachePolicyCommand.js +0 -67
  547. package/dist/cjs/commands/DeleteCachePolicyCommand.js.map +0 -1
  548. package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -61
  549. package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  550. package/dist/cjs/commands/DeleteDistributionCommand.js +0 -61
  551. package/dist/cjs/commands/DeleteDistributionCommand.js.map +0 -1
  552. package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -61
  553. package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
  554. package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -61
  555. package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
  556. package/dist/cjs/commands/DeleteFunctionCommand.js +0 -67
  557. package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
  558. package/dist/cjs/commands/DeleteKeyGroupCommand.js +0 -67
  559. package/dist/cjs/commands/DeleteKeyGroupCommand.js.map +0 -1
  560. package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js +0 -61
  561. package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
  562. package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js +0 -67
  563. package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
  564. package/dist/cjs/commands/DeletePublicKeyCommand.js +0 -61
  565. package/dist/cjs/commands/DeletePublicKeyCommand.js.map +0 -1
  566. package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js +0 -67
  567. package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
  568. package/dist/cjs/commands/DeleteStreamingDistributionCommand.js +0 -108
  569. package/dist/cjs/commands/DeleteStreamingDistributionCommand.js.map +0 -1
  570. package/dist/cjs/commands/DescribeFunctionCommand.js +0 -65
  571. package/dist/cjs/commands/DescribeFunctionCommand.js.map +0 -1
  572. package/dist/cjs/commands/GetCachePolicyCommand.js +0 -74
  573. package/dist/cjs/commands/GetCachePolicyCommand.js.map +0 -1
  574. package/dist/cjs/commands/GetCachePolicyConfigCommand.js +0 -66
  575. package/dist/cjs/commands/GetCachePolicyConfigCommand.js.map +0 -1
  576. package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -61
  577. package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  578. package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -61
  579. package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
  580. package/dist/cjs/commands/GetDistributionCommand.js +0 -61
  581. package/dist/cjs/commands/GetDistributionCommand.js.map +0 -1
  582. package/dist/cjs/commands/GetDistributionConfigCommand.js +0 -61
  583. package/dist/cjs/commands/GetDistributionConfigCommand.js.map +0 -1
  584. package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js +0 -61
  585. package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
  586. package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js +0 -61
  587. package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
  588. package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js +0 -61
  589. package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
  590. package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -61
  591. package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
  592. package/dist/cjs/commands/GetFunctionCommand.js +0 -64
  593. package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
  594. package/dist/cjs/commands/GetInvalidationCommand.js +0 -61
  595. package/dist/cjs/commands/GetInvalidationCommand.js.map +0 -1
  596. package/dist/cjs/commands/GetKeyGroupCommand.js +0 -66
  597. package/dist/cjs/commands/GetKeyGroupCommand.js.map +0 -1
  598. package/dist/cjs/commands/GetKeyGroupConfigCommand.js +0 -66
  599. package/dist/cjs/commands/GetKeyGroupConfigCommand.js.map +0 -1
  600. package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js +0 -62
  601. package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
  602. package/dist/cjs/commands/GetOriginRequestPolicyCommand.js +0 -74
  603. package/dist/cjs/commands/GetOriginRequestPolicyCommand.js.map +0 -1
  604. package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js +0 -67
  605. package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
  606. package/dist/cjs/commands/GetPublicKeyCommand.js +0 -61
  607. package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
  608. package/dist/cjs/commands/GetPublicKeyConfigCommand.js +0 -61
  609. package/dist/cjs/commands/GetPublicKeyConfigCommand.js.map +0 -1
  610. package/dist/cjs/commands/GetRealtimeLogConfigCommand.js +0 -64
  611. package/dist/cjs/commands/GetRealtimeLogConfigCommand.js.map +0 -1
  612. package/dist/cjs/commands/GetStreamingDistributionCommand.js +0 -61
  613. package/dist/cjs/commands/GetStreamingDistributionCommand.js.map +0 -1
  614. package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js +0 -61
  615. package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
  616. package/dist/cjs/commands/ListCachePoliciesCommand.js +0 -68
  617. package/dist/cjs/commands/ListCachePoliciesCommand.js.map +0 -1
  618. package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -61
  619. package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
  620. package/dist/cjs/commands/ListConflictingAliasesCommand.js +0 -83
  621. package/dist/cjs/commands/ListConflictingAliasesCommand.js.map +0 -1
  622. package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js +0 -67
  623. package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
  624. package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js +0 -67
  625. package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
  626. package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -67
  627. package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
  628. package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -70
  629. package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
  630. package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js +0 -61
  631. package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
  632. package/dist/cjs/commands/ListDistributionsCommand.js +0 -61
  633. package/dist/cjs/commands/ListDistributionsCommand.js.map +0 -1
  634. package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -61
  635. package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
  636. package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -61
  637. package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
  638. package/dist/cjs/commands/ListFunctionsCommand.js +0 -68
  639. package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
  640. package/dist/cjs/commands/ListInvalidationsCommand.js +0 -61
  641. package/dist/cjs/commands/ListInvalidationsCommand.js.map +0 -1
  642. package/dist/cjs/commands/ListKeyGroupsCommand.js +0 -66
  643. package/dist/cjs/commands/ListKeyGroupsCommand.js.map +0 -1
  644. package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js +0 -68
  645. package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
  646. package/dist/cjs/commands/ListPublicKeysCommand.js +0 -61
  647. package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
  648. package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js +0 -66
  649. package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
  650. package/dist/cjs/commands/ListStreamingDistributionsCommand.js +0 -61
  651. package/dist/cjs/commands/ListStreamingDistributionsCommand.js.map +0 -1
  652. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  653. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  654. package/dist/cjs/commands/PublishFunctionCommand.js +0 -69
  655. package/dist/cjs/commands/PublishFunctionCommand.js.map +0 -1
  656. package/dist/cjs/commands/TagResourceCommand.js +0 -61
  657. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  658. package/dist/cjs/commands/TestFunctionCommand.js +0 -70
  659. package/dist/cjs/commands/TestFunctionCommand.js.map +0 -1
  660. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  661. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  662. package/dist/cjs/commands/UpdateCachePolicyCommand.js +0 -78
  663. package/dist/cjs/commands/UpdateCachePolicyCommand.js.map +0 -1
  664. package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -61
  665. package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  666. package/dist/cjs/commands/UpdateDistributionCommand.js +0 -139
  667. package/dist/cjs/commands/UpdateDistributionCommand.js.map +0 -1
  668. package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -61
  669. package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
  670. package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -61
  671. package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
  672. package/dist/cjs/commands/UpdateFunctionCommand.js +0 -66
  673. package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
  674. package/dist/cjs/commands/UpdateKeyGroupCommand.js +0 -78
  675. package/dist/cjs/commands/UpdateKeyGroupCommand.js.map +0 -1
  676. package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js +0 -78
  677. package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
  678. package/dist/cjs/commands/UpdatePublicKeyCommand.js +0 -61
  679. package/dist/cjs/commands/UpdatePublicKeyCommand.js.map +0 -1
  680. package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js +0 -81
  681. package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
  682. package/dist/cjs/commands/UpdateStreamingDistributionCommand.js +0 -61
  683. package/dist/cjs/commands/UpdateStreamingDistributionCommand.js.map +0 -1
  684. package/dist/cjs/endpoints.js +0 -67
  685. package/dist/cjs/endpoints.js.map +0 -1
  686. package/dist/cjs/index.js +0 -100
  687. package/dist/cjs/index.js.map +0 -1
  688. package/dist/cjs/models/index.js +0 -6
  689. package/dist/cjs/models/index.js.map +0 -1
  690. package/dist/cjs/models/models_0.js +0 -2528
  691. package/dist/cjs/models/models_0.js.map +0 -1
  692. package/dist/cjs/models/models_1.js +0 -1122
  693. package/dist/cjs/models/models_1.js.map +0 -1
  694. package/dist/cjs/package.json +0 -95
  695. package/dist/cjs/pagination/Interfaces.js +0 -3
  696. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  697. package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -46
  698. package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
  699. package/dist/cjs/pagination/ListDistributionsPaginator.js +0 -46
  700. package/dist/cjs/pagination/ListDistributionsPaginator.js.map +0 -1
  701. package/dist/cjs/pagination/ListInvalidationsPaginator.js +0 -46
  702. package/dist/cjs/pagination/ListInvalidationsPaginator.js.map +0 -1
  703. package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js +0 -46
  704. package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
  705. package/dist/cjs/protocols/Aws_restXml.js +0 -16515
  706. package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
  707. package/dist/cjs/runtimeConfig.browser.js +0 -41
  708. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  709. package/dist/cjs/runtimeConfig.js +0 -46
  710. package/dist/cjs/runtimeConfig.js.map +0 -1
  711. package/dist/cjs/runtimeConfig.native.js +0 -20
  712. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  713. package/dist/cjs/runtimeConfig.shared.js +0 -21
  714. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  715. package/dist/cjs/waiters/waitForDistributionDeployed.js +0 -46
  716. package/dist/cjs/waiters/waitForDistributionDeployed.js.map +0 -1
  717. package/dist/cjs/waiters/waitForInvalidationCompleted.js +0 -46
  718. package/dist/cjs/waiters/waitForInvalidationCompleted.js.map +0 -1
  719. package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js +0 -46
  720. package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
  721. package/dist/es/CloudFront.js +0 -1292
  722. package/dist/es/CloudFront.js.map +0 -1
  723. package/dist/es/CloudFrontClient.js +0 -49
  724. package/dist/es/CloudFrontClient.js.map +0 -1
  725. package/dist/es/commands/AssociateAliasCommand.js +0 -75
  726. package/dist/es/commands/AssociateAliasCommand.js.map +0 -1
  727. package/dist/es/commands/CreateCachePolicyCommand.js +0 -85
  728. package/dist/es/commands/CreateCachePolicyCommand.js.map +0 -1
  729. package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -68
  730. package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  731. package/dist/es/commands/CreateDistributionCommand.js +0 -77
  732. package/dist/es/commands/CreateDistributionCommand.js.map +0 -1
  733. package/dist/es/commands/CreateDistributionWithTagsCommand.js +0 -65
  734. package/dist/es/commands/CreateDistributionWithTagsCommand.js.map +0 -1
  735. package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -65
  736. package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
  737. package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -65
  738. package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
  739. package/dist/es/commands/CreateFunctionCommand.js +0 -75
  740. package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
  741. package/dist/es/commands/CreateInvalidationCommand.js +0 -65
  742. package/dist/es/commands/CreateInvalidationCommand.js.map +0 -1
  743. package/dist/es/commands/CreateKeyGroupCommand.js +0 -72
  744. package/dist/es/commands/CreateKeyGroupCommand.js.map +0 -1
  745. package/dist/es/commands/CreateMonitoringSubscriptionCommand.js +0 -68
  746. package/dist/es/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
  747. package/dist/es/commands/CreateOriginRequestPolicyCommand.js +0 -89
  748. package/dist/es/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
  749. package/dist/es/commands/CreatePublicKeyCommand.js +0 -65
  750. package/dist/es/commands/CreatePublicKeyCommand.js.map +0 -1
  751. package/dist/es/commands/CreateRealtimeLogConfigCommand.js +0 -68
  752. package/dist/es/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
  753. package/dist/es/commands/CreateStreamingDistributionCommand.js +0 -67
  754. package/dist/es/commands/CreateStreamingDistributionCommand.js.map +0 -1
  755. package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js +0 -67
  756. package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
  757. package/dist/es/commands/DeleteCachePolicyCommand.js +0 -71
  758. package/dist/es/commands/DeleteCachePolicyCommand.js.map +0 -1
  759. package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -65
  760. package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  761. package/dist/es/commands/DeleteDistributionCommand.js +0 -65
  762. package/dist/es/commands/DeleteDistributionCommand.js.map +0 -1
  763. package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -65
  764. package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
  765. package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -65
  766. package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
  767. package/dist/es/commands/DeleteFunctionCommand.js +0 -71
  768. package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
  769. package/dist/es/commands/DeleteKeyGroupCommand.js +0 -71
  770. package/dist/es/commands/DeleteKeyGroupCommand.js.map +0 -1
  771. package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js +0 -65
  772. package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
  773. package/dist/es/commands/DeleteOriginRequestPolicyCommand.js +0 -71
  774. package/dist/es/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
  775. package/dist/es/commands/DeletePublicKeyCommand.js +0 -65
  776. package/dist/es/commands/DeletePublicKeyCommand.js.map +0 -1
  777. package/dist/es/commands/DeleteRealtimeLogConfigCommand.js +0 -71
  778. package/dist/es/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
  779. package/dist/es/commands/DeleteStreamingDistributionCommand.js +0 -112
  780. package/dist/es/commands/DeleteStreamingDistributionCommand.js.map +0 -1
  781. package/dist/es/commands/DescribeFunctionCommand.js +0 -69
  782. package/dist/es/commands/DescribeFunctionCommand.js.map +0 -1
  783. package/dist/es/commands/GetCachePolicyCommand.js +0 -78
  784. package/dist/es/commands/GetCachePolicyCommand.js.map +0 -1
  785. package/dist/es/commands/GetCachePolicyConfigCommand.js +0 -70
  786. package/dist/es/commands/GetCachePolicyConfigCommand.js.map +0 -1
  787. package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -65
  788. package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  789. package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -65
  790. package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
  791. package/dist/es/commands/GetDistributionCommand.js +0 -65
  792. package/dist/es/commands/GetDistributionCommand.js.map +0 -1
  793. package/dist/es/commands/GetDistributionConfigCommand.js +0 -65
  794. package/dist/es/commands/GetDistributionConfigCommand.js.map +0 -1
  795. package/dist/es/commands/GetFieldLevelEncryptionCommand.js +0 -65
  796. package/dist/es/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
  797. package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js +0 -65
  798. package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
  799. package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js +0 -65
  800. package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
  801. package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -65
  802. package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
  803. package/dist/es/commands/GetFunctionCommand.js +0 -68
  804. package/dist/es/commands/GetFunctionCommand.js.map +0 -1
  805. package/dist/es/commands/GetInvalidationCommand.js +0 -65
  806. package/dist/es/commands/GetInvalidationCommand.js.map +0 -1
  807. package/dist/es/commands/GetKeyGroupCommand.js +0 -70
  808. package/dist/es/commands/GetKeyGroupCommand.js.map +0 -1
  809. package/dist/es/commands/GetKeyGroupConfigCommand.js +0 -70
  810. package/dist/es/commands/GetKeyGroupConfigCommand.js.map +0 -1
  811. package/dist/es/commands/GetMonitoringSubscriptionCommand.js +0 -66
  812. package/dist/es/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
  813. package/dist/es/commands/GetOriginRequestPolicyCommand.js +0 -78
  814. package/dist/es/commands/GetOriginRequestPolicyCommand.js.map +0 -1
  815. package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js +0 -71
  816. package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
  817. package/dist/es/commands/GetPublicKeyCommand.js +0 -65
  818. package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
  819. package/dist/es/commands/GetPublicKeyConfigCommand.js +0 -65
  820. package/dist/es/commands/GetPublicKeyConfigCommand.js.map +0 -1
  821. package/dist/es/commands/GetRealtimeLogConfigCommand.js +0 -68
  822. package/dist/es/commands/GetRealtimeLogConfigCommand.js.map +0 -1
  823. package/dist/es/commands/GetStreamingDistributionCommand.js +0 -65
  824. package/dist/es/commands/GetStreamingDistributionCommand.js.map +0 -1
  825. package/dist/es/commands/GetStreamingDistributionConfigCommand.js +0 -65
  826. package/dist/es/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
  827. package/dist/es/commands/ListCachePoliciesCommand.js +0 -72
  828. package/dist/es/commands/ListCachePoliciesCommand.js.map +0 -1
  829. package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -65
  830. package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
  831. package/dist/es/commands/ListConflictingAliasesCommand.js +0 -87
  832. package/dist/es/commands/ListConflictingAliasesCommand.js.map +0 -1
  833. package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js +0 -71
  834. package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
  835. package/dist/es/commands/ListDistributionsByKeyGroupCommand.js +0 -71
  836. package/dist/es/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
  837. package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -71
  838. package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
  839. package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -74
  840. package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
  841. package/dist/es/commands/ListDistributionsByWebACLIdCommand.js +0 -65
  842. package/dist/es/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
  843. package/dist/es/commands/ListDistributionsCommand.js +0 -65
  844. package/dist/es/commands/ListDistributionsCommand.js.map +0 -1
  845. package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -65
  846. package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
  847. package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -65
  848. package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
  849. package/dist/es/commands/ListFunctionsCommand.js +0 -72
  850. package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
  851. package/dist/es/commands/ListInvalidationsCommand.js +0 -65
  852. package/dist/es/commands/ListInvalidationsCommand.js.map +0 -1
  853. package/dist/es/commands/ListKeyGroupsCommand.js +0 -70
  854. package/dist/es/commands/ListKeyGroupsCommand.js.map +0 -1
  855. package/dist/es/commands/ListOriginRequestPoliciesCommand.js +0 -72
  856. package/dist/es/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
  857. package/dist/es/commands/ListPublicKeysCommand.js +0 -65
  858. package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
  859. package/dist/es/commands/ListRealtimeLogConfigsCommand.js +0 -70
  860. package/dist/es/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
  861. package/dist/es/commands/ListStreamingDistributionsCommand.js +0 -65
  862. package/dist/es/commands/ListStreamingDistributionsCommand.js.map +0 -1
  863. package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
  864. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  865. package/dist/es/commands/PublishFunctionCommand.js +0 -73
  866. package/dist/es/commands/PublishFunctionCommand.js.map +0 -1
  867. package/dist/es/commands/TagResourceCommand.js +0 -65
  868. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  869. package/dist/es/commands/TestFunctionCommand.js +0 -74
  870. package/dist/es/commands/TestFunctionCommand.js.map +0 -1
  871. package/dist/es/commands/UntagResourceCommand.js +0 -65
  872. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  873. package/dist/es/commands/UpdateCachePolicyCommand.js +0 -82
  874. package/dist/es/commands/UpdateCachePolicyCommand.js.map +0 -1
  875. package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -65
  876. package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
  877. package/dist/es/commands/UpdateDistributionCommand.js +0 -143
  878. package/dist/es/commands/UpdateDistributionCommand.js.map +0 -1
  879. package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -65
  880. package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
  881. package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -65
  882. package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
  883. package/dist/es/commands/UpdateFunctionCommand.js +0 -70
  884. package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
  885. package/dist/es/commands/UpdateKeyGroupCommand.js +0 -82
  886. package/dist/es/commands/UpdateKeyGroupCommand.js.map +0 -1
  887. package/dist/es/commands/UpdateOriginRequestPolicyCommand.js +0 -82
  888. package/dist/es/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
  889. package/dist/es/commands/UpdatePublicKeyCommand.js +0 -65
  890. package/dist/es/commands/UpdatePublicKeyCommand.js.map +0 -1
  891. package/dist/es/commands/UpdateRealtimeLogConfigCommand.js +0 -85
  892. package/dist/es/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
  893. package/dist/es/commands/UpdateStreamingDistributionCommand.js +0 -65
  894. package/dist/es/commands/UpdateStreamingDistributionCommand.js.map +0 -1
  895. package/dist/es/endpoints.js +0 -63
  896. package/dist/es/endpoints.js.map +0 -1
  897. package/dist/es/index.js +0 -97
  898. package/dist/es/index.js.map +0 -1
  899. package/dist/es/models/index.js +0 -3
  900. package/dist/es/models/index.js.map +0 -1
  901. package/dist/es/models/models_0.js +0 -1959
  902. package/dist/es/models/models_0.js.map +0 -1
  903. package/dist/es/models/models_1.js +0 -867
  904. package/dist/es/models/models_1.js.map +0 -1
  905. package/dist/es/package.json +0 -95
  906. package/dist/es/pagination/Interfaces.js +0 -2
  907. package/dist/es/pagination/Interfaces.js.map +0 -1
  908. package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -87
  909. package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
  910. package/dist/es/pagination/ListDistributionsPaginator.js +0 -87
  911. package/dist/es/pagination/ListDistributionsPaginator.js.map +0 -1
  912. package/dist/es/pagination/ListInvalidationsPaginator.js +0 -87
  913. package/dist/es/pagination/ListInvalidationsPaginator.js.map +0 -1
  914. package/dist/es/pagination/ListStreamingDistributionsPaginator.js +0 -87
  915. package/dist/es/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
  916. package/dist/es/protocols/Aws_restXml.js +0 -18248
  917. package/dist/es/protocols/Aws_restXml.js.map +0 -1
  918. package/dist/es/runtimeConfig.browser.js +0 -20
  919. package/dist/es/runtimeConfig.browser.js.map +0 -1
  920. package/dist/es/runtimeConfig.js +0 -25
  921. package/dist/es/runtimeConfig.js.map +0 -1
  922. package/dist/es/runtimeConfig.native.js +0 -12
  923. package/dist/es/runtimeConfig.native.js.map +0 -1
  924. package/dist/es/runtimeConfig.shared.js +0 -17
  925. package/dist/es/runtimeConfig.shared.js.map +0 -1
  926. package/dist/es/waiters/waitForDistributionDeployed.js +0 -61
  927. package/dist/es/waiters/waitForDistributionDeployed.js.map +0 -1
  928. package/dist/es/waiters/waitForInvalidationCompleted.js +0 -61
  929. package/dist/es/waiters/waitForInvalidationCompleted.js.map +0 -1
  930. package/dist/es/waiters/waitForStreamingDistributionDeployed.js +0 -61
  931. package/dist/es/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
  932. package/dist/types/CloudFront.d.ts +0 -1087
  933. package/dist/types/CloudFrontClient.d.ts +0 -220
  934. package/dist/types/commands/AssociateAliasCommand.d.ts +0 -45
  935. package/dist/types/commands/CreateCachePolicyCommand.d.ts +0 -55
  936. package/dist/types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
  937. package/dist/types/commands/CreateDistributionCommand.d.ts +0 -47
  938. package/dist/types/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
  939. package/dist/types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
  940. package/dist/types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
  941. package/dist/types/commands/CreateFunctionCommand.d.ts +0 -45
  942. package/dist/types/commands/CreateInvalidationCommand.d.ts +0 -35
  943. package/dist/types/commands/CreateKeyGroupCommand.d.ts +0 -42
  944. package/dist/types/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
  945. package/dist/types/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
  946. package/dist/types/commands/CreatePublicKeyCommand.d.ts +0 -35
  947. package/dist/types/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
  948. package/dist/types/commands/CreateStreamingDistributionCommand.d.ts +0 -37
  949. package/dist/types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
  950. package/dist/types/commands/DeleteCachePolicyCommand.d.ts +0 -41
  951. package/dist/types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  952. package/dist/types/commands/DeleteDistributionCommand.d.ts +0 -35
  953. package/dist/types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
  954. package/dist/types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
  955. package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -41
  956. package/dist/types/commands/DeleteKeyGroupCommand.d.ts +0 -41
  957. package/dist/types/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
  958. package/dist/types/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
  959. package/dist/types/commands/DeletePublicKeyCommand.d.ts +0 -35
  960. package/dist/types/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
  961. package/dist/types/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
  962. package/dist/types/commands/DescribeFunctionCommand.d.ts +0 -39
  963. package/dist/types/commands/GetCachePolicyCommand.d.ts +0 -48
  964. package/dist/types/commands/GetCachePolicyConfigCommand.d.ts +0 -40
  965. package/dist/types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  966. package/dist/types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
  967. package/dist/types/commands/GetDistributionCommand.d.ts +0 -35
  968. package/dist/types/commands/GetDistributionConfigCommand.d.ts +0 -35
  969. package/dist/types/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
  970. package/dist/types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
  971. package/dist/types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
  972. package/dist/types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
  973. package/dist/types/commands/GetFunctionCommand.d.ts +0 -38
  974. package/dist/types/commands/GetInvalidationCommand.d.ts +0 -35
  975. package/dist/types/commands/GetKeyGroupCommand.d.ts +0 -40
  976. package/dist/types/commands/GetKeyGroupConfigCommand.d.ts +0 -40
  977. package/dist/types/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
  978. package/dist/types/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
  979. package/dist/types/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
  980. package/dist/types/commands/GetPublicKeyCommand.d.ts +0 -35
  981. package/dist/types/commands/GetPublicKeyConfigCommand.d.ts +0 -35
  982. package/dist/types/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
  983. package/dist/types/commands/GetStreamingDistributionCommand.d.ts +0 -35
  984. package/dist/types/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
  985. package/dist/types/commands/ListCachePoliciesCommand.d.ts +0 -42
  986. package/dist/types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
  987. package/dist/types/commands/ListConflictingAliasesCommand.d.ts +0 -57
  988. package/dist/types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
  989. package/dist/types/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
  990. package/dist/types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
  991. package/dist/types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
  992. package/dist/types/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
  993. package/dist/types/commands/ListDistributionsCommand.d.ts +0 -35
  994. package/dist/types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
  995. package/dist/types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
  996. package/dist/types/commands/ListFunctionsCommand.d.ts +0 -42
  997. package/dist/types/commands/ListInvalidationsCommand.d.ts +0 -35
  998. package/dist/types/commands/ListKeyGroupsCommand.d.ts +0 -40
  999. package/dist/types/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
  1000. package/dist/types/commands/ListPublicKeysCommand.d.ts +0 -35
  1001. package/dist/types/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
  1002. package/dist/types/commands/ListStreamingDistributionsCommand.d.ts +0 -35
  1003. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  1004. package/dist/types/commands/PublishFunctionCommand.d.ts +0 -43
  1005. package/dist/types/commands/TagResourceCommand.d.ts +0 -35
  1006. package/dist/types/commands/TestFunctionCommand.d.ts +0 -44
  1007. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1008. package/dist/types/commands/UpdateCachePolicyCommand.d.ts +0 -52
  1009. package/dist/types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  1010. package/dist/types/commands/UpdateDistributionCommand.d.ts +0 -113
  1011. package/dist/types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
  1012. package/dist/types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
  1013. package/dist/types/commands/UpdateFunctionCommand.d.ts +0 -40
  1014. package/dist/types/commands/UpdateKeyGroupCommand.d.ts +0 -52
  1015. package/dist/types/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
  1016. package/dist/types/commands/UpdatePublicKeyCommand.d.ts +0 -35
  1017. package/dist/types/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
  1018. package/dist/types/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
  1019. package/dist/types/models/models_1.d.ts +0 -2647
  1020. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1021. package/dist/types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
  1022. package/dist/types/pagination/ListDistributionsPaginator.d.ts +0 -4
  1023. package/dist/types/pagination/ListInvalidationsPaginator.d.ts +0 -4
  1024. package/dist/types/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
  1025. package/dist/types/protocols/Aws_restXml.d.ts +0 -257
  1026. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1027. package/dist/types/runtimeConfig.d.ts +0 -36
  1028. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1029. package/dist/types/ts3.4/CloudFront.d.ts +0 -1087
  1030. package/dist/types/ts3.4/CloudFrontClient.d.ts +0 -220
  1031. package/dist/types/ts3.4/commands/AssociateAliasCommand.d.ts +0 -45
  1032. package/dist/types/ts3.4/commands/CreateCachePolicyCommand.d.ts +0 -55
  1033. package/dist/types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
  1034. package/dist/types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -47
  1035. package/dist/types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
  1036. package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
  1037. package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
  1038. package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -45
  1039. package/dist/types/ts3.4/commands/CreateInvalidationCommand.d.ts +0 -35
  1040. package/dist/types/ts3.4/commands/CreateKeyGroupCommand.d.ts +0 -42
  1041. package/dist/types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
  1042. package/dist/types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
  1043. package/dist/types/ts3.4/commands/CreatePublicKeyCommand.d.ts +0 -35
  1044. package/dist/types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
  1045. package/dist/types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +0 -37
  1046. package/dist/types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
  1047. package/dist/types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +0 -41
  1048. package/dist/types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  1049. package/dist/types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -35
  1050. package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
  1051. package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
  1052. package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -41
  1053. package/dist/types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +0 -41
  1054. package/dist/types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
  1055. package/dist/types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
  1056. package/dist/types/ts3.4/commands/DeletePublicKeyCommand.d.ts +0 -35
  1057. package/dist/types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
  1058. package/dist/types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
  1059. package/dist/types/ts3.4/commands/DescribeFunctionCommand.d.ts +0 -39
  1060. package/dist/types/ts3.4/commands/GetCachePolicyCommand.d.ts +0 -48
  1061. package/dist/types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +0 -40
  1062. package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  1063. package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
  1064. package/dist/types/ts3.4/commands/GetDistributionCommand.d.ts +0 -35
  1065. package/dist/types/ts3.4/commands/GetDistributionConfigCommand.d.ts +0 -35
  1066. package/dist/types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
  1067. package/dist/types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
  1068. package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
  1069. package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
  1070. package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -38
  1071. package/dist/types/ts3.4/commands/GetInvalidationCommand.d.ts +0 -35
  1072. package/dist/types/ts3.4/commands/GetKeyGroupCommand.d.ts +0 -40
  1073. package/dist/types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +0 -40
  1074. package/dist/types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
  1075. package/dist/types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
  1076. package/dist/types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
  1077. package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -35
  1078. package/dist/types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +0 -35
  1079. package/dist/types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
  1080. package/dist/types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +0 -35
  1081. package/dist/types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
  1082. package/dist/types/ts3.4/commands/ListCachePoliciesCommand.d.ts +0 -42
  1083. package/dist/types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
  1084. package/dist/types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +0 -57
  1085. package/dist/types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
  1086. package/dist/types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
  1087. package/dist/types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
  1088. package/dist/types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
  1089. package/dist/types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
  1090. package/dist/types/ts3.4/commands/ListDistributionsCommand.d.ts +0 -35
  1091. package/dist/types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
  1092. package/dist/types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
  1093. package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -42
  1094. package/dist/types/ts3.4/commands/ListInvalidationsCommand.d.ts +0 -35
  1095. package/dist/types/ts3.4/commands/ListKeyGroupsCommand.d.ts +0 -40
  1096. package/dist/types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
  1097. package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -35
  1098. package/dist/types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
  1099. package/dist/types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +0 -35
  1100. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  1101. package/dist/types/ts3.4/commands/PublishFunctionCommand.d.ts +0 -43
  1102. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  1103. package/dist/types/ts3.4/commands/TestFunctionCommand.d.ts +0 -44
  1104. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1105. package/dist/types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +0 -52
  1106. package/dist/types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
  1107. package/dist/types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -113
  1108. package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
  1109. package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
  1110. package/dist/types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -40
  1111. package/dist/types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +0 -52
  1112. package/dist/types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
  1113. package/dist/types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +0 -35
  1114. package/dist/types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
  1115. package/dist/types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
  1116. package/dist/types/ts3.4/models/models_1.d.ts +0 -2647
  1117. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1118. package/dist/types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
  1119. package/dist/types/ts3.4/pagination/ListDistributionsPaginator.d.ts +0 -4
  1120. package/dist/types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +0 -4
  1121. package/dist/types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
  1122. package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -257
  1123. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1124. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1125. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1126. package/dist/types/ts3.4/waiters/waitForDistributionDeployed.d.ts +0 -14
  1127. package/dist/types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +0 -14
  1128. package/dist/types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
  1129. package/dist/types/waiters/waitForDistributionDeployed.d.ts +0 -14
  1130. package/dist/types/waiters/waitForInvalidationCompleted.d.ts +0 -14
  1131. package/dist/types/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
  1132. package/endpoints.ts +0 -67
  1133. package/jest.config.js +0 -4
  1134. package/models/models_0.ts +0 -8233
  1135. package/models/models_1.ts +0 -3382
  1136. package/pagination/Interfaces.ts +0 -7
  1137. package/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +0 -58
  1138. package/pagination/ListDistributionsPaginator.ts +0 -58
  1139. package/pagination/ListInvalidationsPaginator.ts +0 -58
  1140. package/pagination/ListStreamingDistributionsPaginator.ts +0 -58
  1141. package/protocols/Aws_restXml.ts +0 -19055
  1142. package/runtimeConfig.browser.ts +0 -40
  1143. package/runtimeConfig.native.ts +0 -16
  1144. package/runtimeConfig.shared.ts +0 -16
  1145. package/runtimeConfig.ts +0 -45
  1146. package/tsconfig.es.json +0 -12
  1147. package/tsconfig.json +0 -32
  1148. package/waiters/waitForDistributionDeployed.ts +0 -46
  1149. package/waiters/waitForInvalidationCompleted.ts +0 -46
  1150. package/waiters/waitForStreamingDistributionDeployed.ts +0 -52
@@ -1,2647 +0,0 @@
1
- import { AliasICPRecordal, Aliases, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
- export interface GetFieldLevelEncryptionConfigRequest {
4
- /**
5
- * <p>Request the ID for the field-level encryption configuration information.</p>
6
- */
7
- Id: string | undefined;
8
- }
9
- export declare namespace GetFieldLevelEncryptionConfigRequest {
10
- /**
11
- * @internal
12
- */
13
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionConfigRequest) => any;
14
- }
15
- export interface GetFieldLevelEncryptionConfigResult {
16
- /**
17
- * <p>Return the field-level encryption configuration information.</p>
18
- */
19
- FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig;
20
- /**
21
- * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
22
- */
23
- ETag?: string;
24
- }
25
- export declare namespace GetFieldLevelEncryptionConfigResult {
26
- /**
27
- * @internal
28
- */
29
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionConfigResult) => any;
30
- }
31
- export interface GetFieldLevelEncryptionProfileRequest {
32
- /**
33
- * <p>Get the ID for the field-level encryption profile information.</p>
34
- */
35
- Id: string | undefined;
36
- }
37
- export declare namespace GetFieldLevelEncryptionProfileRequest {
38
- /**
39
- * @internal
40
- */
41
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionProfileRequest) => any;
42
- }
43
- export interface GetFieldLevelEncryptionProfileResult {
44
- /**
45
- * <p>Return the field-level encryption profile information.</p>
46
- */
47
- FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
48
- /**
49
- * <p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>
50
- */
51
- ETag?: string;
52
- }
53
- export declare namespace GetFieldLevelEncryptionProfileResult {
54
- /**
55
- * @internal
56
- */
57
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionProfileResult) => any;
58
- }
59
- export interface GetFieldLevelEncryptionProfileConfigRequest {
60
- /**
61
- * <p>Get the ID for the field-level encryption profile configuration information.</p>
62
- */
63
- Id: string | undefined;
64
- }
65
- export declare namespace GetFieldLevelEncryptionProfileConfigRequest {
66
- /**
67
- * @internal
68
- */
69
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionProfileConfigRequest) => any;
70
- }
71
- export interface GetFieldLevelEncryptionProfileConfigResult {
72
- /**
73
- * <p>Return the field-level encryption profile configuration information.</p>
74
- */
75
- FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig;
76
- /**
77
- * <p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>
78
- */
79
- ETag?: string;
80
- }
81
- export declare namespace GetFieldLevelEncryptionProfileConfigResult {
82
- /**
83
- * @internal
84
- */
85
- const filterSensitiveLog: (obj: GetFieldLevelEncryptionProfileConfigResult) => any;
86
- }
87
- export interface GetFunctionRequest {
88
- /**
89
- * <p>The name of the function whose code you are getting.</p>
90
- */
91
- Name: string | undefined;
92
- /**
93
- * <p>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
94
- */
95
- Stage?: FunctionStage | string;
96
- }
97
- export declare namespace GetFunctionRequest {
98
- /**
99
- * @internal
100
- */
101
- const filterSensitiveLog: (obj: GetFunctionRequest) => any;
102
- }
103
- export interface GetFunctionResult {
104
- /**
105
- * <p>The function code of a CloudFront function.</p>
106
- */
107
- FunctionCode?: Uint8Array;
108
- /**
109
- * <p>The version identifier for the current version of the CloudFront function.</p>
110
- */
111
- ETag?: string;
112
- /**
113
- * <p>The content type (media type) of the response.</p>
114
- */
115
- ContentType?: string;
116
- }
117
- export declare namespace GetFunctionResult {
118
- /**
119
- * @internal
120
- */
121
- const filterSensitiveLog: (obj: GetFunctionResult) => any;
122
- }
123
- /**
124
- * <p>The request to get an invalidation's information. </p>
125
- */
126
- export interface GetInvalidationRequest {
127
- /**
128
- * <p>The distribution's ID.</p>
129
- */
130
- DistributionId: string | undefined;
131
- /**
132
- * <p>The identifier for the invalidation request, for example,
133
- * <code>IDFDVBD632BHDS5</code>.</p>
134
- */
135
- Id: string | undefined;
136
- }
137
- export declare namespace GetInvalidationRequest {
138
- /**
139
- * @internal
140
- */
141
- const filterSensitiveLog: (obj: GetInvalidationRequest) => any;
142
- }
143
- /**
144
- * <p>The returned result of the corresponding request.</p>
145
- */
146
- export interface GetInvalidationResult {
147
- /**
148
- * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation Complex Type</a>. </p>
149
- */
150
- Invalidation?: Invalidation;
151
- }
152
- export declare namespace GetInvalidationResult {
153
- /**
154
- * @internal
155
- */
156
- const filterSensitiveLog: (obj: GetInvalidationResult) => any;
157
- }
158
- /**
159
- * <p>The specified invalidation does not exist.</p>
160
- */
161
- export interface NoSuchInvalidation extends __SmithyException, $MetadataBearer {
162
- name: "NoSuchInvalidation";
163
- $fault: "client";
164
- Message?: string;
165
- }
166
- export declare namespace NoSuchInvalidation {
167
- /**
168
- * @internal
169
- */
170
- const filterSensitiveLog: (obj: NoSuchInvalidation) => any;
171
- }
172
- export interface GetKeyGroupRequest {
173
- /**
174
- * <p>The identifier of the key group that you are getting. To get the identifier, use
175
- * <code>ListKeyGroups</code>.</p>
176
- */
177
- Id: string | undefined;
178
- }
179
- export declare namespace GetKeyGroupRequest {
180
- /**
181
- * @internal
182
- */
183
- const filterSensitiveLog: (obj: GetKeyGroupRequest) => any;
184
- }
185
- export interface GetKeyGroupResult {
186
- /**
187
- * <p>The key group.</p>
188
- */
189
- KeyGroup?: KeyGroup;
190
- /**
191
- * <p>The identifier for this version of the key group.</p>
192
- */
193
- ETag?: string;
194
- }
195
- export declare namespace GetKeyGroupResult {
196
- /**
197
- * @internal
198
- */
199
- const filterSensitiveLog: (obj: GetKeyGroupResult) => any;
200
- }
201
- export interface GetKeyGroupConfigRequest {
202
- /**
203
- * <p>The identifier of the key group whose configuration you are getting. To get the
204
- * identifier, use <code>ListKeyGroups</code>.</p>
205
- */
206
- Id: string | undefined;
207
- }
208
- export declare namespace GetKeyGroupConfigRequest {
209
- /**
210
- * @internal
211
- */
212
- const filterSensitiveLog: (obj: GetKeyGroupConfigRequest) => any;
213
- }
214
- export interface GetKeyGroupConfigResult {
215
- /**
216
- * <p>The key group configuration.</p>
217
- */
218
- KeyGroupConfig?: KeyGroupConfig;
219
- /**
220
- * <p>The identifier for this version of the key group.</p>
221
- */
222
- ETag?: string;
223
- }
224
- export declare namespace GetKeyGroupConfigResult {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: GetKeyGroupConfigResult) => any;
229
- }
230
- export interface GetMonitoringSubscriptionRequest {
231
- /**
232
- * <p>The ID of the distribution that you are getting metrics information for.</p>
233
- */
234
- DistributionId: string | undefined;
235
- }
236
- export declare namespace GetMonitoringSubscriptionRequest {
237
- /**
238
- * @internal
239
- */
240
- const filterSensitiveLog: (obj: GetMonitoringSubscriptionRequest) => any;
241
- }
242
- export interface GetMonitoringSubscriptionResult {
243
- /**
244
- * <p>A monitoring subscription. This structure contains information about whether additional
245
- * CloudWatch metrics are enabled for a given CloudFront distribution.</p>
246
- */
247
- MonitoringSubscription?: MonitoringSubscription;
248
- }
249
- export declare namespace GetMonitoringSubscriptionResult {
250
- /**
251
- * @internal
252
- */
253
- const filterSensitiveLog: (obj: GetMonitoringSubscriptionResult) => any;
254
- }
255
- export interface GetOriginRequestPolicyRequest {
256
- /**
257
- * <p>The unique identifier for the origin request policy. If the origin request policy is
258
- * attached to a distribution’s cache behavior, you can get the policy’s identifier using
259
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
260
- * policy is not attached to a cache behavior, you can get the identifier using
261
- * <code>ListOriginRequestPolicies</code>.</p>
262
- */
263
- Id: string | undefined;
264
- }
265
- export declare namespace GetOriginRequestPolicyRequest {
266
- /**
267
- * @internal
268
- */
269
- const filterSensitiveLog: (obj: GetOriginRequestPolicyRequest) => any;
270
- }
271
- export interface GetOriginRequestPolicyResult {
272
- /**
273
- * <p>The origin request policy.</p>
274
- */
275
- OriginRequestPolicy?: OriginRequestPolicy;
276
- /**
277
- * <p>The current version of the origin request policy.</p>
278
- */
279
- ETag?: string;
280
- }
281
- export declare namespace GetOriginRequestPolicyResult {
282
- /**
283
- * @internal
284
- */
285
- const filterSensitiveLog: (obj: GetOriginRequestPolicyResult) => any;
286
- }
287
- export interface GetOriginRequestPolicyConfigRequest {
288
- /**
289
- * <p>The unique identifier for the origin request policy. If the origin request policy is
290
- * attached to a distribution’s cache behavior, you can get the policy’s identifier using
291
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
292
- * policy is not attached to a cache behavior, you can get the identifier using
293
- * <code>ListOriginRequestPolicies</code>.</p>
294
- */
295
- Id: string | undefined;
296
- }
297
- export declare namespace GetOriginRequestPolicyConfigRequest {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: GetOriginRequestPolicyConfigRequest) => any;
302
- }
303
- export interface GetOriginRequestPolicyConfigResult {
304
- /**
305
- * <p>The origin request policy configuration.</p>
306
- */
307
- OriginRequestPolicyConfig?: OriginRequestPolicyConfig;
308
- /**
309
- * <p>The current version of the origin request policy.</p>
310
- */
311
- ETag?: string;
312
- }
313
- export declare namespace GetOriginRequestPolicyConfigResult {
314
- /**
315
- * @internal
316
- */
317
- const filterSensitiveLog: (obj: GetOriginRequestPolicyConfigResult) => any;
318
- }
319
- export interface GetPublicKeyRequest {
320
- /**
321
- * <p>The identifier of the public key you are getting.</p>
322
- */
323
- Id: string | undefined;
324
- }
325
- export declare namespace GetPublicKeyRequest {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: GetPublicKeyRequest) => any;
330
- }
331
- export interface GetPublicKeyResult {
332
- /**
333
- * <p>The public key.</p>
334
- */
335
- PublicKey?: PublicKey;
336
- /**
337
- * <p>The identifier for this version of the public key.</p>
338
- */
339
- ETag?: string;
340
- }
341
- export declare namespace GetPublicKeyResult {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: GetPublicKeyResult) => any;
346
- }
347
- export interface GetPublicKeyConfigRequest {
348
- /**
349
- * <p>The identifier of the public key whose configuration you are getting.</p>
350
- */
351
- Id: string | undefined;
352
- }
353
- export declare namespace GetPublicKeyConfigRequest {
354
- /**
355
- * @internal
356
- */
357
- const filterSensitiveLog: (obj: GetPublicKeyConfigRequest) => any;
358
- }
359
- export interface GetPublicKeyConfigResult {
360
- /**
361
- * <p>A public key configuration.</p>
362
- */
363
- PublicKeyConfig?: PublicKeyConfig;
364
- /**
365
- * <p>The identifier for this version of the public key configuration.</p>
366
- */
367
- ETag?: string;
368
- }
369
- export declare namespace GetPublicKeyConfigResult {
370
- /**
371
- * @internal
372
- */
373
- const filterSensitiveLog: (obj: GetPublicKeyConfigResult) => any;
374
- }
375
- export interface GetRealtimeLogConfigRequest {
376
- /**
377
- * <p>The name of the real-time log configuration to get.</p>
378
- */
379
- Name?: string;
380
- /**
381
- * <p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>
382
- */
383
- ARN?: string;
384
- }
385
- export declare namespace GetRealtimeLogConfigRequest {
386
- /**
387
- * @internal
388
- */
389
- const filterSensitiveLog: (obj: GetRealtimeLogConfigRequest) => any;
390
- }
391
- export interface GetRealtimeLogConfigResult {
392
- /**
393
- * <p>A real-time log configuration.</p>
394
- */
395
- RealtimeLogConfig?: RealtimeLogConfig;
396
- }
397
- export declare namespace GetRealtimeLogConfigResult {
398
- /**
399
- * @internal
400
- */
401
- const filterSensitiveLog: (obj: GetRealtimeLogConfigResult) => any;
402
- }
403
- /**
404
- * <p>The request to get a streaming distribution's information.</p>
405
- */
406
- export interface GetStreamingDistributionRequest {
407
- /**
408
- * <p>The streaming distribution's ID.</p>
409
- */
410
- Id: string | undefined;
411
- }
412
- export declare namespace GetStreamingDistributionRequest {
413
- /**
414
- * @internal
415
- */
416
- const filterSensitiveLog: (obj: GetStreamingDistributionRequest) => any;
417
- }
418
- /**
419
- * <p>The returned result of the corresponding request.</p>
420
- */
421
- export interface GetStreamingDistributionResult {
422
- /**
423
- * <p>The streaming distribution's information.</p>
424
- */
425
- StreamingDistribution?: StreamingDistribution;
426
- /**
427
- * <p>The current version of the streaming distribution's information. For example:
428
- * <code>E2QWRUHAPOMQZL</code>.</p>
429
- */
430
- ETag?: string;
431
- }
432
- export declare namespace GetStreamingDistributionResult {
433
- /**
434
- * @internal
435
- */
436
- const filterSensitiveLog: (obj: GetStreamingDistributionResult) => any;
437
- }
438
- /**
439
- * <p>To request to get a streaming distribution configuration.</p>
440
- */
441
- export interface GetStreamingDistributionConfigRequest {
442
- /**
443
- * <p>The streaming distribution's ID.</p>
444
- */
445
- Id: string | undefined;
446
- }
447
- export declare namespace GetStreamingDistributionConfigRequest {
448
- /**
449
- * @internal
450
- */
451
- const filterSensitiveLog: (obj: GetStreamingDistributionConfigRequest) => any;
452
- }
453
- /**
454
- * <p>The returned result of the corresponding request.</p>
455
- */
456
- export interface GetStreamingDistributionConfigResult {
457
- /**
458
- * <p>The streaming distribution's configuration information.</p>
459
- */
460
- StreamingDistributionConfig?: StreamingDistributionConfig;
461
- /**
462
- * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.
463
- * </p>
464
- */
465
- ETag?: string;
466
- }
467
- export declare namespace GetStreamingDistributionConfigResult {
468
- /**
469
- * @internal
470
- */
471
- const filterSensitiveLog: (obj: GetStreamingDistributionConfigResult) => any;
472
- }
473
- export interface ListCachePoliciesRequest {
474
- /**
475
- * <p>A filter to return only the specified kinds of cache policies. Valid values
476
- * are:</p>
477
- * <ul>
478
- * <li>
479
- * <p>
480
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
481
- * </li>
482
- * <li>
483
- * <p>
484
- * <code>custom</code> – Returns only the custom policies created in your account.</p>
485
- * </li>
486
- * </ul>
487
- */
488
- Type?: CachePolicyType | string;
489
- /**
490
- * <p>Use this field when paginating results to indicate where to begin in your list of
491
- * cache policies. The response includes cache policies in the list that occur after the
492
- * marker. To get the next page of the list, set this field’s value to the value of
493
- * <code>NextMarker</code> from the current page’s response.</p>
494
- */
495
- Marker?: string;
496
- /**
497
- * <p>The maximum number of cache policies that you want in the response.</p>
498
- */
499
- MaxItems?: number;
500
- }
501
- export declare namespace ListCachePoliciesRequest {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: ListCachePoliciesRequest) => any;
506
- }
507
- export interface ListCachePoliciesResult {
508
- /**
509
- * <p>A list of cache policies.</p>
510
- */
511
- CachePolicyList?: CachePolicyList;
512
- }
513
- export declare namespace ListCachePoliciesResult {
514
- /**
515
- * @internal
516
- */
517
- const filterSensitiveLog: (obj: ListCachePoliciesResult) => any;
518
- }
519
- /**
520
- * <p>The request to list origin access identities. </p>
521
- */
522
- export interface ListCloudFrontOriginAccessIdentitiesRequest {
523
- /**
524
- * <p>Use this when paginating results to indicate where to begin in your list of origin
525
- * access identities. The results include identities in the list that occur after the marker. To
526
- * get the next page of results, set the <code>Marker</code> to the value of the
527
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
528
- * identity on that page).</p>
529
- */
530
- Marker?: string;
531
- /**
532
- * <p>The maximum number of origin access identities you want in the response body.
533
- * </p>
534
- */
535
- MaxItems?: number;
536
- }
537
- export declare namespace ListCloudFrontOriginAccessIdentitiesRequest {
538
- /**
539
- * @internal
540
- */
541
- const filterSensitiveLog: (obj: ListCloudFrontOriginAccessIdentitiesRequest) => any;
542
- }
543
- /**
544
- * <p>Summary of the information about a CloudFront origin access identity.</p>
545
- */
546
- export interface CloudFrontOriginAccessIdentitySummary {
547
- /**
548
- * <p>The ID for the origin access identity. For example:
549
- * <code>E74FTE3AJFJ256A</code>.</p>
550
- */
551
- Id: string | undefined;
552
- /**
553
- * <p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving
554
- * the origin access identity read permission to an object in Amazon S3.</p>
555
- */
556
- S3CanonicalUserId: string | undefined;
557
- /**
558
- * <p>The comment for this origin access identity, as originally specified when
559
- * created.</p>
560
- */
561
- Comment: string | undefined;
562
- }
563
- export declare namespace CloudFrontOriginAccessIdentitySummary {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentitySummary) => any;
568
- }
569
- /**
570
- * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the
571
- * <code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code>
572
- * resource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with
573
- * zero or more <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default,
574
- * your entire list of origin access identities is returned in one single page. If the list is
575
- * long, you can paginate it using the <code>MaxItems</code> and <code>Marker</code>
576
- * parameters.</p>
577
- */
578
- export interface CloudFrontOriginAccessIdentityList {
579
- /**
580
- * <p>Use this when paginating results to indicate where to begin in your list of origin
581
- * access identities. The results include identities in the list that occur after the marker. To
582
- * get the next page of results, set the <code>Marker</code> to the value of the
583
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
584
- * identity on that page). </p>
585
- */
586
- Marker: string | undefined;
587
- /**
588
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
589
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
590
- * origin access identities where they left off. </p>
591
- */
592
- NextMarker?: string;
593
- /**
594
- * <p>The maximum number of origin access identities you want in the response body.
595
- * </p>
596
- */
597
- MaxItems: number | undefined;
598
- /**
599
- * <p>A flag that indicates whether more origin access identities remain to be listed. If
600
- * your results were truncated, you can make a follow-up pagination request using the
601
- * <code>Marker</code> request parameter to retrieve more items in the list.</p>
602
- */
603
- IsTruncated: boolean | undefined;
604
- /**
605
- * <p>The number of CloudFront origin access identities that were created by the current account.</p>
606
- */
607
- Quantity: number | undefined;
608
- /**
609
- * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code>
610
- * element for each origin access identity that was created by the current account.</p>
611
- */
612
- Items?: CloudFrontOriginAccessIdentitySummary[];
613
- }
614
- export declare namespace CloudFrontOriginAccessIdentityList {
615
- /**
616
- * @internal
617
- */
618
- const filterSensitiveLog: (obj: CloudFrontOriginAccessIdentityList) => any;
619
- }
620
- /**
621
- * <p>The returned result of the corresponding request. </p>
622
- */
623
- export interface ListCloudFrontOriginAccessIdentitiesResult {
624
- /**
625
- * <p>The <code>CloudFrontOriginAccessIdentityList</code> type. </p>
626
- */
627
- CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
628
- }
629
- export declare namespace ListCloudFrontOriginAccessIdentitiesResult {
630
- /**
631
- * @internal
632
- */
633
- const filterSensitiveLog: (obj: ListCloudFrontOriginAccessIdentitiesResult) => any;
634
- }
635
- export interface ListConflictingAliasesRequest {
636
- /**
637
- * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that
638
- * includes the provided alias.</p>
639
- */
640
- DistributionId: string | undefined;
641
- /**
642
- * <p>The alias (also called a CNAME) to search for conflicting aliases.</p>
643
- */
644
- Alias: string | undefined;
645
- /**
646
- * <p>Use this field when paginating results to indicate where to begin in the list of
647
- * conflicting aliases. The response includes conflicting aliases in the list that occur
648
- * after the marker. To get the next page of the list, set this field’s value to the value
649
- * of <code>NextMarker</code> from the current page’s response.</p>
650
- */
651
- Marker?: string;
652
- /**
653
- * <p>The maximum number of conflicting aliases that you want in the response.</p>
654
- */
655
- MaxItems?: number;
656
- }
657
- export declare namespace ListConflictingAliasesRequest {
658
- /**
659
- * @internal
660
- */
661
- const filterSensitiveLog: (obj: ListConflictingAliasesRequest) => any;
662
- }
663
- /**
664
- * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s
665
- * associated with. The distribution and account IDs are partially hidden, which allows you
666
- * to identify the distributions and accounts that you own, but helps to protect the
667
- * information of ones that you don’t own.</p>
668
- */
669
- export interface ConflictingAlias {
670
- /**
671
- * <p>An alias (also called a CNAME).</p>
672
- */
673
- Alias?: string;
674
- /**
675
- * <p>The (partially hidden) ID of the CloudFront distribution associated with the alias.</p>
676
- */
677
- DistributionId?: string;
678
- /**
679
- * <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s
680
- * associated with the alias.</p>
681
- */
682
- AccountId?: string;
683
- }
684
- export declare namespace ConflictingAlias {
685
- /**
686
- * @internal
687
- */
688
- const filterSensitiveLog: (obj: ConflictingAlias) => any;
689
- }
690
- /**
691
- * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that
692
- * they are associated with. In the list, the distribution and account IDs are partially
693
- * hidden, which allows you to identify the distributions and accounts that you own, but
694
- * helps to protect the information of ones that you don’t own.</p>
695
- */
696
- export interface ConflictingAliasesList {
697
- /**
698
- * <p>If there are more items in the list than are in this response, this element is present. It
699
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
700
- * request to continue listing conflicting aliases where you left off.</p>
701
- */
702
- NextMarker?: string;
703
- /**
704
- * <p>The maximum number of conflicting aliases requested.</p>
705
- */
706
- MaxItems?: number;
707
- /**
708
- * <p>The number of conflicting aliases returned in the response.</p>
709
- */
710
- Quantity?: number;
711
- /**
712
- * <p>Contains the conflicting aliases in the list.</p>
713
- */
714
- Items?: ConflictingAlias[];
715
- }
716
- export declare namespace ConflictingAliasesList {
717
- /**
718
- * @internal
719
- */
720
- const filterSensitiveLog: (obj: ConflictingAliasesList) => any;
721
- }
722
- export interface ListConflictingAliasesResult {
723
- /**
724
- * <p>A list of conflicting aliases.</p>
725
- */
726
- ConflictingAliasesList?: ConflictingAliasesList;
727
- }
728
- export declare namespace ListConflictingAliasesResult {
729
- /**
730
- * @internal
731
- */
732
- const filterSensitiveLog: (obj: ListConflictingAliasesResult) => any;
733
- }
734
- /**
735
- * <p>The request to list your distributions. </p>
736
- */
737
- export interface ListDistributionsRequest {
738
- /**
739
- * <p>Use this when paginating results to indicate where to begin in your list of
740
- * distributions. The results include distributions in the list that occur after the marker. To
741
- * get the next page of results, set the <code>Marker</code> to the value of the
742
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
743
- * distribution on that page).</p>
744
- */
745
- Marker?: string;
746
- /**
747
- * <p>The maximum number of distributions you want in the response body.</p>
748
- */
749
- MaxItems?: number;
750
- }
751
- export declare namespace ListDistributionsRequest {
752
- /**
753
- * @internal
754
- */
755
- const filterSensitiveLog: (obj: ListDistributionsRequest) => any;
756
- }
757
- /**
758
- * <p>A summary of the information about a CloudFront distribution.</p>
759
- */
760
- export interface DistributionSummary {
761
- /**
762
- * <p>The identifier for the distribution. For example:
763
- * <code>EDFDVBD632BHDS5</code>.</p>
764
- */
765
- Id: string | undefined;
766
- /**
767
- * <p>The ARN (Amazon Resource Name) for the distribution. For example:
768
- * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
769
- * <code>123456789012</code> is your account ID.</p>
770
- */
771
- ARN: string | undefined;
772
- /**
773
- * <p>The current status of the distribution. When the status is <code>Deployed</code>, the
774
- * distribution's information is propagated to all CloudFront edge locations.</p>
775
- */
776
- Status: string | undefined;
777
- /**
778
- * <p>The date and time the distribution was last modified.</p>
779
- */
780
- LastModifiedTime: Date | undefined;
781
- /**
782
- * <p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
783
- */
784
- DomainName: string | undefined;
785
- /**
786
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
787
- * for this distribution.</p>
788
- */
789
- Aliases: Aliases | undefined;
790
- /**
791
- * <p>A complex type that contains information about origins for this distribution.</p>
792
- */
793
- Origins: Origins | undefined;
794
- /**
795
- * <p> A complex type that contains information about origin groups for this
796
- * distribution.</p>
797
- */
798
- OriginGroups?: OriginGroups;
799
- /**
800
- * <p>A complex type that describes the default cache behavior if you don't specify a
801
- * <code>CacheBehavior</code> element or if files don't match any of the values of
802
- * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one
803
- * default cache behavior.</p>
804
- */
805
- DefaultCacheBehavior: DefaultCacheBehavior | undefined;
806
- /**
807
- * <p>A complex type that contains zero or more <code>CacheBehavior</code>
808
- * elements.</p>
809
- */
810
- CacheBehaviors: CacheBehaviors | undefined;
811
- /**
812
- * <p>A complex type that contains zero or more <code>CustomErrorResponses</code>
813
- * elements.</p>
814
- */
815
- CustomErrorResponses: CustomErrorResponses | undefined;
816
- /**
817
- * <p>The comment originally specified when this distribution was created.</p>
818
- */
819
- Comment: string | undefined;
820
- /**
821
- * <p>A complex type that contains information about price class for this streaming
822
- * distribution. </p>
823
- */
824
- PriceClass: PriceClass | string | undefined;
825
- /**
826
- * <p>Whether the distribution is enabled to accept user requests for content.</p>
827
- */
828
- Enabled: boolean | undefined;
829
- /**
830
- * <p>A complex type that determines the distribution’s SSL/TLS configuration for
831
- * communicating with viewers.</p>
832
- */
833
- ViewerCertificate: ViewerCertificate | undefined;
834
- /**
835
- * <p>A complex type that identifies ways in which you want to restrict distribution of your
836
- * content.</p>
837
- */
838
- Restrictions: Restrictions | undefined;
839
- /**
840
- * <p>The Web ACL Id (if any) associated with the distribution.</p>
841
- */
842
- WebACLId: string | undefined;
843
- /**
844
- * <p> Specify the maximum HTTP version that you want viewers to use to communicate with
845
- * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't
846
- * support <code>HTTP/2</code> will automatically use an earlier version.</p>
847
- */
848
- HttpVersion: HttpVersion | string | undefined;
849
- /**
850
- * <p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your
851
- * distribution.</p>
852
- */
853
- IsIPV6Enabled: boolean | undefined;
854
- /**
855
- * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content
856
- * publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP
857
- * recordal status for CNAMEs associated with distributions.</p>
858
- * <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html">
859
- * Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services services in China</i>.</p>
860
- */
861
- AliasICPRecordals?: AliasICPRecordal[];
862
- }
863
- export declare namespace DistributionSummary {
864
- /**
865
- * @internal
866
- */
867
- const filterSensitiveLog: (obj: DistributionSummary) => any;
868
- }
869
- /**
870
- * <p>A distribution list.</p>
871
- */
872
- export interface DistributionList {
873
- /**
874
- * <p>The value you provided for the <code>Marker</code> request parameter.</p>
875
- */
876
- Marker: string | undefined;
877
- /**
878
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
879
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
880
- * distributions where they left off. </p>
881
- */
882
- NextMarker?: string;
883
- /**
884
- * <p>The value you provided for the <code>MaxItems</code> request parameter.</p>
885
- */
886
- MaxItems: number | undefined;
887
- /**
888
- * <p>A flag that indicates whether more distributions remain to be listed. If your results
889
- * were truncated, you can make a follow-up pagination request using the <code>Marker</code>
890
- * request parameter to retrieve more distributions in the list.</p>
891
- */
892
- IsTruncated: boolean | undefined;
893
- /**
894
- * <p>The number of distributions that were created by the current account.</p>
895
- */
896
- Quantity: number | undefined;
897
- /**
898
- * <p>A complex type that contains one <code>DistributionSummary</code> element for each
899
- * distribution that was created by the current account.</p>
900
- */
901
- Items?: DistributionSummary[];
902
- }
903
- export declare namespace DistributionList {
904
- /**
905
- * @internal
906
- */
907
- const filterSensitiveLog: (obj: DistributionList) => any;
908
- }
909
- /**
910
- * <p>The returned result of the corresponding request. </p>
911
- */
912
- export interface ListDistributionsResult {
913
- /**
914
- * <p>The <code>DistributionList</code> type. </p>
915
- */
916
- DistributionList?: DistributionList;
917
- }
918
- export declare namespace ListDistributionsResult {
919
- /**
920
- * @internal
921
- */
922
- const filterSensitiveLog: (obj: ListDistributionsResult) => any;
923
- }
924
- export interface ListDistributionsByCachePolicyIdRequest {
925
- /**
926
- * <p>Use this field when paginating results to indicate where to begin in your list of
927
- * distribution IDs. The response includes distribution IDs in the list that occur after
928
- * the marker. To get the next page of the list, set this field’s value to the value of
929
- * <code>NextMarker</code> from the current page’s response.</p>
930
- */
931
- Marker?: string;
932
- /**
933
- * <p>The maximum number of distribution IDs that you want in the response.</p>
934
- */
935
- MaxItems?: number;
936
- /**
937
- * <p>The ID of the cache policy whose associated distribution IDs you want to list.</p>
938
- */
939
- CachePolicyId: string | undefined;
940
- }
941
- export declare namespace ListDistributionsByCachePolicyIdRequest {
942
- /**
943
- * @internal
944
- */
945
- const filterSensitiveLog: (obj: ListDistributionsByCachePolicyIdRequest) => any;
946
- }
947
- /**
948
- * <p>A list of distribution IDs.</p>
949
- */
950
- export interface DistributionIdList {
951
- /**
952
- * <p>The value provided in the <code>Marker</code> request field.</p>
953
- */
954
- Marker: string | undefined;
955
- /**
956
- * <p>Contains the value that you should use in the <code>Marker</code> field of a
957
- * subsequent request to continue listing distribution IDs where you left off.</p>
958
- */
959
- NextMarker?: string;
960
- /**
961
- * <p>The maximum number of distribution IDs requested.</p>
962
- */
963
- MaxItems: number | undefined;
964
- /**
965
- * <p>A flag that indicates whether more distribution IDs remain to be listed. If your
966
- * results were truncated, you can make a subsequent request using the <code>Marker</code>
967
- * request field to retrieve more distribution IDs in the list.</p>
968
- */
969
- IsTruncated: boolean | undefined;
970
- /**
971
- * <p>The total number of distribution IDs returned in the response.</p>
972
- */
973
- Quantity: number | undefined;
974
- /**
975
- * <p>Contains the distribution IDs in the list.</p>
976
- */
977
- Items?: string[];
978
- }
979
- export declare namespace DistributionIdList {
980
- /**
981
- * @internal
982
- */
983
- const filterSensitiveLog: (obj: DistributionIdList) => any;
984
- }
985
- export interface ListDistributionsByCachePolicyIdResult {
986
- /**
987
- * <p>A list of distribution IDs.</p>
988
- */
989
- DistributionIdList?: DistributionIdList;
990
- }
991
- export declare namespace ListDistributionsByCachePolicyIdResult {
992
- /**
993
- * @internal
994
- */
995
- const filterSensitiveLog: (obj: ListDistributionsByCachePolicyIdResult) => any;
996
- }
997
- export interface ListDistributionsByKeyGroupRequest {
998
- /**
999
- * <p>Use this field when paginating results to indicate where to begin in your list of
1000
- * distribution IDs. The response includes distribution IDs in the list that occur after
1001
- * the marker. To get the next page of the list, set this field’s value to the value of
1002
- * <code>NextMarker</code> from the current page’s response.</p>
1003
- */
1004
- Marker?: string;
1005
- /**
1006
- * <p>The maximum number of distribution IDs that you want in the response.</p>
1007
- */
1008
- MaxItems?: number;
1009
- /**
1010
- * <p>The ID of the key group whose associated distribution IDs you are listing.</p>
1011
- */
1012
- KeyGroupId: string | undefined;
1013
- }
1014
- export declare namespace ListDistributionsByKeyGroupRequest {
1015
- /**
1016
- * @internal
1017
- */
1018
- const filterSensitiveLog: (obj: ListDistributionsByKeyGroupRequest) => any;
1019
- }
1020
- export interface ListDistributionsByKeyGroupResult {
1021
- /**
1022
- * <p>A list of distribution IDs.</p>
1023
- */
1024
- DistributionIdList?: DistributionIdList;
1025
- }
1026
- export declare namespace ListDistributionsByKeyGroupResult {
1027
- /**
1028
- * @internal
1029
- */
1030
- const filterSensitiveLog: (obj: ListDistributionsByKeyGroupResult) => any;
1031
- }
1032
- export interface ListDistributionsByOriginRequestPolicyIdRequest {
1033
- /**
1034
- * <p>Use this field when paginating results to indicate where to begin in your list of
1035
- * distribution IDs. The response includes distribution IDs in the list that occur after
1036
- * the marker. To get the next page of the list, set this field’s value to the value of
1037
- * <code>NextMarker</code> from the current page’s response.</p>
1038
- */
1039
- Marker?: string;
1040
- /**
1041
- * <p>The maximum number of distribution IDs that you want in the response.</p>
1042
- */
1043
- MaxItems?: number;
1044
- /**
1045
- * <p>The ID of the origin request policy whose associated distribution IDs you want to
1046
- * list.</p>
1047
- */
1048
- OriginRequestPolicyId: string | undefined;
1049
- }
1050
- export declare namespace ListDistributionsByOriginRequestPolicyIdRequest {
1051
- /**
1052
- * @internal
1053
- */
1054
- const filterSensitiveLog: (obj: ListDistributionsByOriginRequestPolicyIdRequest) => any;
1055
- }
1056
- export interface ListDistributionsByOriginRequestPolicyIdResult {
1057
- /**
1058
- * <p>A list of distribution IDs.</p>
1059
- */
1060
- DistributionIdList?: DistributionIdList;
1061
- }
1062
- export declare namespace ListDistributionsByOriginRequestPolicyIdResult {
1063
- /**
1064
- * @internal
1065
- */
1066
- const filterSensitiveLog: (obj: ListDistributionsByOriginRequestPolicyIdResult) => any;
1067
- }
1068
- export interface ListDistributionsByRealtimeLogConfigRequest {
1069
- /**
1070
- * <p>Use this field when paginating results to indicate where to begin in your list of
1071
- * distributions. The response includes distributions in the list that occur after the
1072
- * marker. To get the next page of the list, set this field’s value to the value of
1073
- * <code>NextMarker</code> from the current page’s response.</p>
1074
- */
1075
- Marker?: string;
1076
- /**
1077
- * <p>The maximum number of distributions that you want in the response.</p>
1078
- */
1079
- MaxItems?: number;
1080
- /**
1081
- * <p>The name of the real-time log configuration whose associated distributions you want to
1082
- * list.</p>
1083
- */
1084
- RealtimeLogConfigName?: string;
1085
- /**
1086
- * <p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated
1087
- * distributions you want to list.</p>
1088
- */
1089
- RealtimeLogConfigArn?: string;
1090
- }
1091
- export declare namespace ListDistributionsByRealtimeLogConfigRequest {
1092
- /**
1093
- * @internal
1094
- */
1095
- const filterSensitiveLog: (obj: ListDistributionsByRealtimeLogConfigRequest) => any;
1096
- }
1097
- export interface ListDistributionsByRealtimeLogConfigResult {
1098
- /**
1099
- * <p>A distribution list.</p>
1100
- */
1101
- DistributionList?: DistributionList;
1102
- }
1103
- export declare namespace ListDistributionsByRealtimeLogConfigResult {
1104
- /**
1105
- * @internal
1106
- */
1107
- const filterSensitiveLog: (obj: ListDistributionsByRealtimeLogConfigResult) => any;
1108
- }
1109
- /**
1110
- * <p>The request to list distributions that are associated with a specified WAF web
1111
- * ACL.</p>
1112
- */
1113
- export interface ListDistributionsByWebACLIdRequest {
1114
- /**
1115
- * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If
1116
- * you have more than <code>MaxItems</code> distributions that satisfy the request, the response
1117
- * includes a <code>NextMarker</code> element. To get the next page of results, submit another
1118
- * request. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code>
1119
- * from the last response. (For the first request, omit <code>Marker</code>.) </p>
1120
- */
1121
- Marker?: string;
1122
- /**
1123
- * <p>The maximum number of distributions that you want CloudFront to return in the response body.
1124
- * The maximum and default values are both 100.</p>
1125
- */
1126
- MaxItems?: number;
1127
- /**
1128
- * <p>The ID of the WAF web ACL that you want to list the associated distributions.
1129
- * If you specify "null" for the ID, the request returns a list of the distributions that aren't
1130
- * associated with a web ACL.</p>
1131
- */
1132
- WebACLId: string | undefined;
1133
- }
1134
- export declare namespace ListDistributionsByWebACLIdRequest {
1135
- /**
1136
- * @internal
1137
- */
1138
- const filterSensitiveLog: (obj: ListDistributionsByWebACLIdRequest) => any;
1139
- }
1140
- /**
1141
- * <p>The response to a request to list the distributions that are associated with a
1142
- * specified WAF web ACL.</p>
1143
- */
1144
- export interface ListDistributionsByWebACLIdResult {
1145
- /**
1146
- * <p>The <code>DistributionList</code> type. </p>
1147
- */
1148
- DistributionList?: DistributionList;
1149
- }
1150
- export declare namespace ListDistributionsByWebACLIdResult {
1151
- /**
1152
- * @internal
1153
- */
1154
- const filterSensitiveLog: (obj: ListDistributionsByWebACLIdResult) => any;
1155
- }
1156
- export interface ListFieldLevelEncryptionConfigsRequest {
1157
- /**
1158
- * <p>Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that
1159
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1160
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page). </p>
1161
- */
1162
- Marker?: string;
1163
- /**
1164
- * <p>The maximum number of field-level encryption configurations you want in the response body. </p>
1165
- */
1166
- MaxItems?: number;
1167
- }
1168
- export declare namespace ListFieldLevelEncryptionConfigsRequest {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: ListFieldLevelEncryptionConfigsRequest) => any;
1173
- }
1174
- /**
1175
- * <p>A summary of a field-level encryption item.</p>
1176
- */
1177
- export interface FieldLevelEncryptionSummary {
1178
- /**
1179
- * <p>The unique ID of a field-level encryption item.</p>
1180
- */
1181
- Id: string | undefined;
1182
- /**
1183
- * <p>The last time that the summary of field-level encryption items was modified.</p>
1184
- */
1185
- LastModifiedTime: Date | undefined;
1186
- /**
1187
- * <p>An optional comment about the field-level encryption item. The comment cannot be longer than
1188
- * 128 characters.</p>
1189
- */
1190
- Comment?: string;
1191
- /**
1192
- * <p>
1193
- * A summary of a query argument-profile mapping.
1194
- * </p>
1195
- */
1196
- QueryArgProfileConfig?: QueryArgProfileConfig;
1197
- /**
1198
- * <p>
1199
- * A summary of a content type-profile mapping.
1200
- * </p>
1201
- */
1202
- ContentTypeProfileConfig?: ContentTypeProfileConfig;
1203
- }
1204
- export declare namespace FieldLevelEncryptionSummary {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: FieldLevelEncryptionSummary) => any;
1209
- }
1210
- /**
1211
- * <p>List of field-level encrpytion configurations.</p>
1212
- */
1213
- export interface FieldLevelEncryptionList {
1214
- /**
1215
- * <p>If there are more elements to be listed, this element is present and contains
1216
- * the value that you can use for the <code>Marker</code> request parameter to continue
1217
- * listing your configurations where you left off.</p>
1218
- */
1219
- NextMarker?: string;
1220
- /**
1221
- * <p>The maximum number of elements you want in the response body. </p>
1222
- */
1223
- MaxItems: number | undefined;
1224
- /**
1225
- * <p>The number of field-level encryption items.</p>
1226
- */
1227
- Quantity: number | undefined;
1228
- /**
1229
- * <p>An array of field-level encryption items.</p>
1230
- */
1231
- Items?: FieldLevelEncryptionSummary[];
1232
- }
1233
- export declare namespace FieldLevelEncryptionList {
1234
- /**
1235
- * @internal
1236
- */
1237
- const filterSensitiveLog: (obj: FieldLevelEncryptionList) => any;
1238
- }
1239
- export interface ListFieldLevelEncryptionConfigsResult {
1240
- /**
1241
- * <p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>
1242
- */
1243
- FieldLevelEncryptionList?: FieldLevelEncryptionList;
1244
- }
1245
- export declare namespace ListFieldLevelEncryptionConfigsResult {
1246
- /**
1247
- * @internal
1248
- */
1249
- const filterSensitiveLog: (obj: ListFieldLevelEncryptionConfigsResult) => any;
1250
- }
1251
- export interface ListFieldLevelEncryptionProfilesRequest {
1252
- /**
1253
- * <p>Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that
1254
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1255
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page). </p>
1256
- */
1257
- Marker?: string;
1258
- /**
1259
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
1260
- */
1261
- MaxItems?: number;
1262
- }
1263
- export declare namespace ListFieldLevelEncryptionProfilesRequest {
1264
- /**
1265
- * @internal
1266
- */
1267
- const filterSensitiveLog: (obj: ListFieldLevelEncryptionProfilesRequest) => any;
1268
- }
1269
- /**
1270
- * <p>The field-level encryption profile summary.</p>
1271
- */
1272
- export interface FieldLevelEncryptionProfileSummary {
1273
- /**
1274
- * <p>ID for the field-level encryption profile summary.</p>
1275
- */
1276
- Id: string | undefined;
1277
- /**
1278
- * <p>The time when the the field-level encryption profile summary was last updated.</p>
1279
- */
1280
- LastModifiedTime: Date | undefined;
1281
- /**
1282
- * <p>Name for the field-level encryption profile summary.</p>
1283
- */
1284
- Name: string | undefined;
1285
- /**
1286
- * <p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and
1287
- * field patterns for specifying which fields to encrypt with this key.</p>
1288
- */
1289
- EncryptionEntities: EncryptionEntities | undefined;
1290
- /**
1291
- * <p>An optional comment for the field-level encryption profile summary. The comment cannot be
1292
- * longer than 128 characters.</p>
1293
- */
1294
- Comment?: string;
1295
- }
1296
- export declare namespace FieldLevelEncryptionProfileSummary {
1297
- /**
1298
- * @internal
1299
- */
1300
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileSummary) => any;
1301
- }
1302
- /**
1303
- * <p>List of field-level encryption profiles.</p>
1304
- */
1305
- export interface FieldLevelEncryptionProfileList {
1306
- /**
1307
- * <p>If there are more elements to be listed, this element is present and contains
1308
- * the value that you can use for the <code>Marker</code> request parameter to continue
1309
- * listing your profiles where you left off.</p>
1310
- */
1311
- NextMarker?: string;
1312
- /**
1313
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
1314
- */
1315
- MaxItems: number | undefined;
1316
- /**
1317
- * <p>The number of field-level encryption profiles.</p>
1318
- */
1319
- Quantity: number | undefined;
1320
- /**
1321
- * <p>The field-level encryption profile items.</p>
1322
- */
1323
- Items?: FieldLevelEncryptionProfileSummary[];
1324
- }
1325
- export declare namespace FieldLevelEncryptionProfileList {
1326
- /**
1327
- * @internal
1328
- */
1329
- const filterSensitiveLog: (obj: FieldLevelEncryptionProfileList) => any;
1330
- }
1331
- export interface ListFieldLevelEncryptionProfilesResult {
1332
- /**
1333
- * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>
1334
- */
1335
- FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList;
1336
- }
1337
- export declare namespace ListFieldLevelEncryptionProfilesResult {
1338
- /**
1339
- * @internal
1340
- */
1341
- const filterSensitiveLog: (obj: ListFieldLevelEncryptionProfilesResult) => any;
1342
- }
1343
- export interface ListFunctionsRequest {
1344
- /**
1345
- * <p>Use this field when paginating results to indicate where to begin in your list of
1346
- * functions. The response includes functions in the list that occur after the marker. To
1347
- * get the next page of the list, set this field’s value to the value of
1348
- * <code>NextMarker</code> from the current page’s response.</p>
1349
- */
1350
- Marker?: string;
1351
- /**
1352
- * <p>The maximum number of functions that you want in the response.</p>
1353
- */
1354
- MaxItems?: number;
1355
- /**
1356
- * <p>An optional filter to return only the functions that are in the specified stage,
1357
- * either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
1358
- */
1359
- Stage?: FunctionStage | string;
1360
- }
1361
- export declare namespace ListFunctionsRequest {
1362
- /**
1363
- * @internal
1364
- */
1365
- const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
1366
- }
1367
- /**
1368
- * <p>A list of CloudFront functions.</p>
1369
- */
1370
- export interface FunctionList {
1371
- /**
1372
- * <p>If there are more items in the list than are in this response, this element is
1373
- * present. It contains the value that you should use in the <code>Marker</code> field of a
1374
- * subsequent request to continue listing functions where you left off.</p>
1375
- */
1376
- NextMarker?: string;
1377
- /**
1378
- * <p>The maximum number of functions requested.</p>
1379
- */
1380
- MaxItems: number | undefined;
1381
- /**
1382
- * <p>The number of functions returned in the response.</p>
1383
- */
1384
- Quantity: number | undefined;
1385
- /**
1386
- * <p>Contains the functions in the list.</p>
1387
- */
1388
- Items?: FunctionSummary[];
1389
- }
1390
- export declare namespace FunctionList {
1391
- /**
1392
- * @internal
1393
- */
1394
- const filterSensitiveLog: (obj: FunctionList) => any;
1395
- }
1396
- export interface ListFunctionsResult {
1397
- /**
1398
- * <p>A list of CloudFront functions.</p>
1399
- */
1400
- FunctionList?: FunctionList;
1401
- }
1402
- export declare namespace ListFunctionsResult {
1403
- /**
1404
- * @internal
1405
- */
1406
- const filterSensitiveLog: (obj: ListFunctionsResult) => any;
1407
- }
1408
- /**
1409
- * <p>The request to list invalidations. </p>
1410
- */
1411
- export interface ListInvalidationsRequest {
1412
- /**
1413
- * <p>The distribution's ID.</p>
1414
- */
1415
- DistributionId: string | undefined;
1416
- /**
1417
- * <p>Use this parameter when paginating results to indicate where to begin in your list of
1418
- * invalidation batches. Because the results are returned in decreasing order from most recent to
1419
- * oldest, the most recent results are on the first page, the second page will contain earlier
1420
- * results, and so on. To get the next page of results, set <code>Marker</code> to the value of
1421
- * the <code>NextMarker</code> from the current page's response. This value is the same as the ID
1422
- * of the last invalidation batch on that page. </p>
1423
- */
1424
- Marker?: string;
1425
- /**
1426
- * <p>The maximum number of invalidation batches that you want in the response
1427
- * body.</p>
1428
- */
1429
- MaxItems?: number;
1430
- }
1431
- export declare namespace ListInvalidationsRequest {
1432
- /**
1433
- * @internal
1434
- */
1435
- const filterSensitiveLog: (obj: ListInvalidationsRequest) => any;
1436
- }
1437
- /**
1438
- * <p>A summary of an invalidation request.</p>
1439
- */
1440
- export interface InvalidationSummary {
1441
- /**
1442
- * <p>The unique ID for an invalidation request.</p>
1443
- */
1444
- Id: string | undefined;
1445
- /**
1446
- * <p>The time that an invalidation request was created.</p>
1447
- */
1448
- CreateTime: Date | undefined;
1449
- /**
1450
- * <p>The status of an invalidation request.</p>
1451
- */
1452
- Status: string | undefined;
1453
- }
1454
- export declare namespace InvalidationSummary {
1455
- /**
1456
- * @internal
1457
- */
1458
- const filterSensitiveLog: (obj: InvalidationSummary) => any;
1459
- }
1460
- /**
1461
- * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
1462
- * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects (Web Distributions Only)</a> in
1463
- * the <i>Amazon CloudFront Developer Guide</i>.</p>
1464
- */
1465
- export interface InvalidationList {
1466
- /**
1467
- * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
1468
- */
1469
- Marker: string | undefined;
1470
- /**
1471
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1472
- * the value that you can use for the <code>Marker</code> request parameter to continue listing
1473
- * your invalidation batches where they left off.</p>
1474
- */
1475
- NextMarker?: string;
1476
- /**
1477
- * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
1478
- */
1479
- MaxItems: number | undefined;
1480
- /**
1481
- * <p>A flag that indicates whether more invalidation batch requests remain to be listed. If
1482
- * your results were truncated, you can make a follow-up pagination request using the
1483
- * <code>Marker</code> request parameter to retrieve more invalidation batches in the
1484
- * list.</p>
1485
- */
1486
- IsTruncated: boolean | undefined;
1487
- /**
1488
- * <p>The number of invalidation batches that were created by the current account.
1489
- * </p>
1490
- */
1491
- Quantity: number | undefined;
1492
- /**
1493
- * <p>A complex type that contains one <code>InvalidationSummary</code> element for each
1494
- * invalidation batch created by the current account.</p>
1495
- */
1496
- Items?: InvalidationSummary[];
1497
- }
1498
- export declare namespace InvalidationList {
1499
- /**
1500
- * @internal
1501
- */
1502
- const filterSensitiveLog: (obj: InvalidationList) => any;
1503
- }
1504
- /**
1505
- * <p>The returned result of the corresponding request. </p>
1506
- */
1507
- export interface ListInvalidationsResult {
1508
- /**
1509
- * <p>Information about invalidation batches. </p>
1510
- */
1511
- InvalidationList?: InvalidationList;
1512
- }
1513
- export declare namespace ListInvalidationsResult {
1514
- /**
1515
- * @internal
1516
- */
1517
- const filterSensitiveLog: (obj: ListInvalidationsResult) => any;
1518
- }
1519
- export interface ListKeyGroupsRequest {
1520
- /**
1521
- * <p>Use this field when paginating results to indicate where to begin in your list of key
1522
- * groups. The response includes key groups in the list that occur after the marker. To get
1523
- * the next page of the list, set this field’s value to the value of
1524
- * <code>NextMarker</code> from the current page’s response.</p>
1525
- */
1526
- Marker?: string;
1527
- /**
1528
- * <p>The maximum number of key groups that you want in the response.</p>
1529
- */
1530
- MaxItems?: number;
1531
- }
1532
- export declare namespace ListKeyGroupsRequest {
1533
- /**
1534
- * @internal
1535
- */
1536
- const filterSensitiveLog: (obj: ListKeyGroupsRequest) => any;
1537
- }
1538
- /**
1539
- * <p>Contains information about a key group.</p>
1540
- */
1541
- export interface KeyGroupSummary {
1542
- /**
1543
- * <p>A key group.</p>
1544
- */
1545
- KeyGroup: KeyGroup | undefined;
1546
- }
1547
- export declare namespace KeyGroupSummary {
1548
- /**
1549
- * @internal
1550
- */
1551
- const filterSensitiveLog: (obj: KeyGroupSummary) => any;
1552
- }
1553
- /**
1554
- * <p>A list of key groups.</p>
1555
- */
1556
- export interface KeyGroupList {
1557
- /**
1558
- * <p>If there are more items in the list than are in this response, this element is present. It
1559
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
1560
- * request to continue listing key groups.</p>
1561
- */
1562
- NextMarker?: string;
1563
- /**
1564
- * <p>The maximum number of key groups requested.</p>
1565
- */
1566
- MaxItems: number | undefined;
1567
- /**
1568
- * <p>The number of key groups returned in the response.</p>
1569
- */
1570
- Quantity: number | undefined;
1571
- /**
1572
- * <p>A list of key groups.</p>
1573
- */
1574
- Items?: KeyGroupSummary[];
1575
- }
1576
- export declare namespace KeyGroupList {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: KeyGroupList) => any;
1581
- }
1582
- export interface ListKeyGroupsResult {
1583
- /**
1584
- * <p>A list of key groups.</p>
1585
- */
1586
- KeyGroupList?: KeyGroupList;
1587
- }
1588
- export declare namespace ListKeyGroupsResult {
1589
- /**
1590
- * @internal
1591
- */
1592
- const filterSensitiveLog: (obj: ListKeyGroupsResult) => any;
1593
- }
1594
- export declare type OriginRequestPolicyType = "custom" | "managed";
1595
- export interface ListOriginRequestPoliciesRequest {
1596
- /**
1597
- * <p>A filter to return only the specified kinds of origin request policies. Valid values
1598
- * are:</p>
1599
- * <ul>
1600
- * <li>
1601
- * <p>
1602
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
1603
- * </li>
1604
- * <li>
1605
- * <p>
1606
- * <code>custom</code> – Returns only the custom policies created in your account.</p>
1607
- * </li>
1608
- * </ul>
1609
- */
1610
- Type?: OriginRequestPolicyType | string;
1611
- /**
1612
- * <p>Use this field when paginating results to indicate where to begin in your list of
1613
- * origin request policies. The response includes origin request policies in the list that
1614
- * occur after the marker. To get the next page of the list, set this field’s value to the
1615
- * value of <code>NextMarker</code> from the current page’s response.</p>
1616
- */
1617
- Marker?: string;
1618
- /**
1619
- * <p>The maximum number of origin request policies that you want in the response.</p>
1620
- */
1621
- MaxItems?: number;
1622
- }
1623
- export declare namespace ListOriginRequestPoliciesRequest {
1624
- /**
1625
- * @internal
1626
- */
1627
- const filterSensitiveLog: (obj: ListOriginRequestPoliciesRequest) => any;
1628
- }
1629
- /**
1630
- * <p>Contains an origin request policy.</p>
1631
- */
1632
- export interface OriginRequestPolicySummary {
1633
- /**
1634
- * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or
1635
- * <code>custom</code> (created in this account).</p>
1636
- */
1637
- Type: OriginRequestPolicyType | string | undefined;
1638
- /**
1639
- * <p>The origin request policy.</p>
1640
- */
1641
- OriginRequestPolicy: OriginRequestPolicy | undefined;
1642
- }
1643
- export declare namespace OriginRequestPolicySummary {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: OriginRequestPolicySummary) => any;
1648
- }
1649
- /**
1650
- * <p>A list of origin request policies.</p>
1651
- */
1652
- export interface OriginRequestPolicyList {
1653
- /**
1654
- * <p>If there are more items in the list than are in this response, this element is
1655
- * present. It contains the value that you should use in the <code>Marker</code> field of a
1656
- * subsequent request to continue listing origin request policies where you left
1657
- * off.</p>
1658
- */
1659
- NextMarker?: string;
1660
- /**
1661
- * <p>The maximum number of origin request policies requested.</p>
1662
- */
1663
- MaxItems: number | undefined;
1664
- /**
1665
- * <p>The total number of origin request policies returned in the response.</p>
1666
- */
1667
- Quantity: number | undefined;
1668
- /**
1669
- * <p>Contains the origin request policies in the list.</p>
1670
- */
1671
- Items?: OriginRequestPolicySummary[];
1672
- }
1673
- export declare namespace OriginRequestPolicyList {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: OriginRequestPolicyList) => any;
1678
- }
1679
- export interface ListOriginRequestPoliciesResult {
1680
- /**
1681
- * <p>A list of origin request policies.</p>
1682
- */
1683
- OriginRequestPolicyList?: OriginRequestPolicyList;
1684
- }
1685
- export declare namespace ListOriginRequestPoliciesResult {
1686
- /**
1687
- * @internal
1688
- */
1689
- const filterSensitiveLog: (obj: ListOriginRequestPoliciesResult) => any;
1690
- }
1691
- export interface ListPublicKeysRequest {
1692
- /**
1693
- * <p>Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that
1694
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1695
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page). </p>
1696
- */
1697
- Marker?: string;
1698
- /**
1699
- * <p>The maximum number of public keys you want in the response body. </p>
1700
- */
1701
- MaxItems?: number;
1702
- }
1703
- export declare namespace ListPublicKeysRequest {
1704
- /**
1705
- * @internal
1706
- */
1707
- const filterSensitiveLog: (obj: ListPublicKeysRequest) => any;
1708
- }
1709
- /**
1710
- * <p>Contains information about a public key.</p>
1711
- */
1712
- export interface PublicKeySummary {
1713
- /**
1714
- * <p>The identifier of the public key.</p>
1715
- */
1716
- Id: string | undefined;
1717
- /**
1718
- * <p>A name to help identify the public key.</p>
1719
- */
1720
- Name: string | undefined;
1721
- /**
1722
- * <p>The date and time when the public key was uploaded.</p>
1723
- */
1724
- CreatedTime: Date | undefined;
1725
- /**
1726
- * <p>The public key.</p>
1727
- */
1728
- EncodedKey: string | undefined;
1729
- /**
1730
- * <p>A comment to describe the public key. The comment cannot be longer than 128
1731
- * characters.</p>
1732
- */
1733
- Comment?: string;
1734
- }
1735
- export declare namespace PublicKeySummary {
1736
- /**
1737
- * @internal
1738
- */
1739
- const filterSensitiveLog: (obj: PublicKeySummary) => any;
1740
- }
1741
- /**
1742
- * <p>A list of public keys that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
1743
- */
1744
- export interface PublicKeyList {
1745
- /**
1746
- * <p>If there are more elements to be listed, this element is present and contains
1747
- * the value that you can use for the <code>Marker</code> request parameter to continue
1748
- * listing your public keys where you left off.</p>
1749
- */
1750
- NextMarker?: string;
1751
- /**
1752
- * <p>The maximum number of public keys you want in the response.</p>
1753
- */
1754
- MaxItems: number | undefined;
1755
- /**
1756
- * <p>The number of public keys in the list.</p>
1757
- */
1758
- Quantity: number | undefined;
1759
- /**
1760
- * <p>A list of public keys.</p>
1761
- */
1762
- Items?: PublicKeySummary[];
1763
- }
1764
- export declare namespace PublicKeyList {
1765
- /**
1766
- * @internal
1767
- */
1768
- const filterSensitiveLog: (obj: PublicKeyList) => any;
1769
- }
1770
- export interface ListPublicKeysResult {
1771
- /**
1772
- * <p>Returns a list of all public keys that have been added to CloudFront for this account.</p>
1773
- */
1774
- PublicKeyList?: PublicKeyList;
1775
- }
1776
- export declare namespace ListPublicKeysResult {
1777
- /**
1778
- * @internal
1779
- */
1780
- const filterSensitiveLog: (obj: ListPublicKeysResult) => any;
1781
- }
1782
- export interface ListRealtimeLogConfigsRequest {
1783
- /**
1784
- * <p>The maximum number of real-time log configurations that you want in the response.</p>
1785
- */
1786
- MaxItems?: number;
1787
- /**
1788
- * <p>Use this field when paginating results to indicate where to begin in your list of real-time
1789
- * log configurations. The response includes real-time log configurations in the list that
1790
- * occur after the marker. To get the next page of the list, set this field’s value to the
1791
- * value of <code>NextMarker</code> from the current page’s response.</p>
1792
- */
1793
- Marker?: string;
1794
- }
1795
- export declare namespace ListRealtimeLogConfigsRequest {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: ListRealtimeLogConfigsRequest) => any;
1800
- }
1801
- /**
1802
- * <p>A list of real-time log configurations.</p>
1803
- */
1804
- export interface RealtimeLogConfigs {
1805
- /**
1806
- * <p>The maximum number of real-time log configurations requested.</p>
1807
- */
1808
- MaxItems: number | undefined;
1809
- /**
1810
- * <p>Contains the list of real-time log configurations.</p>
1811
- */
1812
- Items?: RealtimeLogConfig[];
1813
- /**
1814
- * <p>A flag that indicates whether there are more real-time log configurations than are contained
1815
- * in this list.</p>
1816
- */
1817
- IsTruncated: boolean | undefined;
1818
- /**
1819
- * <p>This parameter indicates where this list of real-time log configurations begins. This list
1820
- * includes real-time log configurations that occur after the marker.</p>
1821
- */
1822
- Marker: string | undefined;
1823
- /**
1824
- * <p>If there are more items in the list than are in this response, this element is present. It
1825
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
1826
- * request to continue listing real-time log configurations where you left off. </p>
1827
- */
1828
- NextMarker?: string;
1829
- }
1830
- export declare namespace RealtimeLogConfigs {
1831
- /**
1832
- * @internal
1833
- */
1834
- const filterSensitiveLog: (obj: RealtimeLogConfigs) => any;
1835
- }
1836
- export interface ListRealtimeLogConfigsResult {
1837
- /**
1838
- * <p>A list of real-time log configurations.</p>
1839
- */
1840
- RealtimeLogConfigs?: RealtimeLogConfigs;
1841
- }
1842
- export declare namespace ListRealtimeLogConfigsResult {
1843
- /**
1844
- * @internal
1845
- */
1846
- const filterSensitiveLog: (obj: ListRealtimeLogConfigsResult) => any;
1847
- }
1848
- /**
1849
- * <p>The request to list your streaming distributions. </p>
1850
- */
1851
- export interface ListStreamingDistributionsRequest {
1852
- /**
1853
- * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
1854
- */
1855
- Marker?: string;
1856
- /**
1857
- * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
1858
- */
1859
- MaxItems?: number;
1860
- }
1861
- export declare namespace ListStreamingDistributionsRequest {
1862
- /**
1863
- * @internal
1864
- */
1865
- const filterSensitiveLog: (obj: ListStreamingDistributionsRequest) => any;
1866
- }
1867
- /**
1868
- * <p> A summary of the information for a CloudFront streaming distribution.</p>
1869
- */
1870
- export interface StreamingDistributionSummary {
1871
- /**
1872
- * <p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>
1873
- */
1874
- Id: string | undefined;
1875
- /**
1876
- * <p> The ARN (Amazon Resource Name) for the streaming distribution. For example:
1877
- * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where
1878
- * <code>123456789012</code> is your account ID.</p>
1879
- */
1880
- ARN: string | undefined;
1881
- /**
1882
- * <p> Indicates the current status of the distribution. When the status is
1883
- * <code>Deployed</code>, the distribution's information is fully propagated throughout the
1884
- * Amazon CloudFront system.</p>
1885
- */
1886
- Status: string | undefined;
1887
- /**
1888
- * <p>The date and time the distribution was last modified.</p>
1889
- */
1890
- LastModifiedTime: Date | undefined;
1891
- /**
1892
- * <p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
1893
- */
1894
- DomainName: string | undefined;
1895
- /**
1896
- * <p>A complex type that contains information about the Amazon S3 bucket from which you want
1897
- * CloudFront to get your media files for distribution.</p>
1898
- */
1899
- S3Origin: S3Origin | undefined;
1900
- /**
1901
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
1902
- * for this streaming distribution.</p>
1903
- */
1904
- Aliases: Aliases | undefined;
1905
- /**
1906
- * <p>A complex type that specifies the accounts, if any, that you want to allow to
1907
- * create signed URLs for private content. If you want to require signed URLs in requests for
1908
- * objects in the target origin that match the <code>PathPattern</code> for this cache behavior,
1909
- * specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for
1910
- * <code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in
1911
- * requests for objects that match <code>PathPattern</code>, specify <code>false</code> for
1912
- * <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.
1913
- * To add, change, or remove one or more trusted signers, change <code>Enabled</code> to
1914
- * <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as
1915
- * applicable, and specify all of the trusted signers that you want to include in the updated
1916
- * distribution.</p>
1917
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
1918
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
1919
- */
1920
- TrustedSigners: TrustedSigners | undefined;
1921
- /**
1922
- * <p>The comment originally specified when this distribution was created.</p>
1923
- */
1924
- Comment: string | undefined;
1925
- /**
1926
- * <p>A complex type that contains information about price class for this streaming
1927
- * distribution. </p>
1928
- */
1929
- PriceClass: PriceClass | string | undefined;
1930
- /**
1931
- * <p>Whether the distribution is enabled to accept end user requests for content.</p>
1932
- */
1933
- Enabled: boolean | undefined;
1934
- }
1935
- export declare namespace StreamingDistributionSummary {
1936
- /**
1937
- * @internal
1938
- */
1939
- const filterSensitiveLog: (obj: StreamingDistributionSummary) => any;
1940
- }
1941
- /**
1942
- * <p>A streaming distribution list. </p>
1943
- */
1944
- export interface StreamingDistributionList {
1945
- /**
1946
- * <p>The value you provided for the <code>Marker</code> request parameter. </p>
1947
- */
1948
- Marker: string | undefined;
1949
- /**
1950
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1951
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
1952
- * RTMP distributions where they left off. </p>
1953
- */
1954
- NextMarker?: string;
1955
- /**
1956
- * <p>The value you provided for the <code>MaxItems</code> request parameter. </p>
1957
- */
1958
- MaxItems: number | undefined;
1959
- /**
1960
- * <p>A flag that indicates whether more streaming distributions remain to be listed. If your
1961
- * results were truncated, you can make a follow-up pagination request using the
1962
- * <code>Marker</code> request parameter to retrieve more distributions in the list. </p>
1963
- */
1964
- IsTruncated: boolean | undefined;
1965
- /**
1966
- * <p>The number of streaming distributions that were created by the current account.
1967
- * </p>
1968
- */
1969
- Quantity: number | undefined;
1970
- /**
1971
- * <p>A complex type that contains one <code>StreamingDistributionSummary</code> element for
1972
- * each distribution that was created by the current account.</p>
1973
- */
1974
- Items?: StreamingDistributionSummary[];
1975
- }
1976
- export declare namespace StreamingDistributionList {
1977
- /**
1978
- * @internal
1979
- */
1980
- const filterSensitiveLog: (obj: StreamingDistributionList) => any;
1981
- }
1982
- /**
1983
- * <p>The returned result of the corresponding request. </p>
1984
- */
1985
- export interface ListStreamingDistributionsResult {
1986
- /**
1987
- * <p>The <code>StreamingDistributionList</code> type. </p>
1988
- */
1989
- StreamingDistributionList?: StreamingDistributionList;
1990
- }
1991
- export declare namespace ListStreamingDistributionsResult {
1992
- /**
1993
- * @internal
1994
- */
1995
- const filterSensitiveLog: (obj: ListStreamingDistributionsResult) => any;
1996
- }
1997
- /**
1998
- * <p> The request to list tags for a CloudFront resource.</p>
1999
- */
2000
- export interface ListTagsForResourceRequest {
2001
- /**
2002
- * <p> An ARN of a CloudFront resource.</p>
2003
- */
2004
- Resource: string | undefined;
2005
- }
2006
- export declare namespace ListTagsForResourceRequest {
2007
- /**
2008
- * @internal
2009
- */
2010
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2011
- }
2012
- /**
2013
- * <p> The returned result of the corresponding request.</p>
2014
- */
2015
- export interface ListTagsForResourceResult {
2016
- /**
2017
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2018
- */
2019
- Tags: Tags | undefined;
2020
- }
2021
- export declare namespace ListTagsForResourceResult {
2022
- /**
2023
- * @internal
2024
- */
2025
- const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
2026
- }
2027
- export interface PublishFunctionRequest {
2028
- /**
2029
- * <p>The name of the function that you are publishing.</p>
2030
- */
2031
- Name: string | undefined;
2032
- /**
2033
- * <p>The current version (<code>ETag</code> value) of the function that you are publishing, which
2034
- * you can get using <code>DescribeFunction</code>.</p>
2035
- */
2036
- IfMatch: string | undefined;
2037
- }
2038
- export declare namespace PublishFunctionRequest {
2039
- /**
2040
- * @internal
2041
- */
2042
- const filterSensitiveLog: (obj: PublishFunctionRequest) => any;
2043
- }
2044
- export interface PublishFunctionResult {
2045
- /**
2046
- * <p>Contains configuration information and metadata about a CloudFront function.</p>
2047
- */
2048
- FunctionSummary?: FunctionSummary;
2049
- }
2050
- export declare namespace PublishFunctionResult {
2051
- /**
2052
- * @internal
2053
- */
2054
- const filterSensitiveLog: (obj: PublishFunctionResult) => any;
2055
- }
2056
- /**
2057
- * <p> The request to add tags to a CloudFront resource.</p>
2058
- */
2059
- export interface TagResourceRequest {
2060
- /**
2061
- * <p> An ARN of a CloudFront resource.</p>
2062
- */
2063
- Resource: string | undefined;
2064
- /**
2065
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2066
- */
2067
- Tags: Tags | undefined;
2068
- }
2069
- export declare namespace TagResourceRequest {
2070
- /**
2071
- * @internal
2072
- */
2073
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2074
- }
2075
- /**
2076
- * <p>The CloudFront function failed.</p>
2077
- */
2078
- export interface TestFunctionFailed extends __SmithyException, $MetadataBearer {
2079
- name: "TestFunctionFailed";
2080
- $fault: "server";
2081
- Message?: string;
2082
- }
2083
- export declare namespace TestFunctionFailed {
2084
- /**
2085
- * @internal
2086
- */
2087
- const filterSensitiveLog: (obj: TestFunctionFailed) => any;
2088
- }
2089
- export interface TestFunctionRequest {
2090
- /**
2091
- * <p>The name of the function that you are testing.</p>
2092
- */
2093
- Name: string | undefined;
2094
- /**
2095
- * <p>The current version (<code>ETag</code> value) of the function that you are testing, which
2096
- * you can get using <code>DescribeFunction</code>.</p>
2097
- */
2098
- IfMatch: string | undefined;
2099
- /**
2100
- * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
2101
- * <code>LIVE</code>.</p>
2102
- */
2103
- Stage?: FunctionStage | string;
2104
- /**
2105
- * <p>The event object to test the function with. For more information about the structure of the
2106
- * event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2107
- */
2108
- EventObject: Uint8Array | undefined;
2109
- }
2110
- export declare namespace TestFunctionRequest {
2111
- /**
2112
- * @internal
2113
- */
2114
- const filterSensitiveLog: (obj: TestFunctionRequest) => any;
2115
- }
2116
- /**
2117
- * <p>Contains the result of testing a CloudFront function with <code>TestFunction</code>.</p>
2118
- */
2119
- export interface TestResult {
2120
- /**
2121
- * <p>Contains configuration information and metadata about the CloudFront function that was
2122
- * tested.</p>
2123
- */
2124
- FunctionSummary?: FunctionSummary;
2125
- /**
2126
- * <p>The amount of time that the function took to run as a percentage of the maximum
2127
- * allowed time. For example, a compute utilization of 35 means that the function completed
2128
- * in 35% of the maximum allowed time.</p>
2129
- */
2130
- ComputeUtilization?: string;
2131
- /**
2132
- * <p>Contains the log lines that the function wrote (if any) when running the test.</p>
2133
- */
2134
- FunctionExecutionLogs?: string[];
2135
- /**
2136
- * <p>If the result of testing the function was an error, this field contains the error
2137
- * message.</p>
2138
- */
2139
- FunctionErrorMessage?: string;
2140
- /**
2141
- * <p>The event object returned by the function. For more information about the structure of the
2142
- * event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event object
2143
- * structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2144
- */
2145
- FunctionOutput?: string;
2146
- }
2147
- export declare namespace TestResult {
2148
- /**
2149
- * @internal
2150
- */
2151
- const filterSensitiveLog: (obj: TestResult) => any;
2152
- }
2153
- export interface TestFunctionResult {
2154
- /**
2155
- * <p>An object that represents the result of running the function with the provided event
2156
- * object.</p>
2157
- */
2158
- TestResult?: TestResult;
2159
- }
2160
- export declare namespace TestFunctionResult {
2161
- /**
2162
- * @internal
2163
- */
2164
- const filterSensitiveLog: (obj: TestFunctionResult) => any;
2165
- }
2166
- /**
2167
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2168
- */
2169
- export interface TagKeys {
2170
- /**
2171
- * <p> A complex type that contains <code>Tag</code> key elements.</p>
2172
- */
2173
- Items?: string[];
2174
- }
2175
- export declare namespace TagKeys {
2176
- /**
2177
- * @internal
2178
- */
2179
- const filterSensitiveLog: (obj: TagKeys) => any;
2180
- }
2181
- /**
2182
- * <p> The request to remove tags from a CloudFront resource.</p>
2183
- */
2184
- export interface UntagResourceRequest {
2185
- /**
2186
- * <p> An ARN of a CloudFront resource.</p>
2187
- */
2188
- Resource: string | undefined;
2189
- /**
2190
- * <p> A complex type that contains zero or more <code>Tag</code> key elements.</p>
2191
- */
2192
- TagKeys: TagKeys | undefined;
2193
- }
2194
- export declare namespace UntagResourceRequest {
2195
- /**
2196
- * @internal
2197
- */
2198
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2199
- }
2200
- export interface UpdateCachePolicyRequest {
2201
- /**
2202
- * <p>The unique identifier for the cache policy that you are updating. The identifier is returned
2203
- * in a cache behavior’s <code>CachePolicyId</code> field in the response to
2204
- * <code>GetDistributionConfig</code>.</p>
2205
- */
2206
- Id: string | undefined;
2207
- /**
2208
- * <p>The version of the cache policy that you are updating. The version is returned in the cache
2209
- * policy’s <code>ETag</code> field in the response to
2210
- * <code>GetCachePolicyConfig</code>.</p>
2211
- */
2212
- IfMatch?: string;
2213
- /**
2214
- * <p>A cache policy configuration.</p>
2215
- */
2216
- CachePolicyConfig: CachePolicyConfig | undefined;
2217
- }
2218
- export declare namespace UpdateCachePolicyRequest {
2219
- /**
2220
- * @internal
2221
- */
2222
- const filterSensitiveLog: (obj: UpdateCachePolicyRequest) => any;
2223
- }
2224
- export interface UpdateCachePolicyResult {
2225
- /**
2226
- * <p>A cache policy.</p>
2227
- */
2228
- CachePolicy?: CachePolicy;
2229
- /**
2230
- * <p>The current version of the cache policy.</p>
2231
- */
2232
- ETag?: string;
2233
- }
2234
- export declare namespace UpdateCachePolicyResult {
2235
- /**
2236
- * @internal
2237
- */
2238
- const filterSensitiveLog: (obj: UpdateCachePolicyResult) => any;
2239
- }
2240
- /**
2241
- * <p>The request to update an origin access identity.</p>
2242
- */
2243
- export interface UpdateCloudFrontOriginAccessIdentityRequest {
2244
- /**
2245
- * <p>The identity's id.</p>
2246
- */
2247
- Id: string | undefined;
2248
- /**
2249
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2250
- * identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2251
- */
2252
- IfMatch?: string;
2253
- /**
2254
- * <p>The identity's configuration information.</p>
2255
- */
2256
- CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
2257
- }
2258
- export declare namespace UpdateCloudFrontOriginAccessIdentityRequest {
2259
- /**
2260
- * @internal
2261
- */
2262
- const filterSensitiveLog: (obj: UpdateCloudFrontOriginAccessIdentityRequest) => any;
2263
- }
2264
- /**
2265
- * <p>The returned result of the corresponding request.</p>
2266
- */
2267
- export interface UpdateCloudFrontOriginAccessIdentityResult {
2268
- /**
2269
- * <p>The origin access identity's information.</p>
2270
- */
2271
- CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
2272
- /**
2273
- * <p>The current version of the configuration. For example:
2274
- * <code>E2QWRUHAPOMQZL</code>.</p>
2275
- */
2276
- ETag?: string;
2277
- }
2278
- export declare namespace UpdateCloudFrontOriginAccessIdentityResult {
2279
- /**
2280
- * @internal
2281
- */
2282
- const filterSensitiveLog: (obj: UpdateCloudFrontOriginAccessIdentityResult) => any;
2283
- }
2284
- /**
2285
- * <p>The request to update a distribution.</p>
2286
- */
2287
- export interface UpdateDistributionRequest {
2288
- /**
2289
- * <p>The distribution's id.</p>
2290
- */
2291
- Id: string | undefined;
2292
- /**
2293
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2294
- * distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2295
- */
2296
- IfMatch?: string;
2297
- /**
2298
- * <p>The distribution's configuration information.</p>
2299
- */
2300
- DistributionConfig: DistributionConfig | undefined;
2301
- }
2302
- export declare namespace UpdateDistributionRequest {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: UpdateDistributionRequest) => any;
2307
- }
2308
- /**
2309
- * <p>The returned result of the corresponding request.</p>
2310
- */
2311
- export interface UpdateDistributionResult {
2312
- /**
2313
- * <p>The distribution's information.</p>
2314
- */
2315
- Distribution?: Distribution;
2316
- /**
2317
- * <p>The current version of the configuration. For example:
2318
- * <code>E2QWRUHAPOMQZL</code>.</p>
2319
- */
2320
- ETag?: string;
2321
- }
2322
- export declare namespace UpdateDistributionResult {
2323
- /**
2324
- * @internal
2325
- */
2326
- const filterSensitiveLog: (obj: UpdateDistributionResult) => any;
2327
- }
2328
- export interface UpdateFieldLevelEncryptionConfigRequest {
2329
- /**
2330
- * <p>The ID of the configuration you want to update.</p>
2331
- */
2332
- Id: string | undefined;
2333
- /**
2334
- * <p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update.
2335
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
2336
- */
2337
- IfMatch?: string;
2338
- /**
2339
- * <p>Request to update a field-level encryption configuration. </p>
2340
- */
2341
- FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
2342
- }
2343
- export declare namespace UpdateFieldLevelEncryptionConfigRequest {
2344
- /**
2345
- * @internal
2346
- */
2347
- const filterSensitiveLog: (obj: UpdateFieldLevelEncryptionConfigRequest) => any;
2348
- }
2349
- export interface UpdateFieldLevelEncryptionConfigResult {
2350
- /**
2351
- * <p>Return the results of updating the configuration.</p>
2352
- */
2353
- FieldLevelEncryption?: FieldLevelEncryption;
2354
- /**
2355
- * <p>The value of the <code>ETag</code> header that you received when updating the configuration.
2356
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
2357
- */
2358
- ETag?: string;
2359
- }
2360
- export declare namespace UpdateFieldLevelEncryptionConfigResult {
2361
- /**
2362
- * @internal
2363
- */
2364
- const filterSensitiveLog: (obj: UpdateFieldLevelEncryptionConfigResult) => any;
2365
- }
2366
- export interface UpdateFieldLevelEncryptionProfileRequest {
2367
- /**
2368
- * <p>The ID of the field-level encryption profile request. </p>
2369
- */
2370
- Id: string | undefined;
2371
- /**
2372
- * <p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update.
2373
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
2374
- */
2375
- IfMatch?: string;
2376
- /**
2377
- * <p>Request to update a field-level encryption profile. </p>
2378
- */
2379
- FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
2380
- }
2381
- export declare namespace UpdateFieldLevelEncryptionProfileRequest {
2382
- /**
2383
- * @internal
2384
- */
2385
- const filterSensitiveLog: (obj: UpdateFieldLevelEncryptionProfileRequest) => any;
2386
- }
2387
- export interface UpdateFieldLevelEncryptionProfileResult {
2388
- /**
2389
- * <p>Return the results of updating the profile.</p>
2390
- */
2391
- FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
2392
- /**
2393
- * <p>The result of the field-level encryption profile request. </p>
2394
- */
2395
- ETag?: string;
2396
- }
2397
- export declare namespace UpdateFieldLevelEncryptionProfileResult {
2398
- /**
2399
- * @internal
2400
- */
2401
- const filterSensitiveLog: (obj: UpdateFieldLevelEncryptionProfileResult) => any;
2402
- }
2403
- export interface UpdateFunctionRequest {
2404
- /**
2405
- * <p>The name of the function that you are updating.</p>
2406
- */
2407
- Name: string | undefined;
2408
- /**
2409
- * <p>The current version (<code>ETag</code> value) of the function that you are updating, which
2410
- * you can get using <code>DescribeFunction</code>.</p>
2411
- */
2412
- IfMatch: string | undefined;
2413
- /**
2414
- * <p>Configuration information about the function.</p>
2415
- */
2416
- FunctionConfig: FunctionConfig | undefined;
2417
- /**
2418
- * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing function
2419
- * code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2420
- */
2421
- FunctionCode: Uint8Array | undefined;
2422
- }
2423
- export declare namespace UpdateFunctionRequest {
2424
- /**
2425
- * @internal
2426
- */
2427
- const filterSensitiveLog: (obj: UpdateFunctionRequest) => any;
2428
- }
2429
- export interface UpdateFunctionResult {
2430
- /**
2431
- * <p>Contains configuration information and metadata about a CloudFront function.</p>
2432
- */
2433
- FunctionSummary?: FunctionSummary;
2434
- /**
2435
- * <p>The version identifier for the current version of the CloudFront function.</p>
2436
- */
2437
- ETag?: string;
2438
- }
2439
- export declare namespace UpdateFunctionResult {
2440
- /**
2441
- * @internal
2442
- */
2443
- const filterSensitiveLog: (obj: UpdateFunctionResult) => any;
2444
- }
2445
- export interface UpdateKeyGroupRequest {
2446
- /**
2447
- * <p>The identifier of the key group that you are updating.</p>
2448
- */
2449
- Id: string | undefined;
2450
- /**
2451
- * <p>The version of the key group that you are updating. The version is the key group’s
2452
- * <code>ETag</code> value.</p>
2453
- */
2454
- IfMatch?: string;
2455
- /**
2456
- * <p>The key group configuration.</p>
2457
- */
2458
- KeyGroupConfig: KeyGroupConfig | undefined;
2459
- }
2460
- export declare namespace UpdateKeyGroupRequest {
2461
- /**
2462
- * @internal
2463
- */
2464
- const filterSensitiveLog: (obj: UpdateKeyGroupRequest) => any;
2465
- }
2466
- export interface UpdateKeyGroupResult {
2467
- /**
2468
- * <p>The key group that was just updated.</p>
2469
- */
2470
- KeyGroup?: KeyGroup;
2471
- /**
2472
- * <p>The identifier for this version of the key group.</p>
2473
- */
2474
- ETag?: string;
2475
- }
2476
- export declare namespace UpdateKeyGroupResult {
2477
- /**
2478
- * @internal
2479
- */
2480
- const filterSensitiveLog: (obj: UpdateKeyGroupResult) => any;
2481
- }
2482
- export interface UpdateOriginRequestPolicyRequest {
2483
- /**
2484
- * <p>The unique identifier for the origin request policy that you are updating. The identifier is
2485
- * returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the response
2486
- * to <code>GetDistributionConfig</code>.</p>
2487
- */
2488
- Id: string | undefined;
2489
- /**
2490
- * <p>The version of the origin request policy that you are updating. The version is returned in
2491
- * the origin request policy’s <code>ETag</code> field in the response to
2492
- * <code>GetOriginRequestPolicyConfig</code>.</p>
2493
- */
2494
- IfMatch?: string;
2495
- /**
2496
- * <p>An origin request policy configuration.</p>
2497
- */
2498
- OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
2499
- }
2500
- export declare namespace UpdateOriginRequestPolicyRequest {
2501
- /**
2502
- * @internal
2503
- */
2504
- const filterSensitiveLog: (obj: UpdateOriginRequestPolicyRequest) => any;
2505
- }
2506
- export interface UpdateOriginRequestPolicyResult {
2507
- /**
2508
- * <p>An origin request policy.</p>
2509
- */
2510
- OriginRequestPolicy?: OriginRequestPolicy;
2511
- /**
2512
- * <p>The current version of the origin request policy.</p>
2513
- */
2514
- ETag?: string;
2515
- }
2516
- export declare namespace UpdateOriginRequestPolicyResult {
2517
- /**
2518
- * @internal
2519
- */
2520
- const filterSensitiveLog: (obj: UpdateOriginRequestPolicyResult) => any;
2521
- }
2522
- export interface UpdatePublicKeyRequest {
2523
- /**
2524
- * <p>The identifier of the public key that you are updating.</p>
2525
- */
2526
- Id: string | undefined;
2527
- /**
2528
- * <p>The value of the <code>ETag</code> header that you received when retrieving the public key to update.
2529
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
2530
- */
2531
- IfMatch?: string;
2532
- /**
2533
- * <p>A public key configuration.</p>
2534
- */
2535
- PublicKeyConfig: PublicKeyConfig | undefined;
2536
- }
2537
- export declare namespace UpdatePublicKeyRequest {
2538
- /**
2539
- * @internal
2540
- */
2541
- const filterSensitiveLog: (obj: UpdatePublicKeyRequest) => any;
2542
- }
2543
- export interface UpdatePublicKeyResult {
2544
- /**
2545
- * <p>The public key.</p>
2546
- */
2547
- PublicKey?: PublicKey;
2548
- /**
2549
- * <p>The identifier of the current version of the public key.</p>
2550
- */
2551
- ETag?: string;
2552
- }
2553
- export declare namespace UpdatePublicKeyResult {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: UpdatePublicKeyResult) => any;
2558
- }
2559
- export interface UpdateRealtimeLogConfigRequest {
2560
- /**
2561
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
2562
- * log data.</p>
2563
- */
2564
- EndPoints?: EndPoint[];
2565
- /**
2566
- * <p>A list of fields to include in each real-time log record.</p>
2567
- * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
2568
- * <i>Amazon CloudFront Developer Guide</i>.</p>
2569
- */
2570
- Fields?: string[];
2571
- /**
2572
- * <p>The name for this real-time log configuration.</p>
2573
- */
2574
- Name?: string;
2575
- /**
2576
- * <p>The Amazon Resource Name (ARN) for this real-time log configuration.</p>
2577
- */
2578
- ARN?: string;
2579
- /**
2580
- * <p>The sampling rate for this real-time log configuration. The sampling rate determines the
2581
- * percentage of viewer requests that are represented in the real-time log data. You must
2582
- * provide an integer between 1 and 100, inclusive.</p>
2583
- */
2584
- SamplingRate?: number;
2585
- }
2586
- export declare namespace UpdateRealtimeLogConfigRequest {
2587
- /**
2588
- * @internal
2589
- */
2590
- const filterSensitiveLog: (obj: UpdateRealtimeLogConfigRequest) => any;
2591
- }
2592
- export interface UpdateRealtimeLogConfigResult {
2593
- /**
2594
- * <p>A real-time log configuration.</p>
2595
- */
2596
- RealtimeLogConfig?: RealtimeLogConfig;
2597
- }
2598
- export declare namespace UpdateRealtimeLogConfigResult {
2599
- /**
2600
- * @internal
2601
- */
2602
- const filterSensitiveLog: (obj: UpdateRealtimeLogConfigResult) => any;
2603
- }
2604
- /**
2605
- * <p>The request to update a streaming distribution.</p>
2606
- */
2607
- export interface UpdateStreamingDistributionRequest {
2608
- /**
2609
- * <p>The streaming distribution's id.</p>
2610
- */
2611
- Id: string | undefined;
2612
- /**
2613
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2614
- * streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2615
- */
2616
- IfMatch?: string;
2617
- /**
2618
- * <p>The streaming distribution's configuration information.</p>
2619
- */
2620
- StreamingDistributionConfig: StreamingDistributionConfig | undefined;
2621
- }
2622
- export declare namespace UpdateStreamingDistributionRequest {
2623
- /**
2624
- * @internal
2625
- */
2626
- const filterSensitiveLog: (obj: UpdateStreamingDistributionRequest) => any;
2627
- }
2628
- /**
2629
- * <p>The returned result of the corresponding request.</p>
2630
- */
2631
- export interface UpdateStreamingDistributionResult {
2632
- /**
2633
- * <p>The streaming distribution's information.</p>
2634
- */
2635
- StreamingDistribution?: StreamingDistribution;
2636
- /**
2637
- * <p>The current version of the configuration. For example:
2638
- * <code>E2QWRUHAPOMQZL</code>.</p>
2639
- */
2640
- ETag?: string;
2641
- }
2642
- export declare namespace UpdateStreamingDistributionResult {
2643
- /**
2644
- * @internal
2645
- */
2646
- const filterSensitiveLog: (obj: UpdateStreamingDistributionResult) => any;
2647
- }