@aws-sdk/client-detective 3.1077.0 → 3.1078.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 +37 -293
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptInvitationCommand.js +2 -14
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -14
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -14
- package/dist-es/commands/CreateGraphCommand.js +2 -14
- package/dist-es/commands/CreateMembersCommand.js +2 -14
- package/dist-es/commands/DeleteGraphCommand.js +2 -14
- package/dist-es/commands/DeleteMembersCommand.js +2 -14
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -14
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -14
- package/dist-es/commands/DisassociateMembershipCommand.js +2 -14
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -14
- package/dist-es/commands/GetInvestigationCommand.js +2 -14
- package/dist-es/commands/GetMembersCommand.js +2 -14
- package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -14
- package/dist-es/commands/ListGraphsCommand.js +2 -14
- package/dist-es/commands/ListIndicatorsCommand.js +2 -14
- package/dist-es/commands/ListInvestigationsCommand.js +2 -14
- package/dist-es/commands/ListInvitationsCommand.js +2 -14
- package/dist-es/commands/ListMembersCommand.js +2 -14
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RejectInvitationCommand.js +2 -14
- package/dist-es/commands/StartInvestigationCommand.js +2 -14
- package/dist-es/commands/StartMonitoringMemberCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -14
- package/dist-es/commands/UpdateInvestigationStateCommand.js +2 -14
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +3 -8
- package/dist-types/commands/CreateGraphCommand.d.ts +3 -8
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGraphCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMembersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMembershipCommand.d.ts +3 -8
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetInvestigationCommand.d.ts +3 -8
- package/dist-types/commands/GetMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListGraphsCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicatorsCommand.d.ts +3 -8
- package/dist-types/commands/ListInvestigationsCommand.d.ts +3 -8
- package/dist-types/commands/ListInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RejectInvitationCommand.d.ts +3 -8
- package/dist-types/commands/StartInvestigationCommand.d.ts +3 -8
- package/dist-types/commands/StartMonitoringMemberCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMembers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMembersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "GetMembers", {})
|
|
13
|
-
.n("DetectiveClient", "GetMembersCommand")
|
|
14
|
-
.sc(GetMembers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMembersCommand extends command(_ep0, _mw0, "GetMembers", GetMembers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDatasourcePackages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDatasourcePackagesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListDatasourcePackages", {})
|
|
13
|
-
.n("DetectiveClient", "ListDatasourcePackagesCommand")
|
|
14
|
-
.sc(ListDatasourcePackages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDatasourcePackagesCommand extends command(_ep0, _mw0, "ListDatasourcePackages", ListDatasourcePackages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGraphs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGraphsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListGraphs", {})
|
|
13
|
-
.n("DetectiveClient", "ListGraphsCommand")
|
|
14
|
-
.sc(ListGraphs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGraphsCommand extends command(_ep0, _mw0, "ListGraphs", ListGraphs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIndicators$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIndicatorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListIndicators", {})
|
|
13
|
-
.n("DetectiveClient", "ListIndicatorsCommand")
|
|
14
|
-
.sc(ListIndicators$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIndicatorsCommand extends command(_ep0, _mw0, "ListIndicators", ListIndicators$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListInvestigations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInvestigationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListInvestigations", {})
|
|
13
|
-
.n("DetectiveClient", "ListInvestigationsCommand")
|
|
14
|
-
.sc(ListInvestigations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInvestigationsCommand extends command(_ep0, _mw0, "ListInvestigations", ListInvestigations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListInvitations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInvitationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListInvitations", {})
|
|
13
|
-
.n("DetectiveClient", "ListInvitationsCommand")
|
|
14
|
-
.sc(ListInvitations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInvitationsCommand extends command(_ep0, _mw0, "ListInvitations", ListInvitations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMembers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMembersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListMembers", {})
|
|
13
|
-
.n("DetectiveClient", "ListMembersCommand")
|
|
14
|
-
.sc(ListMembers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMembersCommand extends command(_ep0, _mw0, "ListMembers", ListMembers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOrganizationAdminAccounts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOrganizationAdminAccountsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListOrganizationAdminAccounts", {})
|
|
13
|
-
.n("DetectiveClient", "ListOrganizationAdminAccountsCommand")
|
|
14
|
-
.sc(ListOrganizationAdminAccounts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOrganizationAdminAccountsCommand extends command(_ep0, _mw0, "ListOrganizationAdminAccounts", ListOrganizationAdminAccounts$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "ListTagsForResource", {})
|
|
13
|
-
.n("DetectiveClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RejectInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RejectInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "RejectInvitation", {})
|
|
13
|
-
.n("DetectiveClient", "RejectInvitationCommand")
|
|
14
|
-
.sc(RejectInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RejectInvitationCommand extends command(_ep0, _mw0, "RejectInvitation", RejectInvitation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartInvestigation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartInvestigationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "StartInvestigation", {})
|
|
13
|
-
.n("DetectiveClient", "StartInvestigationCommand")
|
|
14
|
-
.sc(StartInvestigation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartInvestigationCommand extends command(_ep0, _mw0, "StartInvestigation", StartInvestigation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartMonitoringMember$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartMonitoringMemberCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "StartMonitoringMember", {})
|
|
13
|
-
.n("DetectiveClient", "StartMonitoringMemberCommand")
|
|
14
|
-
.sc(StartMonitoringMember$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartMonitoringMemberCommand extends command(_ep0, _mw0, "StartMonitoringMember", StartMonitoringMember$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "TagResource", {})
|
|
13
|
-
.n("DetectiveClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "UntagResource", {})
|
|
13
|
-
.n("DetectiveClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDatasourcePackages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDatasourcePackagesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "UpdateDatasourcePackages", {})
|
|
13
|
-
.n("DetectiveClient", "UpdateDatasourcePackagesCommand")
|
|
14
|
-
.sc(UpdateDatasourcePackages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDatasourcePackagesCommand extends command(_ep0, _mw0, "UpdateDatasourcePackages", UpdateDatasourcePackages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateInvestigationState$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateInvestigationStateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "UpdateInvestigationState", {})
|
|
13
|
-
.n("DetectiveClient", "UpdateInvestigationStateCommand")
|
|
14
|
-
.sc(UpdateInvestigationState$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateInvestigationStateCommand extends command(_ep0, _mw0, "UpdateInvestigationState", UpdateInvestigationState$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateOrganizationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateOrganizationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonDetective", "UpdateOrganizationConfiguration", {})
|
|
13
|
-
.n("DetectiveClient", "UpdateOrganizationConfigurationCommand")
|
|
14
|
-
.sc(UpdateOrganizationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateOrganizationConfigurationCommand extends command(_ep0, _mw0, "UpdateOrganizationConfiguration", UpdateOrganizationConfiguration$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DetectiveClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { AcceptInvitationRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
|
|
|
22
19
|
export interface AcceptInvitationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AcceptInvitationCommand_base: {
|
|
25
|
-
new (input: AcceptInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AcceptInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AcceptInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AcceptInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Accepts an invitation for the member account to contribute data to a behavior graph.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGrap
|
|
|
22
19
|
export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetGraphMemberDatasourcesCommand_base: {
|
|
25
|
-
new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets data source package information for the behavior graph.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembe
|
|
|
22
19
|
export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetMembershipDatasourcesCommand_base: {
|
|
25
|
-
new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information on the data source package history for an account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateGraphCommandInput extends CreateGraphRequest {
|
|
|
22
19
|
export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateGraphCommand_base: {
|
|
25
|
-
new (input: CreateGraphCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [CreateGraphCommandInput]): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateGraphCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [CreateGraphCommandInput]): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new behavior graph for the calling account, and sets that account as the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMembersCommandInput extends CreateMembersRequest {
|
|
|
22
19
|
export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMembersCommand_base: {
|
|
25
|
-
new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { DeleteGraphRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteGraphCommandInput extends DeleteGraphRequest {
|
|
|
22
19
|
export interface DeleteGraphCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteGraphCommand_base: {
|
|
25
|
-
new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disables the specified behavior graph and queues it to be deleted. This operation
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMembersCommandInput extends DeleteMembersRequest {
|
|
|
22
19
|
export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMembersCommand_base: {
|
|
25
|
-
new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified member accounts from the behavior graph. The removed accounts no
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
2
|
import type { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeOrganizationConfigurationCommandInput extends DescribeO
|
|
|
22
19
|
export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeOrganizationConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the configuration for the organization behavior graph.
|