@aws-sdk/client-securityhub 3.295.0 → 3.297.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 (83) hide show
  1. package/dist-types/SecurityHub.d.ts +62 -0
  2. package/dist-types/SecurityHubClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchImportFindingsCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateActionTargetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateInsightCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
  16. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteActionTargetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeProductsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStandardsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +16 -0
  28. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableSecurityHubCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
  34. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +16 -0
  35. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  36. package/dist-types/commands/EnableSecurityHubCommand.d.ts +16 -0
  37. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +16 -0
  40. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  41. package/dist-types/commands/GetInsightResultsCommand.d.ts +16 -0
  42. package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
  43. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMembersCommand.d.ts +16 -0
  46. package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +16 -0
  48. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  51. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateActionTargetCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateInsightCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +16 -0
  64. package/dist-types/models/SecurityHubServiceException.d.ts +2 -0
  65. package/dist-types/models/models_0.d.ts +317 -1
  66. package/dist-types/models/models_1.d.ts +398 -0
  67. package/dist-types/models/models_2.d.ts +298 -0
  68. package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/DescribeProductsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeStandardsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/GetFindingsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/GetInsightsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/Interfaces.d.ts +3 -0
  76. package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +3 -0
  83. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeclineInvitationsCommand}.
8
10
  */
9
11
  export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeclineInvitationsCommand}.
13
17
  */
14
18
  export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Declines invitations to become a member account.</p>
18
23
  * <p>This operation is only used by accounts that are not part of an organization.
19
24
  * Organization accounts do not receive invitations.</p>
@@ -27,6 +32,8 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeclineInvitationsCommandInput - {@link DeclineInvitationsCommandInput}
36
+ * @returns {@link DeclineInvitationsCommandOutput}
30
37
  * @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
31
38
  * @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
49
56
  export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
50
57
  readonly input: DeclineInvitationsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeclineInvitationsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteActionTargetRequest, DeleteActionTargetResponse } from "../models/models_1";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteActionTargetCommand}.
8
10
  */
9
11
  export interface DeleteActionTargetCommandInput extends DeleteActionTargetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteActionTargetCommand}.
13
17
  */
14
18
  export interface DeleteActionTargetCommandOutput extends DeleteActionTargetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a custom action target from Security Hub.</p>
18
23
  * <p>Deleting a custom action target does not affect any findings or insights that were
19
24
  * already sent to Amazon CloudWatch Events using the custom action.</p>
@@ -27,6 +32,8 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteActionTargetCommandInput - {@link DeleteActionTargetCommandInput}
36
+ * @returns {@link DeleteActionTargetCommandOutput}
30
37
  * @see {@link DeleteActionTargetCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteActionTargetCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteActionTargetCommandOutput extends DeleteActionTargetRespo
49
56
  export declare class DeleteActionTargetCommand extends $Command<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
50
57
  readonly input: DeleteActionTargetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteActionTargetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFindingAggregatorRequest, DeleteFindingAggregatorResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFindingAggregatorCommand}.
8
10
  */
9
11
  export interface DeleteFindingAggregatorCommandInput extends DeleteFindingAggregatorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFindingAggregatorCommand}.
13
17
  */
14
18
  export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggregatorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a finding aggregator. When you delete the finding aggregator, you stop finding aggregation.</p>
18
23
  * <p>When you stop finding aggregation, findings that were already aggregated to the aggregation Region are still visible from the aggregation Region. New findings and finding updates are not aggregated.
19
24
  * </p>
@@ -27,6 +32,8 @@ export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggre
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteFindingAggregatorCommandInput - {@link DeleteFindingAggregatorCommandInput}
36
+ * @returns {@link DeleteFindingAggregatorCommandOutput}
30
37
  * @see {@link DeleteFindingAggregatorCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteFindingAggregatorCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteFindingAggregatorCommandOutput extends DeleteFindingAggre
56
63
  export declare class DeleteFindingAggregatorCommand extends $Command<DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
57
64
  readonly input: DeleteFindingAggregatorCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteFindingAggregatorCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput>;
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 { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInsightCommand}.
8
10
  */
9
11
  export interface DeleteInsightCommandInput extends DeleteInsightRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInsightCommand}.
13
17
  */
14
18
  export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the insight specified by the <code>InsightArn</code>.</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 DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInsightCommandInput - {@link DeleteInsightCommandInput}
34
+ * @returns {@link DeleteInsightCommandOutput}
28
35
  * @see {@link DeleteInsightCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInsightCommandOutput} for command's `response` shape.
30
37
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
51
58
  export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, SecurityHubClientResolvedConfig> {
52
59
  readonly input: DeleteInsightCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteInsightCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInvitationsCommand}.
8
10
  */
9
11
  export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInvitationsCommand}.
13
17
  */
14
18
  export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes invitations received by the Amazon Web Services account to become a member account.</p>
18
23
  * <p>This operation is only used by accounts that are not part of an organization.
19
24
  * Organization accounts do not receive invitations.</p>
@@ -27,6 +32,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteInvitationsCommandInput - {@link DeleteInvitationsCommandInput}
36
+ * @returns {@link DeleteInvitationsCommandOutput}
30
37
  * @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
53
60
  export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
54
61
  readonly input: DeleteInvitationsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteInvitationsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMembersCommand}.
8
10
  */
9
11
  export interface DeleteMembersCommandInput extends DeleteMembersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMembersCommand}.
13
17
  */
14
18
  export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified member accounts from Security Hub.</p>
18
23
  * <p>Can be used to delete member accounts that belong to an organization as well as member
19
24
  * accounts that were invited manually.</p>
@@ -27,6 +32,8 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteMembersCommandInput - {@link DeleteMembersCommandInput}
36
+ * @returns {@link DeleteMembersCommandOutput}
30
37
  * @see {@link DeleteMembersCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteMembersCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
53
60
  export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, SecurityHubClientResolvedConfig> {
54
61
  readonly input: DeleteMembersCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteMembersCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeActionTargetsRequest, DescribeActionTargetsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeActionTargetsCommand}.
8
10
  */
9
11
  export interface DescribeActionTargetsCommandInput extends DescribeActionTargetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeActionTargetsCommand}.
13
17
  */
14
18
  export interface DescribeActionTargetsCommandOutput extends DescribeActionTargetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of the custom action targets in Security Hub in your account.</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 DescribeActionTargetsCommandOutput extends DescribeActionTarget
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeActionTargetsCommandInput - {@link DescribeActionTargetsCommandInput}
34
+ * @returns {@link DescribeActionTargetsCommandOutput}
28
35
  * @see {@link DescribeActionTargetsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeActionTargetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeActionTargetsCommandOutput extends DescribeActionTarget
47
54
  export declare class DescribeActionTargetsCommand extends $Command<DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput, SecurityHubClientResolvedConfig> {
48
55
  readonly input: DescribeActionTargetsCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeActionTargetsCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput>;
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 { DescribeHubRequest, DescribeHubResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeHubCommand}.
8
10
  */
9
11
  export interface DescribeHubCommandInput extends DescribeHubRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeHubCommand}.
13
17
  */
14
18
  export interface DescribeHubCommandOutput extends DescribeHubResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about the Hub resource in your account, including the
18
23
  * <code>HubArn</code> and the time when you enabled Security Hub.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeHubCommandInput - {@link DescribeHubCommandInput}
35
+ * @returns {@link DescribeHubCommandOutput}
29
36
  * @see {@link DescribeHubCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeHubCommandOutput} for command's `response` shape.
31
38
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeHubCommandOutput extends DescribeHubResponse, __Metadat
52
59
  export declare class DescribeHubCommand extends $Command<DescribeHubCommandInput, DescribeHubCommandOutput, SecurityHubClientResolvedConfig> {
53
60
  readonly input: DescribeHubCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeHubCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHubCommandInput, DescribeHubCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeOrganizationConfigurationCommand}.
8
10
  */
9
11
  export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeOrganizationConfigurationCommand}.
13
17
  */
14
18
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the Organizations configuration for Security Hub. Can only be
18
23
  * called from a Security Hub administrator account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeOrganizationConfigurationCommandInput - {@link DescribeOrganizationConfigurationCommandInput}
35
+ * @returns {@link DescribeOrganizationConfigurationCommandOutput}
29
36
  * @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
49
56
  export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig> {
50
57
  readonly input: DescribeOrganizationConfigurationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeOrganizationConfigurationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeProductsRequest, DescribeProductsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProductsCommand}.
8
10
  */
9
11
  export interface DescribeProductsCommandInput extends DescribeProductsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProductsCommand}.
13
17
  */
14
18
  export interface DescribeProductsCommandOutput extends DescribeProductsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about product integrations in Security Hub.</p>
18
23
  * <p>You can optionally provide an integration ARN. If you provide an integration ARN, then
19
24
  * the results only include that integration.</p>
@@ -29,6 +34,8 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeProductsCommandInput - {@link DescribeProductsCommandInput}
38
+ * @returns {@link DescribeProductsCommandOutput}
32
39
  * @see {@link DescribeProductsCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeProductsCommandOutput} for command's `response` shape.
34
41
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DescribeProductsCommandOutput extends DescribeProductsResponse,
52
59
  export declare class DescribeProductsCommand extends $Command<DescribeProductsCommandInput, DescribeProductsCommandOutput, SecurityHubClientResolvedConfig> {
53
60
  readonly input: DescribeProductsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DescribeProductsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProductsCommandInput, DescribeProductsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeStandardsRequest, DescribeStandardsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeStandardsCommand}.
8
10
  */
9
11
  export interface DescribeStandardsCommandInput extends DescribeStandardsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeStandardsCommand}.
13
17
  */
14
18
  export interface DescribeStandardsCommandOutput extends DescribeStandardsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of the available standards in Security Hub.</p>
18
23
  * <p>For each standard, the results include the standard ARN, the name, and a description. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeStandardsCommandInput - {@link DescribeStandardsCommandInput}
35
+ * @returns {@link DescribeStandardsCommandOutput}
29
36
  * @see {@link DescribeStandardsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeStandardsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DescribeStandardsCommandOutput extends DescribeStandardsRespons
45
52
  export declare class DescribeStandardsCommand extends $Command<DescribeStandardsCommandInput, DescribeStandardsCommandOutput, SecurityHubClientResolvedConfig> {
46
53
  readonly input: DescribeStandardsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DescribeStandardsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStandardsCommandInput, DescribeStandardsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeStandardsControlsRequest, DescribeStandardsControlsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeStandardsControlsCommand}.
8
10
  */
9
11
  export interface DescribeStandardsControlsCommandInput extends DescribeStandardsControlsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeStandardsControlsCommand}.
13
17
  */
14
18
  export interface DescribeStandardsControlsCommandOutput extends DescribeStandardsControlsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of security standards controls.</p>
18
23
  * <p>For each control, the results include information about whether it is currently enabled,
19
24
  * the severity, and a link to remediation information.</p>
@@ -27,6 +32,8 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeStandardsControlsCommandInput - {@link DescribeStandardsControlsCommandInput}
36
+ * @returns {@link DescribeStandardsControlsCommandOutput}
30
37
  * @see {@link DescribeStandardsControlsCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeStandardsControlsCommandOutput} for command's `response` shape.
32
39
  * @see {@link SecurityHubClientResolvedConfig | config} for SecurityHubClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeStandardsControlsCommandOutput extends DescribeStandard
49
56
  export declare class DescribeStandardsControlsCommand extends $Command<DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput, SecurityHubClientResolvedConfig> {
50
57
  readonly input: DescribeStandardsControlsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeStandardsControlsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }