@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
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class FMSServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultFMSHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "./commands/AssociateAdminAccountCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { AssociateAdminAccountRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateAdminAccountCommandInput extends AssociateAdminAccount
|
|
|
22
22
|
export interface AssociateAdminAccountCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateAdminAccountCommand_base: {
|
|
25
|
-
new (input: AssociateAdminAccountCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateAdminAccountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets a Firewall Manager default administrator account. The Firewall Manager default administrator account can manage third-party firewalls and has full administrative scope that allows administration of all policy types, accounts, organizational units, and Regions. This account must be a member account of the organization in Organizations whose resources you want to protect.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateThirdPartyFirewallCommandInput extends AssociateThirdP
|
|
|
22
22
|
export interface AssociateThirdPartyFirewallCommandOutput extends AssociateThirdPartyFirewallResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateThirdPartyFirewallCommand_base: {
|
|
25
|
-
new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/core/client").CommandImpl<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateThirdPartyFirewallCommandInput): import("@smithy/core/client").CommandImpl<AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the Firewall Manager policy administrator as a tenant administrator of a third-party firewall service. A tenant is an instance of the third-party firewall service that's associated with your Amazon Web Services customer account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchAssociateResourceCommandInput extends BatchAssociateResour
|
|
|
22
22
|
export interface BatchAssociateResourceCommandOutput extends BatchAssociateResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchAssociateResourceCommand_base: {
|
|
25
|
-
new (input: BatchAssociateResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchAssociateResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchAssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchAssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associate resources to a Firewall Manager resource set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDisassociateResourceCommandInput extends BatchDisassociate
|
|
|
22
22
|
export interface BatchDisassociateResourceCommandOutput extends BatchDisassociateResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDisassociateResourceCommand_base: {
|
|
25
|
-
new (input: BatchDisassociateResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDisassociateResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates resources from a Firewall Manager resource set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DeleteAppsListRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppsListCommandInput extends DeleteAppsListRequest {
|
|
|
22
22
|
export interface DeleteAppsListCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppsListCommand_base: {
|
|
25
|
-
new (input: DeleteAppsListCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppsListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppsListCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppsListCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppsListCommandInput, DeleteAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Permanently deletes an Firewall Manager applications list.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DeleteNotificationChannelRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteNotificationChannelCommandInput extends DeleteNotificatio
|
|
|
22
22
|
export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNotificationChannelCommand_base: {
|
|
25
|
-
new (input: DeleteNotificationChannelCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteNotificationChannelCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteNotificationChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteNotificationChannelCommandInput]): import("@smithy/core/client").CommandImpl<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DeletePolicyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
|
22
22
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePolicyCommand_base: {
|
|
25
|
-
new (input: DeletePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Permanently deletes an Firewall Manager policy. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DeleteProtocolsListRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProtocolsListCommandInput extends DeleteProtocolsListRequ
|
|
|
22
22
|
export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProtocolsListCommand_base: {
|
|
25
|
-
new (input: DeleteProtocolsListCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProtocolsListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Permanently deletes an Firewall Manager protocols list.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DeleteResourceSetRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourceSetCommandInput extends DeleteResourceSetRequest
|
|
|
22
22
|
export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourceSetCommand_base: {
|
|
25
|
-
new (input: DeleteResourceSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteResourceSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteResourceSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteResourceSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified <a>ResourceSet</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DisassociateAdminAccountRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateAdminAccountCommandInput extends DisassociateAdminA
|
|
|
22
22
|
export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateAdminAccountCommand_base: {
|
|
25
|
-
new (input: DisassociateAdminAccountCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DisassociateAdminAccountCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DisassociateAdminAccountCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an Firewall Manager administrator account. To set a different account as an Firewall Manager administrator, submit a <a>PutAdminAccount</a> request. To set an account as a default administrator account, you must submit an <a>AssociateAdminAccount</a> request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { DisassociateThirdPartyFirewallRequest, DisassociateThirdPartyFirewallResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateThirdPartyFirewallCommandInput extends Disassociate
|
|
|
22
22
|
export interface DisassociateThirdPartyFirewallCommandOutput extends DisassociateThirdPartyFirewallResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateThirdPartyFirewallCommand_base: {
|
|
25
|
-
new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/core/client").CommandImpl<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateThirdPartyFirewallCommandInput): import("@smithy/core/client").CommandImpl<DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call <code>DisassociateThirdPartyFirewall</code>, the third-party firewall vendor deletes all of the firewalls that are associated with the account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {
|
|
|
22
22
|
export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAdminAccountCommand_base: {
|
|
25
|
-
new (input: GetAdminAccountCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAdminAccountCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAdminAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the Organizations account that is associated with Firewall Manager
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetAdminScopeRequest, GetAdminScopeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAdminScopeCommandInput extends GetAdminScopeRequest {
|
|
|
22
22
|
export interface GetAdminScopeCommandOutput extends GetAdminScopeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAdminScopeCommand_base: {
|
|
25
|
-
new (input: GetAdminScopeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAdminScopeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAdminScopeCommandInput): import("@smithy/core/client").CommandImpl<GetAdminScopeCommandInput, GetAdminScopeCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAdminScopeCommandInput): import("@smithy/core/client").CommandImpl<GetAdminScopeCommandInput, GetAdminScopeCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified account's administrative scope. The administrative scope defines the resources that an Firewall Manager administrator can manage.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAppsListCommandInput extends GetAppsListRequest {
|
|
|
22
22
|
export interface GetAppsListCommandOutput extends GetAppsListResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAppsListCommand_base: {
|
|
25
|
-
new (input: GetAppsListCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAppsListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAppsListCommandInput): import("@smithy/core/client").CommandImpl<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAppsListCommandInput): import("@smithy/core/client").CommandImpl<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified Firewall Manager applications list.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetComplianceDetailCommandInput extends GetComplianceDetailRequ
|
|
|
22
22
|
export interface GetComplianceDetailCommandOutput extends GetComplianceDetailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetComplianceDetailCommand_base: {
|
|
25
|
-
new (input: GetComplianceDetailCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetComplianceDetailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetComplianceDetailCommandInput): import("@smithy/core/client").CommandImpl<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetComplianceDetailCommandInput): import("@smithy/core/client").CommandImpl<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns detailed compliance information about the specified member account. Details
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetNotificationChannelCommandInput extends GetNotificationChann
|
|
|
22
22
|
export interface GetNotificationChannelCommandOutput extends GetNotificationChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetNotificationChannelCommand_base: {
|
|
25
|
-
new (input: GetNotificationChannelCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetNotificationChannelCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetNotificationChannelCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetNotificationChannelCommandInput]): import("@smithy/core/client").CommandImpl<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Information
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
|
22
22
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPolicyCommand_base: {
|
|
25
|
-
new (input: GetPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified Firewall Manager policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetProtectionStatusCommandInput extends GetProtectionStatusRequ
|
|
|
22
22
|
export interface GetProtectionStatusCommandOutput extends GetProtectionStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProtectionStatusCommand_base: {
|
|
25
|
-
new (input: GetProtectionStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProtectionStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProtectionStatusCommandInput): import("@smithy/core/client").CommandImpl<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProtectionStatusCommandInput): import("@smithy/core/client").CommandImpl<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>If you created a Shield Advanced policy, returns policy-level attack summary information
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetProtocolsListCommandInput extends GetProtocolsListRequest {
|
|
|
22
22
|
export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProtocolsListCommand_base: {
|
|
25
|
-
new (input: GetProtocolsListCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProtocolsListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProtocolsListCommandInput): import("@smithy/core/client").CommandImpl<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified Firewall Manager protocols list.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetResourceSetCommandInput extends GetResourceSetRequest {
|
|
|
22
22
|
export interface GetResourceSetCommandOutput extends GetResourceSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourceSetCommand_base: {
|
|
25
|
-
new (input: GetResourceSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourceSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourceSetCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourceSetCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSetCommandInput, GetResourceSetCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about a specific resource set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
4
4
|
import type { GetThirdPartyFirewallAssociationStatusRequest, GetThirdPartyFirewallAssociationStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetThirdPartyFirewallAssociationStatusCommandInput extends GetT
|
|
|
22
22
|
export interface GetThirdPartyFirewallAssociationStatusCommandOutput extends GetThirdPartyFirewallAssociationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
|
|
25
|
-
new (input: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetThirdPartyFirewallAssociationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.</p>
|