@aws-sdk/client-cloudfront 3.651.1 → 3.658.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 (223) hide show
  1. package/dist-types/commands/AssociateAliasCommand.d.ts +11 -0
  2. package/dist-types/commands/CopyDistributionCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateCachePolicyCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDistributionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateInvalidationCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateKeyGroupCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +11 -0
  17. package/dist-types/commands/CreatePublicKeyCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +11 -0
  20. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +11 -0
  21. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteDistributionCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +11 -0
  31. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +11 -0
  32. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +11 -0
  33. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +11 -0
  34. package/dist-types/commands/DeletePublicKeyCommand.d.ts +11 -0
  35. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +11 -0
  36. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +11 -0
  37. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +11 -0
  38. package/dist-types/commands/DescribeFunctionCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +11 -0
  40. package/dist-types/commands/GetCachePolicyCommand.d.ts +11 -0
  41. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +11 -0
  42. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +11 -0
  43. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +11 -0
  44. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +11 -0
  45. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +11 -0
  46. package/dist-types/commands/GetDistributionCommand.d.ts +11 -0
  47. package/dist-types/commands/GetDistributionConfigCommand.d.ts +11 -0
  48. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +11 -0
  49. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +11 -0
  50. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +11 -0
  51. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +11 -0
  52. package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
  53. package/dist-types/commands/GetInvalidationCommand.d.ts +11 -0
  54. package/dist-types/commands/GetKeyGroupCommand.d.ts +11 -0
  55. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +11 -0
  56. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +11 -0
  57. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +11 -0
  58. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +11 -0
  59. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +11 -0
  60. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +11 -0
  61. package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -0
  62. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +11 -0
  63. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +11 -0
  64. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +11 -0
  65. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +11 -0
  66. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +11 -0
  67. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +11 -0
  68. package/dist-types/commands/ListCachePoliciesCommand.d.ts +11 -0
  69. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +11 -0
  70. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +11 -0
  71. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +11 -0
  72. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +11 -0
  73. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +11 -0
  74. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +11 -0
  75. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +11 -0
  76. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +11 -0
  77. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +11 -0
  78. package/dist-types/commands/ListDistributionsCommand.d.ts +11 -0
  79. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +11 -0
  80. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +11 -0
  81. package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
  82. package/dist-types/commands/ListInvalidationsCommand.d.ts +11 -0
  83. package/dist-types/commands/ListKeyGroupsCommand.d.ts +11 -0
  84. package/dist-types/commands/ListKeyValueStoresCommand.d.ts +11 -0
  85. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +11 -0
  86. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +11 -0
  87. package/dist-types/commands/ListPublicKeysCommand.d.ts +11 -0
  88. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +11 -0
  89. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +11 -0
  90. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +11 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  92. package/dist-types/commands/PublishFunctionCommand.d.ts +11 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  94. package/dist-types/commands/TestFunctionCommand.d.ts +11 -0
  95. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  96. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +11 -0
  97. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +11 -0
  98. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +11 -0
  99. package/dist-types/commands/UpdateDistributionCommand.d.ts +11 -0
  100. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +11 -0
  101. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +11 -0
  102. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +11 -0
  103. package/dist-types/commands/UpdateFunctionCommand.d.ts +11 -0
  104. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +11 -0
  105. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +11 -0
  106. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +11 -0
  107. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +11 -0
  108. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +11 -0
  109. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +11 -0
  110. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +11 -0
  111. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +11 -0
  112. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/ListContinuousDeploymentPoliciesCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/ListKeyValueStoresCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +12 -1
  223. package/package.json +38 -38
@@ -37,4 +37,15 @@ declare const ListDistributionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDistributionsCommand extends ListDistributionsCommand_base {}
40
+ export declare class ListDistributionsCommand extends ListDistributionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDistributionsRequest;
44
+ output: ListDistributionsResult;
45
+ };
46
+ sdk: {
47
+ input: ListDistributionsCommandInput;
48
+ output: ListDistributionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFieldLevelEncryptionConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFieldLevelEncryptionConfigsCommand extends ListFieldLevelEncryptionConfigsCommand_base {}
40
+ export declare class ListFieldLevelEncryptionConfigsCommand extends ListFieldLevelEncryptionConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFieldLevelEncryptionConfigsRequest;
44
+ output: ListFieldLevelEncryptionConfigsResult;
45
+ };
46
+ sdk: {
47
+ input: ListFieldLevelEncryptionConfigsCommandInput;
48
+ output: ListFieldLevelEncryptionConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFieldLevelEncryptionProfilesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFieldLevelEncryptionProfilesCommand extends ListFieldLevelEncryptionProfilesCommand_base {}
40
+ export declare class ListFieldLevelEncryptionProfilesCommand extends ListFieldLevelEncryptionProfilesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFieldLevelEncryptionProfilesRequest;
44
+ output: ListFieldLevelEncryptionProfilesResult;
45
+ };
46
+ sdk: {
47
+ input: ListFieldLevelEncryptionProfilesCommandInput;
48
+ output: ListFieldLevelEncryptionProfilesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListFunctionsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListFunctionsCommand extends ListFunctionsCommand_base {}
36
+ export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListFunctionsRequest;
40
+ output: ListFunctionsResult;
41
+ };
42
+ sdk: {
43
+ input: ListFunctionsCommandInput;
44
+ output: ListFunctionsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListInvalidationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListInvalidationsCommand extends ListInvalidationsCommand_base {}
40
+ export declare class ListInvalidationsCommand extends ListInvalidationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListInvalidationsRequest;
44
+ output: ListInvalidationsResult;
45
+ };
46
+ sdk: {
47
+ input: ListInvalidationsCommandInput;
48
+ output: ListInvalidationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListKeyGroupsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListKeyGroupsCommand extends ListKeyGroupsCommand_base {}
36
+ export declare class ListKeyGroupsCommand extends ListKeyGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListKeyGroupsRequest;
40
+ output: ListKeyGroupsResult;
41
+ };
42
+ sdk: {
43
+ input: ListKeyGroupsCommandInput;
44
+ output: ListKeyGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListKeyValueStoresCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListKeyValueStoresCommand extends ListKeyValueStoresCommand_base {}
40
+ export declare class ListKeyValueStoresCommand extends ListKeyValueStoresCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListKeyValueStoresRequest;
44
+ output: ListKeyValueStoresResult;
45
+ };
46
+ sdk: {
47
+ input: ListKeyValueStoresCommandInput;
48
+ output: ListKeyValueStoresCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListOriginAccessControlsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOriginAccessControlsCommand extends ListOriginAccessControlsCommand_base {}
40
+ export declare class ListOriginAccessControlsCommand extends ListOriginAccessControlsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOriginAccessControlsRequest;
44
+ output: ListOriginAccessControlsResult;
45
+ };
46
+ sdk: {
47
+ input: ListOriginAccessControlsCommandInput;
48
+ output: ListOriginAccessControlsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListOriginRequestPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOriginRequestPoliciesCommand extends ListOriginRequestPoliciesCommand_base {}
40
+ export declare class ListOriginRequestPoliciesCommand extends ListOriginRequestPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOriginRequestPoliciesRequest;
44
+ output: ListOriginRequestPoliciesResult;
45
+ };
46
+ sdk: {
47
+ input: ListOriginRequestPoliciesCommandInput;
48
+ output: ListOriginRequestPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListPublicKeysCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {}
39
+ export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListPublicKeysRequest;
43
+ output: ListPublicKeysResult;
44
+ };
45
+ sdk: {
46
+ input: ListPublicKeysCommandInput;
47
+ output: ListPublicKeysCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListRealtimeLogConfigsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRealtimeLogConfigsCommand extends ListRealtimeLogConfigsCommand_base {}
40
+ export declare class ListRealtimeLogConfigsCommand extends ListRealtimeLogConfigsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRealtimeLogConfigsRequest;
44
+ output: ListRealtimeLogConfigsResult;
45
+ };
46
+ sdk: {
47
+ input: ListRealtimeLogConfigsCommandInput;
48
+ output: ListRealtimeLogConfigsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListResponseHeadersPoliciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListResponseHeadersPoliciesCommand extends ListResponseHeadersPoliciesCommand_base {}
40
+ export declare class ListResponseHeadersPoliciesCommand extends ListResponseHeadersPoliciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListResponseHeadersPoliciesRequest;
44
+ output: ListResponseHeadersPoliciesResult;
45
+ };
46
+ sdk: {
47
+ input: ListResponseHeadersPoliciesCommandInput;
48
+ output: ListResponseHeadersPoliciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListStreamingDistributionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListStreamingDistributionsCommand extends ListStreamingDistributionsCommand_base {}
40
+ export declare class ListStreamingDistributionsCommand extends ListStreamingDistributionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListStreamingDistributionsRequest;
44
+ output: ListStreamingDistributionsResult;
45
+ };
46
+ sdk: {
47
+ input: ListStreamingDistributionsCommandInput;
48
+ output: ListStreamingDistributionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResult;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PublishFunctionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PublishFunctionCommand extends PublishFunctionCommand_base {}
39
+ export declare class PublishFunctionCommand extends PublishFunctionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PublishFunctionRequest;
43
+ output: PublishFunctionResult;
44
+ };
45
+ sdk: {
46
+ input: PublishFunctionCommandInput;
47
+ output: PublishFunctionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const TestFunctionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TestFunctionCommand extends TestFunctionCommand_base {}
36
+ export declare class TestFunctionCommand extends TestFunctionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TestFunctionRequest;
40
+ output: TestFunctionResult;
41
+ };
42
+ sdk: {
43
+ input: TestFunctionCommandInput;
44
+ output: TestFunctionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateCachePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCachePolicyCommand extends UpdateCachePolicyCommand_base {}
40
+ export declare class UpdateCachePolicyCommand extends UpdateCachePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCachePolicyRequest;
44
+ output: UpdateCachePolicyResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateCachePolicyCommandInput;
48
+ output: UpdateCachePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateCloudFrontOriginAccessIdentityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCloudFrontOriginAccessIdentityCommand extends UpdateCloudFrontOriginAccessIdentityCommand_base {}
40
+ export declare class UpdateCloudFrontOriginAccessIdentityCommand extends UpdateCloudFrontOriginAccessIdentityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCloudFrontOriginAccessIdentityRequest;
44
+ output: UpdateCloudFrontOriginAccessIdentityResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateCloudFrontOriginAccessIdentityCommandInput;
48
+ output: UpdateCloudFrontOriginAccessIdentityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateContinuousDeploymentPolicyCommand extends UpdateContinuousDeploymentPolicyCommand_base {}
40
+ export declare class UpdateContinuousDeploymentPolicyCommand extends UpdateContinuousDeploymentPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateContinuousDeploymentPolicyRequest;
44
+ output: UpdateContinuousDeploymentPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateContinuousDeploymentPolicyCommandInput;
48
+ output: UpdateContinuousDeploymentPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateDistributionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDistributionCommand extends UpdateDistributionCommand_base {}
40
+ export declare class UpdateDistributionCommand extends UpdateDistributionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDistributionRequest;
44
+ output: UpdateDistributionResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateDistributionCommandInput;
48
+ output: UpdateDistributionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDistributionWithStagingConfigCommand extends UpdateDistributionWithStagingConfigCommand_base {}
40
+ export declare class UpdateDistributionWithStagingConfigCommand extends UpdateDistributionWithStagingConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDistributionWithStagingConfigRequest;
44
+ output: UpdateDistributionWithStagingConfigResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateDistributionWithStagingConfigCommandInput;
48
+ output: UpdateDistributionWithStagingConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFieldLevelEncryptionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFieldLevelEncryptionConfigCommand extends UpdateFieldLevelEncryptionConfigCommand_base {}
40
+ export declare class UpdateFieldLevelEncryptionConfigCommand extends UpdateFieldLevelEncryptionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFieldLevelEncryptionConfigRequest;
44
+ output: UpdateFieldLevelEncryptionConfigResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateFieldLevelEncryptionConfigCommandInput;
48
+ output: UpdateFieldLevelEncryptionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateFieldLevelEncryptionProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFieldLevelEncryptionProfileCommand extends UpdateFieldLevelEncryptionProfileCommand_base {}
40
+ export declare class UpdateFieldLevelEncryptionProfileCommand extends UpdateFieldLevelEncryptionProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFieldLevelEncryptionProfileRequest;
44
+ output: UpdateFieldLevelEncryptionProfileResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateFieldLevelEncryptionProfileCommandInput;
48
+ output: UpdateFieldLevelEncryptionProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateFunctionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {}
39
+ export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateFunctionRequest;
43
+ output: UpdateFunctionResult;
44
+ };
45
+ sdk: {
46
+ input: UpdateFunctionCommandInput;
47
+ output: UpdateFunctionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateKeyGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateKeyGroupCommand extends UpdateKeyGroupCommand_base {}
39
+ export declare class UpdateKeyGroupCommand extends UpdateKeyGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateKeyGroupRequest;
43
+ output: UpdateKeyGroupResult;
44
+ };
45
+ sdk: {
46
+ input: UpdateKeyGroupCommandInput;
47
+ output: UpdateKeyGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateKeyValueStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateKeyValueStoreCommand extends UpdateKeyValueStoreCommand_base {}
40
+ export declare class UpdateKeyValueStoreCommand extends UpdateKeyValueStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateKeyValueStoreRequest;
44
+ output: UpdateKeyValueStoreResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateKeyValueStoreCommandInput;
48
+ output: UpdateKeyValueStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateOriginAccessControlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateOriginAccessControlCommand extends UpdateOriginAccessControlCommand_base {}
40
+ export declare class UpdateOriginAccessControlCommand extends UpdateOriginAccessControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateOriginAccessControlRequest;
44
+ output: UpdateOriginAccessControlResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateOriginAccessControlCommandInput;
48
+ output: UpdateOriginAccessControlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateOriginRequestPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateOriginRequestPolicyCommand extends UpdateOriginRequestPolicyCommand_base {}
40
+ export declare class UpdateOriginRequestPolicyCommand extends UpdateOriginRequestPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateOriginRequestPolicyRequest;
44
+ output: UpdateOriginRequestPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateOriginRequestPolicyCommandInput;
48
+ output: UpdateOriginRequestPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdatePublicKeyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdatePublicKeyCommand extends UpdatePublicKeyCommand_base {}
39
+ export declare class UpdatePublicKeyCommand extends UpdatePublicKeyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdatePublicKeyRequest;
43
+ output: UpdatePublicKeyResult;
44
+ };
45
+ sdk: {
46
+ input: UpdatePublicKeyCommandInput;
47
+ output: UpdatePublicKeyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateRealtimeLogConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateRealtimeLogConfigCommand extends UpdateRealtimeLogConfigCommand_base {}
40
+ export declare class UpdateRealtimeLogConfigCommand extends UpdateRealtimeLogConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRealtimeLogConfigRequest;
44
+ output: UpdateRealtimeLogConfigResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateRealtimeLogConfigCommandInput;
48
+ output: UpdateRealtimeLogConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateResponseHeadersPolicyCommand extends UpdateResponseHeadersPolicyCommand_base {}
40
+ export declare class UpdateResponseHeadersPolicyCommand extends UpdateResponseHeadersPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateResponseHeadersPolicyRequest;
44
+ output: UpdateResponseHeadersPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateResponseHeadersPolicyCommandInput;
48
+ output: UpdateResponseHeadersPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateStreamingDistributionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateStreamingDistributionCommand extends UpdateStreamingDistributionCommand_base {}
40
+ export declare class UpdateStreamingDistributionCommand extends UpdateStreamingDistributionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateStreamingDistributionRequest;
44
+ output: UpdateStreamingDistributionResult;
45
+ };
46
+ sdk: {
47
+ input: UpdateStreamingDistributionCommandInput;
48
+ output: UpdateStreamingDistributionCommandOutput;
49
+ };
50
+ };
51
+ }