@aws-sdk/client-securitylake 3.220.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 (207) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +219 -0
  3. package/dist-cjs/SecurityLake.js +457 -0
  4. package/dist-cjs/SecurityLakeClient.js +40 -0
  5. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +46 -0
  6. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +46 -0
  7. package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +46 -0
  8. package/dist-cjs/commands/CreateDatalakeCommand.js +46 -0
  9. package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +46 -0
  10. package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +46 -0
  11. package/dist-cjs/commands/CreateSubscriberCommand.js +46 -0
  12. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +46 -0
  13. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +46 -0
  14. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +46 -0
  15. package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +46 -0
  16. package/dist-cjs/commands/DeleteDatalakeCommand.js +46 -0
  17. package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +46 -0
  18. package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +46 -0
  19. package/dist-cjs/commands/DeleteSubscriberCommand.js +46 -0
  20. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +46 -0
  21. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +46 -0
  22. package/dist-cjs/commands/GetDatalakeCommand.js +46 -0
  23. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +46 -0
  24. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +46 -0
  25. package/dist-cjs/commands/GetDatalakeStatusCommand.js +46 -0
  26. package/dist-cjs/commands/GetSubscriberCommand.js +46 -0
  27. package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +46 -0
  28. package/dist-cjs/commands/ListLogSourcesCommand.js +46 -0
  29. package/dist-cjs/commands/ListSubscribersCommand.js +46 -0
  30. package/dist-cjs/commands/UpdateDatalakeCommand.js +46 -0
  31. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +46 -0
  32. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateSubscriberCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +46 -0
  35. package/dist-cjs/commands/index.js +33 -0
  36. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  37. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  38. package/dist-cjs/endpoint/ruleset.js +312 -0
  39. package/dist-cjs/index.js +11 -0
  40. package/dist-cjs/models/SecurityLakeServiceException.js +11 -0
  41. package/dist-cjs/models/index.js +4 -0
  42. package/dist-cjs/models/models_0.js +652 -0
  43. package/dist-cjs/pagination/GetDatalakeStatusPaginator.js +36 -0
  44. package/dist-cjs/pagination/Interfaces.js +2 -0
  45. package/dist-cjs/pagination/ListDatalakeExceptionsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListLogSourcesPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListSubscribersPaginator.js +36 -0
  48. package/dist-cjs/pagination/index.js +8 -0
  49. package/dist-cjs/protocols/Aws_restJson1.js +2809 -0
  50. package/dist-cjs/runtimeConfig.browser.js +42 -0
  51. package/dist-cjs/runtimeConfig.js +50 -0
  52. package/dist-cjs/runtimeConfig.native.js +15 -0
  53. package/dist-cjs/runtimeConfig.shared.js +18 -0
  54. package/dist-es/SecurityLake.js +453 -0
  55. package/dist-es/SecurityLakeClient.js +36 -0
  56. package/dist-es/commands/CreateAwsLogSourceCommand.js +42 -0
  57. package/dist-es/commands/CreateCustomLogSourceCommand.js +42 -0
  58. package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +42 -0
  59. package/dist-es/commands/CreateDatalakeCommand.js +42 -0
  60. package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +42 -0
  61. package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +42 -0
  62. package/dist-es/commands/CreateSubscriberCommand.js +42 -0
  63. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +42 -0
  64. package/dist-es/commands/DeleteAwsLogSourceCommand.js +42 -0
  65. package/dist-es/commands/DeleteCustomLogSourceCommand.js +42 -0
  66. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +42 -0
  67. package/dist-es/commands/DeleteDatalakeCommand.js +42 -0
  68. package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +42 -0
  69. package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +42 -0
  70. package/dist-es/commands/DeleteSubscriberCommand.js +42 -0
  71. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +42 -0
  72. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +42 -0
  73. package/dist-es/commands/GetDatalakeCommand.js +42 -0
  74. package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +42 -0
  75. package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +42 -0
  76. package/dist-es/commands/GetDatalakeStatusCommand.js +42 -0
  77. package/dist-es/commands/GetSubscriberCommand.js +42 -0
  78. package/dist-es/commands/ListDatalakeExceptionsCommand.js +42 -0
  79. package/dist-es/commands/ListLogSourcesCommand.js +42 -0
  80. package/dist-es/commands/ListSubscribersCommand.js +42 -0
  81. package/dist-es/commands/UpdateDatalakeCommand.js +42 -0
  82. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +42 -0
  83. package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +42 -0
  84. package/dist-es/commands/UpdateSubscriberCommand.js +42 -0
  85. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +42 -0
  86. package/dist-es/commands/index.js +30 -0
  87. package/dist-es/endpoint/EndpointParameters.js +8 -0
  88. package/dist-es/endpoint/endpointResolver.js +8 -0
  89. package/dist-es/endpoint/ruleset.js +309 -0
  90. package/dist-es/index.js +6 -0
  91. package/dist-es/models/SecurityLakeServiceException.js +7 -0
  92. package/dist-es/models/index.js +1 -0
  93. package/dist-es/models/models_0.js +560 -0
  94. package/dist-es/pagination/GetDatalakeStatusPaginator.js +32 -0
  95. package/dist-es/pagination/Interfaces.js +1 -0
  96. package/dist-es/pagination/ListDatalakeExceptionsPaginator.js +32 -0
  97. package/dist-es/pagination/ListLogSourcesPaginator.js +32 -0
  98. package/dist-es/pagination/ListSubscribersPaginator.js +32 -0
  99. package/dist-es/pagination/index.js +5 -0
  100. package/dist-es/protocols/Aws_restJson1.js +2745 -0
  101. package/dist-es/runtimeConfig.browser.js +37 -0
  102. package/dist-es/runtimeConfig.js +45 -0
  103. package/dist-es/runtimeConfig.native.js +11 -0
  104. package/dist-es/runtimeConfig.shared.js +14 -0
  105. package/dist-types/SecurityLake.d.ts +303 -0
  106. package/dist-types/SecurityLakeClient.d.ts +185 -0
  107. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +51 -0
  108. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +42 -0
  109. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +38 -0
  110. package/dist-types/commands/CreateDatalakeCommand.d.ts +49 -0
  111. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +39 -0
  112. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +38 -0
  113. package/dist-types/commands/CreateSubscriberCommand.d.ts +37 -0
  114. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  115. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +53 -0
  116. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +37 -0
  117. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +42 -0
  118. package/dist-types/commands/DeleteDatalakeCommand.d.ts +43 -0
  119. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +37 -0
  120. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  121. package/dist-types/commands/DeleteSubscriberCommand.d.ts +37 -0
  122. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  123. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +37 -0
  124. package/dist-types/commands/GetDatalakeCommand.d.ts +37 -0
  125. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +38 -0
  126. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  127. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +37 -0
  128. package/dist-types/commands/GetSubscriberCommand.d.ts +37 -0
  129. package/dist-types/commands/ListDatalakeExceptionsCommand.d.ts +37 -0
  130. package/dist-types/commands/ListLogSourcesCommand.d.ts +37 -0
  131. package/dist-types/commands/ListSubscribersCommand.d.ts +37 -0
  132. package/dist-types/commands/UpdateDatalakeCommand.d.ts +40 -0
  133. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +40 -0
  134. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +37 -0
  135. package/dist-types/commands/UpdateSubscriberCommand.d.ts +37 -0
  136. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +38 -0
  137. package/dist-types/commands/index.d.ts +30 -0
  138. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  139. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  140. package/dist-types/endpoint/ruleset.d.ts +2 -0
  141. package/dist-types/index.d.ts +6 -0
  142. package/dist-types/models/SecurityLakeServiceException.d.ts +10 -0
  143. package/dist-types/models/index.d.ts +1 -0
  144. package/dist-types/models/models_0.d.ts +1497 -0
  145. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +4 -0
  146. package/dist-types/pagination/Interfaces.d.ts +6 -0
  147. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListLogSourcesPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListSubscribersPaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +5 -0
  151. package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
  152. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  153. package/dist-types/runtimeConfig.d.ts +42 -0
  154. package/dist-types/runtimeConfig.native.d.ts +41 -0
  155. package/dist-types/runtimeConfig.shared.d.ts +16 -0
  156. package/dist-types/ts3.4/SecurityLake.d.ts +556 -0
  157. package/dist-types/ts3.4/SecurityLakeClient.d.ts +292 -0
  158. package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +38 -0
  159. package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/CreateDatalakeAutoEnableCommand.d.ts +41 -0
  161. package/dist-types/ts3.4/commands/CreateDatalakeCommand.d.ts +37 -0
  162. package/dist-types/ts3.4/commands/CreateDatalakeDelegatedAdminCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -0
  165. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  166. package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +38 -0
  167. package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DeleteDatalakeAutoEnableCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DeleteDatalakeCommand.d.ts +37 -0
  170. package/dist-types/ts3.4/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -0
  173. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  174. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +41 -0
  175. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +34 -0
  176. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/GetDatalakeStatusCommand.d.ts +38 -0
  179. package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +37 -0
  180. package/dist-types/ts3.4/commands/ListDatalakeExceptionsCommand.d.ts +41 -0
  181. package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +37 -0
  182. package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +37 -0
  183. package/dist-types/ts3.4/commands/UpdateDatalakeCommand.d.ts +37 -0
  184. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -0
  187. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +41 -0
  188. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  189. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  190. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  191. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  192. package/dist-types/ts3.4/index.d.ts +6 -0
  193. package/dist-types/ts3.4/models/SecurityLakeServiceException.d.ts +7 -0
  194. package/dist-types/ts3.4/models/index.d.ts +1 -0
  195. package/dist-types/ts3.4/models/models_0.d.ts +746 -0
  196. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  198. package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/ListLogSourcesPaginator.d.ts +11 -0
  200. package/dist-types/ts3.4/pagination/ListSubscribersPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  202. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -0
  203. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +88 -0
  204. package/dist-types/ts3.4/runtimeConfig.d.ts +88 -0
  205. package/dist-types/ts3.4/runtimeConfig.native.d.ts +77 -0
  206. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
  207. package/package.json +101 -0
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ GetDatalakeStatusCommandInput,
4
+ GetDatalakeStatusCommandOutput,
5
+ } from "../commands/GetDatalakeStatusCommand";
6
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateGetDatalakeStatus(
8
+ config: SecurityLakePaginationConfiguration,
9
+ input: GetDatalakeStatusCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<GetDatalakeStatusCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { SecurityLake } from "../SecurityLake";
3
+ import { SecurityLakeClient } from "../SecurityLakeClient";
4
+ export interface SecurityLakePaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: SecurityLake | SecurityLakeClient;
7
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDatalakeExceptionsCommandInput,
4
+ ListDatalakeExceptionsCommandOutput,
5
+ } from "../commands/ListDatalakeExceptionsCommand";
6
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDatalakeExceptions(
8
+ config: SecurityLakePaginationConfiguration,
9
+ input: ListDatalakeExceptionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDatalakeExceptionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListLogSourcesCommandInput,
4
+ ListLogSourcesCommandOutput,
5
+ } from "../commands/ListLogSourcesCommand";
6
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListLogSources(
8
+ config: SecurityLakePaginationConfiguration,
9
+ input: ListLogSourcesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListLogSourcesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSubscribersCommandInput,
4
+ ListSubscribersCommandOutput,
5
+ } from "../commands/ListSubscribersCommand";
6
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSubscribers(
8
+ config: SecurityLakePaginationConfiguration,
9
+ input: ListSubscribersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSubscribersCommandOutput>;
@@ -0,0 +1,5 @@
1
+ export * from "./GetDatalakeStatusPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListDatalakeExceptionsPaginator";
4
+ export * from "./ListLogSourcesPaginator";
5
+ export * from "./ListSubscribersPaginator";
@@ -0,0 +1,365 @@
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAwsLogSourceCommandInput,
8
+ CreateAwsLogSourceCommandOutput,
9
+ } from "../commands/CreateAwsLogSourceCommand";
10
+ import {
11
+ CreateCustomLogSourceCommandInput,
12
+ CreateCustomLogSourceCommandOutput,
13
+ } from "../commands/CreateCustomLogSourceCommand";
14
+ import {
15
+ CreateDatalakeAutoEnableCommandInput,
16
+ CreateDatalakeAutoEnableCommandOutput,
17
+ } from "../commands/CreateDatalakeAutoEnableCommand";
18
+ import {
19
+ CreateDatalakeCommandInput,
20
+ CreateDatalakeCommandOutput,
21
+ } from "../commands/CreateDatalakeCommand";
22
+ import {
23
+ CreateDatalakeDelegatedAdminCommandInput,
24
+ CreateDatalakeDelegatedAdminCommandOutput,
25
+ } from "../commands/CreateDatalakeDelegatedAdminCommand";
26
+ import {
27
+ CreateDatalakeExceptionsSubscriptionCommandInput,
28
+ CreateDatalakeExceptionsSubscriptionCommandOutput,
29
+ } from "../commands/CreateDatalakeExceptionsSubscriptionCommand";
30
+ import {
31
+ CreateSubscriberCommandInput,
32
+ CreateSubscriberCommandOutput,
33
+ } from "../commands/CreateSubscriberCommand";
34
+ import {
35
+ CreateSubscriptionNotificationConfigurationCommandInput,
36
+ CreateSubscriptionNotificationConfigurationCommandOutput,
37
+ } from "../commands/CreateSubscriptionNotificationConfigurationCommand";
38
+ import {
39
+ DeleteAwsLogSourceCommandInput,
40
+ DeleteAwsLogSourceCommandOutput,
41
+ } from "../commands/DeleteAwsLogSourceCommand";
42
+ import {
43
+ DeleteCustomLogSourceCommandInput,
44
+ DeleteCustomLogSourceCommandOutput,
45
+ } from "../commands/DeleteCustomLogSourceCommand";
46
+ import {
47
+ DeleteDatalakeAutoEnableCommandInput,
48
+ DeleteDatalakeAutoEnableCommandOutput,
49
+ } from "../commands/DeleteDatalakeAutoEnableCommand";
50
+ import {
51
+ DeleteDatalakeCommandInput,
52
+ DeleteDatalakeCommandOutput,
53
+ } from "../commands/DeleteDatalakeCommand";
54
+ import {
55
+ DeleteDatalakeDelegatedAdminCommandInput,
56
+ DeleteDatalakeDelegatedAdminCommandOutput,
57
+ } from "../commands/DeleteDatalakeDelegatedAdminCommand";
58
+ import {
59
+ DeleteDatalakeExceptionsSubscriptionCommandInput,
60
+ DeleteDatalakeExceptionsSubscriptionCommandOutput,
61
+ } from "../commands/DeleteDatalakeExceptionsSubscriptionCommand";
62
+ import {
63
+ DeleteSubscriberCommandInput,
64
+ DeleteSubscriberCommandOutput,
65
+ } from "../commands/DeleteSubscriberCommand";
66
+ import {
67
+ DeleteSubscriptionNotificationConfigurationCommandInput,
68
+ DeleteSubscriptionNotificationConfigurationCommandOutput,
69
+ } from "../commands/DeleteSubscriptionNotificationConfigurationCommand";
70
+ import {
71
+ GetDatalakeAutoEnableCommandInput,
72
+ GetDatalakeAutoEnableCommandOutput,
73
+ } from "../commands/GetDatalakeAutoEnableCommand";
74
+ import {
75
+ GetDatalakeCommandInput,
76
+ GetDatalakeCommandOutput,
77
+ } from "../commands/GetDatalakeCommand";
78
+ import {
79
+ GetDatalakeExceptionsExpiryCommandInput,
80
+ GetDatalakeExceptionsExpiryCommandOutput,
81
+ } from "../commands/GetDatalakeExceptionsExpiryCommand";
82
+ import {
83
+ GetDatalakeExceptionsSubscriptionCommandInput,
84
+ GetDatalakeExceptionsSubscriptionCommandOutput,
85
+ } from "../commands/GetDatalakeExceptionsSubscriptionCommand";
86
+ import {
87
+ GetDatalakeStatusCommandInput,
88
+ GetDatalakeStatusCommandOutput,
89
+ } from "../commands/GetDatalakeStatusCommand";
90
+ import {
91
+ GetSubscriberCommandInput,
92
+ GetSubscriberCommandOutput,
93
+ } from "../commands/GetSubscriberCommand";
94
+ import {
95
+ ListDatalakeExceptionsCommandInput,
96
+ ListDatalakeExceptionsCommandOutput,
97
+ } from "../commands/ListDatalakeExceptionsCommand";
98
+ import {
99
+ ListLogSourcesCommandInput,
100
+ ListLogSourcesCommandOutput,
101
+ } from "../commands/ListLogSourcesCommand";
102
+ import {
103
+ ListSubscribersCommandInput,
104
+ ListSubscribersCommandOutput,
105
+ } from "../commands/ListSubscribersCommand";
106
+ import {
107
+ UpdateDatalakeCommandInput,
108
+ UpdateDatalakeCommandOutput,
109
+ } from "../commands/UpdateDatalakeCommand";
110
+ import {
111
+ UpdateDatalakeExceptionsExpiryCommandInput,
112
+ UpdateDatalakeExceptionsExpiryCommandOutput,
113
+ } from "../commands/UpdateDatalakeExceptionsExpiryCommand";
114
+ import {
115
+ UpdateDatalakeExceptionsSubscriptionCommandInput,
116
+ UpdateDatalakeExceptionsSubscriptionCommandOutput,
117
+ } from "../commands/UpdateDatalakeExceptionsSubscriptionCommand";
118
+ import {
119
+ UpdateSubscriberCommandInput,
120
+ UpdateSubscriberCommandOutput,
121
+ } from "../commands/UpdateSubscriberCommand";
122
+ import {
123
+ UpdateSubscriptionNotificationConfigurationCommandInput,
124
+ UpdateSubscriptionNotificationConfigurationCommandOutput,
125
+ } from "../commands/UpdateSubscriptionNotificationConfigurationCommand";
126
+ export declare const serializeAws_restJson1CreateAwsLogSourceCommand: (
127
+ input: CreateAwsLogSourceCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1CreateCustomLogSourceCommand: (
131
+ input: CreateCustomLogSourceCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1CreateDatalakeCommand: (
135
+ input: CreateDatalakeCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1CreateDatalakeAutoEnableCommand: (
139
+ input: CreateDatalakeAutoEnableCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1CreateDatalakeDelegatedAdminCommand: (
143
+ input: CreateDatalakeDelegatedAdminCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand: (
147
+ input: CreateDatalakeExceptionsSubscriptionCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreateSubscriberCommand: (
151
+ input: CreateSubscriberCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand: (
155
+ input: CreateSubscriptionNotificationConfigurationCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DeleteAwsLogSourceCommand: (
159
+ input: DeleteAwsLogSourceCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DeleteCustomLogSourceCommand: (
163
+ input: DeleteCustomLogSourceCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeleteDatalakeCommand: (
167
+ input: DeleteDatalakeCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DeleteDatalakeAutoEnableCommand: (
171
+ input: DeleteDatalakeAutoEnableCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DeleteDatalakeDelegatedAdminCommand: (
175
+ input: DeleteDatalakeDelegatedAdminCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand: (
179
+ input: DeleteDatalakeExceptionsSubscriptionCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1DeleteSubscriberCommand: (
183
+ input: DeleteSubscriberCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand: (
187
+ input: DeleteSubscriptionNotificationConfigurationCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1GetDatalakeCommand: (
191
+ input: GetDatalakeCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1GetDatalakeAutoEnableCommand: (
195
+ input: GetDatalakeAutoEnableCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1GetDatalakeExceptionsExpiryCommand: (
199
+ input: GetDatalakeExceptionsExpiryCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand: (
203
+ input: GetDatalakeExceptionsSubscriptionCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1GetDatalakeStatusCommand: (
207
+ input: GetDatalakeStatusCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1GetSubscriberCommand: (
211
+ input: GetSubscriberCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListDatalakeExceptionsCommand: (
215
+ input: ListDatalakeExceptionsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListLogSourcesCommand: (
219
+ input: ListLogSourcesCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1ListSubscribersCommand: (
223
+ input: ListSubscribersCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1UpdateDatalakeCommand: (
227
+ input: UpdateDatalakeCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand: (
231
+ input: UpdateDatalakeExceptionsExpiryCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand: (
235
+ input: UpdateDatalakeExceptionsSubscriptionCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1UpdateSubscriberCommand: (
239
+ input: UpdateSubscriberCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand: (
243
+ input: UpdateSubscriptionNotificationConfigurationCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const deserializeAws_restJson1CreateAwsLogSourceCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<CreateAwsLogSourceCommandOutput>;
250
+ export declare const deserializeAws_restJson1CreateCustomLogSourceCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<CreateCustomLogSourceCommandOutput>;
254
+ export declare const deserializeAws_restJson1CreateDatalakeCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<CreateDatalakeCommandOutput>;
258
+ export declare const deserializeAws_restJson1CreateDatalakeAutoEnableCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<CreateDatalakeAutoEnableCommandOutput>;
262
+ export declare const deserializeAws_restJson1CreateDatalakeDelegatedAdminCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<CreateDatalakeDelegatedAdminCommandOutput>;
266
+ export declare const deserializeAws_restJson1CreateDatalakeExceptionsSubscriptionCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
270
+ export declare const deserializeAws_restJson1CreateSubscriberCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<CreateSubscriberCommandOutput>;
274
+ export declare const deserializeAws_restJson1CreateSubscriptionNotificationConfigurationCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CreateSubscriptionNotificationConfigurationCommandOutput>;
278
+ export declare const deserializeAws_restJson1DeleteAwsLogSourceCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<DeleteAwsLogSourceCommandOutput>;
282
+ export declare const deserializeAws_restJson1DeleteCustomLogSourceCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DeleteCustomLogSourceCommandOutput>;
286
+ export declare const deserializeAws_restJson1DeleteDatalakeCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DeleteDatalakeCommandOutput>;
290
+ export declare const deserializeAws_restJson1DeleteDatalakeAutoEnableCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DeleteDatalakeAutoEnableCommandOutput>;
294
+ export declare const deserializeAws_restJson1DeleteDatalakeDelegatedAdminCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DeleteDatalakeDelegatedAdminCommandOutput>;
298
+ export declare const deserializeAws_restJson1DeleteDatalakeExceptionsSubscriptionCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DeleteDatalakeExceptionsSubscriptionCommandOutput>;
302
+ export declare const deserializeAws_restJson1DeleteSubscriberCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DeleteSubscriberCommandOutput>;
306
+ export declare const deserializeAws_restJson1DeleteSubscriptionNotificationConfigurationCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
310
+ export declare const deserializeAws_restJson1GetDatalakeCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<GetDatalakeCommandOutput>;
314
+ export declare const deserializeAws_restJson1GetDatalakeAutoEnableCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<GetDatalakeAutoEnableCommandOutput>;
318
+ export declare const deserializeAws_restJson1GetDatalakeExceptionsExpiryCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<GetDatalakeExceptionsExpiryCommandOutput>;
322
+ export declare const deserializeAws_restJson1GetDatalakeExceptionsSubscriptionCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
326
+ export declare const deserializeAws_restJson1GetDatalakeStatusCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<GetDatalakeStatusCommandOutput>;
330
+ export declare const deserializeAws_restJson1GetSubscriberCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<GetSubscriberCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListDatalakeExceptionsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListDatalakeExceptionsCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListLogSourcesCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListLogSourcesCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListSubscribersCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListSubscribersCommandOutput>;
346
+ export declare const deserializeAws_restJson1UpdateDatalakeCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<UpdateDatalakeCommandOutput>;
350
+ export declare const deserializeAws_restJson1UpdateDatalakeExceptionsExpiryCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<UpdateDatalakeExceptionsExpiryCommandOutput>;
354
+ export declare const deserializeAws_restJson1UpdateDatalakeExceptionsSubscriptionCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<UpdateDatalakeExceptionsSubscriptionCommandOutput>;
358
+ export declare const deserializeAws_restJson1UpdateSubscriberCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<UpdateSubscriberCommandOutput>;
362
+ export declare const deserializeAws_restJson1UpdateSubscriptionNotificationConfigurationCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<UpdateSubscriptionNotificationConfigurationCommandOutput>;
@@ -0,0 +1,88 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { SecurityLakeClientConfig } from "./SecurityLakeClient";
3
+ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
9
+ credentialDefaultProvider: (
10
+ input: any
11
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
13
+ import("@aws-sdk/types").UserAgent
14
+ >;
15
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
16
+ region: string | import("@aws-sdk/types").Provider<any>;
17
+ requestHandler:
18
+ | (import("@aws-sdk/types").RequestHandler<
19
+ any,
20
+ any,
21
+ import("@aws-sdk/types").HttpHandlerOptions
22
+ > &
23
+ import("@aws-sdk/protocol-http").HttpHandler)
24
+ | RequestHandler;
25
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
26
+ sha256: import("@aws-sdk/types").HashConstructor;
27
+ streamCollector: import("@aws-sdk/types").StreamCollector;
28
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
+ utf8Decoder: import("@aws-sdk/types").Decoder;
31
+ utf8Encoder: import("@aws-sdk/types").Encoder;
32
+ apiVersion: string;
33
+ urlParser: import("@aws-sdk/types").UrlParser;
34
+ base64Decoder: import("@aws-sdk/types").Decoder;
35
+ base64Encoder: import("@aws-sdk/types").Encoder;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ endpoint?:
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (
48
+ | string
49
+ | import("@aws-sdk/types").Provider<string>
50
+ | import("@aws-sdk/types").Endpoint
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
52
+ | import("@aws-sdk/types").EndpointV2
53
+ | import("@aws-sdk/types").Provider<
54
+ import("@aws-sdk/types").EndpointV2
55
+ >
56
+ ))
57
+ | undefined;
58
+ endpointProvider: (
59
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
60
+ context?: {
61
+ logger?: import("@aws-sdk/types").Logger | undefined;
62
+ }
63
+ ) => import("@aws-sdk/types").EndpointV2;
64
+ tls?: boolean | undefined;
65
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
66
+ credentials?:
67
+ | import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@aws-sdk/types").Provider<
69
+ import("@aws-sdk/types").AwsCredentialIdentity
70
+ >
71
+ | undefined;
72
+ signer?:
73
+ | import("@aws-sdk/types").RequestSigner
74
+ | ((
75
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
76
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
77
+ | undefined;
78
+ signingEscapePath?: boolean | undefined;
79
+ systemClockOffset?: number | undefined;
80
+ signingRegion?: string | undefined;
81
+ signerConstructor?:
82
+ | (new (
83
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
84
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
85
+ ) => import("@aws-sdk/types").RequestSigner)
86
+ | undefined;
87
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
88
+ };
@@ -0,0 +1,88 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { SecurityLakeClientConfig } from "./SecurityLakeClient";
3
+ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
9
+ credentialDefaultProvider: (
10
+ input: any
11
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
13
+ import("@aws-sdk/types").UserAgent
14
+ >;
15
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
16
+ region: string | import("@aws-sdk/types").Provider<string>;
17
+ requestHandler:
18
+ | (import("@aws-sdk/types").RequestHandler<
19
+ any,
20
+ any,
21
+ import("@aws-sdk/types").HttpHandlerOptions
22
+ > &
23
+ import("@aws-sdk/protocol-http").HttpHandler)
24
+ | RequestHandler;
25
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
26
+ sha256: import("@aws-sdk/types").HashConstructor;
27
+ streamCollector: import("@aws-sdk/types").StreamCollector;
28
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
29
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
+ utf8Decoder: import("@aws-sdk/types").Decoder;
31
+ utf8Encoder: import("@aws-sdk/types").Encoder;
32
+ apiVersion: string;
33
+ urlParser: import("@aws-sdk/types").UrlParser;
34
+ base64Decoder: import("@aws-sdk/types").Decoder;
35
+ base64Encoder: import("@aws-sdk/types").Encoder;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ endpoint?:
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (
48
+ | string
49
+ | import("@aws-sdk/types").Provider<string>
50
+ | import("@aws-sdk/types").Endpoint
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
52
+ | import("@aws-sdk/types").EndpointV2
53
+ | import("@aws-sdk/types").Provider<
54
+ import("@aws-sdk/types").EndpointV2
55
+ >
56
+ ))
57
+ | undefined;
58
+ endpointProvider: (
59
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
60
+ context?: {
61
+ logger?: import("@aws-sdk/types").Logger | undefined;
62
+ }
63
+ ) => import("@aws-sdk/types").EndpointV2;
64
+ tls?: boolean | undefined;
65
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
66
+ credentials?:
67
+ | import("@aws-sdk/types").AwsCredentialIdentity
68
+ | import("@aws-sdk/types").Provider<
69
+ import("@aws-sdk/types").AwsCredentialIdentity
70
+ >
71
+ | undefined;
72
+ signer?:
73
+ | import("@aws-sdk/types").RequestSigner
74
+ | ((
75
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
76
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
77
+ | undefined;
78
+ signingEscapePath?: boolean | undefined;
79
+ systemClockOffset?: number | undefined;
80
+ signingRegion?: string | undefined;
81
+ signerConstructor?:
82
+ | (new (
83
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
84
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
85
+ ) => import("@aws-sdk/types").RequestSigner)
86
+ | undefined;
87
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
88
+ };