@aws-sdk/client-detective 3.170.0 → 3.178.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 (37) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Detective.d.ts +0 -24
  6. package/dist-types/ts3.4/DetectiveClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +0 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -126
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  37. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-detective
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-detective
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-detective
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -96,7 +96,6 @@ import {
96
96
  UpdateOrganizationConfigurationCommandOutput,
97
97
  } from "./commands/UpdateOrganizationConfigurationCommand";
98
98
  import { DetectiveClient } from "./DetectiveClient";
99
-
100
99
  export declare class Detective extends DetectiveClient {
101
100
  acceptInvitation(
102
101
  args: AcceptInvitationCommandInput,
@@ -111,7 +110,6 @@ export declare class Detective extends DetectiveClient {
111
110
  options: __HttpHandlerOptions,
112
111
  cb: (err: any, data?: AcceptInvitationCommandOutput) => void
113
112
  ): void;
114
-
115
113
  batchGetGraphMemberDatasources(
116
114
  args: BatchGetGraphMemberDatasourcesCommandInput,
117
115
  options?: __HttpHandlerOptions
@@ -125,7 +123,6 @@ export declare class Detective extends DetectiveClient {
125
123
  options: __HttpHandlerOptions,
126
124
  cb: (err: any, data?: BatchGetGraphMemberDatasourcesCommandOutput) => void
127
125
  ): void;
128
-
129
126
  batchGetMembershipDatasources(
130
127
  args: BatchGetMembershipDatasourcesCommandInput,
131
128
  options?: __HttpHandlerOptions
@@ -139,7 +136,6 @@ export declare class Detective extends DetectiveClient {
139
136
  options: __HttpHandlerOptions,
140
137
  cb: (err: any, data?: BatchGetMembershipDatasourcesCommandOutput) => void
141
138
  ): void;
142
-
143
139
  createGraph(
144
140
  args: CreateGraphCommandInput,
145
141
  options?: __HttpHandlerOptions
@@ -153,7 +149,6 @@ export declare class Detective extends DetectiveClient {
153
149
  options: __HttpHandlerOptions,
154
150
  cb: (err: any, data?: CreateGraphCommandOutput) => void
155
151
  ): void;
156
-
157
152
  createMembers(
158
153
  args: CreateMembersCommandInput,
159
154
  options?: __HttpHandlerOptions
@@ -167,7 +162,6 @@ export declare class Detective extends DetectiveClient {
167
162
  options: __HttpHandlerOptions,
168
163
  cb: (err: any, data?: CreateMembersCommandOutput) => void
169
164
  ): void;
170
-
171
165
  deleteGraph(
172
166
  args: DeleteGraphCommandInput,
173
167
  options?: __HttpHandlerOptions
@@ -181,7 +175,6 @@ export declare class Detective extends DetectiveClient {
181
175
  options: __HttpHandlerOptions,
182
176
  cb: (err: any, data?: DeleteGraphCommandOutput) => void
183
177
  ): void;
184
-
185
178
  deleteMembers(
186
179
  args: DeleteMembersCommandInput,
187
180
  options?: __HttpHandlerOptions
@@ -195,7 +188,6 @@ export declare class Detective extends DetectiveClient {
195
188
  options: __HttpHandlerOptions,
196
189
  cb: (err: any, data?: DeleteMembersCommandOutput) => void
197
190
  ): void;
198
-
199
191
  describeOrganizationConfiguration(
200
192
  args: DescribeOrganizationConfigurationCommandInput,
201
193
  options?: __HttpHandlerOptions
@@ -215,7 +207,6 @@ export declare class Detective extends DetectiveClient {
215
207
  data?: DescribeOrganizationConfigurationCommandOutput
216
208
  ) => void
217
209
  ): void;
218
-
219
210
  disableOrganizationAdminAccount(
220
211
  args: DisableOrganizationAdminAccountCommandInput,
221
212
  options?: __HttpHandlerOptions
@@ -229,7 +220,6 @@ export declare class Detective extends DetectiveClient {
229
220
  options: __HttpHandlerOptions,
230
221
  cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
231
222
  ): void;
232
-
233
223
  disassociateMembership(
234
224
  args: DisassociateMembershipCommandInput,
235
225
  options?: __HttpHandlerOptions
@@ -243,7 +233,6 @@ export declare class Detective extends DetectiveClient {
243
233
  options: __HttpHandlerOptions,
244
234
  cb: (err: any, data?: DisassociateMembershipCommandOutput) => void
245
235
  ): void;
246
-
247
236
  enableOrganizationAdminAccount(
248
237
  args: EnableOrganizationAdminAccountCommandInput,
249
238
  options?: __HttpHandlerOptions
@@ -257,7 +246,6 @@ export declare class Detective extends DetectiveClient {
257
246
  options: __HttpHandlerOptions,
258
247
  cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
259
248
  ): void;
260
-
261
249
  getMembers(
262
250
  args: GetMembersCommandInput,
263
251
  options?: __HttpHandlerOptions
@@ -271,7 +259,6 @@ export declare class Detective extends DetectiveClient {
271
259
  options: __HttpHandlerOptions,
272
260
  cb: (err: any, data?: GetMembersCommandOutput) => void
273
261
  ): void;
274
-
275
262
  listDatasourcePackages(
276
263
  args: ListDatasourcePackagesCommandInput,
277
264
  options?: __HttpHandlerOptions
@@ -285,7 +272,6 @@ export declare class Detective extends DetectiveClient {
285
272
  options: __HttpHandlerOptions,
286
273
  cb: (err: any, data?: ListDatasourcePackagesCommandOutput) => void
287
274
  ): void;
288
-
289
275
  listGraphs(
290
276
  args: ListGraphsCommandInput,
291
277
  options?: __HttpHandlerOptions
@@ -299,7 +285,6 @@ export declare class Detective extends DetectiveClient {
299
285
  options: __HttpHandlerOptions,
300
286
  cb: (err: any, data?: ListGraphsCommandOutput) => void
301
287
  ): void;
302
-
303
288
  listInvitations(
304
289
  args: ListInvitationsCommandInput,
305
290
  options?: __HttpHandlerOptions
@@ -313,7 +298,6 @@ export declare class Detective extends DetectiveClient {
313
298
  options: __HttpHandlerOptions,
314
299
  cb: (err: any, data?: ListInvitationsCommandOutput) => void
315
300
  ): void;
316
-
317
301
  listMembers(
318
302
  args: ListMembersCommandInput,
319
303
  options?: __HttpHandlerOptions
@@ -327,7 +311,6 @@ export declare class Detective extends DetectiveClient {
327
311
  options: __HttpHandlerOptions,
328
312
  cb: (err: any, data?: ListMembersCommandOutput) => void
329
313
  ): void;
330
-
331
314
  listOrganizationAdminAccounts(
332
315
  args: ListOrganizationAdminAccountsCommandInput,
333
316
  options?: __HttpHandlerOptions
@@ -341,7 +324,6 @@ export declare class Detective extends DetectiveClient {
341
324
  options: __HttpHandlerOptions,
342
325
  cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void
343
326
  ): void;
344
-
345
327
  listTagsForResource(
346
328
  args: ListTagsForResourceCommandInput,
347
329
  options?: __HttpHandlerOptions
@@ -355,7 +337,6 @@ export declare class Detective extends DetectiveClient {
355
337
  options: __HttpHandlerOptions,
356
338
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
357
339
  ): void;
358
-
359
340
  rejectInvitation(
360
341
  args: RejectInvitationCommandInput,
361
342
  options?: __HttpHandlerOptions
@@ -369,7 +350,6 @@ export declare class Detective extends DetectiveClient {
369
350
  options: __HttpHandlerOptions,
370
351
  cb: (err: any, data?: RejectInvitationCommandOutput) => void
371
352
  ): void;
372
-
373
353
  startMonitoringMember(
374
354
  args: StartMonitoringMemberCommandInput,
375
355
  options?: __HttpHandlerOptions
@@ -383,7 +363,6 @@ export declare class Detective extends DetectiveClient {
383
363
  options: __HttpHandlerOptions,
384
364
  cb: (err: any, data?: StartMonitoringMemberCommandOutput) => void
385
365
  ): void;
386
-
387
366
  tagResource(
388
367
  args: TagResourceCommandInput,
389
368
  options?: __HttpHandlerOptions
@@ -397,7 +376,6 @@ export declare class Detective extends DetectiveClient {
397
376
  options: __HttpHandlerOptions,
398
377
  cb: (err: any, data?: TagResourceCommandOutput) => void
399
378
  ): void;
400
-
401
379
  untagResource(
402
380
  args: UntagResourceCommandInput,
403
381
  options?: __HttpHandlerOptions
@@ -411,7 +389,6 @@ export declare class Detective extends DetectiveClient {
411
389
  options: __HttpHandlerOptions,
412
390
  cb: (err: any, data?: UntagResourceCommandOutput) => void
413
391
  ): void;
414
-
415
392
  updateDatasourcePackages(
416
393
  args: UpdateDatasourcePackagesCommandInput,
417
394
  options?: __HttpHandlerOptions
@@ -425,7 +402,6 @@ export declare class Detective extends DetectiveClient {
425
402
  options: __HttpHandlerOptions,
426
403
  cb: (err: any, data?: UpdateDatasourcePackagesCommandOutput) => void
427
404
  ): void;
428
-
429
405
  updateOrganizationConfiguration(
430
406
  args: UpdateOrganizationConfigurationCommandInput,
431
407
  options?: __HttpHandlerOptions
@@ -191,47 +191,26 @@ export declare type ServiceOutputTypes =
191
191
  export interface ClientDefaults
192
192
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
193
193
  requestHandler?: __HttpHandler;
194
-
195
194
  sha256?: __HashConstructor;
196
-
197
195
  urlParser?: __UrlParser;
198
-
199
196
  bodyLengthChecker?: __BodyLengthCalculator;
200
-
201
197
  streamCollector?: __StreamCollector;
202
-
203
198
  base64Decoder?: __Decoder;
204
-
205
199
  base64Encoder?: __Encoder;
206
-
207
200
  utf8Decoder?: __Decoder;
208
-
209
201
  utf8Encoder?: __Encoder;
210
-
211
202
  runtime?: string;
212
-
213
203
  disableHostPrefix?: boolean;
214
-
215
204
  maxAttempts?: number | __Provider<number>;
216
-
217
205
  retryMode?: string | __Provider<string>;
218
-
219
206
  logger?: __Logger;
220
-
221
207
  useDualstackEndpoint?: boolean | __Provider<boolean>;
222
-
223
208
  useFipsEndpoint?: boolean | __Provider<boolean>;
224
-
225
209
  serviceId?: string;
226
-
227
210
  region?: string | __Provider<string>;
228
-
229
211
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
230
-
231
212
  regionInfoProvider?: RegionInfoProvider;
232
-
233
213
  defaultUserAgentProvider?: Provider<__UserAgent>;
234
-
235
214
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
236
215
  }
237
216
  declare type DetectiveClientConfigType = Partial<
@@ -244,7 +223,6 @@ declare type DetectiveClientConfigType = Partial<
244
223
  HostHeaderInputConfig &
245
224
  AwsAuthInputConfig &
246
225
  UserAgentInputConfig;
247
-
248
226
  export interface DetectiveClientConfig extends DetectiveClientConfigType {}
249
227
  declare type DetectiveClientResolvedConfigType =
250
228
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -255,10 +233,8 @@ declare type DetectiveClientResolvedConfigType =
255
233
  HostHeaderResolvedConfig &
256
234
  AwsAuthResolvedConfig &
257
235
  UserAgentResolvedConfig;
258
-
259
236
  export interface DetectiveClientResolvedConfig
260
237
  extends DetectiveClientResolvedConfigType {}
261
-
262
238
  export declare class DetectiveClient extends __Client<
263
239
  __HttpHandlerOptions,
264
240
  ServiceInputTypes,
@@ -267,7 +243,6 @@ export declare class DetectiveClient extends __Client<
267
243
  > {
268
244
  readonly config: DetectiveClientResolvedConfig;
269
245
  constructor(configuration: DetectiveClientConfig);
270
-
271
246
  destroy(): void;
272
247
  }
273
248
  export {};
@@ -13,7 +13,6 @@ import {
13
13
  import { AcceptInvitationRequest } from "../models/models_0";
14
14
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
15
15
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class AcceptInvitationCommand extends $Command<
18
17
  AcceptInvitationCommandInput,
19
18
  AcceptInvitationCommandOutput,
@@ -21,7 +20,6 @@ export declare class AcceptInvitationCommand extends $Command<
21
20
  > {
22
21
  readonly input: AcceptInvitationCommandInput;
23
22
  constructor(input: AcceptInvitationCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchGetGraphMemberDatasourcesCommandInput
19
19
  export interface BatchGetGraphMemberDatasourcesCommandOutput
20
20
  extends BatchGetGraphMemberDatasourcesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<
24
23
  BatchGetGraphMemberDatasourcesCommandInput,
25
24
  BatchGetGraphMemberDatasourcesCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchGetGraphMemberDatasourcesCommandInput;
29
28
  constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchGetMembershipDatasourcesCommandInput
19
19
  export interface BatchGetMembershipDatasourcesCommandOutput
20
20
  extends BatchGetMembershipDatasourcesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetMembershipDatasourcesCommand extends $Command<
24
23
  BatchGetMembershipDatasourcesCommandInput,
25
24
  BatchGetMembershipDatasourcesCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetMembershipDatasourcesCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchGetMembershipDatasourcesCommandInput;
29
28
  constructor(input: BatchGetMembershipDatasourcesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateGraphCommandInput extends CreateGraphRequest {}
15
15
  export interface CreateGraphCommandOutput
16
16
  extends CreateGraphResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateGraphCommand extends $Command<
20
19
  CreateGraphCommandInput,
21
20
  CreateGraphCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateGraphCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateGraphCommandInput;
25
24
  constructor(input: CreateGraphCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateMembersCommandInput extends CreateMembersRequest {}
18
18
  export interface CreateMembersCommandOutput
19
19
  extends CreateMembersResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateMembersCommand extends $Command<
23
22
  CreateMembersCommandInput,
24
23
  CreateMembersCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateMembersCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateMembersCommandInput;
28
27
  constructor(input: CreateMembersCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DetectiveClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteGraphRequest } from "../models/models_0";
14
14
  export interface DeleteGraphCommandInput extends DeleteGraphRequest {}
15
15
  export interface DeleteGraphCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteGraphCommand extends $Command<
18
17
  DeleteGraphCommandInput,
19
18
  DeleteGraphCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteGraphCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteGraphCommandInput;
23
22
  constructor(input: DeleteGraphCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DetectiveClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
18
18
  export interface DeleteMembersCommandOutput
19
19
  extends DeleteMembersResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteMembersCommand extends $Command<
23
22
  DeleteMembersCommandInput,
24
23
  DeleteMembersCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteMembersCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteMembersCommandInput;
28
27
  constructor(input: DeleteMembersCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeOrganizationConfigurationCommandInput
19
19
  export interface DescribeOrganizationConfigurationCommandOutput
20
20
  extends DescribeOrganizationConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeOrganizationConfigurationCommand extends $Command<
24
23
  DescribeOrganizationConfigurationCommandInput,
25
24
  DescribeOrganizationConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeOrganizationConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeOrganizationConfigurationCommandInput;
29
28
  constructor(input: DescribeOrganizationConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  export interface DisableOrganizationAdminAccountCommandInput {}
14
14
  export interface DisableOrganizationAdminAccountCommandOutput
15
15
  extends __MetadataBearer {}
16
-
17
16
  export declare class DisableOrganizationAdminAccountCommand extends $Command<
18
17
  DisableOrganizationAdminAccountCommandInput,
19
18
  DisableOrganizationAdminAccountCommandOutput,
@@ -21,7 +20,6 @@ export declare class DisableOrganizationAdminAccountCommand extends $Command<
21
20
  > {
22
21
  readonly input: DisableOrganizationAdminAccountCommandInput;
23
22
  constructor(input: DisableOrganizationAdminAccountCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DetectiveClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DisassociateMembershipRequest } from "../models/models_0";
14
14
  export interface DisassociateMembershipCommandInput
15
15
  extends DisassociateMembershipRequest {}
16
16
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DisassociateMembershipCommand extends $Command<
19
18
  DisassociateMembershipCommandInput,
20
19
  DisassociateMembershipCommandOutput,
@@ -22,7 +21,6 @@ export declare class DisassociateMembershipCommand extends $Command<
22
21
  > {
23
22
  readonly input: DisassociateMembershipCommandInput;
24
23
  constructor(input: DisassociateMembershipCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface EnableOrganizationAdminAccountCommandInput
15
15
  extends EnableOrganizationAdminAccountRequest {}
16
16
  export interface EnableOrganizationAdminAccountCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class EnableOrganizationAdminAccountCommand extends $Command<
20
19
  EnableOrganizationAdminAccountCommandInput,
21
20
  EnableOrganizationAdminAccountCommandOutput,
@@ -23,7 +22,6 @@ export declare class EnableOrganizationAdminAccountCommand extends $Command<
23
22
  > {
24
23
  readonly input: EnableOrganizationAdminAccountCommandInput;
25
24
  constructor(input: EnableOrganizationAdminAccountCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetMembersCommandInput extends GetMembersRequest {}
15
15
  export interface GetMembersCommandOutput
16
16
  extends GetMembersResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetMembersCommand extends $Command<
20
19
  GetMembersCommandInput,
21
20
  GetMembersCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetMembersCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetMembersCommandInput;
25
24
  constructor(input: GetMembersCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDatasourcePackagesCommandInput
19
19
  export interface ListDatasourcePackagesCommandOutput
20
20
  extends ListDatasourcePackagesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDatasourcePackagesCommand extends $Command<
24
23
  ListDatasourcePackagesCommandInput,
25
24
  ListDatasourcePackagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDatasourcePackagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDatasourcePackagesCommandInput;
29
28
  constructor(input: ListDatasourcePackagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListGraphsCommandInput extends ListGraphsRequest {}
15
15
  export interface ListGraphsCommandOutput
16
16
  extends ListGraphsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListGraphsCommand extends $Command<
20
19
  ListGraphsCommandInput,
21
20
  ListGraphsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListGraphsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListGraphsCommandInput;
25
24
  constructor(input: ListGraphsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
18
18
  export interface ListInvitationsCommandOutput
19
19
  extends ListInvitationsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListInvitationsCommand extends $Command<
23
22
  ListInvitationsCommandInput,
24
23
  ListInvitationsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListInvitationsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListInvitationsCommandInput;
28
27
  constructor(input: ListInvitationsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListMembersCommandInput extends ListMembersRequest {}
15
15
  export interface ListMembersCommandOutput
16
16
  extends ListMembersResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListMembersCommand extends $Command<
20
19
  ListMembersCommandInput,
21
20
  ListMembersCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListMembersCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListMembersCommandInput;
25
24
  constructor(input: ListMembersCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListOrganizationAdminAccountsCommandInput
19
19
  export interface ListOrganizationAdminAccountsCommandOutput
20
20
  extends ListOrganizationAdminAccountsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListOrganizationAdminAccountsCommand extends $Command<
24
23
  ListOrganizationAdminAccountsCommandInput,
25
24
  ListOrganizationAdminAccountsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListOrganizationAdminAccountsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListOrganizationAdminAccountsCommandInput;
29
28
  constructor(input: ListOrganizationAdminAccountsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DetectiveClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { RejectInvitationRequest } from "../models/models_0";
14
14
  export interface RejectInvitationCommandInput extends RejectInvitationRequest {}
15
15
  export interface RejectInvitationCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class RejectInvitationCommand extends $Command<
18
17
  RejectInvitationCommandInput,
19
18
  RejectInvitationCommandOutput,
@@ -21,7 +20,6 @@ export declare class RejectInvitationCommand extends $Command<
21
20
  > {
22
21
  readonly input: RejectInvitationCommandInput;
23
22
  constructor(input: RejectInvitationCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: DetectiveClientResolvedConfig,
@@ -14,7 +14,6 @@ import { StartMonitoringMemberRequest } from "../models/models_0";
14
14
  export interface StartMonitoringMemberCommandInput
15
15
  extends StartMonitoringMemberRequest {}
16
16
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class StartMonitoringMemberCommand extends $Command<
19
18
  StartMonitoringMemberCommandInput,
20
19
  StartMonitoringMemberCommandOutput,
@@ -22,7 +21,6 @@ export declare class StartMonitoringMemberCommand extends $Command<
22
21
  > {
23
22
  readonly input: StartMonitoringMemberCommandInput;
24
23
  constructor(input: StartMonitoringMemberCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,