@aws-sdk/client-securityhub 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +1024 -285
- package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
- package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
- package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
- package/dist-types/ts3.4/models/models_2.d.ts +268 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,170 +1,677 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AcceptAdministratorInvitationCommandInput,
|
|
8
|
+
AcceptAdministratorInvitationCommandOutput,
|
|
9
|
+
} from "../commands/AcceptAdministratorInvitationCommand";
|
|
10
|
+
import {
|
|
11
|
+
AcceptInvitationCommandInput,
|
|
12
|
+
AcceptInvitationCommandOutput,
|
|
13
|
+
} from "../commands/AcceptInvitationCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDisableStandardsCommandInput,
|
|
16
|
+
BatchDisableStandardsCommandOutput,
|
|
17
|
+
} from "../commands/BatchDisableStandardsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchEnableStandardsCommandInput,
|
|
20
|
+
BatchEnableStandardsCommandOutput,
|
|
21
|
+
} from "../commands/BatchEnableStandardsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchImportFindingsCommandInput,
|
|
24
|
+
BatchImportFindingsCommandOutput,
|
|
25
|
+
} from "../commands/BatchImportFindingsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchUpdateFindingsCommandInput,
|
|
28
|
+
BatchUpdateFindingsCommandOutput,
|
|
29
|
+
} from "../commands/BatchUpdateFindingsCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateActionTargetCommandInput,
|
|
32
|
+
CreateActionTargetCommandOutput,
|
|
33
|
+
} from "../commands/CreateActionTargetCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateFindingAggregatorCommandInput,
|
|
36
|
+
CreateFindingAggregatorCommandOutput,
|
|
37
|
+
} from "../commands/CreateFindingAggregatorCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateInsightCommandInput,
|
|
40
|
+
CreateInsightCommandOutput,
|
|
41
|
+
} from "../commands/CreateInsightCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateMembersCommandInput,
|
|
44
|
+
CreateMembersCommandOutput,
|
|
45
|
+
} from "../commands/CreateMembersCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeclineInvitationsCommandInput,
|
|
48
|
+
DeclineInvitationsCommandOutput,
|
|
49
|
+
} from "../commands/DeclineInvitationsCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteActionTargetCommandInput,
|
|
52
|
+
DeleteActionTargetCommandOutput,
|
|
53
|
+
} from "../commands/DeleteActionTargetCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteFindingAggregatorCommandInput,
|
|
56
|
+
DeleteFindingAggregatorCommandOutput,
|
|
57
|
+
} from "../commands/DeleteFindingAggregatorCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteInsightCommandInput,
|
|
60
|
+
DeleteInsightCommandOutput,
|
|
61
|
+
} from "../commands/DeleteInsightCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteInvitationsCommandInput,
|
|
64
|
+
DeleteInvitationsCommandOutput,
|
|
65
|
+
} from "../commands/DeleteInvitationsCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteMembersCommandInput,
|
|
68
|
+
DeleteMembersCommandOutput,
|
|
69
|
+
} from "../commands/DeleteMembersCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeActionTargetsCommandInput,
|
|
72
|
+
DescribeActionTargetsCommandOutput,
|
|
73
|
+
} from "../commands/DescribeActionTargetsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeHubCommandInput,
|
|
76
|
+
DescribeHubCommandOutput,
|
|
77
|
+
} from "../commands/DescribeHubCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
80
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
81
|
+
} from "../commands/DescribeOrganizationConfigurationCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeProductsCommandInput,
|
|
84
|
+
DescribeProductsCommandOutput,
|
|
85
|
+
} from "../commands/DescribeProductsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeStandardsCommandInput,
|
|
88
|
+
DescribeStandardsCommandOutput,
|
|
89
|
+
} from "../commands/DescribeStandardsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeStandardsControlsCommandInput,
|
|
92
|
+
DescribeStandardsControlsCommandOutput,
|
|
93
|
+
} from "../commands/DescribeStandardsControlsCommand";
|
|
94
|
+
import {
|
|
95
|
+
DisableImportFindingsForProductCommandInput,
|
|
96
|
+
DisableImportFindingsForProductCommandOutput,
|
|
97
|
+
} from "../commands/DisableImportFindingsForProductCommand";
|
|
98
|
+
import {
|
|
99
|
+
DisableOrganizationAdminAccountCommandInput,
|
|
100
|
+
DisableOrganizationAdminAccountCommandOutput,
|
|
101
|
+
} from "../commands/DisableOrganizationAdminAccountCommand";
|
|
102
|
+
import {
|
|
103
|
+
DisableSecurityHubCommandInput,
|
|
104
|
+
DisableSecurityHubCommandOutput,
|
|
105
|
+
} from "../commands/DisableSecurityHubCommand";
|
|
106
|
+
import {
|
|
107
|
+
DisassociateFromAdministratorAccountCommandInput,
|
|
108
|
+
DisassociateFromAdministratorAccountCommandOutput,
|
|
109
|
+
} from "../commands/DisassociateFromAdministratorAccountCommand";
|
|
110
|
+
import {
|
|
111
|
+
DisassociateFromMasterAccountCommandInput,
|
|
112
|
+
DisassociateFromMasterAccountCommandOutput,
|
|
113
|
+
} from "../commands/DisassociateFromMasterAccountCommand";
|
|
114
|
+
import {
|
|
115
|
+
DisassociateMembersCommandInput,
|
|
116
|
+
DisassociateMembersCommandOutput,
|
|
117
|
+
} from "../commands/DisassociateMembersCommand";
|
|
118
|
+
import {
|
|
119
|
+
EnableImportFindingsForProductCommandInput,
|
|
120
|
+
EnableImportFindingsForProductCommandOutput,
|
|
121
|
+
} from "../commands/EnableImportFindingsForProductCommand";
|
|
122
|
+
import {
|
|
123
|
+
EnableOrganizationAdminAccountCommandInput,
|
|
124
|
+
EnableOrganizationAdminAccountCommandOutput,
|
|
125
|
+
} from "../commands/EnableOrganizationAdminAccountCommand";
|
|
126
|
+
import {
|
|
127
|
+
EnableSecurityHubCommandInput,
|
|
128
|
+
EnableSecurityHubCommandOutput,
|
|
129
|
+
} from "../commands/EnableSecurityHubCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetAdministratorAccountCommandInput,
|
|
132
|
+
GetAdministratorAccountCommandOutput,
|
|
133
|
+
} from "../commands/GetAdministratorAccountCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetEnabledStandardsCommandInput,
|
|
136
|
+
GetEnabledStandardsCommandOutput,
|
|
137
|
+
} from "../commands/GetEnabledStandardsCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetFindingAggregatorCommandInput,
|
|
140
|
+
GetFindingAggregatorCommandOutput,
|
|
141
|
+
} from "../commands/GetFindingAggregatorCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetFindingsCommandInput,
|
|
144
|
+
GetFindingsCommandOutput,
|
|
145
|
+
} from "../commands/GetFindingsCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetInsightResultsCommandInput,
|
|
148
|
+
GetInsightResultsCommandOutput,
|
|
149
|
+
} from "../commands/GetInsightResultsCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetInsightsCommandInput,
|
|
152
|
+
GetInsightsCommandOutput,
|
|
153
|
+
} from "../commands/GetInsightsCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetInvitationsCountCommandInput,
|
|
156
|
+
GetInvitationsCountCommandOutput,
|
|
157
|
+
} from "../commands/GetInvitationsCountCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetMasterAccountCommandInput,
|
|
160
|
+
GetMasterAccountCommandOutput,
|
|
161
|
+
} from "../commands/GetMasterAccountCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetMembersCommandInput,
|
|
164
|
+
GetMembersCommandOutput,
|
|
165
|
+
} from "../commands/GetMembersCommand";
|
|
166
|
+
import {
|
|
167
|
+
InviteMembersCommandInput,
|
|
168
|
+
InviteMembersCommandOutput,
|
|
169
|
+
} from "../commands/InviteMembersCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListEnabledProductsForImportCommandInput,
|
|
172
|
+
ListEnabledProductsForImportCommandOutput,
|
|
173
|
+
} from "../commands/ListEnabledProductsForImportCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListFindingAggregatorsCommandInput,
|
|
176
|
+
ListFindingAggregatorsCommandOutput,
|
|
177
|
+
} from "../commands/ListFindingAggregatorsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListInvitationsCommandInput,
|
|
180
|
+
ListInvitationsCommandOutput,
|
|
181
|
+
} from "../commands/ListInvitationsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListMembersCommandInput,
|
|
184
|
+
ListMembersCommandOutput,
|
|
185
|
+
} from "../commands/ListMembersCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListOrganizationAdminAccountsCommandInput,
|
|
188
|
+
ListOrganizationAdminAccountsCommandOutput,
|
|
189
|
+
} from "../commands/ListOrganizationAdminAccountsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListTagsForResourceCommandInput,
|
|
192
|
+
ListTagsForResourceCommandOutput,
|
|
193
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
TagResourceCommandInput,
|
|
196
|
+
TagResourceCommandOutput,
|
|
197
|
+
} from "../commands/TagResourceCommand";
|
|
198
|
+
import {
|
|
199
|
+
UntagResourceCommandInput,
|
|
200
|
+
UntagResourceCommandOutput,
|
|
201
|
+
} from "../commands/UntagResourceCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateActionTargetCommandInput,
|
|
204
|
+
UpdateActionTargetCommandOutput,
|
|
205
|
+
} from "../commands/UpdateActionTargetCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateFindingAggregatorCommandInput,
|
|
208
|
+
UpdateFindingAggregatorCommandOutput,
|
|
209
|
+
} from "../commands/UpdateFindingAggregatorCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateFindingsCommandInput,
|
|
212
|
+
UpdateFindingsCommandOutput,
|
|
213
|
+
} from "../commands/UpdateFindingsCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateInsightCommandInput,
|
|
216
|
+
UpdateInsightCommandOutput,
|
|
217
|
+
} from "../commands/UpdateInsightCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateOrganizationConfigurationCommandInput,
|
|
220
|
+
UpdateOrganizationConfigurationCommandOutput,
|
|
221
|
+
} from "../commands/UpdateOrganizationConfigurationCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateSecurityHubConfigurationCommandInput,
|
|
224
|
+
UpdateSecurityHubConfigurationCommandOutput,
|
|
225
|
+
} from "../commands/UpdateSecurityHubConfigurationCommand";
|
|
226
|
+
import {
|
|
227
|
+
UpdateStandardsControlCommandInput,
|
|
228
|
+
UpdateStandardsControlCommandOutput,
|
|
229
|
+
} from "../commands/UpdateStandardsControlCommand";
|
|
230
|
+
export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand: (
|
|
231
|
+
input: AcceptAdministratorInvitationCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1AcceptInvitationCommand: (
|
|
235
|
+
input: AcceptInvitationCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1BatchDisableStandardsCommand: (
|
|
239
|
+
input: BatchDisableStandardsCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1BatchEnableStandardsCommand: (
|
|
243
|
+
input: BatchEnableStandardsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1BatchImportFindingsCommand: (
|
|
247
|
+
input: BatchImportFindingsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1BatchUpdateFindingsCommand: (
|
|
251
|
+
input: BatchUpdateFindingsCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1CreateActionTargetCommand: (
|
|
255
|
+
input: CreateActionTargetCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1CreateFindingAggregatorCommand: (
|
|
259
|
+
input: CreateFindingAggregatorCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1CreateInsightCommand: (
|
|
263
|
+
input: CreateInsightCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1CreateMembersCommand: (
|
|
267
|
+
input: CreateMembersCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1DeclineInvitationsCommand: (
|
|
271
|
+
input: DeclineInvitationsCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1DeleteActionTargetCommand: (
|
|
275
|
+
input: DeleteActionTargetCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1DeleteFindingAggregatorCommand: (
|
|
279
|
+
input: DeleteFindingAggregatorCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1DeleteInsightCommand: (
|
|
283
|
+
input: DeleteInsightCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1DeleteInvitationsCommand: (
|
|
287
|
+
input: DeleteInvitationsCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1DeleteMembersCommand: (
|
|
291
|
+
input: DeleteMembersCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1DescribeActionTargetsCommand: (
|
|
295
|
+
input: DescribeActionTargetsCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1DescribeHubCommand: (
|
|
299
|
+
input: DescribeHubCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (
|
|
303
|
+
input: DescribeOrganizationConfigurationCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1DescribeProductsCommand: (
|
|
307
|
+
input: DescribeProductsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1DescribeStandardsCommand: (
|
|
311
|
+
input: DescribeStandardsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1DescribeStandardsControlsCommand: (
|
|
315
|
+
input: DescribeStandardsControlsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1DisableImportFindingsForProductCommand: (
|
|
319
|
+
input: DisableImportFindingsForProductCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (
|
|
323
|
+
input: DisableOrganizationAdminAccountCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1DisableSecurityHubCommand: (
|
|
327
|
+
input: DisableSecurityHubCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
|
|
331
|
+
input: DisassociateFromAdministratorAccountCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1DisassociateFromMasterAccountCommand: (
|
|
335
|
+
input: DisassociateFromMasterAccountCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1DisassociateMembersCommand: (
|
|
339
|
+
input: DisassociateMembersCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1EnableImportFindingsForProductCommand: (
|
|
343
|
+
input: EnableImportFindingsForProductCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (
|
|
347
|
+
input: EnableOrganizationAdminAccountCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1EnableSecurityHubCommand: (
|
|
351
|
+
input: EnableSecurityHubCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1GetAdministratorAccountCommand: (
|
|
355
|
+
input: GetAdministratorAccountCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1GetEnabledStandardsCommand: (
|
|
359
|
+
input: GetEnabledStandardsCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1GetFindingAggregatorCommand: (
|
|
363
|
+
input: GetFindingAggregatorCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1GetFindingsCommand: (
|
|
367
|
+
input: GetFindingsCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1GetInsightResultsCommand: (
|
|
371
|
+
input: GetInsightResultsCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1GetInsightsCommand: (
|
|
375
|
+
input: GetInsightsCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1GetInvitationsCountCommand: (
|
|
379
|
+
input: GetInvitationsCountCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1GetMasterAccountCommand: (
|
|
383
|
+
input: GetMasterAccountCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1GetMembersCommand: (
|
|
387
|
+
input: GetMembersCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1InviteMembersCommand: (
|
|
391
|
+
input: InviteMembersCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1ListEnabledProductsForImportCommand: (
|
|
395
|
+
input: ListEnabledProductsForImportCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1ListFindingAggregatorsCommand: (
|
|
399
|
+
input: ListFindingAggregatorsCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1ListInvitationsCommand: (
|
|
403
|
+
input: ListInvitationsCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1ListMembersCommand: (
|
|
407
|
+
input: ListMembersCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (
|
|
411
|
+
input: ListOrganizationAdminAccountsCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
415
|
+
input: ListTagsForResourceCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
419
|
+
input: TagResourceCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
423
|
+
input: UntagResourceCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1UpdateActionTargetCommand: (
|
|
427
|
+
input: UpdateActionTargetCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1UpdateFindingAggregatorCommand: (
|
|
431
|
+
input: UpdateFindingAggregatorCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1UpdateFindingsCommand: (
|
|
435
|
+
input: UpdateFindingsCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1UpdateInsightCommand: (
|
|
439
|
+
input: UpdateInsightCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (
|
|
443
|
+
input: UpdateOrganizationConfigurationCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1UpdateSecurityHubConfigurationCommand: (
|
|
447
|
+
input: UpdateSecurityHubConfigurationCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1UpdateStandardsControlCommand: (
|
|
451
|
+
input: UpdateStandardsControlCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const deserializeAws_restJson1AcceptAdministratorInvitationCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<AcceptAdministratorInvitationCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1AcceptInvitationCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<AcceptInvitationCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1BatchDisableStandardsCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<BatchDisableStandardsCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1BatchEnableStandardsCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<BatchEnableStandardsCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1BatchImportFindingsCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<BatchImportFindingsCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1BatchUpdateFindingsCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<BatchUpdateFindingsCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1CreateActionTargetCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<CreateActionTargetCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1CreateFindingAggregatorCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<CreateFindingAggregatorCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1CreateInsightCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<CreateInsightCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1CreateMembersCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<CreateMembersCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1DeclineInvitationsCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DeclineInvitationsCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1DeleteActionTargetCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteActionTargetCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1DeleteFindingAggregatorCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DeleteFindingAggregatorCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1DeleteInsightCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DeleteInsightCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1DeleteInvitationsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<DeleteInvitationsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1DeleteMembersCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<DeleteMembersCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1DescribeActionTargetsCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DescribeActionTargetsCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1DescribeHubCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<DescribeHubCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1DescribeProductsCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<DescribeProductsCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_restJson1DescribeStandardsCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<DescribeStandardsCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1DescribeStandardsControlsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<DescribeStandardsControlsCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1DisableImportFindingsForProductCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<DisableImportFindingsForProductCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1DisableSecurityHubCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<DisableSecurityHubCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1DisassociateFromAdministratorAccountCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1DisassociateFromMasterAccountCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1DisassociateMembersCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<DisassociateMembersCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1EnableImportFindingsForProductCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<EnableImportFindingsForProductCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_restJson1EnableSecurityHubCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<EnableSecurityHubCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1GetAdministratorAccountCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<GetAdministratorAccountCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1GetEnabledStandardsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<GetEnabledStandardsCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1GetFindingAggregatorCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<GetFindingAggregatorCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1GetFindingsCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<GetFindingsCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1GetInsightResultsCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<GetInsightResultsCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1GetInsightsCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<GetInsightsCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1GetInvitationsCountCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<GetInvitationsCountCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1GetMasterAccountCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<GetMasterAccountCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1GetMembersCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<GetMembersCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1InviteMembersCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<InviteMembersCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1ListEnabledProductsForImportCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<ListEnabledProductsForImportCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1ListFindingAggregatorsCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<ListFindingAggregatorsCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1ListInvitationsCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<ListInvitationsCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_restJson1ListMembersCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<ListMembersCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<TagResourceCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_restJson1UpdateActionTargetCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<UpdateActionTargetCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_restJson1UpdateFindingAggregatorCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<UpdateFindingAggregatorCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1UpdateFindingsCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<UpdateFindingsCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1UpdateInsightCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<UpdateInsightCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1UpdateSecurityHubConfigurationCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<UpdateSecurityHubConfigurationCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1UpdateStandardsControlCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<UpdateStandardsControlCommandOutput>;
|