@aws-sdk/client-fms 3.890.0 → 3.893.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 +2 -0
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +2 -0
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppsListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +2 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetAdminScopeCommand.d.ts +2 -0
- package/dist-types/commands/GetAppsListCommand.d.ts +2 -0
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +2 -0
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetProtocolsListCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +2 -0
- package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +2 -0
- package/dist-types/commands/ListAppsListsCommand.d.ts +2 -0
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/PutAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/PutAppsListCommand.d.ts +2 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutProtocolsListCommand.d.ts +2 -0
- package/dist-types/commands/PutResourceSetCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -34,6 +34,8 @@ declare const AssociateAdminAccountCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, AssociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, AssociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = { // AssociateAdminAccountRequest
|
|
39
41
|
* AdminAccount: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateThirdPartyFirewallCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, AssociateThirdPartyFirewallCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, AssociateThirdPartyFirewallCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // AssociateThirdPartyFirewallRequest
|
|
38
40
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchAssociateResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, BatchAssociateResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, BatchAssociateResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // BatchAssociateResourceRequest
|
|
38
40
|
* ResourceSetIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchDisassociateResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, BatchDisassociateResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, BatchDisassociateResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // BatchDisassociateResourceRequest
|
|
38
40
|
* ResourceSetIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAppsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, DeleteAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, DeleteAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // DeleteAppsListRequest
|
|
38
40
|
* ListId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteNotificationChannelCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, DeleteNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, DeleteNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new DeleteNotificationChannelCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DeletePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, DeletePolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, DeletePolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // DeletePolicyRequest
|
|
38
40
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteProtocolsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, DeleteProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, DeleteProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // DeleteProtocolsListRequest
|
|
38
40
|
* ListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, DeleteResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, DeleteResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // DeleteResourceSetRequest
|
|
38
40
|
* Identifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisassociateAdminAccountCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, DisassociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, DisassociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new DisassociateAdminAccountCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, DisassociateThirdPartyFirewallCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, DisassociateThirdPartyFirewallCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // DisassociateThirdPartyFirewallRequest
|
|
38
40
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
@@ -34,6 +34,8 @@ declare const GetAdminAccountCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, GetAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, GetAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new GetAdminAccountCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetAdminScopeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetAdminScopeCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetAdminScopeCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetAdminScopeRequest
|
|
38
40
|
* AdminAccount: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAppsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetAppsListRequest
|
|
38
40
|
* ListId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetComplianceDetailCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FMSClient, GetComplianceDetailCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
37
37
|
* // const { FMSClient, GetComplianceDetailCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
38
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
39
|
+
* const config = {}; // type is FMSClientConfig
|
|
38
40
|
* const client = new FMSClient(config);
|
|
39
41
|
* const input = { // GetComplianceDetailRequest
|
|
40
42
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetNotificationChannelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FMSClient, GetNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
37
37
|
* // const { FMSClient, GetNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
38
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
39
|
+
* const config = {}; // type is FMSClientConfig
|
|
38
40
|
* const client = new FMSClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetNotificationChannelCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetPolicyRequest
|
|
38
40
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetProtectionStatusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, GetProtectionStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, GetProtectionStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = { // GetProtectionStatusRequest
|
|
39
41
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProtocolsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetProtocolsListRequest
|
|
38
40
|
* ListId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourceSetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetResourceSetRequest
|
|
38
40
|
* Identifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetThirdPartyFirewallAssociationStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetThirdPartyFirewallAssociationStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetThirdPartyFirewallAssociationStatusRequest
|
|
38
40
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
@@ -33,6 +33,8 @@ declare const GetViolationDetailsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, GetViolationDetailsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, GetViolationDetailsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // GetViolationDetailsRequest
|
|
38
40
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAdminAccountsForOrganizationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, ListAdminAccountsForOrganizationCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, ListAdminAccountsForOrganizationCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = { // ListAdminAccountsForOrganizationRequest
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAdminsManagingAccountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListAdminsManagingAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListAdminsManagingAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListAdminsManagingAccountRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAppsListsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListAppsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListAppsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListAppsListsRequest
|
|
38
40
|
* DefaultLists: true || false,
|
|
@@ -35,6 +35,8 @@ declare const ListComplianceStatusCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FMSClient, ListComplianceStatusCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
37
37
|
* // const { FMSClient, ListComplianceStatusCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
38
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
39
|
+
* const config = {}; // type is FMSClientConfig
|
|
38
40
|
* const client = new FMSClient(config);
|
|
39
41
|
* const input = { // ListComplianceStatusRequest
|
|
40
42
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDiscoveredResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListDiscoveredResourcesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListDiscoveredResourcesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListDiscoveredResourcesRequest
|
|
38
40
|
* MemberAccountIds: [ // AWSAccountIdList // required
|
|
@@ -35,6 +35,8 @@ declare const ListMemberAccountsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { FMSClient, ListMemberAccountsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
37
37
|
* // const { FMSClient, ListMemberAccountsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
38
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
39
|
+
* const config = {}; // type is FMSClientConfig
|
|
38
40
|
* const client = new FMSClient(config);
|
|
39
41
|
* const input = { // ListMemberAccountsRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListPoliciesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListPoliciesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListPoliciesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProtocolsListsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListProtocolsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListProtocolsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListProtocolsListsRequest
|
|
38
40
|
* DefaultLists: true || false,
|
|
@@ -33,6 +33,8 @@ declare const ListResourceSetResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListResourceSetResourcesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListResourceSetResourcesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListResourceSetResourcesRequest
|
|
38
40
|
* Identifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourceSetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListResourceSetsCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListResourceSetsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListResourceSetsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListTagsForResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListThirdPartyFirewallFirewallPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, ListThirdPartyFirewallFirewallPoliciesCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // ListThirdPartyFirewallFirewallPoliciesRequest
|
|
38
40
|
* ThirdPartyFirewall: "PALO_ALTO_NETWORKS_CLOUD_NGFW" || "FORTIGATE_CLOUD_NATIVE_FIREWALL", // required
|
|
@@ -34,6 +34,8 @@ declare const PutAdminAccountCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, PutAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, PutAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = { // PutAdminAccountRequest
|
|
39
41
|
* AdminAccount: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutAppsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, PutAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, PutAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // PutAppsListRequest
|
|
38
40
|
* AppsList: { // AppsListData
|
|
@@ -36,6 +36,8 @@ declare const PutNotificationChannelCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { FMSClient, PutNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
38
38
|
* // const { FMSClient, PutNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
39
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
40
|
+
* const config = {}; // type is FMSClientConfig
|
|
39
41
|
* const client = new FMSClient(config);
|
|
40
42
|
* const input = { // PutNotificationChannelRequest
|
|
41
43
|
* SnsTopicArn: "STRING_VALUE", // required
|
|
@@ -89,6 +89,8 @@ declare const PutPolicyCommand_base: {
|
|
|
89
89
|
* ```javascript
|
|
90
90
|
* import { FMSClient, PutPolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
91
91
|
* // const { FMSClient, PutPolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
92
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
93
|
+
* const config = {}; // type is FMSClientConfig
|
|
92
94
|
* const client = new FMSClient(config);
|
|
93
95
|
* const input = { // PutPolicyRequest
|
|
94
96
|
* Policy: { // Policy
|
|
@@ -33,6 +33,8 @@ declare const PutProtocolsListCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, PutProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, PutProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // PutProtocolsListRequest
|
|
38
40
|
* ProtocolsList: { // ProtocolsListData
|
|
@@ -34,6 +34,8 @@ declare const PutResourceSetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { FMSClient, PutResourceSetCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
36
36
|
* // const { FMSClient, PutResourceSetCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
37
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
38
|
+
* const config = {}; // type is FMSClientConfig
|
|
37
39
|
* const client = new FMSClient(config);
|
|
38
40
|
* const input = { // PutResourceSetRequest
|
|
39
41
|
* ResourceSet: { // ResourceSet
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, TagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, TagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { FMSClient, UntagResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
35
35
|
* // const { FMSClient, UntagResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
36
|
+
* // import type { FMSClientConfig } from "@aws-sdk/client-fms";
|
|
37
|
+
* const config = {}; // type is FMSClientConfig
|
|
36
38
|
* const client = new FMSClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fms",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|