@aws-sdk/client-shield 3.890.0 → 3.893.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.
Files changed (37) hide show
  1. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -0
  2. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -0
  3. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -0
  4. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateProtectionCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -0
  8. package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +2 -0
  11. package/dist-types/commands/DescribeAttackCommand.d.ts +2 -0
  12. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -0
  13. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -0
  14. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -0
  15. package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -0
  16. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -0
  18. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  19. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -0
  20. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -0
  21. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -0
  22. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -0
  23. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  24. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -0
  25. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -0
  26. package/dist-types/commands/ListAttacksCommand.d.ts +2 -0
  27. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -0
  28. package/dist-types/commands/ListProtectionsCommand.d.ts +2 -0
  29. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  33. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  34. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -0
  35. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -0
  36. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -0
  37. package/package.json +19 -19
@@ -34,6 +34,8 @@ declare const AssociateDRTLogBucketCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, AssociateDRTLogBucketCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, AssociateDRTLogBucketCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // AssociateDRTLogBucketRequest
39
41
  * LogBucket: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const AssociateDRTRoleCommand_base: {
39
39
  * ```javascript
40
40
  * import { ShieldClient, AssociateDRTRoleCommand } from "@aws-sdk/client-shield"; // ES Modules import
41
41
  * // const { ShieldClient, AssociateDRTRoleCommand } = require("@aws-sdk/client-shield"); // CommonJS import
42
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
43
+ * const config = {}; // type is ShieldClientConfig
42
44
  * const client = new ShieldClient(config);
43
45
  * const input = { // AssociateDRTRoleRequest
44
46
  * RoleArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const AssociateHealthCheckCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, AssociateHealthCheckCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, AssociateHealthCheckCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // AssociateHealthCheckRequest
39
41
  * ProtectionId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const AssociateProactiveEngagementDetailsCommand_base: {
38
38
  * ```javascript
39
39
  * import { ShieldClient, AssociateProactiveEngagementDetailsCommand } from "@aws-sdk/client-shield"; // ES Modules import
40
40
  * // const { ShieldClient, AssociateProactiveEngagementDetailsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
41
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
42
+ * const config = {}; // type is ShieldClientConfig
41
43
  * const client = new ShieldClient(config);
42
44
  * const input = { // AssociateProactiveEngagementDetailsRequest
43
45
  * EmergencyContactList: [ // EmergencyContactList // required
@@ -38,6 +38,8 @@ declare const CreateProtectionCommand_base: {
38
38
  * ```javascript
39
39
  * import { ShieldClient, CreateProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import
40
40
  * // const { ShieldClient, CreateProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
41
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
42
+ * const config = {}; // type is ShieldClientConfig
41
43
  * const client = new ShieldClient(config);
42
44
  * const input = { // CreateProtectionRequest
43
45
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateProtectionGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, CreateProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, CreateProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // CreateProtectionGroupRequest
38
40
  * ProtectionGroupId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const CreateSubscriptionCommand_base: {
38
38
  * ```javascript
39
39
  * import { ShieldClient, CreateSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import
40
40
  * // const { ShieldClient, CreateSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
41
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
42
+ * const config = {}; // type is ShieldClientConfig
41
43
  * const client = new ShieldClient(config);
42
44
  * const input = {};
43
45
  * const command = new CreateSubscriptionCommand(input);
@@ -33,6 +33,8 @@ declare const DeleteProtectionCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DeleteProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DeleteProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DeleteProtectionRequest
38
40
  * ProtectionId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteProtectionGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DeleteProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DeleteProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DeleteProtectionGroupRequest
38
40
  * ProtectionGroupId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DeleteSubscriptionCommand_base: {
35
35
  * ```javascript
36
36
  * import { ShieldClient, DeleteSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import
37
37
  * // const { ShieldClient, DeleteSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
38
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
39
+ * const config = {}; // type is ShieldClientConfig
38
40
  * const client = new ShieldClient(config);
39
41
  * const input = {};
40
42
  * const command = new DeleteSubscriptionCommand(input);
@@ -33,6 +33,8 @@ declare const DescribeAttackCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeAttackCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeAttackCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DescribeAttackRequest
38
40
  * AttackId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeAttackStatisticsCommand_base: {
35
35
  * ```javascript
36
36
  * import { ShieldClient, DescribeAttackStatisticsCommand } from "@aws-sdk/client-shield"; // ES Modules import
37
37
  * // const { ShieldClient, DescribeAttackStatisticsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
38
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
39
+ * const config = {}; // type is ShieldClientConfig
38
40
  * const client = new ShieldClient(config);
39
41
  * const input = {};
40
42
  * const command = new DescribeAttackStatisticsCommand(input);
@@ -33,6 +33,8 @@ declare const DescribeDRTAccessCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeDRTAccessCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeDRTAccessCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new DescribeDRTAccessCommand(input);
@@ -33,6 +33,8 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeEmergencyContactSettingsCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeEmergencyContactSettingsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new DescribeEmergencyContactSettingsCommand(input);
@@ -33,6 +33,8 @@ declare const DescribeProtectionCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeProtectionCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeProtectionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DescribeProtectionRequest
38
40
  * ProtectionId: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeProtectionGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DescribeProtectionGroupRequest
38
40
  * ProtectionGroupId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeSubscriptionCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DescribeSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DescribeSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new DescribeSubscriptionCommand(input);
@@ -34,6 +34,8 @@ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, DisableApplicationLayerAutomaticResponseCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, DisableApplicationLayerAutomaticResponseCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // DisableApplicationLayerAutomaticResponseRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DisableProactiveEngagementCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DisableProactiveEngagementCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DisableProactiveEngagementCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new DisableProactiveEngagementCommand(input);
@@ -33,6 +33,8 @@ declare const DisassociateDRTLogBucketCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DisassociateDRTLogBucketCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DisassociateDRTLogBucketCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // DisassociateDRTLogBucketRequest
38
40
  * LogBucket: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DisassociateDRTRoleCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, DisassociateDRTRoleCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, DisassociateDRTRoleCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new DisassociateDRTRoleCommand(input);
@@ -34,6 +34,8 @@ declare const DisassociateHealthCheckCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, DisassociateHealthCheckCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, DisassociateHealthCheckCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // DisassociateHealthCheckRequest
39
41
  * ProtectionId: "STRING_VALUE", // required
@@ -47,6 +47,8 @@ declare const EnableApplicationLayerAutomaticResponseCommand_base: {
47
47
  * ```javascript
48
48
  * import { ShieldClient, EnableApplicationLayerAutomaticResponseCommand } from "@aws-sdk/client-shield"; // ES Modules import
49
49
  * // const { ShieldClient, EnableApplicationLayerAutomaticResponseCommand } = require("@aws-sdk/client-shield"); // CommonJS import
50
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
51
+ * const config = {}; // type is ShieldClientConfig
50
52
  * const client = new ShieldClient(config);
51
53
  * const input = { // EnableApplicationLayerAutomaticResponseRequest
52
54
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const EnableProactiveEngagementCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, EnableProactiveEngagementCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, EnableProactiveEngagementCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new EnableProactiveEngagementCommand(input);
@@ -33,6 +33,8 @@ declare const GetSubscriptionStateCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, GetSubscriptionStateCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, GetSubscriptionStateCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = {};
38
40
  * const command = new GetSubscriptionStateCommand(input);
@@ -34,6 +34,8 @@ declare const ListAttacksCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, ListAttacksCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, ListAttacksCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // ListAttacksRequest
39
41
  * ResourceArns: [ // ResourceArnFilterList
@@ -34,6 +34,8 @@ declare const ListProtectionGroupsCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, ListProtectionGroupsCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, ListProtectionGroupsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // ListProtectionGroupsRequest
39
41
  * NextToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListProtectionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { ShieldClient, ListProtectionsCommand } from "@aws-sdk/client-shield"; // ES Modules import
36
36
  * // const { ShieldClient, ListProtectionsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
37
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
38
+ * const config = {}; // type is ShieldClientConfig
37
39
  * const client = new ShieldClient(config);
38
40
  * const input = { // ListProtectionsRequest
39
41
  * NextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListResourcesInProtectionGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, ListResourcesInProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, ListResourcesInProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // ListResourcesInProtectionGroupRequest
38
40
  * ProtectionGroupId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, ListTagsForResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, ListTagsForResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, TagResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, TagResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, UntagResourceCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, UntagResourceCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateApplicationLayerAutomaticResponseCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, UpdateApplicationLayerAutomaticResponseCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, UpdateApplicationLayerAutomaticResponseCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // UpdateApplicationLayerAutomaticResponseRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateEmergencyContactSettingsCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, UpdateEmergencyContactSettingsCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, UpdateEmergencyContactSettingsCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // UpdateEmergencyContactSettingsRequest
38
40
  * EmergencyContactList: [ // EmergencyContactList
@@ -33,6 +33,8 @@ declare const UpdateProtectionGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { ShieldClient, UpdateProtectionGroupCommand } from "@aws-sdk/client-shield"; // ES Modules import
35
35
  * // const { ShieldClient, UpdateProtectionGroupCommand } = require("@aws-sdk/client-shield"); // CommonJS import
36
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
37
+ * const config = {}; // type is ShieldClientConfig
36
38
  * const client = new ShieldClient(config);
37
39
  * const input = { // UpdateProtectionGroupRequest
38
40
  * ProtectionGroupId: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const UpdateSubscriptionCommand_base: {
37
37
  * ```javascript
38
38
  * import { ShieldClient, UpdateSubscriptionCommand } from "@aws-sdk/client-shield"; // ES Modules import
39
39
  * // const { ShieldClient, UpdateSubscriptionCommand } = require("@aws-sdk/client-shield"); // CommonJS import
40
+ * // import type { ShieldClientConfig } from "@aws-sdk/client-shield";
41
+ * const config = {}; // type is ShieldClientConfig
40
42
  * const client = new ShieldClient(config);
41
43
  * const input = { // UpdateSubscriptionRequest
42
44
  * AutoRenew: "ENABLED" || "DISABLED",
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.890.0",
4
+ "version": "3.893.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-shield",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },