@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
@@ -98,4 +98,15 @@ declare const ListFieldLevelEncryptionConfigsCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListFieldLevelEncryptionConfigsCommand extends ListFieldLevelEncryptionConfigsCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListFieldLevelEncryptionConfigsRequest;
105
+ output: ListFieldLevelEncryptionConfigsResult;
106
+ };
107
+ sdk: {
108
+ input: ListFieldLevelEncryptionConfigsCommandInput;
109
+ output: ListFieldLevelEncryptionConfigsCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -89,4 +89,15 @@ declare const ListFieldLevelEncryptionProfilesCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListFieldLevelEncryptionProfilesCommand extends ListFieldLevelEncryptionProfilesCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListFieldLevelEncryptionProfilesRequest;
96
+ output: ListFieldLevelEncryptionProfilesResult;
97
+ };
98
+ sdk: {
99
+ input: ListFieldLevelEncryptionProfilesCommandInput;
100
+ output: ListFieldLevelEncryptionProfilesCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -100,4 +100,15 @@ declare const ListFunctionsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListFunctionsRequest;
107
+ output: ListFunctionsResult;
108
+ };
109
+ sdk: {
110
+ input: ListFunctionsCommandInput;
111
+ output: ListFunctionsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -81,4 +81,15 @@ declare const ListInvalidationsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListInvalidationsCommand extends ListInvalidationsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListInvalidationsRequest;
88
+ output: ListInvalidationsResult;
89
+ };
90
+ sdk: {
91
+ input: ListInvalidationsCommandInput;
92
+ output: ListInvalidationsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -85,4 +85,15 @@ declare const ListKeyGroupsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListKeyGroupsCommand extends ListKeyGroupsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListKeyGroupsRequest;
92
+ output: ListKeyGroupsResult;
93
+ };
94
+ sdk: {
95
+ input: ListKeyGroupsCommandInput;
96
+ output: ListKeyGroupsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -114,4 +114,15 @@ declare const ListKeyValueStoresCommand_base: {
114
114
  *
115
115
  */
116
116
  export declare class ListKeyValueStoresCommand extends ListKeyValueStoresCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListKeyValueStoresRequest;
121
+ output: ListKeyValueStoresResult;
122
+ };
123
+ sdk: {
124
+ input: ListKeyValueStoresCommandInput;
125
+ output: ListKeyValueStoresCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -82,4 +82,15 @@ declare const ListOriginAccessControlsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListOriginAccessControlsCommand extends ListOriginAccessControlsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListOriginAccessControlsRequest;
89
+ output: ListOriginAccessControlsResult;
90
+ };
91
+ sdk: {
92
+ input: ListOriginAccessControlsCommandInput;
93
+ output: ListOriginAccessControlsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -119,4 +119,15 @@ declare const ListOriginRequestPoliciesCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class ListOriginRequestPoliciesCommand extends ListOriginRequestPoliciesCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: ListOriginRequestPoliciesRequest;
126
+ output: ListOriginRequestPoliciesResult;
127
+ };
128
+ sdk: {
129
+ input: ListOriginRequestPoliciesCommandInput;
130
+ output: ListOriginRequestPoliciesCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -74,4 +74,15 @@ declare const ListPublicKeysCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListPublicKeysRequest;
81
+ output: ListPublicKeysResult;
82
+ };
83
+ sdk: {
84
+ input: ListPublicKeysCommandInput;
85
+ output: ListPublicKeysCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -96,4 +96,15 @@ declare const ListRealtimeLogConfigsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListRealtimeLogConfigsCommand extends ListRealtimeLogConfigsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListRealtimeLogConfigsRequest;
103
+ output: ListRealtimeLogConfigsResult;
104
+ };
105
+ sdk: {
106
+ input: ListRealtimeLogConfigsCommandInput;
107
+ output: ListRealtimeLogConfigsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -172,4 +172,15 @@ declare const ListResponseHeadersPoliciesCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class ListResponseHeadersPoliciesCommand extends ListResponseHeadersPoliciesCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: ListResponseHeadersPoliciesRequest;
179
+ output: ListResponseHeadersPoliciesResult;
180
+ };
181
+ sdk: {
182
+ input: ListResponseHeadersPoliciesCommandInput;
183
+ output: ListResponseHeadersPoliciesCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -96,4 +96,15 @@ declare const ListStreamingDistributionsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListStreamingDistributionsCommand extends ListStreamingDistributionsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListStreamingDistributionsRequest;
103
+ output: ListStreamingDistributionsResult;
104
+ };
105
+ sdk: {
106
+ input: ListStreamingDistributionsCommandInput;
107
+ output: ListStreamingDistributionsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -76,4 +76,15 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListTagsForResourceRequest;
83
+ output: ListTagsForResourceResult;
84
+ };
85
+ sdk: {
86
+ input: ListTagsForResourceCommandInput;
87
+ output: ListTagsForResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -104,4 +104,15 @@ declare const PublishFunctionCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class PublishFunctionCommand extends PublishFunctionCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: PublishFunctionRequest;
111
+ output: PublishFunctionResult;
112
+ };
113
+ sdk: {
114
+ input: PublishFunctionCommandInput;
115
+ output: PublishFunctionCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -75,4 +75,15 @@ declare const TagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: TagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: TagResourceCommandInput;
86
+ output: TagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -113,4 +113,15 @@ declare const TestFunctionCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class TestFunctionCommand extends TestFunctionCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: TestFunctionRequest;
120
+ output: TestFunctionResult;
121
+ };
122
+ sdk: {
123
+ input: TestFunctionCommandInput;
124
+ output: TestFunctionCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -72,4 +72,15 @@ declare const UntagResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UntagResourceRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UntagResourceCommandInput;
83
+ output: UntagResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -197,4 +197,15 @@ declare const UpdateCachePolicyCommand_base: {
197
197
  * @public
198
198
  */
199
199
  export declare class UpdateCachePolicyCommand extends UpdateCachePolicyCommand_base {
200
+ /** @internal type navigation helper, not in runtime. */
201
+ protected static __types: {
202
+ api: {
203
+ input: UpdateCachePolicyRequest;
204
+ output: UpdateCachePolicyResult;
205
+ };
206
+ sdk: {
207
+ input: UpdateCachePolicyCommandInput;
208
+ output: UpdateCachePolicyCommandOutput;
209
+ };
210
+ };
200
211
  }
@@ -97,4 +97,15 @@ declare const UpdateCloudFrontOriginAccessIdentityCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateCloudFrontOriginAccessIdentityCommand extends UpdateCloudFrontOriginAccessIdentityCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateCloudFrontOriginAccessIdentityRequest;
104
+ output: UpdateCloudFrontOriginAccessIdentityResult;
105
+ };
106
+ sdk: {
107
+ input: UpdateCloudFrontOriginAccessIdentityCommandInput;
108
+ output: UpdateCloudFrontOriginAccessIdentityCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -152,4 +152,15 @@ declare const UpdateContinuousDeploymentPolicyCommand_base: {
152
152
  * @public
153
153
  */
154
154
  export declare class UpdateContinuousDeploymentPolicyCommand extends UpdateContinuousDeploymentPolicyCommand_base {
155
+ /** @internal type navigation helper, not in runtime. */
156
+ protected static __types: {
157
+ api: {
158
+ input: UpdateContinuousDeploymentPolicyRequest;
159
+ output: UpdateContinuousDeploymentPolicyResult;
160
+ };
161
+ sdk: {
162
+ input: UpdateContinuousDeploymentPolicyCommandInput;
163
+ output: UpdateContinuousDeploymentPolicyCommandOutput;
164
+ };
165
+ };
155
166
  }
@@ -949,4 +949,15 @@ declare const UpdateDistributionCommand_base: {
949
949
  * @public
950
950
  */
951
951
  export declare class UpdateDistributionCommand extends UpdateDistributionCommand_base {
952
+ /** @internal type navigation helper, not in runtime. */
953
+ protected static __types: {
954
+ api: {
955
+ input: UpdateDistributionRequest;
956
+ output: UpdateDistributionResult;
957
+ };
958
+ sdk: {
959
+ input: UpdateDistributionCommandInput;
960
+ output: UpdateDistributionCommandOutput;
961
+ };
962
+ };
952
963
  }
@@ -632,4 +632,15 @@ declare const UpdateDistributionWithStagingConfigCommand_base: {
632
632
  * @public
633
633
  */
634
634
  export declare class UpdateDistributionWithStagingConfigCommand extends UpdateDistributionWithStagingConfigCommand_base {
635
+ /** @internal type navigation helper, not in runtime. */
636
+ protected static __types: {
637
+ api: {
638
+ input: UpdateDistributionWithStagingConfigRequest;
639
+ output: UpdateDistributionWithStagingConfigResult;
640
+ };
641
+ sdk: {
642
+ input: UpdateDistributionWithStagingConfigCommandInput;
643
+ output: UpdateDistributionWithStagingConfigCommandOutput;
644
+ };
645
+ };
635
646
  }
@@ -157,4 +157,15 @@ declare const UpdateFieldLevelEncryptionConfigCommand_base: {
157
157
  * @public
158
158
  */
159
159
  export declare class UpdateFieldLevelEncryptionConfigCommand extends UpdateFieldLevelEncryptionConfigCommand_base {
160
+ /** @internal type navigation helper, not in runtime. */
161
+ protected static __types: {
162
+ api: {
163
+ input: UpdateFieldLevelEncryptionConfigRequest;
164
+ output: UpdateFieldLevelEncryptionConfigResult;
165
+ };
166
+ sdk: {
167
+ input: UpdateFieldLevelEncryptionConfigCommandInput;
168
+ output: UpdateFieldLevelEncryptionConfigCommandOutput;
169
+ };
170
+ };
160
171
  }
@@ -142,4 +142,15 @@ declare const UpdateFieldLevelEncryptionProfileCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class UpdateFieldLevelEncryptionProfileCommand extends UpdateFieldLevelEncryptionProfileCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: UpdateFieldLevelEncryptionProfileRequest;
149
+ output: UpdateFieldLevelEncryptionProfileResult;
150
+ };
151
+ sdk: {
152
+ input: UpdateFieldLevelEncryptionProfileCommandInput;
153
+ output: UpdateFieldLevelEncryptionProfileCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -170,4 +170,15 @@ declare const UpdateFunctionCommand_base: {
170
170
  *
171
171
  */
172
172
  export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
173
+ /** @internal type navigation helper, not in runtime. */
174
+ protected static __types: {
175
+ api: {
176
+ input: UpdateFunctionRequest;
177
+ output: UpdateFunctionResult;
178
+ };
179
+ sdk: {
180
+ input: UpdateFunctionCommandInput;
181
+ output: UpdateFunctionCommandOutput;
182
+ };
183
+ };
173
184
  }
@@ -115,4 +115,15 @@ declare const UpdateKeyGroupCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class UpdateKeyGroupCommand extends UpdateKeyGroupCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UpdateKeyGroupRequest;
122
+ output: UpdateKeyGroupResult;
123
+ };
124
+ sdk: {
125
+ input: UpdateKeyGroupCommandInput;
126
+ output: UpdateKeyGroupCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -112,4 +112,15 @@ declare const UpdateKeyValueStoreCommand_base: {
112
112
  *
113
113
  */
114
114
  export declare class UpdateKeyValueStoreCommand extends UpdateKeyValueStoreCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: UpdateKeyValueStoreRequest;
119
+ output: UpdateKeyValueStoreResult;
120
+ };
121
+ sdk: {
122
+ input: UpdateKeyValueStoreCommandInput;
123
+ output: UpdateKeyValueStoreCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -97,4 +97,15 @@ declare const UpdateOriginAccessControlCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateOriginAccessControlCommand extends UpdateOriginAccessControlCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateOriginAccessControlRequest;
104
+ output: UpdateOriginAccessControlResult;
105
+ };
106
+ sdk: {
107
+ input: UpdateOriginAccessControlCommandInput;
108
+ output: UpdateOriginAccessControlCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -185,4 +185,15 @@ declare const UpdateOriginRequestPolicyCommand_base: {
185
185
  * @public
186
186
  */
187
187
  export declare class UpdateOriginRequestPolicyCommand extends UpdateOriginRequestPolicyCommand_base {
188
+ /** @internal type navigation helper, not in runtime. */
189
+ protected static __types: {
190
+ api: {
191
+ input: UpdateOriginRequestPolicyRequest;
192
+ output: UpdateOriginRequestPolicyResult;
193
+ };
194
+ sdk: {
195
+ input: UpdateOriginRequestPolicyCommandInput;
196
+ output: UpdateOriginRequestPolicyCommandOutput;
197
+ };
198
+ };
188
199
  }
@@ -97,4 +97,15 @@ declare const UpdatePublicKeyCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdatePublicKeyCommand extends UpdatePublicKeyCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdatePublicKeyRequest;
104
+ output: UpdatePublicKeyResult;
105
+ };
106
+ sdk: {
107
+ input: UpdatePublicKeyCommandInput;
108
+ output: UpdatePublicKeyCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -116,4 +116,15 @@ declare const UpdateRealtimeLogConfigCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class UpdateRealtimeLogConfigCommand extends UpdateRealtimeLogConfigCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: UpdateRealtimeLogConfigRequest;
123
+ output: UpdateRealtimeLogConfigResult;
124
+ };
125
+ sdk: {
126
+ input: UpdateRealtimeLogConfigCommandInput;
127
+ output: UpdateRealtimeLogConfigCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -294,4 +294,15 @@ declare const UpdateResponseHeadersPolicyCommand_base: {
294
294
  * @public
295
295
  */
296
296
  export declare class UpdateResponseHeadersPolicyCommand extends UpdateResponseHeadersPolicyCommand_base {
297
+ /** @internal type navigation helper, not in runtime. */
298
+ protected static __types: {
299
+ api: {
300
+ input: UpdateResponseHeadersPolicyRequest;
301
+ output: UpdateResponseHeadersPolicyResult;
302
+ };
303
+ sdk: {
304
+ input: UpdateResponseHeadersPolicyCommandInput;
305
+ output: UpdateResponseHeadersPolicyCommandOutput;
306
+ };
307
+ };
297
308
  }
@@ -181,4 +181,15 @@ declare const UpdateStreamingDistributionCommand_base: {
181
181
  * @public
182
182
  */
183
183
  export declare class UpdateStreamingDistributionCommand extends UpdateStreamingDistributionCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: UpdateStreamingDistributionRequest;
188
+ output: UpdateStreamingDistributionResult;
189
+ };
190
+ sdk: {
191
+ input: UpdateStreamingDistributionCommandInput;
192
+ output: UpdateStreamingDistributionCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -31,4 +31,15 @@ declare const AssociateAliasCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class AssociateAliasCommand extends AssociateAliasCommand_base {}
34
+ export declare class AssociateAliasCommand extends AssociateAliasCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: AssociateAliasRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: AssociateAliasCommandInput;
42
+ output: AssociateAliasCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const CopyDistributionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CopyDistributionCommand extends CopyDistributionCommand_base {}
39
+ export declare class CopyDistributionCommand extends CopyDistributionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CopyDistributionRequest;
43
+ output: CopyDistributionResult;
44
+ };
45
+ sdk: {
46
+ input: CopyDistributionCommandInput;
47
+ output: CopyDistributionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateCachePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCachePolicyCommand extends CreateCachePolicyCommand_base {}
40
+ export declare class CreateCachePolicyCommand extends CreateCachePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCachePolicyRequest;
44
+ output: CreateCachePolicyResult;
45
+ };
46
+ sdk: {
47
+ input: CreateCachePolicyCommandInput;
48
+ output: CreateCachePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCloudFrontOriginAccessIdentityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCloudFrontOriginAccessIdentityCommand extends CreateCloudFrontOriginAccessIdentityCommand_base {}
40
+ export declare class CreateCloudFrontOriginAccessIdentityCommand extends CreateCloudFrontOriginAccessIdentityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCloudFrontOriginAccessIdentityRequest;
44
+ output: CreateCloudFrontOriginAccessIdentityResult;
45
+ };
46
+ sdk: {
47
+ input: CreateCloudFrontOriginAccessIdentityCommandInput;
48
+ output: CreateCloudFrontOriginAccessIdentityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateContinuousDeploymentPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateContinuousDeploymentPolicyCommand extends CreateContinuousDeploymentPolicyCommand_base {}
40
+ export declare class CreateContinuousDeploymentPolicyCommand extends CreateContinuousDeploymentPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateContinuousDeploymentPolicyRequest;
44
+ output: CreateContinuousDeploymentPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: CreateContinuousDeploymentPolicyCommandInput;
48
+ output: CreateContinuousDeploymentPolicyCommandOutput;
49
+ };
50
+ };
51
+ }