@aws-sdk/client-shield 3.477.0 → 3.481.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/commands/AssociateDRTLogBucketCommand.js +18 -41
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +18 -41
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +18 -41
- package/dist-cjs/commands/CreateProtectionCommand.js +18 -41
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteProtectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DescribeAttackCommand.js +18 -41
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +18 -41
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +18 -41
- package/dist-cjs/commands/DescribeProtectionCommand.js +18 -41
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +18 -41
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +18 -41
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +18 -41
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +18 -41
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +18 -41
- package/dist-cjs/commands/ListAttacksCommand.js +18 -41
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListProtectionsCommand.js +18 -41
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAttacksPaginator.js +2 -24
- package/dist-cjs/pagination/ListProtectionGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProtectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListResourcesInProtectionGroupPaginator.js +2 -24
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +18 -41
- package/dist-es/commands/AssociateDRTRoleCommand.js +18 -41
- package/dist-es/commands/AssociateHealthCheckCommand.js +18 -41
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +18 -41
- package/dist-es/commands/CreateProtectionCommand.js +18 -41
- package/dist-es/commands/CreateProtectionGroupCommand.js +18 -41
- package/dist-es/commands/CreateSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteProtectionCommand.js +18 -41
- package/dist-es/commands/DeleteProtectionGroupCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriptionCommand.js +18 -41
- package/dist-es/commands/DescribeAttackCommand.js +18 -41
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +18 -41
- package/dist-es/commands/DescribeDRTAccessCommand.js +18 -41
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +18 -41
- package/dist-es/commands/DescribeProtectionCommand.js +18 -41
- package/dist-es/commands/DescribeProtectionGroupCommand.js +18 -41
- package/dist-es/commands/DescribeSubscriptionCommand.js +18 -41
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-es/commands/DisableProactiveEngagementCommand.js +18 -41
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +18 -41
- package/dist-es/commands/DisassociateDRTRoleCommand.js +18 -41
- package/dist-es/commands/DisassociateHealthCheckCommand.js +18 -41
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-es/commands/EnableProactiveEngagementCommand.js +18 -41
- package/dist-es/commands/GetSubscriptionStateCommand.js +18 -41
- package/dist-es/commands/ListAttacksCommand.js +18 -41
- package/dist-es/commands/ListProtectionGroupsCommand.js +18 -41
- package/dist-es/commands/ListProtectionsCommand.js +18 -41
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +18 -41
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateProtectionGroupCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriptionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAttacksPaginator.js +2 -23
- package/dist-es/pagination/ListProtectionGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListProtectionsPaginator.js +2 -23
- package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +2 -23
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -21
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -21
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -21
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -21
- package/dist-types/commands/CreateProtectionCommand.d.ts +6 -21
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAttackCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -21
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -21
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -21
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -21
- package/dist-types/commands/ListAttacksCommand.d.ts +6 -21
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListProtectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAttacksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProtectionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProtectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourcesInProtectionGroupPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EnableApplicationLayerAutomaticResponseRequest, EnableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableApplicationLayerAutomaticResponseCommandInput extends Ena
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableApplicationLayerAutomaticResponseCommandOutput extends EnableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableApplicationLayerAutomaticResponseCommand_base: {
|
|
24
|
+
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. </p>
|
|
@@ -86,23 +89,5 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput extends En
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class EnableApplicationLayerAutomaticResponseCommand extends
|
|
90
|
-
readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class EnableApplicationLayerAutomaticResponseCommand extends EnableApplicationLayerAutomaticResponseCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableProactiveEngagementCommandInput extends EnableProactiveEn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableProactiveEngagementCommandOutput extends EnableProactiveEngagementResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableProactiveEngagementCommand_base: {
|
|
24
|
+
new (input: EnableProactiveEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>
|
|
@@ -63,23 +66,5 @@ export interface EnableProactiveEngagementCommandOutput extends EnableProactiveE
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class EnableProactiveEngagementCommand extends
|
|
67
|
-
readonly input: EnableProactiveEngagementCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: EnableProactiveEngagementCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class EnableProactiveEngagementCommand extends EnableProactiveEngagementCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSubscriptionStateCommandInput extends GetSubscriptionStateRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSubscriptionStateCommand_base: {
|
|
24
|
+
new (input: GetSubscriptionStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <code>SubscriptionState</code>, either <code>Active</code> or <code>Inactive</code>.</p>
|
|
@@ -52,23 +55,5 @@ export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateR
|
|
|
52
55
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
53
56
|
*
|
|
54
57
|
*/
|
|
55
|
-
export declare class GetSubscriptionStateCommand extends
|
|
56
|
-
readonly input: GetSubscriptionStateCommandInput;
|
|
57
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
constructor(input: GetSubscriptionStateCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
private serialize;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private deserialize;
|
|
58
|
+
export declare class GetSubscriptionStateCommand extends GetSubscriptionStateCommand_base {
|
|
74
59
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAttacksCommandInput extends ListAttacksRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAttacksCommandOutput extends ListAttacksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAttacksCommand_base: {
|
|
24
|
+
new (input: ListAttacksCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns all ongoing DDoS attacks or all DDoS attacks during a specified time
|
|
@@ -86,23 +89,5 @@ export interface ListAttacksCommandOutput extends ListAttacksResponse, __Metadat
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListAttacksCommand extends
|
|
90
|
-
readonly input: ListAttacksCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListAttacksCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttacksCommandInput, ListAttacksCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListAttacksCommand extends ListAttacksCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProtectionGroupsCommandInput extends ListProtectionGroupsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProtectionGroupsCommand_base: {
|
|
24
|
+
new (input: ListProtectionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves <a>ProtectionGroup</a> objects for the account. You can retrieve all protection groups or you can provide
|
|
@@ -88,23 +91,5 @@ export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsR
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListProtectionGroupsCommand extends
|
|
92
|
-
readonly input: ListProtectionGroupsCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListProtectionGroupsCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListProtectionGroupsCommand extends ListProtectionGroupsCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProtectionsCommandInput extends ListProtectionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProtectionsCommandOutput extends ListProtectionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProtectionsCommand_base: {
|
|
24
|
+
new (input: ListProtectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves <a>Protection</a> objects for the account. You can retrieve all protections or you can provide
|
|
@@ -91,23 +94,5 @@ export interface ListProtectionsCommandOutput extends ListProtectionsResponse, _
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListProtectionsCommand extends
|
|
95
|
-
readonly input: ListProtectionsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListProtectionsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectionsCommandInput, ListProtectionsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListProtectionsCommand extends ListProtectionsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResourcesInProtectionGroupCommandInput extends ListResource
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResourcesInProtectionGroupCommandOutput extends ListResourcesInProtectionGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResourcesInProtectionGroupCommand_base: {
|
|
24
|
+
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the resources that are included in the protection group. </p>
|
|
@@ -65,23 +68,5 @@ export interface ListResourcesInProtectionGroupCommandOutput extends ListResourc
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class ListResourcesInProtectionGroupCommand extends
|
|
69
|
-
readonly input: ListResourcesInProtectionGroupCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: ListResourcesInProtectionGroupCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class ListResourcesInProtectionGroupCommand extends ListResourcesInProtectionGroupCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.</p>
|
|
@@ -65,23 +68,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class ListTagsForResourceCommand extends
|
|
69
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds or updates tags for a resource in Shield.</p>
|
|
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class TagResourceCommand extends
|
|
71
|
-
readonly input: TagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: TagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes tags from a resource in Shield.</p>
|
|
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class UntagResourceCommand extends
|
|
68
|
-
readonly input: UntagResourceCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: UntagResourceCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateApplicationLayerAutomaticResponseCommandInput extends Upd
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends UpdateApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
|
|
24
|
+
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.</p>
|
|
@@ -69,23 +72,5 @@ export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends Up
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class UpdateApplicationLayerAutomaticResponseCommand extends
|
|
73
|
-
readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class UpdateApplicationLayerAutomaticResponseCommand extends UpdateApplicationLayerAutomaticResponseCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateEmergencyContactSettingsCommandInput extends UpdateEmerge
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmergencyContactSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateEmergencyContactSettingsCommand_base: {
|
|
24
|
+
new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the details of the 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>
|
|
@@ -68,23 +71,5 @@ export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmerg
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UpdateEmergencyContactSettingsCommand extends
|
|
72
|
-
readonly input: UpdateEmergencyContactSettingsCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UpdateEmergencyContactSettingsCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UpdateEmergencyContactSettingsCommand extends UpdateEmergencyContactSettingsCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateProtectionGroupCommandInput extends UpdateProtectionGroup
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateProtectionGroupCommand_base: {
|
|
24
|
+
new (input: UpdateProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing protection group. A protection group is 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>
|
|
@@ -68,23 +71,5 @@ export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGrou
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class UpdateProtectionGroupCommand extends
|
|
72
|
-
readonly input: UpdateProtectionGroupCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: UpdateProtectionGroupCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class UpdateProtectionGroupCommand extends UpdateProtectionGroupCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSubscriptionCommand_base: {
|
|
24
|
+
new (input: UpdateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.</p>
|
|
@@ -69,23 +72,5 @@ export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionRespo
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class UpdateSubscriptionCommand extends
|
|
73
|
-
readonly input: UpdateSubscriptionCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: UpdateSubscriptionCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class UpdateSubscriptionCommand extends UpdateSubscriptionCommand_base {
|
|
91
76
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { ShieldPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAttacks: (config: ShieldPaginationConfiguration, input: ListAttacksCommandInput, ...rest: any[]) => Paginator<ListAttacksCommandOutput>;
|