@aws-sdk/client-shield 3.1045.0 → 3.1047.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 +88 -89
- package/dist-cjs/models/ShieldServiceException.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/Shield.js +1 -1
- package/dist-es/ShieldClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-es/commands/CreateProtectionCommand.js +2 -2
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeAttackCommand.js +2 -2
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-es/commands/ListAttacksCommand.js +2 -2
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListProtectionsCommand.js +2 -2
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ShieldServiceException.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/ShieldClient.d.ts +5 -5
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.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/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionCommand.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/ShieldServiceException.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/ShieldClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.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/ShieldServiceException.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/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 { defaultShieldHttpAuthSchemeProvider } 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 { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "./commands/AssociateDRTLogBucketCommand";
|
|
@@ -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 { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateDRTLogBucketCommandInput extends AssociateDRTLogBucket
|
|
|
22
22
|
export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucketResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateDRTLogBucketCommand_base: {
|
|
25
|
-
new (input: AssociateDRTLogBucketCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateDRTLogBucketCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.</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 { AssociateDRTRoleRequest, AssociateDRTRoleResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {
|
|
|
22
22
|
export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateDRTRoleCommand_base: {
|
|
25
|
-
new (input: AssociateDRTRoleCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateDRTRoleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your WAF configuration and create or update WAF rules and web ACLs.</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 { AssociateHealthCheckRequest, AssociateHealthCheckResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateHealthCheckCommandInput extends AssociateHealthCheckRe
|
|
|
22
22
|
export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateHealthCheckCommand_base: {
|
|
25
|
-
new (input: AssociateHealthCheckCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateHealthCheckCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. </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 { AssociateProactiveEngagementDetailsRequest, AssociateProactiveEngagementDetailsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateProactiveEngagementDetailsCommandInput extends Associa
|
|
|
22
22
|
export interface AssociateProactiveEngagementDetailsCommandOutput extends AssociateProactiveEngagementDetailsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
25
|
-
new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/core/client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. You must provide at least one phone number in the emergency contact 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 { CreateProtectionRequest, CreateProtectionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateProtectionCommandInput extends CreateProtectionRequest {
|
|
|
22
22
|
export interface CreateProtectionCommandOutput extends CreateProtectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateProtectionCommand_base: {
|
|
25
|
-
new (input: CreateProtectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateProtectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateProtectionCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses.</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 { CreateProtectionGroupRequest, CreateProtectionGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateProtectionGroupCommandInput extends CreateProtectionGroup
|
|
|
22
22
|
export interface CreateProtectionGroupCommandOutput extends CreateProtectionGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateProtectionGroupCommand_base: {
|
|
25
|
-
new (input: CreateProtectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateProtectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </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 { CreateSubscriptionRequest, CreateSubscriptionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSubscriptionCommandInput extends CreateSubscriptionReques
|
|
|
22
22
|
export interface CreateSubscriptionCommandOutput extends CreateSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSubscriptionCommand_base: {
|
|
25
|
-
new (input: CreateSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateSubscriptionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Activates Shield Advanced for an 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 { DeleteProtectionRequest, DeleteProtectionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {
|
|
|
22
22
|
export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProtectionCommand_base: {
|
|
25
|
-
new (input: DeleteProtectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProtectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProtectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Shield Advanced <a>Protection</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 { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteProtectionGroupCommandInput extends DeleteProtectionGroup
|
|
|
22
22
|
export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteProtectionGroupCommand_base: {
|
|
25
|
-
new (input: DeleteProtectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteProtectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified protection group.</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 { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSubscriptionCommandInput extends DeleteSubscriptionReques
|
|
|
22
22
|
export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSubscriptionCommand_base: {
|
|
25
|
-
new (input: DeleteSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteSubscriptionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment. </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 { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAttackCommandInput extends DescribeAttackRequest {
|
|
|
22
22
|
export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAttackCommand_base: {
|
|
25
|
-
new (input: DescribeAttackCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAttackCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAttackCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the details of a DDoS attack. </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 { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAttackStatisticsCommandInput extends DescribeAttackStat
|
|
|
22
22
|
export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackStatisticsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAttackStatisticsCommand_base: {
|
|
25
|
-
new (input: DescribeAttackStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeAttackStatisticsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAttackStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAttackStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides information about the number and type of attacks Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.</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 { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDRTAccessCommandInput extends DescribeDRTAccessRequest
|
|
|
22
22
|
export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDRTAccessCommand_base: {
|
|
25
|
-
new (input: DescribeDRTAccessCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeDRTAccessCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDRTAccessCommandInput): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeDRTAccessCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.</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 { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEmergencyContactSettingsCommandInput extends DescribeEm
|
|
|
22
22
|
export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeEmergencyContactSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
25
|
-
new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</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 { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeProtectionCommandInput extends DescribeProtectionReques
|
|
|
22
22
|
export interface DescribeProtectionCommandOutput extends DescribeProtectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeProtectionCommand_base: {
|
|
25
|
-
new (input: DescribeProtectionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeProtectionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeProtectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeProtectionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the details of a <a>Protection</a> object.</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 { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeProtectionGroupCommandInput extends DescribeProtectionG
|
|
|
22
22
|
export interface DescribeProtectionGroupCommandOutput extends DescribeProtectionGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeProtectionGroupCommand_base: {
|
|
25
|
-
new (input: DescribeProtectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeProtectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the specification for the specified protection group.</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 { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeSubscriptionCommandInput extends DescribeSubscriptionRe
|
|
|
22
22
|
export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeSubscriptionCommand_base: {
|
|
25
|
-
new (input: DescribeSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeSubscriptionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides details about the Shield Advanced subscription for an 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 { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableApplicationLayerAutomaticResponseCommandInput extends Di
|
|
|
22
22
|
export interface DisableApplicationLayerAutomaticResponseCommandOutput extends DisableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
25
|
-
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This
|
|
@@ -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 { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableProactiveEngagementCommandInput extends DisableProactive
|
|
|
22
22
|
export interface DisableProactiveEngagementCommandOutput extends DisableProactiveEngagementResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableProactiveEngagementCommand_base: {
|
|
25
|
-
new (input: DisableProactiveEngagementCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DisableProactiveEngagementCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableProactiveEngagementCommandInput): import("@smithy/core/client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DisableProactiveEngagementCommandInput]): import("@smithy/core/client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.</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 { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateDRTLogBucketCommandInput extends DisassociateDRTLog
|
|
|
22
22
|
export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLogBucketResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateDRTLogBucketCommand_base: {
|
|
25
|
-
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.</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 { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateDRTRoleCommandInput extends DisassociateDRTRoleRequ
|
|
|
22
22
|
export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateDRTRoleCommand_base: {
|
|
25
|
-
new (input: DisassociateDRTRoleCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DisassociateDRTRoleCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateDRTRoleCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DisassociateDRTRoleCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the Shield Response Team's (SRT) access to your Amazon Web Services 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 { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateHealthCheckCommandInput extends DisassociateHealthC
|
|
|
22
22
|
export interface DisassociateHealthCheckCommandOutput extends DisassociateHealthCheckResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateHealthCheckCommand_base: {
|
|
25
|
-
new (input: DisassociateHealthCheckCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateHealthCheckCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. </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 { EnableApplicationLayerAutomaticResponseRequest, EnableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableApplicationLayerAutomaticResponseCommandInput extends Ena
|
|
|
22
22
|
export interface EnableApplicationLayerAutomaticResponseCommandOutput extends EnableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableApplicationLayerAutomaticResponseCommand_base: {
|
|
25
|
-
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. </p>
|