@aws-sdk/client-cloudfront 3.651.1 → 3.654.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
@@ -118,4 +118,15 @@ declare const GetCachePolicyCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class GetCachePolicyCommand extends GetCachePolicyCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetCachePolicyRequest;
125
+ output: GetCachePolicyResult;
126
+ };
127
+ sdk: {
128
+ input: GetCachePolicyCommandInput;
129
+ output: GetCachePolicyCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -106,4 +106,15 @@ declare const GetCachePolicyConfigCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetCachePolicyConfigCommand extends GetCachePolicyConfigCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetCachePolicyConfigRequest;
113
+ output: GetCachePolicyConfigResult;
114
+ };
115
+ sdk: {
116
+ input: GetCachePolicyConfigCommandInput;
117
+ output: GetCachePolicyConfigCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -71,4 +71,15 @@ declare const GetCloudFrontOriginAccessIdentityCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetCloudFrontOriginAccessIdentityCommand extends GetCloudFrontOriginAccessIdentityCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: GetCloudFrontOriginAccessIdentityRequest;
78
+ output: GetCloudFrontOriginAccessIdentityResult;
79
+ };
80
+ sdk: {
81
+ input: GetCloudFrontOriginAccessIdentityCommandInput;
82
+ output: GetCloudFrontOriginAccessIdentityCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -67,4 +67,15 @@ declare const GetCloudFrontOriginAccessIdentityConfigCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends GetCloudFrontOriginAccessIdentityConfigCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: GetCloudFrontOriginAccessIdentityConfigRequest;
74
+ output: GetCloudFrontOriginAccessIdentityConfigResult;
75
+ };
76
+ sdk: {
77
+ input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
78
+ output: GetCloudFrontOriginAccessIdentityConfigCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -91,4 +91,15 @@ declare const GetContinuousDeploymentPolicyCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetContinuousDeploymentPolicyCommand extends GetContinuousDeploymentPolicyCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetContinuousDeploymentPolicyRequest;
98
+ output: GetContinuousDeploymentPolicyResult;
99
+ };
100
+ sdk: {
101
+ input: GetContinuousDeploymentPolicyCommandInput;
102
+ output: GetContinuousDeploymentPolicyCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -86,4 +86,15 @@ declare const GetContinuousDeploymentPolicyConfigCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetContinuousDeploymentPolicyConfigCommand extends GetContinuousDeploymentPolicyConfigCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetContinuousDeploymentPolicyConfigRequest;
93
+ output: GetContinuousDeploymentPolicyConfigResult;
94
+ };
95
+ sdk: {
96
+ input: GetContinuousDeploymentPolicyConfigCommandInput;
97
+ output: GetContinuousDeploymentPolicyConfigCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -394,4 +394,15 @@ declare const GetDistributionCommand_base: {
394
394
  * @public
395
395
  */
396
396
  export declare class GetDistributionCommand extends GetDistributionCommand_base {
397
+ /** @internal type navigation helper, not in runtime. */
398
+ protected static __types: {
399
+ api: {
400
+ input: GetDistributionRequest;
401
+ output: GetDistributionResult;
402
+ };
403
+ sdk: {
404
+ input: GetDistributionCommandInput;
405
+ output: GetDistributionCommandOutput;
406
+ };
407
+ };
397
408
  }
@@ -350,4 +350,15 @@ declare const GetDistributionConfigCommand_base: {
350
350
  * @public
351
351
  */
352
352
  export declare class GetDistributionConfigCommand extends GetDistributionConfigCommand_base {
353
+ /** @internal type navigation helper, not in runtime. */
354
+ protected static __types: {
355
+ api: {
356
+ input: GetDistributionConfigRequest;
357
+ output: GetDistributionConfigResult;
358
+ };
359
+ sdk: {
360
+ input: GetDistributionConfigCommandInput;
361
+ output: GetDistributionConfigCommandOutput;
362
+ };
363
+ };
353
364
  }
@@ -96,4 +96,15 @@ declare const GetFieldLevelEncryptionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetFieldLevelEncryptionCommand extends GetFieldLevelEncryptionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetFieldLevelEncryptionRequest;
103
+ output: GetFieldLevelEncryptionResult;
104
+ };
105
+ sdk: {
106
+ input: GetFieldLevelEncryptionCommandInput;
107
+ output: GetFieldLevelEncryptionCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -92,4 +92,15 @@ declare const GetFieldLevelEncryptionConfigCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetFieldLevelEncryptionConfigCommand extends GetFieldLevelEncryptionConfigCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetFieldLevelEncryptionConfigRequest;
99
+ output: GetFieldLevelEncryptionConfigResult;
100
+ };
101
+ sdk: {
102
+ input: GetFieldLevelEncryptionConfigCommandInput;
103
+ output: GetFieldLevelEncryptionConfigCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -87,4 +87,15 @@ declare const GetFieldLevelEncryptionProfileCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetFieldLevelEncryptionProfileCommand extends GetFieldLevelEncryptionProfileCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetFieldLevelEncryptionProfileRequest;
94
+ output: GetFieldLevelEncryptionProfileResult;
95
+ };
96
+ sdk: {
97
+ input: GetFieldLevelEncryptionProfileCommandInput;
98
+ output: GetFieldLevelEncryptionProfileCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -83,4 +83,15 @@ declare const GetFieldLevelEncryptionProfileConfigCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetFieldLevelEncryptionProfileConfigCommand extends GetFieldLevelEncryptionProfileConfigCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetFieldLevelEncryptionProfileConfigRequest;
90
+ output: GetFieldLevelEncryptionProfileConfigResult;
91
+ };
92
+ sdk: {
93
+ input: GetFieldLevelEncryptionProfileConfigCommandInput;
94
+ output: GetFieldLevelEncryptionProfileConfigCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -76,4 +76,15 @@ declare const GetFunctionCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetFunctionCommand extends GetFunctionCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetFunctionRequest;
83
+ output: GetFunctionResult;
84
+ };
85
+ sdk: {
86
+ input: GetFunctionCommandInput;
87
+ output: GetFunctionCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -80,4 +80,15 @@ declare const GetInvalidationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetInvalidationCommand extends GetInvalidationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetInvalidationRequest;
87
+ output: GetInvalidationResult;
88
+ };
89
+ sdk: {
90
+ input: GetInvalidationCommandInput;
91
+ output: GetInvalidationCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -77,4 +77,15 @@ declare const GetKeyGroupCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetKeyGroupCommand extends GetKeyGroupCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetKeyGroupRequest;
84
+ output: GetKeyGroupResult;
85
+ };
86
+ sdk: {
87
+ input: GetKeyGroupCommandInput;
88
+ output: GetKeyGroupCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -72,4 +72,15 @@ declare const GetKeyGroupConfigCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetKeyGroupConfigCommand extends GetKeyGroupConfigCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetKeyGroupConfigRequest;
79
+ output: GetKeyGroupConfigResult;
80
+ };
81
+ sdk: {
82
+ input: GetKeyGroupConfigCommandInput;
83
+ output: GetKeyGroupConfigCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -74,4 +74,15 @@ declare const GetMonitoringSubscriptionCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class GetMonitoringSubscriptionCommand extends GetMonitoringSubscriptionCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: GetMonitoringSubscriptionRequest;
81
+ output: GetMonitoringSubscriptionResult;
82
+ };
83
+ sdk: {
84
+ input: GetMonitoringSubscriptionCommandInput;
85
+ output: GetMonitoringSubscriptionCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -73,4 +73,15 @@ declare const GetOriginAccessControlCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetOriginAccessControlCommand extends GetOriginAccessControlCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetOriginAccessControlRequest;
80
+ output: GetOriginAccessControlResult;
81
+ };
82
+ sdk: {
83
+ input: GetOriginAccessControlCommandInput;
84
+ output: GetOriginAccessControlCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -70,4 +70,15 @@ declare const GetOriginAccessControlConfigCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetOriginAccessControlConfigCommand extends GetOriginAccessControlConfigCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetOriginAccessControlConfigRequest;
77
+ output: GetOriginAccessControlConfigResult;
78
+ };
79
+ sdk: {
80
+ input: GetOriginAccessControlConfigCommandInput;
81
+ output: GetOriginAccessControlConfigCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -112,4 +112,15 @@ declare const GetOriginRequestPolicyCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class GetOriginRequestPolicyCommand extends GetOriginRequestPolicyCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: GetOriginRequestPolicyRequest;
119
+ output: GetOriginRequestPolicyResult;
120
+ };
121
+ sdk: {
122
+ input: GetOriginRequestPolicyCommandInput;
123
+ output: GetOriginRequestPolicyCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -100,4 +100,15 @@ declare const GetOriginRequestPolicyConfigCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class GetOriginRequestPolicyConfigCommand extends GetOriginRequestPolicyConfigCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: GetOriginRequestPolicyConfigRequest;
107
+ output: GetOriginRequestPolicyConfigResult;
108
+ };
109
+ sdk: {
110
+ input: GetOriginRequestPolicyConfigCommandInput;
111
+ output: GetOriginRequestPolicyConfigCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -73,4 +73,15 @@ declare const GetPublicKeyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetPublicKeyRequest;
80
+ output: GetPublicKeyResult;
81
+ };
82
+ sdk: {
83
+ input: GetPublicKeyCommandInput;
84
+ output: GetPublicKeyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -69,4 +69,15 @@ declare const GetPublicKeyConfigCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class GetPublicKeyConfigCommand extends GetPublicKeyConfigCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: GetPublicKeyConfigRequest;
76
+ output: GetPublicKeyConfigResult;
77
+ };
78
+ sdk: {
79
+ input: GetPublicKeyConfigCommandInput;
80
+ output: GetPublicKeyConfigCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -86,4 +86,15 @@ declare const GetRealtimeLogConfigCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetRealtimeLogConfigCommand extends GetRealtimeLogConfigCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetRealtimeLogConfigRequest;
93
+ output: GetRealtimeLogConfigResult;
94
+ };
95
+ sdk: {
96
+ input: GetRealtimeLogConfigCommandInput;
97
+ output: GetRealtimeLogConfigCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -158,4 +158,15 @@ declare const GetResponseHeadersPolicyCommand_base: {
158
158
  * @public
159
159
  */
160
160
  export declare class GetResponseHeadersPolicyCommand extends GetResponseHeadersPolicyCommand_base {
161
+ /** @internal type navigation helper, not in runtime. */
162
+ protected static __types: {
163
+ api: {
164
+ input: GetResponseHeadersPolicyRequest;
165
+ output: GetResponseHeadersPolicyResult;
166
+ };
167
+ sdk: {
168
+ input: GetResponseHeadersPolicyCommandInput;
169
+ output: GetResponseHeadersPolicyCommandOutput;
170
+ };
171
+ };
161
172
  }
@@ -153,4 +153,15 @@ declare const GetResponseHeadersPolicyConfigCommand_base: {
153
153
  * @public
154
154
  */
155
155
  export declare class GetResponseHeadersPolicyConfigCommand extends GetResponseHeadersPolicyConfigCommand_base {
156
+ /** @internal type navigation helper, not in runtime. */
157
+ protected static __types: {
158
+ api: {
159
+ input: GetResponseHeadersPolicyConfigRequest;
160
+ output: GetResponseHeadersPolicyConfigResult;
161
+ };
162
+ sdk: {
163
+ input: GetResponseHeadersPolicyConfigCommandInput;
164
+ output: GetResponseHeadersPolicyConfigCommandOutput;
165
+ };
166
+ };
156
167
  }
@@ -114,4 +114,15 @@ declare const GetStreamingDistributionCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class GetStreamingDistributionCommand extends GetStreamingDistributionCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetStreamingDistributionRequest;
121
+ output: GetStreamingDistributionResult;
122
+ };
123
+ sdk: {
124
+ input: GetStreamingDistributionCommandInput;
125
+ output: GetStreamingDistributionCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -91,4 +91,15 @@ declare const GetStreamingDistributionConfigCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetStreamingDistributionConfigCommand extends GetStreamingDistributionConfigCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetStreamingDistributionConfigRequest;
98
+ output: GetStreamingDistributionConfigResult;
99
+ };
100
+ sdk: {
101
+ input: GetStreamingDistributionConfigCommandInput;
102
+ output: GetStreamingDistributionConfigCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -126,4 +126,15 @@ declare const ListCachePoliciesCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class ListCachePoliciesCommand extends ListCachePoliciesCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: ListCachePoliciesRequest;
133
+ output: ListCachePoliciesResult;
134
+ };
135
+ sdk: {
136
+ input: ListCachePoliciesCommandInput;
137
+ output: ListCachePoliciesCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -74,4 +74,15 @@ declare const ListCloudFrontOriginAccessIdentitiesCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListCloudFrontOriginAccessIdentitiesCommand extends ListCloudFrontOriginAccessIdentitiesCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListCloudFrontOriginAccessIdentitiesRequest;
81
+ output: ListCloudFrontOriginAccessIdentitiesResult;
82
+ };
83
+ sdk: {
84
+ input: ListCloudFrontOriginAccessIdentitiesCommandInput;
85
+ output: ListCloudFrontOriginAccessIdentitiesCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -99,4 +99,15 @@ declare const ListConflictingAliasesCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class ListConflictingAliasesCommand extends ListConflictingAliasesCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: ListConflictingAliasesRequest;
106
+ output: ListConflictingAliasesResult;
107
+ };
108
+ sdk: {
109
+ input: ListConflictingAliasesCommandInput;
110
+ output: ListConflictingAliasesCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -107,4 +107,15 @@ declare const ListContinuousDeploymentPoliciesCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class ListContinuousDeploymentPoliciesCommand extends ListContinuousDeploymentPoliciesCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ListContinuousDeploymentPoliciesRequest;
114
+ output: ListContinuousDeploymentPoliciesResult;
115
+ };
116
+ sdk: {
117
+ input: ListContinuousDeploymentPoliciesCommandInput;
118
+ output: ListContinuousDeploymentPoliciesCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -83,4 +83,15 @@ declare const ListDistributionsByCachePolicyIdCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListDistributionsByCachePolicyIdCommand extends ListDistributionsByCachePolicyIdCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListDistributionsByCachePolicyIdRequest;
90
+ output: ListDistributionsByCachePolicyIdResult;
91
+ };
92
+ sdk: {
93
+ input: ListDistributionsByCachePolicyIdCommandInput;
94
+ output: ListDistributionsByCachePolicyIdCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -80,4 +80,15 @@ declare const ListDistributionsByKeyGroupCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListDistributionsByKeyGroupCommand extends ListDistributionsByKeyGroupCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListDistributionsByKeyGroupRequest;
87
+ output: ListDistributionsByKeyGroupResult;
88
+ };
89
+ sdk: {
90
+ input: ListDistributionsByKeyGroupCommandInput;
91
+ output: ListDistributionsByKeyGroupCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -83,4 +83,15 @@ declare const ListDistributionsByOriginRequestPolicyIdCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListDistributionsByOriginRequestPolicyIdCommand extends ListDistributionsByOriginRequestPolicyIdCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListDistributionsByOriginRequestPolicyIdRequest;
90
+ output: ListDistributionsByOriginRequestPolicyIdResult;
91
+ };
92
+ sdk: {
93
+ input: ListDistributionsByOriginRequestPolicyIdCommandInput;
94
+ output: ListDistributionsByOriginRequestPolicyIdCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -369,4 +369,15 @@ declare const ListDistributionsByRealtimeLogConfigCommand_base: {
369
369
  * @public
370
370
  */
371
371
  export declare class ListDistributionsByRealtimeLogConfigCommand extends ListDistributionsByRealtimeLogConfigCommand_base {
372
+ /** @internal type navigation helper, not in runtime. */
373
+ protected static __types: {
374
+ api: {
375
+ input: ListDistributionsByRealtimeLogConfigRequest;
376
+ output: ListDistributionsByRealtimeLogConfigResult;
377
+ };
378
+ sdk: {
379
+ input: ListDistributionsByRealtimeLogConfigCommandInput;
380
+ output: ListDistributionsByRealtimeLogConfigCommandOutput;
381
+ };
382
+ };
372
383
  }
@@ -83,4 +83,15 @@ declare const ListDistributionsByResponseHeadersPolicyIdCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends ListDistributionsByResponseHeadersPolicyIdCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListDistributionsByResponseHeadersPolicyIdRequest;
90
+ output: ListDistributionsByResponseHeadersPolicyIdResult;
91
+ };
92
+ sdk: {
93
+ input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
94
+ output: ListDistributionsByResponseHeadersPolicyIdCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -366,4 +366,15 @@ declare const ListDistributionsByWebACLIdCommand_base: {
366
366
  * @public
367
367
  */
368
368
  export declare class ListDistributionsByWebACLIdCommand extends ListDistributionsByWebACLIdCommand_base {
369
+ /** @internal type navigation helper, not in runtime. */
370
+ protected static __types: {
371
+ api: {
372
+ input: ListDistributionsByWebACLIdRequest;
373
+ output: ListDistributionsByWebACLIdResult;
374
+ };
375
+ sdk: {
376
+ input: ListDistributionsByWebACLIdCommandInput;
377
+ output: ListDistributionsByWebACLIdCommandOutput;
378
+ };
379
+ };
369
380
  }
@@ -358,4 +358,15 @@ declare const ListDistributionsCommand_base: {
358
358
  * @public
359
359
  */
360
360
  export declare class ListDistributionsCommand extends ListDistributionsCommand_base {
361
+ /** @internal type navigation helper, not in runtime. */
362
+ protected static __types: {
363
+ api: {
364
+ input: ListDistributionsRequest;
365
+ output: ListDistributionsResult;
366
+ };
367
+ sdk: {
368
+ input: ListDistributionsCommandInput;
369
+ output: ListDistributionsCommandOutput;
370
+ };
371
+ };
361
372
  }