@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,3382 +0,0 @@
1
- import {
2
- AliasICPRecordal,
3
- Aliases,
4
- CacheBehaviors,
5
- CachePolicy,
6
- CachePolicyConfig,
7
- CachePolicyList,
8
- CachePolicyType,
9
- CloudFrontOriginAccessIdentity,
10
- CloudFrontOriginAccessIdentityConfig,
11
- ContentTypeProfileConfig,
12
- CustomErrorResponses,
13
- DefaultCacheBehavior,
14
- Distribution,
15
- DistributionConfig,
16
- EncryptionEntities,
17
- EndPoint,
18
- FieldLevelEncryption,
19
- FieldLevelEncryptionConfig,
20
- FieldLevelEncryptionProfile,
21
- FieldLevelEncryptionProfileConfig,
22
- FunctionConfig,
23
- FunctionStage,
24
- FunctionSummary,
25
- HttpVersion,
26
- Invalidation,
27
- KeyGroup,
28
- KeyGroupConfig,
29
- MonitoringSubscription,
30
- OriginGroups,
31
- OriginRequestPolicy,
32
- OriginRequestPolicyConfig,
33
- Origins,
34
- PriceClass,
35
- PublicKey,
36
- PublicKeyConfig,
37
- QueryArgProfileConfig,
38
- RealtimeLogConfig,
39
- Restrictions,
40
- S3Origin,
41
- StreamingDistribution,
42
- StreamingDistributionConfig,
43
- Tags,
44
- TrustedSigners,
45
- ViewerCertificate,
46
- } from "./models_0";
47
- import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
48
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
49
-
50
- export interface GetFieldLevelEncryptionConfigRequest {
51
- /**
52
- * <p>Request the ID for the field-level encryption configuration information.</p>
53
- */
54
- Id: string | undefined;
55
- }
56
-
57
- export namespace GetFieldLevelEncryptionConfigRequest {
58
- /**
59
- * @internal
60
- */
61
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionConfigRequest): any => ({
62
- ...obj,
63
- });
64
- }
65
-
66
- export interface GetFieldLevelEncryptionConfigResult {
67
- /**
68
- * <p>Return the field-level encryption configuration information.</p>
69
- */
70
- FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig;
71
-
72
- /**
73
- * <p>The current version of the field level encryption configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
74
- */
75
- ETag?: string;
76
- }
77
-
78
- export namespace GetFieldLevelEncryptionConfigResult {
79
- /**
80
- * @internal
81
- */
82
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionConfigResult): any => ({
83
- ...obj,
84
- });
85
- }
86
-
87
- export interface GetFieldLevelEncryptionProfileRequest {
88
- /**
89
- * <p>Get the ID for the field-level encryption profile information.</p>
90
- */
91
- Id: string | undefined;
92
- }
93
-
94
- export namespace GetFieldLevelEncryptionProfileRequest {
95
- /**
96
- * @internal
97
- */
98
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionProfileRequest): any => ({
99
- ...obj,
100
- });
101
- }
102
-
103
- export interface GetFieldLevelEncryptionProfileResult {
104
- /**
105
- * <p>Return the field-level encryption profile information.</p>
106
- */
107
- FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
108
-
109
- /**
110
- * <p>The current version of the field level encryption profile. For example: <code>E2QWRUHAPOMQZL</code>.</p>
111
- */
112
- ETag?: string;
113
- }
114
-
115
- export namespace GetFieldLevelEncryptionProfileResult {
116
- /**
117
- * @internal
118
- */
119
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionProfileResult): any => ({
120
- ...obj,
121
- });
122
- }
123
-
124
- export interface GetFieldLevelEncryptionProfileConfigRequest {
125
- /**
126
- * <p>Get the ID for the field-level encryption profile configuration information.</p>
127
- */
128
- Id: string | undefined;
129
- }
130
-
131
- export namespace GetFieldLevelEncryptionProfileConfigRequest {
132
- /**
133
- * @internal
134
- */
135
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionProfileConfigRequest): any => ({
136
- ...obj,
137
- });
138
- }
139
-
140
- export interface GetFieldLevelEncryptionProfileConfigResult {
141
- /**
142
- * <p>Return the field-level encryption profile configuration information.</p>
143
- */
144
- FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig;
145
-
146
- /**
147
- * <p>The current version of the field-level encryption profile configuration result. For example: <code>E2QWRUHAPOMQZL</code>.</p>
148
- */
149
- ETag?: string;
150
- }
151
-
152
- export namespace GetFieldLevelEncryptionProfileConfigResult {
153
- /**
154
- * @internal
155
- */
156
- export const filterSensitiveLog = (obj: GetFieldLevelEncryptionProfileConfigResult): any => ({
157
- ...obj,
158
- });
159
- }
160
-
161
- export interface GetFunctionRequest {
162
- /**
163
- * <p>The name of the function whose code you are getting.</p>
164
- */
165
- Name: string | undefined;
166
-
167
- /**
168
- * <p>The function’s stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
169
- */
170
- Stage?: FunctionStage | string;
171
- }
172
-
173
- export namespace GetFunctionRequest {
174
- /**
175
- * @internal
176
- */
177
- export const filterSensitiveLog = (obj: GetFunctionRequest): any => ({
178
- ...obj,
179
- });
180
- }
181
-
182
- export interface GetFunctionResult {
183
- /**
184
- * <p>The function code of a CloudFront function.</p>
185
- */
186
- FunctionCode?: Uint8Array;
187
-
188
- /**
189
- * <p>The version identifier for the current version of the CloudFront function.</p>
190
- */
191
- ETag?: string;
192
-
193
- /**
194
- * <p>The content type (media type) of the response.</p>
195
- */
196
- ContentType?: string;
197
- }
198
-
199
- export namespace GetFunctionResult {
200
- /**
201
- * @internal
202
- */
203
- export const filterSensitiveLog = (obj: GetFunctionResult): any => ({
204
- ...obj,
205
- ...(obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }),
206
- });
207
- }
208
-
209
- /**
210
- * <p>The request to get an invalidation's information. </p>
211
- */
212
- export interface GetInvalidationRequest {
213
- /**
214
- * <p>The distribution's ID.</p>
215
- */
216
- DistributionId: string | undefined;
217
-
218
- /**
219
- * <p>The identifier for the invalidation request, for example,
220
- * <code>IDFDVBD632BHDS5</code>.</p>
221
- */
222
- Id: string | undefined;
223
- }
224
-
225
- export namespace GetInvalidationRequest {
226
- /**
227
- * @internal
228
- */
229
- export const filterSensitiveLog = (obj: GetInvalidationRequest): any => ({
230
- ...obj,
231
- });
232
- }
233
-
234
- /**
235
- * <p>The returned result of the corresponding request.</p>
236
- */
237
- export interface GetInvalidationResult {
238
- /**
239
- * <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>
240
- */
241
- Invalidation?: Invalidation;
242
- }
243
-
244
- export namespace GetInvalidationResult {
245
- /**
246
- * @internal
247
- */
248
- export const filterSensitiveLog = (obj: GetInvalidationResult): any => ({
249
- ...obj,
250
- });
251
- }
252
-
253
- /**
254
- * <p>The specified invalidation does not exist.</p>
255
- */
256
- export interface NoSuchInvalidation extends __SmithyException, $MetadataBearer {
257
- name: "NoSuchInvalidation";
258
- $fault: "client";
259
- Message?: string;
260
- }
261
-
262
- export namespace NoSuchInvalidation {
263
- /**
264
- * @internal
265
- */
266
- export const filterSensitiveLog = (obj: NoSuchInvalidation): any => ({
267
- ...obj,
268
- });
269
- }
270
-
271
- export interface GetKeyGroupRequest {
272
- /**
273
- * <p>The identifier of the key group that you are getting. To get the identifier, use
274
- * <code>ListKeyGroups</code>.</p>
275
- */
276
- Id: string | undefined;
277
- }
278
-
279
- export namespace GetKeyGroupRequest {
280
- /**
281
- * @internal
282
- */
283
- export const filterSensitiveLog = (obj: GetKeyGroupRequest): any => ({
284
- ...obj,
285
- });
286
- }
287
-
288
- export interface GetKeyGroupResult {
289
- /**
290
- * <p>The key group.</p>
291
- */
292
- KeyGroup?: KeyGroup;
293
-
294
- /**
295
- * <p>The identifier for this version of the key group.</p>
296
- */
297
- ETag?: string;
298
- }
299
-
300
- export namespace GetKeyGroupResult {
301
- /**
302
- * @internal
303
- */
304
- export const filterSensitiveLog = (obj: GetKeyGroupResult): any => ({
305
- ...obj,
306
- });
307
- }
308
-
309
- export interface GetKeyGroupConfigRequest {
310
- /**
311
- * <p>The identifier of the key group whose configuration you are getting. To get the
312
- * identifier, use <code>ListKeyGroups</code>.</p>
313
- */
314
- Id: string | undefined;
315
- }
316
-
317
- export namespace GetKeyGroupConfigRequest {
318
- /**
319
- * @internal
320
- */
321
- export const filterSensitiveLog = (obj: GetKeyGroupConfigRequest): any => ({
322
- ...obj,
323
- });
324
- }
325
-
326
- export interface GetKeyGroupConfigResult {
327
- /**
328
- * <p>The key group configuration.</p>
329
- */
330
- KeyGroupConfig?: KeyGroupConfig;
331
-
332
- /**
333
- * <p>The identifier for this version of the key group.</p>
334
- */
335
- ETag?: string;
336
- }
337
-
338
- export namespace GetKeyGroupConfigResult {
339
- /**
340
- * @internal
341
- */
342
- export const filterSensitiveLog = (obj: GetKeyGroupConfigResult): any => ({
343
- ...obj,
344
- });
345
- }
346
-
347
- export interface GetMonitoringSubscriptionRequest {
348
- /**
349
- * <p>The ID of the distribution that you are getting metrics information for.</p>
350
- */
351
- DistributionId: string | undefined;
352
- }
353
-
354
- export namespace GetMonitoringSubscriptionRequest {
355
- /**
356
- * @internal
357
- */
358
- export const filterSensitiveLog = (obj: GetMonitoringSubscriptionRequest): any => ({
359
- ...obj,
360
- });
361
- }
362
-
363
- export interface GetMonitoringSubscriptionResult {
364
- /**
365
- * <p>A monitoring subscription. This structure contains information about whether additional
366
- * CloudWatch metrics are enabled for a given CloudFront distribution.</p>
367
- */
368
- MonitoringSubscription?: MonitoringSubscription;
369
- }
370
-
371
- export namespace GetMonitoringSubscriptionResult {
372
- /**
373
- * @internal
374
- */
375
- export const filterSensitiveLog = (obj: GetMonitoringSubscriptionResult): any => ({
376
- ...obj,
377
- });
378
- }
379
-
380
- export interface GetOriginRequestPolicyRequest {
381
- /**
382
- * <p>The unique identifier for the origin request policy. If the origin request policy is
383
- * attached to a distribution’s cache behavior, you can get the policy’s identifier using
384
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
385
- * policy is not attached to a cache behavior, you can get the identifier using
386
- * <code>ListOriginRequestPolicies</code>.</p>
387
- */
388
- Id: string | undefined;
389
- }
390
-
391
- export namespace GetOriginRequestPolicyRequest {
392
- /**
393
- * @internal
394
- */
395
- export const filterSensitiveLog = (obj: GetOriginRequestPolicyRequest): any => ({
396
- ...obj,
397
- });
398
- }
399
-
400
- export interface GetOriginRequestPolicyResult {
401
- /**
402
- * <p>The origin request policy.</p>
403
- */
404
- OriginRequestPolicy?: OriginRequestPolicy;
405
-
406
- /**
407
- * <p>The current version of the origin request policy.</p>
408
- */
409
- ETag?: string;
410
- }
411
-
412
- export namespace GetOriginRequestPolicyResult {
413
- /**
414
- * @internal
415
- */
416
- export const filterSensitiveLog = (obj: GetOriginRequestPolicyResult): any => ({
417
- ...obj,
418
- });
419
- }
420
-
421
- export interface GetOriginRequestPolicyConfigRequest {
422
- /**
423
- * <p>The unique identifier for the origin request policy. If the origin request policy is
424
- * attached to a distribution’s cache behavior, you can get the policy’s identifier using
425
- * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin request
426
- * policy is not attached to a cache behavior, you can get the identifier using
427
- * <code>ListOriginRequestPolicies</code>.</p>
428
- */
429
- Id: string | undefined;
430
- }
431
-
432
- export namespace GetOriginRequestPolicyConfigRequest {
433
- /**
434
- * @internal
435
- */
436
- export const filterSensitiveLog = (obj: GetOriginRequestPolicyConfigRequest): any => ({
437
- ...obj,
438
- });
439
- }
440
-
441
- export interface GetOriginRequestPolicyConfigResult {
442
- /**
443
- * <p>The origin request policy configuration.</p>
444
- */
445
- OriginRequestPolicyConfig?: OriginRequestPolicyConfig;
446
-
447
- /**
448
- * <p>The current version of the origin request policy.</p>
449
- */
450
- ETag?: string;
451
- }
452
-
453
- export namespace GetOriginRequestPolicyConfigResult {
454
- /**
455
- * @internal
456
- */
457
- export const filterSensitiveLog = (obj: GetOriginRequestPolicyConfigResult): any => ({
458
- ...obj,
459
- });
460
- }
461
-
462
- export interface GetPublicKeyRequest {
463
- /**
464
- * <p>The identifier of the public key you are getting.</p>
465
- */
466
- Id: string | undefined;
467
- }
468
-
469
- export namespace GetPublicKeyRequest {
470
- /**
471
- * @internal
472
- */
473
- export const filterSensitiveLog = (obj: GetPublicKeyRequest): any => ({
474
- ...obj,
475
- });
476
- }
477
-
478
- export interface GetPublicKeyResult {
479
- /**
480
- * <p>The public key.</p>
481
- */
482
- PublicKey?: PublicKey;
483
-
484
- /**
485
- * <p>The identifier for this version of the public key.</p>
486
- */
487
- ETag?: string;
488
- }
489
-
490
- export namespace GetPublicKeyResult {
491
- /**
492
- * @internal
493
- */
494
- export const filterSensitiveLog = (obj: GetPublicKeyResult): any => ({
495
- ...obj,
496
- });
497
- }
498
-
499
- export interface GetPublicKeyConfigRequest {
500
- /**
501
- * <p>The identifier of the public key whose configuration you are getting.</p>
502
- */
503
- Id: string | undefined;
504
- }
505
-
506
- export namespace GetPublicKeyConfigRequest {
507
- /**
508
- * @internal
509
- */
510
- export const filterSensitiveLog = (obj: GetPublicKeyConfigRequest): any => ({
511
- ...obj,
512
- });
513
- }
514
-
515
- export interface GetPublicKeyConfigResult {
516
- /**
517
- * <p>A public key configuration.</p>
518
- */
519
- PublicKeyConfig?: PublicKeyConfig;
520
-
521
- /**
522
- * <p>The identifier for this version of the public key configuration.</p>
523
- */
524
- ETag?: string;
525
- }
526
-
527
- export namespace GetPublicKeyConfigResult {
528
- /**
529
- * @internal
530
- */
531
- export const filterSensitiveLog = (obj: GetPublicKeyConfigResult): any => ({
532
- ...obj,
533
- });
534
- }
535
-
536
- export interface GetRealtimeLogConfigRequest {
537
- /**
538
- * <p>The name of the real-time log configuration to get.</p>
539
- */
540
- Name?: string;
541
-
542
- /**
543
- * <p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>
544
- */
545
- ARN?: string;
546
- }
547
-
548
- export namespace GetRealtimeLogConfigRequest {
549
- /**
550
- * @internal
551
- */
552
- export const filterSensitiveLog = (obj: GetRealtimeLogConfigRequest): any => ({
553
- ...obj,
554
- });
555
- }
556
-
557
- export interface GetRealtimeLogConfigResult {
558
- /**
559
- * <p>A real-time log configuration.</p>
560
- */
561
- RealtimeLogConfig?: RealtimeLogConfig;
562
- }
563
-
564
- export namespace GetRealtimeLogConfigResult {
565
- /**
566
- * @internal
567
- */
568
- export const filterSensitiveLog = (obj: GetRealtimeLogConfigResult): any => ({
569
- ...obj,
570
- });
571
- }
572
-
573
- /**
574
- * <p>The request to get a streaming distribution's information.</p>
575
- */
576
- export interface GetStreamingDistributionRequest {
577
- /**
578
- * <p>The streaming distribution's ID.</p>
579
- */
580
- Id: string | undefined;
581
- }
582
-
583
- export namespace GetStreamingDistributionRequest {
584
- /**
585
- * @internal
586
- */
587
- export const filterSensitiveLog = (obj: GetStreamingDistributionRequest): any => ({
588
- ...obj,
589
- });
590
- }
591
-
592
- /**
593
- * <p>The returned result of the corresponding request.</p>
594
- */
595
- export interface GetStreamingDistributionResult {
596
- /**
597
- * <p>The streaming distribution's information.</p>
598
- */
599
- StreamingDistribution?: StreamingDistribution;
600
-
601
- /**
602
- * <p>The current version of the streaming distribution's information. For example:
603
- * <code>E2QWRUHAPOMQZL</code>.</p>
604
- */
605
- ETag?: string;
606
- }
607
-
608
- export namespace GetStreamingDistributionResult {
609
- /**
610
- * @internal
611
- */
612
- export const filterSensitiveLog = (obj: GetStreamingDistributionResult): any => ({
613
- ...obj,
614
- });
615
- }
616
-
617
- /**
618
- * <p>To request to get a streaming distribution configuration.</p>
619
- */
620
- export interface GetStreamingDistributionConfigRequest {
621
- /**
622
- * <p>The streaming distribution's ID.</p>
623
- */
624
- Id: string | undefined;
625
- }
626
-
627
- export namespace GetStreamingDistributionConfigRequest {
628
- /**
629
- * @internal
630
- */
631
- export const filterSensitiveLog = (obj: GetStreamingDistributionConfigRequest): any => ({
632
- ...obj,
633
- });
634
- }
635
-
636
- /**
637
- * <p>The returned result of the corresponding request.</p>
638
- */
639
- export interface GetStreamingDistributionConfigResult {
640
- /**
641
- * <p>The streaming distribution's configuration information.</p>
642
- */
643
- StreamingDistributionConfig?: StreamingDistributionConfig;
644
-
645
- /**
646
- * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.
647
- * </p>
648
- */
649
- ETag?: string;
650
- }
651
-
652
- export namespace GetStreamingDistributionConfigResult {
653
- /**
654
- * @internal
655
- */
656
- export const filterSensitiveLog = (obj: GetStreamingDistributionConfigResult): any => ({
657
- ...obj,
658
- });
659
- }
660
-
661
- export interface ListCachePoliciesRequest {
662
- /**
663
- * <p>A filter to return only the specified kinds of cache policies. Valid values
664
- * are:</p>
665
- * <ul>
666
- * <li>
667
- * <p>
668
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
669
- * </li>
670
- * <li>
671
- * <p>
672
- * <code>custom</code> – Returns only the custom policies created in your account.</p>
673
- * </li>
674
- * </ul>
675
- */
676
- Type?: CachePolicyType | string;
677
-
678
- /**
679
- * <p>Use this field when paginating results to indicate where to begin in your list of
680
- * cache policies. The response includes cache policies in the list that occur after the
681
- * marker. To get the next page of the list, set this field’s value to the value of
682
- * <code>NextMarker</code> from the current page’s response.</p>
683
- */
684
- Marker?: string;
685
-
686
- /**
687
- * <p>The maximum number of cache policies that you want in the response.</p>
688
- */
689
- MaxItems?: number;
690
- }
691
-
692
- export namespace ListCachePoliciesRequest {
693
- /**
694
- * @internal
695
- */
696
- export const filterSensitiveLog = (obj: ListCachePoliciesRequest): any => ({
697
- ...obj,
698
- });
699
- }
700
-
701
- export interface ListCachePoliciesResult {
702
- /**
703
- * <p>A list of cache policies.</p>
704
- */
705
- CachePolicyList?: CachePolicyList;
706
- }
707
-
708
- export namespace ListCachePoliciesResult {
709
- /**
710
- * @internal
711
- */
712
- export const filterSensitiveLog = (obj: ListCachePoliciesResult): any => ({
713
- ...obj,
714
- });
715
- }
716
-
717
- /**
718
- * <p>The request to list origin access identities. </p>
719
- */
720
- export interface ListCloudFrontOriginAccessIdentitiesRequest {
721
- /**
722
- * <p>Use this when paginating results to indicate where to begin in your list of origin
723
- * access identities. The results include identities in the list that occur after the marker. To
724
- * get the next page of results, set the <code>Marker</code> to the value of the
725
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
726
- * identity on that page).</p>
727
- */
728
- Marker?: string;
729
-
730
- /**
731
- * <p>The maximum number of origin access identities you want in the response body.
732
- * </p>
733
- */
734
- MaxItems?: number;
735
- }
736
-
737
- export namespace ListCloudFrontOriginAccessIdentitiesRequest {
738
- /**
739
- * @internal
740
- */
741
- export const filterSensitiveLog = (obj: ListCloudFrontOriginAccessIdentitiesRequest): any => ({
742
- ...obj,
743
- });
744
- }
745
-
746
- /**
747
- * <p>Summary of the information about a CloudFront origin access identity.</p>
748
- */
749
- export interface CloudFrontOriginAccessIdentitySummary {
750
- /**
751
- * <p>The ID for the origin access identity. For example:
752
- * <code>E74FTE3AJFJ256A</code>.</p>
753
- */
754
- Id: string | undefined;
755
-
756
- /**
757
- * <p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving
758
- * the origin access identity read permission to an object in Amazon S3.</p>
759
- */
760
- S3CanonicalUserId: string | undefined;
761
-
762
- /**
763
- * <p>The comment for this origin access identity, as originally specified when
764
- * created.</p>
765
- */
766
- Comment: string | undefined;
767
- }
768
-
769
- export namespace CloudFrontOriginAccessIdentitySummary {
770
- /**
771
- * @internal
772
- */
773
- export const filterSensitiveLog = (obj: CloudFrontOriginAccessIdentitySummary): any => ({
774
- ...obj,
775
- });
776
- }
777
-
778
- /**
779
- * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the
780
- * <code>/<i>CloudFront API version</i>/origin-access-identity/cloudfront</code>
781
- * resource. The response includes a <code>CloudFrontOriginAccessIdentityList</code> element with
782
- * zero or more <code>CloudFrontOriginAccessIdentitySummary</code> child elements. By default,
783
- * your entire list of origin access identities is returned in one single page. If the list is
784
- * long, you can paginate it using the <code>MaxItems</code> and <code>Marker</code>
785
- * parameters.</p>
786
- */
787
- export interface CloudFrontOriginAccessIdentityList {
788
- /**
789
- * <p>Use this when paginating results to indicate where to begin in your list of origin
790
- * access identities. The results include identities in the list that occur after the marker. To
791
- * get the next page of results, set the <code>Marker</code> to the value of the
792
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
793
- * identity on that page). </p>
794
- */
795
- Marker: string | undefined;
796
-
797
- /**
798
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
799
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
800
- * origin access identities where they left off. </p>
801
- */
802
- NextMarker?: string;
803
-
804
- /**
805
- * <p>The maximum number of origin access identities you want in the response body.
806
- * </p>
807
- */
808
- MaxItems: number | undefined;
809
-
810
- /**
811
- * <p>A flag that indicates whether more origin access identities remain to be listed. If
812
- * your results were truncated, you can make a follow-up pagination request using the
813
- * <code>Marker</code> request parameter to retrieve more items in the list.</p>
814
- */
815
- IsTruncated: boolean | undefined;
816
-
817
- /**
818
- * <p>The number of CloudFront origin access identities that were created by the current account.</p>
819
- */
820
- Quantity: number | undefined;
821
-
822
- /**
823
- * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code>
824
- * element for each origin access identity that was created by the current account.</p>
825
- */
826
- Items?: CloudFrontOriginAccessIdentitySummary[];
827
- }
828
-
829
- export namespace CloudFrontOriginAccessIdentityList {
830
- /**
831
- * @internal
832
- */
833
- export const filterSensitiveLog = (obj: CloudFrontOriginAccessIdentityList): any => ({
834
- ...obj,
835
- });
836
- }
837
-
838
- /**
839
- * <p>The returned result of the corresponding request. </p>
840
- */
841
- export interface ListCloudFrontOriginAccessIdentitiesResult {
842
- /**
843
- * <p>The <code>CloudFrontOriginAccessIdentityList</code> type. </p>
844
- */
845
- CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
846
- }
847
-
848
- export namespace ListCloudFrontOriginAccessIdentitiesResult {
849
- /**
850
- * @internal
851
- */
852
- export const filterSensitiveLog = (obj: ListCloudFrontOriginAccessIdentitiesResult): any => ({
853
- ...obj,
854
- });
855
- }
856
-
857
- export interface ListConflictingAliasesRequest {
858
- /**
859
- * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that
860
- * includes the provided alias.</p>
861
- */
862
- DistributionId: string | undefined;
863
-
864
- /**
865
- * <p>The alias (also called a CNAME) to search for conflicting aliases.</p>
866
- */
867
- Alias: string | undefined;
868
-
869
- /**
870
- * <p>Use this field when paginating results to indicate where to begin in the list of
871
- * conflicting aliases. The response includes conflicting aliases in the list that occur
872
- * after the marker. To get the next page of the list, set this field’s value to the value
873
- * of <code>NextMarker</code> from the current page’s response.</p>
874
- */
875
- Marker?: string;
876
-
877
- /**
878
- * <p>The maximum number of conflicting aliases that you want in the response.</p>
879
- */
880
- MaxItems?: number;
881
- }
882
-
883
- export namespace ListConflictingAliasesRequest {
884
- /**
885
- * @internal
886
- */
887
- export const filterSensitiveLog = (obj: ListConflictingAliasesRequest): any => ({
888
- ...obj,
889
- });
890
- }
891
-
892
- /**
893
- * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s
894
- * associated with. The distribution and account IDs are partially hidden, which allows you
895
- * to identify the distributions and accounts that you own, but helps to protect the
896
- * information of ones that you don’t own.</p>
897
- */
898
- export interface ConflictingAlias {
899
- /**
900
- * <p>An alias (also called a CNAME).</p>
901
- */
902
- Alias?: string;
903
-
904
- /**
905
- * <p>The (partially hidden) ID of the CloudFront distribution associated with the alias.</p>
906
- */
907
- DistributionId?: string;
908
-
909
- /**
910
- * <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s
911
- * associated with the alias.</p>
912
- */
913
- AccountId?: string;
914
- }
915
-
916
- export namespace ConflictingAlias {
917
- /**
918
- * @internal
919
- */
920
- export const filterSensitiveLog = (obj: ConflictingAlias): any => ({
921
- ...obj,
922
- });
923
- }
924
-
925
- /**
926
- * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that
927
- * they are associated with. In the list, the distribution and account IDs are partially
928
- * hidden, which allows you to identify the distributions and accounts that you own, but
929
- * helps to protect the information of ones that you don’t own.</p>
930
- */
931
- export interface ConflictingAliasesList {
932
- /**
933
- * <p>If there are more items in the list than are in this response, this element is present. It
934
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
935
- * request to continue listing conflicting aliases where you left off.</p>
936
- */
937
- NextMarker?: string;
938
-
939
- /**
940
- * <p>The maximum number of conflicting aliases requested.</p>
941
- */
942
- MaxItems?: number;
943
-
944
- /**
945
- * <p>The number of conflicting aliases returned in the response.</p>
946
- */
947
- Quantity?: number;
948
-
949
- /**
950
- * <p>Contains the conflicting aliases in the list.</p>
951
- */
952
- Items?: ConflictingAlias[];
953
- }
954
-
955
- export namespace ConflictingAliasesList {
956
- /**
957
- * @internal
958
- */
959
- export const filterSensitiveLog = (obj: ConflictingAliasesList): any => ({
960
- ...obj,
961
- });
962
- }
963
-
964
- export interface ListConflictingAliasesResult {
965
- /**
966
- * <p>A list of conflicting aliases.</p>
967
- */
968
- ConflictingAliasesList?: ConflictingAliasesList;
969
- }
970
-
971
- export namespace ListConflictingAliasesResult {
972
- /**
973
- * @internal
974
- */
975
- export const filterSensitiveLog = (obj: ListConflictingAliasesResult): any => ({
976
- ...obj,
977
- });
978
- }
979
-
980
- /**
981
- * <p>The request to list your distributions. </p>
982
- */
983
- export interface ListDistributionsRequest {
984
- /**
985
- * <p>Use this when paginating results to indicate where to begin in your list of
986
- * distributions. The results include distributions in the list that occur after the marker. To
987
- * get the next page of results, set the <code>Marker</code> to the value of the
988
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last
989
- * distribution on that page).</p>
990
- */
991
- Marker?: string;
992
-
993
- /**
994
- * <p>The maximum number of distributions you want in the response body.</p>
995
- */
996
- MaxItems?: number;
997
- }
998
-
999
- export namespace ListDistributionsRequest {
1000
- /**
1001
- * @internal
1002
- */
1003
- export const filterSensitiveLog = (obj: ListDistributionsRequest): any => ({
1004
- ...obj,
1005
- });
1006
- }
1007
-
1008
- /**
1009
- * <p>A summary of the information about a CloudFront distribution.</p>
1010
- */
1011
- export interface DistributionSummary {
1012
- /**
1013
- * <p>The identifier for the distribution. For example:
1014
- * <code>EDFDVBD632BHDS5</code>.</p>
1015
- */
1016
- Id: string | undefined;
1017
-
1018
- /**
1019
- * <p>The ARN (Amazon Resource Name) for the distribution. For example:
1020
- * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
1021
- * <code>123456789012</code> is your account ID.</p>
1022
- */
1023
- ARN: string | undefined;
1024
-
1025
- /**
1026
- * <p>The current status of the distribution. When the status is <code>Deployed</code>, the
1027
- * distribution's information is propagated to all CloudFront edge locations.</p>
1028
- */
1029
- Status: string | undefined;
1030
-
1031
- /**
1032
- * <p>The date and time the distribution was last modified.</p>
1033
- */
1034
- LastModifiedTime: Date | undefined;
1035
-
1036
- /**
1037
- * <p>The domain name that corresponds to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
1038
- */
1039
- DomainName: string | undefined;
1040
-
1041
- /**
1042
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
1043
- * for this distribution.</p>
1044
- */
1045
- Aliases: Aliases | undefined;
1046
-
1047
- /**
1048
- * <p>A complex type that contains information about origins for this distribution.</p>
1049
- */
1050
- Origins: Origins | undefined;
1051
-
1052
- /**
1053
- * <p> A complex type that contains information about origin groups for this
1054
- * distribution.</p>
1055
- */
1056
- OriginGroups?: OriginGroups;
1057
-
1058
- /**
1059
- * <p>A complex type that describes the default cache behavior if you don't specify a
1060
- * <code>CacheBehavior</code> element or if files don't match any of the values of
1061
- * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create exactly one
1062
- * default cache behavior.</p>
1063
- */
1064
- DefaultCacheBehavior: DefaultCacheBehavior | undefined;
1065
-
1066
- /**
1067
- * <p>A complex type that contains zero or more <code>CacheBehavior</code>
1068
- * elements.</p>
1069
- */
1070
- CacheBehaviors: CacheBehaviors | undefined;
1071
-
1072
- /**
1073
- * <p>A complex type that contains zero or more <code>CustomErrorResponses</code>
1074
- * elements.</p>
1075
- */
1076
- CustomErrorResponses: CustomErrorResponses | undefined;
1077
-
1078
- /**
1079
- * <p>The comment originally specified when this distribution was created.</p>
1080
- */
1081
- Comment: string | undefined;
1082
-
1083
- /**
1084
- * <p>A complex type that contains information about price class for this streaming
1085
- * distribution. </p>
1086
- */
1087
- PriceClass: PriceClass | string | undefined;
1088
-
1089
- /**
1090
- * <p>Whether the distribution is enabled to accept user requests for content.</p>
1091
- */
1092
- Enabled: boolean | undefined;
1093
-
1094
- /**
1095
- * <p>A complex type that determines the distribution’s SSL/TLS configuration for
1096
- * communicating with viewers.</p>
1097
- */
1098
- ViewerCertificate: ViewerCertificate | undefined;
1099
-
1100
- /**
1101
- * <p>A complex type that identifies ways in which you want to restrict distribution of your
1102
- * content.</p>
1103
- */
1104
- Restrictions: Restrictions | undefined;
1105
-
1106
- /**
1107
- * <p>The Web ACL Id (if any) associated with the distribution.</p>
1108
- */
1109
- WebACLId: string | undefined;
1110
-
1111
- /**
1112
- * <p> Specify the maximum HTTP version that you want viewers to use to communicate with
1113
- * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't
1114
- * support <code>HTTP/2</code> will automatically use an earlier version.</p>
1115
- */
1116
- HttpVersion: HttpVersion | string | undefined;
1117
-
1118
- /**
1119
- * <p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your
1120
- * distribution.</p>
1121
- */
1122
- IsIPV6Enabled: boolean | undefined;
1123
-
1124
- /**
1125
- * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content
1126
- * publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP
1127
- * recordal status for CNAMEs associated with distributions.</p>
1128
- * <p>For more information about ICP recordals, see <a href="https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html">
1129
- * Signup, Accounts, and Credentials</a> in <i>Getting Started with Amazon Web Services services in China</i>.</p>
1130
- */
1131
- AliasICPRecordals?: AliasICPRecordal[];
1132
- }
1133
-
1134
- export namespace DistributionSummary {
1135
- /**
1136
- * @internal
1137
- */
1138
- export const filterSensitiveLog = (obj: DistributionSummary): any => ({
1139
- ...obj,
1140
- });
1141
- }
1142
-
1143
- /**
1144
- * <p>A distribution list.</p>
1145
- */
1146
- export interface DistributionList {
1147
- /**
1148
- * <p>The value you provided for the <code>Marker</code> request parameter.</p>
1149
- */
1150
- Marker: string | undefined;
1151
-
1152
- /**
1153
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1154
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
1155
- * distributions where they left off. </p>
1156
- */
1157
- NextMarker?: string;
1158
-
1159
- /**
1160
- * <p>The value you provided for the <code>MaxItems</code> request parameter.</p>
1161
- */
1162
- MaxItems: number | undefined;
1163
-
1164
- /**
1165
- * <p>A flag that indicates whether more distributions remain to be listed. If your results
1166
- * were truncated, you can make a follow-up pagination request using the <code>Marker</code>
1167
- * request parameter to retrieve more distributions in the list.</p>
1168
- */
1169
- IsTruncated: boolean | undefined;
1170
-
1171
- /**
1172
- * <p>The number of distributions that were created by the current account.</p>
1173
- */
1174
- Quantity: number | undefined;
1175
-
1176
- /**
1177
- * <p>A complex type that contains one <code>DistributionSummary</code> element for each
1178
- * distribution that was created by the current account.</p>
1179
- */
1180
- Items?: DistributionSummary[];
1181
- }
1182
-
1183
- export namespace DistributionList {
1184
- /**
1185
- * @internal
1186
- */
1187
- export const filterSensitiveLog = (obj: DistributionList): any => ({
1188
- ...obj,
1189
- });
1190
- }
1191
-
1192
- /**
1193
- * <p>The returned result of the corresponding request. </p>
1194
- */
1195
- export interface ListDistributionsResult {
1196
- /**
1197
- * <p>The <code>DistributionList</code> type. </p>
1198
- */
1199
- DistributionList?: DistributionList;
1200
- }
1201
-
1202
- export namespace ListDistributionsResult {
1203
- /**
1204
- * @internal
1205
- */
1206
- export const filterSensitiveLog = (obj: ListDistributionsResult): any => ({
1207
- ...obj,
1208
- });
1209
- }
1210
-
1211
- export interface ListDistributionsByCachePolicyIdRequest {
1212
- /**
1213
- * <p>Use this field when paginating results to indicate where to begin in your list of
1214
- * distribution IDs. The response includes distribution IDs in the list that occur after
1215
- * the marker. To get the next page of the list, set this field’s value to the value of
1216
- * <code>NextMarker</code> from the current page’s response.</p>
1217
- */
1218
- Marker?: string;
1219
-
1220
- /**
1221
- * <p>The maximum number of distribution IDs that you want in the response.</p>
1222
- */
1223
- MaxItems?: number;
1224
-
1225
- /**
1226
- * <p>The ID of the cache policy whose associated distribution IDs you want to list.</p>
1227
- */
1228
- CachePolicyId: string | undefined;
1229
- }
1230
-
1231
- export namespace ListDistributionsByCachePolicyIdRequest {
1232
- /**
1233
- * @internal
1234
- */
1235
- export const filterSensitiveLog = (obj: ListDistributionsByCachePolicyIdRequest): any => ({
1236
- ...obj,
1237
- });
1238
- }
1239
-
1240
- /**
1241
- * <p>A list of distribution IDs.</p>
1242
- */
1243
- export interface DistributionIdList {
1244
- /**
1245
- * <p>The value provided in the <code>Marker</code> request field.</p>
1246
- */
1247
- Marker: string | undefined;
1248
-
1249
- /**
1250
- * <p>Contains the value that you should use in the <code>Marker</code> field of a
1251
- * subsequent request to continue listing distribution IDs where you left off.</p>
1252
- */
1253
- NextMarker?: string;
1254
-
1255
- /**
1256
- * <p>The maximum number of distribution IDs requested.</p>
1257
- */
1258
- MaxItems: number | undefined;
1259
-
1260
- /**
1261
- * <p>A flag that indicates whether more distribution IDs remain to be listed. If your
1262
- * results were truncated, you can make a subsequent request using the <code>Marker</code>
1263
- * request field to retrieve more distribution IDs in the list.</p>
1264
- */
1265
- IsTruncated: boolean | undefined;
1266
-
1267
- /**
1268
- * <p>The total number of distribution IDs returned in the response.</p>
1269
- */
1270
- Quantity: number | undefined;
1271
-
1272
- /**
1273
- * <p>Contains the distribution IDs in the list.</p>
1274
- */
1275
- Items?: string[];
1276
- }
1277
-
1278
- export namespace DistributionIdList {
1279
- /**
1280
- * @internal
1281
- */
1282
- export const filterSensitiveLog = (obj: DistributionIdList): any => ({
1283
- ...obj,
1284
- });
1285
- }
1286
-
1287
- export interface ListDistributionsByCachePolicyIdResult {
1288
- /**
1289
- * <p>A list of distribution IDs.</p>
1290
- */
1291
- DistributionIdList?: DistributionIdList;
1292
- }
1293
-
1294
- export namespace ListDistributionsByCachePolicyIdResult {
1295
- /**
1296
- * @internal
1297
- */
1298
- export const filterSensitiveLog = (obj: ListDistributionsByCachePolicyIdResult): any => ({
1299
- ...obj,
1300
- });
1301
- }
1302
-
1303
- export interface ListDistributionsByKeyGroupRequest {
1304
- /**
1305
- * <p>Use this field when paginating results to indicate where to begin in your list of
1306
- * distribution IDs. The response includes distribution IDs in the list that occur after
1307
- * the marker. To get the next page of the list, set this field’s value to the value of
1308
- * <code>NextMarker</code> from the current page’s response.</p>
1309
- */
1310
- Marker?: string;
1311
-
1312
- /**
1313
- * <p>The maximum number of distribution IDs that you want in the response.</p>
1314
- */
1315
- MaxItems?: number;
1316
-
1317
- /**
1318
- * <p>The ID of the key group whose associated distribution IDs you are listing.</p>
1319
- */
1320
- KeyGroupId: string | undefined;
1321
- }
1322
-
1323
- export namespace ListDistributionsByKeyGroupRequest {
1324
- /**
1325
- * @internal
1326
- */
1327
- export const filterSensitiveLog = (obj: ListDistributionsByKeyGroupRequest): any => ({
1328
- ...obj,
1329
- });
1330
- }
1331
-
1332
- export interface ListDistributionsByKeyGroupResult {
1333
- /**
1334
- * <p>A list of distribution IDs.</p>
1335
- */
1336
- DistributionIdList?: DistributionIdList;
1337
- }
1338
-
1339
- export namespace ListDistributionsByKeyGroupResult {
1340
- /**
1341
- * @internal
1342
- */
1343
- export const filterSensitiveLog = (obj: ListDistributionsByKeyGroupResult): any => ({
1344
- ...obj,
1345
- });
1346
- }
1347
-
1348
- export interface ListDistributionsByOriginRequestPolicyIdRequest {
1349
- /**
1350
- * <p>Use this field when paginating results to indicate where to begin in your list of
1351
- * distribution IDs. The response includes distribution IDs in the list that occur after
1352
- * the marker. To get the next page of the list, set this field’s value to the value of
1353
- * <code>NextMarker</code> from the current page’s response.</p>
1354
- */
1355
- Marker?: string;
1356
-
1357
- /**
1358
- * <p>The maximum number of distribution IDs that you want in the response.</p>
1359
- */
1360
- MaxItems?: number;
1361
-
1362
- /**
1363
- * <p>The ID of the origin request policy whose associated distribution IDs you want to
1364
- * list.</p>
1365
- */
1366
- OriginRequestPolicyId: string | undefined;
1367
- }
1368
-
1369
- export namespace ListDistributionsByOriginRequestPolicyIdRequest {
1370
- /**
1371
- * @internal
1372
- */
1373
- export const filterSensitiveLog = (obj: ListDistributionsByOriginRequestPolicyIdRequest): any => ({
1374
- ...obj,
1375
- });
1376
- }
1377
-
1378
- export interface ListDistributionsByOriginRequestPolicyIdResult {
1379
- /**
1380
- * <p>A list of distribution IDs.</p>
1381
- */
1382
- DistributionIdList?: DistributionIdList;
1383
- }
1384
-
1385
- export namespace ListDistributionsByOriginRequestPolicyIdResult {
1386
- /**
1387
- * @internal
1388
- */
1389
- export const filterSensitiveLog = (obj: ListDistributionsByOriginRequestPolicyIdResult): any => ({
1390
- ...obj,
1391
- });
1392
- }
1393
-
1394
- export interface ListDistributionsByRealtimeLogConfigRequest {
1395
- /**
1396
- * <p>Use this field when paginating results to indicate where to begin in your list of
1397
- * distributions. The response includes distributions in the list that occur after the
1398
- * marker. To get the next page of the list, set this field’s value to the value of
1399
- * <code>NextMarker</code> from the current page’s response.</p>
1400
- */
1401
- Marker?: string;
1402
-
1403
- /**
1404
- * <p>The maximum number of distributions that you want in the response.</p>
1405
- */
1406
- MaxItems?: number;
1407
-
1408
- /**
1409
- * <p>The name of the real-time log configuration whose associated distributions you want to
1410
- * list.</p>
1411
- */
1412
- RealtimeLogConfigName?: string;
1413
-
1414
- /**
1415
- * <p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated
1416
- * distributions you want to list.</p>
1417
- */
1418
- RealtimeLogConfigArn?: string;
1419
- }
1420
-
1421
- export namespace ListDistributionsByRealtimeLogConfigRequest {
1422
- /**
1423
- * @internal
1424
- */
1425
- export const filterSensitiveLog = (obj: ListDistributionsByRealtimeLogConfigRequest): any => ({
1426
- ...obj,
1427
- });
1428
- }
1429
-
1430
- export interface ListDistributionsByRealtimeLogConfigResult {
1431
- /**
1432
- * <p>A distribution list.</p>
1433
- */
1434
- DistributionList?: DistributionList;
1435
- }
1436
-
1437
- export namespace ListDistributionsByRealtimeLogConfigResult {
1438
- /**
1439
- * @internal
1440
- */
1441
- export const filterSensitiveLog = (obj: ListDistributionsByRealtimeLogConfigResult): any => ({
1442
- ...obj,
1443
- });
1444
- }
1445
-
1446
- /**
1447
- * <p>The request to list distributions that are associated with a specified WAF web
1448
- * ACL.</p>
1449
- */
1450
- export interface ListDistributionsByWebACLIdRequest {
1451
- /**
1452
- * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If
1453
- * you have more than <code>MaxItems</code> distributions that satisfy the request, the response
1454
- * includes a <code>NextMarker</code> element. To get the next page of results, submit another
1455
- * request. For the value of <code>Marker</code>, specify the value of <code>NextMarker</code>
1456
- * from the last response. (For the first request, omit <code>Marker</code>.) </p>
1457
- */
1458
- Marker?: string;
1459
-
1460
- /**
1461
- * <p>The maximum number of distributions that you want CloudFront to return in the response body.
1462
- * The maximum and default values are both 100.</p>
1463
- */
1464
- MaxItems?: number;
1465
-
1466
- /**
1467
- * <p>The ID of the WAF web ACL that you want to list the associated distributions.
1468
- * If you specify "null" for the ID, the request returns a list of the distributions that aren't
1469
- * associated with a web ACL.</p>
1470
- */
1471
- WebACLId: string | undefined;
1472
- }
1473
-
1474
- export namespace ListDistributionsByWebACLIdRequest {
1475
- /**
1476
- * @internal
1477
- */
1478
- export const filterSensitiveLog = (obj: ListDistributionsByWebACLIdRequest): any => ({
1479
- ...obj,
1480
- });
1481
- }
1482
-
1483
- /**
1484
- * <p>The response to a request to list the distributions that are associated with a
1485
- * specified WAF web ACL.</p>
1486
- */
1487
- export interface ListDistributionsByWebACLIdResult {
1488
- /**
1489
- * <p>The <code>DistributionList</code> type. </p>
1490
- */
1491
- DistributionList?: DistributionList;
1492
- }
1493
-
1494
- export namespace ListDistributionsByWebACLIdResult {
1495
- /**
1496
- * @internal
1497
- */
1498
- export const filterSensitiveLog = (obj: ListDistributionsByWebACLIdResult): any => ({
1499
- ...obj,
1500
- });
1501
- }
1502
-
1503
- export interface ListFieldLevelEncryptionConfigsRequest {
1504
- /**
1505
- * <p>Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that
1506
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1507
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last configuration on that page). </p>
1508
- */
1509
- Marker?: string;
1510
-
1511
- /**
1512
- * <p>The maximum number of field-level encryption configurations you want in the response body. </p>
1513
- */
1514
- MaxItems?: number;
1515
- }
1516
-
1517
- export namespace ListFieldLevelEncryptionConfigsRequest {
1518
- /**
1519
- * @internal
1520
- */
1521
- export const filterSensitiveLog = (obj: ListFieldLevelEncryptionConfigsRequest): any => ({
1522
- ...obj,
1523
- });
1524
- }
1525
-
1526
- /**
1527
- * <p>A summary of a field-level encryption item.</p>
1528
- */
1529
- export interface FieldLevelEncryptionSummary {
1530
- /**
1531
- * <p>The unique ID of a field-level encryption item.</p>
1532
- */
1533
- Id: string | undefined;
1534
-
1535
- /**
1536
- * <p>The last time that the summary of field-level encryption items was modified.</p>
1537
- */
1538
- LastModifiedTime: Date | undefined;
1539
-
1540
- /**
1541
- * <p>An optional comment about the field-level encryption item. The comment cannot be longer than
1542
- * 128 characters.</p>
1543
- */
1544
- Comment?: string;
1545
-
1546
- /**
1547
- * <p>
1548
- * A summary of a query argument-profile mapping.
1549
- * </p>
1550
- */
1551
- QueryArgProfileConfig?: QueryArgProfileConfig;
1552
-
1553
- /**
1554
- * <p>
1555
- * A summary of a content type-profile mapping.
1556
- * </p>
1557
- */
1558
- ContentTypeProfileConfig?: ContentTypeProfileConfig;
1559
- }
1560
-
1561
- export namespace FieldLevelEncryptionSummary {
1562
- /**
1563
- * @internal
1564
- */
1565
- export const filterSensitiveLog = (obj: FieldLevelEncryptionSummary): any => ({
1566
- ...obj,
1567
- });
1568
- }
1569
-
1570
- /**
1571
- * <p>List of field-level encrpytion configurations.</p>
1572
- */
1573
- export interface FieldLevelEncryptionList {
1574
- /**
1575
- * <p>If there are more elements to be listed, this element is present and contains
1576
- * the value that you can use for the <code>Marker</code> request parameter to continue
1577
- * listing your configurations where you left off.</p>
1578
- */
1579
- NextMarker?: string;
1580
-
1581
- /**
1582
- * <p>The maximum number of elements you want in the response body. </p>
1583
- */
1584
- MaxItems: number | undefined;
1585
-
1586
- /**
1587
- * <p>The number of field-level encryption items.</p>
1588
- */
1589
- Quantity: number | undefined;
1590
-
1591
- /**
1592
- * <p>An array of field-level encryption items.</p>
1593
- */
1594
- Items?: FieldLevelEncryptionSummary[];
1595
- }
1596
-
1597
- export namespace FieldLevelEncryptionList {
1598
- /**
1599
- * @internal
1600
- */
1601
- export const filterSensitiveLog = (obj: FieldLevelEncryptionList): any => ({
1602
- ...obj,
1603
- });
1604
- }
1605
-
1606
- export interface ListFieldLevelEncryptionConfigsResult {
1607
- /**
1608
- * <p>Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.</p>
1609
- */
1610
- FieldLevelEncryptionList?: FieldLevelEncryptionList;
1611
- }
1612
-
1613
- export namespace ListFieldLevelEncryptionConfigsResult {
1614
- /**
1615
- * @internal
1616
- */
1617
- export const filterSensitiveLog = (obj: ListFieldLevelEncryptionConfigsResult): any => ({
1618
- ...obj,
1619
- });
1620
- }
1621
-
1622
- export interface ListFieldLevelEncryptionProfilesRequest {
1623
- /**
1624
- * <p>Use this when paginating results to indicate where to begin in your list of profiles. The results include profiles in the list that
1625
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
1626
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last profile on that page). </p>
1627
- */
1628
- Marker?: string;
1629
-
1630
- /**
1631
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
1632
- */
1633
- MaxItems?: number;
1634
- }
1635
-
1636
- export namespace ListFieldLevelEncryptionProfilesRequest {
1637
- /**
1638
- * @internal
1639
- */
1640
- export const filterSensitiveLog = (obj: ListFieldLevelEncryptionProfilesRequest): any => ({
1641
- ...obj,
1642
- });
1643
- }
1644
-
1645
- /**
1646
- * <p>The field-level encryption profile summary.</p>
1647
- */
1648
- export interface FieldLevelEncryptionProfileSummary {
1649
- /**
1650
- * <p>ID for the field-level encryption profile summary.</p>
1651
- */
1652
- Id: string | undefined;
1653
-
1654
- /**
1655
- * <p>The time when the the field-level encryption profile summary was last updated.</p>
1656
- */
1657
- LastModifiedTime: Date | undefined;
1658
-
1659
- /**
1660
- * <p>Name for the field-level encryption profile summary.</p>
1661
- */
1662
- Name: string | undefined;
1663
-
1664
- /**
1665
- * <p>A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and
1666
- * field patterns for specifying which fields to encrypt with this key.</p>
1667
- */
1668
- EncryptionEntities: EncryptionEntities | undefined;
1669
-
1670
- /**
1671
- * <p>An optional comment for the field-level encryption profile summary. The comment cannot be
1672
- * longer than 128 characters.</p>
1673
- */
1674
- Comment?: string;
1675
- }
1676
-
1677
- export namespace FieldLevelEncryptionProfileSummary {
1678
- /**
1679
- * @internal
1680
- */
1681
- export const filterSensitiveLog = (obj: FieldLevelEncryptionProfileSummary): any => ({
1682
- ...obj,
1683
- });
1684
- }
1685
-
1686
- /**
1687
- * <p>List of field-level encryption profiles.</p>
1688
- */
1689
- export interface FieldLevelEncryptionProfileList {
1690
- /**
1691
- * <p>If there are more elements to be listed, this element is present and contains
1692
- * the value that you can use for the <code>Marker</code> request parameter to continue
1693
- * listing your profiles where you left off.</p>
1694
- */
1695
- NextMarker?: string;
1696
-
1697
- /**
1698
- * <p>The maximum number of field-level encryption profiles you want in the response body. </p>
1699
- */
1700
- MaxItems: number | undefined;
1701
-
1702
- /**
1703
- * <p>The number of field-level encryption profiles.</p>
1704
- */
1705
- Quantity: number | undefined;
1706
-
1707
- /**
1708
- * <p>The field-level encryption profile items.</p>
1709
- */
1710
- Items?: FieldLevelEncryptionProfileSummary[];
1711
- }
1712
-
1713
- export namespace FieldLevelEncryptionProfileList {
1714
- /**
1715
- * @internal
1716
- */
1717
- export const filterSensitiveLog = (obj: FieldLevelEncryptionProfileList): any => ({
1718
- ...obj,
1719
- });
1720
- }
1721
-
1722
- export interface ListFieldLevelEncryptionProfilesResult {
1723
- /**
1724
- * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.</p>
1725
- */
1726
- FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList;
1727
- }
1728
-
1729
- export namespace ListFieldLevelEncryptionProfilesResult {
1730
- /**
1731
- * @internal
1732
- */
1733
- export const filterSensitiveLog = (obj: ListFieldLevelEncryptionProfilesResult): any => ({
1734
- ...obj,
1735
- });
1736
- }
1737
-
1738
- export interface ListFunctionsRequest {
1739
- /**
1740
- * <p>Use this field when paginating results to indicate where to begin in your list of
1741
- * functions. The response includes functions in the list that occur after the marker. To
1742
- * get the next page of the list, set this field’s value to the value of
1743
- * <code>NextMarker</code> from the current page’s response.</p>
1744
- */
1745
- Marker?: string;
1746
-
1747
- /**
1748
- * <p>The maximum number of functions that you want in the response.</p>
1749
- */
1750
- MaxItems?: number;
1751
-
1752
- /**
1753
- * <p>An optional filter to return only the functions that are in the specified stage,
1754
- * either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
1755
- */
1756
- Stage?: FunctionStage | string;
1757
- }
1758
-
1759
- export namespace ListFunctionsRequest {
1760
- /**
1761
- * @internal
1762
- */
1763
- export const filterSensitiveLog = (obj: ListFunctionsRequest): any => ({
1764
- ...obj,
1765
- });
1766
- }
1767
-
1768
- /**
1769
- * <p>A list of CloudFront functions.</p>
1770
- */
1771
- export interface FunctionList {
1772
- /**
1773
- * <p>If there are more items in the list than are in this response, this element is
1774
- * present. It contains the value that you should use in the <code>Marker</code> field of a
1775
- * subsequent request to continue listing functions where you left off.</p>
1776
- */
1777
- NextMarker?: string;
1778
-
1779
- /**
1780
- * <p>The maximum number of functions requested.</p>
1781
- */
1782
- MaxItems: number | undefined;
1783
-
1784
- /**
1785
- * <p>The number of functions returned in the response.</p>
1786
- */
1787
- Quantity: number | undefined;
1788
-
1789
- /**
1790
- * <p>Contains the functions in the list.</p>
1791
- */
1792
- Items?: FunctionSummary[];
1793
- }
1794
-
1795
- export namespace FunctionList {
1796
- /**
1797
- * @internal
1798
- */
1799
- export const filterSensitiveLog = (obj: FunctionList): any => ({
1800
- ...obj,
1801
- });
1802
- }
1803
-
1804
- export interface ListFunctionsResult {
1805
- /**
1806
- * <p>A list of CloudFront functions.</p>
1807
- */
1808
- FunctionList?: FunctionList;
1809
- }
1810
-
1811
- export namespace ListFunctionsResult {
1812
- /**
1813
- * @internal
1814
- */
1815
- export const filterSensitiveLog = (obj: ListFunctionsResult): any => ({
1816
- ...obj,
1817
- });
1818
- }
1819
-
1820
- /**
1821
- * <p>The request to list invalidations. </p>
1822
- */
1823
- export interface ListInvalidationsRequest {
1824
- /**
1825
- * <p>The distribution's ID.</p>
1826
- */
1827
- DistributionId: string | undefined;
1828
-
1829
- /**
1830
- * <p>Use this parameter when paginating results to indicate where to begin in your list of
1831
- * invalidation batches. Because the results are returned in decreasing order from most recent to
1832
- * oldest, the most recent results are on the first page, the second page will contain earlier
1833
- * results, and so on. To get the next page of results, set <code>Marker</code> to the value of
1834
- * the <code>NextMarker</code> from the current page's response. This value is the same as the ID
1835
- * of the last invalidation batch on that page. </p>
1836
- */
1837
- Marker?: string;
1838
-
1839
- /**
1840
- * <p>The maximum number of invalidation batches that you want in the response
1841
- * body.</p>
1842
- */
1843
- MaxItems?: number;
1844
- }
1845
-
1846
- export namespace ListInvalidationsRequest {
1847
- /**
1848
- * @internal
1849
- */
1850
- export const filterSensitiveLog = (obj: ListInvalidationsRequest): any => ({
1851
- ...obj,
1852
- });
1853
- }
1854
-
1855
- /**
1856
- * <p>A summary of an invalidation request.</p>
1857
- */
1858
- export interface InvalidationSummary {
1859
- /**
1860
- * <p>The unique ID for an invalidation request.</p>
1861
- */
1862
- Id: string | undefined;
1863
-
1864
- /**
1865
- * <p>The time that an invalidation request was created.</p>
1866
- */
1867
- CreateTime: Date | undefined;
1868
-
1869
- /**
1870
- * <p>The status of an invalidation request.</p>
1871
- */
1872
- Status: string | undefined;
1873
- }
1874
-
1875
- export namespace InvalidationSummary {
1876
- /**
1877
- * @internal
1878
- */
1879
- export const filterSensitiveLog = (obj: InvalidationSummary): any => ({
1880
- ...obj,
1881
- });
1882
- }
1883
-
1884
- /**
1885
- * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
1886
- * 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
1887
- * the <i>Amazon CloudFront Developer Guide</i>.</p>
1888
- */
1889
- export interface InvalidationList {
1890
- /**
1891
- * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
1892
- */
1893
- Marker: string | undefined;
1894
-
1895
- /**
1896
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1897
- * the value that you can use for the <code>Marker</code> request parameter to continue listing
1898
- * your invalidation batches where they left off.</p>
1899
- */
1900
- NextMarker?: string;
1901
-
1902
- /**
1903
- * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
1904
- */
1905
- MaxItems: number | undefined;
1906
-
1907
- /**
1908
- * <p>A flag that indicates whether more invalidation batch requests remain to be listed. If
1909
- * your results were truncated, you can make a follow-up pagination request using the
1910
- * <code>Marker</code> request parameter to retrieve more invalidation batches in the
1911
- * list.</p>
1912
- */
1913
- IsTruncated: boolean | undefined;
1914
-
1915
- /**
1916
- * <p>The number of invalidation batches that were created by the current account.
1917
- * </p>
1918
- */
1919
- Quantity: number | undefined;
1920
-
1921
- /**
1922
- * <p>A complex type that contains one <code>InvalidationSummary</code> element for each
1923
- * invalidation batch created by the current account.</p>
1924
- */
1925
- Items?: InvalidationSummary[];
1926
- }
1927
-
1928
- export namespace InvalidationList {
1929
- /**
1930
- * @internal
1931
- */
1932
- export const filterSensitiveLog = (obj: InvalidationList): any => ({
1933
- ...obj,
1934
- });
1935
- }
1936
-
1937
- /**
1938
- * <p>The returned result of the corresponding request. </p>
1939
- */
1940
- export interface ListInvalidationsResult {
1941
- /**
1942
- * <p>Information about invalidation batches. </p>
1943
- */
1944
- InvalidationList?: InvalidationList;
1945
- }
1946
-
1947
- export namespace ListInvalidationsResult {
1948
- /**
1949
- * @internal
1950
- */
1951
- export const filterSensitiveLog = (obj: ListInvalidationsResult): any => ({
1952
- ...obj,
1953
- });
1954
- }
1955
-
1956
- export interface ListKeyGroupsRequest {
1957
- /**
1958
- * <p>Use this field when paginating results to indicate where to begin in your list of key
1959
- * groups. The response includes key groups in the list that occur after the marker. To get
1960
- * the next page of the list, set this field’s value to the value of
1961
- * <code>NextMarker</code> from the current page’s response.</p>
1962
- */
1963
- Marker?: string;
1964
-
1965
- /**
1966
- * <p>The maximum number of key groups that you want in the response.</p>
1967
- */
1968
- MaxItems?: number;
1969
- }
1970
-
1971
- export namespace ListKeyGroupsRequest {
1972
- /**
1973
- * @internal
1974
- */
1975
- export const filterSensitiveLog = (obj: ListKeyGroupsRequest): any => ({
1976
- ...obj,
1977
- });
1978
- }
1979
-
1980
- /**
1981
- * <p>Contains information about a key group.</p>
1982
- */
1983
- export interface KeyGroupSummary {
1984
- /**
1985
- * <p>A key group.</p>
1986
- */
1987
- KeyGroup: KeyGroup | undefined;
1988
- }
1989
-
1990
- export namespace KeyGroupSummary {
1991
- /**
1992
- * @internal
1993
- */
1994
- export const filterSensitiveLog = (obj: KeyGroupSummary): any => ({
1995
- ...obj,
1996
- });
1997
- }
1998
-
1999
- /**
2000
- * <p>A list of key groups.</p>
2001
- */
2002
- export interface KeyGroupList {
2003
- /**
2004
- * <p>If there are more items in the list than are in this response, this element is present. It
2005
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
2006
- * request to continue listing key groups.</p>
2007
- */
2008
- NextMarker?: string;
2009
-
2010
- /**
2011
- * <p>The maximum number of key groups requested.</p>
2012
- */
2013
- MaxItems: number | undefined;
2014
-
2015
- /**
2016
- * <p>The number of key groups returned in the response.</p>
2017
- */
2018
- Quantity: number | undefined;
2019
-
2020
- /**
2021
- * <p>A list of key groups.</p>
2022
- */
2023
- Items?: KeyGroupSummary[];
2024
- }
2025
-
2026
- export namespace KeyGroupList {
2027
- /**
2028
- * @internal
2029
- */
2030
- export const filterSensitiveLog = (obj: KeyGroupList): any => ({
2031
- ...obj,
2032
- });
2033
- }
2034
-
2035
- export interface ListKeyGroupsResult {
2036
- /**
2037
- * <p>A list of key groups.</p>
2038
- */
2039
- KeyGroupList?: KeyGroupList;
2040
- }
2041
-
2042
- export namespace ListKeyGroupsResult {
2043
- /**
2044
- * @internal
2045
- */
2046
- export const filterSensitiveLog = (obj: ListKeyGroupsResult): any => ({
2047
- ...obj,
2048
- });
2049
- }
2050
-
2051
- export type OriginRequestPolicyType = "custom" | "managed";
2052
-
2053
- export interface ListOriginRequestPoliciesRequest {
2054
- /**
2055
- * <p>A filter to return only the specified kinds of origin request policies. Valid values
2056
- * are:</p>
2057
- * <ul>
2058
- * <li>
2059
- * <p>
2060
- * <code>managed</code> – Returns only the managed policies created by Amazon Web Services.</p>
2061
- * </li>
2062
- * <li>
2063
- * <p>
2064
- * <code>custom</code> – Returns only the custom policies created in your account.</p>
2065
- * </li>
2066
- * </ul>
2067
- */
2068
- Type?: OriginRequestPolicyType | string;
2069
-
2070
- /**
2071
- * <p>Use this field when paginating results to indicate where to begin in your list of
2072
- * origin request policies. The response includes origin request policies in the list that
2073
- * occur after the marker. To get the next page of the list, set this field’s value to the
2074
- * value of <code>NextMarker</code> from the current page’s response.</p>
2075
- */
2076
- Marker?: string;
2077
-
2078
- /**
2079
- * <p>The maximum number of origin request policies that you want in the response.</p>
2080
- */
2081
- MaxItems?: number;
2082
- }
2083
-
2084
- export namespace ListOriginRequestPoliciesRequest {
2085
- /**
2086
- * @internal
2087
- */
2088
- export const filterSensitiveLog = (obj: ListOriginRequestPoliciesRequest): any => ({
2089
- ...obj,
2090
- });
2091
- }
2092
-
2093
- /**
2094
- * <p>Contains an origin request policy.</p>
2095
- */
2096
- export interface OriginRequestPolicySummary {
2097
- /**
2098
- * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or
2099
- * <code>custom</code> (created in this account).</p>
2100
- */
2101
- Type: OriginRequestPolicyType | string | undefined;
2102
-
2103
- /**
2104
- * <p>The origin request policy.</p>
2105
- */
2106
- OriginRequestPolicy: OriginRequestPolicy | undefined;
2107
- }
2108
-
2109
- export namespace OriginRequestPolicySummary {
2110
- /**
2111
- * @internal
2112
- */
2113
- export const filterSensitiveLog = (obj: OriginRequestPolicySummary): any => ({
2114
- ...obj,
2115
- });
2116
- }
2117
-
2118
- /**
2119
- * <p>A list of origin request policies.</p>
2120
- */
2121
- export interface OriginRequestPolicyList {
2122
- /**
2123
- * <p>If there are more items in the list than are in this response, this element is
2124
- * present. It contains the value that you should use in the <code>Marker</code> field of a
2125
- * subsequent request to continue listing origin request policies where you left
2126
- * off.</p>
2127
- */
2128
- NextMarker?: string;
2129
-
2130
- /**
2131
- * <p>The maximum number of origin request policies requested.</p>
2132
- */
2133
- MaxItems: number | undefined;
2134
-
2135
- /**
2136
- * <p>The total number of origin request policies returned in the response.</p>
2137
- */
2138
- Quantity: number | undefined;
2139
-
2140
- /**
2141
- * <p>Contains the origin request policies in the list.</p>
2142
- */
2143
- Items?: OriginRequestPolicySummary[];
2144
- }
2145
-
2146
- export namespace OriginRequestPolicyList {
2147
- /**
2148
- * @internal
2149
- */
2150
- export const filterSensitiveLog = (obj: OriginRequestPolicyList): any => ({
2151
- ...obj,
2152
- });
2153
- }
2154
-
2155
- export interface ListOriginRequestPoliciesResult {
2156
- /**
2157
- * <p>A list of origin request policies.</p>
2158
- */
2159
- OriginRequestPolicyList?: OriginRequestPolicyList;
2160
- }
2161
-
2162
- export namespace ListOriginRequestPoliciesResult {
2163
- /**
2164
- * @internal
2165
- */
2166
- export const filterSensitiveLog = (obj: ListOriginRequestPoliciesResult): any => ({
2167
- ...obj,
2168
- });
2169
- }
2170
-
2171
- export interface ListPublicKeysRequest {
2172
- /**
2173
- * <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
2174
- * occur after the marker. To get the next page of results, set the <code>Marker</code> to the value of the
2175
- * <code>NextMarker</code> from the current page's response (which is also the ID of the last public key on that page). </p>
2176
- */
2177
- Marker?: string;
2178
-
2179
- /**
2180
- * <p>The maximum number of public keys you want in the response body. </p>
2181
- */
2182
- MaxItems?: number;
2183
- }
2184
-
2185
- export namespace ListPublicKeysRequest {
2186
- /**
2187
- * @internal
2188
- */
2189
- export const filterSensitiveLog = (obj: ListPublicKeysRequest): any => ({
2190
- ...obj,
2191
- });
2192
- }
2193
-
2194
- /**
2195
- * <p>Contains information about a public key.</p>
2196
- */
2197
- export interface PublicKeySummary {
2198
- /**
2199
- * <p>The identifier of the public key.</p>
2200
- */
2201
- Id: string | undefined;
2202
-
2203
- /**
2204
- * <p>A name to help identify the public key.</p>
2205
- */
2206
- Name: string | undefined;
2207
-
2208
- /**
2209
- * <p>The date and time when the public key was uploaded.</p>
2210
- */
2211
- CreatedTime: Date | undefined;
2212
-
2213
- /**
2214
- * <p>The public key.</p>
2215
- */
2216
- EncodedKey: string | undefined;
2217
-
2218
- /**
2219
- * <p>A comment to describe the public key. The comment cannot be longer than 128
2220
- * characters.</p>
2221
- */
2222
- Comment?: string;
2223
- }
2224
-
2225
- export namespace PublicKeySummary {
2226
- /**
2227
- * @internal
2228
- */
2229
- export const filterSensitiveLog = (obj: PublicKeySummary): any => ({
2230
- ...obj,
2231
- });
2232
- }
2233
-
2234
- /**
2235
- * <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>
2236
- */
2237
- export interface PublicKeyList {
2238
- /**
2239
- * <p>If there are more elements to be listed, this element is present and contains
2240
- * the value that you can use for the <code>Marker</code> request parameter to continue
2241
- * listing your public keys where you left off.</p>
2242
- */
2243
- NextMarker?: string;
2244
-
2245
- /**
2246
- * <p>The maximum number of public keys you want in the response.</p>
2247
- */
2248
- MaxItems: number | undefined;
2249
-
2250
- /**
2251
- * <p>The number of public keys in the list.</p>
2252
- */
2253
- Quantity: number | undefined;
2254
-
2255
- /**
2256
- * <p>A list of public keys.</p>
2257
- */
2258
- Items?: PublicKeySummary[];
2259
- }
2260
-
2261
- export namespace PublicKeyList {
2262
- /**
2263
- * @internal
2264
- */
2265
- export const filterSensitiveLog = (obj: PublicKeyList): any => ({
2266
- ...obj,
2267
- });
2268
- }
2269
-
2270
- export interface ListPublicKeysResult {
2271
- /**
2272
- * <p>Returns a list of all public keys that have been added to CloudFront for this account.</p>
2273
- */
2274
- PublicKeyList?: PublicKeyList;
2275
- }
2276
-
2277
- export namespace ListPublicKeysResult {
2278
- /**
2279
- * @internal
2280
- */
2281
- export const filterSensitiveLog = (obj: ListPublicKeysResult): any => ({
2282
- ...obj,
2283
- });
2284
- }
2285
-
2286
- export interface ListRealtimeLogConfigsRequest {
2287
- /**
2288
- * <p>The maximum number of real-time log configurations that you want in the response.</p>
2289
- */
2290
- MaxItems?: number;
2291
-
2292
- /**
2293
- * <p>Use this field when paginating results to indicate where to begin in your list of real-time
2294
- * log configurations. The response includes real-time log configurations in the list that
2295
- * occur after the marker. To get the next page of the list, set this field’s value to the
2296
- * value of <code>NextMarker</code> from the current page’s response.</p>
2297
- */
2298
- Marker?: string;
2299
- }
2300
-
2301
- export namespace ListRealtimeLogConfigsRequest {
2302
- /**
2303
- * @internal
2304
- */
2305
- export const filterSensitiveLog = (obj: ListRealtimeLogConfigsRequest): any => ({
2306
- ...obj,
2307
- });
2308
- }
2309
-
2310
- /**
2311
- * <p>A list of real-time log configurations.</p>
2312
- */
2313
- export interface RealtimeLogConfigs {
2314
- /**
2315
- * <p>The maximum number of real-time log configurations requested.</p>
2316
- */
2317
- MaxItems: number | undefined;
2318
-
2319
- /**
2320
- * <p>Contains the list of real-time log configurations.</p>
2321
- */
2322
- Items?: RealtimeLogConfig[];
2323
-
2324
- /**
2325
- * <p>A flag that indicates whether there are more real-time log configurations than are contained
2326
- * in this list.</p>
2327
- */
2328
- IsTruncated: boolean | undefined;
2329
-
2330
- /**
2331
- * <p>This parameter indicates where this list of real-time log configurations begins. This list
2332
- * includes real-time log configurations that occur after the marker.</p>
2333
- */
2334
- Marker: string | undefined;
2335
-
2336
- /**
2337
- * <p>If there are more items in the list than are in this response, this element is present. It
2338
- * contains the value that you should use in the <code>Marker</code> field of a subsequent
2339
- * request to continue listing real-time log configurations where you left off. </p>
2340
- */
2341
- NextMarker?: string;
2342
- }
2343
-
2344
- export namespace RealtimeLogConfigs {
2345
- /**
2346
- * @internal
2347
- */
2348
- export const filterSensitiveLog = (obj: RealtimeLogConfigs): any => ({
2349
- ...obj,
2350
- });
2351
- }
2352
-
2353
- export interface ListRealtimeLogConfigsResult {
2354
- /**
2355
- * <p>A list of real-time log configurations.</p>
2356
- */
2357
- RealtimeLogConfigs?: RealtimeLogConfigs;
2358
- }
2359
-
2360
- export namespace ListRealtimeLogConfigsResult {
2361
- /**
2362
- * @internal
2363
- */
2364
- export const filterSensitiveLog = (obj: ListRealtimeLogConfigsResult): any => ({
2365
- ...obj,
2366
- });
2367
- }
2368
-
2369
- /**
2370
- * <p>The request to list your streaming distributions. </p>
2371
- */
2372
- export interface ListStreamingDistributionsRequest {
2373
- /**
2374
- * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
2375
- */
2376
- Marker?: string;
2377
-
2378
- /**
2379
- * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
2380
- */
2381
- MaxItems?: number;
2382
- }
2383
-
2384
- export namespace ListStreamingDistributionsRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- export const filterSensitiveLog = (obj: ListStreamingDistributionsRequest): any => ({
2389
- ...obj,
2390
- });
2391
- }
2392
-
2393
- /**
2394
- * <p> A summary of the information for a CloudFront streaming distribution.</p>
2395
- */
2396
- export interface StreamingDistributionSummary {
2397
- /**
2398
- * <p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>
2399
- */
2400
- Id: string | undefined;
2401
-
2402
- /**
2403
- * <p> The ARN (Amazon Resource Name) for the streaming distribution. For example:
2404
- * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>, where
2405
- * <code>123456789012</code> is your account ID.</p>
2406
- */
2407
- ARN: string | undefined;
2408
-
2409
- /**
2410
- * <p> Indicates the current status of the distribution. When the status is
2411
- * <code>Deployed</code>, the distribution's information is fully propagated throughout the
2412
- * Amazon CloudFront system.</p>
2413
- */
2414
- Status: string | undefined;
2415
-
2416
- /**
2417
- * <p>The date and time the distribution was last modified.</p>
2418
- */
2419
- LastModifiedTime: Date | undefined;
2420
-
2421
- /**
2422
- * <p>The domain name corresponding to the distribution, for example, <code>d111111abcdef8.cloudfront.net</code>.</p>
2423
- */
2424
- DomainName: string | undefined;
2425
-
2426
- /**
2427
- * <p>A complex type that contains information about the Amazon S3 bucket from which you want
2428
- * CloudFront to get your media files for distribution.</p>
2429
- */
2430
- S3Origin: S3Origin | undefined;
2431
-
2432
- /**
2433
- * <p>A complex type that contains information about CNAMEs (alternate domain names), if any,
2434
- * for this streaming distribution.</p>
2435
- */
2436
- Aliases: Aliases | undefined;
2437
-
2438
- /**
2439
- * <p>A complex type that specifies the accounts, if any, that you want to allow to
2440
- * create signed URLs for private content. If you want to require signed URLs in requests for
2441
- * objects in the target origin that match the <code>PathPattern</code> for this cache behavior,
2442
- * specify <code>true</code> for <code>Enabled</code>, and specify the applicable values for
2443
- * <code>Quantity</code> and <code>Items</code>.If you don't want to require signed URLs in
2444
- * requests for objects that match <code>PathPattern</code>, specify <code>false</code> for
2445
- * <code>Enabled</code> and <code>0</code> for <code>Quantity</code>. Omit <code>Items</code>.
2446
- * To add, change, or remove one or more trusted signers, change <code>Enabled</code> to
2447
- * <code>true</code> (if it's currently <code>false</code>), change <code>Quantity</code> as
2448
- * applicable, and specify all of the trusted signers that you want to include in the updated
2449
- * distribution.</p>
2450
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private
2451
- * Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>. </p>
2452
- */
2453
- TrustedSigners: TrustedSigners | undefined;
2454
-
2455
- /**
2456
- * <p>The comment originally specified when this distribution was created.</p>
2457
- */
2458
- Comment: string | undefined;
2459
-
2460
- /**
2461
- * <p>A complex type that contains information about price class for this streaming
2462
- * distribution. </p>
2463
- */
2464
- PriceClass: PriceClass | string | undefined;
2465
-
2466
- /**
2467
- * <p>Whether the distribution is enabled to accept end user requests for content.</p>
2468
- */
2469
- Enabled: boolean | undefined;
2470
- }
2471
-
2472
- export namespace StreamingDistributionSummary {
2473
- /**
2474
- * @internal
2475
- */
2476
- export const filterSensitiveLog = (obj: StreamingDistributionSummary): any => ({
2477
- ...obj,
2478
- });
2479
- }
2480
-
2481
- /**
2482
- * <p>A streaming distribution list. </p>
2483
- */
2484
- export interface StreamingDistributionList {
2485
- /**
2486
- * <p>The value you provided for the <code>Marker</code> request parameter. </p>
2487
- */
2488
- Marker: string | undefined;
2489
-
2490
- /**
2491
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
2492
- * the value you can use for the <code>Marker</code> request parameter to continue listing your
2493
- * RTMP distributions where they left off. </p>
2494
- */
2495
- NextMarker?: string;
2496
-
2497
- /**
2498
- * <p>The value you provided for the <code>MaxItems</code> request parameter. </p>
2499
- */
2500
- MaxItems: number | undefined;
2501
-
2502
- /**
2503
- * <p>A flag that indicates whether more streaming distributions remain to be listed. If your
2504
- * results were truncated, you can make a follow-up pagination request using the
2505
- * <code>Marker</code> request parameter to retrieve more distributions in the list. </p>
2506
- */
2507
- IsTruncated: boolean | undefined;
2508
-
2509
- /**
2510
- * <p>The number of streaming distributions that were created by the current account.
2511
- * </p>
2512
- */
2513
- Quantity: number | undefined;
2514
-
2515
- /**
2516
- * <p>A complex type that contains one <code>StreamingDistributionSummary</code> element for
2517
- * each distribution that was created by the current account.</p>
2518
- */
2519
- Items?: StreamingDistributionSummary[];
2520
- }
2521
-
2522
- export namespace StreamingDistributionList {
2523
- /**
2524
- * @internal
2525
- */
2526
- export const filterSensitiveLog = (obj: StreamingDistributionList): any => ({
2527
- ...obj,
2528
- });
2529
- }
2530
-
2531
- /**
2532
- * <p>The returned result of the corresponding request. </p>
2533
- */
2534
- export interface ListStreamingDistributionsResult {
2535
- /**
2536
- * <p>The <code>StreamingDistributionList</code> type. </p>
2537
- */
2538
- StreamingDistributionList?: StreamingDistributionList;
2539
- }
2540
-
2541
- export namespace ListStreamingDistributionsResult {
2542
- /**
2543
- * @internal
2544
- */
2545
- export const filterSensitiveLog = (obj: ListStreamingDistributionsResult): any => ({
2546
- ...obj,
2547
- });
2548
- }
2549
-
2550
- /**
2551
- * <p> The request to list tags for a CloudFront resource.</p>
2552
- */
2553
- export interface ListTagsForResourceRequest {
2554
- /**
2555
- * <p> An ARN of a CloudFront resource.</p>
2556
- */
2557
- Resource: string | undefined;
2558
- }
2559
-
2560
- export namespace ListTagsForResourceRequest {
2561
- /**
2562
- * @internal
2563
- */
2564
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
2565
- ...obj,
2566
- });
2567
- }
2568
-
2569
- /**
2570
- * <p> The returned result of the corresponding request.</p>
2571
- */
2572
- export interface ListTagsForResourceResult {
2573
- /**
2574
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2575
- */
2576
- Tags: Tags | undefined;
2577
- }
2578
-
2579
- export namespace ListTagsForResourceResult {
2580
- /**
2581
- * @internal
2582
- */
2583
- export const filterSensitiveLog = (obj: ListTagsForResourceResult): any => ({
2584
- ...obj,
2585
- });
2586
- }
2587
-
2588
- export interface PublishFunctionRequest {
2589
- /**
2590
- * <p>The name of the function that you are publishing.</p>
2591
- */
2592
- Name: string | undefined;
2593
-
2594
- /**
2595
- * <p>The current version (<code>ETag</code> value) of the function that you are publishing, which
2596
- * you can get using <code>DescribeFunction</code>.</p>
2597
- */
2598
- IfMatch: string | undefined;
2599
- }
2600
-
2601
- export namespace PublishFunctionRequest {
2602
- /**
2603
- * @internal
2604
- */
2605
- export const filterSensitiveLog = (obj: PublishFunctionRequest): any => ({
2606
- ...obj,
2607
- });
2608
- }
2609
-
2610
- export interface PublishFunctionResult {
2611
- /**
2612
- * <p>Contains configuration information and metadata about a CloudFront function.</p>
2613
- */
2614
- FunctionSummary?: FunctionSummary;
2615
- }
2616
-
2617
- export namespace PublishFunctionResult {
2618
- /**
2619
- * @internal
2620
- */
2621
- export const filterSensitiveLog = (obj: PublishFunctionResult): any => ({
2622
- ...obj,
2623
- });
2624
- }
2625
-
2626
- /**
2627
- * <p> The request to add tags to a CloudFront resource.</p>
2628
- */
2629
- export interface TagResourceRequest {
2630
- /**
2631
- * <p> An ARN of a CloudFront resource.</p>
2632
- */
2633
- Resource: string | undefined;
2634
-
2635
- /**
2636
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2637
- */
2638
- Tags: Tags | undefined;
2639
- }
2640
-
2641
- export namespace TagResourceRequest {
2642
- /**
2643
- * @internal
2644
- */
2645
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
2646
- ...obj,
2647
- });
2648
- }
2649
-
2650
- /**
2651
- * <p>The CloudFront function failed.</p>
2652
- */
2653
- export interface TestFunctionFailed extends __SmithyException, $MetadataBearer {
2654
- name: "TestFunctionFailed";
2655
- $fault: "server";
2656
- Message?: string;
2657
- }
2658
-
2659
- export namespace TestFunctionFailed {
2660
- /**
2661
- * @internal
2662
- */
2663
- export const filterSensitiveLog = (obj: TestFunctionFailed): any => ({
2664
- ...obj,
2665
- });
2666
- }
2667
-
2668
- export interface TestFunctionRequest {
2669
- /**
2670
- * <p>The name of the function that you are testing.</p>
2671
- */
2672
- Name: string | undefined;
2673
-
2674
- /**
2675
- * <p>The current version (<code>ETag</code> value) of the function that you are testing, which
2676
- * you can get using <code>DescribeFunction</code>.</p>
2677
- */
2678
- IfMatch: string | undefined;
2679
-
2680
- /**
2681
- * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
2682
- * <code>LIVE</code>.</p>
2683
- */
2684
- Stage?: FunctionStage | string;
2685
-
2686
- /**
2687
- * <p>The event object to test the function with. For more information about the structure of the
2688
- * 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>
2689
- */
2690
- EventObject: Uint8Array | undefined;
2691
- }
2692
-
2693
- export namespace TestFunctionRequest {
2694
- /**
2695
- * @internal
2696
- */
2697
- export const filterSensitiveLog = (obj: TestFunctionRequest): any => ({
2698
- ...obj,
2699
- ...(obj.EventObject && { EventObject: SENSITIVE_STRING }),
2700
- });
2701
- }
2702
-
2703
- /**
2704
- * <p>Contains the result of testing a CloudFront function with <code>TestFunction</code>.</p>
2705
- */
2706
- export interface TestResult {
2707
- /**
2708
- * <p>Contains configuration information and metadata about the CloudFront function that was
2709
- * tested.</p>
2710
- */
2711
- FunctionSummary?: FunctionSummary;
2712
-
2713
- /**
2714
- * <p>The amount of time that the function took to run as a percentage of the maximum
2715
- * allowed time. For example, a compute utilization of 35 means that the function completed
2716
- * in 35% of the maximum allowed time.</p>
2717
- */
2718
- ComputeUtilization?: string;
2719
-
2720
- /**
2721
- * <p>Contains the log lines that the function wrote (if any) when running the test.</p>
2722
- */
2723
- FunctionExecutionLogs?: string[];
2724
-
2725
- /**
2726
- * <p>If the result of testing the function was an error, this field contains the error
2727
- * message.</p>
2728
- */
2729
- FunctionErrorMessage?: string;
2730
-
2731
- /**
2732
- * <p>The event object returned by the function. For more information about the structure of the
2733
- * event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event object
2734
- * structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
2735
- */
2736
- FunctionOutput?: string;
2737
- }
2738
-
2739
- export namespace TestResult {
2740
- /**
2741
- * @internal
2742
- */
2743
- export const filterSensitiveLog = (obj: TestResult): any => ({
2744
- ...obj,
2745
- });
2746
- }
2747
-
2748
- export interface TestFunctionResult {
2749
- /**
2750
- * <p>An object that represents the result of running the function with the provided event
2751
- * object.</p>
2752
- */
2753
- TestResult?: TestResult;
2754
- }
2755
-
2756
- export namespace TestFunctionResult {
2757
- /**
2758
- * @internal
2759
- */
2760
- export const filterSensitiveLog = (obj: TestFunctionResult): any => ({
2761
- ...obj,
2762
- });
2763
- }
2764
-
2765
- /**
2766
- * <p> A complex type that contains zero or more <code>Tag</code> elements.</p>
2767
- */
2768
- export interface TagKeys {
2769
- /**
2770
- * <p> A complex type that contains <code>Tag</code> key elements.</p>
2771
- */
2772
- Items?: string[];
2773
- }
2774
-
2775
- export namespace TagKeys {
2776
- /**
2777
- * @internal
2778
- */
2779
- export const filterSensitiveLog = (obj: TagKeys): any => ({
2780
- ...obj,
2781
- });
2782
- }
2783
-
2784
- /**
2785
- * <p> The request to remove tags from a CloudFront resource.</p>
2786
- */
2787
- export interface UntagResourceRequest {
2788
- /**
2789
- * <p> An ARN of a CloudFront resource.</p>
2790
- */
2791
- Resource: string | undefined;
2792
-
2793
- /**
2794
- * <p> A complex type that contains zero or more <code>Tag</code> key elements.</p>
2795
- */
2796
- TagKeys: TagKeys | undefined;
2797
- }
2798
-
2799
- export namespace UntagResourceRequest {
2800
- /**
2801
- * @internal
2802
- */
2803
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
2804
- ...obj,
2805
- });
2806
- }
2807
-
2808
- export interface UpdateCachePolicyRequest {
2809
- /**
2810
- * <p>The unique identifier for the cache policy that you are updating. The identifier is returned
2811
- * in a cache behavior’s <code>CachePolicyId</code> field in the response to
2812
- * <code>GetDistributionConfig</code>.</p>
2813
- */
2814
- Id: string | undefined;
2815
-
2816
- /**
2817
- * <p>The version of the cache policy that you are updating. The version is returned in the cache
2818
- * policy’s <code>ETag</code> field in the response to
2819
- * <code>GetCachePolicyConfig</code>.</p>
2820
- */
2821
- IfMatch?: string;
2822
-
2823
- /**
2824
- * <p>A cache policy configuration.</p>
2825
- */
2826
- CachePolicyConfig: CachePolicyConfig | undefined;
2827
- }
2828
-
2829
- export namespace UpdateCachePolicyRequest {
2830
- /**
2831
- * @internal
2832
- */
2833
- export const filterSensitiveLog = (obj: UpdateCachePolicyRequest): any => ({
2834
- ...obj,
2835
- });
2836
- }
2837
-
2838
- export interface UpdateCachePolicyResult {
2839
- /**
2840
- * <p>A cache policy.</p>
2841
- */
2842
- CachePolicy?: CachePolicy;
2843
-
2844
- /**
2845
- * <p>The current version of the cache policy.</p>
2846
- */
2847
- ETag?: string;
2848
- }
2849
-
2850
- export namespace UpdateCachePolicyResult {
2851
- /**
2852
- * @internal
2853
- */
2854
- export const filterSensitiveLog = (obj: UpdateCachePolicyResult): any => ({
2855
- ...obj,
2856
- });
2857
- }
2858
-
2859
- /**
2860
- * <p>The request to update an origin access identity.</p>
2861
- */
2862
- export interface UpdateCloudFrontOriginAccessIdentityRequest {
2863
- /**
2864
- * <p>The identity's id.</p>
2865
- */
2866
- Id: string | undefined;
2867
-
2868
- /**
2869
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2870
- * identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2871
- */
2872
- IfMatch?: string;
2873
-
2874
- /**
2875
- * <p>The identity's configuration information.</p>
2876
- */
2877
- CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
2878
- }
2879
-
2880
- export namespace UpdateCloudFrontOriginAccessIdentityRequest {
2881
- /**
2882
- * @internal
2883
- */
2884
- export const filterSensitiveLog = (obj: UpdateCloudFrontOriginAccessIdentityRequest): any => ({
2885
- ...obj,
2886
- });
2887
- }
2888
-
2889
- /**
2890
- * <p>The returned result of the corresponding request.</p>
2891
- */
2892
- export interface UpdateCloudFrontOriginAccessIdentityResult {
2893
- /**
2894
- * <p>The origin access identity's information.</p>
2895
- */
2896
- CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
2897
-
2898
- /**
2899
- * <p>The current version of the configuration. For example:
2900
- * <code>E2QWRUHAPOMQZL</code>.</p>
2901
- */
2902
- ETag?: string;
2903
- }
2904
-
2905
- export namespace UpdateCloudFrontOriginAccessIdentityResult {
2906
- /**
2907
- * @internal
2908
- */
2909
- export const filterSensitiveLog = (obj: UpdateCloudFrontOriginAccessIdentityResult): any => ({
2910
- ...obj,
2911
- });
2912
- }
2913
-
2914
- /**
2915
- * <p>The request to update a distribution.</p>
2916
- */
2917
- export interface UpdateDistributionRequest {
2918
- /**
2919
- * <p>The distribution's id.</p>
2920
- */
2921
- Id: string | undefined;
2922
-
2923
- /**
2924
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
2925
- * distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
2926
- */
2927
- IfMatch?: string;
2928
-
2929
- /**
2930
- * <p>The distribution's configuration information.</p>
2931
- */
2932
- DistributionConfig: DistributionConfig | undefined;
2933
- }
2934
-
2935
- export namespace UpdateDistributionRequest {
2936
- /**
2937
- * @internal
2938
- */
2939
- export const filterSensitiveLog = (obj: UpdateDistributionRequest): any => ({
2940
- ...obj,
2941
- ...(obj.DistributionConfig && {
2942
- DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
2943
- }),
2944
- });
2945
- }
2946
-
2947
- /**
2948
- * <p>The returned result of the corresponding request.</p>
2949
- */
2950
- export interface UpdateDistributionResult {
2951
- /**
2952
- * <p>The distribution's information.</p>
2953
- */
2954
- Distribution?: Distribution;
2955
-
2956
- /**
2957
- * <p>The current version of the configuration. For example:
2958
- * <code>E2QWRUHAPOMQZL</code>.</p>
2959
- */
2960
- ETag?: string;
2961
- }
2962
-
2963
- export namespace UpdateDistributionResult {
2964
- /**
2965
- * @internal
2966
- */
2967
- export const filterSensitiveLog = (obj: UpdateDistributionResult): any => ({
2968
- ...obj,
2969
- ...(obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }),
2970
- });
2971
- }
2972
-
2973
- export interface UpdateFieldLevelEncryptionConfigRequest {
2974
- /**
2975
- * <p>The ID of the configuration you want to update.</p>
2976
- */
2977
- Id: string | undefined;
2978
-
2979
- /**
2980
- * <p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update.
2981
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
2982
- */
2983
- IfMatch?: string;
2984
-
2985
- /**
2986
- * <p>Request to update a field-level encryption configuration. </p>
2987
- */
2988
- FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
2989
- }
2990
-
2991
- export namespace UpdateFieldLevelEncryptionConfigRequest {
2992
- /**
2993
- * @internal
2994
- */
2995
- export const filterSensitiveLog = (obj: UpdateFieldLevelEncryptionConfigRequest): any => ({
2996
- ...obj,
2997
- });
2998
- }
2999
-
3000
- export interface UpdateFieldLevelEncryptionConfigResult {
3001
- /**
3002
- * <p>Return the results of updating the configuration.</p>
3003
- */
3004
- FieldLevelEncryption?: FieldLevelEncryption;
3005
-
3006
- /**
3007
- * <p>The value of the <code>ETag</code> header that you received when updating the configuration.
3008
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3009
- */
3010
- ETag?: string;
3011
- }
3012
-
3013
- export namespace UpdateFieldLevelEncryptionConfigResult {
3014
- /**
3015
- * @internal
3016
- */
3017
- export const filterSensitiveLog = (obj: UpdateFieldLevelEncryptionConfigResult): any => ({
3018
- ...obj,
3019
- });
3020
- }
3021
-
3022
- export interface UpdateFieldLevelEncryptionProfileRequest {
3023
- /**
3024
- * <p>The ID of the field-level encryption profile request. </p>
3025
- */
3026
- Id: string | undefined;
3027
-
3028
- /**
3029
- * <p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update.
3030
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3031
- */
3032
- IfMatch?: string;
3033
-
3034
- /**
3035
- * <p>Request to update a field-level encryption profile. </p>
3036
- */
3037
- FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
3038
- }
3039
-
3040
- export namespace UpdateFieldLevelEncryptionProfileRequest {
3041
- /**
3042
- * @internal
3043
- */
3044
- export const filterSensitiveLog = (obj: UpdateFieldLevelEncryptionProfileRequest): any => ({
3045
- ...obj,
3046
- });
3047
- }
3048
-
3049
- export interface UpdateFieldLevelEncryptionProfileResult {
3050
- /**
3051
- * <p>Return the results of updating the profile.</p>
3052
- */
3053
- FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
3054
-
3055
- /**
3056
- * <p>The result of the field-level encryption profile request. </p>
3057
- */
3058
- ETag?: string;
3059
- }
3060
-
3061
- export namespace UpdateFieldLevelEncryptionProfileResult {
3062
- /**
3063
- * @internal
3064
- */
3065
- export const filterSensitiveLog = (obj: UpdateFieldLevelEncryptionProfileResult): any => ({
3066
- ...obj,
3067
- });
3068
- }
3069
-
3070
- export interface UpdateFunctionRequest {
3071
- /**
3072
- * <p>The name of the function that you are updating.</p>
3073
- */
3074
- Name: string | undefined;
3075
-
3076
- /**
3077
- * <p>The current version (<code>ETag</code> value) of the function that you are updating, which
3078
- * you can get using <code>DescribeFunction</code>.</p>
3079
- */
3080
- IfMatch: string | undefined;
3081
-
3082
- /**
3083
- * <p>Configuration information about the function.</p>
3084
- */
3085
- FunctionConfig: FunctionConfig | undefined;
3086
-
3087
- /**
3088
- * <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
3089
- * code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
3090
- */
3091
- FunctionCode: Uint8Array | undefined;
3092
- }
3093
-
3094
- export namespace UpdateFunctionRequest {
3095
- /**
3096
- * @internal
3097
- */
3098
- export const filterSensitiveLog = (obj: UpdateFunctionRequest): any => ({
3099
- ...obj,
3100
- ...(obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }),
3101
- });
3102
- }
3103
-
3104
- export interface UpdateFunctionResult {
3105
- /**
3106
- * <p>Contains configuration information and metadata about a CloudFront function.</p>
3107
- */
3108
- FunctionSummary?: FunctionSummary;
3109
-
3110
- /**
3111
- * <p>The version identifier for the current version of the CloudFront function.</p>
3112
- */
3113
- ETag?: string;
3114
- }
3115
-
3116
- export namespace UpdateFunctionResult {
3117
- /**
3118
- * @internal
3119
- */
3120
- export const filterSensitiveLog = (obj: UpdateFunctionResult): any => ({
3121
- ...obj,
3122
- });
3123
- }
3124
-
3125
- export interface UpdateKeyGroupRequest {
3126
- /**
3127
- * <p>The identifier of the key group that you are updating.</p>
3128
- */
3129
- Id: string | undefined;
3130
-
3131
- /**
3132
- * <p>The version of the key group that you are updating. The version is the key group’s
3133
- * <code>ETag</code> value.</p>
3134
- */
3135
- IfMatch?: string;
3136
-
3137
- /**
3138
- * <p>The key group configuration.</p>
3139
- */
3140
- KeyGroupConfig: KeyGroupConfig | undefined;
3141
- }
3142
-
3143
- export namespace UpdateKeyGroupRequest {
3144
- /**
3145
- * @internal
3146
- */
3147
- export const filterSensitiveLog = (obj: UpdateKeyGroupRequest): any => ({
3148
- ...obj,
3149
- });
3150
- }
3151
-
3152
- export interface UpdateKeyGroupResult {
3153
- /**
3154
- * <p>The key group that was just updated.</p>
3155
- */
3156
- KeyGroup?: KeyGroup;
3157
-
3158
- /**
3159
- * <p>The identifier for this version of the key group.</p>
3160
- */
3161
- ETag?: string;
3162
- }
3163
-
3164
- export namespace UpdateKeyGroupResult {
3165
- /**
3166
- * @internal
3167
- */
3168
- export const filterSensitiveLog = (obj: UpdateKeyGroupResult): any => ({
3169
- ...obj,
3170
- });
3171
- }
3172
-
3173
- export interface UpdateOriginRequestPolicyRequest {
3174
- /**
3175
- * <p>The unique identifier for the origin request policy that you are updating. The identifier is
3176
- * returned in a cache behavior’s <code>OriginRequestPolicyId</code> field in the response
3177
- * to <code>GetDistributionConfig</code>.</p>
3178
- */
3179
- Id: string | undefined;
3180
-
3181
- /**
3182
- * <p>The version of the origin request policy that you are updating. The version is returned in
3183
- * the origin request policy’s <code>ETag</code> field in the response to
3184
- * <code>GetOriginRequestPolicyConfig</code>.</p>
3185
- */
3186
- IfMatch?: string;
3187
-
3188
- /**
3189
- * <p>An origin request policy configuration.</p>
3190
- */
3191
- OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
3192
- }
3193
-
3194
- export namespace UpdateOriginRequestPolicyRequest {
3195
- /**
3196
- * @internal
3197
- */
3198
- export const filterSensitiveLog = (obj: UpdateOriginRequestPolicyRequest): any => ({
3199
- ...obj,
3200
- });
3201
- }
3202
-
3203
- export interface UpdateOriginRequestPolicyResult {
3204
- /**
3205
- * <p>An origin request policy.</p>
3206
- */
3207
- OriginRequestPolicy?: OriginRequestPolicy;
3208
-
3209
- /**
3210
- * <p>The current version of the origin request policy.</p>
3211
- */
3212
- ETag?: string;
3213
- }
3214
-
3215
- export namespace UpdateOriginRequestPolicyResult {
3216
- /**
3217
- * @internal
3218
- */
3219
- export const filterSensitiveLog = (obj: UpdateOriginRequestPolicyResult): any => ({
3220
- ...obj,
3221
- });
3222
- }
3223
-
3224
- export interface UpdatePublicKeyRequest {
3225
- /**
3226
- * <p>The identifier of the public key that you are updating.</p>
3227
- */
3228
- Id: string | undefined;
3229
-
3230
- /**
3231
- * <p>The value of the <code>ETag</code> header that you received when retrieving the public key to update.
3232
- * For example: <code>E2QWRUHAPOMQZL</code>.</p>
3233
- */
3234
- IfMatch?: string;
3235
-
3236
- /**
3237
- * <p>A public key configuration.</p>
3238
- */
3239
- PublicKeyConfig: PublicKeyConfig | undefined;
3240
- }
3241
-
3242
- export namespace UpdatePublicKeyRequest {
3243
- /**
3244
- * @internal
3245
- */
3246
- export const filterSensitiveLog = (obj: UpdatePublicKeyRequest): any => ({
3247
- ...obj,
3248
- });
3249
- }
3250
-
3251
- export interface UpdatePublicKeyResult {
3252
- /**
3253
- * <p>The public key.</p>
3254
- */
3255
- PublicKey?: PublicKey;
3256
-
3257
- /**
3258
- * <p>The identifier of the current version of the public key.</p>
3259
- */
3260
- ETag?: string;
3261
- }
3262
-
3263
- export namespace UpdatePublicKeyResult {
3264
- /**
3265
- * @internal
3266
- */
3267
- export const filterSensitiveLog = (obj: UpdatePublicKeyResult): any => ({
3268
- ...obj,
3269
- });
3270
- }
3271
-
3272
- export interface UpdateRealtimeLogConfigRequest {
3273
- /**
3274
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
3275
- * log data.</p>
3276
- */
3277
- EndPoints?: EndPoint[];
3278
-
3279
- /**
3280
- * <p>A list of fields to include in each real-time log record.</p>
3281
- * <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
3282
- * <i>Amazon CloudFront Developer Guide</i>.</p>
3283
- */
3284
- Fields?: string[];
3285
-
3286
- /**
3287
- * <p>The name for this real-time log configuration.</p>
3288
- */
3289
- Name?: string;
3290
-
3291
- /**
3292
- * <p>The Amazon Resource Name (ARN) for this real-time log configuration.</p>
3293
- */
3294
- ARN?: string;
3295
-
3296
- /**
3297
- * <p>The sampling rate for this real-time log configuration. The sampling rate determines the
3298
- * percentage of viewer requests that are represented in the real-time log data. You must
3299
- * provide an integer between 1 and 100, inclusive.</p>
3300
- */
3301
- SamplingRate?: number;
3302
- }
3303
-
3304
- export namespace UpdateRealtimeLogConfigRequest {
3305
- /**
3306
- * @internal
3307
- */
3308
- export const filterSensitiveLog = (obj: UpdateRealtimeLogConfigRequest): any => ({
3309
- ...obj,
3310
- });
3311
- }
3312
-
3313
- export interface UpdateRealtimeLogConfigResult {
3314
- /**
3315
- * <p>A real-time log configuration.</p>
3316
- */
3317
- RealtimeLogConfig?: RealtimeLogConfig;
3318
- }
3319
-
3320
- export namespace UpdateRealtimeLogConfigResult {
3321
- /**
3322
- * @internal
3323
- */
3324
- export const filterSensitiveLog = (obj: UpdateRealtimeLogConfigResult): any => ({
3325
- ...obj,
3326
- });
3327
- }
3328
-
3329
- /**
3330
- * <p>The request to update a streaming distribution.</p>
3331
- */
3332
- export interface UpdateStreamingDistributionRequest {
3333
- /**
3334
- * <p>The streaming distribution's id.</p>
3335
- */
3336
- Id: string | undefined;
3337
-
3338
- /**
3339
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
3340
- * streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3341
- */
3342
- IfMatch?: string;
3343
-
3344
- /**
3345
- * <p>The streaming distribution's configuration information.</p>
3346
- */
3347
- StreamingDistributionConfig: StreamingDistributionConfig | undefined;
3348
- }
3349
-
3350
- export namespace UpdateStreamingDistributionRequest {
3351
- /**
3352
- * @internal
3353
- */
3354
- export const filterSensitiveLog = (obj: UpdateStreamingDistributionRequest): any => ({
3355
- ...obj,
3356
- });
3357
- }
3358
-
3359
- /**
3360
- * <p>The returned result of the corresponding request.</p>
3361
- */
3362
- export interface UpdateStreamingDistributionResult {
3363
- /**
3364
- * <p>The streaming distribution's information.</p>
3365
- */
3366
- StreamingDistribution?: StreamingDistribution;
3367
-
3368
- /**
3369
- * <p>The current version of the configuration. For example:
3370
- * <code>E2QWRUHAPOMQZL</code>.</p>
3371
- */
3372
- ETag?: string;
3373
- }
3374
-
3375
- export namespace UpdateStreamingDistributionResult {
3376
- /**
3377
- * @internal
3378
- */
3379
- export const filterSensitiveLog = (obj: UpdateStreamingDistributionResult): any => ({
3380
- ...obj,
3381
- });
3382
- }