@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
@@ -81,4 +81,15 @@ declare const AssociateAliasCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class AssociateAliasCommand extends AssociateAliasCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: AssociateAliasRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: AssociateAliasCommandInput;
92
+ output: AssociateAliasCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -649,4 +649,15 @@ declare const CopyDistributionCommand_base: {
649
649
  * @public
650
650
  */
651
651
  export declare class CopyDistributionCommand extends CopyDistributionCommand_base {
652
+ /** @internal type navigation helper, not in runtime. */
653
+ protected static __types: {
654
+ api: {
655
+ input: CopyDistributionRequest;
656
+ output: CopyDistributionResult;
657
+ };
658
+ sdk: {
659
+ input: CopyDistributionCommandInput;
660
+ output: CopyDistributionCommandOutput;
661
+ };
662
+ };
652
663
  }
@@ -193,4 +193,15 @@ declare const CreateCachePolicyCommand_base: {
193
193
  * @public
194
194
  */
195
195
  export declare class CreateCachePolicyCommand extends CreateCachePolicyCommand_base {
196
+ /** @internal type navigation helper, not in runtime. */
197
+ protected static __types: {
198
+ api: {
199
+ input: CreateCachePolicyRequest;
200
+ output: CreateCachePolicyResult;
201
+ };
202
+ sdk: {
203
+ input: CreateCachePolicyCommandInput;
204
+ output: CreateCachePolicyCommandOutput;
205
+ };
206
+ };
196
207
  }
@@ -95,4 +95,15 @@ declare const CreateCloudFrontOriginAccessIdentityCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateCloudFrontOriginAccessIdentityCommand extends CreateCloudFrontOriginAccessIdentityCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateCloudFrontOriginAccessIdentityRequest;
102
+ output: CreateCloudFrontOriginAccessIdentityResult;
103
+ };
104
+ sdk: {
105
+ input: CreateCloudFrontOriginAccessIdentityCommandInput;
106
+ output: CreateCloudFrontOriginAccessIdentityCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -135,4 +135,15 @@ declare const CreateContinuousDeploymentPolicyCommand_base: {
135
135
  * @public
136
136
  */
137
137
  export declare class CreateContinuousDeploymentPolicyCommand extends CreateContinuousDeploymentPolicyCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: CreateContinuousDeploymentPolicyRequest;
142
+ output: CreateContinuousDeploymentPolicyResult;
143
+ };
144
+ sdk: {
145
+ input: CreateContinuousDeploymentPolicyCommandInput;
146
+ output: CreateContinuousDeploymentPolicyCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -912,4 +912,15 @@ declare const CreateDistributionCommand_base: {
912
912
  * @public
913
913
  */
914
914
  export declare class CreateDistributionCommand extends CreateDistributionCommand_base {
915
+ /** @internal type navigation helper, not in runtime. */
916
+ protected static __types: {
917
+ api: {
918
+ input: CreateDistributionRequest;
919
+ output: CreateDistributionResult;
920
+ };
921
+ sdk: {
922
+ input: CreateDistributionCommandInput;
923
+ output: CreateDistributionCommandOutput;
924
+ };
925
+ };
915
926
  }
@@ -938,4 +938,15 @@ declare const CreateDistributionWithTagsCommand_base: {
938
938
  * @public
939
939
  */
940
940
  export declare class CreateDistributionWithTagsCommand extends CreateDistributionWithTagsCommand_base {
941
+ /** @internal type navigation helper, not in runtime. */
942
+ protected static __types: {
943
+ api: {
944
+ input: CreateDistributionWithTagsRequest;
945
+ output: CreateDistributionWithTagsResult;
946
+ };
947
+ sdk: {
948
+ input: CreateDistributionWithTagsCommandInput;
949
+ output: CreateDistributionWithTagsCommandOutput;
950
+ };
951
+ };
941
952
  }
@@ -147,4 +147,15 @@ declare const CreateFieldLevelEncryptionConfigCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class CreateFieldLevelEncryptionConfigCommand extends CreateFieldLevelEncryptionConfigCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: CreateFieldLevelEncryptionConfigRequest;
154
+ output: CreateFieldLevelEncryptionConfigResult;
155
+ };
156
+ sdk: {
157
+ input: CreateFieldLevelEncryptionConfigCommandInput;
158
+ output: CreateFieldLevelEncryptionConfigCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -128,4 +128,15 @@ declare const CreateFieldLevelEncryptionProfileCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class CreateFieldLevelEncryptionProfileCommand extends CreateFieldLevelEncryptionProfileCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CreateFieldLevelEncryptionProfileRequest;
135
+ output: CreateFieldLevelEncryptionProfileResult;
136
+ };
137
+ sdk: {
138
+ input: CreateFieldLevelEncryptionProfileCommandInput;
139
+ output: CreateFieldLevelEncryptionProfileCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -175,4 +175,15 @@ declare const CreateFunctionCommand_base: {
175
175
  *
176
176
  */
177
177
  export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: CreateFunctionRequest;
182
+ output: CreateFunctionResult;
183
+ };
184
+ sdk: {
185
+ input: CreateFunctionCommandInput;
186
+ output: CreateFunctionCommandOutput;
187
+ };
188
+ };
178
189
  }
@@ -104,4 +104,15 @@ declare const CreateInvalidationCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class CreateInvalidationCommand extends CreateInvalidationCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: CreateInvalidationRequest;
111
+ output: CreateInvalidationResult;
112
+ };
113
+ sdk: {
114
+ input: CreateInvalidationCommandInput;
115
+ output: CreateInvalidationCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -100,4 +100,15 @@ declare const CreateKeyGroupCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class CreateKeyGroupCommand extends CreateKeyGroupCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: CreateKeyGroupRequest;
107
+ output: CreateKeyGroupResult;
108
+ };
109
+ sdk: {
110
+ input: CreateKeyGroupCommandInput;
111
+ output: CreateKeyGroupCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -120,4 +120,15 @@ declare const CreateKeyValueStoreCommand_base: {
120
120
  *
121
121
  */
122
122
  export declare class CreateKeyValueStoreCommand extends CreateKeyValueStoreCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: CreateKeyValueStoreRequest;
127
+ output: CreateKeyValueStoreResult;
128
+ };
129
+ sdk: {
130
+ input: CreateKeyValueStoreCommandInput;
131
+ output: CreateKeyValueStoreCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -81,4 +81,15 @@ declare const CreateMonitoringSubscriptionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class CreateMonitoringSubscriptionCommand extends CreateMonitoringSubscriptionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CreateMonitoringSubscriptionRequest;
88
+ output: CreateMonitoringSubscriptionResult;
89
+ };
90
+ sdk: {
91
+ input: CreateMonitoringSubscriptionCommandInput;
92
+ output: CreateMonitoringSubscriptionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -92,4 +92,15 @@ declare const CreateOriginAccessControlCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateOriginAccessControlCommand extends CreateOriginAccessControlCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateOriginAccessControlRequest;
99
+ output: CreateOriginAccessControlResult;
100
+ };
101
+ sdk: {
102
+ input: CreateOriginAccessControlCommandInput;
103
+ output: CreateOriginAccessControlCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -184,4 +184,15 @@ declare const CreateOriginRequestPolicyCommand_base: {
184
184
  * @public
185
185
  */
186
186
  export declare class CreateOriginRequestPolicyCommand extends CreateOriginRequestPolicyCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: CreateOriginRequestPolicyRequest;
191
+ output: CreateOriginRequestPolicyResult;
192
+ };
193
+ sdk: {
194
+ input: CreateOriginRequestPolicyCommandInput;
195
+ output: CreateOriginRequestPolicyCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -83,4 +83,15 @@ declare const CreatePublicKeyCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreatePublicKeyCommand extends CreatePublicKeyCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreatePublicKeyRequest;
90
+ output: CreatePublicKeyResult;
91
+ };
92
+ sdk: {
93
+ input: CreatePublicKeyCommandInput;
94
+ output: CreatePublicKeyCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -106,4 +106,15 @@ declare const CreateRealtimeLogConfigCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateRealtimeLogConfigCommand extends CreateRealtimeLogConfigCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateRealtimeLogConfigRequest;
113
+ output: CreateRealtimeLogConfigResult;
114
+ };
115
+ sdk: {
116
+ input: CreateRealtimeLogConfigCommandInput;
117
+ output: CreateRealtimeLogConfigCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -278,4 +278,15 @@ declare const CreateResponseHeadersPolicyCommand_base: {
278
278
  * @public
279
279
  */
280
280
  export declare class CreateResponseHeadersPolicyCommand extends CreateResponseHeadersPolicyCommand_base {
281
+ /** @internal type navigation helper, not in runtime. */
282
+ protected static __types: {
283
+ api: {
284
+ input: CreateResponseHeadersPolicyRequest;
285
+ output: CreateResponseHeadersPolicyResult;
286
+ };
287
+ sdk: {
288
+ input: CreateResponseHeadersPolicyCommandInput;
289
+ output: CreateResponseHeadersPolicyCommandOutput;
290
+ };
291
+ };
281
292
  }
@@ -180,4 +180,15 @@ declare const CreateStreamingDistributionCommand_base: {
180
180
  * @public
181
181
  */
182
182
  export declare class CreateStreamingDistributionCommand extends CreateStreamingDistributionCommand_base {
183
+ /** @internal type navigation helper, not in runtime. */
184
+ protected static __types: {
185
+ api: {
186
+ input: CreateStreamingDistributionRequest;
187
+ output: CreateStreamingDistributionResult;
188
+ };
189
+ sdk: {
190
+ input: CreateStreamingDistributionCommandInput;
191
+ output: CreateStreamingDistributionCommandOutput;
192
+ };
193
+ };
183
194
  }
@@ -193,4 +193,15 @@ declare const CreateStreamingDistributionWithTagsCommand_base: {
193
193
  * @public
194
194
  */
195
195
  export declare class CreateStreamingDistributionWithTagsCommand extends CreateStreamingDistributionWithTagsCommand_base {
196
+ /** @internal type navigation helper, not in runtime. */
197
+ protected static __types: {
198
+ api: {
199
+ input: CreateStreamingDistributionWithTagsRequest;
200
+ output: CreateStreamingDistributionWithTagsResult;
201
+ };
202
+ sdk: {
203
+ input: CreateStreamingDistributionWithTagsCommandInput;
204
+ output: CreateStreamingDistributionWithTagsCommandOutput;
205
+ };
206
+ };
196
207
  }
@@ -82,4 +82,15 @@ declare const DeleteCachePolicyCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteCachePolicyCommand extends DeleteCachePolicyCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteCachePolicyRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteCachePolicyCommandInput;
93
+ output: DeleteCachePolicyCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteCloudFrontOriginAccessIdentityCommand extends DeleteCloudFrontOriginAccessIdentityCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteCloudFrontOriginAccessIdentityRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteCloudFrontOriginAccessIdentityCommandInput;
83
+ output: DeleteCloudFrontOriginAccessIdentityCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -79,4 +79,15 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteContinuousDeploymentPolicyCommand extends DeleteContinuousDeploymentPolicyCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteContinuousDeploymentPolicyRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteContinuousDeploymentPolicyCommandInput;
90
+ output: DeleteContinuousDeploymentPolicyCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -73,4 +73,15 @@ declare const DeleteDistributionCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteDistributionCommand extends DeleteDistributionCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteDistributionRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteDistributionCommandInput;
84
+ output: DeleteDistributionCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -72,4 +72,15 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteFieldLevelEncryptionConfigCommand extends DeleteFieldLevelEncryptionConfigCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteFieldLevelEncryptionConfigRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteFieldLevelEncryptionConfigCommandInput;
83
+ output: DeleteFieldLevelEncryptionConfigCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -72,4 +72,15 @@ declare const DeleteFieldLevelEncryptionProfileCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteFieldLevelEncryptionProfileCommand extends DeleteFieldLevelEncryptionProfileCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteFieldLevelEncryptionProfileRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteFieldLevelEncryptionProfileCommandInput;
83
+ output: DeleteFieldLevelEncryptionProfileCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -79,4 +79,15 @@ declare const DeleteFunctionCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteFunctionRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteFunctionCommandInput;
90
+ output: DeleteFunctionCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -75,4 +75,15 @@ declare const DeleteKeyGroupCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteKeyGroupCommand extends DeleteKeyGroupCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteKeyGroupRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteKeyGroupCommandInput;
86
+ output: DeleteKeyGroupCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -87,4 +87,15 @@ declare const DeleteKeyValueStoreCommand_base: {
87
87
  *
88
88
  */
89
89
  export declare class DeleteKeyValueStoreCommand extends DeleteKeyValueStoreCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DeleteKeyValueStoreRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: DeleteKeyValueStoreCommandInput;
98
+ output: DeleteKeyValueStoreCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -67,4 +67,15 @@ declare const DeleteMonitoringSubscriptionCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteMonitoringSubscriptionCommand extends DeleteMonitoringSubscriptionCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteMonitoringSubscriptionRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteMonitoringSubscriptionCommandInput;
78
+ output: DeleteMonitoringSubscriptionCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -76,4 +76,15 @@ declare const DeleteOriginAccessControlCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteOriginAccessControlCommand extends DeleteOriginAccessControlCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteOriginAccessControlRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DeleteOriginAccessControlCommandInput;
87
+ output: DeleteOriginAccessControlCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -82,4 +82,15 @@ declare const DeleteOriginRequestPolicyCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteOriginRequestPolicyCommand extends DeleteOriginRequestPolicyCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteOriginRequestPolicyRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteOriginRequestPolicyCommandInput;
93
+ output: DeleteOriginRequestPolicyCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const DeletePublicKeyCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeletePublicKeyRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeletePublicKeyCommandInput;
83
+ output: DeletePublicKeyCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -75,4 +75,15 @@ declare const DeleteRealtimeLogConfigCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteRealtimeLogConfigCommand extends DeleteRealtimeLogConfigCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteRealtimeLogConfigRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteRealtimeLogConfigCommandInput;
86
+ output: DeleteRealtimeLogConfigCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -82,4 +82,15 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteResponseHeadersPolicyCommand extends DeleteResponseHeadersPolicyCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteResponseHeadersPolicyRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteResponseHeadersPolicyCommandInput;
93
+ output: DeleteResponseHeadersPolicyCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -121,4 +121,15 @@ declare const DeleteStreamingDistributionCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class DeleteStreamingDistributionCommand extends DeleteStreamingDistributionCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: DeleteStreamingDistributionRequest;
128
+ output: {};
129
+ };
130
+ sdk: {
131
+ input: DeleteStreamingDistributionCommandInput;
132
+ output: DeleteStreamingDistributionCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -90,4 +90,15 @@ declare const DescribeFunctionCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DescribeFunctionCommand extends DescribeFunctionCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DescribeFunctionRequest;
97
+ output: DescribeFunctionResult;
98
+ };
99
+ sdk: {
100
+ input: DescribeFunctionCommandInput;
101
+ output: DescribeFunctionCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -101,4 +101,15 @@ declare const DescribeKeyValueStoreCommand_base: {
101
101
  *
102
102
  */
103
103
  export declare class DescribeKeyValueStoreCommand extends DescribeKeyValueStoreCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: DescribeKeyValueStoreRequest;
108
+ output: DescribeKeyValueStoreResult;
109
+ };
110
+ sdk: {
111
+ input: DescribeKeyValueStoreCommandInput;
112
+ output: DescribeKeyValueStoreCommandOutput;
113
+ };
114
+ };
104
115
  }