@aws-sdk/client-detective 3.168.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Detective.d.ts +442 -125
- package/dist-types/ts3.4/DetectiveClient.d.ts +273 -97
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +24 -24
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +543 -485
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,97 +1,273 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptInvitationCommandInput,
|
|
47
|
+
AcceptInvitationCommandOutput,
|
|
48
|
+
} from "./commands/AcceptInvitationCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetGraphMemberDatasourcesCommandInput,
|
|
51
|
+
BatchGetGraphMemberDatasourcesCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetGraphMemberDatasourcesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGetMembershipDatasourcesCommandInput,
|
|
55
|
+
BatchGetMembershipDatasourcesCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetMembershipDatasourcesCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateGraphCommandInput,
|
|
59
|
+
CreateGraphCommandOutput,
|
|
60
|
+
} from "./commands/CreateGraphCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateMembersCommandInput,
|
|
63
|
+
CreateMembersCommandOutput,
|
|
64
|
+
} from "./commands/CreateMembersCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteGraphCommandInput,
|
|
67
|
+
DeleteGraphCommandOutput,
|
|
68
|
+
} from "./commands/DeleteGraphCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteMembersCommandInput,
|
|
71
|
+
DeleteMembersCommandOutput,
|
|
72
|
+
} from "./commands/DeleteMembersCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
75
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DisableOrganizationAdminAccountCommandInput,
|
|
79
|
+
DisableOrganizationAdminAccountCommandOutput,
|
|
80
|
+
} from "./commands/DisableOrganizationAdminAccountCommand";
|
|
81
|
+
import {
|
|
82
|
+
DisassociateMembershipCommandInput,
|
|
83
|
+
DisassociateMembershipCommandOutput,
|
|
84
|
+
} from "./commands/DisassociateMembershipCommand";
|
|
85
|
+
import {
|
|
86
|
+
EnableOrganizationAdminAccountCommandInput,
|
|
87
|
+
EnableOrganizationAdminAccountCommandOutput,
|
|
88
|
+
} from "./commands/EnableOrganizationAdminAccountCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetMembersCommandInput,
|
|
91
|
+
GetMembersCommandOutput,
|
|
92
|
+
} from "./commands/GetMembersCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListDatasourcePackagesCommandInput,
|
|
95
|
+
ListDatasourcePackagesCommandOutput,
|
|
96
|
+
} from "./commands/ListDatasourcePackagesCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListGraphsCommandInput,
|
|
99
|
+
ListGraphsCommandOutput,
|
|
100
|
+
} from "./commands/ListGraphsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListInvitationsCommandInput,
|
|
103
|
+
ListInvitationsCommandOutput,
|
|
104
|
+
} from "./commands/ListInvitationsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListMembersCommandInput,
|
|
107
|
+
ListMembersCommandOutput,
|
|
108
|
+
} from "./commands/ListMembersCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListOrganizationAdminAccountsCommandInput,
|
|
111
|
+
ListOrganizationAdminAccountsCommandOutput,
|
|
112
|
+
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListTagsForResourceCommandInput,
|
|
115
|
+
ListTagsForResourceCommandOutput,
|
|
116
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
RejectInvitationCommandInput,
|
|
119
|
+
RejectInvitationCommandOutput,
|
|
120
|
+
} from "./commands/RejectInvitationCommand";
|
|
121
|
+
import {
|
|
122
|
+
StartMonitoringMemberCommandInput,
|
|
123
|
+
StartMonitoringMemberCommandOutput,
|
|
124
|
+
} from "./commands/StartMonitoringMemberCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateDatasourcePackagesCommandInput,
|
|
135
|
+
UpdateDatasourcePackagesCommandOutput,
|
|
136
|
+
} from "./commands/UpdateDatasourcePackagesCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateOrganizationConfigurationCommandInput,
|
|
139
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
140
|
+
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
141
|
+
export declare type ServiceInputTypes =
|
|
142
|
+
| AcceptInvitationCommandInput
|
|
143
|
+
| BatchGetGraphMemberDatasourcesCommandInput
|
|
144
|
+
| BatchGetMembershipDatasourcesCommandInput
|
|
145
|
+
| CreateGraphCommandInput
|
|
146
|
+
| CreateMembersCommandInput
|
|
147
|
+
| DeleteGraphCommandInput
|
|
148
|
+
| DeleteMembersCommandInput
|
|
149
|
+
| DescribeOrganizationConfigurationCommandInput
|
|
150
|
+
| DisableOrganizationAdminAccountCommandInput
|
|
151
|
+
| DisassociateMembershipCommandInput
|
|
152
|
+
| EnableOrganizationAdminAccountCommandInput
|
|
153
|
+
| GetMembersCommandInput
|
|
154
|
+
| ListDatasourcePackagesCommandInput
|
|
155
|
+
| ListGraphsCommandInput
|
|
156
|
+
| ListInvitationsCommandInput
|
|
157
|
+
| ListMembersCommandInput
|
|
158
|
+
| ListOrganizationAdminAccountsCommandInput
|
|
159
|
+
| ListTagsForResourceCommandInput
|
|
160
|
+
| RejectInvitationCommandInput
|
|
161
|
+
| StartMonitoringMemberCommandInput
|
|
162
|
+
| TagResourceCommandInput
|
|
163
|
+
| UntagResourceCommandInput
|
|
164
|
+
| UpdateDatasourcePackagesCommandInput
|
|
165
|
+
| UpdateOrganizationConfigurationCommandInput;
|
|
166
|
+
export declare type ServiceOutputTypes =
|
|
167
|
+
| AcceptInvitationCommandOutput
|
|
168
|
+
| BatchGetGraphMemberDatasourcesCommandOutput
|
|
169
|
+
| BatchGetMembershipDatasourcesCommandOutput
|
|
170
|
+
| CreateGraphCommandOutput
|
|
171
|
+
| CreateMembersCommandOutput
|
|
172
|
+
| DeleteGraphCommandOutput
|
|
173
|
+
| DeleteMembersCommandOutput
|
|
174
|
+
| DescribeOrganizationConfigurationCommandOutput
|
|
175
|
+
| DisableOrganizationAdminAccountCommandOutput
|
|
176
|
+
| DisassociateMembershipCommandOutput
|
|
177
|
+
| EnableOrganizationAdminAccountCommandOutput
|
|
178
|
+
| GetMembersCommandOutput
|
|
179
|
+
| ListDatasourcePackagesCommandOutput
|
|
180
|
+
| ListGraphsCommandOutput
|
|
181
|
+
| ListInvitationsCommandOutput
|
|
182
|
+
| ListMembersCommandOutput
|
|
183
|
+
| ListOrganizationAdminAccountsCommandOutput
|
|
184
|
+
| ListTagsForResourceCommandOutput
|
|
185
|
+
| RejectInvitationCommandOutput
|
|
186
|
+
| StartMonitoringMemberCommandOutput
|
|
187
|
+
| TagResourceCommandOutput
|
|
188
|
+
| UntagResourceCommandOutput
|
|
189
|
+
| UpdateDatasourcePackagesCommandOutput
|
|
190
|
+
| UpdateOrganizationConfigurationCommandOutput;
|
|
191
|
+
export interface ClientDefaults
|
|
192
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
193
|
+
requestHandler?: __HttpHandler;
|
|
194
|
+
|
|
195
|
+
sha256?: __HashConstructor;
|
|
196
|
+
|
|
197
|
+
urlParser?: __UrlParser;
|
|
198
|
+
|
|
199
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
200
|
+
|
|
201
|
+
streamCollector?: __StreamCollector;
|
|
202
|
+
|
|
203
|
+
base64Decoder?: __Decoder;
|
|
204
|
+
|
|
205
|
+
base64Encoder?: __Encoder;
|
|
206
|
+
|
|
207
|
+
utf8Decoder?: __Decoder;
|
|
208
|
+
|
|
209
|
+
utf8Encoder?: __Encoder;
|
|
210
|
+
|
|
211
|
+
runtime?: string;
|
|
212
|
+
|
|
213
|
+
disableHostPrefix?: boolean;
|
|
214
|
+
|
|
215
|
+
maxAttempts?: number | __Provider<number>;
|
|
216
|
+
|
|
217
|
+
retryMode?: string | __Provider<string>;
|
|
218
|
+
|
|
219
|
+
logger?: __Logger;
|
|
220
|
+
|
|
221
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
222
|
+
|
|
223
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
224
|
+
|
|
225
|
+
serviceId?: string;
|
|
226
|
+
|
|
227
|
+
region?: string | __Provider<string>;
|
|
228
|
+
|
|
229
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
230
|
+
|
|
231
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
232
|
+
|
|
233
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
234
|
+
|
|
235
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
236
|
+
}
|
|
237
|
+
declare type DetectiveClientConfigType = Partial<
|
|
238
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
239
|
+
> &
|
|
240
|
+
ClientDefaults &
|
|
241
|
+
RegionInputConfig &
|
|
242
|
+
EndpointsInputConfig &
|
|
243
|
+
RetryInputConfig &
|
|
244
|
+
HostHeaderInputConfig &
|
|
245
|
+
AwsAuthInputConfig &
|
|
246
|
+
UserAgentInputConfig;
|
|
247
|
+
|
|
248
|
+
export interface DetectiveClientConfig extends DetectiveClientConfigType {}
|
|
249
|
+
declare type DetectiveClientResolvedConfigType =
|
|
250
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
251
|
+
Required<ClientDefaults> &
|
|
252
|
+
RegionResolvedConfig &
|
|
253
|
+
EndpointsResolvedConfig &
|
|
254
|
+
RetryResolvedConfig &
|
|
255
|
+
HostHeaderResolvedConfig &
|
|
256
|
+
AwsAuthResolvedConfig &
|
|
257
|
+
UserAgentResolvedConfig;
|
|
258
|
+
|
|
259
|
+
export interface DetectiveClientResolvedConfig
|
|
260
|
+
extends DetectiveClientResolvedConfigType {}
|
|
261
|
+
|
|
262
|
+
export declare class DetectiveClient extends __Client<
|
|
263
|
+
__HttpHandlerOptions,
|
|
264
|
+
ServiceInputTypes,
|
|
265
|
+
ServiceOutputTypes,
|
|
266
|
+
DetectiveClientResolvedConfig
|
|
267
|
+
> {
|
|
268
|
+
readonly config: DetectiveClientResolvedConfig;
|
|
269
|
+
constructor(configuration: DetectiveClientConfig);
|
|
270
|
+
|
|
271
|
+
destroy(): void;
|
|
272
|
+
}
|
|
273
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DetectiveClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DetectiveClient";
|
|
13
|
+
import { AcceptInvitationRequest } from "../models/models_0";
|
|
14
|
+
export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
|
|
15
|
+
export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AcceptInvitationCommand extends $Command<
|
|
18
|
+
AcceptInvitationCommandInput,
|
|
19
|
+
AcceptInvitationCommandOutput,
|
|
20
|
+
DetectiveClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AcceptInvitationCommandInput;
|
|
23
|
+
constructor(input: AcceptInvitationCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DetectiveClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DetectiveClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DetectiveClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetGraphMemberDatasourcesRequest,
|
|
15
|
+
BatchGetGraphMemberDatasourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetGraphMemberDatasourcesCommandInput
|
|
18
|
+
extends BatchGetGraphMemberDatasourcesRequest {}
|
|
19
|
+
export interface BatchGetGraphMemberDatasourcesCommandOutput
|
|
20
|
+
extends BatchGetGraphMemberDatasourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<
|
|
24
|
+
BatchGetGraphMemberDatasourcesCommandInput,
|
|
25
|
+
BatchGetGraphMemberDatasourcesCommandOutput,
|
|
26
|
+
DetectiveClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetGraphMemberDatasourcesCommandInput;
|
|
29
|
+
constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DetectiveClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetGraphMemberDatasourcesCommandInput,
|
|
37
|
+
BatchGetGraphMemberDatasourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DetectiveClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DetectiveClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetMembershipDatasourcesRequest,
|
|
15
|
+
BatchGetMembershipDatasourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetMembershipDatasourcesCommandInput
|
|
18
|
+
extends BatchGetMembershipDatasourcesRequest {}
|
|
19
|
+
export interface BatchGetMembershipDatasourcesCommandOutput
|
|
20
|
+
extends BatchGetMembershipDatasourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetMembershipDatasourcesCommand extends $Command<
|
|
24
|
+
BatchGetMembershipDatasourcesCommandInput,
|
|
25
|
+
BatchGetMembershipDatasourcesCommandOutput,
|
|
26
|
+
DetectiveClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetMembershipDatasourcesCommandInput;
|
|
29
|
+
constructor(input: BatchGetMembershipDatasourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DetectiveClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetMembershipDatasourcesCommandInput,
|
|
37
|
+
BatchGetMembershipDatasourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DetectiveClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DetectiveClient";
|
|
13
|
+
import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateGraphCommandInput extends CreateGraphRequest {}
|
|
15
|
+
export interface CreateGraphCommandOutput
|
|
16
|
+
extends CreateGraphResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateGraphCommand extends $Command<
|
|
20
|
+
CreateGraphCommandInput,
|
|
21
|
+
CreateGraphCommandOutput,
|
|
22
|
+
DetectiveClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateGraphCommandInput;
|
|
25
|
+
constructor(input: CreateGraphCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DetectiveClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DetectiveClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DetectiveClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateMembersRequest,
|
|
15
|
+
CreateMembersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateMembersCommandInput extends CreateMembersRequest {}
|
|
18
|
+
export interface CreateMembersCommandOutput
|
|
19
|
+
extends CreateMembersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateMembersCommand extends $Command<
|
|
23
|
+
CreateMembersCommandInput,
|
|
24
|
+
CreateMembersCommandOutput,
|
|
25
|
+
DetectiveClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateMembersCommandInput;
|
|
28
|
+
constructor(input: CreateMembersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DetectiveClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|