@aws-sdk/client-shield 3.194.0 → 3.196.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/ShieldClient.js +11 -8
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +10 -0
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +10 -0
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +10 -0
- package/dist-cjs/commands/CreateProtectionCommand.js +10 -0
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DeleteProtectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DescribeAttackCommand.js +10 -0
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +10 -0
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeProtectionCommand.js +10 -0
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +10 -0
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +10 -0
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +10 -0
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +10 -0
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +10 -0
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +10 -0
- package/dist-cjs/commands/ListAttacksCommand.js +10 -0
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListProtectionsCommand.js +10 -0
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +613 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ShieldClient.js +12 -9
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +10 -0
- package/dist-es/commands/AssociateDRTRoleCommand.js +10 -0
- package/dist-es/commands/AssociateHealthCheckCommand.js +10 -0
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +10 -0
- package/dist-es/commands/CreateProtectionCommand.js +10 -0
- package/dist-es/commands/CreateProtectionGroupCommand.js +10 -0
- package/dist-es/commands/CreateSubscriptionCommand.js +10 -0
- package/dist-es/commands/DeleteProtectionCommand.js +10 -0
- package/dist-es/commands/DeleteProtectionGroupCommand.js +10 -0
- package/dist-es/commands/DeleteSubscriptionCommand.js +10 -0
- package/dist-es/commands/DescribeAttackCommand.js +10 -0
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +10 -0
- package/dist-es/commands/DescribeDRTAccessCommand.js +10 -0
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +10 -0
- package/dist-es/commands/DescribeProtectionCommand.js +10 -0
- package/dist-es/commands/DescribeProtectionGroupCommand.js +10 -0
- package/dist-es/commands/DescribeSubscriptionCommand.js +10 -0
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-es/commands/DisableProactiveEngagementCommand.js +10 -0
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +10 -0
- package/dist-es/commands/DisassociateDRTRoleCommand.js +10 -0
- package/dist-es/commands/DisassociateHealthCheckCommand.js +10 -0
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-es/commands/EnableProactiveEngagementCommand.js +10 -0
- package/dist-es/commands/GetSubscriptionStateCommand.js +10 -0
- package/dist-es/commands/ListAttacksCommand.js +10 -0
- package/dist-es/commands/ListProtectionGroupsCommand.js +10 -0
- package/dist-es/commands/ListProtectionsCommand.js +10 -0
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +10 -0
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateProtectionGroupCommand.js +10 -0
- package/dist-es/commands/UpdateSubscriptionCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +610 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ShieldClient.d.ts +6 -9
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -0
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -0
- package/dist-types/commands/CreateProtectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAttackCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -0
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -0
- package/dist-types/commands/ListAttacksCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListProtectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ShieldClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -149
- package/dist-es/endpoints.js +0 -145
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -186,6 +187,11 @@ import {
|
|
|
186
187
|
UpdateSubscriptionCommandInput,
|
|
187
188
|
UpdateSubscriptionCommandOutput,
|
|
188
189
|
} from "./commands/UpdateSubscriptionCommand";
|
|
190
|
+
import {
|
|
191
|
+
ClientInputEndpointParameters,
|
|
192
|
+
ClientResolvedEndpointParameters,
|
|
193
|
+
EndpointParameters,
|
|
194
|
+
} from "./endpoint/EndpointParameters";
|
|
189
195
|
export declare type ServiceInputTypes =
|
|
190
196
|
| AssociateDRTLogBucketCommandInput
|
|
191
197
|
| AssociateDRTRoleCommandInput
|
|
@@ -281,7 +287,6 @@ export interface ClientDefaults
|
|
|
281
287
|
serviceId?: string;
|
|
282
288
|
region?: string | __Provider<string>;
|
|
283
289
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
284
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
285
290
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
286
291
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
287
292
|
}
|
|
@@ -290,21 +295,23 @@ declare type ShieldClientConfigType = Partial<
|
|
|
290
295
|
> &
|
|
291
296
|
ClientDefaults &
|
|
292
297
|
RegionInputConfig &
|
|
293
|
-
|
|
298
|
+
EndpointInputConfig<EndpointParameters> &
|
|
294
299
|
RetryInputConfig &
|
|
295
300
|
HostHeaderInputConfig &
|
|
296
301
|
AwsAuthInputConfig &
|
|
297
|
-
UserAgentInputConfig
|
|
302
|
+
UserAgentInputConfig &
|
|
303
|
+
ClientInputEndpointParameters;
|
|
298
304
|
export interface ShieldClientConfig extends ShieldClientConfigType {}
|
|
299
305
|
declare type ShieldClientResolvedConfigType =
|
|
300
306
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
301
307
|
Required<ClientDefaults> &
|
|
302
308
|
RegionResolvedConfig &
|
|
303
|
-
|
|
309
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
304
310
|
RetryResolvedConfig &
|
|
305
311
|
HostHeaderResolvedConfig &
|
|
306
312
|
AwsAuthResolvedConfig &
|
|
307
|
-
UserAgentResolvedConfig
|
|
313
|
+
UserAgentResolvedConfig &
|
|
314
|
+
ClientResolvedEndpointParameters;
|
|
308
315
|
export interface ShieldClientResolvedConfig
|
|
309
316
|
extends ShieldClientResolvedConfigType {}
|
|
310
317
|
export declare class ShieldClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateDRTLogBucketCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateDRTLogBucketCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateDRTLogBucketCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class AssociateDRTRoleCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: AssociateDRTRoleCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: AssociateDRTRoleCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateHealthCheckCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateHealthCheckCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateHealthCheckCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateProactiveEngagementDetailsCommand extends $Command
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateProactiveEngagementDetailsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateProactiveEngagementDetailsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateProtectionCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateProtectionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateProtectionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateProtectionGroupCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateProtectionGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateProtectionGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateSubscriptionCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteProtectionCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteProtectionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteProtectionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteProtectionGroupCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteProtectionGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteProtectionGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteSubscriptionCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeAttackCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeAttackCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeAttackCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeAttackStatisticsCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeAttackStatisticsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAttackStatisticsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDRTAccessCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDRTAccessCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDRTAccessCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEmergencyContactSettingsCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEmergencyContactSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEmergencyContactSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeProtectionCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeProtectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeProtectionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeProtectionGroupCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeProtectionGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeProtectionGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeSubscriptionCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisableApplicationLayerAutomaticResponseCommand extends $Co
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisableProactiveEngagementCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisableProactiveEngagementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisableProactiveEngagementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateDRTLogBucketCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateDRTLogBucketCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateDRTLogBucketCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateDRTRoleCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateDRTRoleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateDRTRoleCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateHealthCheckCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateHealthCheckCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateHealthCheckCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class EnableApplicationLayerAutomaticResponseCommand extends $Com
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class EnableProactiveEngagementCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: EnableProactiveEngagementCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: EnableProactiveEngagementCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetSubscriptionStateCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetSubscriptionStateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetSubscriptionStateCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListAttacksCommand extends $Command<
|
|
|
21
22
|
ShieldClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListAttacksCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListAttacksCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListProtectionGroupsCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListProtectionGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListProtectionGroupsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListProtectionsCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListProtectionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListProtectionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListResourcesInProtectionGroupCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListResourcesInProtectionGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListResourcesInProtectionGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
ShieldClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
ShieldClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Com
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateEmergencyContactSettingsCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateEmergencyContactSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateEmergencyContactSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateProtectionGroupCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateProtectionGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateProtectionGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateSubscriptionCommand extends $Command<
|
|
|
25
26
|
ShieldClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|