@aws-sdk/client-detective 3.279.0 → 3.281.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 (26) hide show
  1. package/README.md +195 -0
  2. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateGraphCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -0
  10. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
  11. package/dist-types/commands/DisassociateMembershipCommand.d.ts +6 -0
  12. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
  13. package/dist-types/commands/GetMembersCommand.d.ts +6 -0
  14. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +6 -0
  15. package/dist-types/commands/ListGraphsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  18. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  20. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -0
  21. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +6 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
  26. package/package.json +3 -3
package/README.md CHANGED
@@ -278,3 +278,198 @@ To contribute to client you can check our [generate clients scripts](https://git
278
278
  This SDK is distributed under the
279
279
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
280
280
  see LICENSE for more information.
281
+
282
+ ## Client Commands (Operations List)
283
+
284
+ <details>
285
+ <summary>
286
+ AcceptInvitation
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/acceptinvitationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/acceptinvitationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/acceptinvitationcommandoutput.html)
290
+
291
+ </details>
292
+ <details>
293
+ <summary>
294
+ BatchGetGraphMemberDatasources
295
+ </summary>
296
+
297
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/batchgetgraphmemberdatasourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/batchgetgraphmemberdatasourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/batchgetgraphmemberdatasourcescommandoutput.html)
298
+
299
+ </details>
300
+ <details>
301
+ <summary>
302
+ BatchGetMembershipDatasources
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/batchgetmembershipdatasourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/batchgetmembershipdatasourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/batchgetmembershipdatasourcescommandoutput.html)
306
+
307
+ </details>
308
+ <details>
309
+ <summary>
310
+ CreateGraph
311
+ </summary>
312
+
313
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/creategraphcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/creategraphcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/creategraphcommandoutput.html)
314
+
315
+ </details>
316
+ <details>
317
+ <summary>
318
+ CreateMembers
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/creatememberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/creatememberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/creatememberscommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ DeleteGraph
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/deletegraphcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/deletegraphcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/deletegraphcommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ DeleteMembers
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/deletememberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/deletememberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/deletememberscommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ DescribeOrganizationConfiguration
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/describeorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/describeorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/describeorganizationconfigurationcommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ DisableOrganizationAdminAccount
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/disableorganizationadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/disableorganizationadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/disableorganizationadminaccountcommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ DisassociateMembership
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/disassociatemembershipcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/disassociatemembershipcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/disassociatemembershipcommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ EnableOrganizationAdminAccount
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/enableorganizationadminaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/enableorganizationadminaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/enableorganizationadminaccountcommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ GetMembers
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/getmemberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/getmemberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/getmemberscommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ ListDatasourcePackages
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listdatasourcepackagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listdatasourcepackagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listdatasourcepackagescommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ ListGraphs
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listgraphscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listgraphscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listgraphscommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ ListInvitations
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listinvitationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listinvitationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listinvitationscommandoutput.html)
402
+
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ ListMembers
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listmemberscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listmemberscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listmemberscommandoutput.html)
410
+
411
+ </details>
412
+ <details>
413
+ <summary>
414
+ ListOrganizationAdminAccounts
415
+ </summary>
416
+
417
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listorganizationadminaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listorganizationadminaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listorganizationadminaccountscommandoutput.html)
418
+
419
+ </details>
420
+ <details>
421
+ <summary>
422
+ ListTagsForResource
423
+ </summary>
424
+
425
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/listtagsforresourcecommandoutput.html)
426
+
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ RejectInvitation
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/rejectinvitationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/rejectinvitationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/rejectinvitationcommandoutput.html)
434
+
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ StartMonitoringMember
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/startmonitoringmembercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/startmonitoringmembercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/startmonitoringmembercommandoutput.html)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ TagResource
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/tagresourcecommandoutput.html)
450
+
451
+ </details>
452
+ <details>
453
+ <summary>
454
+ UntagResource
455
+ </summary>
456
+
457
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/untagresourcecommandoutput.html)
458
+
459
+ </details>
460
+ <details>
461
+ <summary>
462
+ UpdateDatasourcePackages
463
+ </summary>
464
+
465
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/updatedatasourcepackagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/updatedatasourcepackagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/updatedatasourcepackagescommandoutput.html)
466
+
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ UpdateOrganizationConfiguration
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/classes/updateorganizationconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/updateorganizationconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-detective/interfaces/updateorganizationconfigurationcommandoutput.html)
474
+
475
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { AcceptInvitationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AcceptInvitationCommand}.
8
+ */
6
9
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AcceptInvitationCommand}.
13
+ */
8
14
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetGraphMemberDatasourcesCommand}.
8
+ */
6
9
  export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGraphMemberDatasourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetGraphMemberDatasourcesCommand}.
13
+ */
8
14
  export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetMembershipDatasourcesCommand}.
8
+ */
6
9
  export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembershipDatasourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetMembershipDatasourcesCommand}.
13
+ */
8
14
  export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateGraphCommand}.
8
+ */
6
9
  export interface CreateGraphCommandInput extends CreateGraphRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateGraphCommand}.
13
+ */
8
14
  export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateMembersCommand}.
8
+ */
6
9
  export interface CreateMembersCommandInput extends CreateMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateMembersCommand}.
13
+ */
8
14
  export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DeleteGraphRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteGraphCommand}.
8
+ */
6
9
  export interface DeleteGraphCommandInput extends DeleteGraphRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteGraphCommand}.
13
+ */
8
14
  export interface DeleteGraphCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteMembersCommand}.
8
+ */
6
9
  export interface DeleteMembersCommandInput extends DeleteMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteMembersCommand}.
13
+ */
8
14
  export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeOrganizationConfigurationCommand}.
8
+ */
6
9
  export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeOrganizationConfigurationCommand}.
13
+ */
8
14
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -2,8 +2,14 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
+ /**
6
+ * The input for {@link DisableOrganizationAdminAccountCommand}.
7
+ */
5
8
  export interface DisableOrganizationAdminAccountCommandInput {
6
9
  }
10
+ /**
11
+ * The output of {@link DisableOrganizationAdminAccountCommand}.
12
+ */
7
13
  export interface DisableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
8
14
  }
9
15
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { DisassociateMembershipRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateMembershipCommand}.
8
+ */
6
9
  export interface DisassociateMembershipCommandInput extends DisassociateMembershipRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateMembershipCommand}.
13
+ */
8
14
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableOrganizationAdminAccountCommand}.
8
+ */
6
9
  export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableOrganizationAdminAccountCommand}.
13
+ */
8
14
  export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMembersCommand}.
8
+ */
6
9
  export interface GetMembersCommandInput extends GetMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMembersCommand}.
13
+ */
8
14
  export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDatasourcePackagesCommand}.
8
+ */
6
9
  export interface ListDatasourcePackagesCommandInput extends ListDatasourcePackagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDatasourcePackagesCommand}.
13
+ */
8
14
  export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePackagesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGraphsCommand}.
8
+ */
6
9
  export interface ListGraphsCommandInput extends ListGraphsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGraphsCommand}.
13
+ */
8
14
  export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListInvitationsCommand}.
8
+ */
6
9
  export interface ListInvitationsCommandInput extends ListInvitationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListInvitationsCommand}.
13
+ */
8
14
  export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMembersCommand}.
8
+ */
6
9
  export interface ListMembersCommandInput extends ListMembersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMembersCommand}.
13
+ */
8
14
  export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListOrganizationAdminAccountsCommand}.
8
+ */
6
9
  export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizationAdminAccountsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListOrganizationAdminAccountsCommand}.
13
+ */
8
14
  export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { RejectInvitationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RejectInvitationCommand}.
8
+ */
6
9
  export interface RejectInvitationCommandInput extends RejectInvitationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RejectInvitationCommand}.
13
+ */
8
14
  export interface RejectInvitationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { StartMonitoringMemberRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartMonitoringMemberCommand}.
8
+ */
6
9
  export interface StartMonitoringMemberCommandInput extends StartMonitoringMemberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartMonitoringMemberCommand}.
13
+ */
8
14
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateDatasourcePackagesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDatasourcePackagesCommand}.
8
+ */
6
9
  export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePackagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDatasourcePackagesCommand}.
13
+ */
8
14
  export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateOrganizationConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateOrganizationConfigurationCommand}.
8
+ */
6
9
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateOrganizationConfigurationCommand}.
13
+ */
8
14
  export interface UpdateOrganizationConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",