@aws-sdk/client-fms 3.300.0 → 3.301.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 +1 -1
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +2 -2
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAppsListCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +1 -1
- package/dist-types/commands/GetAppsListCommand.d.ts +1 -1
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetProtocolsListCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceSetCommand.d.ts +1 -1
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsListsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/PutAppsListCommand.d.ts +7 -7
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +14 -14
- package/dist-types/commands/PutProtocolsListCommand.d.ts +6 -6
- package/dist-types/commands/PutResourceSetCommand.d.ts +5 -5
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -29,7 +29,7 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { FMSClient, AssociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
30
30
|
* // const { FMSClient, AssociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
31
31
|
* const client = new FMSClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // AssociateAdminAccountRequest
|
|
33
33
|
* AdminAccount: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new AssociateAdminAccountCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThird
|
|
|
26
26
|
* import { FMSClient, AssociateThirdPartyFirewallCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, AssociateThirdPartyFirewallCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateThirdPartyFirewallRequest
|
|
30
30
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AssociateThirdPartyFirewallCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface BatchAssociateResourceCommandOutput extends BatchAssociateResou
|
|
|
26
26
|
* import { FMSClient, BatchAssociateResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, BatchAssociateResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchAssociateResourceRequest
|
|
30
30
|
* ResourceSetIdentifier: "STRING_VALUE", // required
|
|
31
|
-
* Items: [ // required
|
|
31
|
+
* Items: [ // IdentifierList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface BatchDisassociateResourceCommandOutput extends BatchDisassociat
|
|
|
26
26
|
* import { FMSClient, BatchDisassociateResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, BatchDisassociateResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchDisassociateResourceRequest
|
|
30
30
|
* ResourceSetIdentifier: "STRING_VALUE", // required
|
|
31
|
-
* Items: [ // required
|
|
31
|
+
* Items: [ // IdentifierList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { FMSClient, DeleteAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, DeleteAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAppsListRequest
|
|
30
30
|
* ListId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppsListCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { FMSClient, DeletePolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, DeletePolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePolicyRequest
|
|
30
30
|
* PolicyId: "STRING_VALUE", // required
|
|
31
31
|
* DeleteAllPolicyResources: true || false,
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { FMSClient, DeleteProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, DeleteProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteProtocolsListRequest
|
|
30
30
|
* ListId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteProtocolsListCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { FMSClient, DeleteResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, DeleteResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteResourceSetRequest
|
|
30
30
|
* Identifier: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourceSetCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DisassociateThirdPartyFirewallCommandOutput extends Disassociat
|
|
|
26
26
|
* import { FMSClient, DisassociateThirdPartyFirewallCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, DisassociateThirdPartyFirewallCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisassociateThirdPartyFirewallRequest
|
|
30
30
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisassociateThirdPartyFirewallCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetAppsListCommandOutput extends GetAppsListResponse, __Metadat
|
|
|
26
26
|
* import { FMSClient, GetAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAppsListRequest
|
|
30
30
|
* ListId: "STRING_VALUE", // required
|
|
31
31
|
* DefaultList: true || false,
|
|
32
32
|
* };
|
|
@@ -49,7 +49,7 @@ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailRes
|
|
|
49
49
|
* import { FMSClient, GetComplianceDetailCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
50
50
|
* // const { FMSClient, GetComplianceDetailCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
51
51
|
* const client = new FMSClient(config);
|
|
52
|
-
* const input = {
|
|
52
|
+
* const input = { // GetComplianceDetailRequest
|
|
53
53
|
* PolicyId: "STRING_VALUE", // required
|
|
54
54
|
* MemberAccount: "STRING_VALUE", // required
|
|
55
55
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
26
26
|
* import { FMSClient, GetPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPolicyRequest
|
|
30
30
|
* PolicyId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetPolicyCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusRes
|
|
|
27
27
|
* import { FMSClient, GetProtectionStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
28
28
|
* // const { FMSClient, GetProtectionStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
29
29
|
* const client = new FMSClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetProtectionStatusRequest
|
|
31
31
|
* PolicyId: "STRING_VALUE", // required
|
|
32
32
|
* MemberAccountId: "STRING_VALUE",
|
|
33
33
|
* StartTime: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse,
|
|
|
26
26
|
* import { FMSClient, GetProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetProtocolsListRequest
|
|
30
30
|
* ListId: "STRING_VALUE", // required
|
|
31
31
|
* DefaultList: true || false,
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __M
|
|
|
26
26
|
* import { FMSClient, GetResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetResourceSetRequest
|
|
30
30
|
* Identifier: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetResourceSetCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends Get
|
|
|
26
26
|
* import { FMSClient, GetThirdPartyFirewallAssociationStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetThirdPartyFirewallAssociationStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetThirdPartyFirewallAssociationStatusRequest
|
|
30
30
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetThirdPartyFirewallAssociationStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
|
|
|
26
26
|
* import { FMSClient, GetViolationDetailsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, GetViolationDetailsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetViolationDetailsRequest
|
|
30
30
|
* PolicyId: "STRING_VALUE", // required
|
|
31
31
|
* MemberAccount: "STRING_VALUE", // required
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __Met
|
|
|
26
26
|
* import { FMSClient, ListAppsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListAppsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAppsListsRequest
|
|
30
30
|
* DefaultLists: true || false,
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"), // required
|
|
@@ -28,7 +28,7 @@ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusR
|
|
|
28
28
|
* import { FMSClient, ListComplianceStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
29
29
|
* // const { FMSClient, ListComplianceStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
30
30
|
* const client = new FMSClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListComplianceStatusRequest
|
|
32
32
|
* PolicyId: "STRING_VALUE", // required
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
@@ -26,8 +26,8 @@ export interface ListDiscoveredResourcesCommandOutput extends ListDiscoveredReso
|
|
|
26
26
|
* import { FMSClient, ListDiscoveredResourcesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListDiscoveredResourcesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* MemberAccountIds: [ // required
|
|
29
|
+
* const input = { // ListDiscoveredResourcesRequest
|
|
30
|
+
* MemberAccountIds: [ // AWSAccountIdList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* ResourceType: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsRespo
|
|
|
29
29
|
* import { FMSClient, ListMemberAccountsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
30
30
|
* // const { FMSClient, ListMemberAccountsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
31
31
|
* const client = new FMSClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListMemberAccountsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
35
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
|
|
|
26
26
|
* import { FMSClient, ListPoliciesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListPoliciesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListPoliciesRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListProtocolsListsCommandOutput extends ListProtocolsListsRespo
|
|
|
26
26
|
* import { FMSClient, ListProtocolsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListProtocolsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListProtocolsListsRequest
|
|
30
30
|
* DefaultLists: true || false,
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"), // required
|
|
@@ -26,7 +26,7 @@ export interface ListResourceSetResourcesCommandOutput extends ListResourceSetRe
|
|
|
26
26
|
* import { FMSClient, ListResourceSetResourcesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListResourceSetResourcesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListResourceSetResourcesRequest
|
|
30
30
|
* Identifier: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListResourceSetsCommandOutput extends ListResourceSetsResponse,
|
|
|
26
26
|
* import { FMSClient, ListResourceSetsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListResourceSetsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListResourceSetsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { FMSClient, ListTagsForResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListThirdPartyFirewallFirewallPoliciesCommandOutput extends Lis
|
|
|
26
26
|
* import { FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListThirdPartyFirewallFirewallPoliciesRequest
|
|
30
30
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"), // required
|
|
@@ -26,21 +26,21 @@ export interface PutAppsListCommandOutput extends PutAppsListResponse, __Metadat
|
|
|
26
26
|
* import { FMSClient, PutAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, PutAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AppsList: {
|
|
29
|
+
* const input = { // PutAppsListRequest
|
|
30
|
+
* AppsList: { // AppsListData
|
|
31
31
|
* ListId: "STRING_VALUE",
|
|
32
32
|
* ListName: "STRING_VALUE", // required
|
|
33
33
|
* ListUpdateToken: "STRING_VALUE",
|
|
34
34
|
* CreateTime: new Date("TIMESTAMP"),
|
|
35
35
|
* LastUpdateTime: new Date("TIMESTAMP"),
|
|
36
|
-
* AppsList: [ // required
|
|
37
|
-
* {
|
|
36
|
+
* AppsList: [ // AppsList // required
|
|
37
|
+
* { // App
|
|
38
38
|
* AppName: "STRING_VALUE", // required
|
|
39
39
|
* Protocol: "STRING_VALUE", // required
|
|
40
40
|
* Port: Number("long"), // required
|
|
41
41
|
* },
|
|
42
42
|
* ],
|
|
43
|
-
* PreviousAppsList: {
|
|
43
|
+
* PreviousAppsList: { // PreviousAppsList
|
|
44
44
|
* "<keys>": [
|
|
45
45
|
* {
|
|
46
46
|
* AppName: "STRING_VALUE", // required
|
|
@@ -50,8 +50,8 @@ export interface PutAppsListCommandOutput extends PutAppsListResponse, __Metadat
|
|
|
50
50
|
* ],
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
|
-
* TagList: [
|
|
54
|
-
* {
|
|
53
|
+
* TagList: [ // TagList
|
|
54
|
+
* { // Tag
|
|
55
55
|
* Key: "STRING_VALUE", // required
|
|
56
56
|
* Value: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
@@ -30,7 +30,7 @@ export interface PutNotificationChannelCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { FMSClient, PutNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
31
31
|
* // const { FMSClient, PutNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
32
32
|
* const client = new FMSClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // PutNotificationChannelRequest
|
|
34
34
|
* SnsTopicArn: "STRING_VALUE", // required
|
|
35
35
|
* SnsRoleName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -58,29 +58,29 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
|
|
|
58
58
|
* import { FMSClient, PutPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
59
59
|
* // const { FMSClient, PutPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
60
60
|
* const client = new FMSClient(config);
|
|
61
|
-
* const input = {
|
|
62
|
-
* Policy: {
|
|
61
|
+
* const input = { // PutPolicyRequest
|
|
62
|
+
* Policy: { // Policy
|
|
63
63
|
* PolicyId: "STRING_VALUE",
|
|
64
64
|
* PolicyName: "STRING_VALUE", // required
|
|
65
65
|
* PolicyUpdateToken: "STRING_VALUE",
|
|
66
|
-
* SecurityServicePolicyData: {
|
|
66
|
+
* SecurityServicePolicyData: { // SecurityServicePolicyData
|
|
67
67
|
* 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
|
|
68
68
|
* ManagedServiceData: "STRING_VALUE",
|
|
69
|
-
* PolicyOption: {
|
|
70
|
-
* NetworkFirewallPolicy: {
|
|
69
|
+
* PolicyOption: { // PolicyOption
|
|
70
|
+
* NetworkFirewallPolicy: { // NetworkFirewallPolicy
|
|
71
71
|
* FirewallDeploymentModel: "CENTRALIZED" || "DISTRIBUTED",
|
|
72
72
|
* },
|
|
73
|
-
* ThirdPartyFirewallPolicy: {
|
|
73
|
+
* ThirdPartyFirewallPolicy: { // ThirdPartyFirewallPolicy
|
|
74
74
|
* FirewallDeploymentModel: "CENTRALIZED" || "DISTRIBUTED",
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
77
|
* },
|
|
78
78
|
* ResourceType: "STRING_VALUE", // required
|
|
79
|
-
* ResourceTypeList: [
|
|
79
|
+
* ResourceTypeList: [ // ResourceTypeList
|
|
80
80
|
* "STRING_VALUE",
|
|
81
81
|
* ],
|
|
82
|
-
* ResourceTags: [
|
|
83
|
-
* {
|
|
82
|
+
* ResourceTags: [ // ResourceTags
|
|
83
|
+
* { // ResourceTag
|
|
84
84
|
* Key: "STRING_VALUE", // required
|
|
85
85
|
* Value: "STRING_VALUE",
|
|
86
86
|
* },
|
|
@@ -88,8 +88,8 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
|
|
|
88
88
|
* ExcludeResourceTags: true || false, // required
|
|
89
89
|
* RemediationEnabled: true || false, // required
|
|
90
90
|
* DeleteUnusedFMManagedResources: true || false,
|
|
91
|
-
* IncludeMap: {
|
|
92
|
-
* "<keys>": [
|
|
91
|
+
* IncludeMap: { // CustomerPolicyScopeMap
|
|
92
|
+
* "<keys>": [ // CustomerPolicyScopeIdList
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
95
95
|
* },
|
|
@@ -98,13 +98,13 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
|
|
|
98
98
|
* "STRING_VALUE",
|
|
99
99
|
* ],
|
|
100
100
|
* },
|
|
101
|
-
* ResourceSetIds: [
|
|
101
|
+
* ResourceSetIds: [ // ResourceSetIds
|
|
102
102
|
* "STRING_VALUE",
|
|
103
103
|
* ],
|
|
104
104
|
* PolicyDescription: "STRING_VALUE",
|
|
105
105
|
* },
|
|
106
|
-
* TagList: [
|
|
107
|
-
* {
|
|
106
|
+
* TagList: [ // TagList
|
|
107
|
+
* { // Tag
|
|
108
108
|
* Key: "STRING_VALUE", // required
|
|
109
109
|
* Value: "STRING_VALUE", // required
|
|
110
110
|
* },
|
|
@@ -26,24 +26,24 @@ export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse,
|
|
|
26
26
|
* import { FMSClient, PutProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, PutProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ProtocolsList: {
|
|
29
|
+
* const input = { // PutProtocolsListRequest
|
|
30
|
+
* ProtocolsList: { // ProtocolsListData
|
|
31
31
|
* ListId: "STRING_VALUE",
|
|
32
32
|
* ListName: "STRING_VALUE", // required
|
|
33
33
|
* ListUpdateToken: "STRING_VALUE",
|
|
34
34
|
* CreateTime: new Date("TIMESTAMP"),
|
|
35
35
|
* LastUpdateTime: new Date("TIMESTAMP"),
|
|
36
|
-
* ProtocolsList: [ // required
|
|
36
|
+
* ProtocolsList: [ // ProtocolsList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
|
-
* PreviousProtocolsList: {
|
|
39
|
+
* PreviousProtocolsList: { // PreviousProtocolsList
|
|
40
40
|
* "<keys>": [
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* TagList: [
|
|
46
|
-
* {
|
|
45
|
+
* TagList: [ // TagList
|
|
46
|
+
* { // Tag
|
|
47
47
|
* Key: "STRING_VALUE", // required
|
|
48
48
|
* Value: "STRING_VALUE", // required
|
|
49
49
|
* },
|
|
@@ -27,19 +27,19 @@ export interface PutResourceSetCommandOutput extends PutResourceSetResponse, __M
|
|
|
27
27
|
* import { FMSClient, PutResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
28
28
|
* // const { FMSClient, PutResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
29
29
|
* const client = new FMSClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* ResourceSet: {
|
|
30
|
+
* const input = { // PutResourceSetRequest
|
|
31
|
+
* ResourceSet: { // ResourceSet
|
|
32
32
|
* Id: "STRING_VALUE",
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Description: "STRING_VALUE",
|
|
35
35
|
* UpdateToken: "STRING_VALUE",
|
|
36
|
-
* ResourceTypeList: [ // required
|
|
36
|
+
* ResourceTypeList: [ // ResourceTypeList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* LastUpdateTime: new Date("TIMESTAMP"),
|
|
40
40
|
* },
|
|
41
|
-
* TagList: [
|
|
42
|
-
* {
|
|
41
|
+
* TagList: [ // TagList
|
|
42
|
+
* { // Tag
|
|
43
43
|
* Key: "STRING_VALUE", // required
|
|
44
44
|
* Value: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { FMSClient, TagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, TagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagList: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* TagList: [ // TagList // required
|
|
32
|
+
* { // Tag
|
|
33
33
|
* Key: "STRING_VALUE", // required
|
|
34
34
|
* Value: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { FMSClient, UntagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
27
27
|
* // const { FMSClient, UntagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
28
28
|
* const client = new FMSClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|