@aws-sdk/client-fms 3.49.0 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/FMS.d.ts +0 -135
- package/dist-types/ts3.4/FMSClient.d.ts +0 -99
- package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -26
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1432
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAppsListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
|
|
5
|
-
export interface ListComplianceStatusCommandInput extends ListComplianceStatusRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListComplianceStatusCommandOutput extends ListComplianceStatusResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListComplianceStatusCommand extends $Command<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListComplianceStatusCommandInput;
|
|
12
|
-
constructor(input: ListComplianceStatusCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListMemberAccountsCommandInput extends ListMemberAccountsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListMemberAccountsCommand extends $Command<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListMemberAccountsCommandInput;
|
|
12
|
-
constructor(input: ListMemberAccountsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListPoliciesCommandInput extends ListPoliciesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListPoliciesCommandInput;
|
|
12
|
-
constructor(input: ListPoliciesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListProtocolsListsCommandInput extends ListProtocolsListsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListProtocolsListsCommandOutput extends ListProtocolsListsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListProtocolsListsCommand extends $Command<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListProtocolsListsCommandInput;
|
|
12
|
-
constructor(input: ListProtocolsListsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { PutAppsListRequest, PutAppsListResponse } from "../models/models_0";
|
|
5
|
-
export interface PutAppsListCommandInput extends PutAppsListRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutAppsListCommandOutput extends PutAppsListResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutAppsListCommand extends $Command<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: PutAppsListCommandInput;
|
|
12
|
-
constructor(input: PutAppsListCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAppsListCommandInput, PutAppsListCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { PutNotificationChannelRequest } from "../models/models_0";
|
|
5
|
-
export interface PutNotificationChannelCommandInput extends PutNotificationChannelRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutNotificationChannelCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutNotificationChannelCommand extends $Command<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: PutNotificationChannelCommandInput;
|
|
12
|
-
constructor(input: PutNotificationChannelCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { PutPolicyRequest, PutPolicyResponse } from "../models/models_0";
|
|
5
|
-
export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: PutPolicyCommandInput;
|
|
12
|
-
constructor(input: PutPolicyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0";
|
|
5
|
-
export interface PutProtocolsListCommandInput extends PutProtocolsListRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutProtocolsListCommand extends $Command<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: PutProtocolsListCommandInput;
|
|
12
|
-
constructor(input: PutProtocolsListCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProtocolsListCommandInput, PutProtocolsListCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateAdminAccountCommand";
|
|
2
|
-
export * from "./DeleteAppsListCommand";
|
|
3
|
-
export * from "./DeleteNotificationChannelCommand";
|
|
4
|
-
export * from "./DeletePolicyCommand";
|
|
5
|
-
export * from "./DeleteProtocolsListCommand";
|
|
6
|
-
export * from "./DisassociateAdminAccountCommand";
|
|
7
|
-
export * from "./GetAdminAccountCommand";
|
|
8
|
-
export * from "./GetAppsListCommand";
|
|
9
|
-
export * from "./GetComplianceDetailCommand";
|
|
10
|
-
export * from "./GetNotificationChannelCommand";
|
|
11
|
-
export * from "./GetPolicyCommand";
|
|
12
|
-
export * from "./GetProtectionStatusCommand";
|
|
13
|
-
export * from "./GetProtocolsListCommand";
|
|
14
|
-
export * from "./GetViolationDetailsCommand";
|
|
15
|
-
export * from "./ListAppsListsCommand";
|
|
16
|
-
export * from "./ListComplianceStatusCommand";
|
|
17
|
-
export * from "./ListMemberAccountsCommand";
|
|
18
|
-
export * from "./ListPoliciesCommand";
|
|
19
|
-
export * from "./ListProtocolsListsCommand";
|
|
20
|
-
export * from "./ListTagsForResourceCommand";
|
|
21
|
-
export * from "./PutAppsListCommand";
|
|
22
|
-
export * from "./PutNotificationChannelCommand";
|
|
23
|
-
export * from "./PutPolicyCommand";
|
|
24
|
-
export * from "./PutProtocolsListCommand";
|
|
25
|
-
export * from "./TagResourceCommand";
|
|
26
|
-
export * from "./UntagResourceCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|