@aws-sdk/client-fms 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/FMS.d.ts +556 -155
- package/dist-types/ts3.4/FMSClient.d.ts +308 -103
- package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +37 -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/index.d.ts +30 -30
- 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/FMSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1605 -1492
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAppsListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +365 -92
- 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,103 +1,308 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
+
AssociateAdminAccountCommandInput,
|
|
47
|
+
AssociateAdminAccountCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAdminAccountCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateThirdPartyFirewallCommandInput,
|
|
51
|
+
AssociateThirdPartyFirewallCommandOutput,
|
|
52
|
+
} from "./commands/AssociateThirdPartyFirewallCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteAppsListCommandInput,
|
|
55
|
+
DeleteAppsListCommandOutput,
|
|
56
|
+
} from "./commands/DeleteAppsListCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteNotificationChannelCommandInput,
|
|
59
|
+
DeleteNotificationChannelCommandOutput,
|
|
60
|
+
} from "./commands/DeleteNotificationChannelCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeletePolicyCommandInput,
|
|
63
|
+
DeletePolicyCommandOutput,
|
|
64
|
+
} from "./commands/DeletePolicyCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteProtocolsListCommandInput,
|
|
67
|
+
DeleteProtocolsListCommandOutput,
|
|
68
|
+
} from "./commands/DeleteProtocolsListCommand";
|
|
69
|
+
import {
|
|
70
|
+
DisassociateAdminAccountCommandInput,
|
|
71
|
+
DisassociateAdminAccountCommandOutput,
|
|
72
|
+
} from "./commands/DisassociateAdminAccountCommand";
|
|
73
|
+
import {
|
|
74
|
+
DisassociateThirdPartyFirewallCommandInput,
|
|
75
|
+
DisassociateThirdPartyFirewallCommandOutput,
|
|
76
|
+
} from "./commands/DisassociateThirdPartyFirewallCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetAdminAccountCommandInput,
|
|
79
|
+
GetAdminAccountCommandOutput,
|
|
80
|
+
} from "./commands/GetAdminAccountCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAppsListCommandInput,
|
|
83
|
+
GetAppsListCommandOutput,
|
|
84
|
+
} from "./commands/GetAppsListCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetComplianceDetailCommandInput,
|
|
87
|
+
GetComplianceDetailCommandOutput,
|
|
88
|
+
} from "./commands/GetComplianceDetailCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetNotificationChannelCommandInput,
|
|
91
|
+
GetNotificationChannelCommandOutput,
|
|
92
|
+
} from "./commands/GetNotificationChannelCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetPolicyCommandInput,
|
|
95
|
+
GetPolicyCommandOutput,
|
|
96
|
+
} from "./commands/GetPolicyCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetProtectionStatusCommandInput,
|
|
99
|
+
GetProtectionStatusCommandOutput,
|
|
100
|
+
} from "./commands/GetProtectionStatusCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetProtocolsListCommandInput,
|
|
103
|
+
GetProtocolsListCommandOutput,
|
|
104
|
+
} from "./commands/GetProtocolsListCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetThirdPartyFirewallAssociationStatusCommandInput,
|
|
107
|
+
GetThirdPartyFirewallAssociationStatusCommandOutput,
|
|
108
|
+
} from "./commands/GetThirdPartyFirewallAssociationStatusCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetViolationDetailsCommandInput,
|
|
111
|
+
GetViolationDetailsCommandOutput,
|
|
112
|
+
} from "./commands/GetViolationDetailsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListAppsListsCommandInput,
|
|
115
|
+
ListAppsListsCommandOutput,
|
|
116
|
+
} from "./commands/ListAppsListsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListComplianceStatusCommandInput,
|
|
119
|
+
ListComplianceStatusCommandOutput,
|
|
120
|
+
} from "./commands/ListComplianceStatusCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListMemberAccountsCommandInput,
|
|
123
|
+
ListMemberAccountsCommandOutput,
|
|
124
|
+
} from "./commands/ListMemberAccountsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListPoliciesCommandInput,
|
|
127
|
+
ListPoliciesCommandOutput,
|
|
128
|
+
} from "./commands/ListPoliciesCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListProtocolsListsCommandInput,
|
|
131
|
+
ListProtocolsListsCommandOutput,
|
|
132
|
+
} from "./commands/ListProtocolsListsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListTagsForResourceCommandInput,
|
|
135
|
+
ListTagsForResourceCommandOutput,
|
|
136
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListThirdPartyFirewallFirewallPoliciesCommandInput,
|
|
139
|
+
ListThirdPartyFirewallFirewallPoliciesCommandOutput,
|
|
140
|
+
} from "./commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
141
|
+
import {
|
|
142
|
+
PutAppsListCommandInput,
|
|
143
|
+
PutAppsListCommandOutput,
|
|
144
|
+
} from "./commands/PutAppsListCommand";
|
|
145
|
+
import {
|
|
146
|
+
PutNotificationChannelCommandInput,
|
|
147
|
+
PutNotificationChannelCommandOutput,
|
|
148
|
+
} from "./commands/PutNotificationChannelCommand";
|
|
149
|
+
import {
|
|
150
|
+
PutPolicyCommandInput,
|
|
151
|
+
PutPolicyCommandOutput,
|
|
152
|
+
} from "./commands/PutPolicyCommand";
|
|
153
|
+
import {
|
|
154
|
+
PutProtocolsListCommandInput,
|
|
155
|
+
PutProtocolsListCommandOutput,
|
|
156
|
+
} from "./commands/PutProtocolsListCommand";
|
|
157
|
+
import {
|
|
158
|
+
TagResourceCommandInput,
|
|
159
|
+
TagResourceCommandOutput,
|
|
160
|
+
} from "./commands/TagResourceCommand";
|
|
161
|
+
import {
|
|
162
|
+
UntagResourceCommandInput,
|
|
163
|
+
UntagResourceCommandOutput,
|
|
164
|
+
} from "./commands/UntagResourceCommand";
|
|
165
|
+
export declare type ServiceInputTypes =
|
|
166
|
+
| AssociateAdminAccountCommandInput
|
|
167
|
+
| AssociateThirdPartyFirewallCommandInput
|
|
168
|
+
| DeleteAppsListCommandInput
|
|
169
|
+
| DeleteNotificationChannelCommandInput
|
|
170
|
+
| DeletePolicyCommandInput
|
|
171
|
+
| DeleteProtocolsListCommandInput
|
|
172
|
+
| DisassociateAdminAccountCommandInput
|
|
173
|
+
| DisassociateThirdPartyFirewallCommandInput
|
|
174
|
+
| GetAdminAccountCommandInput
|
|
175
|
+
| GetAppsListCommandInput
|
|
176
|
+
| GetComplianceDetailCommandInput
|
|
177
|
+
| GetNotificationChannelCommandInput
|
|
178
|
+
| GetPolicyCommandInput
|
|
179
|
+
| GetProtectionStatusCommandInput
|
|
180
|
+
| GetProtocolsListCommandInput
|
|
181
|
+
| GetThirdPartyFirewallAssociationStatusCommandInput
|
|
182
|
+
| GetViolationDetailsCommandInput
|
|
183
|
+
| ListAppsListsCommandInput
|
|
184
|
+
| ListComplianceStatusCommandInput
|
|
185
|
+
| ListMemberAccountsCommandInput
|
|
186
|
+
| ListPoliciesCommandInput
|
|
187
|
+
| ListProtocolsListsCommandInput
|
|
188
|
+
| ListTagsForResourceCommandInput
|
|
189
|
+
| ListThirdPartyFirewallFirewallPoliciesCommandInput
|
|
190
|
+
| PutAppsListCommandInput
|
|
191
|
+
| PutNotificationChannelCommandInput
|
|
192
|
+
| PutPolicyCommandInput
|
|
193
|
+
| PutProtocolsListCommandInput
|
|
194
|
+
| TagResourceCommandInput
|
|
195
|
+
| UntagResourceCommandInput;
|
|
196
|
+
export declare type ServiceOutputTypes =
|
|
197
|
+
| AssociateAdminAccountCommandOutput
|
|
198
|
+
| AssociateThirdPartyFirewallCommandOutput
|
|
199
|
+
| DeleteAppsListCommandOutput
|
|
200
|
+
| DeleteNotificationChannelCommandOutput
|
|
201
|
+
| DeletePolicyCommandOutput
|
|
202
|
+
| DeleteProtocolsListCommandOutput
|
|
203
|
+
| DisassociateAdminAccountCommandOutput
|
|
204
|
+
| DisassociateThirdPartyFirewallCommandOutput
|
|
205
|
+
| GetAdminAccountCommandOutput
|
|
206
|
+
| GetAppsListCommandOutput
|
|
207
|
+
| GetComplianceDetailCommandOutput
|
|
208
|
+
| GetNotificationChannelCommandOutput
|
|
209
|
+
| GetPolicyCommandOutput
|
|
210
|
+
| GetProtectionStatusCommandOutput
|
|
211
|
+
| GetProtocolsListCommandOutput
|
|
212
|
+
| GetThirdPartyFirewallAssociationStatusCommandOutput
|
|
213
|
+
| GetViolationDetailsCommandOutput
|
|
214
|
+
| ListAppsListsCommandOutput
|
|
215
|
+
| ListComplianceStatusCommandOutput
|
|
216
|
+
| ListMemberAccountsCommandOutput
|
|
217
|
+
| ListPoliciesCommandOutput
|
|
218
|
+
| ListProtocolsListsCommandOutput
|
|
219
|
+
| ListTagsForResourceCommandOutput
|
|
220
|
+
| ListThirdPartyFirewallFirewallPoliciesCommandOutput
|
|
221
|
+
| PutAppsListCommandOutput
|
|
222
|
+
| PutNotificationChannelCommandOutput
|
|
223
|
+
| PutPolicyCommandOutput
|
|
224
|
+
| PutProtocolsListCommandOutput
|
|
225
|
+
| TagResourceCommandOutput
|
|
226
|
+
| UntagResourceCommandOutput;
|
|
227
|
+
export interface ClientDefaults
|
|
228
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
|
+
requestHandler?: __HttpHandler;
|
|
230
|
+
|
|
231
|
+
sha256?: __HashConstructor;
|
|
232
|
+
|
|
233
|
+
urlParser?: __UrlParser;
|
|
234
|
+
|
|
235
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
+
|
|
237
|
+
streamCollector?: __StreamCollector;
|
|
238
|
+
|
|
239
|
+
base64Decoder?: __Decoder;
|
|
240
|
+
|
|
241
|
+
base64Encoder?: __Encoder;
|
|
242
|
+
|
|
243
|
+
utf8Decoder?: __Decoder;
|
|
244
|
+
|
|
245
|
+
utf8Encoder?: __Encoder;
|
|
246
|
+
|
|
247
|
+
runtime?: string;
|
|
248
|
+
|
|
249
|
+
disableHostPrefix?: boolean;
|
|
250
|
+
|
|
251
|
+
maxAttempts?: number | __Provider<number>;
|
|
252
|
+
|
|
253
|
+
retryMode?: string | __Provider<string>;
|
|
254
|
+
|
|
255
|
+
logger?: __Logger;
|
|
256
|
+
|
|
257
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
+
|
|
259
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
+
|
|
261
|
+
serviceId?: string;
|
|
262
|
+
|
|
263
|
+
region?: string | __Provider<string>;
|
|
264
|
+
|
|
265
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
+
|
|
267
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
+
|
|
269
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
+
|
|
271
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
|
+
}
|
|
273
|
+
declare type FMSClientConfigType = Partial<
|
|
274
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
275
|
+
> &
|
|
276
|
+
ClientDefaults &
|
|
277
|
+
RegionInputConfig &
|
|
278
|
+
EndpointsInputConfig &
|
|
279
|
+
RetryInputConfig &
|
|
280
|
+
HostHeaderInputConfig &
|
|
281
|
+
AwsAuthInputConfig &
|
|
282
|
+
UserAgentInputConfig;
|
|
283
|
+
|
|
284
|
+
export interface FMSClientConfig extends FMSClientConfigType {}
|
|
285
|
+
declare type FMSClientResolvedConfigType =
|
|
286
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
287
|
+
Required<ClientDefaults> &
|
|
288
|
+
RegionResolvedConfig &
|
|
289
|
+
EndpointsResolvedConfig &
|
|
290
|
+
RetryResolvedConfig &
|
|
291
|
+
HostHeaderResolvedConfig &
|
|
292
|
+
AwsAuthResolvedConfig &
|
|
293
|
+
UserAgentResolvedConfig;
|
|
294
|
+
|
|
295
|
+
export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {}
|
|
296
|
+
|
|
297
|
+
export declare class FMSClient extends __Client<
|
|
298
|
+
__HttpHandlerOptions,
|
|
299
|
+
ServiceInputTypes,
|
|
300
|
+
ServiceOutputTypes,
|
|
301
|
+
FMSClientResolvedConfig
|
|
302
|
+
> {
|
|
303
|
+
readonly config: FMSClientResolvedConfig;
|
|
304
|
+
constructor(configuration: FMSClientConfig);
|
|
305
|
+
|
|
306
|
+
destroy(): void;
|
|
307
|
+
}
|
|
308
|
+
export {};
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
FMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FMSClient";
|
|
13
|
+
import { AssociateAdminAccountRequest } from "../models/models_0";
|
|
14
|
+
export interface AssociateAdminAccountCommandInput
|
|
15
|
+
extends AssociateAdminAccountRequest {}
|
|
16
|
+
export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class AssociateAdminAccountCommand extends $Command<
|
|
19
|
+
AssociateAdminAccountCommandInput,
|
|
20
|
+
AssociateAdminAccountCommandOutput,
|
|
21
|
+
FMSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AssociateAdminAccountCommandInput;
|
|
24
|
+
constructor(input: AssociateAdminAccountCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: FMSClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
AssociateAdminAccountCommandInput,
|
|
32
|
+
AssociateAdminAccountCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
FMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FMSClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateThirdPartyFirewallRequest,
|
|
15
|
+
AssociateThirdPartyFirewallResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateThirdPartyFirewallCommandInput
|
|
18
|
+
extends AssociateThirdPartyFirewallRequest {}
|
|
19
|
+
export interface AssociateThirdPartyFirewallCommandOutput
|
|
20
|
+
extends AssociateThirdPartyFirewallResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateThirdPartyFirewallCommand extends $Command<
|
|
24
|
+
AssociateThirdPartyFirewallCommandInput,
|
|
25
|
+
AssociateThirdPartyFirewallCommandOutput,
|
|
26
|
+
FMSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateThirdPartyFirewallCommandInput;
|
|
29
|
+
constructor(input: AssociateThirdPartyFirewallCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FMSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateThirdPartyFirewallCommandInput,
|
|
37
|
+
AssociateThirdPartyFirewallCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
FMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FMSClient";
|
|
13
|
+
import { DeleteAppsListRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {}
|
|
15
|
+
export interface DeleteAppsListCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteAppsListCommand extends $Command<
|
|
18
|
+
DeleteAppsListCommandInput,
|
|
19
|
+
DeleteAppsListCommandOutput,
|
|
20
|
+
FMSClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAppsListCommandInput;
|
|
23
|
+
constructor(input: DeleteAppsListCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: FMSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteAppsListCommandInput, DeleteAppsListCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
FMSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FMSClient";
|
|
13
|
+
import { DeleteNotificationChannelRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteNotificationChannelCommandInput
|
|
15
|
+
extends DeleteNotificationChannelRequest {}
|
|
16
|
+
export interface DeleteNotificationChannelCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteNotificationChannelCommand extends $Command<
|
|
20
|
+
DeleteNotificationChannelCommandInput,
|
|
21
|
+
DeleteNotificationChannelCommandOutput,
|
|
22
|
+
FMSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteNotificationChannelCommandInput;
|
|
25
|
+
constructor(input: DeleteNotificationChannelCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FMSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteNotificationChannelCommandInput,
|
|
33
|
+
DeleteNotificationChannelCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|