@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.
Files changed (46) hide show
  1. package/CHANGELOG.md +16 -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,97 +1,273 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
10
- import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
11
- import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "./commands/BatchGetMembershipDatasourcesCommand";
12
- import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
13
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
14
- import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
15
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
16
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
17
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
18
- import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "./commands/DisassociateMembershipCommand";
19
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
20
- import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
21
- import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "./commands/ListDatasourcePackagesCommand";
22
- import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
23
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
24
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
25
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
27
- import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "./commands/RejectInvitationCommand";
28
- import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "./commands/StartMonitoringMemberCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "./commands/UpdateDatasourcePackagesCommand";
32
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
33
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetGraphMemberDatasourcesCommandInput | BatchGetMembershipDatasourcesCommandInput | CreateGraphCommandInput | CreateMembersCommandInput | DeleteGraphCommandInput | DeleteMembersCommandInput | DescribeOrganizationConfigurationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateMembershipCommandInput | EnableOrganizationAdminAccountCommandInput | GetMembersCommandInput | ListDatasourcePackagesCommandInput | ListGraphsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | RejectInvitationCommandInput | StartMonitoringMemberCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasourcePackagesCommandInput | UpdateOrganizationConfigurationCommandInput;
34
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetGraphMemberDatasourcesCommandOutput | BatchGetMembershipDatasourcesCommandOutput | CreateGraphCommandOutput | CreateMembersCommandOutput | DeleteGraphCommandOutput | DeleteMembersCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateMembershipCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetMembersCommandOutput | ListDatasourcePackagesCommandOutput | ListGraphsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | RejectInvitationCommandOutput | StartMonitoringMemberCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasourcePackagesCommandOutput | UpdateOrganizationConfigurationCommandOutput;
35
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
36
-
37
- requestHandler?: __HttpHandler;
38
-
39
- sha256?: __HashConstructor;
40
-
41
- urlParser?: __UrlParser;
42
-
43
- bodyLengthChecker?: __BodyLengthCalculator;
44
-
45
- streamCollector?: __StreamCollector;
46
-
47
- base64Decoder?: __Decoder;
48
-
49
- base64Encoder?: __Encoder;
50
-
51
- utf8Decoder?: __Decoder;
52
-
53
- utf8Encoder?: __Encoder;
54
-
55
- runtime?: string;
56
-
57
- disableHostPrefix?: boolean;
58
-
59
- maxAttempts?: number | __Provider<number>;
60
-
61
- retryMode?: string | __Provider<string>;
62
-
63
- logger?: __Logger;
64
-
65
- useDualstackEndpoint?: boolean | __Provider<boolean>;
66
-
67
- useFipsEndpoint?: boolean | __Provider<boolean>;
68
-
69
- serviceId?: string;
70
-
71
- region?: string | __Provider<string>;
72
-
73
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
74
-
75
- regionInfoProvider?: RegionInfoProvider;
76
-
77
- defaultUserAgentProvider?: Provider<__UserAgent>;
78
-
79
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
80
- }
81
- declare type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
82
-
83
- export interface DetectiveClientConfig extends DetectiveClientConfigType {
84
- }
85
- declare type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
86
-
87
- export interface DetectiveClientResolvedConfig extends DetectiveClientResolvedConfigType {
88
- }
89
-
90
- export declare class DetectiveClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DetectiveClientResolvedConfig> {
91
-
92
- readonly config: DetectiveClientResolvedConfig;
93
- constructor(configuration: DetectiveClientConfig);
94
-
95
- destroy(): void;
96
- }
97
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { AcceptInvitationRequest } from "../models/models_0";
5
- export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
6
- }
7
- export interface AcceptInvitationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig> {
11
- readonly input: AcceptInvitationCommandInput;
12
- constructor(input: AcceptInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
5
- export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGraphMemberDatasourcesRequest {
6
- }
7
- export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
11
- readonly input: BatchGetGraphMemberDatasourcesCommandInput;
12
- constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
5
- export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembershipDatasourcesRequest {
6
- }
7
- export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetMembershipDatasourcesCommand extends $Command<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
11
- readonly input: BatchGetMembershipDatasourcesCommandInput;
12
- constructor(input: BatchGetMembershipDatasourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
5
- export interface CreateGraphCommandInput extends CreateGraphRequest {
6
- }
7
- export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGraphCommand extends $Command<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig> {
11
- readonly input: CreateGraphCommandInput;
12
- constructor(input: CreateGraphCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
- import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
5
- export interface CreateMembersCommandInput extends CreateMembersRequest {
6
- }
7
- export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig> {
11
- readonly input: CreateMembersCommandInput;
12
- constructor(input: CreateMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }