@aws-sdk/client-detective 3.296.0 → 3.298.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 (86) hide show
  1. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -3
  3. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +2 -3
  4. package/dist-cjs/commands/CreateGraphCommand.js +2 -3
  5. package/dist-cjs/commands/CreateMembersCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteGraphCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteMembersCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  10. package/dist-cjs/commands/DisassociateMembershipCommand.js +2 -3
  11. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -3
  12. package/dist-cjs/commands/GetMembersCommand.js +2 -3
  13. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +2 -3
  14. package/dist-cjs/commands/ListGraphsCommand.js +2 -3
  15. package/dist-cjs/commands/ListInvitationsCommand.js +2 -3
  16. package/dist-cjs/commands/ListMembersCommand.js +2 -3
  17. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  19. package/dist-cjs/commands/RejectInvitationCommand.js +2 -3
  20. package/dist-cjs/commands/StartMonitoringMemberCommand.js +2 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -3
  25. package/dist-cjs/models/models_0.js +1 -194
  26. package/dist-es/commands/AcceptInvitationCommand.js +2 -3
  27. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -3
  28. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -3
  29. package/dist-es/commands/CreateGraphCommand.js +2 -3
  30. package/dist-es/commands/CreateMembersCommand.js +2 -3
  31. package/dist-es/commands/DeleteGraphCommand.js +2 -3
  32. package/dist-es/commands/DeleteMembersCommand.js +2 -3
  33. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -3
  34. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  35. package/dist-es/commands/DisassociateMembershipCommand.js +2 -3
  36. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -3
  37. package/dist-es/commands/GetMembersCommand.js +2 -3
  38. package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -3
  39. package/dist-es/commands/ListGraphsCommand.js +2 -3
  40. package/dist-es/commands/ListInvitationsCommand.js +2 -3
  41. package/dist-es/commands/ListMembersCommand.js +2 -3
  42. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  44. package/dist-es/commands/RejectInvitationCommand.js +2 -3
  45. package/dist-es/commands/StartMonitoringMemberCommand.js +2 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -3
  47. package/dist-es/commands/UntagResourceCommand.js +2 -3
  48. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -3
  49. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -3
  50. package/dist-es/models/models_0.js +0 -144
  51. package/dist-types/Detective.d.ts +25 -0
  52. package/dist-types/DetectiveClient.d.ts +24 -4
  53. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  54. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +16 -0
  55. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateGraphCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteGraphCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  61. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  62. package/dist-types/commands/DisassociateMembershipCommand.d.ts +16 -0
  63. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  64. package/dist-types/commands/GetMembersCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +16 -0
  66. package/dist-types/commands/ListGraphsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  68. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  69. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/RejectInvitationCommand.d.ts +16 -0
  72. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +16 -0
  73. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  74. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  77. package/dist-types/models/DetectiveServiceException.d.ts +2 -0
  78. package/dist-types/models/models_0.d.ts +149 -192
  79. package/dist-types/pagination/Interfaces.d.ts +3 -0
  80. package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListGraphsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -138
  86. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the tag values that are assigned to a behavior graph.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
47
54
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig> {
48
55
  readonly input: ListTagsForResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListTagsForResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { RejectInvitationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RejectInvitationCommand}.
8
10
  */
9
11
  export interface RejectInvitationCommandInput extends RejectInvitationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RejectInvitationCommand}.
13
17
  */
14
18
  export interface RejectInvitationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Rejects an invitation to contribute the account data to a behavior graph. This operation
18
23
  * must be called by an invited member account that has the <code>INVITED</code>
19
24
  * status.</p>
@@ -31,6 +36,8 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param RejectInvitationCommandInput - {@link RejectInvitationCommandInput}
40
+ * @returns {@link RejectInvitationCommandOutput}
34
41
  * @see {@link RejectInvitationCommandInput} for command's `input` shape.
35
42
  * @see {@link RejectInvitationCommandOutput} for command's `response` shape.
36
43
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -56,11 +63,20 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {
56
63
  export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig> {
57
64
  readonly input: RejectInvitationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: RejectInvitationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { StartMonitoringMemberRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartMonitoringMemberCommand}.
8
10
  */
9
11
  export interface StartMonitoringMemberCommandInput extends StartMonitoringMemberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartMonitoringMemberCommand}.
13
17
  */
14
18
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sends a request to enable data ingest for a member account that has a status of
18
23
  * <code>ACCEPTED_BUT_DISABLED</code>.</p>
19
24
  * <p>For valid member accounts, the status is updated as follows.</p>
@@ -37,6 +42,8 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param StartMonitoringMemberCommandInput - {@link StartMonitoringMemberCommandInput}
46
+ * @returns {@link StartMonitoringMemberCommandOutput}
40
47
  * @see {@link StartMonitoringMemberCommandInput} for command's `input` shape.
41
48
  * @see {@link StartMonitoringMemberCommandOutput} for command's `response` shape.
42
49
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -80,11 +87,20 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
80
87
  export declare class StartMonitoringMemberCommand extends $Command<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig> {
81
88
  readonly input: StartMonitoringMemberCommandInput;
82
89
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
83
93
  constructor(input: StartMonitoringMemberCommandInput);
84
94
  /**
85
95
  * @internal
86
96
  */
87
97
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
88
101
  private serialize;
102
+ /**
103
+ * @internal
104
+ */
89
105
  private deserialize;
90
106
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies tag values to a behavior graph.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -47,11 +54,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
47
54
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig> {
48
55
  readonly input: TagResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: TagResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from a behavior graph.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
47
54
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig> {
48
55
  readonly input: UntagResourceCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UntagResourceCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateDatasourcePackagesRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDatasourcePackagesCommand}.
8
10
  */
9
11
  export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePackagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDatasourcePackagesCommand}.
13
17
  */
14
18
  export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a data source packages for the behavior graph.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDatasourcePackagesCommandInput - {@link UpdateDatasourcePackagesCommandInput}
34
+ * @returns {@link UpdateDatasourcePackagesCommandOutput}
28
35
  * @see {@link UpdateDatasourcePackagesCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDatasourcePackagesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -65,11 +72,20 @@ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer
65
72
  export declare class UpdateDatasourcePackagesCommand extends $Command<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
66
73
  readonly input: UpdateDatasourcePackagesCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: UpdateDatasourcePackagesCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
5
  import { UpdateOrganizationConfigurationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateOrganizationConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateOrganizationConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateOrganizationConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration for the Organizations integration in the current Region.
18
23
  * Can only be called by the Detective administrator account for the
19
24
  * organization.</p>
@@ -27,6 +32,8 @@ export interface UpdateOrganizationConfigurationCommandOutput extends __Metadata
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateOrganizationConfigurationCommandInput - {@link UpdateOrganizationConfigurationCommandInput}
36
+ * @returns {@link UpdateOrganizationConfigurationCommandOutput}
30
37
  * @see {@link UpdateOrganizationConfigurationCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
32
39
  * @see {@link DetectiveClientResolvedConfig | config} for DetectiveClient's `config` shape.
@@ -50,11 +57,20 @@ export interface UpdateOrganizationConfigurationCommandOutput extends __Metadata
50
57
  export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
51
58
  readonly input: UpdateOrganizationConfigurationCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: UpdateOrganizationConfigurationCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Detective service.
4
6
  */
5
7
  export declare class DetectiveServiceException extends __ServiceException {