@aws-sdk/client-cloudfront 3.529.1 → 3.535.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 (236) hide show
  1. package/dist-types/CloudFront.d.ts +20 -1
  2. package/dist-types/CloudFrontClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAliasCommand.d.ts +2 -1
  4. package/dist-types/commands/CopyDistributionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCachePolicyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDistributionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateFunctionCommand.d.ts +3 -2
  13. package/dist-types/commands/CreateInvalidationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateKeyGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/CreatePublicKeyCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/DeletePublicKeyCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +2 -1
  42. package/dist-types/commands/GetCachePolicyCommand.d.ts +2 -1
  43. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -1
  44. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +2 -1
  45. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +2 -1
  46. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +2 -1
  47. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +2 -1
  48. package/dist-types/commands/GetDistributionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetDistributionConfigCommand.d.ts +2 -1
  50. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +2 -1
  51. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +2 -1
  52. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +2 -1
  53. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +2 -1
  54. package/dist-types/commands/GetFunctionCommand.d.ts +3 -2
  55. package/dist-types/commands/GetInvalidationCommand.d.ts +2 -1
  56. package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -1
  57. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -1
  58. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +2 -1
  59. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +2 -1
  60. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +2 -1
  61. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +2 -1
  62. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +2 -1
  63. package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -1
  64. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +2 -1
  65. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +2 -1
  66. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +2 -1
  67. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +2 -1
  68. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +2 -1
  69. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +2 -1
  70. package/dist-types/commands/ListCachePoliciesCommand.d.ts +2 -1
  71. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +2 -1
  72. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +2 -1
  73. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +2 -1
  74. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -1
  75. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +2 -1
  76. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -1
  77. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +2 -1
  78. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -1
  79. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +2 -1
  80. package/dist-types/commands/ListDistributionsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +2 -1
  82. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +2 -1
  83. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
  84. package/dist-types/commands/ListInvalidationsCommand.d.ts +2 -1
  85. package/dist-types/commands/ListKeyGroupsCommand.d.ts +2 -1
  86. package/dist-types/commands/ListKeyValueStoresCommand.d.ts +2 -1
  87. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +2 -1
  88. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +2 -1
  89. package/dist-types/commands/ListPublicKeysCommand.d.ts +2 -1
  90. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +2 -1
  91. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +2 -1
  92. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +2 -1
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  94. package/dist-types/commands/PublishFunctionCommand.d.ts +2 -1
  95. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  96. package/dist-types/commands/TestFunctionCommand.d.ts +3 -2
  97. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  98. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +2 -1
  100. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +2 -1
  101. package/dist-types/commands/UpdateDistributionCommand.d.ts +2 -1
  102. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +2 -1
  104. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +2 -1
  105. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -2
  106. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +2 -1
  107. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +2 -1
  108. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +2 -1
  109. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +2 -1
  110. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -1
  111. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +2 -1
  112. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +2 -1
  113. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +2 -1
  114. package/dist-types/models/models_0.d.ts +686 -686
  115. package/dist-types/models/models_1.d.ts +638 -638
  116. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  117. package/dist-types/runtimeConfig.d.ts +2 -2
  118. package/dist-types/runtimeConfig.native.d.ts +2 -2
  119. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  120. package/dist-types/ts3.4/CloudFront.d.ts +19 -0
  121. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/ListContinuousDeploymentPoliciesCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +9 -0
  196. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +9 -0
  197. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +9 -0
  198. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +9 -0
  199. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +9 -0
  200. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +9 -0
  201. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
  202. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +9 -0
  203. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +9 -0
  204. package/dist-types/ts3.4/commands/ListKeyValueStoresCommand.d.ts +9 -0
  205. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +9 -0
  206. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +9 -0
  207. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +9 -0
  208. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +9 -0
  209. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +9 -0
  210. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +9 -0
  211. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  212. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +9 -0
  213. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  214. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +9 -0
  215. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  216. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +9 -0
  217. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +9 -0
  218. package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +9 -0
  219. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +9 -0
  220. package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +9 -0
  221. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +9 -0
  222. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +9 -0
  223. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +9 -0
  224. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +9 -0
  225. package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +9 -0
  226. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +9 -0
  227. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +9 -0
  228. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +9 -0
  229. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +9 -0
  230. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +9 -0
  231. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +9 -0
  232. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  233. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  234. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  235. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  236. package/package.json +43 -43
@@ -22,10 +22,10 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCachePolicyCommand_base: {
24
24
  new (input: DeleteCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a cache policy.</p>
30
30
  * <p>You cannot delete a cache policy if it's attached to a cache behavior. First update
31
31
  * your distributions to remove the cache policy from all cache behaviors, then delete the
@@ -78,6 +78,7 @@ declare const DeleteCachePolicyCommand_base: {
78
78
  * @throws {@link CloudFrontServiceException}
79
79
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteCachePolicyCommand extends DeleteCachePolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met
22
22
  }
23
23
  declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
24
24
  new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an origin access identity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
68
68
  * @throws {@link CloudFrontServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteCloudFrontOriginAccessIdentityCommand extends DeleteCloudFrontOriginAccessIdentityCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteContinuousDeploymentPolicyCommandOutput extends __Metadat
22
22
  }
23
23
  declare const DeleteContinuousDeploymentPolicyCommand_base: {
24
24
  new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a continuous deployment policy.</p>
30
30
  * <p>You cannot delete a continuous deployment policy that's attached to a primary
31
31
  * distribution. First update your distribution to remove the continuous deployment policy,
@@ -75,6 +75,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
75
75
  * @throws {@link CloudFrontServiceException}
76
76
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteContinuousDeploymentPolicyCommand extends DeleteContinuousDeploymentPolicyCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDistributionCommand_base: {
24
24
  new (input: DeleteDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a distribution.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteDistributionCommand_base: {
69
69
  * @throws {@link CloudFrontServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteDistributionCommand extends DeleteDistributionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat
22
22
  }
23
23
  declare const DeleteFieldLevelEncryptionConfigCommand_base: {
24
24
  new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove a field-level encryption configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
68
68
  * @throws {@link CloudFrontServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteFieldLevelEncryptionConfigCommand extends DeleteFieldLevelEncryptionConfigCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada
22
22
  }
23
23
  declare const DeleteFieldLevelEncryptionProfileCommand_base: {
24
24
  new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove a field-level encryption profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteFieldLevelEncryptionProfileCommand_base: {
68
68
  * @throws {@link CloudFrontServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteFieldLevelEncryptionProfileCommand extends DeleteFieldLevelEncryptionProfileCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteFunctionCommand_base: {
24
24
  new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a CloudFront function.</p>
30
30
  * <p>You cannot delete a function if it's associated with a cache behavior. First, update
31
31
  * your distributions to remove the function association from all cache behaviors, then
@@ -75,6 +75,7 @@ declare const DeleteFunctionCommand_base: {
75
75
  * @throws {@link CloudFrontServiceException}
76
76
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteKeyGroupCommand_base: {
24
24
  new (input: DeleteKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a key group.</p>
30
30
  * <p>You cannot delete a key group that is referenced in a cache behavior. First update
31
31
  * your distributions to remove the key group from all cache behaviors, then delete the key
@@ -71,6 +71,7 @@ declare const DeleteKeyGroupCommand_base: {
71
71
  * @throws {@link CloudFrontServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteKeyGroupCommand extends DeleteKeyGroupCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteKeyValueStoreCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteKeyValueStoreCommand_base: {
24
24
  new (input: DeleteKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the Key Value Store to delete.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteKeyValueStoreCommand_base: {
68
68
  * @throws {@link CloudFrontServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
70
70
  *
71
+ * @public
71
72
  * @example To delete a KeyValueStore
72
73
  * ```javascript
73
74
  * // Use the following command to delete a KeyValueStore.
@@ -22,10 +22,10 @@ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitor
22
22
  }
23
23
  declare const DeleteMonitoringSubscriptionCommand_base: {
24
24
  new (input: DeleteMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables additional CloudWatch metrics for the specified CloudFront
30
30
  * distribution.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteMonitoringSubscriptionCommand_base: {
64
64
  * @throws {@link CloudFrontServiceException}
65
65
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteMonitoringSubscriptionCommand extends DeleteMonitoringSubscriptionCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteOriginAccessControlCommand_base: {
24
24
  new (input: DeleteOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a CloudFront origin access control.</p>
30
30
  * <p>You cannot delete an origin access control if it's in use. First, update all
31
31
  * distributions to remove the origin access control from all origins, then delete the
@@ -72,6 +72,7 @@ declare const DeleteOriginAccessControlCommand_base: {
72
72
  * @throws {@link CloudFrontServiceException}
73
73
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteOriginAccessControlCommand extends DeleteOriginAccessControlCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteOriginRequestPolicyCommand_base: {
24
24
  new (input: DeleteOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an origin request policy.</p>
30
30
  * <p>You cannot delete an origin request policy if it's attached to any cache behaviors.
31
31
  * First update your distributions to remove the origin request policy from all cache
@@ -78,6 +78,7 @@ declare const DeleteOriginRequestPolicyCommand_base: {
78
78
  * @throws {@link CloudFrontServiceException}
79
79
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteOriginRequestPolicyCommand extends DeleteOriginRequestPolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeletePublicKeyCommand_base: {
24
24
  new (input: DeletePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove a public key you previously added to CloudFront.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeletePublicKeyCommand_base: {
68
68
  * @throws {@link CloudFrontServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteRealtimeLogConfigCommand_base: {
24
24
  new (input: DeleteRealtimeLogConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteRealtimeLogConfigCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a real-time log configuration.</p>
30
30
  * <p>You cannot delete a real-time log configuration if it's attached to a cache behavior.
31
31
  * First update your distributions to remove the real-time log configuration from all cache
@@ -71,6 +71,7 @@ declare const DeleteRealtimeLogConfigCommand_base: {
71
71
  * @throws {@link CloudFrontServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteRealtimeLogConfigCommand extends DeleteRealtimeLogConfigCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteResponseHeadersPolicyCommand_base: {
24
24
  new (input: DeleteResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a response headers policy.</p>
30
30
  * <p>You cannot delete a response headers policy if it's attached to a cache behavior.
31
31
  * First update your distributions to remove the response headers policy from all cache
@@ -78,6 +78,7 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
78
78
  * @throws {@link CloudFrontServiceException}
79
79
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteResponseHeadersPolicyCommand extends DeleteResponseHeadersPolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const DeleteStreamingDistributionCommand_base: {
24
24
  new (input: DeleteStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
30
30
  * perform the following steps.</p>
31
31
  * <p>
@@ -117,6 +117,7 @@ declare const DeleteStreamingDistributionCommand_base: {
117
117
  * @throws {@link CloudFrontServiceException}
118
118
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class DeleteStreamingDistributionCommand extends DeleteStreamingDistributionCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, _
22
22
  }
23
23
  declare const DescribeFunctionCommand_base: {
24
24
  new (input: DescribeFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFunctionCommandInput, DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFunctionCommandInput, DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets configuration information and metadata about a CloudFront function, but not the
30
30
  * function's code. To get a function's code, use <code>GetFunction</code>.</p>
31
31
  * <p>To get configuration information and metadata about a function, you must provide the
@@ -86,6 +86,7 @@ declare const DescribeFunctionCommand_base: {
86
86
  * @throws {@link CloudFrontServiceException}
87
87
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribeFunctionCommand extends DescribeFunctionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeKeyValueStoreCommandOutput extends DescribeKeyValueStor
22
22
  }
23
23
  declare const DescribeKeyValueStoreCommand_base: {
24
24
  new (input: DescribeKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the Key Value Store and its configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DescribeKeyValueStoreCommand_base: {
70
70
  * @throws {@link CloudFrontServiceException}
71
71
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
72
72
  *
73
+ * @public
73
74
  * @example To describe a KeyValueStore
74
75
  * ```javascript
75
76
  * // Use the following command to describe a KeyValueStore.
@@ -22,10 +22,10 @@ export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __Met
22
22
  }
23
23
  declare const GetCachePolicyCommand_base: {
24
24
  new (input: GetCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetCachePolicyCommandInput, GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetCachePolicyCommandInput, GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a cache policy, including the following metadata:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -114,6 +114,7 @@ declare const GetCachePolicyCommand_base: {
114
114
  * @throws {@link CloudFrontServiceException}
115
115
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class GetCachePolicyCommand extends GetCachePolicyCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigR
22
22
  }
23
23
  declare const GetCachePolicyConfigCommand_base: {
24
24
  new (input: GetCachePolicyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCachePolicyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a cache policy configuration.</p>
30
30
  * <p>To get a cache policy configuration, you must provide the policy's identifier. If the
31
31
  * cache policy is attached to a distribution's cache behavior, you can get the policy's
@@ -102,6 +102,7 @@ declare const GetCachePolicyConfigCommand_base: {
102
102
  * @throws {@link CloudFrontServiceException}
103
103
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetCachePolicyConfigCommand extends GetCachePolicyConfigCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloud
22
22
  }
23
23
  declare const GetCloudFrontOriginAccessIdentityCommand_base: {
24
24
  new (input: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the information about an origin access identity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const GetCloudFrontOriginAccessIdentityCommand_base: {
67
67
  * @throws {@link CloudFrontServiceException}
68
68
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetCloudFrontOriginAccessIdentityCommand extends GetCloudFrontOriginAccessIdentityCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends Ge
22
22
  }
23
23
  declare const GetCloudFrontOriginAccessIdentityConfigCommand_base: {
24
24
  new (input: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCloudFrontOriginAccessIdentityConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the configuration information about an origin access identity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const GetCloudFrontOriginAccessIdentityConfigCommand_base: {
63
63
  * @throws {@link CloudFrontServiceException}
64
64
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends GetCloudFrontOriginAccessIdentityConfigCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface GetContinuousDeploymentPolicyCommandOutput extends GetContinuou
22
22
  }
23
23
  declare const GetContinuousDeploymentPolicyCommand_base: {
24
24
  new (input: GetContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContinuousDeploymentPolicyCommandInput, GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a continuous deployment policy, including metadata (the policy's identifier and
30
30
  * the date and time when the policy was last modified).</p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const GetContinuousDeploymentPolicyCommand_base: {
87
87
  * @throws {@link CloudFrontServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetContinuousDeploymentPolicyCommand extends GetContinuousDeploymentPolicyCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetContinuousDeploymentPolicyConfigCommandOutput extends GetCon
22
22
  }
23
23
  declare const GetContinuousDeploymentPolicyConfigCommand_base: {
24
24
  new (input: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContinuousDeploymentPolicyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetContinuousDeploymentPolicyConfigCommandInput, GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets configuration information about a continuous deployment policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const GetContinuousDeploymentPolicyConfigCommand_base: {
82
82
  * @throws {@link CloudFrontServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetContinuousDeploymentPolicyConfigCommand extends GetContinuousDeploymentPolicyConfigCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M
22
22
  }
23
23
  declare const GetDistributionCommand_base: {
24
24
  new (input: GetDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the information about a distribution.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -390,6 +390,7 @@ declare const GetDistributionCommand_base: {
390
390
  * @throws {@link CloudFrontServiceException}
391
391
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
392
392
  *
393
+ * @public
393
394
  */
394
395
  export declare class GetDistributionCommand extends GetDistributionCommand_base {
395
396
  }
@@ -22,10 +22,10 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi
22
22
  }
23
23
  declare const GetDistributionConfigCommand_base: {
24
24
  new (input: GetDistributionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDistributionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the configuration information about a distribution.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -346,6 +346,7 @@ declare const GetDistributionConfigCommand_base: {
346
346
  * @throws {@link CloudFrontServiceException}
347
347
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
348
348
  *
349
+ * @public
349
350
  */
350
351
  export declare class GetDistributionConfigCommand extends GetDistributionConfigCommand_base {
351
352
  }
@@ -22,10 +22,10 @@ export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncry
22
22
  }
23
23
  declare const GetFieldLevelEncryptionCommand_base: {
24
24
  new (input: GetFieldLevelEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFieldLevelEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the field-level encryption configuration information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const GetFieldLevelEncryptionCommand_base: {
92
92
  * @throws {@link CloudFrontServiceException}
93
93
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetFieldLevelEncryptionCommand extends GetFieldLevelEncryptionCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLeve
22
22
  }
23
23
  declare const GetFieldLevelEncryptionConfigCommand_base: {
24
24
  new (input: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the field-level encryption configuration information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const GetFieldLevelEncryptionConfigCommand_base: {
88
88
  * @throws {@link CloudFrontServiceException}
89
89
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetFieldLevelEncryptionConfigCommand extends GetFieldLevelEncryptionConfigCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLev
22
22
  }
23
23
  declare const GetFieldLevelEncryptionProfileCommand_base: {
24
24
  new (input: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the field-level encryption profile information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const GetFieldLevelEncryptionProfileCommand_base: {
83
83
  * @throws {@link CloudFrontServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class GetFieldLevelEncryptionProfileCommand extends GetFieldLevelEncryptionProfileCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFi
22
22
  }
23
23
  declare const GetFieldLevelEncryptionProfileConfigCommand_base: {
24
24
  new (input: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFieldLevelEncryptionProfileConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get the field-level encryption profile configuration information.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetFieldLevelEncryptionProfileConfigCommand_base: {
79
79
  * @throws {@link CloudFrontServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudFront service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetFieldLevelEncryptionProfileConfigCommand extends GetFieldLevelEncryptionProfileConfigCommand_base {
84
85
  }