@aws-sdk/client-shield 3.289.0 → 3.292.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/commands/AssociateDRTLogBucketCommand.d.ts +26 -0
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +20 -0
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +20 -0
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +17 -0
- package/dist-types/commands/CreateProtectionCommand.d.ts +26 -0
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +20 -0
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteProtectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAttackCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeProtectionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +17 -0
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +20 -0
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +17 -0
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +20 -0
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +17 -0
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +4 -0
- package/dist-types/commands/ListAttacksCommand.d.ts +10 -0
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +10 -0
- package/dist-types/commands/ListProtectionsCommand.d.ts +10 -0
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +17 -0
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +14 -0
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +14 -0
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +17 -0
- package/package.json +35 -40
|
@@ -30,6 +30,32 @@ export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucke
|
|
|
30
30
|
* @see {@link AssociateDRTLogBucketCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedForDependencyException} (client fault)
|
|
34
|
+
* <p>In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the <code>iam:PassRole</code> permission. This error indicates the user did not have the appropriate permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
37
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitsExceededException} (client fault)
|
|
46
|
+
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NoAssociatedRoleException} (client fault)
|
|
49
|
+
* <p>The ARN of the role that you specified does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
52
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
53
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
33
59
|
*/
|
|
34
60
|
export declare class AssociateDRTLogBucketCommand extends $Command<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
|
|
35
61
|
readonly input: AssociateDRTLogBucketCommandInput;
|
|
@@ -36,6 +36,26 @@ export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse,
|
|
|
36
36
|
* @see {@link AssociateDRTRoleCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedForDependencyException} (client fault)
|
|
40
|
+
* <p>In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the <code>iam:PassRole</code> permission. This error indicates the user did not have the appropriate permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
43
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
46
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
52
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
53
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
39
59
|
*/
|
|
40
60
|
export declare class AssociateDRTRoleCommand extends $Command<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
|
|
41
61
|
readonly input: AssociateDRTRoleCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckR
|
|
|
30
30
|
* @see {@link AssociateHealthCheckCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitsExceededException} (client fault)
|
|
43
|
+
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
46
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
47
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class AssociateHealthCheckCommand extends $Command<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
|
|
35
55
|
readonly input: AssociateHealthCheckCommandInput;
|
|
@@ -34,6 +34,23 @@ export interface AssociateProactiveEngagementDetailsCommandOutput extends Associ
|
|
|
34
34
|
* @see {@link AssociateProactiveEngagementDetailsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
38
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
41
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
47
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
48
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
37
54
|
*/
|
|
38
55
|
export declare class AssociateProactiveEngagementDetailsCommand extends $Command<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig> {
|
|
39
56
|
readonly input: AssociateProactiveEngagementDetailsCommandInput;
|
|
@@ -34,6 +34,32 @@ export interface CreateProtectionCommandOutput extends CreateProtectionResponse,
|
|
|
34
34
|
* @see {@link CreateProtectionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
38
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
41
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
47
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link LimitsExceededException} (client fault)
|
|
50
|
+
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
53
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
54
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
57
|
+
* <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
37
63
|
*/
|
|
38
64
|
export declare class CreateProtectionCommand extends $Command<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig> {
|
|
39
65
|
readonly input: CreateProtectionCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface CreateProtectionGroupCommandOutput extends CreateProtectionGrou
|
|
|
29
29
|
* @see {@link CreateProtectionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitsExceededException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
42
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
43
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
46
|
+
* <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class CreateProtectionGroupCommand extends $Command<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
|
|
34
54
|
readonly input: CreateProtectionGroupCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface CreateSubscriptionCommandOutput extends CreateSubscriptionRespo
|
|
|
34
34
|
* @see {@link CreateSubscriptionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
38
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class CreateSubscriptionCommand extends $Command<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
|
|
39
46
|
readonly input: CreateSubscriptionCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse,
|
|
|
29
29
|
* @see {@link DeleteProtectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
37
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DeleteProtectionCommand extends $Command<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig> {
|
|
34
45
|
readonly input: DeleteProtectionCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou
|
|
|
29
29
|
* @see {@link DeleteProtectionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
37
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DeleteProtectionGroupCommand extends $Command<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
|
|
34
45
|
readonly input: DeleteProtectionGroupCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo
|
|
|
31
31
|
* @see {@link DeleteSubscriptionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
35
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LockedSubscriptionException} (client fault)
|
|
38
|
+
* <p>You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the <code>AutoRenew</code> parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change <code>AutoRenew</code> prior to that period.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class DeleteSubscriptionCommand extends $Command<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig> {
|
|
36
46
|
readonly input: DeleteSubscriptionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M
|
|
|
29
29
|
* @see {@link DescribeAttackCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Exception that indicates the specified <code>AttackId</code> does not exist, or the requester does not have the appropriate permissions to access the <code>AttackId</code>.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
36
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeAttackCommand extends $Command<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeAttackCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta
|
|
|
31
31
|
* @see {@link DescribeAttackStatisticsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
35
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class DescribeAttackStatisticsCommand extends $Command<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig> {
|
|
36
40
|
readonly input: DescribeAttackStatisticsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons
|
|
|
29
29
|
* @see {@link DescribeDRTAccessCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeDRTAccessCommand extends $Command<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDRTAccessCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeE
|
|
|
29
29
|
* @see {@link DescribeEmergencyContactSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeEmergencyContactSettingsCommand extends $Command<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeEmergencyContactSettingsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo
|
|
|
29
29
|
* @see {@link DescribeProtectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeProtectionCommand extends $Command<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeProtectionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection
|
|
|
29
29
|
* @see {@link DescribeProtectionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeProtectionGroupCommand extends $Command<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeProtectionGroupCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR
|
|
|
29
29
|
* @see {@link DescribeSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeSubscriptionCommand extends $Command<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeSubscriptionCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput extends D
|
|
|
30
30
|
* @see {@link DisableApplicationLayerAutomaticResponseCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
43
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
44
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
|
|
35
52
|
readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv
|
|
|
29
29
|
* @see {@link DisableProactiveEngagementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
42
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
43
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DisableProactiveEngagementCommand extends $Command<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
|
|
34
51
|
readonly input: DisableProactiveEngagementCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo
|
|
|
29
29
|
* @see {@link DisassociateDRTLogBucketCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedForDependencyException} (client fault)
|
|
33
|
+
* <p>In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the <code>iam:PassRole</code> permission. This error indicates the user did not have the appropriate permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
36
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoAssociatedRoleException} (client fault)
|
|
42
|
+
* <p>The ARN of the role that you specified does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
45
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
46
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DisassociateDRTLogBucketCommand extends $Command<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
|
|
34
54
|
readonly input: DisassociateDRTLogBucketCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes
|
|
|
29
29
|
* @see {@link DisassociateDRTRoleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
40
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DisassociateDRTRoleCommand extends $Command<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
|
|
34
48
|
readonly input: DisassociateDRTRoleCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth
|
|
|
30
30
|
* @see {@link DisassociateHealthCheckCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
43
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
44
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DisassociateHealthCheckCommand extends $Command<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
|
|
35
52
|
readonly input: DisassociateHealthCheckCommandInput;
|
|
@@ -43,6 +43,26 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput extends En
|
|
|
43
43
|
* @see {@link EnableApplicationLayerAutomaticResponseCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
47
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
50
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
53
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link LimitsExceededException} (client fault)
|
|
56
|
+
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
59
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
60
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
46
66
|
*/
|
|
47
67
|
export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
|
|
48
68
|
readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface EnableProactiveEngagementCommandOutput extends EnableProactiveE
|
|
|
29
29
|
* @see {@link EnableProactiveEngagementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
42
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
43
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class EnableProactiveEngagementCommand extends $Command<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
|
|
34
51
|
readonly input: EnableProactiveEngagementCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateR
|
|
|
29
29
|
* @see {@link GetSubscriptionStateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetSubscriptionStateCommand extends $Command<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig> {
|
|
34
38
|
readonly input: GetSubscriptionStateCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListAttacksCommandOutput extends ListAttacksResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListAttacksCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListAttacksCommand extends $Command<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig> {
|
|
35
45
|
readonly input: ListAttacksCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsR
|
|
|
30
30
|
* @see {@link ListProtectionGroupsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the <code>NextToken</code> specified in the request is invalid. Submit the request using the <code>NextToken</code> value that was returned in the prior response.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListProtectionGroupsCommand extends $Command<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig> {
|
|
35
45
|
readonly input: ListProtectionGroupsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListProtectionsCommandOutput extends ListProtectionsResponse, _
|
|
|
30
30
|
* @see {@link ListProtectionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
37
|
+
* <p>Exception that indicates that the <code>NextToken</code> specified in the request is invalid. Submit the request using the <code>NextToken</code> value that was returned in the prior response.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListProtectionsCommand extends $Command<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig> {
|
|
35
45
|
readonly input: ListProtectionsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListResourcesInProtectionGroupCommandOutput extends ListResourc
|
|
|
29
29
|
* @see {@link ListResourcesInProtectionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the <code>NextToken</code> specified in the request is invalid. Submit the request using the <code>NextToken</code> value that was returned in the prior response.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListResourcesInProtectionGroupCommand extends $Command<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
|
|
34
44
|
readonly input: ListResourcesInProtectionGroupCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig> {
|
|
34
47
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidResourceException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig> {
|
|
34
47
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends Up
|
|
|
29
29
|
* @see {@link UpdateApplicationLayerAutomaticResponseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidOperationException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
42
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
43
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmerg
|
|
|
29
29
|
* @see {@link UpdateEmergencyContactSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
40
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateEmergencyContactSettingsCommand extends $Command<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateEmergencyContactSettingsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGrou
|
|
|
29
29
|
* @see {@link UpdateProtectionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
39
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
40
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateProtectionGroupCommand extends $Command<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateProtectionGroupCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionRespo
|
|
|
33
33
|
* @see {@link UpdateSubscriptionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ShieldClientResolvedConfig | config} for ShieldClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
37
|
+
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LockedSubscriptionException} (client fault)
|
|
43
|
+
* <p>You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the <code>AutoRenew</code> parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change <code>AutoRenew</code> prior to that period.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OptimisticLockException} (client fault)
|
|
46
|
+
* <p>Exception that indicates that the resource state has been modified by another
|
|
47
|
+
* client. Retrieve the resource and then retry your request.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class UpdateSubscriptionCommand extends $Command<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
|
|
38
55
|
readonly input: UpdateSubscriptionCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-shield",
|
|
3
3
|
"description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|