@aws-sdk/client-securitylake 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SecurityLake.d.ts +99 -152
- package/dist-types/ts3.4/SecurityLakeClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAwsLogSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCustomLogSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDataLakeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSubscriberNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAwsLogSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteCustomLogSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataLakeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSubscriberNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataLakeSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataLakeExceptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDataLakesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLogSourcesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListSubscribersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDataLakeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubscriberNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -136,10 +133,7 @@ import {
|
|
|
136
133
|
RegisterDataLakeDelegatedAdministratorCommandInput,
|
|
137
134
|
RegisterDataLakeDelegatedAdministratorCommandOutput,
|
|
138
135
|
} from "./commands/RegisterDataLakeDelegatedAdministratorCommand";
|
|
139
|
-
import {
|
|
140
|
-
TagResourceCommandInput,
|
|
141
|
-
TagResourceCommandOutput,
|
|
142
|
-
} from "./commands/TagResourceCommand";
|
|
136
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
143
137
|
import {
|
|
144
138
|
UntagResourceCommandInput,
|
|
145
139
|
UntagResourceCommandOutput,
|
|
@@ -231,8 +225,7 @@ export type ServiceOutputTypes =
|
|
|
231
225
|
| UpdateDataLakeExceptionSubscriptionCommandOutput
|
|
232
226
|
| UpdateSubscriberCommandOutput
|
|
233
227
|
| UpdateSubscriberNotificationCommandOutput;
|
|
234
|
-
export interface ClientDefaults
|
|
235
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
228
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
236
229
|
requestHandler?: __HttpHandlerUserInput;
|
|
237
230
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
238
231
|
urlParser?: __UrlParser;
|
|
@@ -257,9 +250,7 @@ export interface ClientDefaults
|
|
|
257
250
|
extensions?: RuntimeExtension[];
|
|
258
251
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
259
252
|
}
|
|
260
|
-
export type SecurityLakeClientConfigType = Partial<
|
|
261
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
262
|
-
> &
|
|
253
|
+
export type SecurityLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
263
254
|
ClientDefaults &
|
|
264
255
|
UserAgentInputConfig &
|
|
265
256
|
RetryInputConfig &
|
|
@@ -268,8 +259,7 @@ export type SecurityLakeClientConfigType = Partial<
|
|
|
268
259
|
EndpointInputConfig<EndpointParameters> &
|
|
269
260
|
HttpAuthSchemeInputConfig &
|
|
270
261
|
ClientInputEndpointParameters;
|
|
271
|
-
export interface SecurityLakeClientConfig
|
|
272
|
-
extends SecurityLakeClientConfigType {}
|
|
262
|
+
export interface SecurityLakeClientConfig extends SecurityLakeClientConfigType {}
|
|
273
263
|
export type SecurityLakeClientResolvedConfigType =
|
|
274
264
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
265
|
Required<ClientDefaults> &
|
|
@@ -281,8 +271,7 @@ export type SecurityLakeClientResolvedConfigType =
|
|
|
281
271
|
EndpointResolvedConfig<EndpointParameters> &
|
|
282
272
|
HttpAuthSchemeResolvedConfig &
|
|
283
273
|
ClientResolvedEndpointParameters;
|
|
284
|
-
export interface SecurityLakeClientResolvedConfig
|
|
285
|
-
extends SecurityLakeClientResolvedConfigType {}
|
|
274
|
+
export interface SecurityLakeClientResolvedConfig extends SecurityLakeClientResolvedConfigType {}
|
|
286
275
|
export declare class SecurityLakeClient extends __Client<
|
|
287
276
|
__HttpHandlerOptions,
|
|
288
277
|
ServiceInputTypes,
|
|
@@ -290,8 +279,6 @@ export declare class SecurityLakeClient extends __Client<
|
|
|
290
279
|
SecurityLakeClientResolvedConfig
|
|
291
280
|
> {
|
|
292
281
|
readonly config: SecurityLakeClientResolvedConfig;
|
|
293
|
-
constructor(
|
|
294
|
-
...[configuration]: __CheckOptionalClientConfig<SecurityLakeClientConfig>
|
|
295
|
-
);
|
|
282
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<SecurityLakeClientConfig>);
|
|
296
283
|
destroy(): void;
|
|
297
284
|
}
|
|
@@ -7,17 +7,10 @@ import { SecurityLakeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: SecurityLakeHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: SecurityLakeHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): SecurityLakeHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { SecurityLakeClientResolvedConfig } from "../SecurityLakeClient";
|
|
15
|
-
export interface SecurityLakeHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface SecurityLakeHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface SecurityLakeHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface SecurityLakeHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
SecurityLakeClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
SecurityLakeHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultSecurityLakeHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: SecurityLakeClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<SecurityLakeHttpAuthSchemeParameters>;
|
|
31
|
-
export interface SecurityLakeHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<SecurityLakeHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface SecurityLakeHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SecurityLakeHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultSecurityLakeHttpAuthSchemeProvider: SecurityLakeHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: SecurityLakeHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: SecurityLakeHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./SecurityLakeClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
SecurityLakeClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAwsLogSourceRequest,
|
|
4
|
-
CreateAwsLogSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAwsLogSourceCommandInput
|
|
8
|
-
extends CreateAwsLogSourceRequest {}
|
|
4
|
+
export interface CreateAwsLogSourceCommandInput extends CreateAwsLogSourceRequest {}
|
|
9
5
|
export interface CreateAwsLogSourceCommandOutput
|
|
10
|
-
extends CreateAwsLogSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAwsLogSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAwsLogSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAwsLogSourceCommandInput
|
|
9
|
+
input: CreateAwsLogSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAwsLogSourceCommandInput,
|
|
17
12
|
CreateAwsLogSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAwsLogSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAwsLogSourceCommandInput
|
|
18
|
+
input: CreateAwsLogSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAwsLogSourceCommandInput,
|
|
26
21
|
CreateAwsLogSourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCustomLogSourceRequest,
|
|
4
|
-
CreateCustomLogSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCustomLogSourceCommandInput
|
|
8
|
-
extends CreateCustomLogSourceRequest {}
|
|
4
|
+
export interface CreateCustomLogSourceCommandInput extends CreateCustomLogSourceRequest {}
|
|
9
5
|
export interface CreateCustomLogSourceCommandOutput
|
|
10
|
-
extends CreateCustomLogSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateCustomLogSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateCustomLogSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateCustomLogSourceCommandInput
|
|
9
|
+
input: CreateCustomLogSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateCustomLogSourceCommandInput,
|
|
17
12
|
CreateCustomLogSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateCustomLogSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateCustomLogSourceCommandInput
|
|
18
|
+
input: CreateCustomLogSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateCustomLogSourceCommandInput,
|
|
26
21
|
CreateCustomLogSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDataLakeRequest,
|
|
4
|
-
CreateDataLakeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDataLakeRequest, CreateDataLakeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDataLakeCommandInput extends CreateDataLakeRequest {}
|
|
8
|
-
export interface CreateDataLakeCommandOutput
|
|
9
|
-
extends CreateDataLakeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDataLakeCommandOutput extends CreateDataLakeResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDataLakeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDataLakeCommandInput
|
|
8
|
+
input: CreateDataLakeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDataLakeCommandInput,
|
|
16
11
|
CreateDataLakeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDataLakeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDataLakeCommandInput
|
|
17
|
+
input: CreateDataLakeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDataLakeCommandInput,
|
|
25
20
|
CreateDataLakeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDataLakeExceptionSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataLakeExceptionSubscriptionCommandInput
|
|
8
|
-
extends CreateDataLakeExceptionSubscriptionRequest {}
|
|
7
|
+
export interface CreateDataLakeExceptionSubscriptionCommandInput extends CreateDataLakeExceptionSubscriptionRequest {}
|
|
9
8
|
export interface CreateDataLakeExceptionSubscriptionCommandOutput
|
|
10
|
-
extends CreateDataLakeExceptionSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDataLakeExceptionSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataLakeExceptionSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataLakeExceptionSubscriptionCommandInput
|
|
12
|
+
input: CreateDataLakeExceptionSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataLakeExceptionSubscriptionCommandInput,
|
|
17
15
|
CreateDataLakeExceptionSubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDataLakeExceptionSubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDataLakeExceptionSubscriptionCommandInput
|
|
21
|
+
input: CreateDataLakeExceptionSubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDataLakeExceptionSubscriptionCommandInput,
|
|
26
24
|
CreateDataLakeExceptionSubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDataLakeOrganizationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataLakeOrganizationConfigurationCommandInput
|
|
8
|
-
extends CreateDataLakeOrganizationConfigurationRequest {}
|
|
7
|
+
export interface CreateDataLakeOrganizationConfigurationCommandInput extends CreateDataLakeOrganizationConfigurationRequest {}
|
|
9
8
|
export interface CreateDataLakeOrganizationConfigurationCommandOutput
|
|
10
|
-
extends CreateDataLakeOrganizationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDataLakeOrganizationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataLakeOrganizationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataLakeOrganizationConfigurationCommandInput
|
|
12
|
+
input: CreateDataLakeOrganizationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataLakeOrganizationConfigurationCommandInput,
|
|
17
15
|
CreateDataLakeOrganizationConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSubscriberRequest,
|
|
4
|
-
CreateSubscriberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
|
|
8
|
-
export interface CreateSubscriberCommandOutput
|
|
9
|
-
extends CreateSubscriberResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateSubscriberCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateSubscriberCommandInput
|
|
8
|
+
input: CreateSubscriberCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateSubscriberCommandInput,
|
|
16
11
|
CreateSubscriberCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateSubscriberCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateSubscriberCommandInput
|
|
17
|
+
input: CreateSubscriberCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateSubscriberCommandInput,
|
|
25
20
|
CreateSubscriberCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateSubscriberNotificationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSubscriberNotificationCommandInput
|
|
8
|
-
extends CreateSubscriberNotificationRequest {}
|
|
7
|
+
export interface CreateSubscriberNotificationCommandInput extends CreateSubscriberNotificationRequest {}
|
|
9
8
|
export interface CreateSubscriberNotificationCommandOutput
|
|
10
|
-
extends CreateSubscriberNotificationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateSubscriberNotificationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateSubscriberNotificationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateSubscriberNotificationCommandInput
|
|
12
|
+
input: CreateSubscriberNotificationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateSubscriberNotificationCommandInput,
|
|
17
15
|
CreateSubscriberNotificationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateSubscriberNotificationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateSubscriberNotificationCommandInput
|
|
21
|
+
input: CreateSubscriberNotificationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateSubscriberNotificationCommandInput,
|
|
26
24
|
CreateSubscriberNotificationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAwsLogSourceRequest,
|
|
4
|
-
DeleteAwsLogSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAwsLogSourceCommandInput
|
|
8
|
-
extends DeleteAwsLogSourceRequest {}
|
|
4
|
+
export interface DeleteAwsLogSourceCommandInput extends DeleteAwsLogSourceRequest {}
|
|
9
5
|
export interface DeleteAwsLogSourceCommandOutput
|
|
10
|
-
extends DeleteAwsLogSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAwsLogSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAwsLogSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAwsLogSourceCommandInput
|
|
9
|
+
input: DeleteAwsLogSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAwsLogSourceCommandInput,
|
|
17
12
|
DeleteAwsLogSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteAwsLogSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteAwsLogSourceCommandInput
|
|
18
|
+
input: DeleteAwsLogSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteAwsLogSourceCommandInput,
|
|
26
21
|
DeleteAwsLogSourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteCustomLogSourceRequest,
|
|
4
|
-
DeleteCustomLogSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteCustomLogSourceRequest, DeleteCustomLogSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteCustomLogSourceCommandInput
|
|
8
|
-
extends DeleteCustomLogSourceRequest {}
|
|
4
|
+
export interface DeleteCustomLogSourceCommandInput extends DeleteCustomLogSourceRequest {}
|
|
9
5
|
export interface DeleteCustomLogSourceCommandOutput
|
|
10
|
-
extends DeleteCustomLogSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteCustomLogSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteCustomLogSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteCustomLogSourceCommandInput
|
|
9
|
+
input: DeleteCustomLogSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteCustomLogSourceCommandInput,
|
|
17
12
|
DeleteCustomLogSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteCustomLogSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteCustomLogSourceCommandInput
|
|
18
|
+
input: DeleteCustomLogSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteCustomLogSourceCommandInput,
|
|
26
21
|
DeleteCustomLogSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDataLakeRequest,
|
|
4
|
-
DeleteDataLakeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDataLakeRequest, DeleteDataLakeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDataLakeCommandInput extends DeleteDataLakeRequest {}
|
|
8
|
-
export interface DeleteDataLakeCommandOutput
|
|
9
|
-
extends DeleteDataLakeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDataLakeCommandOutput extends DeleteDataLakeResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDataLakeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDataLakeCommandInput
|
|
8
|
+
input: DeleteDataLakeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDataLakeCommandInput,
|
|
16
11
|
DeleteDataLakeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDataLakeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDataLakeCommandInput
|
|
17
|
+
input: DeleteDataLakeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDataLakeCommandInput,
|
|
25
20
|
DeleteDataLakeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDataLakeExceptionSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDataLakeExceptionSubscriptionCommandInput
|
|
8
|
-
extends DeleteDataLakeExceptionSubscriptionRequest {}
|
|
7
|
+
export interface DeleteDataLakeExceptionSubscriptionCommandInput extends DeleteDataLakeExceptionSubscriptionRequest {}
|
|
9
8
|
export interface DeleteDataLakeExceptionSubscriptionCommandOutput
|
|
10
|
-
extends DeleteDataLakeExceptionSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDataLakeExceptionSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDataLakeExceptionSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDataLakeExceptionSubscriptionCommandInput
|
|
12
|
+
input: DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDataLakeExceptionSubscriptionCommandInput,
|
|
17
15
|
DeleteDataLakeExceptionSubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDataLakeOrganizationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDataLakeOrganizationConfigurationCommandInput
|
|
8
|
-
extends DeleteDataLakeOrganizationConfigurationRequest {}
|
|
7
|
+
export interface DeleteDataLakeOrganizationConfigurationCommandInput extends DeleteDataLakeOrganizationConfigurationRequest {}
|
|
9
8
|
export interface DeleteDataLakeOrganizationConfigurationCommandOutput
|
|
10
|
-
extends DeleteDataLakeOrganizationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDataLakeOrganizationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDataLakeOrganizationConfigurationCommandInput
|
|
12
|
+
input: DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDataLakeOrganizationConfigurationCommandInput,
|
|
17
15
|
DeleteDataLakeOrganizationConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSubscriberRequest,
|
|
4
|
-
DeleteSubscriberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
|
|
8
|
-
export interface DeleteSubscriberCommandOutput
|
|
9
|
-
extends DeleteSubscriberResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteSubscriberCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteSubscriberCommandInput
|
|
8
|
+
input: DeleteSubscriberCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteSubscriberCommandInput,
|
|
16
11
|
DeleteSubscriberCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteSubscriberCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteSubscriberCommandInput
|
|
17
|
+
input: DeleteSubscriberCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteSubscriberCommandInput,
|
|
25
20
|
DeleteSubscriberCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteSubscriberNotificationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSubscriberNotificationCommandInput
|
|
8
|
-
extends DeleteSubscriberNotificationRequest {}
|
|
7
|
+
export interface DeleteSubscriberNotificationCommandInput extends DeleteSubscriberNotificationRequest {}
|
|
9
8
|
export interface DeleteSubscriberNotificationCommandOutput
|
|
10
|
-
extends DeleteSubscriberNotificationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteSubscriberNotificationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteSubscriberNotificationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteSubscriberNotificationCommandInput
|
|
12
|
+
input: DeleteSubscriberNotificationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteSubscriberNotificationCommandInput,
|
|
17
15
|
DeleteSubscriberNotificationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteSubscriberNotificationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteSubscriberNotificationCommandInput
|
|
21
|
+
input: DeleteSubscriberNotificationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteSubscriberNotificationCommandInput,
|
|
26
24
|
DeleteSubscriberNotificationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterDataLakeDelegatedAdministratorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterDataLakeDelegatedAdministratorCommandInput
|
|
8
|
-
extends DeregisterDataLakeDelegatedAdministratorRequest {}
|
|
7
|
+
export interface DeregisterDataLakeDelegatedAdministratorCommandInput extends DeregisterDataLakeDelegatedAdministratorRequest {}
|
|
9
8
|
export interface DeregisterDataLakeDelegatedAdministratorCommandOutput
|
|
10
|
-
extends DeregisterDataLakeDelegatedAdministratorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterDataLakeDelegatedAdministratorResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterDataLakeDelegatedAdministratorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterDataLakeDelegatedAdministratorCommandInput
|
|
12
|
+
input: DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterDataLakeDelegatedAdministratorCommandInput,
|
|
17
15
|
DeregisterDataLakeDelegatedAdministratorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDataLakeExceptionSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDataLakeExceptionSubscriptionCommandInput
|
|
8
|
-
extends GetDataLakeExceptionSubscriptionRequest {}
|
|
7
|
+
export interface GetDataLakeExceptionSubscriptionCommandInput extends GetDataLakeExceptionSubscriptionRequest {}
|
|
9
8
|
export interface GetDataLakeExceptionSubscriptionCommandOutput
|
|
10
|
-
extends GetDataLakeExceptionSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDataLakeExceptionSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDataLakeExceptionSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDataLakeExceptionSubscriptionCommandInput
|
|
12
|
+
input: GetDataLakeExceptionSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDataLakeExceptionSubscriptionCommandInput,
|
|
17
15
|
GetDataLakeExceptionSubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDataLakeOrganizationConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDataLakeOrganizationConfigurationCommandInput
|
|
8
|
-
extends GetDataLakeOrganizationConfigurationRequest {}
|
|
7
|
+
export interface GetDataLakeOrganizationConfigurationCommandInput extends GetDataLakeOrganizationConfigurationRequest {}
|
|
9
8
|
export interface GetDataLakeOrganizationConfigurationCommandOutput
|
|
10
|
-
extends GetDataLakeOrganizationConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDataLakeOrganizationConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDataLakeOrganizationConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDataLakeOrganizationConfigurationCommandInput
|
|
12
|
+
input: GetDataLakeOrganizationConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDataLakeOrganizationConfigurationCommandInput,
|
|
17
15
|
GetDataLakeOrganizationConfigurationCommandOutput,
|