@aws-sdk/client-detective 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Detective.d.ts +442 -125
  3. package/dist-types/ts3.4/DetectiveClient.d.ts +273 -97
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -16
  13. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/index.d.ts +24 -24
  29. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  30. package/dist-types/ts3.4/index.d.ts +6 -6
  31. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +8 -6
  32. package/dist-types/ts3.4/models/index.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +543 -485
  34. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  35. package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  41. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  46. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { Detective } from "../Detective";
3
- import { DetectiveClient } from "../DetectiveClient";
4
- export interface DetectivePaginationConfiguration extends PaginationConfiguration {
5
- client: Detective | DetectiveClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Detective } from "../Detective";
3
+ import { DetectiveClient } from "../DetectiveClient";
4
+ export interface DetectivePaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: Detective | DetectiveClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
3
- import { DetectivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDatasourcePackages(config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...additionalArguments: any): Paginator<ListDatasourcePackagesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDatasourcePackagesCommandInput,
4
+ ListDatasourcePackagesCommandOutput,
5
+ } from "../commands/ListDatasourcePackagesCommand";
6
+ import { DetectivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDatasourcePackages(
8
+ config: DetectivePaginationConfiguration,
9
+ input: ListDatasourcePackagesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDatasourcePackagesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
3
- import { DetectivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListGraphs(config: DetectivePaginationConfiguration, input: ListGraphsCommandInput, ...additionalArguments: any): Paginator<ListGraphsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListGraphsCommandInput,
4
+ ListGraphsCommandOutput,
5
+ } from "../commands/ListGraphsCommand";
6
+ import { DetectivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListGraphs(
8
+ config: DetectivePaginationConfiguration,
9
+ input: ListGraphsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListGraphsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
- import { DetectivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListInvitations(config: DetectivePaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListInvitationsCommandInput,
4
+ ListInvitationsCommandOutput,
5
+ } from "../commands/ListInvitationsCommand";
6
+ import { DetectivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListInvitations(
8
+ config: DetectivePaginationConfiguration,
9
+ input: ListInvitationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListInvitationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
- import { DetectivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMembers(config: DetectivePaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListMembersCommandInput,
4
+ ListMembersCommandOutput,
5
+ } from "../commands/ListMembersCommand";
6
+ import { DetectivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMembers(
8
+ config: DetectivePaginationConfiguration,
9
+ input: ListMembersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMembersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
3
- import { DetectivePaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOrganizationAdminAccounts(config: DetectivePaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOrganizationAdminAccountsCommandInput,
4
+ ListOrganizationAdminAccountsCommandOutput,
5
+ } from "../commands/ListOrganizationAdminAccountsCommand";
6
+ import { DetectivePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOrganizationAdminAccounts(
8
+ config: DetectivePaginationConfiguration,
9
+ input: ListOrganizationAdminAccountsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -1,6 +1,6 @@
1
- export * from "./Interfaces";
2
- export * from "./ListDatasourcePackagesPaginator";
3
- export * from "./ListGraphsPaginator";
4
- export * from "./ListInvitationsPaginator";
5
- export * from "./ListMembersPaginator";
6
- export * from "./ListOrganizationAdminAccountsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListDatasourcePackagesPaginator";
3
+ export * from "./ListGraphsPaginator";
4
+ export * from "./ListInvitationsPaginator";
5
+ export * from "./ListMembersPaginator";
6
+ export * from "./ListOrganizationAdminAccountsPaginator";
@@ -1,74 +1,293 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
4
- import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "../commands/BatchGetGraphMemberDatasourcesCommand";
5
- import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "../commands/BatchGetMembershipDatasourcesCommand";
6
- import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
7
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
8
- import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/DeleteGraphCommand";
9
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
10
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
11
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
12
- import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "../commands/DisassociateMembershipCommand";
13
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
14
- import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
15
- import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
16
- import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
17
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
18
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
19
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
21
- import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../commands/RejectInvitationCommand";
22
- import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "../commands/StartMonitoringMemberCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
25
- import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "../commands/UpdateDatasourcePackagesCommand";
26
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
27
- export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (input: BatchGetGraphMemberDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1BatchGetMembershipDatasourcesCommand: (input: BatchGetMembershipDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
52
- export declare const deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
53
- export declare const deserializeAws_restJson1BatchGetMembershipDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
54
- export declare const deserializeAws_restJson1CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
55
- export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
56
- export declare const deserializeAws_restJson1DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
57
- export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
58
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
59
- export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
60
- export declare const deserializeAws_restJson1DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
61
- export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
62
- export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
63
- export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
64
- export declare const deserializeAws_restJson1ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
65
- export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
66
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
67
- export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
68
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
69
- export declare const deserializeAws_restJson1RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
70
- export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
71
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
72
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
73
- export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
74
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AcceptInvitationCommandInput,
8
+ AcceptInvitationCommandOutput,
9
+ } from "../commands/AcceptInvitationCommand";
10
+ import {
11
+ BatchGetGraphMemberDatasourcesCommandInput,
12
+ BatchGetGraphMemberDatasourcesCommandOutput,
13
+ } from "../commands/BatchGetGraphMemberDatasourcesCommand";
14
+ import {
15
+ BatchGetMembershipDatasourcesCommandInput,
16
+ BatchGetMembershipDatasourcesCommandOutput,
17
+ } from "../commands/BatchGetMembershipDatasourcesCommand";
18
+ import {
19
+ CreateGraphCommandInput,
20
+ CreateGraphCommandOutput,
21
+ } from "../commands/CreateGraphCommand";
22
+ import {
23
+ CreateMembersCommandInput,
24
+ CreateMembersCommandOutput,
25
+ } from "../commands/CreateMembersCommand";
26
+ import {
27
+ DeleteGraphCommandInput,
28
+ DeleteGraphCommandOutput,
29
+ } from "../commands/DeleteGraphCommand";
30
+ import {
31
+ DeleteMembersCommandInput,
32
+ DeleteMembersCommandOutput,
33
+ } from "../commands/DeleteMembersCommand";
34
+ import {
35
+ DescribeOrganizationConfigurationCommandInput,
36
+ DescribeOrganizationConfigurationCommandOutput,
37
+ } from "../commands/DescribeOrganizationConfigurationCommand";
38
+ import {
39
+ DisableOrganizationAdminAccountCommandInput,
40
+ DisableOrganizationAdminAccountCommandOutput,
41
+ } from "../commands/DisableOrganizationAdminAccountCommand";
42
+ import {
43
+ DisassociateMembershipCommandInput,
44
+ DisassociateMembershipCommandOutput,
45
+ } from "../commands/DisassociateMembershipCommand";
46
+ import {
47
+ EnableOrganizationAdminAccountCommandInput,
48
+ EnableOrganizationAdminAccountCommandOutput,
49
+ } from "../commands/EnableOrganizationAdminAccountCommand";
50
+ import {
51
+ GetMembersCommandInput,
52
+ GetMembersCommandOutput,
53
+ } from "../commands/GetMembersCommand";
54
+ import {
55
+ ListDatasourcePackagesCommandInput,
56
+ ListDatasourcePackagesCommandOutput,
57
+ } from "../commands/ListDatasourcePackagesCommand";
58
+ import {
59
+ ListGraphsCommandInput,
60
+ ListGraphsCommandOutput,
61
+ } from "../commands/ListGraphsCommand";
62
+ import {
63
+ ListInvitationsCommandInput,
64
+ ListInvitationsCommandOutput,
65
+ } from "../commands/ListInvitationsCommand";
66
+ import {
67
+ ListMembersCommandInput,
68
+ ListMembersCommandOutput,
69
+ } from "../commands/ListMembersCommand";
70
+ import {
71
+ ListOrganizationAdminAccountsCommandInput,
72
+ ListOrganizationAdminAccountsCommandOutput,
73
+ } from "../commands/ListOrganizationAdminAccountsCommand";
74
+ import {
75
+ ListTagsForResourceCommandInput,
76
+ ListTagsForResourceCommandOutput,
77
+ } from "../commands/ListTagsForResourceCommand";
78
+ import {
79
+ RejectInvitationCommandInput,
80
+ RejectInvitationCommandOutput,
81
+ } from "../commands/RejectInvitationCommand";
82
+ import {
83
+ StartMonitoringMemberCommandInput,
84
+ StartMonitoringMemberCommandOutput,
85
+ } from "../commands/StartMonitoringMemberCommand";
86
+ import {
87
+ TagResourceCommandInput,
88
+ TagResourceCommandOutput,
89
+ } from "../commands/TagResourceCommand";
90
+ import {
91
+ UntagResourceCommandInput,
92
+ UntagResourceCommandOutput,
93
+ } from "../commands/UntagResourceCommand";
94
+ import {
95
+ UpdateDatasourcePackagesCommandInput,
96
+ UpdateDatasourcePackagesCommandOutput,
97
+ } from "../commands/UpdateDatasourcePackagesCommand";
98
+ import {
99
+ UpdateOrganizationConfigurationCommandInput,
100
+ UpdateOrganizationConfigurationCommandOutput,
101
+ } from "../commands/UpdateOrganizationConfigurationCommand";
102
+ export declare const serializeAws_restJson1AcceptInvitationCommand: (
103
+ input: AcceptInvitationCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (
107
+ input: BatchGetGraphMemberDatasourcesCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_restJson1BatchGetMembershipDatasourcesCommand: (
111
+ input: BatchGetMembershipDatasourcesCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_restJson1CreateGraphCommand: (
115
+ input: CreateGraphCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1CreateMembersCommand: (
119
+ input: CreateMembersCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_restJson1DeleteGraphCommand: (
123
+ input: DeleteGraphCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_restJson1DeleteMembersCommand: (
127
+ input: DeleteMembersCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
131
+ input: DescribeOrganizationConfigurationCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
135
+ input: DisableOrganizationAdminAccountCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1DisassociateMembershipCommand: (
139
+ input: DisassociateMembershipCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
143
+ input: EnableOrganizationAdminAccountCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1GetMembersCommand: (
147
+ input: GetMembersCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1ListDatasourcePackagesCommand: (
151
+ input: ListDatasourcePackagesCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1ListGraphsCommand: (
155
+ input: ListGraphsCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1ListInvitationsCommand: (
159
+ input: ListInvitationsCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1ListMembersCommand: (
163
+ input: ListMembersCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
167
+ input: ListOrganizationAdminAccountsCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
171
+ input: ListTagsForResourceCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1RejectInvitationCommand: (
175
+ input: RejectInvitationCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1StartMonitoringMemberCommand: (
179
+ input: StartMonitoringMemberCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1TagResourceCommand: (
183
+ input: TagResourceCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1UntagResourceCommand: (
187
+ input: UntagResourceCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1UpdateDatasourcePackagesCommand: (
191
+ input: UpdateDatasourcePackagesCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
195
+ input: UpdateOrganizationConfigurationCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const deserializeAws_restJson1AcceptInvitationCommand: (
199
+ output: __HttpResponse,
200
+ context: __SerdeContext
201
+ ) => Promise<AcceptInvitationCommandOutput>;
202
+ export declare const deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand: (
203
+ output: __HttpResponse,
204
+ context: __SerdeContext
205
+ ) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
206
+ export declare const deserializeAws_restJson1BatchGetMembershipDatasourcesCommand: (
207
+ output: __HttpResponse,
208
+ context: __SerdeContext
209
+ ) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
210
+ export declare const deserializeAws_restJson1CreateGraphCommand: (
211
+ output: __HttpResponse,
212
+ context: __SerdeContext
213
+ ) => Promise<CreateGraphCommandOutput>;
214
+ export declare const deserializeAws_restJson1CreateMembersCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<CreateMembersCommandOutput>;
218
+ export declare const deserializeAws_restJson1DeleteGraphCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<DeleteGraphCommandOutput>;
222
+ export declare const deserializeAws_restJson1DeleteMembersCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<DeleteMembersCommandOutput>;
226
+ export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<DescribeOrganizationConfigurationCommandOutput>;
230
+ export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<DisableOrganizationAdminAccountCommandOutput>;
234
+ export declare const deserializeAws_restJson1DisassociateMembershipCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<DisassociateMembershipCommandOutput>;
238
+ export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<EnableOrganizationAdminAccountCommandOutput>;
242
+ export declare const deserializeAws_restJson1GetMembersCommand: (
243
+ output: __HttpResponse,
244
+ context: __SerdeContext
245
+ ) => Promise<GetMembersCommandOutput>;
246
+ export declare const deserializeAws_restJson1ListDatasourcePackagesCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<ListDatasourcePackagesCommandOutput>;
250
+ export declare const deserializeAws_restJson1ListGraphsCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<ListGraphsCommandOutput>;
254
+ export declare const deserializeAws_restJson1ListInvitationsCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<ListInvitationsCommandOutput>;
258
+ export declare const deserializeAws_restJson1ListMembersCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<ListMembersCommandOutput>;
262
+ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<ListOrganizationAdminAccountsCommandOutput>;
266
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<ListTagsForResourceCommandOutput>;
270
+ export declare const deserializeAws_restJson1RejectInvitationCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<RejectInvitationCommandOutput>;
274
+ export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<StartMonitoringMemberCommandOutput>;
278
+ export declare const deserializeAws_restJson1TagResourceCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<TagResourceCommandOutput>;
282
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<UntagResourceCommandOutput>;
286
+ export declare const deserializeAws_restJson1UpdateDatasourcePackagesCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<UpdateDatasourcePackagesCommandOutput>;
290
+ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { DetectiveClientConfig } from "./DetectiveClient";
3
-
4
- export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { DetectiveClientConfig } from "./DetectiveClient";
3
+
4
+ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };