@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,220 +0,0 @@
1
- import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
2
- import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
3
- import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
4
- import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
5
- import { CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput } from "./commands/CreateDistributionWithTagsCommand";
6
- import { CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput } from "./commands/CreateFieldLevelEncryptionConfigCommand";
7
- import { CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput } from "./commands/CreateFieldLevelEncryptionProfileCommand";
8
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
9
- import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "./commands/CreateInvalidationCommand";
10
- import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "./commands/CreateKeyGroupCommand";
11
- import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput } from "./commands/CreateMonitoringSubscriptionCommand";
12
- import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "./commands/CreateOriginRequestPolicyCommand";
13
- import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "./commands/CreatePublicKeyCommand";
14
- import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "./commands/CreateRealtimeLogConfigCommand";
15
- import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
16
- import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
17
- import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
18
- import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
19
- import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
20
- import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput } from "./commands/DeleteFieldLevelEncryptionConfigCommand";
21
- import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "./commands/DeleteFieldLevelEncryptionProfileCommand";
22
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
23
- import { DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput } from "./commands/DeleteKeyGroupCommand";
24
- import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput } from "./commands/DeleteMonitoringSubscriptionCommand";
25
- import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "./commands/DeleteOriginRequestPolicyCommand";
26
- import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./commands/DeletePublicKeyCommand";
27
- import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
28
- import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
29
- import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
30
- import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
31
- import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "./commands/GetCachePolicyConfigCommand";
32
- import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
33
- import { GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
34
- import { GetDistributionCommandInput, GetDistributionCommandOutput } from "./commands/GetDistributionCommand";
35
- import { GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput } from "./commands/GetDistributionConfigCommand";
36
- import { GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput } from "./commands/GetFieldLevelEncryptionCommand";
37
- import { GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput } from "./commands/GetFieldLevelEncryptionConfigCommand";
38
- import { GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput } from "./commands/GetFieldLevelEncryptionProfileCommand";
39
- import { GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput } from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
40
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
41
- import { GetInvalidationCommandInput, GetInvalidationCommandOutput } from "./commands/GetInvalidationCommand";
42
- import { GetKeyGroupCommandInput, GetKeyGroupCommandOutput } from "./commands/GetKeyGroupCommand";
43
- import { GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput } from "./commands/GetKeyGroupConfigCommand";
44
- import { GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput } from "./commands/GetMonitoringSubscriptionCommand";
45
- import { GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput } from "./commands/GetOriginRequestPolicyCommand";
46
- import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput } from "./commands/GetOriginRequestPolicyConfigCommand";
47
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
48
- import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "./commands/GetPublicKeyConfigCommand";
49
- import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "./commands/GetRealtimeLogConfigCommand";
50
- import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
51
- import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
52
- import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
53
- import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
54
- import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "./commands/ListConflictingAliasesCommand";
55
- import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "./commands/ListDistributionsByCachePolicyIdCommand";
56
- import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
57
- import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
58
- import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
59
- import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
60
- import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
61
- import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
62
- import { ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput } from "./commands/ListFieldLevelEncryptionProfilesCommand";
63
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
64
- import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "./commands/ListInvalidationsCommand";
65
- import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./commands/ListKeyGroupsCommand";
66
- import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "./commands/ListOriginRequestPoliciesCommand";
67
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
68
- import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "./commands/ListRealtimeLogConfigsCommand";
69
- import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
70
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
71
- import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
72
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
73
- import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/TestFunctionCommand";
74
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
75
- import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "./commands/UpdateCachePolicyCommand";
76
- import { UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
77
- import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
78
- import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput } from "./commands/UpdateFieldLevelEncryptionConfigCommand";
79
- import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "./commands/UpdateFieldLevelEncryptionProfileCommand";
80
- import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "./commands/UpdateFunctionCommand";
81
- import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "./commands/UpdateKeyGroupCommand";
82
- import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "./commands/UpdateOriginRequestPolicyCommand";
83
- import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./commands/UpdatePublicKeyCommand";
84
- import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
85
- import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
86
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
87
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
88
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
89
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
90
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
91
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
92
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
93
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
94
- export declare type ServiceInputTypes = AssociateAliasCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteStreamingDistributionCommandInput | DescribeFunctionCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateDistributionCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateStreamingDistributionCommandInput;
95
- export declare type ServiceOutputTypes = AssociateAliasCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteStreamingDistributionCommandOutput | DescribeFunctionCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateDistributionCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateStreamingDistributionCommandOutput;
96
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
97
- /**
98
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
99
- */
100
- requestHandler?: __HttpHandler;
101
- /**
102
- * A constructor for a class implementing the {@link __Hash} interface
103
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
104
- * @internal
105
- */
106
- sha256?: __HashConstructor;
107
- /**
108
- * The function that will be used to convert strings into HTTP endpoints.
109
- * @internal
110
- */
111
- urlParser?: __UrlParser;
112
- /**
113
- * A function that can calculate the length of a request body.
114
- * @internal
115
- */
116
- bodyLengthChecker?: (body: any) => number | undefined;
117
- /**
118
- * A function that converts a stream into an array of bytes.
119
- * @internal
120
- */
121
- streamCollector?: __StreamCollector;
122
- /**
123
- * The function that will be used to convert a base64-encoded string to a byte array.
124
- * @internal
125
- */
126
- base64Decoder?: __Decoder;
127
- /**
128
- * The function that will be used to convert binary data to a base64-encoded string.
129
- * @internal
130
- */
131
- base64Encoder?: __Encoder;
132
- /**
133
- * The function that will be used to convert a UTF8-encoded string to a byte array.
134
- * @internal
135
- */
136
- utf8Decoder?: __Decoder;
137
- /**
138
- * The function that will be used to convert binary data to a UTF-8 encoded string.
139
- * @internal
140
- */
141
- utf8Encoder?: __Encoder;
142
- /**
143
- * The runtime environment.
144
- * @internal
145
- */
146
- runtime?: string;
147
- /**
148
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
149
- * trait of an operation.
150
- */
151
- disableHostPrefix?: boolean;
152
- /**
153
- * Value for how many times a request will be made at most in case of retry.
154
- */
155
- maxAttempts?: number | __Provider<number>;
156
- /**
157
- * Specifies which retry algorithm to use.
158
- */
159
- retryMode?: string | __Provider<string>;
160
- /**
161
- * Optional logger for logging debug/info/warn/error.
162
- */
163
- logger?: __Logger;
164
- /**
165
- * Unique service identifier.
166
- * @internal
167
- */
168
- serviceId?: string;
169
- /**
170
- * The AWS region to which this client will send requests
171
- */
172
- region?: string | __Provider<string>;
173
- /**
174
- * Default credentials provider; Not available in browser runtime.
175
- * @internal
176
- */
177
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
178
- /**
179
- * Fetch related hostname, signing name or signing region with given region.
180
- * @internal
181
- */
182
- regionInfoProvider?: RegionInfoProvider;
183
- /**
184
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
185
- * @internal
186
- */
187
- defaultUserAgentProvider?: Provider<__UserAgent>;
188
- }
189
- declare type CloudFrontClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
190
- /**
191
- * The configuration interface of CloudFrontClient class constructor that set the region, credentials and other options.
192
- */
193
- export interface CloudFrontClientConfig extends CloudFrontClientConfigType {
194
- }
195
- declare type CloudFrontClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
196
- /**
197
- * The resolved configuration interface of CloudFrontClient class. This is resolved and normalized from the {@link CloudFrontClientConfig | constructor configuration interface}.
198
- */
199
- export interface CloudFrontClientResolvedConfig extends CloudFrontClientResolvedConfigType {
200
- }
201
- /**
202
- * <fullname>Amazon CloudFront</fullname>
203
- * <p>This is the <i>Amazon CloudFront API Reference</i>. This guide
204
- * is for developers who need detailed information about
205
- * CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the <i>Amazon CloudFront Developer Guide</i>.</p>
206
- */
207
- export declare class CloudFrontClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFrontClientResolvedConfig> {
208
- /**
209
- * The resolved configuration of CloudFrontClient class. This is resolved and normalized from the {@link CloudFrontClientConfig | constructor configuration interface}.
210
- */
211
- readonly config: CloudFrontClientResolvedConfig;
212
- constructor(configuration: CloudFrontClientConfig);
213
- /**
214
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
215
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
216
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
217
- */
218
- destroy(): void;
219
- }
220
- export {};
@@ -1,45 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { AssociateAliasRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface AssociateAliasCommandInput extends AssociateAliasRequest {
6
- }
7
- export interface AssociateAliasCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront
11
- * distribution.</p>
12
- * <p>With this operation you can move an alias that’s already in use on a CloudFront distribution
13
- * to a different distribution in one step. This prevents the downtime that could occur if
14
- * you first remove the alias from one distribution and then separately add the alias to
15
- * another distribution.</p>
16
- * <p>To use this operation to associate an alias with a distribution, you provide the alias
17
- * and the ID of the target distribution for the alias. For more information, including how
18
- * to set up the target distribution, prerequisites that you must complete, and other
19
- * restrictions, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move">Moving an alternate domain name to a different distribution</a>
20
- * in the <i>Amazon CloudFront Developer Guide</i>.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudFrontClient, AssociateAliasCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
25
- * // const { CloudFrontClient, AssociateAliasCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
26
- * const client = new CloudFrontClient(config);
27
- * const command = new AssociateAliasCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link AssociateAliasCommandInput} for command's `input` shape.
32
- * @see {@link AssociateAliasCommandOutput} for command's `response` shape.
33
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- export declare class AssociateAliasCommand extends $Command<AssociateAliasCommandInput, AssociateAliasCommandOutput, CloudFrontClientResolvedConfig> {
37
- readonly input: AssociateAliasCommandInput;
38
- constructor(input: AssociateAliasCommandInput);
39
- /**
40
- * @internal
41
- */
42
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAliasCommandInput, AssociateAliasCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
@@ -1,55 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateCachePolicyRequest, CreateCachePolicyResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateCachePolicyCommandInput extends CreateCachePolicyRequest {
6
- }
7
- export interface CreateCachePolicyCommandOutput extends CreateCachePolicyResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a cache policy.</p>
11
- * <p>After you create a cache policy, you can attach it to one or more cache behaviors. When it’s
12
- * attached to a cache behavior, the cache policy determines the following:</p>
13
- * <ul>
14
- * <li>
15
- * <p>The values that CloudFront includes in the <i>cache key</i>. These values can
16
- * include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to
17
- * find an object in its cache that it can return to the viewer.</p>
18
- * </li>
19
- * <li>
20
- * <p>The default, minimum, and maximum time to live (TTL) values that you want objects to stay
21
- * in the CloudFront cache.</p>
22
- * </li>
23
- * </ul>
24
- * <p>The headers, cookies, and query strings that are included in the cache key are automatically
25
- * included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t
26
- * find an object in its cache that matches the request’s cache key. If you want to send
27
- * values to the origin but <i>not</i> include them in the cache key, use
28
- * <code>OriginRequestPolicy</code>.</p>
29
- * <p>For more information about cache policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html">Controlling the cache key</a> in the
30
- * <i>Amazon CloudFront Developer Guide</i>.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { CloudFrontClient, CreateCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
35
- * // const { CloudFrontClient, CreateCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
36
- * const client = new CloudFrontClient(config);
37
- * const command = new CreateCachePolicyCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link CreateCachePolicyCommandInput} for command's `input` shape.
42
- * @see {@link CreateCachePolicyCommandOutput} for command's `response` shape.
43
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- export declare class CreateCachePolicyCommand extends $Command<CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
47
- readonly input: CreateCachePolicyCommandInput;
48
- constructor(input: CreateCachePolicyCommandInput);
49
- /**
50
- * @internal
51
- */
52
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput>;
53
- private serialize;
54
- private deserialize;
55
- }
@@ -1,38 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateCloudFrontOriginAccessIdentityCommandInput extends CreateCloudFrontOriginAccessIdentityRequest {
6
- }
7
- export interface CreateCloudFrontOriginAccessIdentityCommandOutput extends CreateCloudFrontOriginAccessIdentityResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a new origin access identity. If you're using Amazon S3 for your origin, you can
11
- * use an origin access identity to require users to access your content using a CloudFront URL instead
12
- * of the Amazon S3 URL. For more information about how to use origin access identities, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving Private Content through CloudFront</a> in the
13
- * <i>Amazon CloudFront Developer Guide</i>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { CloudFrontClient, CreateCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
18
- * // const { CloudFrontClient, CreateCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
19
- * const client = new CloudFrontClient(config);
20
- * const command = new CreateCloudFrontOriginAccessIdentityCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateCloudFrontOriginAccessIdentityCommandInput} for command's `input` shape.
25
- * @see {@link CreateCloudFrontOriginAccessIdentityCommandOutput} for command's `response` shape.
26
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class CreateCloudFrontOriginAccessIdentityCommand extends $Command<CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
30
- readonly input: CreateCloudFrontOriginAccessIdentityCommandInput;
31
- constructor(input: CreateCloudFrontOriginAccessIdentityCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,47 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateDistributionRequest, CreateDistributionResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateDistributionCommandInput extends CreateDistributionRequest {
6
- }
7
- export interface CreateDistributionCommandOutput extends CreateDistributionResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you
11
- * want content to be delivered from, and the details about how to track and manage content delivery. Send a <code>POST</code> request to the
12
- * <code>/<i>CloudFront API version</i>/distribution</code>/<code>distribution ID</code> resource.</p>
13
- * <important>
14
- * <p>When you update a distribution, there are more required fields than when you create a distribution.
15
- * When you update your distribution by using
16
- * <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html">UpdateDistribution</a>,
17
- * follow the steps included
18
- * in the documentation to get the current configuration
19
- * and then make your updates. This helps to make sure that you include all of the required fields. To view a summary,
20
- * see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html">Required
21
- * Fields for Create Distribution and Update Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
22
- * </important>
23
- * @example
24
- * Use a bare-bones client and the command you need to make an API call.
25
- * ```javascript
26
- * import { CloudFrontClient, CreateDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
27
- * // const { CloudFrontClient, CreateDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
28
- * const client = new CloudFrontClient(config);
29
- * const command = new CreateDistributionCommand(input);
30
- * const response = await client.send(command);
31
- * ```
32
- *
33
- * @see {@link CreateDistributionCommandInput} for command's `input` shape.
34
- * @see {@link CreateDistributionCommandOutput} for command's `response` shape.
35
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
36
- *
37
- */
38
- export declare class CreateDistributionCommand extends $Command<CreateDistributionCommandInput, CreateDistributionCommandOutput, CloudFrontClientResolvedConfig> {
39
- readonly input: CreateDistributionCommandInput;
40
- constructor(input: CreateDistributionCommandInput);
41
- /**
42
- * @internal
43
- */
44
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionCommandInput, CreateDistributionCommandOutput>;
45
- private serialize;
46
- private deserialize;
47
- }
@@ -1,35 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateDistributionWithTagsRequest, CreateDistributionWithTagsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateDistributionWithTagsCommandInput extends CreateDistributionWithTagsRequest {
6
- }
7
- export interface CreateDistributionWithTagsCommandOutput extends CreateDistributionWithTagsResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Create a new distribution with tags.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CloudFrontClient, CreateDistributionWithTagsCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
15
- * // const { CloudFrontClient, CreateDistributionWithTagsCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
16
- * const client = new CloudFrontClient(config);
17
- * const command = new CreateDistributionWithTagsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateDistributionWithTagsCommandInput} for command's `input` shape.
22
- * @see {@link CreateDistributionWithTagsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateDistributionWithTagsCommand extends $Command<CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig> {
27
- readonly input: CreateDistributionWithTagsCommandInput;
28
- constructor(input: CreateDistributionWithTagsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateFieldLevelEncryptionConfigCommandInput extends CreateFieldLevelEncryptionConfigRequest {
6
- }
7
- export interface CreateFieldLevelEncryptionConfigCommandOutput extends CreateFieldLevelEncryptionConfigResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Create a new field-level encryption configuration.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CloudFrontClient, CreateFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
15
- * // const { CloudFrontClient, CreateFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
16
- * const client = new CloudFrontClient(config);
17
- * const command = new CreateFieldLevelEncryptionConfigCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateFieldLevelEncryptionConfigCommandInput} for command's `input` shape.
22
- * @see {@link CreateFieldLevelEncryptionConfigCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateFieldLevelEncryptionConfigCommand extends $Command<CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
27
- readonly input: CreateFieldLevelEncryptionConfigCommandInput;
28
- constructor(input: CreateFieldLevelEncryptionConfigCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateFieldLevelEncryptionProfileCommandInput extends CreateFieldLevelEncryptionProfileRequest {
6
- }
7
- export interface CreateFieldLevelEncryptionProfileCommandOutput extends CreateFieldLevelEncryptionProfileResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Create a field-level encryption profile.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CloudFrontClient, CreateFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
15
- * // const { CloudFrontClient, CreateFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
16
- * const client = new CloudFrontClient(config);
17
- * const command = new CreateFieldLevelEncryptionProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateFieldLevelEncryptionProfileCommandInput} for command's `input` shape.
22
- * @see {@link CreateFieldLevelEncryptionProfileCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateFieldLevelEncryptionProfileCommand extends $Command<CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
27
- readonly input: CreateFieldLevelEncryptionProfileCommandInput;
28
- constructor(input: CreateFieldLevelEncryptionProfileCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,45 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateFunctionRequest, CreateFunctionResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateFunctionCommandInput extends CreateFunctionRequest {
6
- }
7
- export interface CreateFunctionCommandOutput extends CreateFunctionResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a CloudFront function.</p>
11
- * <p>To create a function, you provide the function code and some configuration information
12
- * about the function. The response contains an Amazon Resource Name (ARN) that uniquely
13
- * identifies the function.</p>
14
- * <p>When you create a function, it’s in the <code>DEVELOPMENT</code> stage. In this stage, you
15
- * can test the function with <code>TestFunction</code>, and update it with
16
- * <code>UpdateFunction</code>.</p>
17
- * <p>When you’re ready to use your function with a CloudFront distribution, use
18
- * <code>PublishFunction</code> to copy the function from the <code>DEVELOPMENT</code>
19
- * stage to <code>LIVE</code>. When it’s live, you can attach the function to a
20
- * distribution’s cache behavior, using the function’s ARN.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudFrontClient, CreateFunctionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
25
- * // const { CloudFrontClient, CreateFunctionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
26
- * const client = new CloudFrontClient(config);
27
- * const command = new CreateFunctionCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link CreateFunctionCommandInput} for command's `input` shape.
32
- * @see {@link CreateFunctionCommandOutput} for command's `response` shape.
33
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, CloudFrontClientResolvedConfig> {
37
- readonly input: CreateFunctionCommandInput;
38
- constructor(input: CreateFunctionCommandInput);
39
- /**
40
- * @internal
41
- */
42
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
@@ -1,35 +0,0 @@
1
- import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
2
- import { CreateInvalidationRequest, CreateInvalidationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateInvalidationCommandInput extends CreateInvalidationRequest {
6
- }
7
- export interface CreateInvalidationCommandOutput extends CreateInvalidationResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Create a new invalidation. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CloudFrontClient, CreateInvalidationCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
15
- * // const { CloudFrontClient, CreateInvalidationCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
16
- * const client = new CloudFrontClient(config);
17
- * const command = new CreateInvalidationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateInvalidationCommandInput} for command's `input` shape.
22
- * @see {@link CreateInvalidationCommandOutput} for command's `response` shape.
23
- * @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateInvalidationCommand extends $Command<CreateInvalidationCommandInput, CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
27
- readonly input: CreateInvalidationCommandInput;
28
- constructor(input: CreateInvalidationCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInvalidationCommandInput, CreateInvalidationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }