@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,129 +1,440 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptAdministratorInvitationCommandInput,
|
|
47
|
+
AcceptAdministratorInvitationCommandOutput,
|
|
48
|
+
} from "./commands/AcceptAdministratorInvitationCommand";
|
|
49
|
+
import {
|
|
50
|
+
AcceptInvitationCommandInput,
|
|
51
|
+
AcceptInvitationCommandOutput,
|
|
52
|
+
} from "./commands/AcceptInvitationCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDisableStandardsCommandInput,
|
|
55
|
+
BatchDisableStandardsCommandOutput,
|
|
56
|
+
} from "./commands/BatchDisableStandardsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchEnableStandardsCommandInput,
|
|
59
|
+
BatchEnableStandardsCommandOutput,
|
|
60
|
+
} from "./commands/BatchEnableStandardsCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchImportFindingsCommandInput,
|
|
63
|
+
BatchImportFindingsCommandOutput,
|
|
64
|
+
} from "./commands/BatchImportFindingsCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchUpdateFindingsCommandInput,
|
|
67
|
+
BatchUpdateFindingsCommandOutput,
|
|
68
|
+
} from "./commands/BatchUpdateFindingsCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateActionTargetCommandInput,
|
|
71
|
+
CreateActionTargetCommandOutput,
|
|
72
|
+
} from "./commands/CreateActionTargetCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateFindingAggregatorCommandInput,
|
|
75
|
+
CreateFindingAggregatorCommandOutput,
|
|
76
|
+
} from "./commands/CreateFindingAggregatorCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateInsightCommandInput,
|
|
79
|
+
CreateInsightCommandOutput,
|
|
80
|
+
} from "./commands/CreateInsightCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateMembersCommandInput,
|
|
83
|
+
CreateMembersCommandOutput,
|
|
84
|
+
} from "./commands/CreateMembersCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeclineInvitationsCommandInput,
|
|
87
|
+
DeclineInvitationsCommandOutput,
|
|
88
|
+
} from "./commands/DeclineInvitationsCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteActionTargetCommandInput,
|
|
91
|
+
DeleteActionTargetCommandOutput,
|
|
92
|
+
} from "./commands/DeleteActionTargetCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteFindingAggregatorCommandInput,
|
|
95
|
+
DeleteFindingAggregatorCommandOutput,
|
|
96
|
+
} from "./commands/DeleteFindingAggregatorCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteInsightCommandInput,
|
|
99
|
+
DeleteInsightCommandOutput,
|
|
100
|
+
} from "./commands/DeleteInsightCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteInvitationsCommandInput,
|
|
103
|
+
DeleteInvitationsCommandOutput,
|
|
104
|
+
} from "./commands/DeleteInvitationsCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteMembersCommandInput,
|
|
107
|
+
DeleteMembersCommandOutput,
|
|
108
|
+
} from "./commands/DeleteMembersCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeActionTargetsCommandInput,
|
|
111
|
+
DescribeActionTargetsCommandOutput,
|
|
112
|
+
} from "./commands/DescribeActionTargetsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeHubCommandInput,
|
|
115
|
+
DescribeHubCommandOutput,
|
|
116
|
+
} from "./commands/DescribeHubCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
119
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
120
|
+
} from "./commands/DescribeOrganizationConfigurationCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeProductsCommandInput,
|
|
123
|
+
DescribeProductsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeProductsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeStandardsCommandInput,
|
|
127
|
+
DescribeStandardsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeStandardsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeStandardsControlsCommandInput,
|
|
131
|
+
DescribeStandardsControlsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeStandardsControlsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DisableImportFindingsForProductCommandInput,
|
|
135
|
+
DisableImportFindingsForProductCommandOutput,
|
|
136
|
+
} from "./commands/DisableImportFindingsForProductCommand";
|
|
137
|
+
import {
|
|
138
|
+
DisableOrganizationAdminAccountCommandInput,
|
|
139
|
+
DisableOrganizationAdminAccountCommandOutput,
|
|
140
|
+
} from "./commands/DisableOrganizationAdminAccountCommand";
|
|
141
|
+
import {
|
|
142
|
+
DisableSecurityHubCommandInput,
|
|
143
|
+
DisableSecurityHubCommandOutput,
|
|
144
|
+
} from "./commands/DisableSecurityHubCommand";
|
|
145
|
+
import {
|
|
146
|
+
DisassociateFromAdministratorAccountCommandInput,
|
|
147
|
+
DisassociateFromAdministratorAccountCommandOutput,
|
|
148
|
+
} from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
149
|
+
import {
|
|
150
|
+
DisassociateFromMasterAccountCommandInput,
|
|
151
|
+
DisassociateFromMasterAccountCommandOutput,
|
|
152
|
+
} from "./commands/DisassociateFromMasterAccountCommand";
|
|
153
|
+
import {
|
|
154
|
+
DisassociateMembersCommandInput,
|
|
155
|
+
DisassociateMembersCommandOutput,
|
|
156
|
+
} from "./commands/DisassociateMembersCommand";
|
|
157
|
+
import {
|
|
158
|
+
EnableImportFindingsForProductCommandInput,
|
|
159
|
+
EnableImportFindingsForProductCommandOutput,
|
|
160
|
+
} from "./commands/EnableImportFindingsForProductCommand";
|
|
161
|
+
import {
|
|
162
|
+
EnableOrganizationAdminAccountCommandInput,
|
|
163
|
+
EnableOrganizationAdminAccountCommandOutput,
|
|
164
|
+
} from "./commands/EnableOrganizationAdminAccountCommand";
|
|
165
|
+
import {
|
|
166
|
+
EnableSecurityHubCommandInput,
|
|
167
|
+
EnableSecurityHubCommandOutput,
|
|
168
|
+
} from "./commands/EnableSecurityHubCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetAdministratorAccountCommandInput,
|
|
171
|
+
GetAdministratorAccountCommandOutput,
|
|
172
|
+
} from "./commands/GetAdministratorAccountCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetEnabledStandardsCommandInput,
|
|
175
|
+
GetEnabledStandardsCommandOutput,
|
|
176
|
+
} from "./commands/GetEnabledStandardsCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetFindingAggregatorCommandInput,
|
|
179
|
+
GetFindingAggregatorCommandOutput,
|
|
180
|
+
} from "./commands/GetFindingAggregatorCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetFindingsCommandInput,
|
|
183
|
+
GetFindingsCommandOutput,
|
|
184
|
+
} from "./commands/GetFindingsCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetInsightResultsCommandInput,
|
|
187
|
+
GetInsightResultsCommandOutput,
|
|
188
|
+
} from "./commands/GetInsightResultsCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetInsightsCommandInput,
|
|
191
|
+
GetInsightsCommandOutput,
|
|
192
|
+
} from "./commands/GetInsightsCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetInvitationsCountCommandInput,
|
|
195
|
+
GetInvitationsCountCommandOutput,
|
|
196
|
+
} from "./commands/GetInvitationsCountCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetMasterAccountCommandInput,
|
|
199
|
+
GetMasterAccountCommandOutput,
|
|
200
|
+
} from "./commands/GetMasterAccountCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetMembersCommandInput,
|
|
203
|
+
GetMembersCommandOutput,
|
|
204
|
+
} from "./commands/GetMembersCommand";
|
|
205
|
+
import {
|
|
206
|
+
InviteMembersCommandInput,
|
|
207
|
+
InviteMembersCommandOutput,
|
|
208
|
+
} from "./commands/InviteMembersCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListEnabledProductsForImportCommandInput,
|
|
211
|
+
ListEnabledProductsForImportCommandOutput,
|
|
212
|
+
} from "./commands/ListEnabledProductsForImportCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListFindingAggregatorsCommandInput,
|
|
215
|
+
ListFindingAggregatorsCommandOutput,
|
|
216
|
+
} from "./commands/ListFindingAggregatorsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListInvitationsCommandInput,
|
|
219
|
+
ListInvitationsCommandOutput,
|
|
220
|
+
} from "./commands/ListInvitationsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListMembersCommandInput,
|
|
223
|
+
ListMembersCommandOutput,
|
|
224
|
+
} from "./commands/ListMembersCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListOrganizationAdminAccountsCommandInput,
|
|
227
|
+
ListOrganizationAdminAccountsCommandOutput,
|
|
228
|
+
} from "./commands/ListOrganizationAdminAccountsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListTagsForResourceCommandInput,
|
|
231
|
+
ListTagsForResourceCommandOutput,
|
|
232
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
233
|
+
import {
|
|
234
|
+
TagResourceCommandInput,
|
|
235
|
+
TagResourceCommandOutput,
|
|
236
|
+
} from "./commands/TagResourceCommand";
|
|
237
|
+
import {
|
|
238
|
+
UntagResourceCommandInput,
|
|
239
|
+
UntagResourceCommandOutput,
|
|
240
|
+
} from "./commands/UntagResourceCommand";
|
|
241
|
+
import {
|
|
242
|
+
UpdateActionTargetCommandInput,
|
|
243
|
+
UpdateActionTargetCommandOutput,
|
|
244
|
+
} from "./commands/UpdateActionTargetCommand";
|
|
245
|
+
import {
|
|
246
|
+
UpdateFindingAggregatorCommandInput,
|
|
247
|
+
UpdateFindingAggregatorCommandOutput,
|
|
248
|
+
} from "./commands/UpdateFindingAggregatorCommand";
|
|
249
|
+
import {
|
|
250
|
+
UpdateFindingsCommandInput,
|
|
251
|
+
UpdateFindingsCommandOutput,
|
|
252
|
+
} from "./commands/UpdateFindingsCommand";
|
|
253
|
+
import {
|
|
254
|
+
UpdateInsightCommandInput,
|
|
255
|
+
UpdateInsightCommandOutput,
|
|
256
|
+
} from "./commands/UpdateInsightCommand";
|
|
257
|
+
import {
|
|
258
|
+
UpdateOrganizationConfigurationCommandInput,
|
|
259
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
260
|
+
} from "./commands/UpdateOrganizationConfigurationCommand";
|
|
261
|
+
import {
|
|
262
|
+
UpdateSecurityHubConfigurationCommandInput,
|
|
263
|
+
UpdateSecurityHubConfigurationCommandOutput,
|
|
264
|
+
} from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
265
|
+
import {
|
|
266
|
+
UpdateStandardsControlCommandInput,
|
|
267
|
+
UpdateStandardsControlCommandOutput,
|
|
268
|
+
} from "./commands/UpdateStandardsControlCommand";
|
|
269
|
+
export declare type ServiceInputTypes =
|
|
270
|
+
| AcceptAdministratorInvitationCommandInput
|
|
271
|
+
| AcceptInvitationCommandInput
|
|
272
|
+
| BatchDisableStandardsCommandInput
|
|
273
|
+
| BatchEnableStandardsCommandInput
|
|
274
|
+
| BatchImportFindingsCommandInput
|
|
275
|
+
| BatchUpdateFindingsCommandInput
|
|
276
|
+
| CreateActionTargetCommandInput
|
|
277
|
+
| CreateFindingAggregatorCommandInput
|
|
278
|
+
| CreateInsightCommandInput
|
|
279
|
+
| CreateMembersCommandInput
|
|
280
|
+
| DeclineInvitationsCommandInput
|
|
281
|
+
| DeleteActionTargetCommandInput
|
|
282
|
+
| DeleteFindingAggregatorCommandInput
|
|
283
|
+
| DeleteInsightCommandInput
|
|
284
|
+
| DeleteInvitationsCommandInput
|
|
285
|
+
| DeleteMembersCommandInput
|
|
286
|
+
| DescribeActionTargetsCommandInput
|
|
287
|
+
| DescribeHubCommandInput
|
|
288
|
+
| DescribeOrganizationConfigurationCommandInput
|
|
289
|
+
| DescribeProductsCommandInput
|
|
290
|
+
| DescribeStandardsCommandInput
|
|
291
|
+
| DescribeStandardsControlsCommandInput
|
|
292
|
+
| DisableImportFindingsForProductCommandInput
|
|
293
|
+
| DisableOrganizationAdminAccountCommandInput
|
|
294
|
+
| DisableSecurityHubCommandInput
|
|
295
|
+
| DisassociateFromAdministratorAccountCommandInput
|
|
296
|
+
| DisassociateFromMasterAccountCommandInput
|
|
297
|
+
| DisassociateMembersCommandInput
|
|
298
|
+
| EnableImportFindingsForProductCommandInput
|
|
299
|
+
| EnableOrganizationAdminAccountCommandInput
|
|
300
|
+
| EnableSecurityHubCommandInput
|
|
301
|
+
| GetAdministratorAccountCommandInput
|
|
302
|
+
| GetEnabledStandardsCommandInput
|
|
303
|
+
| GetFindingAggregatorCommandInput
|
|
304
|
+
| GetFindingsCommandInput
|
|
305
|
+
| GetInsightResultsCommandInput
|
|
306
|
+
| GetInsightsCommandInput
|
|
307
|
+
| GetInvitationsCountCommandInput
|
|
308
|
+
| GetMasterAccountCommandInput
|
|
309
|
+
| GetMembersCommandInput
|
|
310
|
+
| InviteMembersCommandInput
|
|
311
|
+
| ListEnabledProductsForImportCommandInput
|
|
312
|
+
| ListFindingAggregatorsCommandInput
|
|
313
|
+
| ListInvitationsCommandInput
|
|
314
|
+
| ListMembersCommandInput
|
|
315
|
+
| ListOrganizationAdminAccountsCommandInput
|
|
316
|
+
| ListTagsForResourceCommandInput
|
|
317
|
+
| TagResourceCommandInput
|
|
318
|
+
| UntagResourceCommandInput
|
|
319
|
+
| UpdateActionTargetCommandInput
|
|
320
|
+
| UpdateFindingAggregatorCommandInput
|
|
321
|
+
| UpdateFindingsCommandInput
|
|
322
|
+
| UpdateInsightCommandInput
|
|
323
|
+
| UpdateOrganizationConfigurationCommandInput
|
|
324
|
+
| UpdateSecurityHubConfigurationCommandInput
|
|
325
|
+
| UpdateStandardsControlCommandInput;
|
|
326
|
+
export declare type ServiceOutputTypes =
|
|
327
|
+
| AcceptAdministratorInvitationCommandOutput
|
|
328
|
+
| AcceptInvitationCommandOutput
|
|
329
|
+
| BatchDisableStandardsCommandOutput
|
|
330
|
+
| BatchEnableStandardsCommandOutput
|
|
331
|
+
| BatchImportFindingsCommandOutput
|
|
332
|
+
| BatchUpdateFindingsCommandOutput
|
|
333
|
+
| CreateActionTargetCommandOutput
|
|
334
|
+
| CreateFindingAggregatorCommandOutput
|
|
335
|
+
| CreateInsightCommandOutput
|
|
336
|
+
| CreateMembersCommandOutput
|
|
337
|
+
| DeclineInvitationsCommandOutput
|
|
338
|
+
| DeleteActionTargetCommandOutput
|
|
339
|
+
| DeleteFindingAggregatorCommandOutput
|
|
340
|
+
| DeleteInsightCommandOutput
|
|
341
|
+
| DeleteInvitationsCommandOutput
|
|
342
|
+
| DeleteMembersCommandOutput
|
|
343
|
+
| DescribeActionTargetsCommandOutput
|
|
344
|
+
| DescribeHubCommandOutput
|
|
345
|
+
| DescribeOrganizationConfigurationCommandOutput
|
|
346
|
+
| DescribeProductsCommandOutput
|
|
347
|
+
| DescribeStandardsCommandOutput
|
|
348
|
+
| DescribeStandardsControlsCommandOutput
|
|
349
|
+
| DisableImportFindingsForProductCommandOutput
|
|
350
|
+
| DisableOrganizationAdminAccountCommandOutput
|
|
351
|
+
| DisableSecurityHubCommandOutput
|
|
352
|
+
| DisassociateFromAdministratorAccountCommandOutput
|
|
353
|
+
| DisassociateFromMasterAccountCommandOutput
|
|
354
|
+
| DisassociateMembersCommandOutput
|
|
355
|
+
| EnableImportFindingsForProductCommandOutput
|
|
356
|
+
| EnableOrganizationAdminAccountCommandOutput
|
|
357
|
+
| EnableSecurityHubCommandOutput
|
|
358
|
+
| GetAdministratorAccountCommandOutput
|
|
359
|
+
| GetEnabledStandardsCommandOutput
|
|
360
|
+
| GetFindingAggregatorCommandOutput
|
|
361
|
+
| GetFindingsCommandOutput
|
|
362
|
+
| GetInsightResultsCommandOutput
|
|
363
|
+
| GetInsightsCommandOutput
|
|
364
|
+
| GetInvitationsCountCommandOutput
|
|
365
|
+
| GetMasterAccountCommandOutput
|
|
366
|
+
| GetMembersCommandOutput
|
|
367
|
+
| InviteMembersCommandOutput
|
|
368
|
+
| ListEnabledProductsForImportCommandOutput
|
|
369
|
+
| ListFindingAggregatorsCommandOutput
|
|
370
|
+
| ListInvitationsCommandOutput
|
|
371
|
+
| ListMembersCommandOutput
|
|
372
|
+
| ListOrganizationAdminAccountsCommandOutput
|
|
373
|
+
| ListTagsForResourceCommandOutput
|
|
374
|
+
| TagResourceCommandOutput
|
|
375
|
+
| UntagResourceCommandOutput
|
|
376
|
+
| UpdateActionTargetCommandOutput
|
|
377
|
+
| UpdateFindingAggregatorCommandOutput
|
|
378
|
+
| UpdateFindingsCommandOutput
|
|
379
|
+
| UpdateInsightCommandOutput
|
|
380
|
+
| UpdateOrganizationConfigurationCommandOutput
|
|
381
|
+
| UpdateSecurityHubConfigurationCommandOutput
|
|
382
|
+
| UpdateStandardsControlCommandOutput;
|
|
383
|
+
export interface ClientDefaults
|
|
384
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
385
|
+
requestHandler?: __HttpHandler;
|
|
386
|
+
sha256?: __HashConstructor;
|
|
387
|
+
urlParser?: __UrlParser;
|
|
388
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
389
|
+
streamCollector?: __StreamCollector;
|
|
390
|
+
base64Decoder?: __Decoder;
|
|
391
|
+
base64Encoder?: __Encoder;
|
|
392
|
+
utf8Decoder?: __Decoder;
|
|
393
|
+
utf8Encoder?: __Encoder;
|
|
394
|
+
runtime?: string;
|
|
395
|
+
disableHostPrefix?: boolean;
|
|
396
|
+
maxAttempts?: number | __Provider<number>;
|
|
397
|
+
retryMode?: string | __Provider<string>;
|
|
398
|
+
logger?: __Logger;
|
|
399
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
400
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
401
|
+
serviceId?: string;
|
|
402
|
+
region?: string | __Provider<string>;
|
|
403
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
404
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
405
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
406
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
407
|
+
}
|
|
408
|
+
declare type SecurityHubClientConfigType = Partial<
|
|
409
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
410
|
+
> &
|
|
411
|
+
ClientDefaults &
|
|
412
|
+
RegionInputConfig &
|
|
413
|
+
EndpointsInputConfig &
|
|
414
|
+
RetryInputConfig &
|
|
415
|
+
HostHeaderInputConfig &
|
|
416
|
+
AwsAuthInputConfig &
|
|
417
|
+
UserAgentInputConfig;
|
|
418
|
+
export interface SecurityHubClientConfig extends SecurityHubClientConfigType {}
|
|
419
|
+
declare type SecurityHubClientResolvedConfigType =
|
|
420
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
421
|
+
Required<ClientDefaults> &
|
|
422
|
+
RegionResolvedConfig &
|
|
423
|
+
EndpointsResolvedConfig &
|
|
424
|
+
RetryResolvedConfig &
|
|
425
|
+
HostHeaderResolvedConfig &
|
|
426
|
+
AwsAuthResolvedConfig &
|
|
427
|
+
UserAgentResolvedConfig;
|
|
428
|
+
export interface SecurityHubClientResolvedConfig
|
|
429
|
+
extends SecurityHubClientResolvedConfigType {}
|
|
430
|
+
export declare class SecurityHubClient extends __Client<
|
|
431
|
+
__HttpHandlerOptions,
|
|
432
|
+
ServiceInputTypes,
|
|
433
|
+
ServiceOutputTypes,
|
|
434
|
+
SecurityHubClientResolvedConfig
|
|
435
|
+
> {
|
|
436
|
+
readonly config: SecurityHubClientResolvedConfig;
|
|
437
|
+
constructor(configuration: SecurityHubClientConfig);
|
|
438
|
+
destroy(): void;
|
|
439
|
+
}
|
|
440
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AcceptAdministratorInvitationRequest,
|
|
10
|
+
AcceptAdministratorInvitationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
SecurityHubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../SecurityHubClient";
|
|
17
|
+
export interface AcceptAdministratorInvitationCommandInput
|
|
18
|
+
extends AcceptAdministratorInvitationRequest {}
|
|
19
|
+
export interface AcceptAdministratorInvitationCommandOutput
|
|
20
|
+
extends AcceptAdministratorInvitationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AcceptAdministratorInvitationCommand extends $Command<
|
|
23
|
+
AcceptAdministratorInvitationCommandInput,
|
|
24
|
+
AcceptAdministratorInvitationCommandOutput,
|
|
25
|
+
SecurityHubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AcceptAdministratorInvitationCommandInput;
|
|
28
|
+
constructor(input: AcceptAdministratorInvitationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SecurityHubClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AcceptAdministratorInvitationCommandInput,
|
|
35
|
+
AcceptAdministratorInvitationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|