@aws-sdk/client-guardduty 3.1087.0 → 3.1088.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/GuardDuty.d.ts +299 -350
- package/dist-types/ts3.4/GuardDutyClient.d.ts +17 -62
- 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/AcceptAdministratorInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateInvestigationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendObjectMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +5 -10
- 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 +27 -54
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -4
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- 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 {
|
|
@@ -60,10 +57,7 @@ import {
|
|
|
60
57
|
CreateInvestigationCommandInput,
|
|
61
58
|
CreateInvestigationCommandOutput,
|
|
62
59
|
} from "./commands/CreateInvestigationCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateIPSetCommandInput,
|
|
65
|
-
CreateIPSetCommandOutput,
|
|
66
|
-
} from "./commands/CreateIPSetCommand";
|
|
60
|
+
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
67
61
|
import {
|
|
68
62
|
CreateMalwareProtectionPlanCommandInput,
|
|
69
63
|
CreateMalwareProtectionPlanCommandOutput,
|
|
@@ -108,10 +102,7 @@ import {
|
|
|
108
102
|
DeleteInvitationsCommandInput,
|
|
109
103
|
DeleteInvitationsCommandOutput,
|
|
110
104
|
} from "./commands/DeleteInvitationsCommand";
|
|
111
|
-
import {
|
|
112
|
-
DeleteIPSetCommandInput,
|
|
113
|
-
DeleteIPSetCommandOutput,
|
|
114
|
-
} from "./commands/DeleteIPSetCommand";
|
|
105
|
+
import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
|
|
115
106
|
import {
|
|
116
107
|
DeleteMalwareProtectionPlanCommandInput,
|
|
117
108
|
DeleteMalwareProtectionPlanCommandOutput,
|
|
@@ -176,18 +167,9 @@ import {
|
|
|
176
167
|
GetCoverageStatisticsCommandInput,
|
|
177
168
|
GetCoverageStatisticsCommandOutput,
|
|
178
169
|
} from "./commands/GetCoverageStatisticsCommand";
|
|
179
|
-
import {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
} from "./commands/GetDetectorCommand";
|
|
183
|
-
import {
|
|
184
|
-
GetFilterCommandInput,
|
|
185
|
-
GetFilterCommandOutput,
|
|
186
|
-
} from "./commands/GetFilterCommand";
|
|
187
|
-
import {
|
|
188
|
-
GetFindingsCommandInput,
|
|
189
|
-
GetFindingsCommandOutput,
|
|
190
|
-
} from "./commands/GetFindingsCommand";
|
|
170
|
+
import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
|
|
171
|
+
import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
|
|
172
|
+
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
191
173
|
import {
|
|
192
174
|
GetFindingsStatisticsCommandInput,
|
|
193
175
|
GetFindingsStatisticsCommandOutput,
|
|
@@ -200,10 +182,7 @@ import {
|
|
|
200
182
|
GetInvitationsCountCommandInput,
|
|
201
183
|
GetInvitationsCountCommandOutput,
|
|
202
184
|
} from "./commands/GetInvitationsCountCommand";
|
|
203
|
-
import {
|
|
204
|
-
GetIPSetCommandInput,
|
|
205
|
-
GetIPSetCommandOutput,
|
|
206
|
-
} from "./commands/GetIPSetCommand";
|
|
185
|
+
import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
|
|
207
186
|
import {
|
|
208
187
|
GetMalwareProtectionPlanCommandInput,
|
|
209
188
|
GetMalwareProtectionPlanCommandOutput,
|
|
@@ -224,10 +203,7 @@ import {
|
|
|
224
203
|
GetMemberDetectorsCommandInput,
|
|
225
204
|
GetMemberDetectorsCommandOutput,
|
|
226
205
|
} from "./commands/GetMemberDetectorsCommand";
|
|
227
|
-
import {
|
|
228
|
-
GetMembersCommandInput,
|
|
229
|
-
GetMembersCommandOutput,
|
|
230
|
-
} from "./commands/GetMembersCommand";
|
|
206
|
+
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
231
207
|
import {
|
|
232
208
|
GetOrganizationStatisticsCommandInput,
|
|
233
209
|
GetOrganizationStatisticsCommandOutput,
|
|
@@ -264,10 +240,7 @@ import {
|
|
|
264
240
|
ListDetectorsCommandInput,
|
|
265
241
|
ListDetectorsCommandOutput,
|
|
266
242
|
} from "./commands/ListDetectorsCommand";
|
|
267
|
-
import {
|
|
268
|
-
ListFiltersCommandInput,
|
|
269
|
-
ListFiltersCommandOutput,
|
|
270
|
-
} from "./commands/ListFiltersCommand";
|
|
243
|
+
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
|
|
271
244
|
import {
|
|
272
245
|
ListFindingsCommandInput,
|
|
273
246
|
ListFindingsCommandOutput,
|
|
@@ -280,10 +253,7 @@ import {
|
|
|
280
253
|
ListInvitationsCommandInput,
|
|
281
254
|
ListInvitationsCommandOutput,
|
|
282
255
|
} from "./commands/ListInvitationsCommand";
|
|
283
|
-
import {
|
|
284
|
-
ListIPSetsCommandInput,
|
|
285
|
-
ListIPSetsCommandOutput,
|
|
286
|
-
} from "./commands/ListIPSetsCommand";
|
|
256
|
+
import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
|
|
287
257
|
import {
|
|
288
258
|
ListMalwareProtectionPlansCommandInput,
|
|
289
259
|
ListMalwareProtectionPlansCommandOutput,
|
|
@@ -292,10 +262,7 @@ import {
|
|
|
292
262
|
ListMalwareScansCommandInput,
|
|
293
263
|
ListMalwareScansCommandOutput,
|
|
294
264
|
} from "./commands/ListMalwareScansCommand";
|
|
295
|
-
import {
|
|
296
|
-
ListMembersCommandInput,
|
|
297
|
-
ListMembersCommandOutput,
|
|
298
|
-
} from "./commands/ListMembersCommand";
|
|
265
|
+
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
299
266
|
import {
|
|
300
267
|
ListOrganizationAdminAccountsCommandInput,
|
|
301
268
|
ListOrganizationAdminAccountsCommandOutput,
|
|
@@ -336,10 +303,7 @@ import {
|
|
|
336
303
|
StopMonitoringMembersCommandInput,
|
|
337
304
|
StopMonitoringMembersCommandOutput,
|
|
338
305
|
} from "./commands/StopMonitoringMembersCommand";
|
|
339
|
-
import {
|
|
340
|
-
TagResourceCommandInput,
|
|
341
|
-
TagResourceCommandOutput,
|
|
342
|
-
} from "./commands/TagResourceCommand";
|
|
306
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
343
307
|
import {
|
|
344
308
|
UnarchiveFindingsCommandInput,
|
|
345
309
|
UnarchiveFindingsCommandOutput,
|
|
@@ -360,10 +324,7 @@ import {
|
|
|
360
324
|
UpdateFindingsFeedbackCommandInput,
|
|
361
325
|
UpdateFindingsFeedbackCommandOutput,
|
|
362
326
|
} from "./commands/UpdateFindingsFeedbackCommand";
|
|
363
|
-
import {
|
|
364
|
-
UpdateIPSetCommandInput,
|
|
365
|
-
UpdateIPSetCommandOutput,
|
|
366
|
-
} from "./commands/UpdateIPSetCommand";
|
|
327
|
+
import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
|
|
367
328
|
import {
|
|
368
329
|
UpdateMalwareProtectionPlanCommandInput,
|
|
369
330
|
UpdateMalwareProtectionPlanCommandOutput,
|
|
@@ -585,8 +546,7 @@ export type ServiceOutputTypes =
|
|
|
585
546
|
| UpdateThreatEntitySetCommandOutput
|
|
586
547
|
| UpdateThreatIntelSetCommandOutput
|
|
587
548
|
| UpdateTrustedEntitySetCommandOutput;
|
|
588
|
-
export interface ClientDefaults
|
|
589
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
549
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
590
550
|
requestHandler?: __HttpHandlerUserInput;
|
|
591
551
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
592
552
|
urlParser?: __UrlParser;
|
|
@@ -611,9 +571,7 @@ export interface ClientDefaults
|
|
|
611
571
|
extensions?: RuntimeExtension[];
|
|
612
572
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
613
573
|
}
|
|
614
|
-
export type GuardDutyClientConfigType = Partial<
|
|
615
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
616
|
-
> &
|
|
574
|
+
export type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
617
575
|
ClientDefaults &
|
|
618
576
|
UserAgentInputConfig &
|
|
619
577
|
RetryInputConfig &
|
|
@@ -634,8 +592,7 @@ export type GuardDutyClientResolvedConfigType =
|
|
|
634
592
|
EndpointResolvedConfig<EndpointParameters> &
|
|
635
593
|
HttpAuthSchemeResolvedConfig &
|
|
636
594
|
ClientResolvedEndpointParameters;
|
|
637
|
-
export interface GuardDutyClientResolvedConfig
|
|
638
|
-
extends GuardDutyClientResolvedConfigType {}
|
|
595
|
+
export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedConfigType {}
|
|
639
596
|
export declare class GuardDutyClient extends __Client<
|
|
640
597
|
__HttpHandlerOptions,
|
|
641
598
|
ServiceInputTypes,
|
|
@@ -643,8 +600,6 @@ export declare class GuardDutyClient extends __Client<
|
|
|
643
600
|
GuardDutyClientResolvedConfig
|
|
644
601
|
> {
|
|
645
602
|
readonly config: GuardDutyClientResolvedConfig;
|
|
646
|
-
constructor(
|
|
647
|
-
...[configuration]: __CheckOptionalClientConfig<GuardDutyClientConfig>
|
|
648
|
-
);
|
|
603
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<GuardDutyClientConfig>);
|
|
649
604
|
destroy(): void;
|
|
650
605
|
}
|
|
@@ -7,17 +7,10 @@ import { GuardDutyHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: GuardDutyHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: GuardDutyHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): GuardDutyHttpAuthSchemeProvider;
|
|
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 { GuardDutyClientResolvedConfig } from "../GuardDutyClient";
|
|
15
|
-
export interface GuardDutyHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface GuardDutyHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface GuardDutyHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface GuardDutyHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
GuardDutyClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
GuardDutyHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultGuardDutyHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: GuardDutyClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<GuardDutyHttpAuthSchemeParameters>;
|
|
31
|
-
export interface GuardDutyHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<GuardDutyHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface GuardDutyHttpAuthSchemeProvider extends HttpAuthSchemeProvider<GuardDutyHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultGuardDutyHttpAuthSchemeProvider: GuardDutyHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: GuardDutyHttpAuthSchemeProvider;
|
|
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: GuardDutyHttpAuthSchemeProvider;
|
|
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 "./GuardDutyClient";
|
|
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
|
GuardDutyClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AcceptAdministratorInvitationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AcceptAdministratorInvitationCommandInput
|
|
8
|
-
extends AcceptAdministratorInvitationRequest {}
|
|
7
|
+
export interface AcceptAdministratorInvitationCommandInput extends AcceptAdministratorInvitationRequest {}
|
|
9
8
|
export interface AcceptAdministratorInvitationCommandOutput
|
|
10
|
-
extends AcceptAdministratorInvitationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AcceptAdministratorInvitationResponse, __MetadataBearer {}
|
|
12
10
|
declare const AcceptAdministratorInvitationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AcceptAdministratorInvitationCommandInput
|
|
12
|
+
input: AcceptAdministratorInvitationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AcceptAdministratorInvitationCommandInput,
|
|
17
15
|
AcceptAdministratorInvitationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AcceptAdministratorInvitationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AcceptAdministratorInvitationCommandInput
|
|
21
|
+
input: AcceptAdministratorInvitationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AcceptAdministratorInvitationCommandInput,
|
|
26
24
|
AcceptAdministratorInvitationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AcceptInvitationRequest,
|
|
4
|
-
AcceptInvitationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
|
|
8
|
-
export interface AcceptInvitationCommandOutput
|
|
9
|
-
extends AcceptInvitationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {}
|
|
11
6
|
declare const AcceptInvitationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AcceptInvitationCommandInput
|
|
8
|
+
input: AcceptInvitationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AcceptInvitationCommandInput,
|
|
16
11
|
AcceptInvitationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AcceptInvitationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AcceptInvitationCommandInput
|
|
17
|
+
input: AcceptInvitationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AcceptInvitationCommandInput,
|
|
25
20
|
AcceptInvitationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ArchiveFindingsRequest,
|
|
4
|
-
ArchiveFindingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ArchiveFindingsRequest, ArchiveFindingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ArchiveFindingsCommandInput extends ArchiveFindingsRequest {}
|
|
8
|
-
export interface ArchiveFindingsCommandOutput
|
|
9
|
-
extends ArchiveFindingsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ArchiveFindingsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ArchiveFindingsCommandInput
|
|
8
|
+
input: ArchiveFindingsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ArchiveFindingsCommandInput,
|
|
16
11
|
ArchiveFindingsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ArchiveFindingsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ArchiveFindingsCommandInput
|
|
17
|
+
input: ArchiveFindingsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ArchiveFindingsCommandInput,
|
|
25
20
|
ArchiveFindingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDetectorRequest,
|
|
4
|
-
CreateDetectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDetectorRequest, CreateDetectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDetectorCommandInput extends CreateDetectorRequest {}
|
|
8
|
-
export interface CreateDetectorCommandOutput
|
|
9
|
-
extends CreateDetectorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDetectorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDetectorCommandInput
|
|
8
|
+
input: CreateDetectorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDetectorCommandInput,
|
|
16
11
|
CreateDetectorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDetectorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDetectorCommandInput
|
|
17
|
+
input: CreateDetectorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDetectorCommandInput,
|
|
25
20
|
CreateDetectorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
5
|
-
export interface CreateFilterCommandOutput
|
|
6
|
-
extends CreateFilterResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateFilterCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateFilterCommandInput
|
|
8
|
+
input: CreateFilterCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateFilterCommandInput,
|
|
13
11
|
CreateFilterCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateFilterCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateFilterCommandInput
|
|
17
|
+
input: CreateFilterCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateFilterCommandInput,
|
|
22
20
|
CreateFilterCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
|
|
5
|
-
export interface CreateIPSetCommandOutput
|
|
6
|
-
extends CreateIPSetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateIPSetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateIPSetCommandInput
|
|
8
|
+
input: CreateIPSetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateIPSetCommandInput,
|
|
13
11
|
CreateIPSetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateIPSetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateIPSetCommandInput
|
|
17
|
+
input: CreateIPSetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateIPSetCommandInput,
|
|
22
20
|
CreateIPSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateInvestigationRequest,
|
|
4
|
-
CreateInvestigationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateInvestigationRequest, CreateInvestigationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateInvestigationCommandInput
|
|
8
|
-
extends CreateInvestigationRequest {}
|
|
4
|
+
export interface CreateInvestigationCommandInput extends CreateInvestigationRequest {}
|
|
9
5
|
export interface CreateInvestigationCommandOutput
|
|
10
|
-
extends CreateInvestigationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateInvestigationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateInvestigationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateInvestigationCommandInput
|
|
9
|
+
input: CreateInvestigationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateInvestigationCommandInput,
|
|
17
12
|
CreateInvestigationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateInvestigationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateInvestigationCommandInput
|
|
18
|
+
input: CreateInvestigationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateInvestigationCommandInput,
|
|
26
21
|
CreateInvestigationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMalwareProtectionPlanResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMalwareProtectionPlanCommandInput
|
|
8
|
-
extends CreateMalwareProtectionPlanRequest {}
|
|
7
|
+
export interface CreateMalwareProtectionPlanCommandInput extends CreateMalwareProtectionPlanRequest {}
|
|
9
8
|
export interface CreateMalwareProtectionPlanCommandOutput
|
|
10
|
-
extends CreateMalwareProtectionPlanResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMalwareProtectionPlanResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMalwareProtectionPlanCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMalwareProtectionPlanCommandInput
|
|
12
|
+
input: CreateMalwareProtectionPlanCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMalwareProtectionPlanCommandInput,
|
|
17
15
|
CreateMalwareProtectionPlanCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMalwareProtectionPlanCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMalwareProtectionPlanCommandInput
|
|
21
|
+
input: CreateMalwareProtectionPlanCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMalwareProtectionPlanCommandInput,
|
|
26
24
|
CreateMalwareProtectionPlanCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMembersRequest,
|
|
4
|
-
CreateMembersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateMembersCommandInput extends CreateMembersRequest {}
|
|
8
|
-
export interface CreateMembersCommandOutput
|
|
9
|
-
extends CreateMembersResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateMembersCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateMembersCommandInput
|
|
8
|
+
input: CreateMembersCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateMembersCommandInput,
|
|
16
11
|
CreateMembersCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateMembersCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateMembersCommandInput
|
|
17
|
+
input: CreateMembersCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateMembersCommandInput,
|
|
25
20
|
CreateMembersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePublishingDestinationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePublishingDestinationCommandInput
|
|
8
|
-
extends CreatePublishingDestinationRequest {}
|
|
7
|
+
export interface CreatePublishingDestinationCommandInput extends CreatePublishingDestinationRequest {}
|
|
9
8
|
export interface CreatePublishingDestinationCommandOutput
|
|
10
|
-
extends CreatePublishingDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePublishingDestinationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePublishingDestinationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePublishingDestinationCommandInput
|
|
12
|
+
input: CreatePublishingDestinationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePublishingDestinationCommandInput,
|
|
17
15
|
CreatePublishingDestinationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePublishingDestinationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePublishingDestinationCommandInput
|
|
21
|
+
input: CreatePublishingDestinationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePublishingDestinationCommandInput,
|
|
26
24
|
CreatePublishingDestinationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSampleFindingsRequest,
|
|
4
|
-
CreateSampleFindingsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSampleFindingsCommandInput
|
|
8
|
-
extends CreateSampleFindingsRequest {}
|
|
4
|
+
export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {}
|
|
9
5
|
export interface CreateSampleFindingsCommandOutput
|
|
10
|
-
extends CreateSampleFindingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSampleFindingsResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateSampleFindingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSampleFindingsCommandInput
|
|
9
|
+
input: CreateSampleFindingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSampleFindingsCommandInput,
|
|
17
12
|
CreateSampleFindingsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSampleFindingsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSampleFindingsCommandInput
|
|
18
|
+
input: CreateSampleFindingsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSampleFindingsCommandInput,
|
|
26
21
|
CreateSampleFindingsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateThreatEntitySetRequest,
|
|
4
|
-
CreateThreatEntitySetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateThreatEntitySetRequest, CreateThreatEntitySetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateThreatEntitySetCommandInput
|
|
8
|
-
extends CreateThreatEntitySetRequest {}
|
|
4
|
+
export interface CreateThreatEntitySetCommandInput extends CreateThreatEntitySetRequest {}
|
|
9
5
|
export interface CreateThreatEntitySetCommandOutput
|
|
10
|
-
extends CreateThreatEntitySetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateThreatEntitySetResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateThreatEntitySetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateThreatEntitySetCommandInput
|
|
9
|
+
input: CreateThreatEntitySetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateThreatEntitySetCommandInput,
|
|
17
12
|
CreateThreatEntitySetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateThreatEntitySetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateThreatEntitySetCommandInput
|
|
18
|
+
input: CreateThreatEntitySetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateThreatEntitySetCommandInput,
|
|
26
21
|
CreateThreatEntitySetCommandOutput,
|