@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 { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProtectionGroupCommandInput extends DeleteProtectionGroup
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProtectionGroupCommand_base: {
|
|
24
|
+
new (input: DeleteProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified protection group.</p>
|
|
@@ -59,23 +62,5 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou
|
|
|
59
62
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
60
63
|
*
|
|
61
64
|
*/
|
|
62
|
-
export declare class DeleteProtectionGroupCommand extends
|
|
63
|
-
readonly input: DeleteProtectionGroupCommandInput;
|
|
64
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
constructor(input: DeleteProtectionGroupCommandInput);
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
private serialize;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private deserialize;
|
|
65
|
+
export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
|
|
81
66
|
}
|
|
@@ -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 { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSubscriptionCommandInput extends DeleteSubscriptionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSubscriptionCommand_base: {
|
|
24
|
+
new (input: DeleteSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -58,23 +61,5 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class DeleteSubscriptionCommand extends
|
|
62
|
-
readonly input: DeleteSubscriptionCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: DeleteSubscriptionCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
|
|
80
65
|
}
|
|
@@ -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 { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAttackCommandInput extends DescribeAttackRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAttackCommand_base: {
|
|
24
|
+
new (input: DescribeAttackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the details of a DDoS attack. </p>
|
|
@@ -113,23 +116,5 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class DescribeAttackCommand extends
|
|
117
|
-
readonly input: DescribeAttackCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: DescribeAttackCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackCommandInput, DescribeAttackCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
|
|
135
120
|
}
|
|
@@ -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 { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAttackStatisticsCommandInput extends DescribeAttackStat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackStatisticsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAttackStatisticsCommand_base: {
|
|
24
|
+
new (input: DescribeAttackStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -73,23 +76,5 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class DescribeAttackStatisticsCommand extends
|
|
77
|
-
readonly input: DescribeAttackStatisticsCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: DescribeAttackStatisticsCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
|
|
95
80
|
}
|
|
@@ -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 { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDRTAccessCommandInput extends DescribeDRTAccessRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDRTAccessCommand_base: {
|
|
24
|
+
new (input: DescribeDRTAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -58,23 +61,5 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class DescribeDRTAccessCommand extends
|
|
62
|
-
readonly input: DescribeDRTAccessCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: DescribeDRTAccessCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
|
|
80
65
|
}
|
|
@@ -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 { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEmergencyContactSettingsCommandInput extends DescribeEm
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeEmergencyContactSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
24
|
+
new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -61,23 +64,5 @@ export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeE
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DescribeEmergencyContactSettingsCommand extends
|
|
65
|
-
readonly input: DescribeEmergencyContactSettingsCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DescribeEmergencyContactSettingsCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
|
|
83
68
|
}
|
|
@@ -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 { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeProtectionCommandInput extends DescribeProtectionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeProtectionCommandOutput extends DescribeProtectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeProtectionCommand_base: {
|
|
24
|
+
new (input: DescribeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the details of a <a>Protection</a> object.</p>
|
|
@@ -76,23 +79,5 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class DescribeProtectionCommand extends
|
|
80
|
-
readonly input: DescribeProtectionCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: DescribeProtectionCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionCommandInput, DescribeProtectionCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
|
|
98
83
|
}
|
|
@@ -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 { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeProtectionGroupCommandInput extends DescribeProtectionG
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeProtectionGroupCommandOutput extends DescribeProtectionGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeProtectionGroupCommand_base: {
|
|
24
|
+
new (input: DescribeProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the specification for the specified protection group.</p>
|
|
@@ -66,23 +69,5 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DescribeProtectionGroupCommand extends
|
|
70
|
-
readonly input: DescribeProtectionGroupCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DescribeProtectionGroupCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSubscriptionCommandInput extends DescribeSubscriptionRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSubscriptionCommand_base: {
|
|
24
|
+
new (input: DescribeSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Provides details about the Shield Advanced subscription for an account.</p>
|
|
@@ -86,23 +89,5 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class DescribeSubscriptionCommand extends
|
|
90
|
-
readonly input: DescribeSubscriptionCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: DescribeSubscriptionCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_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 { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableApplicationLayerAutomaticResponseCommandInput extends Di
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableApplicationLayerAutomaticResponseCommandOutput extends DisableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
24
|
+
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This
|
|
@@ -66,23 +69,5 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput extends D
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DisableApplicationLayerAutomaticResponseCommand extends
|
|
70
|
-
readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableProactiveEngagementCommandInput extends DisableProactive
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableProactiveEngagementCommandOutput extends DisableProactiveEngagementResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableProactiveEngagementCommand_base: {
|
|
24
|
+
new (input: DisableProactiveEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>
|
|
@@ -63,23 +66,5 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DisableProactiveEngagementCommand extends
|
|
67
|
-
readonly input: DisableProactiveEngagementCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DisableProactiveEngagementCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_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 { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateDRTLogBucketCommandInput extends DisassociateDRTLog
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLogBucketResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateDRTLogBucketCommand_base: {
|
|
24
|
+
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.</p>
|
|
@@ -68,23 +71,5 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DisassociateDRTLogBucketCommand extends
|
|
72
|
-
readonly input: DisassociateDRTLogBucketCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DisassociateDRTLogBucketCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_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 { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateDRTRoleCommandInput extends DisassociateDRTRoleRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateDRTRoleCommand_base: {
|
|
24
|
+
new (input: DisassociateDRTRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.</p>
|
|
@@ -60,23 +63,5 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DisassociateDRTRoleCommand extends
|
|
64
|
-
readonly input: DisassociateDRTRoleCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DisassociateDRTRoleCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {
|
|
82
67
|
}
|
|
@@ -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 { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateHealthCheckCommandInput extends DisassociateHealthC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateHealthCheckCommandOutput extends DisassociateHealthCheckResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateHealthCheckCommand_base: {
|
|
24
|
+
new (input: DisassociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -67,23 +70,5 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DisassociateHealthCheckCommand extends
|
|
71
|
-
readonly input: DisassociateHealthCheckCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DisassociateHealthCheckCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {
|
|
89
74
|
}
|