@aws-sdk/client-fms 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/FMS.d.ts +0 -30
- package/dist-types/ts3.4/FMSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/FMSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -484
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-fms
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-fms
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-fms
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FMSClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FMSClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: FMSClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
UntagResourceCommandOutput,
|
|
121
121
|
} from "./commands/UntagResourceCommand";
|
|
122
122
|
import { FMSClient } from "./FMSClient";
|
|
123
|
-
|
|
124
123
|
export declare class FMS extends FMSClient {
|
|
125
124
|
associateAdminAccount(
|
|
126
125
|
args: AssociateAdminAccountCommandInput,
|
|
@@ -135,7 +134,6 @@ export declare class FMS extends FMSClient {
|
|
|
135
134
|
options: __HttpHandlerOptions,
|
|
136
135
|
cb: (err: any, data?: AssociateAdminAccountCommandOutput) => void
|
|
137
136
|
): void;
|
|
138
|
-
|
|
139
137
|
associateThirdPartyFirewall(
|
|
140
138
|
args: AssociateThirdPartyFirewallCommandInput,
|
|
141
139
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +147,6 @@ export declare class FMS extends FMSClient {
|
|
|
149
147
|
options: __HttpHandlerOptions,
|
|
150
148
|
cb: (err: any, data?: AssociateThirdPartyFirewallCommandOutput) => void
|
|
151
149
|
): void;
|
|
152
|
-
|
|
153
150
|
deleteAppsList(
|
|
154
151
|
args: DeleteAppsListCommandInput,
|
|
155
152
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +160,6 @@ export declare class FMS extends FMSClient {
|
|
|
163
160
|
options: __HttpHandlerOptions,
|
|
164
161
|
cb: (err: any, data?: DeleteAppsListCommandOutput) => void
|
|
165
162
|
): void;
|
|
166
|
-
|
|
167
163
|
deleteNotificationChannel(
|
|
168
164
|
args: DeleteNotificationChannelCommandInput,
|
|
169
165
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +173,6 @@ export declare class FMS extends FMSClient {
|
|
|
177
173
|
options: __HttpHandlerOptions,
|
|
178
174
|
cb: (err: any, data?: DeleteNotificationChannelCommandOutput) => void
|
|
179
175
|
): void;
|
|
180
|
-
|
|
181
176
|
deletePolicy(
|
|
182
177
|
args: DeletePolicyCommandInput,
|
|
183
178
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +186,6 @@ export declare class FMS extends FMSClient {
|
|
|
191
186
|
options: __HttpHandlerOptions,
|
|
192
187
|
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
193
188
|
): void;
|
|
194
|
-
|
|
195
189
|
deleteProtocolsList(
|
|
196
190
|
args: DeleteProtocolsListCommandInput,
|
|
197
191
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +199,6 @@ export declare class FMS extends FMSClient {
|
|
|
205
199
|
options: __HttpHandlerOptions,
|
|
206
200
|
cb: (err: any, data?: DeleteProtocolsListCommandOutput) => void
|
|
207
201
|
): void;
|
|
208
|
-
|
|
209
202
|
disassociateAdminAccount(
|
|
210
203
|
args: DisassociateAdminAccountCommandInput,
|
|
211
204
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +212,6 @@ export declare class FMS extends FMSClient {
|
|
|
219
212
|
options: __HttpHandlerOptions,
|
|
220
213
|
cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void
|
|
221
214
|
): void;
|
|
222
|
-
|
|
223
215
|
disassociateThirdPartyFirewall(
|
|
224
216
|
args: DisassociateThirdPartyFirewallCommandInput,
|
|
225
217
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +225,6 @@ export declare class FMS extends FMSClient {
|
|
|
233
225
|
options: __HttpHandlerOptions,
|
|
234
226
|
cb: (err: any, data?: DisassociateThirdPartyFirewallCommandOutput) => void
|
|
235
227
|
): void;
|
|
236
|
-
|
|
237
228
|
getAdminAccount(
|
|
238
229
|
args: GetAdminAccountCommandInput,
|
|
239
230
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +238,6 @@ export declare class FMS extends FMSClient {
|
|
|
247
238
|
options: __HttpHandlerOptions,
|
|
248
239
|
cb: (err: any, data?: GetAdminAccountCommandOutput) => void
|
|
249
240
|
): void;
|
|
250
|
-
|
|
251
241
|
getAppsList(
|
|
252
242
|
args: GetAppsListCommandInput,
|
|
253
243
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +251,6 @@ export declare class FMS extends FMSClient {
|
|
|
261
251
|
options: __HttpHandlerOptions,
|
|
262
252
|
cb: (err: any, data?: GetAppsListCommandOutput) => void
|
|
263
253
|
): void;
|
|
264
|
-
|
|
265
254
|
getComplianceDetail(
|
|
266
255
|
args: GetComplianceDetailCommandInput,
|
|
267
256
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +264,6 @@ export declare class FMS extends FMSClient {
|
|
|
275
264
|
options: __HttpHandlerOptions,
|
|
276
265
|
cb: (err: any, data?: GetComplianceDetailCommandOutput) => void
|
|
277
266
|
): void;
|
|
278
|
-
|
|
279
267
|
getNotificationChannel(
|
|
280
268
|
args: GetNotificationChannelCommandInput,
|
|
281
269
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +277,6 @@ export declare class FMS extends FMSClient {
|
|
|
289
277
|
options: __HttpHandlerOptions,
|
|
290
278
|
cb: (err: any, data?: GetNotificationChannelCommandOutput) => void
|
|
291
279
|
): void;
|
|
292
|
-
|
|
293
280
|
getPolicy(
|
|
294
281
|
args: GetPolicyCommandInput,
|
|
295
282
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +290,6 @@ export declare class FMS extends FMSClient {
|
|
|
303
290
|
options: __HttpHandlerOptions,
|
|
304
291
|
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
305
292
|
): void;
|
|
306
|
-
|
|
307
293
|
getProtectionStatus(
|
|
308
294
|
args: GetProtectionStatusCommandInput,
|
|
309
295
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +303,6 @@ export declare class FMS extends FMSClient {
|
|
|
317
303
|
options: __HttpHandlerOptions,
|
|
318
304
|
cb: (err: any, data?: GetProtectionStatusCommandOutput) => void
|
|
319
305
|
): void;
|
|
320
|
-
|
|
321
306
|
getProtocolsList(
|
|
322
307
|
args: GetProtocolsListCommandInput,
|
|
323
308
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +316,6 @@ export declare class FMS extends FMSClient {
|
|
|
331
316
|
options: __HttpHandlerOptions,
|
|
332
317
|
cb: (err: any, data?: GetProtocolsListCommandOutput) => void
|
|
333
318
|
): void;
|
|
334
|
-
|
|
335
319
|
getThirdPartyFirewallAssociationStatus(
|
|
336
320
|
args: GetThirdPartyFirewallAssociationStatusCommandInput,
|
|
337
321
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +335,6 @@ export declare class FMS extends FMSClient {
|
|
|
351
335
|
data?: GetThirdPartyFirewallAssociationStatusCommandOutput
|
|
352
336
|
) => void
|
|
353
337
|
): void;
|
|
354
|
-
|
|
355
338
|
getViolationDetails(
|
|
356
339
|
args: GetViolationDetailsCommandInput,
|
|
357
340
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +348,6 @@ export declare class FMS extends FMSClient {
|
|
|
365
348
|
options: __HttpHandlerOptions,
|
|
366
349
|
cb: (err: any, data?: GetViolationDetailsCommandOutput) => void
|
|
367
350
|
): void;
|
|
368
|
-
|
|
369
351
|
listAppsLists(
|
|
370
352
|
args: ListAppsListsCommandInput,
|
|
371
353
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +361,6 @@ export declare class FMS extends FMSClient {
|
|
|
379
361
|
options: __HttpHandlerOptions,
|
|
380
362
|
cb: (err: any, data?: ListAppsListsCommandOutput) => void
|
|
381
363
|
): void;
|
|
382
|
-
|
|
383
364
|
listComplianceStatus(
|
|
384
365
|
args: ListComplianceStatusCommandInput,
|
|
385
366
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +374,6 @@ export declare class FMS extends FMSClient {
|
|
|
393
374
|
options: __HttpHandlerOptions,
|
|
394
375
|
cb: (err: any, data?: ListComplianceStatusCommandOutput) => void
|
|
395
376
|
): void;
|
|
396
|
-
|
|
397
377
|
listMemberAccounts(
|
|
398
378
|
args: ListMemberAccountsCommandInput,
|
|
399
379
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +387,6 @@ export declare class FMS extends FMSClient {
|
|
|
407
387
|
options: __HttpHandlerOptions,
|
|
408
388
|
cb: (err: any, data?: ListMemberAccountsCommandOutput) => void
|
|
409
389
|
): void;
|
|
410
|
-
|
|
411
390
|
listPolicies(
|
|
412
391
|
args: ListPoliciesCommandInput,
|
|
413
392
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +400,6 @@ export declare class FMS extends FMSClient {
|
|
|
421
400
|
options: __HttpHandlerOptions,
|
|
422
401
|
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
423
402
|
): void;
|
|
424
|
-
|
|
425
403
|
listProtocolsLists(
|
|
426
404
|
args: ListProtocolsListsCommandInput,
|
|
427
405
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +413,6 @@ export declare class FMS extends FMSClient {
|
|
|
435
413
|
options: __HttpHandlerOptions,
|
|
436
414
|
cb: (err: any, data?: ListProtocolsListsCommandOutput) => void
|
|
437
415
|
): void;
|
|
438
|
-
|
|
439
416
|
listTagsForResource(
|
|
440
417
|
args: ListTagsForResourceCommandInput,
|
|
441
418
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +426,6 @@ export declare class FMS extends FMSClient {
|
|
|
449
426
|
options: __HttpHandlerOptions,
|
|
450
427
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
451
428
|
): void;
|
|
452
|
-
|
|
453
429
|
listThirdPartyFirewallFirewallPolicies(
|
|
454
430
|
args: ListThirdPartyFirewallFirewallPoliciesCommandInput,
|
|
455
431
|
options?: __HttpHandlerOptions
|
|
@@ -469,7 +445,6 @@ export declare class FMS extends FMSClient {
|
|
|
469
445
|
data?: ListThirdPartyFirewallFirewallPoliciesCommandOutput
|
|
470
446
|
) => void
|
|
471
447
|
): void;
|
|
472
|
-
|
|
473
448
|
putAppsList(
|
|
474
449
|
args: PutAppsListCommandInput,
|
|
475
450
|
options?: __HttpHandlerOptions
|
|
@@ -483,7 +458,6 @@ export declare class FMS extends FMSClient {
|
|
|
483
458
|
options: __HttpHandlerOptions,
|
|
484
459
|
cb: (err: any, data?: PutAppsListCommandOutput) => void
|
|
485
460
|
): void;
|
|
486
|
-
|
|
487
461
|
putNotificationChannel(
|
|
488
462
|
args: PutNotificationChannelCommandInput,
|
|
489
463
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +471,6 @@ export declare class FMS extends FMSClient {
|
|
|
497
471
|
options: __HttpHandlerOptions,
|
|
498
472
|
cb: (err: any, data?: PutNotificationChannelCommandOutput) => void
|
|
499
473
|
): void;
|
|
500
|
-
|
|
501
474
|
putPolicy(
|
|
502
475
|
args: PutPolicyCommandInput,
|
|
503
476
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +484,6 @@ export declare class FMS extends FMSClient {
|
|
|
511
484
|
options: __HttpHandlerOptions,
|
|
512
485
|
cb: (err: any, data?: PutPolicyCommandOutput) => void
|
|
513
486
|
): void;
|
|
514
|
-
|
|
515
487
|
putProtocolsList(
|
|
516
488
|
args: PutProtocolsListCommandInput,
|
|
517
489
|
options?: __HttpHandlerOptions
|
|
@@ -525,7 +497,6 @@ export declare class FMS extends FMSClient {
|
|
|
525
497
|
options: __HttpHandlerOptions,
|
|
526
498
|
cb: (err: any, data?: PutProtocolsListCommandOutput) => void
|
|
527
499
|
): void;
|
|
528
|
-
|
|
529
500
|
tagResource(
|
|
530
501
|
args: TagResourceCommandInput,
|
|
531
502
|
options?: __HttpHandlerOptions
|
|
@@ -539,7 +510,6 @@ export declare class FMS extends FMSClient {
|
|
|
539
510
|
options: __HttpHandlerOptions,
|
|
540
511
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
541
512
|
): void;
|
|
542
|
-
|
|
543
513
|
untagResource(
|
|
544
514
|
args: UntagResourceCommandInput,
|
|
545
515
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type FMSClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type FMSClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface FMSClientConfig extends FMSClientConfigType {}
|
|
285
263
|
declare type FMSClientResolvedConfigType =
|
|
286
264
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -291,9 +269,7 @@ declare type FMSClientResolvedConfigType =
|
|
|
291
269
|
HostHeaderResolvedConfig &
|
|
292
270
|
AwsAuthResolvedConfig &
|
|
293
271
|
UserAgentResolvedConfig;
|
|
294
|
-
|
|
295
272
|
export interface FMSClientResolvedConfig extends FMSClientResolvedConfigType {}
|
|
296
|
-
|
|
297
273
|
export declare class FMSClient extends __Client<
|
|
298
274
|
__HttpHandlerOptions,
|
|
299
275
|
ServiceInputTypes,
|
|
@@ -302,7 +278,6 @@ export declare class FMSClient extends __Client<
|
|
|
302
278
|
> {
|
|
303
279
|
readonly config: FMSClientResolvedConfig;
|
|
304
280
|
constructor(configuration: FMSClientConfig);
|
|
305
|
-
|
|
306
281
|
destroy(): void;
|
|
307
282
|
}
|
|
308
283
|
export {};
|
|
@@ -14,7 +14,6 @@ import { AssociateAdminAccountRequest } from "../models/models_0";
|
|
|
14
14
|
export interface AssociateAdminAccountCommandInput
|
|
15
15
|
extends AssociateAdminAccountRequest {}
|
|
16
16
|
export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class AssociateAdminAccountCommand extends $Command<
|
|
19
18
|
AssociateAdminAccountCommandInput,
|
|
20
19
|
AssociateAdminAccountCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class AssociateAdminAccountCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: AssociateAdminAccountCommandInput;
|
|
24
23
|
constructor(input: AssociateAdminAccountCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateThirdPartyFirewallCommandInput
|
|
|
19
19
|
export interface AssociateThirdPartyFirewallCommandOutput
|
|
20
20
|
extends AssociateThirdPartyFirewallResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateThirdPartyFirewallCommand extends $Command<
|
|
24
23
|
AssociateThirdPartyFirewallCommandInput,
|
|
25
24
|
AssociateThirdPartyFirewallCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateThirdPartyFirewallCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateThirdPartyFirewallCommandInput;
|
|
29
28
|
constructor(input: AssociateThirdPartyFirewallCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteAppsListRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {}
|
|
15
15
|
export interface DeleteAppsListCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteAppsListCommand extends $Command<
|
|
18
17
|
DeleteAppsListCommandInput,
|
|
19
18
|
DeleteAppsListCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteAppsListCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteAppsListCommandInput;
|
|
23
22
|
constructor(input: DeleteAppsListCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: FMSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteNotificationChannelCommandInput
|
|
|
15
15
|
extends DeleteNotificationChannelRequest {}
|
|
16
16
|
export interface DeleteNotificationChannelCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteNotificationChannelCommand extends $Command<
|
|
20
19
|
DeleteNotificationChannelCommandInput,
|
|
21
20
|
DeleteNotificationChannelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteNotificationChannelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteNotificationChannelCommandInput;
|
|
25
24
|
constructor(input: DeleteNotificationChannelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FMSClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
14
14
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
15
15
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePolicyCommand extends $Command<
|
|
18
17
|
DeletePolicyCommandInput,
|
|
19
18
|
DeletePolicyCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePolicyCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePolicyCommandInput;
|
|
23
22
|
constructor(input: DeletePolicyCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: FMSClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteProtocolsListRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteProtocolsListCommandInput
|
|
15
15
|
extends DeleteProtocolsListRequest {}
|
|
16
16
|
export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteProtocolsListCommand extends $Command<
|
|
19
18
|
DeleteProtocolsListCommandInput,
|
|
20
19
|
DeleteProtocolsListCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteProtocolsListCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteProtocolsListCommandInput;
|
|
24
23
|
constructor(input: DeleteProtocolsListCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: FMSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisassociateAdminAccountCommandInput
|
|
|
15
15
|
extends DisassociateAdminAccountRequest {}
|
|
16
16
|
export interface DisassociateAdminAccountCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisassociateAdminAccountCommand extends $Command<
|
|
20
19
|
DisassociateAdminAccountCommandInput,
|
|
21
20
|
DisassociateAdminAccountCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisassociateAdminAccountCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisassociateAdminAccountCommandInput;
|
|
25
24
|
constructor(input: DisassociateAdminAccountCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateThirdPartyFirewallCommandInput
|
|
|
19
19
|
export interface DisassociateThirdPartyFirewallCommandOutput
|
|
20
20
|
extends DisassociateThirdPartyFirewallResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateThirdPartyFirewallCommand extends $Command<
|
|
24
23
|
DisassociateThirdPartyFirewallCommandInput,
|
|
25
24
|
DisassociateThirdPartyFirewallCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateThirdPartyFirewallCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateThirdPartyFirewallCommandInput;
|
|
29
28
|
constructor(input: DisassociateThirdPartyFirewallCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {}
|
|
|
18
18
|
export interface GetAdminAccountCommandOutput
|
|
19
19
|
extends GetAdminAccountResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetAdminAccountCommand extends $Command<
|
|
23
22
|
GetAdminAccountCommandInput,
|
|
24
23
|
GetAdminAccountCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetAdminAccountCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetAdminAccountCommandInput;
|
|
28
27
|
constructor(input: GetAdminAccountCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FMSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAppsListCommandInput extends GetAppsListRequest {}
|
|
|
15
15
|
export interface GetAppsListCommandOutput
|
|
16
16
|
extends GetAppsListResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAppsListCommand extends $Command<
|
|
20
19
|
GetAppsListCommandInput,
|
|
21
20
|
GetAppsListCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAppsListCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAppsListCommandInput;
|
|
25
24
|
constructor(input: GetAppsListCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetComplianceDetailCommandInput
|
|
|
19
19
|
export interface GetComplianceDetailCommandOutput
|
|
20
20
|
extends GetComplianceDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetComplianceDetailCommand extends $Command<
|
|
24
23
|
GetComplianceDetailCommandInput,
|
|
25
24
|
GetComplianceDetailCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetComplianceDetailCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetComplianceDetailCommandInput;
|
|
29
28
|
constructor(input: GetComplianceDetailCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetNotificationChannelCommandInput
|
|
|
19
19
|
export interface GetNotificationChannelCommandOutput
|
|
20
20
|
extends GetNotificationChannelResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetNotificationChannelCommand extends $Command<
|
|
24
23
|
GetNotificationChannelCommandInput,
|
|
25
24
|
GetNotificationChannelCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetNotificationChannelCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetNotificationChannelCommandInput;
|
|
29
28
|
constructor(input: GetNotificationChannelCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
|
15
15
|
export interface GetPolicyCommandOutput
|
|
16
16
|
extends GetPolicyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetPolicyCommand extends $Command<
|
|
20
19
|
GetPolicyCommandInput,
|
|
21
20
|
GetPolicyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetPolicyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetPolicyCommandInput;
|
|
25
24
|
constructor(input: GetPolicyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetProtectionStatusCommandInput
|
|
|
19
19
|
export interface GetProtectionStatusCommandOutput
|
|
20
20
|
extends GetProtectionStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetProtectionStatusCommand extends $Command<
|
|
24
23
|
GetProtectionStatusCommandInput,
|
|
25
24
|
GetProtectionStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetProtectionStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetProtectionStatusCommandInput;
|
|
29
28
|
constructor(input: GetProtectionStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetProtocolsListCommandInput extends GetProtocolsListRequest {}
|
|
|
18
18
|
export interface GetProtocolsListCommandOutput
|
|
19
19
|
extends GetProtocolsListResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetProtocolsListCommand extends $Command<
|
|
23
22
|
GetProtocolsListCommandInput,
|
|
24
23
|
GetProtocolsListCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetProtocolsListCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetProtocolsListCommandInput;
|
|
28
27
|
constructor(input: GetProtocolsListCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetThirdPartyFirewallAssociationStatusCommandInput
|
|
|
19
19
|
export interface GetThirdPartyFirewallAssociationStatusCommandOutput
|
|
20
20
|
extends GetThirdPartyFirewallAssociationStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetThirdPartyFirewallAssociationStatusCommand extends $Command<
|
|
24
23
|
GetThirdPartyFirewallAssociationStatusCommandInput,
|
|
25
24
|
GetThirdPartyFirewallAssociationStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetThirdPartyFirewallAssociationStatusCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetThirdPartyFirewallAssociationStatusCommandInput;
|
|
29
28
|
constructor(input: GetThirdPartyFirewallAssociationStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetViolationDetailsCommandInput
|
|
|
19
19
|
export interface GetViolationDetailsCommandOutput
|
|
20
20
|
extends GetViolationDetailsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetViolationDetailsCommand extends $Command<
|
|
24
23
|
GetViolationDetailsCommandInput,
|
|
25
24
|
GetViolationDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetViolationDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetViolationDetailsCommandInput;
|
|
29
28
|
constructor(input: GetViolationDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListAppsListsCommandInput extends ListAppsListsRequest {}
|
|
|
18
18
|
export interface ListAppsListsCommandOutput
|
|
19
19
|
extends ListAppsListsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListAppsListsCommand extends $Command<
|
|
23
22
|
ListAppsListsCommandInput,
|
|
24
23
|
ListAppsListsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListAppsListsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListAppsListsCommandInput;
|
|
28
27
|
constructor(input: ListAppsListsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FMSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListComplianceStatusCommandInput
|
|
|
19
19
|
export interface ListComplianceStatusCommandOutput
|
|
20
20
|
extends ListComplianceStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListComplianceStatusCommand extends $Command<
|
|
24
23
|
ListComplianceStatusCommandInput,
|
|
25
24
|
ListComplianceStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListComplianceStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListComplianceStatusCommandInput;
|
|
29
28
|
constructor(input: ListComplianceStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FMSClientResolvedConfig,
|