@aws-sdk/client-shield 3.533.0 → 3.535.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-types/Shield.d.ts +17 -1
- package/dist-types/ShieldClient.d.ts +1 -1
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -1
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -1
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -1
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -1
- package/dist-types/commands/CreateProtectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAttackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -1
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -1
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -1
- package/dist-types/commands/ListAttacksCommand.d.ts +2 -1
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListProtectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +213 -213
- package/dist-types/ts3.4/Shield.d.ts +16 -0
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/Shield.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export interface Shield {
|
|
|
76
76
|
/**
|
|
77
77
|
* @see {@link CreateSubscriptionCommand}
|
|
78
78
|
*/
|
|
79
|
+
createSubscription(): Promise<CreateSubscriptionCommandOutput>;
|
|
79
80
|
createSubscription(args: CreateSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriptionCommandOutput>;
|
|
80
81
|
createSubscription(args: CreateSubscriptionCommandInput, cb: (err: any, data?: CreateSubscriptionCommandOutput) => void): void;
|
|
81
82
|
createSubscription(args: CreateSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriptionCommandOutput) => void): void;
|
|
@@ -94,6 +95,7 @@ export interface Shield {
|
|
|
94
95
|
/**
|
|
95
96
|
* @see {@link DeleteSubscriptionCommand}
|
|
96
97
|
*/
|
|
98
|
+
deleteSubscription(): Promise<DeleteSubscriptionCommandOutput>;
|
|
97
99
|
deleteSubscription(args: DeleteSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubscriptionCommandOutput>;
|
|
98
100
|
deleteSubscription(args: DeleteSubscriptionCommandInput, cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void): void;
|
|
99
101
|
deleteSubscription(args: DeleteSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void): void;
|
|
@@ -106,24 +108,28 @@ export interface Shield {
|
|
|
106
108
|
/**
|
|
107
109
|
* @see {@link DescribeAttackStatisticsCommand}
|
|
108
110
|
*/
|
|
111
|
+
describeAttackStatistics(): Promise<DescribeAttackStatisticsCommandOutput>;
|
|
109
112
|
describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttackStatisticsCommandOutput>;
|
|
110
113
|
describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void): void;
|
|
111
114
|
describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void): void;
|
|
112
115
|
/**
|
|
113
116
|
* @see {@link DescribeDRTAccessCommand}
|
|
114
117
|
*/
|
|
118
|
+
describeDRTAccess(): Promise<DescribeDRTAccessCommandOutput>;
|
|
115
119
|
describeDRTAccess(args: DescribeDRTAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDRTAccessCommandOutput>;
|
|
116
120
|
describeDRTAccess(args: DescribeDRTAccessCommandInput, cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void): void;
|
|
117
121
|
describeDRTAccess(args: DescribeDRTAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void): void;
|
|
118
122
|
/**
|
|
119
123
|
* @see {@link DescribeEmergencyContactSettingsCommand}
|
|
120
124
|
*/
|
|
125
|
+
describeEmergencyContactSettings(): Promise<DescribeEmergencyContactSettingsCommandOutput>;
|
|
121
126
|
describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEmergencyContactSettingsCommandOutput>;
|
|
122
127
|
describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void): void;
|
|
123
128
|
describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void): void;
|
|
124
129
|
/**
|
|
125
130
|
* @see {@link DescribeProtectionCommand}
|
|
126
131
|
*/
|
|
132
|
+
describeProtection(): Promise<DescribeProtectionCommandOutput>;
|
|
127
133
|
describeProtection(args: DescribeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProtectionCommandOutput>;
|
|
128
134
|
describeProtection(args: DescribeProtectionCommandInput, cb: (err: any, data?: DescribeProtectionCommandOutput) => void): void;
|
|
129
135
|
describeProtection(args: DescribeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectionCommandOutput) => void): void;
|
|
@@ -136,6 +142,7 @@ export interface Shield {
|
|
|
136
142
|
/**
|
|
137
143
|
* @see {@link DescribeSubscriptionCommand}
|
|
138
144
|
*/
|
|
145
|
+
describeSubscription(): Promise<DescribeSubscriptionCommandOutput>;
|
|
139
146
|
describeSubscription(args: DescribeSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubscriptionCommandOutput>;
|
|
140
147
|
describeSubscription(args: DescribeSubscriptionCommandInput, cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void): void;
|
|
141
148
|
describeSubscription(args: DescribeSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void): void;
|
|
@@ -148,6 +155,7 @@ export interface Shield {
|
|
|
148
155
|
/**
|
|
149
156
|
* @see {@link DisableProactiveEngagementCommand}
|
|
150
157
|
*/
|
|
158
|
+
disableProactiveEngagement(): Promise<DisableProactiveEngagementCommandOutput>;
|
|
151
159
|
disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, options?: __HttpHandlerOptions): Promise<DisableProactiveEngagementCommandOutput>;
|
|
152
160
|
disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void): void;
|
|
153
161
|
disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void): void;
|
|
@@ -160,6 +168,7 @@ export interface Shield {
|
|
|
160
168
|
/**
|
|
161
169
|
* @see {@link DisassociateDRTRoleCommand}
|
|
162
170
|
*/
|
|
171
|
+
disassociateDRTRole(): Promise<DisassociateDRTRoleCommandOutput>;
|
|
163
172
|
disassociateDRTRole(args: DisassociateDRTRoleCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDRTRoleCommandOutput>;
|
|
164
173
|
disassociateDRTRole(args: DisassociateDRTRoleCommandInput, cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void): void;
|
|
165
174
|
disassociateDRTRole(args: DisassociateDRTRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void): void;
|
|
@@ -178,30 +187,35 @@ export interface Shield {
|
|
|
178
187
|
/**
|
|
179
188
|
* @see {@link EnableProactiveEngagementCommand}
|
|
180
189
|
*/
|
|
190
|
+
enableProactiveEngagement(): Promise<EnableProactiveEngagementCommandOutput>;
|
|
181
191
|
enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, options?: __HttpHandlerOptions): Promise<EnableProactiveEngagementCommandOutput>;
|
|
182
192
|
enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void): void;
|
|
183
193
|
enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void): void;
|
|
184
194
|
/**
|
|
185
195
|
* @see {@link GetSubscriptionStateCommand}
|
|
186
196
|
*/
|
|
197
|
+
getSubscriptionState(): Promise<GetSubscriptionStateCommandOutput>;
|
|
187
198
|
getSubscriptionState(args: GetSubscriptionStateCommandInput, options?: __HttpHandlerOptions): Promise<GetSubscriptionStateCommandOutput>;
|
|
188
199
|
getSubscriptionState(args: GetSubscriptionStateCommandInput, cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void): void;
|
|
189
200
|
getSubscriptionState(args: GetSubscriptionStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void): void;
|
|
190
201
|
/**
|
|
191
202
|
* @see {@link ListAttacksCommand}
|
|
192
203
|
*/
|
|
204
|
+
listAttacks(): Promise<ListAttacksCommandOutput>;
|
|
193
205
|
listAttacks(args: ListAttacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAttacksCommandOutput>;
|
|
194
206
|
listAttacks(args: ListAttacksCommandInput, cb: (err: any, data?: ListAttacksCommandOutput) => void): void;
|
|
195
207
|
listAttacks(args: ListAttacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttacksCommandOutput) => void): void;
|
|
196
208
|
/**
|
|
197
209
|
* @see {@link ListProtectionGroupsCommand}
|
|
198
210
|
*/
|
|
211
|
+
listProtectionGroups(): Promise<ListProtectionGroupsCommandOutput>;
|
|
199
212
|
listProtectionGroups(args: ListProtectionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectionGroupsCommandOutput>;
|
|
200
213
|
listProtectionGroups(args: ListProtectionGroupsCommandInput, cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void): void;
|
|
201
214
|
listProtectionGroups(args: ListProtectionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void): void;
|
|
202
215
|
/**
|
|
203
216
|
* @see {@link ListProtectionsCommand}
|
|
204
217
|
*/
|
|
218
|
+
listProtections(): Promise<ListProtectionsCommandOutput>;
|
|
205
219
|
listProtections(args: ListProtectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectionsCommandOutput>;
|
|
206
220
|
listProtections(args: ListProtectionsCommandInput, cb: (err: any, data?: ListProtectionsCommandOutput) => void): void;
|
|
207
221
|
listProtections(args: ListProtectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectionsCommandOutput) => void): void;
|
|
@@ -238,6 +252,7 @@ export interface Shield {
|
|
|
238
252
|
/**
|
|
239
253
|
* @see {@link UpdateEmergencyContactSettingsCommand}
|
|
240
254
|
*/
|
|
255
|
+
updateEmergencyContactSettings(): Promise<UpdateEmergencyContactSettingsCommandOutput>;
|
|
241
256
|
updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmergencyContactSettingsCommandOutput>;
|
|
242
257
|
updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void): void;
|
|
243
258
|
updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void): void;
|
|
@@ -250,16 +265,17 @@ export interface Shield {
|
|
|
250
265
|
/**
|
|
251
266
|
* @see {@link UpdateSubscriptionCommand}
|
|
252
267
|
*/
|
|
268
|
+
updateSubscription(): Promise<UpdateSubscriptionCommandOutput>;
|
|
253
269
|
updateSubscription(args: UpdateSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriptionCommandOutput>;
|
|
254
270
|
updateSubscription(args: UpdateSubscriptionCommandInput, cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void): void;
|
|
255
271
|
updateSubscription(args: UpdateSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void): void;
|
|
256
272
|
}
|
|
257
273
|
/**
|
|
258
|
-
* @public
|
|
259
274
|
* <fullname>Shield Advanced</fullname>
|
|
260
275
|
* <p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions,
|
|
261
276
|
* data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the
|
|
262
277
|
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">WAF and Shield Developer Guide</a>.</p>
|
|
278
|
+
* @public
|
|
263
279
|
*/
|
|
264
280
|
export declare class Shield extends ShieldClient implements Shield {
|
|
265
281
|
}
|
|
@@ -187,11 +187,11 @@ export type ShieldClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
187
187
|
export interface ShieldClientResolvedConfig extends ShieldClientResolvedConfigType {
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
|
-
* @public
|
|
191
190
|
* <fullname>Shield Advanced</fullname>
|
|
192
191
|
* <p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions,
|
|
193
192
|
* data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the
|
|
194
193
|
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">WAF and Shield Developer Guide</a>.</p>
|
|
194
|
+
* @public
|
|
195
195
|
*/
|
|
196
196
|
export declare class ShieldClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig> {
|
|
197
197
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucke
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateDRTLogBucketCommand_base: {
|
|
24
24
|
new (input: AssociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket containing log data such as Application Load Balancer access logs, CloudFront logs, or logs from third party sources. You can associate up to 10 Amazon S3 buckets with your subscription.</p>
|
|
30
30
|
* <p>To use the services of the SRT and make an <code>AssociateDRTLogBucket</code> request, you must be subscribed to the <a href="http://aws.amazon.com/premiumsupport/business-support/">Business Support plan</a> or the <a href="http://aws.amazon.com/premiumsupport/enterprise-support/">Enterprise Support plan</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const AssociateDRTLogBucketCommand_base: {
|
|
|
77
77
|
* @throws {@link ShieldServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class AssociateDRTLogBucketCommand extends AssociateDRTLogBucketCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateDRTRoleCommand_base: {
|
|
24
24
|
new (input: AssociateDRTRoleCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateDRTRoleCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Authorizes the Shield Response Team (SRT) using the specified role, to access your Amazon Web Services account to assist with DDoS attack mitigation during potential attacks. This enables the SRT to inspect your WAF configuration and create or update WAF rules and web ACLs.</p>
|
|
30
30
|
* <p>You can associate only one <code>RoleArn</code> with your subscription. If you submit an <code>AssociateDRTRole</code> request for an account that already has an associated role, the new <code>RoleArn</code> will replace the existing <code>RoleArn</code>. </p>
|
|
31
31
|
* <p>Prior to making the <code>AssociateDRTRole</code> request, you must attach the <code>AWSShieldDRTAccessPolicy</code> managed policy to the role that you'll specify in the request. You can access this policy in the IAM console at <a href="https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy">AWSShieldDRTAccessPolicy</a>. For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html">Adding and removing IAM identity permissions</a>. The role must also trust the service principal
|
|
@@ -76,6 +76,7 @@ declare const AssociateDRTRoleCommand_base: {
|
|
|
76
76
|
* @throws {@link ShieldServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class AssociateDRTRoleCommand extends AssociateDRTRoleCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckR
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateHealthCheckCommand_base: {
|
|
24
24
|
new (input: AssociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. </p>
|
|
30
30
|
* <p>You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option">Shield Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>. </p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const AssociateHealthCheckCommand_base: {
|
|
|
72
72
|
* @throws {@link ShieldServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class AssociateHealthCheckCommand extends AssociateHealthCheckCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateProactiveEngagementDetailsCommandOutput extends Associ
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
24
24
|
new (input: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateProactiveEngagementDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Initializes proactive engagement and sets the list of contacts for the Shield Response Team (SRT) to use. You must provide at least one phone number in the emergency contact list. </p>
|
|
30
30
|
* <p>After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls <code>DisableProactiveEngagement</code> and <code>EnableProactiveEngagement</code>. </p>
|
|
31
31
|
* <note>
|
|
@@ -78,6 +78,7 @@ declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
|
78
78
|
* @throws {@link ShieldServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class AssociateProactiveEngagementDetailsCommand extends AssociateProactiveEngagementDetailsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProtectionCommandOutput extends CreateProtectionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProtectionCommand_base: {
|
|
24
24
|
new (input: CreateProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses.</p>
|
|
30
30
|
* <p>You can add protection to only a single resource with each <code>CreateProtection</code> request. You can add protection to multiple resources
|
|
31
31
|
* at once through the Shield Advanced console at <a href="https://console.aws.amazon.com/wafv2/shieldv2#/">https://console.aws.amazon.com/wafv2/shieldv2#/</a>.
|
|
@@ -90,6 +90,7 @@ declare const CreateProtectionCommand_base: {
|
|
|
90
90
|
* @throws {@link ShieldServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class CreateProtectionCommand extends CreateProtectionCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProtectionGroupCommandOutput extends CreateProtectionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProtectionGroupCommand_base: {
|
|
24
24
|
new (input: CreateProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const CreateProtectionGroupCommand_base: {
|
|
|
82
82
|
* @throws {@link ShieldServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateProtectionGroupCommand extends CreateProtectionGroupCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSubscriptionCommandOutput extends CreateSubscriptionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSubscriptionCommand_base: {
|
|
24
24
|
new (input: CreateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Activates Shield Advanced for an account.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account,
|
|
@@ -60,6 +60,7 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
60
60
|
* @throws {@link ShieldServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProtectionCommand_base: {
|
|
24
24
|
new (input: DeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Shield Advanced <a>Protection</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const DeleteProtectionCommand_base: {
|
|
|
61
61
|
* @throws {@link ShieldServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteProtectionCommand extends DeleteProtectionCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProtectionGroupCommand_base: {
|
|
24
24
|
new (input: DeleteProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified protection group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const DeleteProtectionGroupCommand_base: {
|
|
|
61
61
|
* @throws {@link ShieldServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
|
|
66
67
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSubscriptionCommand_base: {
|
|
24
24
|
new (input: DeleteSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment. </p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +58,8 @@ declare const DeleteSubscriptionCommand_base: {
|
|
|
60
58
|
* @throws {@link ShieldServiceException}
|
|
61
59
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
62
60
|
*
|
|
61
|
+
* @public
|
|
62
|
+
* @deprecated
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
|
|
65
65
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAttackCommand_base: {
|
|
24
24
|
new (input: DescribeAttackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAttackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the details of a DDoS attack. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const DescribeAttackCommand_base: {
|
|
|
115
115
|
* @throws {@link ShieldServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAttackStatisticsCommand_base: {
|
|
24
24
|
new (input: DescribeAttackStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeAttackStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* <p>The operation returns data for the time range of midnight UTC, one year ago, to midnight UTC, today. For example, if the current time is <code>2020-10-26 15:39:32 PDT</code>, equal to <code>2020-10-26 22:39:32 UTC</code>, then the time range for the attack data returned is from <code>2019-10-26 00:00:00 UTC</code> to <code>2020-10-26 00:00:00 UTC</code>. </p>
|
|
31
31
|
* <p>The time range indicates the period covered by the attack statistics data items.</p>
|
|
@@ -75,6 +75,7 @@ declare const DescribeAttackStatisticsCommand_base: {
|
|
|
75
75
|
* @throws {@link ShieldServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDRTAccessCommand_base: {
|
|
24
24
|
new (input: DescribeDRTAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeDRTAccessCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const DescribeDRTAccessCommand_base: {
|
|
|
60
60
|
* @throws {@link ShieldServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeE
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
24
24
|
new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
|
63
63
|
* @throws {@link ShieldServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeProtectionCommand_base: {
|
|
24
24
|
new (input: DescribeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeProtectionCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the details of a <a>Protection</a> object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const DescribeProtectionCommand_base: {
|
|
|
78
78
|
* @throws {@link ShieldServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeProtectionGroupCommand_base: {
|
|
24
24
|
new (input: DescribeProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the specification for the specified protection group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const DescribeProtectionGroupCommand_base: {
|
|
|
68
68
|
* @throws {@link ShieldServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSubscriptionCommand_base: {
|
|
24
24
|
new (input: DescribeSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Provides details about the Shield Advanced subscription for an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const DescribeSubscriptionCommand_base: {
|
|
|
88
88
|
* @throws {@link ShieldServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput extends D
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
24
24
|
new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This
|
|
30
30
|
* stops Shield Advanced from creating, verifying, and applying WAF rules for attacks that it detects for the resource. </p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
|
68
68
|
* @throws {@link ShieldServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableProactiveEngagementCommand_base: {
|
|
24
24
|
new (input: DisableProactiveEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DisableProactiveEngagementCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const DisableProactiveEngagementCommand_base: {
|
|
|
65
65
|
* @throws {@link ShieldServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateDRTLogBucketCommand_base: {
|
|
24
24
|
new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DisassociateDRTLogBucketCommand_base: {
|
|
|
70
70
|
* @throws {@link ShieldServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateDRTRoleCommand_base: {
|
|
24
24
|
new (input: DisassociateDRTRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DisassociateDRTRoleCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DisassociateDRTRoleCommand_base: {
|
|
|
62
62
|
* @throws {@link ShieldServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateHealthCheckCommand_base: {
|
|
24
24
|
new (input: DisassociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* <p>You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option">Shield Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>. </p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const DisassociateHealthCheckCommand_base: {
|
|
|
69
69
|
* @throws {@link ShieldServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {
|
|
74
75
|
}
|