@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
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { CloudFrontClientConfig } from "./CloudFrontClient";
5
5
  export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudFrontClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -917,6 +917,7 @@ export interface CloudFront {
917
917
  options: __HttpHandlerOptions,
918
918
  cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
919
919
  ): void;
920
+ deleteRealtimeLogConfig(): Promise<DeleteRealtimeLogConfigCommandOutput>;
920
921
  deleteRealtimeLogConfig(
921
922
  args: DeleteRealtimeLogConfigCommandInput,
922
923
  options?: __HttpHandlerOptions
@@ -1305,6 +1306,7 @@ export interface CloudFront {
1305
1306
  options: __HttpHandlerOptions,
1306
1307
  cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void
1307
1308
  ): void;
1309
+ getRealtimeLogConfig(): Promise<GetRealtimeLogConfigCommandOutput>;
1308
1310
  getRealtimeLogConfig(
1309
1311
  args: GetRealtimeLogConfigCommandInput,
1310
1312
  options?: __HttpHandlerOptions
@@ -1370,6 +1372,7 @@ export interface CloudFront {
1370
1372
  options: __HttpHandlerOptions,
1371
1373
  cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void
1372
1374
  ): void;
1375
+ listCachePolicies(): Promise<ListCachePoliciesCommandOutput>;
1373
1376
  listCachePolicies(
1374
1377
  args: ListCachePoliciesCommandInput,
1375
1378
  options?: __HttpHandlerOptions
@@ -1383,6 +1386,7 @@ export interface CloudFront {
1383
1386
  options: __HttpHandlerOptions,
1384
1387
  cb: (err: any, data?: ListCachePoliciesCommandOutput) => void
1385
1388
  ): void;
1389
+ listCloudFrontOriginAccessIdentities(): Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
1386
1390
  listCloudFrontOriginAccessIdentities(
1387
1391
  args: ListCloudFrontOriginAccessIdentitiesCommandInput,
1388
1392
  options?: __HttpHandlerOptions
@@ -1415,6 +1419,7 @@ export interface CloudFront {
1415
1419
  options: __HttpHandlerOptions,
1416
1420
  cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void
1417
1421
  ): void;
1422
+ listContinuousDeploymentPolicies(): Promise<ListContinuousDeploymentPoliciesCommandOutput>;
1418
1423
  listContinuousDeploymentPolicies(
1419
1424
  args: ListContinuousDeploymentPoliciesCommandInput,
1420
1425
  options?: __HttpHandlerOptions
@@ -1428,6 +1433,7 @@ export interface CloudFront {
1428
1433
  options: __HttpHandlerOptions,
1429
1434
  cb: (err: any, data?: ListContinuousDeploymentPoliciesCommandOutput) => void
1430
1435
  ): void;
1436
+ listDistributions(): Promise<ListDistributionsCommandOutput>;
1431
1437
  listDistributions(
1432
1438
  args: ListDistributionsCommandInput,
1433
1439
  options?: __HttpHandlerOptions
@@ -1486,6 +1492,7 @@ export interface CloudFront {
1486
1492
  data?: ListDistributionsByOriginRequestPolicyIdCommandOutput
1487
1493
  ) => void
1488
1494
  ): void;
1495
+ listDistributionsByRealtimeLogConfig(): Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
1489
1496
  listDistributionsByRealtimeLogConfig(
1490
1497
  args: ListDistributionsByRealtimeLogConfigCommandInput,
1491
1498
  options?: __HttpHandlerOptions
@@ -1537,6 +1544,7 @@ export interface CloudFront {
1537
1544
  options: __HttpHandlerOptions,
1538
1545
  cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void
1539
1546
  ): void;
1547
+ listFieldLevelEncryptionConfigs(): Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
1540
1548
  listFieldLevelEncryptionConfigs(
1541
1549
  args: ListFieldLevelEncryptionConfigsCommandInput,
1542
1550
  options?: __HttpHandlerOptions
@@ -1550,6 +1558,7 @@ export interface CloudFront {
1550
1558
  options: __HttpHandlerOptions,
1551
1559
  cb: (err: any, data?: ListFieldLevelEncryptionConfigsCommandOutput) => void
1552
1560
  ): void;
1561
+ listFieldLevelEncryptionProfiles(): Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
1553
1562
  listFieldLevelEncryptionProfiles(
1554
1563
  args: ListFieldLevelEncryptionProfilesCommandInput,
1555
1564
  options?: __HttpHandlerOptions
@@ -1563,6 +1572,7 @@ export interface CloudFront {
1563
1572
  options: __HttpHandlerOptions,
1564
1573
  cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void
1565
1574
  ): void;
1575
+ listFunctions(): Promise<ListFunctionsCommandOutput>;
1566
1576
  listFunctions(
1567
1577
  args: ListFunctionsCommandInput,
1568
1578
  options?: __HttpHandlerOptions
@@ -1589,6 +1599,7 @@ export interface CloudFront {
1589
1599
  options: __HttpHandlerOptions,
1590
1600
  cb: (err: any, data?: ListInvalidationsCommandOutput) => void
1591
1601
  ): void;
1602
+ listKeyGroups(): Promise<ListKeyGroupsCommandOutput>;
1592
1603
  listKeyGroups(
1593
1604
  args: ListKeyGroupsCommandInput,
1594
1605
  options?: __HttpHandlerOptions
@@ -1602,6 +1613,7 @@ export interface CloudFront {
1602
1613
  options: __HttpHandlerOptions,
1603
1614
  cb: (err: any, data?: ListKeyGroupsCommandOutput) => void
1604
1615
  ): void;
1616
+ listKeyValueStores(): Promise<ListKeyValueStoresCommandOutput>;
1605
1617
  listKeyValueStores(
1606
1618
  args: ListKeyValueStoresCommandInput,
1607
1619
  options?: __HttpHandlerOptions
@@ -1615,6 +1627,7 @@ export interface CloudFront {
1615
1627
  options: __HttpHandlerOptions,
1616
1628
  cb: (err: any, data?: ListKeyValueStoresCommandOutput) => void
1617
1629
  ): void;
1630
+ listOriginAccessControls(): Promise<ListOriginAccessControlsCommandOutput>;
1618
1631
  listOriginAccessControls(
1619
1632
  args: ListOriginAccessControlsCommandInput,
1620
1633
  options?: __HttpHandlerOptions
@@ -1628,6 +1641,7 @@ export interface CloudFront {
1628
1641
  options: __HttpHandlerOptions,
1629
1642
  cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void
1630
1643
  ): void;
1644
+ listOriginRequestPolicies(): Promise<ListOriginRequestPoliciesCommandOutput>;
1631
1645
  listOriginRequestPolicies(
1632
1646
  args: ListOriginRequestPoliciesCommandInput,
1633
1647
  options?: __HttpHandlerOptions
@@ -1641,6 +1655,7 @@ export interface CloudFront {
1641
1655
  options: __HttpHandlerOptions,
1642
1656
  cb: (err: any, data?: ListOriginRequestPoliciesCommandOutput) => void
1643
1657
  ): void;
1658
+ listPublicKeys(): Promise<ListPublicKeysCommandOutput>;
1644
1659
  listPublicKeys(
1645
1660
  args: ListPublicKeysCommandInput,
1646
1661
  options?: __HttpHandlerOptions
@@ -1654,6 +1669,7 @@ export interface CloudFront {
1654
1669
  options: __HttpHandlerOptions,
1655
1670
  cb: (err: any, data?: ListPublicKeysCommandOutput) => void
1656
1671
  ): void;
1672
+ listRealtimeLogConfigs(): Promise<ListRealtimeLogConfigsCommandOutput>;
1657
1673
  listRealtimeLogConfigs(
1658
1674
  args: ListRealtimeLogConfigsCommandInput,
1659
1675
  options?: __HttpHandlerOptions
@@ -1667,6 +1683,7 @@ export interface CloudFront {
1667
1683
  options: __HttpHandlerOptions,
1668
1684
  cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void
1669
1685
  ): void;
1686
+ listResponseHeadersPolicies(): Promise<ListResponseHeadersPoliciesCommandOutput>;
1670
1687
  listResponseHeadersPolicies(
1671
1688
  args: ListResponseHeadersPoliciesCommandInput,
1672
1689
  options?: __HttpHandlerOptions
@@ -1680,6 +1697,7 @@ export interface CloudFront {
1680
1697
  options: __HttpHandlerOptions,
1681
1698
  cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void
1682
1699
  ): void;
1700
+ listStreamingDistributions(): Promise<ListStreamingDistributionsCommandOutput>;
1683
1701
  listStreamingDistributions(
1684
1702
  args: ListStreamingDistributionsCommandInput,
1685
1703
  options?: __HttpHandlerOptions
@@ -1945,6 +1963,7 @@ export interface CloudFront {
1945
1963
  options: __HttpHandlerOptions,
1946
1964
  cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void
1947
1965
  ): void;
1966
+ updateRealtimeLogConfig(): Promise<UpdateRealtimeLogConfigCommandOutput>;
1948
1967
  updateRealtimeLogConfig(
1949
1968
  args: UpdateRealtimeLogConfigCommandInput,
1950
1969
  options?: __HttpHandlerOptions
@@ -19,6 +19,15 @@ declare const AssociateAliasCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AssociateAliasCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AssociateAliasCommandInput,
26
+ AssociateAliasCommandOutput,
27
+ CloudFrontClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AssociateAliasCommand extends AssociateAliasCommand_base {}
@@ -24,6 +24,15 @@ declare const CopyDistributionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CopyDistributionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CopyDistributionCommandInput,
31
+ CopyDistributionCommandOutput,
32
+ CloudFrontClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CopyDistributionCommand extends CopyDistributionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCachePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCachePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCachePolicyCommandInput,
32
+ CreateCachePolicyCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCachePolicyCommand extends CreateCachePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCloudFrontOriginAccessIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCloudFrontOriginAccessIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCloudFrontOriginAccessIdentityCommandInput,
32
+ CreateCloudFrontOriginAccessIdentityCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCloudFrontOriginAccessIdentityCommand extends CreateCloudFrontOriginAccessIdentityCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateContinuousDeploymentPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateContinuousDeploymentPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateContinuousDeploymentPolicyCommandInput,
32
+ CreateContinuousDeploymentPolicyCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateContinuousDeploymentPolicyCommand extends CreateContinuousDeploymentPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDistributionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDistributionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDistributionCommandInput,
32
+ CreateDistributionCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDistributionCommand extends CreateDistributionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDistributionWithTagsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDistributionWithTagsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDistributionWithTagsCommandInput,
32
+ CreateDistributionWithTagsCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDistributionWithTagsCommand extends CreateDistributionWithTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFieldLevelEncryptionConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFieldLevelEncryptionConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFieldLevelEncryptionConfigCommandInput,
32
+ CreateFieldLevelEncryptionConfigCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFieldLevelEncryptionConfigCommand extends CreateFieldLevelEncryptionConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFieldLevelEncryptionProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFieldLevelEncryptionProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFieldLevelEncryptionProfileCommandInput,
32
+ CreateFieldLevelEncryptionProfileCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFieldLevelEncryptionProfileCommand extends CreateFieldLevelEncryptionProfileCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateFunctionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateFunctionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateFunctionCommandInput,
31
+ CreateFunctionCommandOutput,
32
+ CloudFrontClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateFunctionCommand extends CreateFunctionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateInvalidationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateInvalidationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateInvalidationCommandInput,
32
+ CreateInvalidationCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateInvalidationCommand extends CreateInvalidationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateKeyGroupCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateKeyGroupCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateKeyGroupCommandInput,
31
+ CreateKeyGroupCommandOutput,
32
+ CloudFrontClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateKeyGroupCommand extends CreateKeyGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateKeyValueStoreCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateKeyValueStoreCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateKeyValueStoreCommandInput,
32
+ CreateKeyValueStoreCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateKeyValueStoreCommand extends CreateKeyValueStoreCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMonitoringSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMonitoringSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMonitoringSubscriptionCommandInput,
32
+ CreateMonitoringSubscriptionCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMonitoringSubscriptionCommand extends CreateMonitoringSubscriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateOriginAccessControlCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateOriginAccessControlCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateOriginAccessControlCommandInput,
32
+ CreateOriginAccessControlCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateOriginAccessControlCommand extends CreateOriginAccessControlCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateOriginRequestPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateOriginRequestPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateOriginRequestPolicyCommandInput,
32
+ CreateOriginRequestPolicyCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateOriginRequestPolicyCommand extends CreateOriginRequestPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const CreatePublicKeyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreatePublicKeyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreatePublicKeyCommandInput,
31
+ CreatePublicKeyCommandOutput,
32
+ CloudFrontClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreatePublicKeyCommand extends CreatePublicKeyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateRealtimeLogConfigCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateRealtimeLogConfigCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateRealtimeLogConfigCommandInput,
32
+ CreateRealtimeLogConfigCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateRealtimeLogConfigCommand extends CreateRealtimeLogConfigCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateResponseHeadersPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateResponseHeadersPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateResponseHeadersPolicyCommandInput,
32
+ CreateResponseHeadersPolicyCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateResponseHeadersPolicyCommand extends CreateResponseHeadersPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateStreamingDistributionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateStreamingDistributionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateStreamingDistributionCommandInput,
32
+ CreateStreamingDistributionCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateStreamingDistributionCommand extends CreateStreamingDistributionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateStreamingDistributionWithTagsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateStreamingDistributionWithTagsCommandInput,
32
+ CreateStreamingDistributionWithTagsCommandOutput,
33
+ CloudFrontClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateStreamingDistributionWithTagsCommand extends CreateStreamingDistributionWithTagsCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteCachePolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteCachePolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteCachePolicyCommandInput,
27
+ DeleteCachePolicyCommandOutput,
28
+ CloudFrontClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteCachePolicyCommand extends DeleteCachePolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCloudFrontOriginAccessIdentityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCloudFrontOriginAccessIdentityCommandInput,
28
+ DeleteCloudFrontOriginAccessIdentityCommandOutput,
29
+ CloudFrontClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCloudFrontOriginAccessIdentityCommand extends DeleteCloudFrontOriginAccessIdentityCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteContinuousDeploymentPolicyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteContinuousDeploymentPolicyCommandInput,
28
+ DeleteContinuousDeploymentPolicyCommandOutput,
29
+ CloudFrontClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteContinuousDeploymentPolicyCommand extends DeleteContinuousDeploymentPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteDistributionCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteDistributionCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteDistributionCommandInput,
27
+ DeleteDistributionCommandOutput,
28
+ CloudFrontClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteDistributionCommand extends DeleteDistributionCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFieldLevelEncryptionConfigCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFieldLevelEncryptionConfigCommandInput,
28
+ DeleteFieldLevelEncryptionConfigCommandOutput,
29
+ CloudFrontClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFieldLevelEncryptionConfigCommand extends DeleteFieldLevelEncryptionConfigCommand_base {}