@aws-sdk/client-shield 3.337.0 → 3.338.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/ShieldClient.js +2 -1
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +2 -1
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +2 -1
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +2 -1
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +2 -1
- package/dist-cjs/commands/CreateProtectionCommand.js +2 -1
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateSubscriptionCommand.js +2 -1
- package/dist-cjs/commands/DeleteProtectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +2 -1
- package/dist-cjs/commands/DescribeAttackCommand.js +2 -1
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +2 -1
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +2 -1
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +2 -1
- package/dist-cjs/commands/DescribeProtectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +2 -1
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -1
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +2 -1
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +2 -1
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +2 -1
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +2 -1
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -1
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +2 -1
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +2 -1
- package/dist-cjs/commands/ListAttacksCommand.js +2 -1
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListProtectionsCommand.js +2 -1
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -1
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +2 -1
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ShieldServiceException.js +2 -1
- package/dist-es/ShieldClient.js +1 -0
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +1 -0
- package/dist-es/commands/AssociateDRTRoleCommand.js +1 -0
- package/dist-es/commands/AssociateHealthCheckCommand.js +1 -0
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +1 -0
- package/dist-es/commands/CreateProtectionCommand.js +1 -0
- package/dist-es/commands/CreateProtectionGroupCommand.js +1 -0
- package/dist-es/commands/CreateSubscriptionCommand.js +1 -0
- package/dist-es/commands/DeleteProtectionCommand.js +1 -0
- package/dist-es/commands/DeleteProtectionGroupCommand.js +1 -0
- package/dist-es/commands/DeleteSubscriptionCommand.js +1 -0
- package/dist-es/commands/DescribeAttackCommand.js +1 -0
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +1 -0
- package/dist-es/commands/DescribeDRTAccessCommand.js +1 -0
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +1 -0
- package/dist-es/commands/DescribeProtectionCommand.js +1 -0
- package/dist-es/commands/DescribeProtectionGroupCommand.js +1 -0
- package/dist-es/commands/DescribeSubscriptionCommand.js +1 -0
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +1 -0
- package/dist-es/commands/DisableProactiveEngagementCommand.js +1 -0
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +1 -0
- package/dist-es/commands/DisassociateDRTRoleCommand.js +1 -0
- package/dist-es/commands/DisassociateHealthCheckCommand.js +1 -0
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +1 -0
- package/dist-es/commands/EnableProactiveEngagementCommand.js +1 -0
- package/dist-es/commands/GetSubscriptionStateCommand.js +1 -0
- package/dist-es/commands/ListAttacksCommand.js +1 -0
- package/dist-es/commands/ListProtectionGroupsCommand.js +1 -0
- package/dist-es/commands/ListProtectionsCommand.js +1 -0
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +1 -0
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +1 -0
- package/dist-es/commands/UpdateProtectionGroupCommand.js +1 -0
- package/dist-es/commands/UpdateSubscriptionCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ShieldServiceException.js +1 -0
- package/dist-types/ShieldClient.d.ts +3 -3
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +4 -0
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +4 -0
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +4 -0
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +4 -0
- package/dist-types/commands/CreateProtectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProtectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAttackCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProtectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +4 -0
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +4 -0
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +4 -0
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +4 -0
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +4 -0
- package/dist-types/commands/ListAttacksCommand.d.ts +4 -0
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListProtectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/ShieldServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ShieldClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Shield Advanced</fullname>
|
|
3
|
+
* <p>This is the <i>Shield Advanced API Reference</i>. This guide is for developers who need detailed information about the Shield Advanced API actions,
|
|
4
|
+
* data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the
|
|
5
|
+
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">WAF and Shield Developer Guide</a>.</p>
|
|
6
|
+
*
|
|
7
|
+
* @packageDocumentation
|
|
8
|
+
*/
|
|
2
9
|
export * from "./ShieldClient";
|
|
10
|
+
export * from "./Shield";
|
|
3
11
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
12
|
export * from "./pagination";
|
|
13
|
+
export * from "./models";
|
|
6
14
|
export { ShieldServiceException } from "./models/ShieldServiceException";
|
|
@@ -195,6 +195,7 @@ import {
|
|
|
195
195
|
ClientResolvedEndpointParameters,
|
|
196
196
|
EndpointParameters,
|
|
197
197
|
} from "./endpoint/EndpointParameters";
|
|
198
|
+
export { __Client };
|
|
198
199
|
export type ServiceInputTypes =
|
|
199
200
|
| AssociateDRTLogBucketCommandInput
|
|
200
201
|
| AssociateDRTRoleCommandInput
|
|
@@ -293,7 +294,7 @@ export interface ClientDefaults
|
|
|
293
294
|
logger?: __Logger;
|
|
294
295
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
295
296
|
}
|
|
296
|
-
type ShieldClientConfigType = Partial<
|
|
297
|
+
export type ShieldClientConfigType = Partial<
|
|
297
298
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
298
299
|
> &
|
|
299
300
|
ClientDefaults &
|
|
@@ -305,7 +306,7 @@ type ShieldClientConfigType = Partial<
|
|
|
305
306
|
UserAgentInputConfig &
|
|
306
307
|
ClientInputEndpointParameters;
|
|
307
308
|
export interface ShieldClientConfig extends ShieldClientConfigType {}
|
|
308
|
-
type ShieldClientResolvedConfigType =
|
|
309
|
+
export type ShieldClientResolvedConfigType =
|
|
309
310
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
310
311
|
Required<ClientDefaults> &
|
|
311
312
|
RegionResolvedConfig &
|
|
@@ -327,4 +328,3 @@ export declare class ShieldClient extends __Client<
|
|
|
327
328
|
constructor(configuration: ShieldClientConfig);
|
|
328
329
|
destroy(): void;
|
|
329
330
|
}
|
|
330
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateDRTLogBucketCommandInput
|
|
19
20
|
extends AssociateDRTLogBucketRequest {}
|
|
20
21
|
export interface AssociateDRTLogBucketCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateDRTRoleCommandInput extends AssociateDRTRoleRequest {}
|
|
19
20
|
export interface AssociateDRTRoleCommandOutput
|
|
20
21
|
extends AssociateDRTRoleResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateHealthCheckCommandInput
|
|
19
20
|
extends AssociateHealthCheckRequest {}
|
|
20
21
|
export interface AssociateHealthCheckCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateProactiveEngagementDetailsCommandInput
|
|
19
20
|
extends AssociateProactiveEngagementDetailsRequest {}
|
|
20
21
|
export interface AssociateProactiveEngagementDetailsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
|
|
19
20
|
export interface CreateProtectionCommandOutput
|
|
20
21
|
extends CreateProtectionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateProtectionGroupCommandInput
|
|
19
20
|
extends CreateProtectionGroupRequest {}
|
|
20
21
|
export interface CreateProtectionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSubscriptionCommandInput
|
|
19
20
|
extends CreateSubscriptionRequest {}
|
|
20
21
|
export interface CreateSubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
|
|
19
20
|
export interface DeleteProtectionCommandOutput
|
|
20
21
|
extends DeleteProtectionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteProtectionGroupCommandInput
|
|
19
20
|
extends DeleteProtectionGroupRequest {}
|
|
20
21
|
export interface DeleteProtectionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSubscriptionCommandInput
|
|
19
20
|
extends DeleteSubscriptionRequest {}
|
|
20
21
|
export interface DeleteSubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
|
|
19
20
|
export interface DescribeAttackCommandOutput
|
|
20
21
|
extends DescribeAttackResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAttackStatisticsCommandInput
|
|
19
20
|
extends DescribeAttackStatisticsRequest {}
|
|
20
21
|
export interface DescribeAttackStatisticsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDRTAccessCommandInput
|
|
19
20
|
extends DescribeDRTAccessRequest {}
|
|
20
21
|
export interface DescribeDRTAccessCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEmergencyContactSettingsCommandInput
|
|
19
20
|
extends DescribeEmergencyContactSettingsRequest {}
|
|
20
21
|
export interface DescribeEmergencyContactSettingsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeProtectionCommandInput
|
|
19
20
|
extends DescribeProtectionRequest {}
|
|
20
21
|
export interface DescribeProtectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeProtectionGroupCommandInput
|
|
19
20
|
extends DescribeProtectionGroupRequest {}
|
|
20
21
|
export interface DescribeProtectionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSubscriptionCommandInput
|
|
19
20
|
extends DescribeSubscriptionRequest {}
|
|
20
21
|
export interface DescribeSubscriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisableApplicationLayerAutomaticResponseCommandInput
|
|
19
20
|
extends DisableApplicationLayerAutomaticResponseRequest {}
|
|
20
21
|
export interface DisableApplicationLayerAutomaticResponseCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisableProactiveEngagementCommandInput
|
|
19
20
|
extends DisableProactiveEngagementRequest {}
|
|
20
21
|
export interface DisableProactiveEngagementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateDRTLogBucketCommandInput
|
|
19
20
|
extends DisassociateDRTLogBucketRequest {}
|
|
20
21
|
export interface DisassociateDRTLogBucketCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateDRTRoleCommandInput
|
|
19
20
|
extends DisassociateDRTRoleRequest {}
|
|
20
21
|
export interface DisassociateDRTRoleCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateHealthCheckCommandInput
|
|
19
20
|
extends DisassociateHealthCheckRequest {}
|
|
20
21
|
export interface DisassociateHealthCheckCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EnableApplicationLayerAutomaticResponseCommandInput
|
|
19
20
|
extends EnableApplicationLayerAutomaticResponseRequest {}
|
|
20
21
|
export interface EnableApplicationLayerAutomaticResponseCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EnableProactiveEngagementCommandInput
|
|
19
20
|
extends EnableProactiveEngagementRequest {}
|
|
20
21
|
export interface EnableProactiveEngagementCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSubscriptionStateCommandInput
|
|
19
20
|
extends GetSubscriptionStateRequest {}
|
|
20
21
|
export interface GetSubscriptionStateCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
ShieldClientResolvedConfig,
|
|
14
14
|
} from "../ShieldClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListAttacksCommandInput extends ListAttacksRequest {}
|
|
16
17
|
export interface ListAttacksCommandOutput
|
|
17
18
|
extends ListAttacksResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListProtectionGroupsCommandInput
|
|
19
20
|
extends ListProtectionGroupsRequest {}
|
|
20
21
|
export interface ListProtectionGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListProtectionsCommandInput extends ListProtectionsRequest {}
|
|
19
20
|
export interface ListProtectionsCommandOutput
|
|
20
21
|
extends ListProtectionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResourcesInProtectionGroupCommandInput
|
|
19
20
|
extends ListResourcesInProtectionGroupRequest {}
|
|
20
21
|
export interface ListResourcesInProtectionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
ShieldClientResolvedConfig,
|
|
14
14
|
} from "../ShieldClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateApplicationLayerAutomaticResponseCommandInput
|
|
19
20
|
extends UpdateApplicationLayerAutomaticResponseRequest {}
|
|
20
21
|
export interface UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEmergencyContactSettingsCommandInput
|
|
19
20
|
extends UpdateEmergencyContactSettingsRequest {}
|
|
20
21
|
export interface UpdateEmergencyContactSettingsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateProtectionGroupCommandInput
|
|
19
20
|
extends UpdateProtectionGroupRequest {}
|
|
20
21
|
export interface UpdateProtectionGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
ShieldClientResolvedConfig,
|
|
17
17
|
} from "../ShieldClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSubscriptionCommandInput
|
|
19
20
|
extends UpdateSubscriptionRequest {}
|
|
20
21
|
export interface UpdateSubscriptionCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Shield";
|
|
2
1
|
export * from "./ShieldClient";
|
|
2
|
+
export * from "./Shield";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ShieldServiceException } from "./models/ShieldServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ShieldServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.338.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
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.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|