@aws-sdk/client-shield 3.533.0 → 3.536.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 +4 -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
|
@@ -22,10 +22,10 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput extends En
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableApplicationLayerAutomaticResponseCommand_base: {
|
|
24
24
|
new (input: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. </p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This feature is available for Amazon CloudFront distributions and Application Load Balancers only.</p>
|
|
@@ -88,6 +88,7 @@ declare const EnableApplicationLayerAutomaticResponseCommand_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 EnableApplicationLayerAutomaticResponseCommand extends EnableApplicationLayerAutomaticResponseCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableProactiveEngagementCommandOutput extends EnableProactiveE
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableProactiveEngagementCommand_base: {
|
|
24
24
|
new (input: EnableProactiveEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [EnableProactiveEngagementCommandInput]): import("@smithy/smithy-client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, 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 use email and phone 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 EnableProactiveEngagementCommand_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 EnableProactiveEngagementCommand extends EnableProactiveEngagementCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSubscriptionStateCommand_base: {
|
|
24
24
|
new (input: GetSubscriptionStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetSubscriptionStateCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the <code>SubscriptionState</code>, either <code>Active</code> or <code>Inactive</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -54,6 +54,7 @@ declare const GetSubscriptionStateCommand_base: {
|
|
|
54
54
|
* @throws {@link ShieldServiceException}
|
|
55
55
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
56
56
|
*
|
|
57
|
+
* @public
|
|
57
58
|
*/
|
|
58
59
|
export declare class GetSubscriptionStateCommand extends GetSubscriptionStateCommand_base {
|
|
59
60
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAttacksCommandOutput extends ListAttacksResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttacksCommand_base: {
|
|
24
24
|
new (input: ListAttacksCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAttacksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns all ongoing DDoS attacks or all DDoS attacks during a specified time
|
|
30
30
|
* period.</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const ListAttacksCommand_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 ListAttacksCommand extends ListAttacksCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProtectionGroupsCommand_base: {
|
|
24
24
|
new (input: ListProtectionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProtectionGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves <a>ProtectionGroup</a> objects for the account. You can retrieve all protection groups or you can provide
|
|
30
30
|
* filtering criteria and retrieve just the subset of protection groups that match the criteria. </p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const ListProtectionGroupsCommand_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 ListProtectionGroupsCommand extends ListProtectionGroupsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProtectionsCommandOutput extends ListProtectionsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProtectionsCommand_base: {
|
|
24
24
|
new (input: ListProtectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProtectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves <a>Protection</a> objects for the account. You can retrieve all protections or you can provide
|
|
30
30
|
* filtering criteria and retrieve just the subset of protections that match the criteria. </p>
|
|
31
31
|
* @example
|
|
@@ -93,6 +93,7 @@ declare const ListProtectionsCommand_base: {
|
|
|
93
93
|
* @throws {@link ShieldServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListProtectionsCommand extends ListProtectionsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListResourcesInProtectionGroupCommandOutput extends ListResourc
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListResourcesInProtectionGroupCommand_base: {
|
|
24
24
|
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListResourcesInProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the resources that are included in the protection group. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListResourcesInProtectionGroupCommand_base: {
|
|
|
67
67
|
* @throws {@link ShieldServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListResourcesInProtectionGroupCommand extends ListResourcesInProtectionGroupCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link ShieldServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds or updates tags for a resource in Shield.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from a resource in Shield.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link ShieldServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends Up
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
|
|
24
24
|
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
|
|
|
71
71
|
* @throws {@link ShieldServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateApplicationLayerAutomaticResponseCommand extends UpdateApplicationLayerAutomaticResponseCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmerg
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEmergencyContactSettingsCommand_base: {
|
|
24
24
|
new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateEmergencyContactSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the details of the list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
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 UpdateEmergencyContactSettingsCommand_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 UpdateEmergencyContactSettingsCommand extends UpdateEmergencyContactSettingsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProtectionGroupCommand_base: {
|
|
24
24
|
new (input: UpdateProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing protection group. A protection group is a grouping of protected resources so they can be handled as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
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 UpdateProtectionGroupCommand_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 UpdateProtectionGroupCommand extends UpdateProtectionGroupCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSubscriptionCommand_base: {
|
|
24
24
|
new (input: UpdateSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.</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,
|
|
@@ -71,6 +71,7 @@ declare const UpdateSubscriptionCommand_base: {
|
|
|
71
71
|
* @throws {@link ShieldServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Shield service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateSubscriptionCommand extends UpdateSubscriptionCommand_base {
|
|
76
77
|
}
|