@aws-sdk/client-shield 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +88 -89
- package/dist-cjs/models/ShieldServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Shield.js +1 -1
- package/dist-es/ShieldClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-es/commands/CreateProtectionCommand.js +2 -2
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeAttackCommand.js +2 -2
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-es/commands/ListAttacksCommand.js +2 -2
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListProtectionsCommand.js +2 -2
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ShieldServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ShieldClient.d.ts +5 -5
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ShieldServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ShieldClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableProactiveEngagementCommandInput extends EnableProactiveEn
|
|
|
22
22
|
export interface EnableProactiveEngagementCommandOutput extends EnableProactiveEngagementResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableProactiveEngagementCommand_base: {
|
|
25
|
-
new (input: EnableProactiveEngagementCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [EnableProactiveEngagementCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableProactiveEngagementCommandInput): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [EnableProactiveEngagementCommandInput]): import("@smithy/core/client").CommandImpl<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSubscriptionStateCommandInput extends GetSubscriptionStateRe
|
|
|
22
22
|
export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSubscriptionStateCommand_base: {
|
|
25
|
-
new (input: GetSubscriptionStateCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSubscriptionStateCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSubscriptionStateCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSubscriptionStateCommandInput]): import("@smithy/core/client").CommandImpl<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the <code>SubscriptionState</code>, either <code>Active</code> or <code>Inactive</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface ListAttacksCommandInput extends ListAttacksRequest {
|
|
|
22
22
|
export interface ListAttacksCommandOutput extends ListAttacksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAttacksCommand_base: {
|
|
25
|
-
new (input: ListAttacksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAttacksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAttacksCommandInput): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAttacksCommandInput]): import("@smithy/core/client").CommandImpl<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns all ongoing DDoS attacks or all DDoS attacks during a specified time
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProtectionGroupsCommandInput extends ListProtectionGroupsRe
|
|
|
22
22
|
export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProtectionGroupsCommand_base: {
|
|
25
|
-
new (input: ListProtectionGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProtectionGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProtectionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProtectionGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves <a>ProtectionGroup</a> objects for the account. You can retrieve all protection groups or you can provide
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface ListProtectionsCommandInput extends ListProtectionsRequest {
|
|
|
22
22
|
export interface ListProtectionsCommandOutput extends ListProtectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProtectionsCommand_base: {
|
|
25
|
-
new (input: ListProtectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProtectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProtectionsCommandInput): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProtectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves <a>Protection</a> objects for the account. You can retrieve all protections or you can provide
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface ListResourcesInProtectionGroupCommandInput extends ListResource
|
|
|
22
22
|
export interface ListResourcesInProtectionGroupCommandOutput extends ListResourcesInProtectionGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResourcesInProtectionGroupCommand_base: {
|
|
25
|
-
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResourcesInProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the resources that are included in the protection group. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates tags for a resource in Shield.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from a resource in Shield.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationLayerAutomaticResponseCommandInput extends Upd
|
|
|
22
22
|
export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends UpdateApplicationLayerAutomaticResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateApplicationLayerAutomaticResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateEmergencyContactSettingsCommandInput extends UpdateEmerge
|
|
|
22
22
|
export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmergencyContactSettingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateEmergencyContactSettingsCommand_base: {
|
|
25
|
-
new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateEmergencyContactSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateEmergencyContactSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateEmergencyContactSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateProtectionGroupCommandInput extends UpdateProtectionGroup
|
|
|
22
22
|
export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProtectionGroupCommand_base: {
|
|
25
|
-
new (input: UpdateProtectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateProtectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProtectionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionReques
|
|
|
22
22
|
export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSubscriptionCommand_base: {
|
|
25
|
-
new (input: UpdateSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateSubscriptionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateSubscriptionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { ShieldServiceException as __BaseException } from "./ShieldServiceException";
|
|
@@ -5,13 +5,13 @@ import type { ShieldClientConfig } from "./ShieldClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ShieldClientConfig } from "./ShieldClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ShieldClientConfig } from "./ShieldClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateDRTLogBucketRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateDRTLogBucketCommandOutput
|
|
|
19
19
|
declare const AssociateDRTLogBucketCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateDRTLogBucketCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateDRTLogBucketCommandInput,
|
|
24
24
|
AssociateDRTLogBucketCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateDRTLogBucketCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateDRTLogBucketCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateDRTLogBucketCommandInput,
|
|
33
33
|
AssociateDRTLogBucketCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateDRTLogBucketCommand extends AssociateDRTLogBucketCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateDRTRoleRequest,
|
|
@@ -18,7 +18,7 @@ export interface AssociateDRTRoleCommandOutput
|
|
|
18
18
|
declare const AssociateDRTRoleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: AssociateDRTRoleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
AssociateDRTRoleCommandInput,
|
|
23
23
|
AssociateDRTRoleCommandOutput,
|
|
24
24
|
ShieldClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const AssociateDRTRoleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: AssociateDRTRoleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
AssociateDRTRoleCommandInput,
|
|
32
32
|
AssociateDRTRoleCommandOutput,
|
|
33
33
|
ShieldClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class AssociateDRTRoleCommand extends AssociateDRTRoleCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateHealthCheckRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateHealthCheckCommandOutput
|
|
|
19
19
|
declare const AssociateHealthCheckCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateHealthCheckCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateHealthCheckCommandInput,
|
|
24
24
|
AssociateHealthCheckCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateHealthCheckCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateHealthCheckCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateHealthCheckCommandInput,
|
|
33
33
|
AssociateHealthCheckCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateHealthCheckCommand extends AssociateHealthCheckCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateProactiveEngagementDetailsRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateProactiveEngagementDetailsCommandOutput
|
|
|
19
19
|
declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateProactiveEngagementDetailsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateProactiveEngagementDetailsCommandInput,
|
|
24
24
|
AssociateProactiveEngagementDetailsCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateProactiveEngagementDetailsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateProactiveEngagementDetailsCommandInput,
|
|
33
33
|
AssociateProactiveEngagementDetailsCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateProactiveEngagementDetailsCommand extends AssociateProactiveEngagementDetailsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateProtectionRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateProtectionCommandOutput
|
|
|
18
18
|
declare const CreateProtectionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateProtectionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateProtectionCommandInput,
|
|
23
23
|
CreateProtectionCommandOutput,
|
|
24
24
|
ShieldClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateProtectionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateProtectionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateProtectionCommandInput,
|
|
32
32
|
CreateProtectionCommandOutput,
|
|
33
33
|
ShieldClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateProtectionCommand extends CreateProtectionCommand_base {
|
|
40
42
|
protected static __types: {
|