@aws-sdk/client-securitylake 3.338.0 → 3.342.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 (159) hide show
  1. package/README.md +39 -60
  2. package/dist-cjs/SecurityLake.js +36 -40
  3. package/dist-cjs/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +7 -7
  4. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +46 -0
  6. package/dist-cjs/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +7 -7
  7. package/dist-cjs/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +7 -7
  8. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +46 -0
  9. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +7 -7
  11. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +46 -0
  12. package/dist-cjs/commands/{CreateDatalakeAutoEnableCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +7 -7
  13. package/dist-cjs/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +7 -7
  14. package/dist-cjs/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +7 -7
  15. package/dist-cjs/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +7 -7
  16. package/dist-cjs/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +7 -7
  17. package/dist-cjs/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → RegisterDataLakeDelegatedAdministratorCommand.js} +7 -7
  18. package/dist-cjs/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +7 -7
  19. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +46 -0
  20. package/dist-cjs/commands/{DeleteDatalakeAutoEnableCommand.js → UpdateSubscriberNotificationCommand.js} +7 -7
  21. package/dist-cjs/commands/index.js +18 -20
  22. package/dist-cjs/models/models_0.js +43 -235
  23. package/dist-cjs/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +6 -6
  24. package/dist-cjs/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +6 -6
  25. package/dist-cjs/pagination/index.js +2 -2
  26. package/dist-cjs/protocols/Aws_restJson1.js +531 -769
  27. package/dist-es/SecurityLake.js +36 -40
  28. package/dist-es/commands/{UpdateDatalakeCommand.js → CreateDataLakeCommand.js} +6 -6
  29. package/dist-es/commands/{UpdateDatalakeExceptionsSubscriptionCommand.js → CreateDataLakeExceptionSubscriptionCommand.js} +6 -6
  30. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +42 -0
  31. package/dist-es/commands/{DeleteDatalakeDelegatedAdminCommand.js → CreateSubscriberNotificationCommand.js} +6 -6
  32. package/dist-es/commands/{CreateDatalakeCommand.js → DeleteDataLakeCommand.js} +6 -6
  33. package/dist-es/commands/{CreateDatalakeExceptionsSubscriptionCommand.js → DeleteDataLakeExceptionSubscriptionCommand.js} +6 -6
  34. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +42 -0
  35. package/dist-es/commands/{CreateDatalakeDelegatedAdminCommand.js → DeleteSubscriberNotificationCommand.js} +6 -6
  36. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +42 -0
  37. package/dist-es/commands/{GetDatalakeExceptionsSubscriptionCommand.js → GetDataLakeExceptionSubscriptionCommand.js} +6 -6
  38. package/dist-es/commands/{DeleteDatalakeExceptionsSubscriptionCommand.js → GetDataLakeOrganizationConfigurationCommand.js} +6 -6
  39. package/dist-es/commands/{GetDatalakeStatusCommand.js → GetDataLakeSourcesCommand.js} +6 -6
  40. package/dist-es/commands/{ListDatalakeExceptionsCommand.js → ListDataLakeExceptionsCommand.js} +6 -6
  41. package/dist-es/commands/{GetDatalakeCommand.js → ListDataLakesCommand.js} +6 -6
  42. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +42 -0
  43. package/dist-es/commands/{DeleteDatalakeCommand.js → UpdateDataLakeCommand.js} +6 -6
  44. package/dist-es/commands/{CreateDatalakeAutoEnableCommand.js → UpdateDataLakeExceptionSubscriptionCommand.js} +6 -6
  45. package/dist-es/commands/{GetDatalakeExceptionsExpiryCommand.js → UpdateSubscriberNotificationCommand.js} +6 -6
  46. package/dist-es/commands/index.js +18 -20
  47. package/dist-es/models/models_0.js +41 -224
  48. package/dist-es/pagination/{GetDatalakeStatusPaginator.js → GetDataLakeSourcesPaginator.js} +4 -4
  49. package/dist-es/pagination/{ListDatalakeExceptionsPaginator.js → ListDataLakeExceptionsPaginator.js} +4 -4
  50. package/dist-es/pagination/index.js +2 -2
  51. package/dist-es/protocols/Aws_restJson1.js +491 -725
  52. package/dist-types/SecurityLake.d.ts +96 -115
  53. package/dist-types/SecurityLakeClient.d.ts +24 -31
  54. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +22 -41
  55. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +39 -23
  56. package/dist-types/commands/CreateDataLakeCommand.d.ts +172 -0
  57. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  58. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  59. package/dist-types/commands/CreateSubscriberCommand.d.ts +78 -32
  60. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +110 -0
  61. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +29 -39
  62. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +15 -18
  63. package/dist-types/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +33 -33
  64. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +95 -0
  65. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +110 -0
  66. package/dist-types/commands/DeleteSubscriberCommand.d.ts +15 -21
  67. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +97 -0
  68. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +96 -0
  69. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +98 -0
  70. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +108 -0
  71. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +119 -0
  72. package/dist-types/commands/GetSubscriberCommand.d.ts +47 -28
  73. package/dist-types/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +39 -36
  74. package/dist-types/commands/ListDataLakesCommand.d.ts +136 -0
  75. package/dist-types/commands/ListLogSourcesCommand.d.ts +60 -29
  76. package/dist-types/commands/ListSubscribersCommand.d.ts +46 -30
  77. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +98 -0
  78. package/dist-types/commands/UpdateDataLakeCommand.d.ts +158 -0
  79. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +99 -0
  80. package/dist-types/commands/UpdateSubscriberCommand.d.ts +73 -42
  81. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +109 -0
  82. package/dist-types/commands/index.d.ts +18 -20
  83. package/dist-types/index.d.ts +4 -9
  84. package/dist-types/models/models_0.d.ts +985 -906
  85. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +7 -0
  86. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/index.d.ts +2 -2
  88. package/dist-types/protocols/Aws_restJson1.d.ts +94 -112
  89. package/dist-types/ts3.4/SecurityLake.d.ts +243 -271
  90. package/dist-types/ts3.4/SecurityLakeClient.d.ts +91 -103
  91. package/dist-types/ts3.4/commands/{CreateDatalakeCommand.d.ts → CreateDataLakeCommand.d.ts} +11 -11
  92. package/dist-types/ts3.4/commands/{GetDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  93. package/dist-types/ts3.4/commands/{CreateDatalakeExceptionsSubscriptionCommand.d.ts → CreateDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  94. package/dist-types/ts3.4/commands/{DeleteDatalakeDelegatedAdminCommand.d.ts → CreateSubscriberNotificationCommand.d.ts} +13 -13
  95. package/dist-types/ts3.4/commands/{DeleteDatalakeCommand.d.ts → DeleteDataLakeCommand.d.ts} +11 -11
  96. package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/{CreateDatalakeDelegatedAdminCommand.d.ts → DeleteSubscriberNotificationCommand.d.ts} +13 -13
  99. package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/{DeleteDatalakeAutoEnableCommand.d.ts → GetDataLakeExceptionSubscriptionCommand.d.ts} +13 -13
  101. package/dist-types/ts3.4/commands/{DeleteDatalakeExceptionsSubscriptionCommand.d.ts → GetDataLakeOrganizationConfigurationCommand.d.ts} +13 -13
  102. package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/{ListDatalakeExceptionsCommand.d.ts → ListDataLakeExceptionsCommand.d.ts} +13 -13
  104. package/dist-types/ts3.4/commands/{GetDatalakeStatusCommand.d.ts → ListDataLakesCommand.d.ts} +11 -12
  105. package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/{UpdateDatalakeCommand.d.ts → UpdateDataLakeCommand.d.ts} +11 -11
  107. package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/{CreateDatalakeAutoEnableCommand.d.ts → UpdateSubscriberNotificationCommand.d.ts} +13 -13
  109. package/dist-types/ts3.4/commands/index.d.ts +18 -20
  110. package/dist-types/ts3.4/models/models_0.d.ts +315 -431
  111. package/dist-types/ts3.4/pagination/GetDataLakeSourcesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListDataLakeExceptionsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +131 -155
  115. package/package.json +28 -28
  116. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -46
  117. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -46
  118. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +0 -46
  119. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +0 -46
  120. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +0 -46
  121. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -46
  122. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +0 -46
  123. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -46
  124. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +0 -42
  125. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +0 -42
  126. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +0 -42
  127. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +0 -42
  128. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +0 -42
  129. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +0 -42
  130. package/dist-types/commands/CreateDatalakeAutoEnableCommand.d.ts +0 -98
  131. package/dist-types/commands/CreateDatalakeCommand.d.ts +0 -137
  132. package/dist-types/commands/CreateDatalakeDelegatedAdminCommand.d.ts +0 -89
  133. package/dist-types/commands/CreateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  134. package/dist-types/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -109
  135. package/dist-types/commands/DeleteDatalakeAutoEnableCommand.d.ts +0 -101
  136. package/dist-types/commands/DeleteDatalakeDelegatedAdminCommand.d.ts +0 -89
  137. package/dist-types/commands/DeleteDatalakeExceptionsSubscriptionCommand.d.ts +0 -90
  138. package/dist-types/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -100
  139. package/dist-types/commands/GetDatalakeAutoEnableCommand.d.ts +0 -98
  140. package/dist-types/commands/GetDatalakeCommand.d.ts +0 -120
  141. package/dist-types/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -91
  142. package/dist-types/commands/GetDatalakeExceptionsSubscriptionCommand.d.ts +0 -92
  143. package/dist-types/commands/GetDatalakeStatusCommand.d.ts +0 -109
  144. package/dist-types/commands/UpdateDatalakeCommand.d.ts +0 -108
  145. package/dist-types/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -91
  146. package/dist-types/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -91
  147. package/dist-types/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -108
  148. package/dist-types/pagination/GetDatalakeStatusPaginator.d.ts +0 -7
  149. package/dist-types/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -7
  150. package/dist-types/ts3.4/commands/CreateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  151. package/dist-types/ts3.4/commands/DeleteSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  152. package/dist-types/ts3.4/commands/GetDatalakeAutoEnableCommand.d.ts +0 -42
  153. package/dist-types/ts3.4/commands/GetDatalakeCommand.d.ts +0 -35
  154. package/dist-types/ts3.4/commands/GetDatalakeExceptionsExpiryCommand.d.ts +0 -42
  155. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsExpiryCommand.d.ts +0 -42
  156. package/dist-types/ts3.4/commands/UpdateDatalakeExceptionsSubscriptionCommand.d.ts +0 -42
  157. package/dist-types/ts3.4/commands/UpdateSubscriptionNotificationConfigurationCommand.d.ts +0 -42
  158. package/dist-types/ts3.4/pagination/GetDatalakeStatusPaginator.d.ts +0 -11
  159. package/dist-types/ts3.4/pagination/ListDatalakeExceptionsPaginator.d.ts +0 -11
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ GetDataLakeSourcesCommandInput,
4
+ GetDataLakeSourcesCommandOutput,
5
+ } from "../commands/GetDataLakeSourcesCommand";
6
+ import { SecurityLakePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateGetDataLakeSources(
8
+ config: SecurityLakePaginationConfiguration,
9
+ input: GetDataLakeSourcesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<GetDataLakeSourcesCommandOutput>;
@@ -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>;
@@ -1,5 +1,5 @@
1
- export * from "./GetDatalakeStatusPaginator";
1
+ export * from "./GetDataLakeSourcesPaginator";
2
2
  export * from "./Interfaces";
3
- export * from "./ListDatalakeExceptionsPaginator";
3
+ export * from "./ListDataLakeExceptionsPaginator";
4
4
  export * from "./ListLogSourcesPaginator";
5
5
  export * from "./ListSubscribersPaginator";
@@ -12,29 +12,25 @@ import {
12
12
  CreateCustomLogSourceCommandOutput,
13
13
  } from "../commands/CreateCustomLogSourceCommand";
14
14
  import {
15
- CreateDatalakeAutoEnableCommandInput,
16
- CreateDatalakeAutoEnableCommandOutput,
17
- } from "../commands/CreateDatalakeAutoEnableCommand";
15
+ CreateDataLakeCommandInput,
16
+ CreateDataLakeCommandOutput,
17
+ } from "../commands/CreateDataLakeCommand";
18
18
  import {
19
- CreateDatalakeCommandInput,
20
- CreateDatalakeCommandOutput,
21
- } from "../commands/CreateDatalakeCommand";
19
+ CreateDataLakeExceptionSubscriptionCommandInput,
20
+ CreateDataLakeExceptionSubscriptionCommandOutput,
21
+ } from "../commands/CreateDataLakeExceptionSubscriptionCommand";
22
22
  import {
23
- CreateDatalakeDelegatedAdminCommandInput,
24
- CreateDatalakeDelegatedAdminCommandOutput,
25
- } from "../commands/CreateDatalakeDelegatedAdminCommand";
26
- import {
27
- CreateDatalakeExceptionsSubscriptionCommandInput,
28
- CreateDatalakeExceptionsSubscriptionCommandOutput,
29
- } from "../commands/CreateDatalakeExceptionsSubscriptionCommand";
23
+ CreateDataLakeOrganizationConfigurationCommandInput,
24
+ CreateDataLakeOrganizationConfigurationCommandOutput,
25
+ } from "../commands/CreateDataLakeOrganizationConfigurationCommand";
30
26
  import {
31
27
  CreateSubscriberCommandInput,
32
28
  CreateSubscriberCommandOutput,
33
29
  } from "../commands/CreateSubscriberCommand";
34
30
  import {
35
- CreateSubscriptionNotificationConfigurationCommandInput,
36
- CreateSubscriptionNotificationConfigurationCommandOutput,
37
- } from "../commands/CreateSubscriptionNotificationConfigurationCommand";
31
+ CreateSubscriberNotificationCommandInput,
32
+ CreateSubscriberNotificationCommandOutput,
33
+ } from "../commands/CreateSubscriberNotificationCommand";
38
34
  import {
39
35
  DeleteAwsLogSourceCommandInput,
40
36
  DeleteAwsLogSourceCommandOutput,
@@ -44,57 +40,53 @@ import {
44
40
  DeleteCustomLogSourceCommandOutput,
45
41
  } from "../commands/DeleteCustomLogSourceCommand";
46
42
  import {
47
- DeleteDatalakeAutoEnableCommandInput,
48
- DeleteDatalakeAutoEnableCommandOutput,
49
- } from "../commands/DeleteDatalakeAutoEnableCommand";
50
- import {
51
- DeleteDatalakeCommandInput,
52
- DeleteDatalakeCommandOutput,
53
- } from "../commands/DeleteDatalakeCommand";
43
+ DeleteDataLakeCommandInput,
44
+ DeleteDataLakeCommandOutput,
45
+ } from "../commands/DeleteDataLakeCommand";
54
46
  import {
55
- DeleteDatalakeDelegatedAdminCommandInput,
56
- DeleteDatalakeDelegatedAdminCommandOutput,
57
- } from "../commands/DeleteDatalakeDelegatedAdminCommand";
47
+ DeleteDataLakeExceptionSubscriptionCommandInput,
48
+ DeleteDataLakeExceptionSubscriptionCommandOutput,
49
+ } from "../commands/DeleteDataLakeExceptionSubscriptionCommand";
58
50
  import {
59
- DeleteDatalakeExceptionsSubscriptionCommandInput,
60
- DeleteDatalakeExceptionsSubscriptionCommandOutput,
61
- } from "../commands/DeleteDatalakeExceptionsSubscriptionCommand";
51
+ DeleteDataLakeOrganizationConfigurationCommandInput,
52
+ DeleteDataLakeOrganizationConfigurationCommandOutput,
53
+ } from "../commands/DeleteDataLakeOrganizationConfigurationCommand";
62
54
  import {
63
55
  DeleteSubscriberCommandInput,
64
56
  DeleteSubscriberCommandOutput,
65
57
  } from "../commands/DeleteSubscriberCommand";
66
58
  import {
67
- DeleteSubscriptionNotificationConfigurationCommandInput,
68
- DeleteSubscriptionNotificationConfigurationCommandOutput,
69
- } from "../commands/DeleteSubscriptionNotificationConfigurationCommand";
70
- import {
71
- GetDatalakeAutoEnableCommandInput,
72
- GetDatalakeAutoEnableCommandOutput,
73
- } from "../commands/GetDatalakeAutoEnableCommand";
59
+ DeleteSubscriberNotificationCommandInput,
60
+ DeleteSubscriberNotificationCommandOutput,
61
+ } from "../commands/DeleteSubscriberNotificationCommand";
74
62
  import {
75
- GetDatalakeCommandInput,
76
- GetDatalakeCommandOutput,
77
- } from "../commands/GetDatalakeCommand";
63
+ DeregisterDataLakeDelegatedAdministratorCommandInput,
64
+ DeregisterDataLakeDelegatedAdministratorCommandOutput,
65
+ } from "../commands/DeregisterDataLakeDelegatedAdministratorCommand";
78
66
  import {
79
- GetDatalakeExceptionsExpiryCommandInput,
80
- GetDatalakeExceptionsExpiryCommandOutput,
81
- } from "../commands/GetDatalakeExceptionsExpiryCommand";
67
+ GetDataLakeExceptionSubscriptionCommandInput,
68
+ GetDataLakeExceptionSubscriptionCommandOutput,
69
+ } from "../commands/GetDataLakeExceptionSubscriptionCommand";
82
70
  import {
83
- GetDatalakeExceptionsSubscriptionCommandInput,
84
- GetDatalakeExceptionsSubscriptionCommandOutput,
85
- } from "../commands/GetDatalakeExceptionsSubscriptionCommand";
71
+ GetDataLakeOrganizationConfigurationCommandInput,
72
+ GetDataLakeOrganizationConfigurationCommandOutput,
73
+ } from "../commands/GetDataLakeOrganizationConfigurationCommand";
86
74
  import {
87
- GetDatalakeStatusCommandInput,
88
- GetDatalakeStatusCommandOutput,
89
- } from "../commands/GetDatalakeStatusCommand";
75
+ GetDataLakeSourcesCommandInput,
76
+ GetDataLakeSourcesCommandOutput,
77
+ } from "../commands/GetDataLakeSourcesCommand";
90
78
  import {
91
79
  GetSubscriberCommandInput,
92
80
  GetSubscriberCommandOutput,
93
81
  } from "../commands/GetSubscriberCommand";
94
82
  import {
95
- ListDatalakeExceptionsCommandInput,
96
- ListDatalakeExceptionsCommandOutput,
97
- } from "../commands/ListDatalakeExceptionsCommand";
83
+ ListDataLakeExceptionsCommandInput,
84
+ ListDataLakeExceptionsCommandOutput,
85
+ } from "../commands/ListDataLakeExceptionsCommand";
86
+ import {
87
+ ListDataLakesCommandInput,
88
+ ListDataLakesCommandOutput,
89
+ } from "../commands/ListDataLakesCommand";
98
90
  import {
99
91
  ListLogSourcesCommandInput,
100
92
  ListLogSourcesCommandOutput,
@@ -104,25 +96,25 @@ import {
104
96
  ListSubscribersCommandOutput,
105
97
  } from "../commands/ListSubscribersCommand";
106
98
  import {
107
- UpdateDatalakeCommandInput,
108
- UpdateDatalakeCommandOutput,
109
- } from "../commands/UpdateDatalakeCommand";
99
+ RegisterDataLakeDelegatedAdministratorCommandInput,
100
+ RegisterDataLakeDelegatedAdministratorCommandOutput,
101
+ } from "../commands/RegisterDataLakeDelegatedAdministratorCommand";
110
102
  import {
111
- UpdateDatalakeExceptionsExpiryCommandInput,
112
- UpdateDatalakeExceptionsExpiryCommandOutput,
113
- } from "../commands/UpdateDatalakeExceptionsExpiryCommand";
103
+ UpdateDataLakeCommandInput,
104
+ UpdateDataLakeCommandOutput,
105
+ } from "../commands/UpdateDataLakeCommand";
114
106
  import {
115
- UpdateDatalakeExceptionsSubscriptionCommandInput,
116
- UpdateDatalakeExceptionsSubscriptionCommandOutput,
117
- } from "../commands/UpdateDatalakeExceptionsSubscriptionCommand";
107
+ UpdateDataLakeExceptionSubscriptionCommandInput,
108
+ UpdateDataLakeExceptionSubscriptionCommandOutput,
109
+ } from "../commands/UpdateDataLakeExceptionSubscriptionCommand";
118
110
  import {
119
111
  UpdateSubscriberCommandInput,
120
112
  UpdateSubscriberCommandOutput,
121
113
  } from "../commands/UpdateSubscriberCommand";
122
114
  import {
123
- UpdateSubscriptionNotificationConfigurationCommandInput,
124
- UpdateSubscriptionNotificationConfigurationCommandOutput,
125
- } from "../commands/UpdateSubscriptionNotificationConfigurationCommand";
115
+ UpdateSubscriberNotificationCommandInput,
116
+ UpdateSubscriberNotificationCommandOutput,
117
+ } from "../commands/UpdateSubscriberNotificationCommand";
126
118
  export declare const se_CreateAwsLogSourceCommand: (
127
119
  input: CreateAwsLogSourceCommandInput,
128
120
  context: __SerdeContext
@@ -131,28 +123,24 @@ export declare const se_CreateCustomLogSourceCommand: (
131
123
  input: CreateCustomLogSourceCommandInput,
132
124
  context: __SerdeContext
133
125
  ) => Promise<__HttpRequest>;
134
- export declare const se_CreateDatalakeCommand: (
135
- input: CreateDatalakeCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateDatalakeAutoEnableCommand: (
139
- input: CreateDatalakeAutoEnableCommandInput,
126
+ export declare const se_CreateDataLakeCommand: (
127
+ input: CreateDataLakeCommandInput,
140
128
  context: __SerdeContext
141
129
  ) => Promise<__HttpRequest>;
142
- export declare const se_CreateDatalakeDelegatedAdminCommand: (
143
- input: CreateDatalakeDelegatedAdminCommandInput,
130
+ export declare const se_CreateDataLakeExceptionSubscriptionCommand: (
131
+ input: CreateDataLakeExceptionSubscriptionCommandInput,
144
132
  context: __SerdeContext
145
133
  ) => Promise<__HttpRequest>;
146
- export declare const se_CreateDatalakeExceptionsSubscriptionCommand: (
147
- input: CreateDatalakeExceptionsSubscriptionCommandInput,
134
+ export declare const se_CreateDataLakeOrganizationConfigurationCommand: (
135
+ input: CreateDataLakeOrganizationConfigurationCommandInput,
148
136
  context: __SerdeContext
149
137
  ) => Promise<__HttpRequest>;
150
138
  export declare const se_CreateSubscriberCommand: (
151
139
  input: CreateSubscriberCommandInput,
152
140
  context: __SerdeContext
153
141
  ) => Promise<__HttpRequest>;
154
- export declare const se_CreateSubscriptionNotificationConfigurationCommand: (
155
- input: CreateSubscriptionNotificationConfigurationCommandInput,
142
+ export declare const se_CreateSubscriberNotificationCommand: (
143
+ input: CreateSubscriberNotificationCommandInput,
156
144
  context: __SerdeContext
157
145
  ) => Promise<__HttpRequest>;
158
146
  export declare const se_DeleteAwsLogSourceCommand: (
@@ -163,56 +151,52 @@ export declare const se_DeleteCustomLogSourceCommand: (
163
151
  input: DeleteCustomLogSourceCommandInput,
164
152
  context: __SerdeContext
165
153
  ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteDatalakeCommand: (
167
- input: DeleteDatalakeCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteDatalakeAutoEnableCommand: (
171
- input: DeleteDatalakeAutoEnableCommandInput,
154
+ export declare const se_DeleteDataLakeCommand: (
155
+ input: DeleteDataLakeCommandInput,
172
156
  context: __SerdeContext
173
157
  ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteDatalakeDelegatedAdminCommand: (
175
- input: DeleteDatalakeDelegatedAdminCommandInput,
158
+ export declare const se_DeleteDataLakeExceptionSubscriptionCommand: (
159
+ input: DeleteDataLakeExceptionSubscriptionCommandInput,
176
160
  context: __SerdeContext
177
161
  ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteDatalakeExceptionsSubscriptionCommand: (
179
- input: DeleteDatalakeExceptionsSubscriptionCommandInput,
162
+ export declare const se_DeleteDataLakeOrganizationConfigurationCommand: (
163
+ input: DeleteDataLakeOrganizationConfigurationCommandInput,
180
164
  context: __SerdeContext
181
165
  ) => Promise<__HttpRequest>;
182
166
  export declare const se_DeleteSubscriberCommand: (
183
167
  input: DeleteSubscriberCommandInput,
184
168
  context: __SerdeContext
185
169
  ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteSubscriptionNotificationConfigurationCommand: (
187
- input: DeleteSubscriptionNotificationConfigurationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetDatalakeCommand: (
191
- input: GetDatalakeCommandInput,
170
+ export declare const se_DeleteSubscriberNotificationCommand: (
171
+ input: DeleteSubscriberNotificationCommandInput,
192
172
  context: __SerdeContext
193
173
  ) => Promise<__HttpRequest>;
194
- export declare const se_GetDatalakeAutoEnableCommand: (
195
- input: GetDatalakeAutoEnableCommandInput,
174
+ export declare const se_DeregisterDataLakeDelegatedAdministratorCommand: (
175
+ input: DeregisterDataLakeDelegatedAdministratorCommandInput,
196
176
  context: __SerdeContext
197
177
  ) => Promise<__HttpRequest>;
198
- export declare const se_GetDatalakeExceptionsExpiryCommand: (
199
- input: GetDatalakeExceptionsExpiryCommandInput,
178
+ export declare const se_GetDataLakeExceptionSubscriptionCommand: (
179
+ input: GetDataLakeExceptionSubscriptionCommandInput,
200
180
  context: __SerdeContext
201
181
  ) => Promise<__HttpRequest>;
202
- export declare const se_GetDatalakeExceptionsSubscriptionCommand: (
203
- input: GetDatalakeExceptionsSubscriptionCommandInput,
182
+ export declare const se_GetDataLakeOrganizationConfigurationCommand: (
183
+ input: GetDataLakeOrganizationConfigurationCommandInput,
204
184
  context: __SerdeContext
205
185
  ) => Promise<__HttpRequest>;
206
- export declare const se_GetDatalakeStatusCommand: (
207
- input: GetDatalakeStatusCommandInput,
186
+ export declare const se_GetDataLakeSourcesCommand: (
187
+ input: GetDataLakeSourcesCommandInput,
208
188
  context: __SerdeContext
209
189
  ) => Promise<__HttpRequest>;
210
190
  export declare const se_GetSubscriberCommand: (
211
191
  input: GetSubscriberCommandInput,
212
192
  context: __SerdeContext
213
193
  ) => Promise<__HttpRequest>;
214
- export declare const se_ListDatalakeExceptionsCommand: (
215
- input: ListDatalakeExceptionsCommandInput,
194
+ export declare const se_ListDataLakeExceptionsCommand: (
195
+ input: ListDataLakeExceptionsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const se_ListDataLakesCommand: (
199
+ input: ListDataLakesCommandInput,
216
200
  context: __SerdeContext
217
201
  ) => Promise<__HttpRequest>;
218
202
  export declare const se_ListLogSourcesCommand: (
@@ -223,24 +207,24 @@ export declare const se_ListSubscribersCommand: (
223
207
  input: ListSubscribersCommandInput,
224
208
  context: __SerdeContext
225
209
  ) => Promise<__HttpRequest>;
226
- export declare const se_UpdateDatalakeCommand: (
227
- input: UpdateDatalakeCommandInput,
210
+ export declare const se_RegisterDataLakeDelegatedAdministratorCommand: (
211
+ input: RegisterDataLakeDelegatedAdministratorCommandInput,
228
212
  context: __SerdeContext
229
213
  ) => Promise<__HttpRequest>;
230
- export declare const se_UpdateDatalakeExceptionsExpiryCommand: (
231
- input: UpdateDatalakeExceptionsExpiryCommandInput,
214
+ export declare const se_UpdateDataLakeCommand: (
215
+ input: UpdateDataLakeCommandInput,
232
216
  context: __SerdeContext
233
217
  ) => Promise<__HttpRequest>;
234
- export declare const se_UpdateDatalakeExceptionsSubscriptionCommand: (
235
- input: UpdateDatalakeExceptionsSubscriptionCommandInput,
218
+ export declare const se_UpdateDataLakeExceptionSubscriptionCommand: (
219
+ input: UpdateDataLakeExceptionSubscriptionCommandInput,
236
220
  context: __SerdeContext
237
221
  ) => Promise<__HttpRequest>;
238
222
  export declare const se_UpdateSubscriberCommand: (
239
223
  input: UpdateSubscriberCommandInput,
240
224
  context: __SerdeContext
241
225
  ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateSubscriptionNotificationConfigurationCommand: (
243
- input: UpdateSubscriptionNotificationConfigurationCommandInput,
226
+ export declare const se_UpdateSubscriberNotificationCommand: (
227
+ input: UpdateSubscriberNotificationCommandInput,
244
228
  context: __SerdeContext
245
229
  ) => Promise<__HttpRequest>;
246
230
  export declare const de_CreateAwsLogSourceCommand: (
@@ -251,30 +235,26 @@ export declare const de_CreateCustomLogSourceCommand: (
251
235
  output: __HttpResponse,
252
236
  context: __SerdeContext
253
237
  ) => Promise<CreateCustomLogSourceCommandOutput>;
254
- export declare const de_CreateDatalakeCommand: (
238
+ export declare const de_CreateDataLakeCommand: (
255
239
  output: __HttpResponse,
256
240
  context: __SerdeContext
257
- ) => Promise<CreateDatalakeCommandOutput>;
258
- export declare const de_CreateDatalakeAutoEnableCommand: (
241
+ ) => Promise<CreateDataLakeCommandOutput>;
242
+ export declare const de_CreateDataLakeExceptionSubscriptionCommand: (
259
243
  output: __HttpResponse,
260
244
  context: __SerdeContext
261
- ) => Promise<CreateDatalakeAutoEnableCommandOutput>;
262
- export declare const de_CreateDatalakeDelegatedAdminCommand: (
245
+ ) => Promise<CreateDataLakeExceptionSubscriptionCommandOutput>;
246
+ export declare const de_CreateDataLakeOrganizationConfigurationCommand: (
263
247
  output: __HttpResponse,
264
248
  context: __SerdeContext
265
- ) => Promise<CreateDatalakeDelegatedAdminCommandOutput>;
266
- export declare const de_CreateDatalakeExceptionsSubscriptionCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<CreateDatalakeExceptionsSubscriptionCommandOutput>;
249
+ ) => Promise<CreateDataLakeOrganizationConfigurationCommandOutput>;
270
250
  export declare const de_CreateSubscriberCommand: (
271
251
  output: __HttpResponse,
272
252
  context: __SerdeContext
273
253
  ) => Promise<CreateSubscriberCommandOutput>;
274
- export declare const de_CreateSubscriptionNotificationConfigurationCommand: (
254
+ export declare const de_CreateSubscriberNotificationCommand: (
275
255
  output: __HttpResponse,
276
256
  context: __SerdeContext
277
- ) => Promise<CreateSubscriptionNotificationConfigurationCommandOutput>;
257
+ ) => Promise<CreateSubscriberNotificationCommandOutput>;
278
258
  export declare const de_DeleteAwsLogSourceCommand: (
279
259
  output: __HttpResponse,
280
260
  context: __SerdeContext
@@ -283,58 +263,54 @@ export declare const de_DeleteCustomLogSourceCommand: (
283
263
  output: __HttpResponse,
284
264
  context: __SerdeContext
285
265
  ) => Promise<DeleteCustomLogSourceCommandOutput>;
286
- export declare const de_DeleteDatalakeCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DeleteDatalakeCommandOutput>;
290
- export declare const de_DeleteDatalakeAutoEnableCommand: (
266
+ export declare const de_DeleteDataLakeCommand: (
291
267
  output: __HttpResponse,
292
268
  context: __SerdeContext
293
- ) => Promise<DeleteDatalakeAutoEnableCommandOutput>;
294
- export declare const de_DeleteDatalakeDelegatedAdminCommand: (
269
+ ) => Promise<DeleteDataLakeCommandOutput>;
270
+ export declare const de_DeleteDataLakeExceptionSubscriptionCommand: (
295
271
  output: __HttpResponse,
296
272
  context: __SerdeContext
297
- ) => Promise<DeleteDatalakeDelegatedAdminCommandOutput>;
298
- export declare const de_DeleteDatalakeExceptionsSubscriptionCommand: (
273
+ ) => Promise<DeleteDataLakeExceptionSubscriptionCommandOutput>;
274
+ export declare const de_DeleteDataLakeOrganizationConfigurationCommand: (
299
275
  output: __HttpResponse,
300
276
  context: __SerdeContext
301
- ) => Promise<DeleteDatalakeExceptionsSubscriptionCommandOutput>;
277
+ ) => Promise<DeleteDataLakeOrganizationConfigurationCommandOutput>;
302
278
  export declare const de_DeleteSubscriberCommand: (
303
279
  output: __HttpResponse,
304
280
  context: __SerdeContext
305
281
  ) => Promise<DeleteSubscriberCommandOutput>;
306
- export declare const de_DeleteSubscriptionNotificationConfigurationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteSubscriptionNotificationConfigurationCommandOutput>;
310
- export declare const de_GetDatalakeCommand: (
282
+ export declare const de_DeleteSubscriberNotificationCommand: (
311
283
  output: __HttpResponse,
312
284
  context: __SerdeContext
313
- ) => Promise<GetDatalakeCommandOutput>;
314
- export declare const de_GetDatalakeAutoEnableCommand: (
285
+ ) => Promise<DeleteSubscriberNotificationCommandOutput>;
286
+ export declare const de_DeregisterDataLakeDelegatedAdministratorCommand: (
315
287
  output: __HttpResponse,
316
288
  context: __SerdeContext
317
- ) => Promise<GetDatalakeAutoEnableCommandOutput>;
318
- export declare const de_GetDatalakeExceptionsExpiryCommand: (
289
+ ) => Promise<DeregisterDataLakeDelegatedAdministratorCommandOutput>;
290
+ export declare const de_GetDataLakeExceptionSubscriptionCommand: (
319
291
  output: __HttpResponse,
320
292
  context: __SerdeContext
321
- ) => Promise<GetDatalakeExceptionsExpiryCommandOutput>;
322
- export declare const de_GetDatalakeExceptionsSubscriptionCommand: (
293
+ ) => Promise<GetDataLakeExceptionSubscriptionCommandOutput>;
294
+ export declare const de_GetDataLakeOrganizationConfigurationCommand: (
323
295
  output: __HttpResponse,
324
296
  context: __SerdeContext
325
- ) => Promise<GetDatalakeExceptionsSubscriptionCommandOutput>;
326
- export declare const de_GetDatalakeStatusCommand: (
297
+ ) => Promise<GetDataLakeOrganizationConfigurationCommandOutput>;
298
+ export declare const de_GetDataLakeSourcesCommand: (
327
299
  output: __HttpResponse,
328
300
  context: __SerdeContext
329
- ) => Promise<GetDatalakeStatusCommandOutput>;
301
+ ) => Promise<GetDataLakeSourcesCommandOutput>;
330
302
  export declare const de_GetSubscriberCommand: (
331
303
  output: __HttpResponse,
332
304
  context: __SerdeContext
333
305
  ) => Promise<GetSubscriberCommandOutput>;
334
- export declare const de_ListDatalakeExceptionsCommand: (
306
+ export declare const de_ListDataLakeExceptionsCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<ListDataLakeExceptionsCommandOutput>;
310
+ export declare const de_ListDataLakesCommand: (
335
311
  output: __HttpResponse,
336
312
  context: __SerdeContext
337
- ) => Promise<ListDatalakeExceptionsCommandOutput>;
313
+ ) => Promise<ListDataLakesCommandOutput>;
338
314
  export declare const de_ListLogSourcesCommand: (
339
315
  output: __HttpResponse,
340
316
  context: __SerdeContext
@@ -343,23 +319,23 @@ export declare const de_ListSubscribersCommand: (
343
319
  output: __HttpResponse,
344
320
  context: __SerdeContext
345
321
  ) => Promise<ListSubscribersCommandOutput>;
346
- export declare const de_UpdateDatalakeCommand: (
322
+ export declare const de_RegisterDataLakeDelegatedAdministratorCommand: (
347
323
  output: __HttpResponse,
348
324
  context: __SerdeContext
349
- ) => Promise<UpdateDatalakeCommandOutput>;
350
- export declare const de_UpdateDatalakeExceptionsExpiryCommand: (
325
+ ) => Promise<RegisterDataLakeDelegatedAdministratorCommandOutput>;
326
+ export declare const de_UpdateDataLakeCommand: (
351
327
  output: __HttpResponse,
352
328
  context: __SerdeContext
353
- ) => Promise<UpdateDatalakeExceptionsExpiryCommandOutput>;
354
- export declare const de_UpdateDatalakeExceptionsSubscriptionCommand: (
329
+ ) => Promise<UpdateDataLakeCommandOutput>;
330
+ export declare const de_UpdateDataLakeExceptionSubscriptionCommand: (
355
331
  output: __HttpResponse,
356
332
  context: __SerdeContext
357
- ) => Promise<UpdateDatalakeExceptionsSubscriptionCommandOutput>;
333
+ ) => Promise<UpdateDataLakeExceptionSubscriptionCommandOutput>;
358
334
  export declare const de_UpdateSubscriberCommand: (
359
335
  output: __HttpResponse,
360
336
  context: __SerdeContext
361
337
  ) => Promise<UpdateSubscriberCommandOutput>;
362
- export declare const de_UpdateSubscriptionNotificationConfigurationCommand: (
338
+ export declare const de_UpdateSubscriberNotificationCommand: (
363
339
  output: __HttpResponse,
364
340
  context: __SerdeContext
365
- ) => Promise<UpdateSubscriptionNotificationConfigurationCommandOutput>;
341
+ ) => Promise<UpdateSubscriberNotificationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securitylake",
3
3
  "description": "AWS SDK for JavaScript Securitylake Client for Node.js, Browser and React Native",
4
- "version": "3.338.0",
4
+ "version": "3.342.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.338.0",
25
- "@aws-sdk/config-resolver": "3.338.0",
26
- "@aws-sdk/credential-provider-node": "3.338.0",
27
- "@aws-sdk/fetch-http-handler": "3.338.0",
28
- "@aws-sdk/hash-node": "3.338.0",
29
- "@aws-sdk/invalid-dependency": "3.338.0",
30
- "@aws-sdk/middleware-content-length": "3.338.0",
31
- "@aws-sdk/middleware-endpoint": "3.338.0",
32
- "@aws-sdk/middleware-host-header": "3.338.0",
33
- "@aws-sdk/middleware-logger": "3.338.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
- "@aws-sdk/middleware-retry": "3.338.0",
36
- "@aws-sdk/middleware-serde": "3.338.0",
37
- "@aws-sdk/middleware-signing": "3.338.0",
38
- "@aws-sdk/middleware-stack": "3.338.0",
39
- "@aws-sdk/middleware-user-agent": "3.338.0",
40
- "@aws-sdk/node-config-provider": "3.338.0",
41
- "@aws-sdk/node-http-handler": "3.338.0",
42
- "@aws-sdk/smithy-client": "3.338.0",
43
- "@aws-sdk/types": "3.338.0",
44
- "@aws-sdk/url-parser": "3.338.0",
24
+ "@aws-sdk/client-sts": "3.342.0",
25
+ "@aws-sdk/config-resolver": "3.342.0",
26
+ "@aws-sdk/credential-provider-node": "3.342.0",
27
+ "@aws-sdk/fetch-http-handler": "3.342.0",
28
+ "@aws-sdk/hash-node": "3.342.0",
29
+ "@aws-sdk/invalid-dependency": "3.342.0",
30
+ "@aws-sdk/middleware-content-length": "3.342.0",
31
+ "@aws-sdk/middleware-endpoint": "3.342.0",
32
+ "@aws-sdk/middleware-host-header": "3.342.0",
33
+ "@aws-sdk/middleware-logger": "3.342.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.342.0",
35
+ "@aws-sdk/middleware-retry": "3.342.0",
36
+ "@aws-sdk/middleware-serde": "3.342.0",
37
+ "@aws-sdk/middleware-signing": "3.342.0",
38
+ "@aws-sdk/middleware-stack": "3.342.0",
39
+ "@aws-sdk/middleware-user-agent": "3.342.0",
40
+ "@aws-sdk/node-config-provider": "3.342.0",
41
+ "@aws-sdk/node-http-handler": "3.342.0",
42
+ "@aws-sdk/smithy-client": "3.342.0",
43
+ "@aws-sdk/types": "3.342.0",
44
+ "@aws-sdk/url-parser": "3.342.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
- "@aws-sdk/util-endpoints": "3.338.0",
51
- "@aws-sdk/util-retry": "3.338.0",
52
- "@aws-sdk/util-user-agent-browser": "3.338.0",
53
- "@aws-sdk/util-user-agent-node": "3.338.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.342.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.342.0",
50
+ "@aws-sdk/util-endpoints": "3.342.0",
51
+ "@aws-sdk/util-retry": "3.342.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.342.0",
53
+ "@aws-sdk/util-user-agent-node": "3.342.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",
@@ -1,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSubscriptionNotificationConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
- class CreateSubscriptionNotificationConfigurationCommand extends smithy_client_1.Command {
10
- static getEndpointParameterInstructions() {
11
- return {
12
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
- Endpoint: { type: "builtInParams", name: "endpoint" },
14
- Region: { type: "builtInParams", name: "region" },
15
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
- };
17
- }
18
- constructor(input) {
19
- super();
20
- this.input = input;
21
- }
22
- resolveMiddleware(clientStack, configuration, options) {
23
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSubscriptionNotificationConfigurationCommand.getEndpointParameterInstructions()));
25
- const stack = clientStack.concat(this.middlewareStack);
26
- const { logger } = configuration;
27
- const clientName = "SecurityLakeClient";
28
- const commandName = "CreateSubscriptionNotificationConfigurationCommand";
29
- const handlerExecutionContext = {
30
- logger,
31
- clientName,
32
- commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
- };
36
- const { requestHandler } = configuration;
37
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
- }
39
- serialize(input, context) {
40
- return (0, Aws_restJson1_1.se_CreateSubscriptionNotificationConfigurationCommand)(input, context);
41
- }
42
- deserialize(output, context) {
43
- return (0, Aws_restJson1_1.de_CreateSubscriptionNotificationConfigurationCommand)(output, context);
44
- }
45
- }
46
- exports.CreateSubscriptionNotificationConfigurationCommand = CreateSubscriptionNotificationConfigurationCommand;