@aws-sdk/client-fms 3.56.0 → 3.67.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 +27 -0
- package/README.md +8 -8
- package/dist-cjs/FMS.js +60 -0
- package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +36 -0
- package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +36 -0
- package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +36 -0
- package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +108 -3
- package/dist-cjs/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +356 -2
- package/dist-es/FMS.js +60 -0
- package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +39 -0
- package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +39 -0
- package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +39 -0
- package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +77 -0
- package/dist-es/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +414 -1
- package/dist-types/FMS.d.ts +84 -59
- package/dist-types/FMSClient.d.ts +12 -8
- package/dist-types/commands/AssociateAdminAccountCommand.d.ts +4 -5
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +35 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +13 -13
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +1 -2
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +1 -2
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +35 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +5 -6
- package/dist-types/commands/PutPolicyCommand.d.ts +12 -11
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +808 -518
- package/dist-types/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/FMS.d.ts +20 -0
- package/dist-types/ts3.4/FMSClient.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +183 -1
- package/dist-types/ts3.4/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +18 -18
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
3
|
+
import { FMSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListThirdPartyFirewallFirewallPolicies(config: FMSPaginationConfiguration, input: ListThirdPartyFirewallFirewallPoliciesCommandInput, ...additionalArguments: any): Paginator<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "../commands/AssociateAdminAccountCommand";
|
|
4
|
+
import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "../commands/AssociateThirdPartyFirewallCommand";
|
|
4
5
|
import { DeleteAppsListCommandInput, DeleteAppsListCommandOutput } from "../commands/DeleteAppsListCommand";
|
|
5
6
|
import { DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput } from "../commands/DeleteNotificationChannelCommand";
|
|
6
7
|
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
7
8
|
import { DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput } from "../commands/DeleteProtocolsListCommand";
|
|
8
9
|
import { DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput } from "../commands/DisassociateAdminAccountCommand";
|
|
10
|
+
import { DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput } from "../commands/DisassociateThirdPartyFirewallCommand";
|
|
9
11
|
import { GetAdminAccountCommandInput, GetAdminAccountCommandOutput } from "../commands/GetAdminAccountCommand";
|
|
10
12
|
import { GetAppsListCommandInput, GetAppsListCommandOutput } from "../commands/GetAppsListCommand";
|
|
11
13
|
import { GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput } from "../commands/GetComplianceDetailCommand";
|
|
@@ -13,6 +15,7 @@ import { GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput
|
|
|
13
15
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
14
16
|
import { GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput } from "../commands/GetProtectionStatusCommand";
|
|
15
17
|
import { GetProtocolsListCommandInput, GetProtocolsListCommandOutput } from "../commands/GetProtocolsListCommand";
|
|
18
|
+
import { GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput } from "../commands/GetThirdPartyFirewallAssociationStatusCommand";
|
|
16
19
|
import { GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput } from "../commands/GetViolationDetailsCommand";
|
|
17
20
|
import { ListAppsListsCommandInput, ListAppsListsCommandOutput } from "../commands/ListAppsListsCommand";
|
|
18
21
|
import { ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput } from "../commands/ListComplianceStatusCommand";
|
|
@@ -20,6 +23,7 @@ import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from
|
|
|
20
23
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
21
24
|
import { ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput } from "../commands/ListProtocolsListsCommand";
|
|
22
25
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
26
|
+
import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
23
27
|
import { PutAppsListCommandInput, PutAppsListCommandOutput } from "../commands/PutAppsListCommand";
|
|
24
28
|
import { PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput } from "../commands/PutNotificationChannelCommand";
|
|
25
29
|
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
|
|
@@ -27,11 +31,13 @@ import { PutProtocolsListCommandInput, PutProtocolsListCommandOutput } from "../
|
|
|
27
31
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
32
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
33
|
export declare const serializeAws_json1_1AssociateAdminAccountCommand: (input: AssociateAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const serializeAws_json1_1AssociateThirdPartyFirewallCommand: (input: AssociateThirdPartyFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
35
|
export declare const serializeAws_json1_1DeleteAppsListCommand: (input: DeleteAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
36
|
export declare const serializeAws_json1_1DeleteNotificationChannelCommand: (input: DeleteNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
37
|
export declare const serializeAws_json1_1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
38
|
export declare const serializeAws_json1_1DeleteProtocolsListCommand: (input: DeleteProtocolsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
39
|
export declare const serializeAws_json1_1DisassociateAdminAccountCommand: (input: DisassociateAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
export declare const serializeAws_json1_1DisassociateThirdPartyFirewallCommand: (input: DisassociateThirdPartyFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
41
|
export declare const serializeAws_json1_1GetAdminAccountCommand: (input: GetAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
42
|
export declare const serializeAws_json1_1GetAppsListCommand: (input: GetAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
43
|
export declare const serializeAws_json1_1GetComplianceDetailCommand: (input: GetComplianceDetailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -39,6 +45,7 @@ export declare const serializeAws_json1_1GetNotificationChannelCommand: (input:
|
|
|
39
45
|
export declare const serializeAws_json1_1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
46
|
export declare const serializeAws_json1_1GetProtectionStatusCommand: (input: GetProtectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
47
|
export declare const serializeAws_json1_1GetProtocolsListCommand: (input: GetProtocolsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand: (input: GetThirdPartyFirewallAssociationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
49
|
export declare const serializeAws_json1_1GetViolationDetailsCommand: (input: GetViolationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
50
|
export declare const serializeAws_json1_1ListAppsListsCommand: (input: ListAppsListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
51
|
export declare const serializeAws_json1_1ListComplianceStatusCommand: (input: ListComplianceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -46,6 +53,7 @@ export declare const serializeAws_json1_1ListMemberAccountsCommand: (input: List
|
|
|
46
53
|
export declare const serializeAws_json1_1ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
54
|
export declare const serializeAws_json1_1ListProtocolsListsCommand: (input: ListProtocolsListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
55
|
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand: (input: ListThirdPartyFirewallFirewallPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
57
|
export declare const serializeAws_json1_1PutAppsListCommand: (input: PutAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
58
|
export declare const serializeAws_json1_1PutNotificationChannelCommand: (input: PutNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
59
|
export declare const serializeAws_json1_1PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -53,11 +61,13 @@ export declare const serializeAws_json1_1PutProtocolsListCommand: (input: PutPro
|
|
|
53
61
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
62
|
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
63
|
export declare const deserializeAws_json1_1AssociateAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAdminAccountCommandOutput>;
|
|
64
|
+
export declare const deserializeAws_json1_1AssociateThirdPartyFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateThirdPartyFirewallCommandOutput>;
|
|
56
65
|
export declare const deserializeAws_json1_1DeleteAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppsListCommandOutput>;
|
|
57
66
|
export declare const deserializeAws_json1_1DeleteNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationChannelCommandOutput>;
|
|
58
67
|
export declare const deserializeAws_json1_1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
59
68
|
export declare const deserializeAws_json1_1DeleteProtocolsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtocolsListCommandOutput>;
|
|
60
69
|
export declare const deserializeAws_json1_1DisassociateAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAdminAccountCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_json1_1DisassociateThirdPartyFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateThirdPartyFirewallCommandOutput>;
|
|
61
71
|
export declare const deserializeAws_json1_1GetAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdminAccountCommandOutput>;
|
|
62
72
|
export declare const deserializeAws_json1_1GetAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppsListCommandOutput>;
|
|
63
73
|
export declare const deserializeAws_json1_1GetComplianceDetailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComplianceDetailCommandOutput>;
|
|
@@ -65,6 +75,7 @@ export declare const deserializeAws_json1_1GetNotificationChannelCommand: (outpu
|
|
|
65
75
|
export declare const deserializeAws_json1_1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
66
76
|
export declare const deserializeAws_json1_1GetProtectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtectionStatusCommandOutput>;
|
|
67
77
|
export declare const deserializeAws_json1_1GetProtocolsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtocolsListCommandOutput>;
|
|
78
|
+
export declare const deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyFirewallAssociationStatusCommandOutput>;
|
|
68
79
|
export declare const deserializeAws_json1_1GetViolationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetViolationDetailsCommandOutput>;
|
|
69
80
|
export declare const deserializeAws_json1_1ListAppsListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsListsCommandOutput>;
|
|
70
81
|
export declare const deserializeAws_json1_1ListComplianceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComplianceStatusCommandOutput>;
|
|
@@ -72,6 +83,7 @@ export declare const deserializeAws_json1_1ListMemberAccountsCommand: (output: _
|
|
|
72
83
|
export declare const deserializeAws_json1_1ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
73
84
|
export declare const deserializeAws_json1_1ListProtocolsListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtocolsListsCommandOutput>;
|
|
74
85
|
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
|
|
75
87
|
export declare const deserializeAws_json1_1PutAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppsListCommandOutput>;
|
|
76
88
|
export declare const deserializeAws_json1_1PutNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutNotificationChannelCommandOutput>;
|
|
77
89
|
export declare const deserializeAws_json1_1PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
|
|
3
|
+
import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "./commands/AssociateThirdPartyFirewallCommand";
|
|
3
4
|
import { DeleteAppsListCommandInput, DeleteAppsListCommandOutput } from "./commands/DeleteAppsListCommand";
|
|
4
5
|
import { DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput } from "./commands/DeleteNotificationChannelCommand";
|
|
5
6
|
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
6
7
|
import { DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput } from "./commands/DeleteProtocolsListCommand";
|
|
7
8
|
import { DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput } from "./commands/DisassociateAdminAccountCommand";
|
|
9
|
+
import { DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput } from "./commands/DisassociateThirdPartyFirewallCommand";
|
|
8
10
|
import { GetAdminAccountCommandInput, GetAdminAccountCommandOutput } from "./commands/GetAdminAccountCommand";
|
|
9
11
|
import { GetAppsListCommandInput, GetAppsListCommandOutput } from "./commands/GetAppsListCommand";
|
|
10
12
|
import { GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput } from "./commands/GetComplianceDetailCommand";
|
|
@@ -12,6 +14,7 @@ import { GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput
|
|
|
12
14
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
13
15
|
import { GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput } from "./commands/GetProtectionStatusCommand";
|
|
14
16
|
import { GetProtocolsListCommandInput, GetProtocolsListCommandOutput } from "./commands/GetProtocolsListCommand";
|
|
17
|
+
import { GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput } from "./commands/GetThirdPartyFirewallAssociationStatusCommand";
|
|
15
18
|
import { GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput } from "./commands/GetViolationDetailsCommand";
|
|
16
19
|
import { ListAppsListsCommandInput, ListAppsListsCommandOutput } from "./commands/ListAppsListsCommand";
|
|
17
20
|
import { ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput } from "./commands/ListComplianceStatusCommand";
|
|
@@ -19,6 +22,7 @@ import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from
|
|
|
19
22
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
20
23
|
import { ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput } from "./commands/ListProtocolsListsCommand";
|
|
21
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
25
|
+
import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "./commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
22
26
|
import { PutAppsListCommandInput, PutAppsListCommandOutput } from "./commands/PutAppsListCommand";
|
|
23
27
|
import { PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput } from "./commands/PutNotificationChannelCommand";
|
|
24
28
|
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
|
|
@@ -33,6 +37,10 @@ export declare class FMS extends FMSClient {
|
|
|
33
37
|
associateAdminAccount(args: AssociateAdminAccountCommandInput, cb: (err: any, data?: AssociateAdminAccountCommandOutput) => void): void;
|
|
34
38
|
associateAdminAccount(args: AssociateAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAdminAccountCommandOutput) => void): void;
|
|
35
39
|
|
|
40
|
+
associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, options?: __HttpHandlerOptions): Promise<AssociateThirdPartyFirewallCommandOutput>;
|
|
41
|
+
associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, cb: (err: any, data?: AssociateThirdPartyFirewallCommandOutput) => void): void;
|
|
42
|
+
associateThirdPartyFirewall(args: AssociateThirdPartyFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateThirdPartyFirewallCommandOutput) => void): void;
|
|
43
|
+
|
|
36
44
|
deleteAppsList(args: DeleteAppsListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppsListCommandOutput>;
|
|
37
45
|
deleteAppsList(args: DeleteAppsListCommandInput, cb: (err: any, data?: DeleteAppsListCommandOutput) => void): void;
|
|
38
46
|
deleteAppsList(args: DeleteAppsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppsListCommandOutput) => void): void;
|
|
@@ -53,6 +61,10 @@ export declare class FMS extends FMSClient {
|
|
|
53
61
|
disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
|
|
54
62
|
disassociateAdminAccount(args: DisassociateAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAdminAccountCommandOutput) => void): void;
|
|
55
63
|
|
|
64
|
+
disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateThirdPartyFirewallCommandOutput>;
|
|
65
|
+
disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, cb: (err: any, data?: DisassociateThirdPartyFirewallCommandOutput) => void): void;
|
|
66
|
+
disassociateThirdPartyFirewall(args: DisassociateThirdPartyFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateThirdPartyFirewallCommandOutput) => void): void;
|
|
67
|
+
|
|
56
68
|
getAdminAccount(args: GetAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdminAccountCommandOutput>;
|
|
57
69
|
getAdminAccount(args: GetAdminAccountCommandInput, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
|
|
58
70
|
getAdminAccount(args: GetAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdminAccountCommandOutput) => void): void;
|
|
@@ -81,6 +93,10 @@ export declare class FMS extends FMSClient {
|
|
|
81
93
|
getProtocolsList(args: GetProtocolsListCommandInput, cb: (err: any, data?: GetProtocolsListCommandOutput) => void): void;
|
|
82
94
|
getProtocolsList(args: GetProtocolsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProtocolsListCommandOutput) => void): void;
|
|
83
95
|
|
|
96
|
+
getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyFirewallAssociationStatusCommandOutput>;
|
|
97
|
+
getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, cb: (err: any, data?: GetThirdPartyFirewallAssociationStatusCommandOutput) => void): void;
|
|
98
|
+
getThirdPartyFirewallAssociationStatus(args: GetThirdPartyFirewallAssociationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyFirewallAssociationStatusCommandOutput) => void): void;
|
|
99
|
+
|
|
84
100
|
getViolationDetails(args: GetViolationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetViolationDetailsCommandOutput>;
|
|
85
101
|
getViolationDetails(args: GetViolationDetailsCommandInput, cb: (err: any, data?: GetViolationDetailsCommandOutput) => void): void;
|
|
86
102
|
getViolationDetails(args: GetViolationDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetViolationDetailsCommandOutput) => void): void;
|
|
@@ -109,6 +125,10 @@ export declare class FMS extends FMSClient {
|
|
|
109
125
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
110
126
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
111
127
|
|
|
128
|
+
listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
|
|
129
|
+
listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, cb: (err: any, data?: ListThirdPartyFirewallFirewallPoliciesCommandOutput) => void): void;
|
|
130
|
+
listThirdPartyFirewallFirewallPolicies(args: ListThirdPartyFirewallFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThirdPartyFirewallFirewallPoliciesCommandOutput) => void): void;
|
|
131
|
+
|
|
112
132
|
putAppsList(args: PutAppsListCommandInput, options?: __HttpHandlerOptions): Promise<PutAppsListCommandOutput>;
|
|
113
133
|
putAppsList(args: PutAppsListCommandInput, cb: (err: any, data?: PutAppsListCommandOutput) => void): void;
|
|
114
134
|
putAppsList(args: PutAppsListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppsListCommandOutput) => void): void;
|
|
@@ -7,11 +7,13 @@ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
|
|
10
|
+
import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "./commands/AssociateThirdPartyFirewallCommand";
|
|
10
11
|
import { DeleteAppsListCommandInput, DeleteAppsListCommandOutput } from "./commands/DeleteAppsListCommand";
|
|
11
12
|
import { DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput } from "./commands/DeleteNotificationChannelCommand";
|
|
12
13
|
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
13
14
|
import { DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput } from "./commands/DeleteProtocolsListCommand";
|
|
14
15
|
import { DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput } from "./commands/DisassociateAdminAccountCommand";
|
|
16
|
+
import { DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput } from "./commands/DisassociateThirdPartyFirewallCommand";
|
|
15
17
|
import { GetAdminAccountCommandInput, GetAdminAccountCommandOutput } from "./commands/GetAdminAccountCommand";
|
|
16
18
|
import { GetAppsListCommandInput, GetAppsListCommandOutput } from "./commands/GetAppsListCommand";
|
|
17
19
|
import { GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput } from "./commands/GetComplianceDetailCommand";
|
|
@@ -19,6 +21,7 @@ import { GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput
|
|
|
19
21
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
20
22
|
import { GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput } from "./commands/GetProtectionStatusCommand";
|
|
21
23
|
import { GetProtocolsListCommandInput, GetProtocolsListCommandOutput } from "./commands/GetProtocolsListCommand";
|
|
24
|
+
import { GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput } from "./commands/GetThirdPartyFirewallAssociationStatusCommand";
|
|
22
25
|
import { GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput } from "./commands/GetViolationDetailsCommand";
|
|
23
26
|
import { ListAppsListsCommandInput, ListAppsListsCommandOutput } from "./commands/ListAppsListsCommand";
|
|
24
27
|
import { ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput } from "./commands/ListComplianceStatusCommand";
|
|
@@ -26,14 +29,15 @@ import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from
|
|
|
26
29
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
27
30
|
import { ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput } from "./commands/ListProtocolsListsCommand";
|
|
28
31
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
32
|
+
import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "./commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
29
33
|
import { PutAppsListCommandInput, PutAppsListCommandOutput } from "./commands/PutAppsListCommand";
|
|
30
34
|
import { PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput } from "./commands/PutNotificationChannelCommand";
|
|
31
35
|
import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
|
|
32
36
|
import { PutProtocolsListCommandInput, PutProtocolsListCommandOutput } from "./commands/PutProtocolsListCommand";
|
|
33
37
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
34
38
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
35
|
-
export declare type ServiceInputTypes = AssociateAdminAccountCommandInput | DeleteAppsListCommandInput | DeleteNotificationChannelCommandInput | DeletePolicyCommandInput | DeleteProtocolsListCommandInput | DisassociateAdminAccountCommandInput | GetAdminAccountCommandInput | GetAppsListCommandInput | GetComplianceDetailCommandInput | GetNotificationChannelCommandInput | GetPolicyCommandInput | GetProtectionStatusCommandInput | GetProtocolsListCommandInput | GetViolationDetailsCommandInput | ListAppsListsCommandInput | ListComplianceStatusCommandInput | ListMemberAccountsCommandInput | ListPoliciesCommandInput | ListProtocolsListsCommandInput | ListTagsForResourceCommandInput | PutAppsListCommandInput | PutNotificationChannelCommandInput | PutPolicyCommandInput | PutProtocolsListCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
36
|
-
export declare type ServiceOutputTypes = AssociateAdminAccountCommandOutput | DeleteAppsListCommandOutput | DeleteNotificationChannelCommandOutput | DeletePolicyCommandOutput | DeleteProtocolsListCommandOutput | DisassociateAdminAccountCommandOutput | GetAdminAccountCommandOutput | GetAppsListCommandOutput | GetComplianceDetailCommandOutput | GetNotificationChannelCommandOutput | GetPolicyCommandOutput | GetProtectionStatusCommandOutput | GetProtocolsListCommandOutput | GetViolationDetailsCommandOutput | ListAppsListsCommandOutput | ListComplianceStatusCommandOutput | ListMemberAccountsCommandOutput | ListPoliciesCommandOutput | ListProtocolsListsCommandOutput | ListTagsForResourceCommandOutput | PutAppsListCommandOutput | PutNotificationChannelCommandOutput | PutPolicyCommandOutput | PutProtocolsListCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
39
|
+
export declare type ServiceInputTypes = AssociateAdminAccountCommandInput | AssociateThirdPartyFirewallCommandInput | DeleteAppsListCommandInput | DeleteNotificationChannelCommandInput | DeletePolicyCommandInput | DeleteProtocolsListCommandInput | DisassociateAdminAccountCommandInput | DisassociateThirdPartyFirewallCommandInput | GetAdminAccountCommandInput | GetAppsListCommandInput | GetComplianceDetailCommandInput | GetNotificationChannelCommandInput | GetPolicyCommandInput | GetProtectionStatusCommandInput | GetProtocolsListCommandInput | GetThirdPartyFirewallAssociationStatusCommandInput | GetViolationDetailsCommandInput | ListAppsListsCommandInput | ListComplianceStatusCommandInput | ListMemberAccountsCommandInput | ListPoliciesCommandInput | ListProtocolsListsCommandInput | ListTagsForResourceCommandInput | ListThirdPartyFirewallFirewallPoliciesCommandInput | PutAppsListCommandInput | PutNotificationChannelCommandInput | PutPolicyCommandInput | PutProtocolsListCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
40
|
+
export declare type ServiceOutputTypes = AssociateAdminAccountCommandOutput | AssociateThirdPartyFirewallCommandOutput | DeleteAppsListCommandOutput | DeleteNotificationChannelCommandOutput | DeletePolicyCommandOutput | DeleteProtocolsListCommandOutput | DisassociateAdminAccountCommandOutput | DisassociateThirdPartyFirewallCommandOutput | GetAdminAccountCommandOutput | GetAppsListCommandOutput | GetComplianceDetailCommandOutput | GetNotificationChannelCommandOutput | GetPolicyCommandOutput | GetProtectionStatusCommandOutput | GetProtocolsListCommandOutput | GetThirdPartyFirewallAssociationStatusCommandOutput | GetViolationDetailsCommandOutput | ListAppsListsCommandOutput | ListComplianceStatusCommandOutput | ListMemberAccountsCommandOutput | ListPoliciesCommandOutput | ListProtocolsListsCommandOutput | ListTagsForResourceCommandOutput | ListThirdPartyFirewallFirewallPoliciesCommandOutput | PutAppsListCommandOutput | PutNotificationChannelCommandOutput | PutPolicyCommandOutput | PutProtocolsListCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
37
41
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
38
42
|
|
|
39
43
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
+
import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdPartyFirewallRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateThirdPartyFirewallCommandInput;
|
|
12
|
+
constructor(input: AssociateThirdPartyFirewallCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
+
import { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
|
|
5
|
+
export interface DisassociateThirdPartyFirewallCommandInput extends DisassociateThirdPartyFirewallRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateThirdPartyFirewallCommandOutput extends DisassociateThirdPartyFirewallResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateThirdPartyFirewallCommand extends $Command<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateThirdPartyFirewallCommandInput;
|
|
12
|
+
constructor(input: DisassociateThirdPartyFirewallCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
+
import { GetThirdPartyFirewallAssociationStatusRequest, GetThirdPartyFirewallAssociationStatusResponse } from "../models/models_0";
|
|
5
|
+
export interface GetThirdPartyFirewallAssociationStatusCommandInput extends GetThirdPartyFirewallAssociationStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends GetThirdPartyFirewallAssociationStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetThirdPartyFirewallAssociationStatusCommand extends $Command<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
+
readonly input: GetThirdPartyFirewallAssociationStatusCommandInput;
|
|
12
|
+
constructor(input: GetThirdPartyFirewallAssociationStatusCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
+
import { ListThirdPartyFirewallFirewallPoliciesRequest, ListThirdPartyFirewallFirewallPoliciesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListThirdPartyFirewallFirewallPoliciesCommandInput extends ListThirdPartyFirewallFirewallPoliciesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListThirdPartyFirewallFirewallPoliciesCommandOutput extends ListThirdPartyFirewallFirewallPoliciesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
+
readonly input: ListThirdPartyFirewallFirewallPoliciesCommandInput;
|
|
12
|
+
constructor(input: ListThirdPartyFirewallFirewallPoliciesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from "./AssociateAdminAccountCommand";
|
|
2
|
+
export * from "./AssociateThirdPartyFirewallCommand";
|
|
2
3
|
export * from "./DeleteAppsListCommand";
|
|
3
4
|
export * from "./DeleteNotificationChannelCommand";
|
|
4
5
|
export * from "./DeletePolicyCommand";
|
|
5
6
|
export * from "./DeleteProtocolsListCommand";
|
|
6
7
|
export * from "./DisassociateAdminAccountCommand";
|
|
8
|
+
export * from "./DisassociateThirdPartyFirewallCommand";
|
|
7
9
|
export * from "./GetAdminAccountCommand";
|
|
8
10
|
export * from "./GetAppsListCommand";
|
|
9
11
|
export * from "./GetComplianceDetailCommand";
|
|
@@ -11,6 +13,7 @@ export * from "./GetNotificationChannelCommand";
|
|
|
11
13
|
export * from "./GetPolicyCommand";
|
|
12
14
|
export * from "./GetProtectionStatusCommand";
|
|
13
15
|
export * from "./GetProtocolsListCommand";
|
|
16
|
+
export * from "./GetThirdPartyFirewallAssociationStatusCommand";
|
|
14
17
|
export * from "./GetViolationDetailsCommand";
|
|
15
18
|
export * from "./ListAppsListsCommand";
|
|
16
19
|
export * from "./ListComplianceStatusCommand";
|
|
@@ -18,6 +21,7 @@ export * from "./ListMemberAccountsCommand";
|
|
|
18
21
|
export * from "./ListPoliciesCommand";
|
|
19
22
|
export * from "./ListProtocolsListsCommand";
|
|
20
23
|
export * from "./ListTagsForResourceCommand";
|
|
24
|
+
export * from "./ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
21
25
|
export * from "./PutAppsListCommand";
|
|
22
26
|
export * from "./PutNotificationChannelCommand";
|
|
23
27
|
export * from "./PutPolicyCommand";
|
|
@@ -117,6 +117,32 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
117
117
|
|
|
118
118
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
119
119
|
}
|
|
120
|
+
export declare enum ThirdPartyFirewall {
|
|
121
|
+
PALO_ALTO_NETWORKS_CLOUD_NGFW = "PALO_ALTO_NETWORKS_CLOUD_NGFW"
|
|
122
|
+
}
|
|
123
|
+
export interface AssociateThirdPartyFirewallRequest {
|
|
124
|
+
|
|
125
|
+
ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace AssociateThirdPartyFirewallRequest {
|
|
128
|
+
|
|
129
|
+
const filterSensitiveLog: (obj: AssociateThirdPartyFirewallRequest) => any;
|
|
130
|
+
}
|
|
131
|
+
export declare enum ThirdPartyFirewallAssociationStatus {
|
|
132
|
+
NOT_EXIST = "NOT_EXIST",
|
|
133
|
+
OFFBOARDING = "OFFBOARDING",
|
|
134
|
+
OFFBOARD_COMPLETE = "OFFBOARD_COMPLETE",
|
|
135
|
+
ONBOARDING = "ONBOARDING",
|
|
136
|
+
ONBOARD_COMPLETE = "ONBOARD_COMPLETE"
|
|
137
|
+
}
|
|
138
|
+
export interface AssociateThirdPartyFirewallResponse {
|
|
139
|
+
|
|
140
|
+
ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus | string;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace AssociateThirdPartyFirewallResponse {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: AssociateThirdPartyFirewallResponse) => any;
|
|
145
|
+
}
|
|
120
146
|
|
|
121
147
|
export interface AwsEc2NetworkInterfaceViolation {
|
|
122
148
|
|
|
@@ -177,6 +203,22 @@ export declare namespace DisassociateAdminAccountRequest {
|
|
|
177
203
|
|
|
178
204
|
const filterSensitiveLog: (obj: DisassociateAdminAccountRequest) => any;
|
|
179
205
|
}
|
|
206
|
+
export interface DisassociateThirdPartyFirewallRequest {
|
|
207
|
+
|
|
208
|
+
ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export declare namespace DisassociateThirdPartyFirewallRequest {
|
|
211
|
+
|
|
212
|
+
const filterSensitiveLog: (obj: DisassociateThirdPartyFirewallRequest) => any;
|
|
213
|
+
}
|
|
214
|
+
export interface DisassociateThirdPartyFirewallResponse {
|
|
215
|
+
|
|
216
|
+
ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus | string;
|
|
217
|
+
}
|
|
218
|
+
export declare namespace DisassociateThirdPartyFirewallResponse {
|
|
219
|
+
|
|
220
|
+
const filterSensitiveLog: (obj: DisassociateThirdPartyFirewallResponse) => any;
|
|
221
|
+
}
|
|
180
222
|
export interface GetAdminAccountRequest {
|
|
181
223
|
}
|
|
182
224
|
export declare namespace GetAdminAccountRequest {
|
|
@@ -235,6 +277,7 @@ export declare enum ViolationReason {
|
|
|
235
277
|
FMSCreatedSecurityGroupEdited = "FMS_CREATED_SECURITY_GROUP_EDITED",
|
|
236
278
|
FirewallSubnetIsOutOfScope = "FIREWALL_SUBNET_IS_OUT_OF_SCOPE",
|
|
237
279
|
FirewallSubnetMissingExpectedRoute = "FIREWALL_SUBNET_MISSING_EXPECTED_ROUTE",
|
|
280
|
+
FirewallSubnetMissingVPCEndpoint = "FIREWALL_SUBNET_MISSING_VPCE_ENDPOINT",
|
|
238
281
|
InternetGatewayMissingExpectedRoute = "INTERNET_GATEWAY_MISSING_EXPECTED_ROUTE",
|
|
239
282
|
InternetTrafficNotInspected = "INTERNET_TRAFFIC_NOT_INSPECTED",
|
|
240
283
|
InvalidRouteConfiguration = "INVALID_ROUTE_CONFIGURATION",
|
|
@@ -346,7 +389,8 @@ export declare namespace ResourceTag {
|
|
|
346
389
|
const filterSensitiveLog: (obj: ResourceTag) => any;
|
|
347
390
|
}
|
|
348
391
|
export declare enum FirewallDeploymentModel {
|
|
349
|
-
CENTRALIZED = "CENTRALIZED"
|
|
392
|
+
CENTRALIZED = "CENTRALIZED",
|
|
393
|
+
DISTRIBUTED = "DISTRIBUTED"
|
|
350
394
|
}
|
|
351
395
|
|
|
352
396
|
export interface NetworkFirewallPolicy {
|
|
@@ -358,9 +402,20 @@ export declare namespace NetworkFirewallPolicy {
|
|
|
358
402
|
const filterSensitiveLog: (obj: NetworkFirewallPolicy) => any;
|
|
359
403
|
}
|
|
360
404
|
|
|
405
|
+
export interface ThirdPartyFirewallPolicy {
|
|
406
|
+
|
|
407
|
+
FirewallDeploymentModel?: FirewallDeploymentModel | string;
|
|
408
|
+
}
|
|
409
|
+
export declare namespace ThirdPartyFirewallPolicy {
|
|
410
|
+
|
|
411
|
+
const filterSensitiveLog: (obj: ThirdPartyFirewallPolicy) => any;
|
|
412
|
+
}
|
|
413
|
+
|
|
361
414
|
export interface PolicyOption {
|
|
362
415
|
|
|
363
416
|
NetworkFirewallPolicy?: NetworkFirewallPolicy;
|
|
417
|
+
|
|
418
|
+
ThirdPartyFirewallPolicy?: ThirdPartyFirewallPolicy;
|
|
364
419
|
}
|
|
365
420
|
export declare namespace PolicyOption {
|
|
366
421
|
|
|
@@ -373,6 +428,7 @@ export declare enum SecurityServiceType {
|
|
|
373
428
|
SECURITY_GROUPS_CONTENT_AUDIT = "SECURITY_GROUPS_CONTENT_AUDIT",
|
|
374
429
|
SECURITY_GROUPS_USAGE_AUDIT = "SECURITY_GROUPS_USAGE_AUDIT",
|
|
375
430
|
SHIELD_ADVANCED = "SHIELD_ADVANCED",
|
|
431
|
+
THIRD_PARTY_FIREWALL = "THIRD_PARTY_FIREWALL",
|
|
376
432
|
WAF = "WAF",
|
|
377
433
|
WAFV2 = "WAFV2"
|
|
378
434
|
}
|
|
@@ -517,6 +573,29 @@ export declare namespace GetProtocolsListResponse {
|
|
|
517
573
|
|
|
518
574
|
const filterSensitiveLog: (obj: GetProtocolsListResponse) => any;
|
|
519
575
|
}
|
|
576
|
+
export interface GetThirdPartyFirewallAssociationStatusRequest {
|
|
577
|
+
|
|
578
|
+
ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
|
|
579
|
+
}
|
|
580
|
+
export declare namespace GetThirdPartyFirewallAssociationStatusRequest {
|
|
581
|
+
|
|
582
|
+
const filterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusRequest) => any;
|
|
583
|
+
}
|
|
584
|
+
export declare enum MarketplaceSubscriptionOnboardingStatus {
|
|
585
|
+
COMPLETE = "COMPLETE",
|
|
586
|
+
NOT_COMPLETE = "NOT_COMPLETE",
|
|
587
|
+
NO_SUBSCRIPTION = "NO_SUBSCRIPTION"
|
|
588
|
+
}
|
|
589
|
+
export interface GetThirdPartyFirewallAssociationStatusResponse {
|
|
590
|
+
|
|
591
|
+
ThirdPartyFirewallStatus?: ThirdPartyFirewallAssociationStatus | string;
|
|
592
|
+
|
|
593
|
+
MarketplaceOnboardingStatus?: MarketplaceSubscriptionOnboardingStatus | string;
|
|
594
|
+
}
|
|
595
|
+
export declare namespace GetThirdPartyFirewallAssociationStatusResponse {
|
|
596
|
+
|
|
597
|
+
const filterSensitiveLog: (obj: GetThirdPartyFirewallAssociationStatusResponse) => any;
|
|
598
|
+
}
|
|
520
599
|
export interface GetViolationDetailsRequest {
|
|
521
600
|
|
|
522
601
|
PolicyId: string | undefined;
|
|
@@ -664,6 +743,21 @@ export declare namespace FirewallSubnetIsOutOfScopeViolation {
|
|
|
664
743
|
|
|
665
744
|
const filterSensitiveLog: (obj: FirewallSubnetIsOutOfScopeViolation) => any;
|
|
666
745
|
}
|
|
746
|
+
|
|
747
|
+
export interface FirewallSubnetMissingVPCEndpointViolation {
|
|
748
|
+
|
|
749
|
+
FirewallSubnetId?: string;
|
|
750
|
+
|
|
751
|
+
VpcId?: string;
|
|
752
|
+
|
|
753
|
+
SubnetAvailabilityZone?: string;
|
|
754
|
+
|
|
755
|
+
SubnetAvailabilityZoneId?: string;
|
|
756
|
+
}
|
|
757
|
+
export declare namespace FirewallSubnetMissingVPCEndpointViolation {
|
|
758
|
+
|
|
759
|
+
const filterSensitiveLog: (obj: FirewallSubnetMissingVPCEndpointViolation) => any;
|
|
760
|
+
}
|
|
667
761
|
export declare enum DestinationType {
|
|
668
762
|
IPV4 = "IPV4",
|
|
669
763
|
IPV6 = "IPV6",
|
|
@@ -1164,6 +1258,53 @@ export declare namespace RouteHasOutOfScopeEndpointViolation {
|
|
|
1164
1258
|
const filterSensitiveLog: (obj: RouteHasOutOfScopeEndpointViolation) => any;
|
|
1165
1259
|
}
|
|
1166
1260
|
|
|
1261
|
+
export interface ThirdPartyFirewallMissingExpectedRouteTableViolation {
|
|
1262
|
+
|
|
1263
|
+
ViolationTarget?: string;
|
|
1264
|
+
|
|
1265
|
+
VPC?: string;
|
|
1266
|
+
|
|
1267
|
+
AvailabilityZone?: string;
|
|
1268
|
+
|
|
1269
|
+
CurrentRouteTable?: string;
|
|
1270
|
+
|
|
1271
|
+
ExpectedRouteTable?: string;
|
|
1272
|
+
}
|
|
1273
|
+
export declare namespace ThirdPartyFirewallMissingExpectedRouteTableViolation {
|
|
1274
|
+
|
|
1275
|
+
const filterSensitiveLog: (obj: ThirdPartyFirewallMissingExpectedRouteTableViolation) => any;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
export interface ThirdPartyFirewallMissingFirewallViolation {
|
|
1279
|
+
|
|
1280
|
+
ViolationTarget?: string;
|
|
1281
|
+
|
|
1282
|
+
VPC?: string;
|
|
1283
|
+
|
|
1284
|
+
AvailabilityZone?: string;
|
|
1285
|
+
|
|
1286
|
+
TargetViolationReason?: string;
|
|
1287
|
+
}
|
|
1288
|
+
export declare namespace ThirdPartyFirewallMissingFirewallViolation {
|
|
1289
|
+
|
|
1290
|
+
const filterSensitiveLog: (obj: ThirdPartyFirewallMissingFirewallViolation) => any;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
export interface ThirdPartyFirewallMissingSubnetViolation {
|
|
1294
|
+
|
|
1295
|
+
ViolationTarget?: string;
|
|
1296
|
+
|
|
1297
|
+
VPC?: string;
|
|
1298
|
+
|
|
1299
|
+
AvailabilityZone?: string;
|
|
1300
|
+
|
|
1301
|
+
TargetViolationReason?: string;
|
|
1302
|
+
}
|
|
1303
|
+
export declare namespace ThirdPartyFirewallMissingSubnetViolation {
|
|
1304
|
+
|
|
1305
|
+
const filterSensitiveLog: (obj: ThirdPartyFirewallMissingSubnetViolation) => any;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1167
1308
|
export interface ResourceViolation {
|
|
1168
1309
|
|
|
1169
1310
|
AwsVPCSecurityGroupViolation?: AwsVPCSecurityGroupViolation;
|
|
@@ -1203,6 +1344,14 @@ export interface ResourceViolation {
|
|
|
1203
1344
|
FirewallSubnetIsOutOfScopeViolation?: FirewallSubnetIsOutOfScopeViolation;
|
|
1204
1345
|
|
|
1205
1346
|
RouteHasOutOfScopeEndpointViolation?: RouteHasOutOfScopeEndpointViolation;
|
|
1347
|
+
|
|
1348
|
+
ThirdPartyFirewallMissingFirewallViolation?: ThirdPartyFirewallMissingFirewallViolation;
|
|
1349
|
+
|
|
1350
|
+
ThirdPartyFirewallMissingSubnetViolation?: ThirdPartyFirewallMissingSubnetViolation;
|
|
1351
|
+
|
|
1352
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation?: ThirdPartyFirewallMissingExpectedRouteTableViolation;
|
|
1353
|
+
|
|
1354
|
+
FirewallSubnetMissingVPCEndpointViolation?: FirewallSubnetMissingVPCEndpointViolation;
|
|
1206
1355
|
}
|
|
1207
1356
|
export declare namespace ResourceViolation {
|
|
1208
1357
|
|
|
@@ -1435,6 +1584,39 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
1435
1584
|
|
|
1436
1585
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1437
1586
|
}
|
|
1587
|
+
export interface ListThirdPartyFirewallFirewallPoliciesRequest {
|
|
1588
|
+
|
|
1589
|
+
ThirdPartyFirewall: ThirdPartyFirewall | string | undefined;
|
|
1590
|
+
|
|
1591
|
+
NextToken?: string;
|
|
1592
|
+
|
|
1593
|
+
MaxResults: number | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export declare namespace ListThirdPartyFirewallFirewallPoliciesRequest {
|
|
1596
|
+
|
|
1597
|
+
const filterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesRequest) => any;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
export interface ThirdPartyFirewallFirewallPolicy {
|
|
1601
|
+
|
|
1602
|
+
FirewallPolicyId?: string;
|
|
1603
|
+
|
|
1604
|
+
FirewallPolicyName?: string;
|
|
1605
|
+
}
|
|
1606
|
+
export declare namespace ThirdPartyFirewallFirewallPolicy {
|
|
1607
|
+
|
|
1608
|
+
const filterSensitiveLog: (obj: ThirdPartyFirewallFirewallPolicy) => any;
|
|
1609
|
+
}
|
|
1610
|
+
export interface ListThirdPartyFirewallFirewallPoliciesResponse {
|
|
1611
|
+
|
|
1612
|
+
ThirdPartyFirewallFirewallPolicies?: ThirdPartyFirewallFirewallPolicy[];
|
|
1613
|
+
|
|
1614
|
+
NextToken?: string;
|
|
1615
|
+
}
|
|
1616
|
+
export declare namespace ListThirdPartyFirewallFirewallPoliciesResponse {
|
|
1617
|
+
|
|
1618
|
+
const filterSensitiveLog: (obj: ListThirdPartyFirewallFirewallPoliciesResponse) => any;
|
|
1619
|
+
}
|
|
1438
1620
|
export interface PutAppsListRequest {
|
|
1439
1621
|
|
|
1440
1622
|
AppsList: AppsListData | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
|
|
3
|
+
import { FMSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListThirdPartyFirewallFirewallPolicies(config: FMSPaginationConfiguration, input: ListThirdPartyFirewallFirewallPoliciesCommandInput, ...additionalArguments: any): Paginator<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
|