@aws-sdk/client-fms 3.321.1 → 3.326.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/dist-types/commands/AssociateAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -0
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +12 -0
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +12 -0
- package/dist-types/commands/DeleteAppsListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +7 -0
- package/dist-types/commands/GetAdminScopeCommand.d.ts +34 -0
- package/dist-types/commands/GetAppsListCommand.d.ts +29 -0
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +25 -0
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +7 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +51 -0
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +9 -0
- package/dist-types/commands/GetProtocolsListCommand.d.ts +21 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +17 -0
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +449 -0
- package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +13 -0
- package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +9 -0
- package/dist-types/commands/ListAppsListsCommand.d.ts +20 -0
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +25 -0
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +14 -0
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +9 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +18 -0
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +16 -0
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +12 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +15 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +12 -0
- package/dist-types/commands/PutAdminAccountCommand.d.ts +4 -0
- package/dist-types/commands/PutAppsListCommand.d.ts +29 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +51 -0
- package/dist-types/commands/PutProtocolsListCommand.d.ts +21 -0
- package/dist-types/commands/PutResourceSetCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -32,6 +32,8 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new AssociateAdminAccountCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param AssociateAdminAccountCommandInput - {@link AssociateAdminAccountCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
|
|
|
63
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
66
|
* <p>The specified resource was not found.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link FMSServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class AssociateAdminAccountCommand extends $Command<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AssociateThirdPartyFirewallCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // AssociateThirdPartyFirewallResponse
|
|
35
|
+
* // ThirdPartyFirewallStatus: "ONBOARDING" || "ONBOARD_COMPLETE" || "OFFBOARDING" || "OFFBOARD_COMPLETE" || "NOT_EXIST",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param AssociateThirdPartyFirewallCommandInput - {@link AssociateThirdPartyFirewallCommandInput}
|
|
@@ -56,6 +60,8 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
|
|
|
56
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
61
|
* <p>The specified resource was not found.</p>
|
|
58
62
|
*
|
|
63
|
+
* @throws {@link FMSServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
65
|
*
|
|
60
66
|
*/
|
|
61
67
|
export declare class AssociateThirdPartyFirewallCommand extends $Command<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchAssociateResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchAssociateResourceResponse
|
|
38
|
+
* // ResourceSetIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* // FailedItems: [ // FailedItemList // required
|
|
40
|
+
* // { // FailedItem
|
|
41
|
+
* // URI: "STRING_VALUE",
|
|
42
|
+
* // Reason: "NOT_VALID_ARN" || "NOT_VALID_PARTITION" || "NOT_VALID_REGION" || "NOT_VALID_SERVICE" || "NOT_VALID_RESOURCE_TYPE" || "NOT_VALID_ACCOUNT_ID",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param BatchAssociateResourceCommandInput - {@link BatchAssociateResourceCommandInput}
|
|
@@ -65,6 +75,8 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
|
|
|
65
75
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
76
|
* <p>The specified resource was not found.</p>
|
|
67
77
|
*
|
|
78
|
+
* @throws {@link FMSServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
68
80
|
*
|
|
69
81
|
*/
|
|
70
82
|
export declare class BatchAssociateResourceCommand extends $Command<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchDisassociateResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchDisassociateResourceResponse
|
|
38
|
+
* // ResourceSetIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* // FailedItems: [ // FailedItemList // required
|
|
40
|
+
* // { // FailedItem
|
|
41
|
+
* // URI: "STRING_VALUE",
|
|
42
|
+
* // Reason: "NOT_VALID_ARN" || "NOT_VALID_PARTITION" || "NOT_VALID_REGION" || "NOT_VALID_SERVICE" || "NOT_VALID_RESOURCE_TYPE" || "NOT_VALID_ACCOUNT_ID",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param BatchDisassociateResourceCommandInput - {@link BatchDisassociateResourceCommandInput}
|
|
@@ -59,6 +69,8 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
|
|
|
59
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
70
|
* <p>The specified resource was not found.</p>
|
|
61
71
|
*
|
|
72
|
+
* @throws {@link FMSServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
62
74
|
*
|
|
63
75
|
*/
|
|
64
76
|
export declare class BatchDisassociateResourceCommand extends $Command<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppsListCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteAppsListCommandInput - {@link DeleteAppsListCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link FMSServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class DeleteAppsListCommand extends $Command<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -30,6 +30,8 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer
|
|
|
30
30
|
* const input = {};
|
|
31
31
|
* const command = new DeleteNotificationChannelCommand(input);
|
|
32
32
|
* const response = await client.send(command);
|
|
33
|
+
* // {};
|
|
34
|
+
*
|
|
33
35
|
* ```
|
|
34
36
|
*
|
|
35
37
|
* @param DeleteNotificationChannelCommandInput - {@link DeleteNotificationChannelCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer
|
|
|
52
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
55
|
* <p>The specified resource was not found.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link FMSServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DeleteNotificationChannelCommand extends $Command<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeletePolicyCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeletePolicyCommandInput - {@link DeletePolicyCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
63
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
66
|
* <p>The specified resource was not found.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link FMSServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteProtocolsListCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteProtocolsListCommandInput - {@link DeleteProtocolsListCommandInput}
|
|
@@ -53,6 +55,8 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
|
|
|
53
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
56
|
* <p>The specified resource was not found.</p>
|
|
55
57
|
*
|
|
58
|
+
* @throws {@link FMSServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
56
60
|
*
|
|
57
61
|
*/
|
|
58
62
|
export declare class DeleteProtocolsListCommand extends $Command<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourceSetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteResourceSetCommandInput - {@link DeleteResourceSetCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
|
56
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
59
|
* <p>The specified resource was not found.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link FMSServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class DeleteResourceSetCommand extends $Command<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -30,6 +30,8 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer
|
|
|
30
30
|
* const input = {};
|
|
31
31
|
* const command = new DisassociateAdminAccountCommand(input);
|
|
32
32
|
* const response = await client.send(command);
|
|
33
|
+
* // {};
|
|
34
|
+
*
|
|
33
35
|
* ```
|
|
34
36
|
*
|
|
35
37
|
* @param DisassociateAdminAccountCommandInput - {@link DisassociateAdminAccountCommandInput}
|
|
@@ -52,6 +54,8 @@ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer
|
|
|
52
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
55
|
* <p>The specified resource was not found.</p>
|
|
54
56
|
*
|
|
57
|
+
* @throws {@link FMSServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
55
59
|
*
|
|
56
60
|
*/
|
|
57
61
|
export declare class DisassociateAdminAccountCommand extends $Command<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisassociateThirdPartyFirewallCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DisassociateThirdPartyFirewallResponse
|
|
35
|
+
* // ThirdPartyFirewallStatus: "ONBOARDING" || "ONBOARD_COMPLETE" || "OFFBOARDING" || "OFFBOARD_COMPLETE" || "NOT_EXIST",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param DisassociateThirdPartyFirewallCommandInput - {@link DisassociateThirdPartyFirewallCommandInput}
|
|
@@ -56,6 +60,8 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
|
|
|
56
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
61
|
* <p>The specified resource was not found.</p>
|
|
58
62
|
*
|
|
63
|
+
* @throws {@link FMSServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
65
|
*
|
|
60
66
|
*/
|
|
61
67
|
export declare class DisassociateThirdPartyFirewallCommand extends $Command<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -30,6 +30,11 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _
|
|
|
30
30
|
* const input = {};
|
|
31
31
|
* const command = new GetAdminAccountCommand(input);
|
|
32
32
|
* const response = await client.send(command);
|
|
33
|
+
* // { // GetAdminAccountResponse
|
|
34
|
+
* // AdminAccount: "STRING_VALUE",
|
|
35
|
+
* // RoleStatus: "READY" || "CREATING" || "PENDING_DELETION" || "DELETING" || "DELETED",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
35
40
|
* @param GetAdminAccountCommandInput - {@link GetAdminAccountCommandInput}
|
|
@@ -52,6 +57,8 @@ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, _
|
|
|
52
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
58
|
* <p>The specified resource was not found.</p>
|
|
54
59
|
*
|
|
60
|
+
* @throws {@link FMSServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
55
62
|
*
|
|
56
63
|
*/
|
|
57
64
|
export declare class GetAdminAccountCommand extends $Command<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,38 @@ export interface GetAdminScopeCommandOutput extends GetAdminScopeResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAdminScopeCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetAdminScopeResponse
|
|
35
|
+
* // AdminScope: { // AdminScope
|
|
36
|
+
* // AccountScope: { // AccountScope
|
|
37
|
+
* // Accounts: [ // AccountIdList
|
|
38
|
+
* // "STRING_VALUE",
|
|
39
|
+
* // ],
|
|
40
|
+
* // AllAccountsEnabled: true || false,
|
|
41
|
+
* // ExcludeSpecifiedAccounts: true || false,
|
|
42
|
+
* // },
|
|
43
|
+
* // OrganizationalUnitScope: { // OrganizationalUnitScope
|
|
44
|
+
* // OrganizationalUnits: [ // OrganizationalUnitIdList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // AllOrganizationalUnitsEnabled: true || false,
|
|
48
|
+
* // ExcludeSpecifiedOrganizationalUnits: true || false,
|
|
49
|
+
* // },
|
|
50
|
+
* // RegionScope: { // RegionScope
|
|
51
|
+
* // Regions: [ // AWSRegionList
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // AllRegionsEnabled: true || false,
|
|
55
|
+
* // },
|
|
56
|
+
* // PolicyTypeScope: { // PolicyTypeScope
|
|
57
|
+
* // PolicyTypes: [ // SecurityServiceTypeList
|
|
58
|
+
* // "WAF" || "WAFV2" || "SHIELD_ADVANCED" || "SECURITY_GROUPS_COMMON" || "SECURITY_GROUPS_CONTENT_AUDIT" || "SECURITY_GROUPS_USAGE_AUDIT" || "NETWORK_FIREWALL" || "DNS_FIREWALL" || "THIRD_PARTY_FIREWALL" || "IMPORT_NETWORK_FIREWALL",
|
|
59
|
+
* // ],
|
|
60
|
+
* // AllPolicyTypesEnabled: true || false,
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // Status: "ONBOARDING" || "ONBOARDING_COMPLETE" || "OFFBOARDING" || "OFFBOARDING_COMPLETE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
34
66
|
* ```
|
|
35
67
|
*
|
|
36
68
|
* @param GetAdminScopeCommandInput - {@link GetAdminScopeCommandInput}
|
|
@@ -56,6 +88,8 @@ export interface GetAdminScopeCommandOutput extends GetAdminScopeResponse, __Met
|
|
|
56
88
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
89
|
* <p>The specified resource was not found.</p>
|
|
58
90
|
*
|
|
91
|
+
* @throws {@link FMSServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
93
|
*
|
|
60
94
|
*/
|
|
61
95
|
export declare class GetAdminScopeCommand extends $Command<GetAdminScopeCommandInput, GetAdminScopeCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -32,6 +32,33 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetAppsListCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetAppsListResponse
|
|
36
|
+
* // AppsList: { // AppsListData
|
|
37
|
+
* // ListId: "STRING_VALUE",
|
|
38
|
+
* // ListName: "STRING_VALUE", // required
|
|
39
|
+
* // ListUpdateToken: "STRING_VALUE",
|
|
40
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
41
|
+
* // LastUpdateTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // AppsList: [ // AppsList // required
|
|
43
|
+
* // { // App
|
|
44
|
+
* // AppName: "STRING_VALUE", // required
|
|
45
|
+
* // Protocol: "STRING_VALUE", // required
|
|
46
|
+
* // Port: Number("long"), // required
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // PreviousAppsList: { // PreviousAppsList
|
|
50
|
+
* // "<keys>": [
|
|
51
|
+
* // {
|
|
52
|
+
* // AppName: "STRING_VALUE", // required
|
|
53
|
+
* // Protocol: "STRING_VALUE", // required
|
|
54
|
+
* // Port: Number("long"), // required
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // AppsListArn: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
35
62
|
* ```
|
|
36
63
|
*
|
|
37
64
|
* @param GetAppsListCommandInput - {@link GetAppsListCommandInput}
|
|
@@ -54,6 +81,8 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat
|
|
|
54
81
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
82
|
* <p>The specified resource was not found.</p>
|
|
56
83
|
*
|
|
84
|
+
* @throws {@link FMSServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
57
86
|
*
|
|
58
87
|
*/
|
|
59
88
|
export declare class GetAppsListCommand extends $Command<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -55,6 +55,29 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes
|
|
|
55
55
|
* };
|
|
56
56
|
* const command = new GetComplianceDetailCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
|
+
* // { // GetComplianceDetailResponse
|
|
59
|
+
* // PolicyComplianceDetail: { // PolicyComplianceDetail
|
|
60
|
+
* // PolicyOwner: "STRING_VALUE",
|
|
61
|
+
* // PolicyId: "STRING_VALUE",
|
|
62
|
+
* // MemberAccount: "STRING_VALUE",
|
|
63
|
+
* // Violators: [ // ComplianceViolators
|
|
64
|
+
* // { // ComplianceViolator
|
|
65
|
+
* // ResourceId: "STRING_VALUE",
|
|
66
|
+
* // ViolationReason: "WEB_ACL_MISSING_RULE_GROUP" || "RESOURCE_MISSING_WEB_ACL" || "RESOURCE_INCORRECT_WEB_ACL" || "RESOURCE_MISSING_SHIELD_PROTECTION" || "RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION" || "RESOURCE_MISSING_SECURITY_GROUP" || "RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP" || "SECURITY_GROUP_UNUSED" || "SECURITY_GROUP_REDUNDANT" || "FMS_CREATED_SECURITY_GROUP_EDITED" || "MISSING_FIREWALL" || "MISSING_FIREWALL_SUBNET_IN_AZ" || "MISSING_EXPECTED_ROUTE_TABLE" || "NETWORK_FIREWALL_POLICY_MODIFIED" || "FIREWALL_SUBNET_IS_OUT_OF_SCOPE" || "INTERNET_GATEWAY_MISSING_EXPECTED_ROUTE" || "FIREWALL_SUBNET_MISSING_EXPECTED_ROUTE" || "UNEXPECTED_FIREWALL_ROUTES" || "UNEXPECTED_TARGET_GATEWAY_ROUTES" || "TRAFFIC_INSPECTION_CROSSES_AZ_BOUNDARY" || "INVALID_ROUTE_CONFIGURATION" || "MISSING_TARGET_GATEWAY" || "INTERNET_TRAFFIC_NOT_INSPECTED" || "BLACK_HOLE_ROUTE_DETECTED" || "BLACK_HOLE_ROUTE_DETECTED_IN_FIREWALL_SUBNET" || "RESOURCE_MISSING_DNS_FIREWALL" || "ROUTE_HAS_OUT_OF_SCOPE_ENDPOINT" || "FIREWALL_SUBNET_MISSING_VPCE_ENDPOINT",
|
|
67
|
+
* // ResourceType: "STRING_VALUE",
|
|
68
|
+
* // Metadata: { // ComplianceViolatorMetadata
|
|
69
|
+
* // "<keys>": "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // EvaluationLimitExceeded: true || false,
|
|
74
|
+
* // ExpiredAt: new Date("TIMESTAMP"),
|
|
75
|
+
* // IssueInfoMap: { // IssueInfoMap
|
|
76
|
+
* // "<keys>": "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
58
81
|
* ```
|
|
59
82
|
*
|
|
60
83
|
* @param GetComplianceDetailCommandInput - {@link GetComplianceDetailCommandInput}
|
|
@@ -80,6 +103,8 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes
|
|
|
80
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
104
|
* <p>The specified resource was not found.</p>
|
|
82
105
|
*
|
|
106
|
+
* @throws {@link FMSServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
83
108
|
*
|
|
84
109
|
*/
|
|
85
110
|
export declare class GetComplianceDetailCommand extends $Command<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,11 @@ export interface GetNotificationChannelCommandOutput extends GetNotificationChan
|
|
|
31
31
|
* const input = {};
|
|
32
32
|
* const command = new GetNotificationChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetNotificationChannelResponse
|
|
35
|
+
* // SnsTopicArn: "STRING_VALUE",
|
|
36
|
+
* // SnsRoleName: "STRING_VALUE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
36
41
|
* @param GetNotificationChannelCommandInput - {@link GetNotificationChannelCommandInput}
|
|
@@ -53,6 +58,8 @@ export interface GetNotificationChannelCommandOutput extends GetNotificationChan
|
|
|
53
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
59
|
* <p>The specified resource was not found.</p>
|
|
55
60
|
*
|
|
61
|
+
* @throws {@link FMSServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
56
63
|
*
|
|
57
64
|
*/
|
|
58
65
|
export declare class GetNotificationChannelCommand extends $Command<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,55 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetPolicyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetPolicyResponse
|
|
35
|
+
* // Policy: { // Policy
|
|
36
|
+
* // PolicyId: "STRING_VALUE",
|
|
37
|
+
* // PolicyName: "STRING_VALUE", // required
|
|
38
|
+
* // PolicyUpdateToken: "STRING_VALUE",
|
|
39
|
+
* // SecurityServicePolicyData: { // SecurityServicePolicyData
|
|
40
|
+
* // Type: "WAF" || "WAFV2" || "SHIELD_ADVANCED" || "SECURITY_GROUPS_COMMON" || "SECURITY_GROUPS_CONTENT_AUDIT" || "SECURITY_GROUPS_USAGE_AUDIT" || "NETWORK_FIREWALL" || "DNS_FIREWALL" || "THIRD_PARTY_FIREWALL" || "IMPORT_NETWORK_FIREWALL", // required
|
|
41
|
+
* // ManagedServiceData: "STRING_VALUE",
|
|
42
|
+
* // PolicyOption: { // PolicyOption
|
|
43
|
+
* // NetworkFirewallPolicy: { // NetworkFirewallPolicy
|
|
44
|
+
* // FirewallDeploymentModel: "CENTRALIZED" || "DISTRIBUTED",
|
|
45
|
+
* // },
|
|
46
|
+
* // ThirdPartyFirewallPolicy: { // ThirdPartyFirewallPolicy
|
|
47
|
+
* // FirewallDeploymentModel: "CENTRALIZED" || "DISTRIBUTED",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // ResourceType: "STRING_VALUE", // required
|
|
52
|
+
* // ResourceTypeList: [ // ResourceTypeList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // ResourceTags: [ // ResourceTags
|
|
56
|
+
* // { // ResourceTag
|
|
57
|
+
* // Key: "STRING_VALUE", // required
|
|
58
|
+
* // Value: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // ExcludeResourceTags: true || false, // required
|
|
62
|
+
* // RemediationEnabled: true || false, // required
|
|
63
|
+
* // DeleteUnusedFMManagedResources: true || false,
|
|
64
|
+
* // IncludeMap: { // CustomerPolicyScopeMap
|
|
65
|
+
* // "<keys>": [ // CustomerPolicyScopeIdList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ExcludeMap: {
|
|
70
|
+
* // "<keys>": [
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // ResourceSetIds: [ // ResourceSetIds
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // PolicyDescription: "STRING_VALUE",
|
|
78
|
+
* // PolicyStatus: "ACTIVE" || "OUT_OF_ADMIN_SCOPE",
|
|
79
|
+
* // },
|
|
80
|
+
* // PolicyArn: "STRING_VALUE",
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
34
83
|
* ```
|
|
35
84
|
*
|
|
36
85
|
* @param GetPolicyCommandInput - {@link GetPolicyCommandInput}
|
|
@@ -56,6 +105,8 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
56
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
106
|
* <p>The specified resource was not found.</p>
|
|
58
107
|
*
|
|
108
|
+
* @throws {@link FMSServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
110
|
*
|
|
60
111
|
*/
|
|
61
112
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -37,6 +37,13 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetProtectionStatusCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // GetProtectionStatusResponse
|
|
41
|
+
* // AdminAccountId: "STRING_VALUE",
|
|
42
|
+
* // ServiceType: "WAF" || "WAFV2" || "SHIELD_ADVANCED" || "SECURITY_GROUPS_COMMON" || "SECURITY_GROUPS_CONTENT_AUDIT" || "SECURITY_GROUPS_USAGE_AUDIT" || "NETWORK_FIREWALL" || "DNS_FIREWALL" || "THIRD_PARTY_FIREWALL" || "IMPORT_NETWORK_FIREWALL",
|
|
43
|
+
* // Data: "STRING_VALUE",
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
40
47
|
* ```
|
|
41
48
|
*
|
|
42
49
|
* @param GetProtectionStatusCommandInput - {@link GetProtectionStatusCommandInput}
|
|
@@ -55,6 +62,8 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes
|
|
|
55
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
63
|
* <p>The specified resource was not found.</p>
|
|
57
64
|
*
|
|
65
|
+
* @throws {@link FMSServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
58
67
|
*
|
|
59
68
|
*/
|
|
60
69
|
export declare class GetProtectionStatusCommand extends $Command<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -32,6 +32,25 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetProtocolsListCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetProtocolsListResponse
|
|
36
|
+
* // ProtocolsList: { // ProtocolsListData
|
|
37
|
+
* // ListId: "STRING_VALUE",
|
|
38
|
+
* // ListName: "STRING_VALUE", // required
|
|
39
|
+
* // ListUpdateToken: "STRING_VALUE",
|
|
40
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
41
|
+
* // LastUpdateTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // ProtocolsList: [ // ProtocolsList // required
|
|
43
|
+
* // "STRING_VALUE",
|
|
44
|
+
* // ],
|
|
45
|
+
* // PreviousProtocolsList: { // PreviousProtocolsList
|
|
46
|
+
* // "<keys>": [
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // ProtocolsListArn: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
35
54
|
* ```
|
|
36
55
|
*
|
|
37
56
|
* @param GetProtocolsListCommandInput - {@link GetProtocolsListCommandInput}
|
|
@@ -54,6 +73,8 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse,
|
|
|
54
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
74
|
* <p>The specified resource was not found.</p>
|
|
56
75
|
*
|
|
76
|
+
* @throws {@link FMSServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
57
78
|
*
|
|
58
79
|
*/
|
|
59
80
|
export declare class GetProtocolsListCommand extends $Command<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,21 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetResourceSetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetResourceSetResponse
|
|
35
|
+
* // ResourceSet: { // ResourceSet
|
|
36
|
+
* // Id: "STRING_VALUE",
|
|
37
|
+
* // Name: "STRING_VALUE", // required
|
|
38
|
+
* // Description: "STRING_VALUE",
|
|
39
|
+
* // UpdateToken: "STRING_VALUE",
|
|
40
|
+
* // ResourceTypeList: [ // ResourceTypeList // required
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // LastUpdateTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // ResourceSetStatus: "ACTIVE" || "OUT_OF_ADMIN_SCOPE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ResourceSetArn: "STRING_VALUE", // required
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
34
49
|
* ```
|
|
35
50
|
*
|
|
36
51
|
* @param GetResourceSetCommandInput - {@link GetResourceSetCommandInput}
|
|
@@ -56,6 +71,8 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
|
|
|
56
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
72
|
* <p>The specified resource was not found.</p>
|
|
58
73
|
*
|
|
74
|
+
* @throws {@link FMSServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
76
|
*
|
|
60
77
|
*/
|
|
61
78
|
export declare class GetResourceSetCommand extends $Command<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig> {
|
|
@@ -31,6 +31,11 @@ export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends Get
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetThirdPartyFirewallAssociationStatusCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetThirdPartyFirewallAssociationStatusResponse
|
|
35
|
+
* // ThirdPartyFirewallStatus: "ONBOARDING" || "ONBOARD_COMPLETE" || "OFFBOARDING" || "OFFBOARD_COMPLETE" || "NOT_EXIST",
|
|
36
|
+
* // MarketplaceOnboardingStatus: "NO_SUBSCRIPTION" || "NOT_COMPLETE" || "COMPLETE",
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
36
41
|
* @param GetThirdPartyFirewallAssociationStatusCommandInput - {@link GetThirdPartyFirewallAssociationStatusCommandInput}
|
|
@@ -56,6 +61,8 @@ export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends Get
|
|
|
56
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
62
|
* <p>The specified resource was not found.</p>
|
|
58
63
|
*
|
|
64
|
+
* @throws {@link FMSServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
59
66
|
*
|
|
60
67
|
*/
|
|
61
68
|
export declare class GetThirdPartyFirewallAssociationStatusCommand extends $Command<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig> {
|