@aws-sdk/client-fms 3.1045.0 → 3.1046.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +100 -101
- package/dist-cjs/models/FMSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/FMS.js +1 -1
- package/dist-es/FMSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAdminAccountCommand.js +2 -2
- package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +2 -2
- package/dist-es/commands/BatchAssociateResourceCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateResourceCommand.js +2 -2
- package/dist-es/commands/DeleteAppsListCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationChannelCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteProtocolsListCommand.js +2 -2
- package/dist-es/commands/DeleteResourceSetCommand.js +2 -2
- package/dist-es/commands/DisassociateAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +2 -2
- package/dist-es/commands/GetAdminAccountCommand.js +2 -2
- package/dist-es/commands/GetAdminScopeCommand.js +2 -2
- package/dist-es/commands/GetAppsListCommand.js +2 -2
- package/dist-es/commands/GetComplianceDetailCommand.js +2 -2
- package/dist-es/commands/GetNotificationChannelCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProtectionStatusCommand.js +2 -2
- package/dist-es/commands/GetProtocolsListCommand.js +2 -2
- package/dist-es/commands/GetResourceSetCommand.js +2 -2
- package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +2 -2
- package/dist-es/commands/GetViolationDetailsCommand.js +2 -2
- package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAdminsManagingAccountCommand.js +2 -2
- package/dist-es/commands/ListAppsListsCommand.js +2 -2
- package/dist-es/commands/ListComplianceStatusCommand.js +2 -2
- package/dist-es/commands/ListDiscoveredResourcesCommand.js +2 -2
- package/dist-es/commands/ListMemberAccountsCommand.js +2 -2
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListProtocolsListsCommand.js +2 -2
- package/dist-es/commands/ListResourceSetResourcesCommand.js +2 -2
- package/dist-es/commands/ListResourceSetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +2 -2
- package/dist-es/commands/PutAdminAccountCommand.js +2 -2
- package/dist-es/commands/PutAppsListCommand.js +2 -2
- package/dist-es/commands/PutNotificationChannelCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/PutProtocolsListCommand.js +2 -2
- package/dist-es/commands/PutResourceSetCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/FMSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/FMSClient.d.ts +5 -5
- package/dist-types/commands/AssociateAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -4
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +6 -4
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppsListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -4
- package/dist-types/commands/GetAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetAdminScopeCommand.d.ts +6 -4
- package/dist-types/commands/GetAppsListCommand.d.ts +6 -4
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +6 -4
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetProtocolsListCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceSetCommand.d.ts +6 -4
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +6 -4
- package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +6 -4
- package/dist-types/commands/ListAppsListsCommand.d.ts +6 -4
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/PutAdminAccountCommand.d.ts +6 -4
- package/dist-types/commands/PutAppsListCommand.d.ts +6 -4
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +6 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutProtocolsListCommand.d.ts +6 -4
- package/dist-types/commands/PutResourceSetCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/FMSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/FMSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchAssociateResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDisassociateResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAdminScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProtocolsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAdminAccountsForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAdminsManagingAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtocolsListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceSetResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAdminAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutProtocolsListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourceSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/FMSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AssociateAdminAccountCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AssociateAdminAccountCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AssociateAdminAccountCommandInput,
|
|
19
19
|
AssociateAdminAccountCommandOutput,
|
|
20
20
|
FMSClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AssociateAdminAccountCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: AssociateAdminAccountCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AssociateAdminAccountCommandInput,
|
|
28
28
|
AssociateAdminAccountCommandOutput,
|
|
29
29
|
FMSClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AssociateThirdPartyFirewallCommandOutput
|
|
|
19
19
|
declare const AssociateThirdPartyFirewallCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateThirdPartyFirewallCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateThirdPartyFirewallCommandInput,
|
|
24
24
|
AssociateThirdPartyFirewallCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateThirdPartyFirewallCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateThirdPartyFirewallCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateThirdPartyFirewallCommandInput,
|
|
33
33
|
AssociateThirdPartyFirewallCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchAssociateResourceCommandOutput
|
|
|
19
19
|
declare const BatchAssociateResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchAssociateResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchAssociateResourceCommandInput,
|
|
24
24
|
BatchAssociateResourceCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchAssociateResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchAssociateResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchAssociateResourceCommandInput,
|
|
33
33
|
BatchAssociateResourceCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDisassociateResourceCommandOutput
|
|
|
19
19
|
declare const BatchDisassociateResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDisassociateResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDisassociateResourceCommandInput,
|
|
24
24
|
BatchDisassociateResourceCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDisassociateResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDisassociateResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDisassociateResourceCommandInput,
|
|
33
33
|
BatchDisassociateResourceCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteAppsListCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteAppsListCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteAppsListCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteAppsListCommandInput,
|
|
18
18
|
DeleteAppsListCommandOutput,
|
|
19
19
|
FMSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteAppsListCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteAppsListCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteAppsListCommandInput,
|
|
27
27
|
DeleteAppsListCommandOutput,
|
|
28
28
|
FMSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteNotificationChannelCommandOutput
|
|
|
15
15
|
declare const DeleteNotificationChannelCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteNotificationChannelCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteNotificationChannelCommandInput,
|
|
20
20
|
DeleteNotificationChannelCommandOutput,
|
|
21
21
|
FMSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteNotificationChannelCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DeleteNotificationChannelCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteNotificationChannelCommandInput,
|
|
29
29
|
DeleteNotificationChannelCommandOutput,
|
|
30
30
|
FMSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeletePolicyCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeletePolicyCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeletePolicyCommandInput,
|
|
18
18
|
DeletePolicyCommandOutput,
|
|
19
19
|
FMSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeletePolicyCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeletePolicyCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeletePolicyCommandInput,
|
|
27
27
|
DeletePolicyCommandOutput,
|
|
28
28
|
FMSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteProtocolsListCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteProtocolsListCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteProtocolsListCommandInput,
|
|
19
19
|
DeleteProtocolsListCommandOutput,
|
|
20
20
|
FMSClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteProtocolsListCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteProtocolsListCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteProtocolsListCommandInput,
|
|
28
28
|
DeleteProtocolsListCommandOutput,
|
|
29
29
|
FMSClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteResourceSetCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteResourceSetCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteResourceSetCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteResourceSetCommandInput,
|
|
19
19
|
DeleteResourceSetCommandOutput,
|
|
20
20
|
FMSClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteResourceSetCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteResourceSetCommandInput,
|
|
28
28
|
DeleteResourceSetCommandOutput,
|
|
29
29
|
FMSClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DisassociateAdminAccountCommandOutput
|
|
|
15
15
|
declare const DisassociateAdminAccountCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DisassociateAdminAccountCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DisassociateAdminAccountCommandInput,
|
|
20
20
|
DisassociateAdminAccountCommandOutput,
|
|
21
21
|
FMSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DisassociateAdminAccountCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DisassociateAdminAccountCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DisassociateAdminAccountCommandInput,
|
|
29
29
|
DisassociateAdminAccountCommandOutput,
|
|
30
30
|
FMSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateThirdPartyFirewallCommandOutput
|
|
|
19
19
|
declare const DisassociateThirdPartyFirewallCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateThirdPartyFirewallCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateThirdPartyFirewallCommandInput,
|
|
24
24
|
DisassociateThirdPartyFirewallCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateThirdPartyFirewallCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateThirdPartyFirewallCommandInput,
|
|
33
33
|
DisassociateThirdPartyFirewallCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetAdminAccountCommandOutput
|
|
|
18
18
|
declare const GetAdminAccountCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetAdminAccountCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetAdminAccountCommandInput,
|
|
23
23
|
GetAdminAccountCommandOutput,
|
|
24
24
|
FMSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetAdminAccountCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [GetAdminAccountCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetAdminAccountCommandInput,
|
|
32
32
|
GetAdminAccountCommandOutput,
|
|
33
33
|
FMSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetAdminScopeCommandOutput
|
|
|
18
18
|
declare const GetAdminScopeCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetAdminScopeCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetAdminScopeCommandInput,
|
|
23
23
|
GetAdminScopeCommandOutput,
|
|
24
24
|
FMSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetAdminScopeCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetAdminScopeCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetAdminScopeCommandInput,
|
|
32
32
|
GetAdminScopeCommandOutput,
|
|
33
33
|
FMSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetAppsListCommandOutput
|
|
|
15
15
|
declare const GetAppsListCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetAppsListCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetAppsListCommandInput,
|
|
20
20
|
GetAppsListCommandOutput,
|
|
21
21
|
FMSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetAppsListCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetAppsListCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetAppsListCommandInput,
|
|
29
29
|
GetAppsListCommandOutput,
|
|
30
30
|
FMSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetAppsListCommand extends GetAppsListCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetComplianceDetailCommandOutput
|
|
|
19
19
|
declare const GetComplianceDetailCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetComplianceDetailCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetComplianceDetailCommandInput,
|
|
24
24
|
GetComplianceDetailCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetComplianceDetailCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetComplianceDetailCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetComplianceDetailCommandInput,
|
|
33
33
|
GetComplianceDetailCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetNotificationChannelCommandOutput
|
|
|
19
19
|
declare const GetNotificationChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetNotificationChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetNotificationChannelCommandInput,
|
|
24
24
|
GetNotificationChannelCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetNotificationChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetNotificationChannelCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetNotificationChannelCommandInput,
|
|
33
33
|
GetNotificationChannelCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetPolicyCommandOutput
|
|
|
13
13
|
extends GetPolicyResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetPolicyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetPolicyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetPolicyCommandInput,
|
|
20
18
|
GetPolicyCommandOutput,
|
|
21
19
|
FMSClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetPolicyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetPolicyCommandInput,
|
|
29
25
|
GetPolicyCommandOutput,
|
|
30
26
|
FMSClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetProtectionStatusCommandOutput
|
|
|
19
19
|
declare const GetProtectionStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetProtectionStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetProtectionStatusCommandInput,
|
|
24
24
|
GetProtectionStatusCommandOutput,
|
|
25
25
|
FMSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetProtectionStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetProtectionStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetProtectionStatusCommandInput,
|
|
33
33
|
GetProtectionStatusCommandOutput,
|
|
34
34
|
FMSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
FMSClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetProtocolsListCommandOutput
|
|
|
18
18
|
declare const GetProtocolsListCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetProtocolsListCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetProtocolsListCommandInput,
|
|
23
23
|
GetProtocolsListCommandOutput,
|
|
24
24
|
FMSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetProtocolsListCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetProtocolsListCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetProtocolsListCommandInput,
|
|
32
32
|
GetProtocolsListCommandOutput,
|
|
33
33
|
FMSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {
|
|
40
42
|
protected static __types: {
|