@aws-sdk/client-securityhub 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +968 -285
- package/dist-types/ts3.4/SecurityHubClient.d.ts +440 -129
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +2792 -4097
- package/dist-types/ts3.4/models/models_1.d.ts +2703 -3847
- package/dist-types/ts3.4/models/models_2.d.ts +209 -228
- package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,228 +1,209 @@
|
|
|
1
|
-
import { AdminAccount, AutoEnableStandards } from "./models_0";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
export interface
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
export interface ListInvitationsRequest {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
export interface
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
export interface
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
export interface
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
export interface
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
export
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
export
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
export declare const
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
export declare const
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export declare const
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
export declare const
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
export declare const
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
export declare const
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export declare const
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
export declare const UpdateFindingsRequestFilterSensitiveLog: (obj: UpdateFindingsRequest) => any;
|
|
211
|
-
|
|
212
|
-
export declare const UpdateFindingsResponseFilterSensitiveLog: (obj: UpdateFindingsResponse) => any;
|
|
213
|
-
|
|
214
|
-
export declare const UpdateInsightRequestFilterSensitiveLog: (obj: UpdateInsightRequest) => any;
|
|
215
|
-
|
|
216
|
-
export declare const UpdateInsightResponseFilterSensitiveLog: (obj: UpdateInsightResponse) => any;
|
|
217
|
-
|
|
218
|
-
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
219
|
-
|
|
220
|
-
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
221
|
-
|
|
222
|
-
export declare const UpdateSecurityHubConfigurationRequestFilterSensitiveLog: (obj: UpdateSecurityHubConfigurationRequest) => any;
|
|
223
|
-
|
|
224
|
-
export declare const UpdateSecurityHubConfigurationResponseFilterSensitiveLog: (obj: UpdateSecurityHubConfigurationResponse) => any;
|
|
225
|
-
|
|
226
|
-
export declare const UpdateStandardsControlRequestFilterSensitiveLog: (obj: UpdateStandardsControlRequest) => any;
|
|
227
|
-
|
|
228
|
-
export declare const UpdateStandardsControlResponseFilterSensitiveLog: (obj: UpdateStandardsControlResponse) => any;
|
|
1
|
+
import { AdminAccount, AutoEnableStandards } from "./models_0";
|
|
2
|
+
import {
|
|
3
|
+
AwsSecurityFindingFilters,
|
|
4
|
+
ControlStatus,
|
|
5
|
+
FindingAggregator,
|
|
6
|
+
Invitation,
|
|
7
|
+
Member,
|
|
8
|
+
NoteUpdate,
|
|
9
|
+
RecordState,
|
|
10
|
+
Result,
|
|
11
|
+
} from "./models_1";
|
|
12
|
+
export interface InviteMembersResponse {
|
|
13
|
+
UnprocessedAccounts?: Result[];
|
|
14
|
+
}
|
|
15
|
+
export interface ListEnabledProductsForImportRequest {
|
|
16
|
+
NextToken?: string;
|
|
17
|
+
MaxResults?: number;
|
|
18
|
+
}
|
|
19
|
+
export interface ListEnabledProductsForImportResponse {
|
|
20
|
+
ProductSubscriptions?: string[];
|
|
21
|
+
NextToken?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface ListFindingAggregatorsRequest {
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
MaxResults?: number;
|
|
26
|
+
}
|
|
27
|
+
export interface ListFindingAggregatorsResponse {
|
|
28
|
+
FindingAggregators?: FindingAggregator[];
|
|
29
|
+
NextToken?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface ListInvitationsRequest {
|
|
32
|
+
MaxResults?: number;
|
|
33
|
+
NextToken?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface ListInvitationsResponse {
|
|
36
|
+
Invitations?: Invitation[];
|
|
37
|
+
NextToken?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface ListMembersRequest {
|
|
40
|
+
OnlyAssociated?: boolean;
|
|
41
|
+
MaxResults?: number;
|
|
42
|
+
NextToken?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface ListMembersResponse {
|
|
45
|
+
Members?: Member[];
|
|
46
|
+
NextToken?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
49
|
+
MaxResults?: number;
|
|
50
|
+
NextToken?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
53
|
+
AdminAccounts?: AdminAccount[];
|
|
54
|
+
NextToken?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface ListTagsForResourceRequest {
|
|
57
|
+
ResourceArn: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface ListTagsForResourceResponse {
|
|
60
|
+
Tags?: Record<string, string>;
|
|
61
|
+
}
|
|
62
|
+
export interface TagResourceRequest {
|
|
63
|
+
ResourceArn: string | undefined;
|
|
64
|
+
Tags: Record<string, string> | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface TagResourceResponse {}
|
|
67
|
+
export interface UntagResourceRequest {
|
|
68
|
+
ResourceArn: string | undefined;
|
|
69
|
+
TagKeys: string[] | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface UntagResourceResponse {}
|
|
72
|
+
export interface UpdateActionTargetRequest {
|
|
73
|
+
ActionTargetArn: string | undefined;
|
|
74
|
+
Name?: string;
|
|
75
|
+
Description?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface UpdateActionTargetResponse {}
|
|
78
|
+
export interface UpdateFindingAggregatorRequest {
|
|
79
|
+
FindingAggregatorArn: string | undefined;
|
|
80
|
+
RegionLinkingMode: string | undefined;
|
|
81
|
+
Regions?: string[];
|
|
82
|
+
}
|
|
83
|
+
export interface UpdateFindingAggregatorResponse {
|
|
84
|
+
FindingAggregatorArn?: string;
|
|
85
|
+
FindingAggregationRegion?: string;
|
|
86
|
+
RegionLinkingMode?: string;
|
|
87
|
+
Regions?: string[];
|
|
88
|
+
}
|
|
89
|
+
export interface UpdateFindingsRequest {
|
|
90
|
+
Filters: AwsSecurityFindingFilters | undefined;
|
|
91
|
+
Note?: NoteUpdate;
|
|
92
|
+
RecordState?: RecordState | string;
|
|
93
|
+
}
|
|
94
|
+
export interface UpdateFindingsResponse {}
|
|
95
|
+
export interface UpdateInsightRequest {
|
|
96
|
+
InsightArn: string | undefined;
|
|
97
|
+
Name?: string;
|
|
98
|
+
Filters?: AwsSecurityFindingFilters;
|
|
99
|
+
GroupByAttribute?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface UpdateInsightResponse {}
|
|
102
|
+
export interface UpdateOrganizationConfigurationRequest {
|
|
103
|
+
AutoEnable: boolean | undefined;
|
|
104
|
+
AutoEnableStandards?: AutoEnableStandards | string;
|
|
105
|
+
}
|
|
106
|
+
export interface UpdateOrganizationConfigurationResponse {}
|
|
107
|
+
export interface UpdateSecurityHubConfigurationRequest {
|
|
108
|
+
AutoEnableControls?: boolean;
|
|
109
|
+
}
|
|
110
|
+
export interface UpdateSecurityHubConfigurationResponse {}
|
|
111
|
+
export interface UpdateStandardsControlRequest {
|
|
112
|
+
StandardsControlArn: string | undefined;
|
|
113
|
+
ControlStatus?: ControlStatus | string;
|
|
114
|
+
DisabledReason?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface UpdateStandardsControlResponse {}
|
|
117
|
+
export declare const InviteMembersResponseFilterSensitiveLog: (
|
|
118
|
+
obj: InviteMembersResponse
|
|
119
|
+
) => any;
|
|
120
|
+
export declare const ListEnabledProductsForImportRequestFilterSensitiveLog: (
|
|
121
|
+
obj: ListEnabledProductsForImportRequest
|
|
122
|
+
) => any;
|
|
123
|
+
export declare const ListEnabledProductsForImportResponseFilterSensitiveLog: (
|
|
124
|
+
obj: ListEnabledProductsForImportResponse
|
|
125
|
+
) => any;
|
|
126
|
+
export declare const ListFindingAggregatorsRequestFilterSensitiveLog: (
|
|
127
|
+
obj: ListFindingAggregatorsRequest
|
|
128
|
+
) => any;
|
|
129
|
+
export declare const ListFindingAggregatorsResponseFilterSensitiveLog: (
|
|
130
|
+
obj: ListFindingAggregatorsResponse
|
|
131
|
+
) => any;
|
|
132
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (
|
|
133
|
+
obj: ListInvitationsRequest
|
|
134
|
+
) => any;
|
|
135
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
136
|
+
obj: ListInvitationsResponse
|
|
137
|
+
) => any;
|
|
138
|
+
export declare const ListMembersRequestFilterSensitiveLog: (
|
|
139
|
+
obj: ListMembersRequest
|
|
140
|
+
) => any;
|
|
141
|
+
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
142
|
+
obj: ListMembersResponse
|
|
143
|
+
) => any;
|
|
144
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
145
|
+
obj: ListOrganizationAdminAccountsRequest
|
|
146
|
+
) => any;
|
|
147
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
148
|
+
obj: ListOrganizationAdminAccountsResponse
|
|
149
|
+
) => any;
|
|
150
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
151
|
+
obj: ListTagsForResourceRequest
|
|
152
|
+
) => any;
|
|
153
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
154
|
+
obj: ListTagsForResourceResponse
|
|
155
|
+
) => any;
|
|
156
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
157
|
+
obj: TagResourceRequest
|
|
158
|
+
) => any;
|
|
159
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
160
|
+
obj: TagResourceResponse
|
|
161
|
+
) => any;
|
|
162
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
163
|
+
obj: UntagResourceRequest
|
|
164
|
+
) => any;
|
|
165
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
166
|
+
obj: UntagResourceResponse
|
|
167
|
+
) => any;
|
|
168
|
+
export declare const UpdateActionTargetRequestFilterSensitiveLog: (
|
|
169
|
+
obj: UpdateActionTargetRequest
|
|
170
|
+
) => any;
|
|
171
|
+
export declare const UpdateActionTargetResponseFilterSensitiveLog: (
|
|
172
|
+
obj: UpdateActionTargetResponse
|
|
173
|
+
) => any;
|
|
174
|
+
export declare const UpdateFindingAggregatorRequestFilterSensitiveLog: (
|
|
175
|
+
obj: UpdateFindingAggregatorRequest
|
|
176
|
+
) => any;
|
|
177
|
+
export declare const UpdateFindingAggregatorResponseFilterSensitiveLog: (
|
|
178
|
+
obj: UpdateFindingAggregatorResponse
|
|
179
|
+
) => any;
|
|
180
|
+
export declare const UpdateFindingsRequestFilterSensitiveLog: (
|
|
181
|
+
obj: UpdateFindingsRequest
|
|
182
|
+
) => any;
|
|
183
|
+
export declare const UpdateFindingsResponseFilterSensitiveLog: (
|
|
184
|
+
obj: UpdateFindingsResponse
|
|
185
|
+
) => any;
|
|
186
|
+
export declare const UpdateInsightRequestFilterSensitiveLog: (
|
|
187
|
+
obj: UpdateInsightRequest
|
|
188
|
+
) => any;
|
|
189
|
+
export declare const UpdateInsightResponseFilterSensitiveLog: (
|
|
190
|
+
obj: UpdateInsightResponse
|
|
191
|
+
) => any;
|
|
192
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
193
|
+
obj: UpdateOrganizationConfigurationRequest
|
|
194
|
+
) => any;
|
|
195
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
196
|
+
obj: UpdateOrganizationConfigurationResponse
|
|
197
|
+
) => any;
|
|
198
|
+
export declare const UpdateSecurityHubConfigurationRequestFilterSensitiveLog: (
|
|
199
|
+
obj: UpdateSecurityHubConfigurationRequest
|
|
200
|
+
) => any;
|
|
201
|
+
export declare const UpdateSecurityHubConfigurationResponseFilterSensitiveLog: (
|
|
202
|
+
obj: UpdateSecurityHubConfigurationResponse
|
|
203
|
+
) => any;
|
|
204
|
+
export declare const UpdateStandardsControlRequestFilterSensitiveLog: (
|
|
205
|
+
obj: UpdateStandardsControlRequest
|
|
206
|
+
) => any;
|
|
207
|
+
export declare const UpdateStandardsControlResponseFilterSensitiveLog: (
|
|
208
|
+
obj: UpdateStandardsControlResponse
|
|
209
|
+
) => any;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeActionTargetsCommandInput,
|
|
4
|
+
DescribeActionTargetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeActionTargetsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeActionTargets(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: DescribeActionTargetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeActionTargetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeProductsCommandInput,
|
|
4
|
+
DescribeProductsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeProductsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeProducts(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: DescribeProductsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeProductsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeStandardsControlsCommandInput,
|
|
4
|
+
DescribeStandardsControlsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeStandardsControlsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeStandardsControls(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: DescribeStandardsControlsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeStandardsControlsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeStandardsCommandInput,
|
|
4
|
+
DescribeStandardsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeStandardsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeStandards(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: DescribeStandardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeStandardsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetEnabledStandardsCommandInput,
|
|
4
|
+
GetEnabledStandardsCommandOutput,
|
|
5
|
+
} from "../commands/GetEnabledStandardsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetEnabledStandards(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: GetEnabledStandardsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetEnabledStandardsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetFindingsCommandInput,
|
|
4
|
+
GetFindingsCommandOutput,
|
|
5
|
+
} from "../commands/GetFindingsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetFindings(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: GetFindingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetFindingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetInsightsCommandInput,
|
|
4
|
+
GetInsightsCommandOutput,
|
|
5
|
+
} from "../commands/GetInsightsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetInsights(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: GetInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetInsightsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { SecurityHub } from "../SecurityHub";
|
|
3
|
-
import { SecurityHubClient } from "../SecurityHubClient";
|
|
4
|
-
export interface SecurityHubPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { SecurityHub } from "../SecurityHub";
|
|
3
|
+
import { SecurityHubClient } from "../SecurityHubClient";
|
|
4
|
+
export interface SecurityHubPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: SecurityHub | SecurityHubClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnabledProductsForImportCommandInput,
|
|
4
|
+
ListEnabledProductsForImportCommandOutput,
|
|
5
|
+
} from "../commands/ListEnabledProductsForImportCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnabledProductsForImport(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListEnabledProductsForImportCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnabledProductsForImportCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFindingAggregatorsCommandInput,
|
|
4
|
+
ListFindingAggregatorsCommandOutput,
|
|
5
|
+
} from "../commands/ListFindingAggregatorsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListFindingAggregators(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListFindingAggregatorsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListFindingAggregatorsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInvitationsCommandInput,
|
|
4
|
+
ListInvitationsCommandOutput,
|
|
5
|
+
} from "../commands/ListInvitationsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInvitations(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListInvitationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInvitationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMembersCommandInput,
|
|
4
|
+
ListMembersCommandOutput,
|
|
5
|
+
} from "../commands/ListMembersCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMembers(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListMembersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMembersCommandOutput>;
|