@aws-sdk/client-detective 3.170.0 → 3.171.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 (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Detective.d.ts +0 -24
  3. package/dist-types/ts3.4/DetectiveClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +0 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -126
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  34. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-detective
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-detective
@@ -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,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateDatasourcePackagesCommandInput
15
15
  extends UpdateDatasourcePackagesRequest {}
16
16
  export interface UpdateDatasourcePackagesCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class UpdateDatasourcePackagesCommand extends $Command<
20
19
  UpdateDatasourcePackagesCommandInput,
21
20
  UpdateDatasourcePackagesCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateDatasourcePackagesCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateDatasourcePackagesCommandInput;
25
24
  constructor(input: UpdateDatasourcePackagesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateOrganizationConfigurationCommandInput
15
15
  extends UpdateOrganizationConfigurationRequest {}
16
16
  export interface UpdateOrganizationConfigurationCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class UpdateOrganizationConfigurationCommand extends $Command<
20
19
  UpdateOrganizationConfigurationCommandInput,
21
20
  UpdateOrganizationConfigurationCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateOrganizationConfigurationCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateOrganizationConfigurationCommandInput;
25
24
  constructor(input: UpdateOrganizationConfigurationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DetectiveClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class DetectiveServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -3,30 +3,24 @@ import { DetectiveServiceException as __BaseException } from "./DetectiveService
3
3
  export interface AcceptInvitationRequest {
4
4
  GraphArn: string | undefined;
5
5
  }
6
-
7
6
  export declare class ConflictException extends __BaseException {
8
7
  readonly name: "ConflictException";
9
8
  readonly $fault: "client";
10
9
  Message?: string;
11
-
12
10
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
13
11
  }
14
-
15
12
  export declare class InternalServerException extends __BaseException {
16
13
  readonly name: "InternalServerException";
17
14
  readonly $fault: "server";
18
15
  Message?: string;
19
-
20
16
  constructor(
21
17
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
22
18
  );
23
19
  }
24
-
25
20
  export declare class ResourceNotFoundException extends __BaseException {
26
21
  readonly name: "ResourceNotFoundException";
27
22
  readonly $fault: "client";
28
23
  Message?: string;
29
-
30
24
  constructor(
31
25
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
32
26
  );
@@ -36,37 +30,27 @@ export declare enum ErrorCode {
36
30
  InvalidGraphArn = "INVALID_GRAPH_ARN",
37
31
  InvalidRequestBody = "INVALID_REQUEST_BODY",
38
32
  }
39
-
40
33
  export declare class ValidationException extends __BaseException {
41
34
  readonly name: "ValidationException";
42
35
  readonly $fault: "client";
43
36
  Message?: string;
44
-
45
37
  ErrorCode?: ErrorCode | string;
46
-
47
38
  ErrorCodeReason?: string;
48
-
49
39
  constructor(
50
40
  opts: __ExceptionOptionType<ValidationException, __BaseException>
51
41
  );
52
42
  }
53
-
54
43
  export interface Account {
55
44
  AccountId: string | undefined;
56
-
57
45
  EmailAddress: string | undefined;
58
46
  }
59
-
60
47
  export interface Administrator {
61
48
  AccountId?: string;
62
-
63
49
  GraphArn?: string;
64
-
65
50
  DelegationTime?: Date;
66
51
  }
67
52
  export interface BatchGetGraphMemberDatasourcesRequest {
68
53
  GraphArn: string | undefined;
69
-
70
54
  AccountIds: string[] | undefined;
71
55
  }
72
56
  export declare enum DatasourcePackage {
@@ -78,44 +62,34 @@ export declare enum DatasourcePackageIngestState {
78
62
  STARTED = "STARTED",
79
63
  STOPPED = "STOPPED",
80
64
  }
81
-
82
65
  export interface TimestampForCollection {
83
66
  Timestamp?: Date;
84
67
  }
85
-
86
68
  export interface MembershipDatasources {
87
69
  AccountId?: string;
88
-
89
70
  GraphArn?: string;
90
-
91
71
  DatasourcePackageIngestHistory?: Record<
92
72
  string,
93
73
  Record<string, TimestampForCollection>
94
74
  >;
95
75
  }
96
-
97
76
  export interface UnprocessedAccount {
98
77
  AccountId?: string;
99
-
100
78
  Reason?: string;
101
79
  }
102
80
  export interface BatchGetGraphMemberDatasourcesResponse {
103
81
  MemberDatasources?: MembershipDatasources[];
104
-
105
82
  UnprocessedAccounts?: UnprocessedAccount[];
106
83
  }
107
84
  export interface BatchGetMembershipDatasourcesRequest {
108
85
  GraphArns: string[] | undefined;
109
86
  }
110
-
111
87
  export interface UnprocessedGraph {
112
88
  GraphArn?: string;
113
-
114
89
  Reason?: string;
115
90
  }
116
91
  export interface BatchGetMembershipDatasourcesResponse {
117
92
  MembershipDatasources?: MembershipDatasources[];
118
-
119
93
  UnprocessedGraphs?: UnprocessedGraph[];
120
94
  }
121
95
  export interface CreateGraphRequest {
@@ -124,25 +98,19 @@ export interface CreateGraphRequest {
124
98
  export interface CreateGraphResponse {
125
99
  GraphArn?: string;
126
100
  }
127
-
128
101
  export declare class ServiceQuotaExceededException extends __BaseException {
129
102
  readonly name: "ServiceQuotaExceededException";
130
103
  readonly $fault: "client";
131
104
  Message?: string;
132
-
133
105
  Resources?: string[];
134
-
135
106
  constructor(
136
107
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
137
108
  );
138
109
  }
139
110
  export interface CreateMembersRequest {
140
111
  GraphArn: string | undefined;
141
-
142
112
  Message?: string;
143
-
144
113
  DisableEmailNotification?: boolean;
145
-
146
114
  Accounts: Account[] | undefined;
147
115
  }
148
116
  export declare enum MemberDisabledReason {
@@ -160,44 +128,26 @@ export declare enum MemberStatus {
160
128
  VERIFICATION_FAILED = "VERIFICATION_FAILED",
161
129
  VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS",
162
130
  }
163
-
164
131
  export interface DatasourcePackageUsageInfo {
165
132
  VolumeUsageInBytes?: number;
166
-
167
133
  VolumeUsageUpdateTime?: Date;
168
134
  }
169
-
170
135
  export interface MemberDetail {
171
136
  AccountId?: string;
172
-
173
137
  EmailAddress?: string;
174
-
175
138
  GraphArn?: string;
176
-
177
139
  MasterId?: string;
178
-
179
140
  AdministratorId?: string;
180
-
181
141
  Status?: MemberStatus | string;
182
-
183
142
  DisabledReason?: MemberDisabledReason | string;
184
-
185
143
  InvitedTime?: Date;
186
-
187
144
  UpdatedTime?: Date;
188
-
189
145
  VolumeUsageInBytes?: number;
190
-
191
146
  VolumeUsageUpdatedTime?: Date;
192
-
193
147
  PercentOfGraphUtilization?: number;
194
-
195
148
  PercentOfGraphUtilizationUpdatedTime?: Date;
196
-
197
149
  InvitationType?: InvitationType | string;
198
-
199
150
  VolumeUsageByDatasourcePackage?: Record<string, DatasourcePackageUsageInfo>;
200
-
201
151
  DatasourcePackageIngestStates?: Record<
202
152
  string,
203
153
  DatasourcePackageIngestState | string
@@ -205,7 +155,6 @@ export interface MemberDetail {
205
155
  }
206
156
  export interface CreateMembersResponse {
207
157
  Members?: MemberDetail[];
208
-
209
158
  UnprocessedAccounts?: UnprocessedAccount[];
210
159
  }
211
160
  export interface DeleteGraphRequest {
@@ -213,12 +162,10 @@ export interface DeleteGraphRequest {
213
162
  }
214
163
  export interface DeleteMembersRequest {
215
164
  GraphArn: string | undefined;
216
-
217
165
  AccountIds: string[] | undefined;
218
166
  }
219
167
  export interface DeleteMembersResponse {
220
168
  AccountIds?: string[];
221
-
222
169
  UnprocessedAccounts?: UnprocessedAccount[];
223
170
  }
224
171
  export interface DescribeOrganizationConfigurationRequest {
@@ -227,12 +174,10 @@ export interface DescribeOrganizationConfigurationRequest {
227
174
  export interface DescribeOrganizationConfigurationResponse {
228
175
  AutoEnable?: boolean;
229
176
  }
230
-
231
177
  export declare class TooManyRequestsException extends __BaseException {
232
178
  readonly name: "TooManyRequestsException";
233
179
  readonly $fault: "client";
234
180
  Message?: string;
235
-
236
181
  constructor(
237
182
  opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
238
183
  );
@@ -245,78 +190,60 @@ export interface EnableOrganizationAdminAccountRequest {
245
190
  }
246
191
  export interface GetMembersRequest {
247
192
  GraphArn: string | undefined;
248
-
249
193
  AccountIds: string[] | undefined;
250
194
  }
251
195
  export interface GetMembersResponse {
252
196
  MemberDetails?: MemberDetail[];
253
-
254
197
  UnprocessedAccounts?: UnprocessedAccount[];
255
198
  }
256
199
  export interface ListDatasourcePackagesRequest {
257
200
  GraphArn: string | undefined;
258
-
259
201
  NextToken?: string;
260
-
261
202
  MaxResults?: number;
262
203
  }
263
-
264
204
  export interface DatasourcePackageIngestDetail {
265
205
  DatasourcePackageIngestState?: DatasourcePackageIngestState | string;
266
-
267
206
  LastIngestStateChange?: Record<string, TimestampForCollection>;
268
207
  }
269
208
  export interface ListDatasourcePackagesResponse {
270
209
  DatasourcePackages?: Record<string, DatasourcePackageIngestDetail>;
271
-
272
210
  NextToken?: string;
273
211
  }
274
212
  export interface ListGraphsRequest {
275
213
  NextToken?: string;
276
-
277
214
  MaxResults?: number;
278
215
  }
279
-
280
216
  export interface Graph {
281
217
  Arn?: string;
282
-
283
218
  CreatedTime?: Date;
284
219
  }
285
220
  export interface ListGraphsResponse {
286
221
  GraphList?: Graph[];
287
-
288
222
  NextToken?: string;
289
223
  }
290
224
  export interface ListInvitationsRequest {
291
225
  NextToken?: string;
292
-
293
226
  MaxResults?: number;
294
227
  }
295
228
  export interface ListInvitationsResponse {
296
229
  Invitations?: MemberDetail[];
297
-
298
230
  NextToken?: string;
299
231
  }
300
232
  export interface ListMembersRequest {
301
233
  GraphArn: string | undefined;
302
-
303
234
  NextToken?: string;
304
-
305
235
  MaxResults?: number;
306
236
  }
307
237
  export interface ListMembersResponse {
308
238
  MemberDetails?: MemberDetail[];
309
-
310
239
  NextToken?: string;
311
240
  }
312
241
  export interface ListOrganizationAdminAccountsRequest {
313
242
  NextToken?: string;
314
-
315
243
  MaxResults?: number;
316
244
  }
317
245
  export interface ListOrganizationAdminAccountsResponse {
318
246
  Administrators?: Administrator[];
319
-
320
247
  NextToken?: string;
321
248
  }
322
249
  export interface ListTagsForResourceRequest {
@@ -330,214 +257,161 @@ export interface RejectInvitationRequest {
330
257
  }
331
258
  export interface StartMonitoringMemberRequest {
332
259
  GraphArn: string | undefined;
333
-
334
260
  AccountId: string | undefined;
335
261
  }
336
262
  export interface TagResourceRequest {
337
263
  ResourceArn: string | undefined;
338
-
339
264
  Tags: Record<string, string> | undefined;
340
265
  }
341
266
  export interface TagResourceResponse {}
342
267
  export interface UntagResourceRequest {
343
268
  ResourceArn: string | undefined;
344
-
345
269
  TagKeys: string[] | undefined;
346
270
  }
347
271
  export interface UntagResourceResponse {}
348
272
  export interface UpdateDatasourcePackagesRequest {
349
273
  GraphArn: string | undefined;
350
-
351
274
  DatasourcePackages: (DatasourcePackage | string)[] | undefined;
352
275
  }
353
276
  export interface UpdateOrganizationConfigurationRequest {
354
277
  GraphArn: string | undefined;
355
-
356
278
  AutoEnable?: boolean;
357
279
  }
358
-
359
280
  export declare const AcceptInvitationRequestFilterSensitiveLog: (
360
281
  obj: AcceptInvitationRequest
361
282
  ) => any;
362
-
363
283
  export declare const AccountFilterSensitiveLog: (obj: Account) => any;
364
-
365
284
  export declare const AdministratorFilterSensitiveLog: (
366
285
  obj: Administrator
367
286
  ) => any;
368
-
369
287
  export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (
370
288
  obj: BatchGetGraphMemberDatasourcesRequest
371
289
  ) => any;
372
-
373
290
  export declare const TimestampForCollectionFilterSensitiveLog: (
374
291
  obj: TimestampForCollection
375
292
  ) => any;
376
-
377
293
  export declare const MembershipDatasourcesFilterSensitiveLog: (
378
294
  obj: MembershipDatasources
379
295
  ) => any;
380
-
381
296
  export declare const UnprocessedAccountFilterSensitiveLog: (
382
297
  obj: UnprocessedAccount
383
298
  ) => any;
384
-
385
299
  export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (
386
300
  obj: BatchGetGraphMemberDatasourcesResponse
387
301
  ) => any;
388
-
389
302
  export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (
390
303
  obj: BatchGetMembershipDatasourcesRequest
391
304
  ) => any;
392
-
393
305
  export declare const UnprocessedGraphFilterSensitiveLog: (
394
306
  obj: UnprocessedGraph
395
307
  ) => any;
396
-
397
308
  export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (
398
309
  obj: BatchGetMembershipDatasourcesResponse
399
310
  ) => any;
400
-
401
311
  export declare const CreateGraphRequestFilterSensitiveLog: (
402
312
  obj: CreateGraphRequest
403
313
  ) => any;
404
-
405
314
  export declare const CreateGraphResponseFilterSensitiveLog: (
406
315
  obj: CreateGraphResponse
407
316
  ) => any;
408
-
409
317
  export declare const CreateMembersRequestFilterSensitiveLog: (
410
318
  obj: CreateMembersRequest
411
319
  ) => any;
412
-
413
320
  export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (
414
321
  obj: DatasourcePackageUsageInfo
415
322
  ) => any;
416
-
417
323
  export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
418
-
419
324
  export declare const CreateMembersResponseFilterSensitiveLog: (
420
325
  obj: CreateMembersResponse
421
326
  ) => any;
422
-
423
327
  export declare const DeleteGraphRequestFilterSensitiveLog: (
424
328
  obj: DeleteGraphRequest
425
329
  ) => any;
426
-
427
330
  export declare const DeleteMembersRequestFilterSensitiveLog: (
428
331
  obj: DeleteMembersRequest
429
332
  ) => any;
430
-
431
333
  export declare const DeleteMembersResponseFilterSensitiveLog: (
432
334
  obj: DeleteMembersResponse
433
335
  ) => any;
434
-
435
336
  export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
436
337
  obj: DescribeOrganizationConfigurationRequest
437
338
  ) => any;
438
-
439
339
  export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
440
340
  obj: DescribeOrganizationConfigurationResponse
441
341
  ) => any;
442
-
443
342
  export declare const DisassociateMembershipRequestFilterSensitiveLog: (
444
343
  obj: DisassociateMembershipRequest
445
344
  ) => any;
446
-
447
345
  export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
448
346
  obj: EnableOrganizationAdminAccountRequest
449
347
  ) => any;
450
-
451
348
  export declare const GetMembersRequestFilterSensitiveLog: (
452
349
  obj: GetMembersRequest
453
350
  ) => any;
454
-
455
351
  export declare const GetMembersResponseFilterSensitiveLog: (
456
352
  obj: GetMembersResponse
457
353
  ) => any;
458
-
459
354
  export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (
460
355
  obj: ListDatasourcePackagesRequest
461
356
  ) => any;
462
-
463
357
  export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (
464
358
  obj: DatasourcePackageIngestDetail
465
359
  ) => any;
466
-
467
360
  export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (
468
361
  obj: ListDatasourcePackagesResponse
469
362
  ) => any;
470
-
471
363
  export declare const ListGraphsRequestFilterSensitiveLog: (
472
364
  obj: ListGraphsRequest
473
365
  ) => any;
474
-
475
366
  export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
476
-
477
367
  export declare const ListGraphsResponseFilterSensitiveLog: (
478
368
  obj: ListGraphsResponse
479
369
  ) => any;
480
-
481
370
  export declare const ListInvitationsRequestFilterSensitiveLog: (
482
371
  obj: ListInvitationsRequest
483
372
  ) => any;
484
-
485
373
  export declare const ListInvitationsResponseFilterSensitiveLog: (
486
374
  obj: ListInvitationsResponse
487
375
  ) => any;
488
-
489
376
  export declare const ListMembersRequestFilterSensitiveLog: (
490
377
  obj: ListMembersRequest
491
378
  ) => any;
492
-
493
379
  export declare const ListMembersResponseFilterSensitiveLog: (
494
380
  obj: ListMembersResponse
495
381
  ) => any;
496
-
497
382
  export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
498
383
  obj: ListOrganizationAdminAccountsRequest
499
384
  ) => any;
500
-
501
385
  export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
502
386
  obj: ListOrganizationAdminAccountsResponse
503
387
  ) => any;
504
-
505
388
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
506
389
  obj: ListTagsForResourceRequest
507
390
  ) => any;
508
-
509
391
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
510
392
  obj: ListTagsForResourceResponse
511
393
  ) => any;
512
-
513
394
  export declare const RejectInvitationRequestFilterSensitiveLog: (
514
395
  obj: RejectInvitationRequest
515
396
  ) => any;
516
-
517
397
  export declare const StartMonitoringMemberRequestFilterSensitiveLog: (
518
398
  obj: StartMonitoringMemberRequest
519
399
  ) => any;
520
-
521
400
  export declare const TagResourceRequestFilterSensitiveLog: (
522
401
  obj: TagResourceRequest
523
402
  ) => any;
524
-
525
403
  export declare const TagResourceResponseFilterSensitiveLog: (
526
404
  obj: TagResourceResponse
527
405
  ) => any;
528
-
529
406
  export declare const UntagResourceRequestFilterSensitiveLog: (
530
407
  obj: UntagResourceRequest
531
408
  ) => any;
532
-
533
409
  export declare const UntagResourceResponseFilterSensitiveLog: (
534
410
  obj: UntagResourceResponse
535
411
  ) => any;
536
-
537
412
  export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (
538
413
  obj: UpdateDatasourcePackagesRequest
539
414
  ) => any;
540
-
541
415
  export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
542
416
  obj: UpdateOrganizationConfigurationRequest
543
417
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { DetectiveClientConfig } from "./DetectiveClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { DetectiveClientConfig } from "./DetectiveClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { DetectiveClientConfig } from "./DetectiveClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { DetectiveClientConfig } from "./DetectiveClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-detective",
3
3
  "description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"