@aws-sdk/client-detective 3.533.0 → 3.535.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 (63) hide show
  1. package/dist-types/Detective.d.ts +6 -1
  2. package/dist-types/DetectiveClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateMembersCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteMembersCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  12. package/dist-types/commands/DisassociateMembershipCommand.d.ts +2 -1
  13. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  14. package/dist-types/commands/GetInvestigationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetMembersCommand.d.ts +2 -1
  16. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListIndicatorsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListInvestigationsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  22. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/RejectInvitationCommand.d.ts +2 -1
  25. package/dist-types/commands/StartInvestigationCommand.d.ts +2 -1
  26. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +2 -1
  27. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +226 -226
  33. package/dist-types/ts3.4/Detective.d.ts +5 -0
  34. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  63. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const UpdateDatasourcePackagesCommand_base: {
24
24
  new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a data source packages for the behavior graph.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const UpdateDatasourcePackagesCommand_base: {
80
80
  * @throws {@link DetectiveServiceException}
81
81
  * <p>Base exception class for all service exceptions from Detective service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateDatasourcePackagesCommand extends UpdateDatasourcePackagesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateInvestigationStateCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const UpdateInvestigationStateCommand_base: {
24
24
  new (input: UpdateInvestigationStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateInvestigationStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the state of an investigation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const UpdateInvestigationStateCommand_base: {
70
70
  * @throws {@link DetectiveServiceException}
71
71
  * <p>Base exception class for all service exceptions from Detective service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class UpdateInvestigationStateCommand extends UpdateInvestigationStateCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateOrganizationConfigurationCommandOutput extends __Metadata
22
22
  }
23
23
  declare const UpdateOrganizationConfigurationCommand_base: {
24
24
  new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the configuration for the Organizations integration in the current Region.
30
30
  * Can only be called by the Detective administrator account for the
31
31
  * organization.</p>
@@ -68,6 +68,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
68
68
  * @throws {@link DetectiveServiceException}
69
69
  * <p>Base exception class for all service exceptions from Detective service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
73
74
  }