@aws-sdk/client-shield 3.43.0 → 3.47.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 (51) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist-cjs/Shield.js +45 -0
  3. package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +36 -0
  4. package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +36 -0
  5. package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoints.js +1 -0
  8. package/dist-cjs/models/models_0.js +64 -77
  9. package/dist-cjs/protocols/Aws_json1_1.js +363 -2
  10. package/dist-cjs/runtimeConfig.browser.js +7 -2
  11. package/dist-cjs/runtimeConfig.js +9 -3
  12. package/dist-es/Shield.js +45 -0
  13. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +39 -0
  14. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +39 -0
  15. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +39 -0
  16. package/dist-es/commands/index.js +3 -0
  17. package/dist-es/endpoints.js +1 -0
  18. package/dist-es/models/models_0.js +45 -52
  19. package/dist-es/protocols/Aws_json1_1.js +430 -50
  20. package/dist-es/runtimeConfig.browser.js +12 -3
  21. package/dist-es/runtimeConfig.js +13 -6
  22. package/dist-types/Shield.d.ts +50 -12
  23. package/dist-types/ShieldClient.d.ts +10 -3
  24. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +4 -3
  26. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateProtectionCommand.d.ts +6 -2
  28. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +36 -0
  29. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +0 -1
  30. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +0 -1
  31. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -2
  32. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +48 -0
  33. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +35 -0
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/models_0.d.ts +250 -128
  36. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  37. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  38. package/dist-types/runtimeConfig.d.ts +4 -3
  39. package/dist-types/runtimeConfig.native.d.ts +1 -0
  40. package/dist-types/ts3.4/Shield.d.ts +15 -0
  41. package/dist-types/ts3.4/ShieldClient.d.ts +8 -3
  42. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +92 -56
  47. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  51. package/package.json +38 -45
@@ -17,10 +17,12 @@ import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactS
17
17
  import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "../commands/DescribeProtectionCommand";
18
18
  import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "../commands/DescribeProtectionGroupCommand";
19
19
  import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "../commands/DescribeSubscriptionCommand";
20
+ import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
20
21
  import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "../commands/DisableProactiveEngagementCommand";
21
22
  import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "../commands/DisassociateDRTLogBucketCommand";
22
23
  import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "../commands/DisassociateDRTRoleCommand";
23
24
  import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "../commands/DisassociateHealthCheckCommand";
25
+ import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
24
26
  import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "../commands/EnableProactiveEngagementCommand";
25
27
  import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "../commands/GetSubscriptionStateCommand";
26
28
  import { ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand";
@@ -30,6 +32,7 @@ import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGr
30
32
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
33
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
32
34
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
+ import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
33
36
  import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "../commands/UpdateEmergencyContactSettingsCommand";
34
37
  import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "../commands/UpdateProtectionGroupCommand";
35
38
  import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "../commands/UpdateSubscriptionCommand";
@@ -50,10 +53,12 @@ export declare const serializeAws_json1_1DescribeEmergencyContactSettingsCommand
50
53
  export declare const serializeAws_json1_1DescribeProtectionCommand: (input: DescribeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
54
  export declare const serializeAws_json1_1DescribeProtectionGroupCommand: (input: DescribeProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
55
  export declare const serializeAws_json1_1DescribeSubscriptionCommand: (input: DescribeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (input: DisableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
57
  export declare const serializeAws_json1_1DisableProactiveEngagementCommand: (input: DisableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
58
  export declare const serializeAws_json1_1DisassociateDRTLogBucketCommand: (input: DisassociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
59
  export declare const serializeAws_json1_1DisassociateDRTRoleCommand: (input: DisassociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
60
  export declare const serializeAws_json1_1DisassociateHealthCheckCommand: (input: DisassociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (input: EnableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
62
  export declare const serializeAws_json1_1EnableProactiveEngagementCommand: (input: EnableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
63
  export declare const serializeAws_json1_1GetSubscriptionStateCommand: (input: GetSubscriptionStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
64
  export declare const serializeAws_json1_1ListAttacksCommand: (input: ListAttacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -63,6 +68,7 @@ export declare const serializeAws_json1_1ListResourcesInProtectionGroupCommand:
63
68
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
69
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
70
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (input: UpdateApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
72
  export declare const serializeAws_json1_1UpdateEmergencyContactSettingsCommand: (input: UpdateEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
73
  export declare const serializeAws_json1_1UpdateProtectionGroupCommand: (input: UpdateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
74
  export declare const serializeAws_json1_1UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -83,10 +89,12 @@ export declare const deserializeAws_json1_1DescribeEmergencyContactSettingsComma
83
89
  export declare const deserializeAws_json1_1DescribeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionCommandOutput>;
84
90
  export declare const deserializeAws_json1_1DescribeProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionGroupCommandOutput>;
85
91
  export declare const deserializeAws_json1_1DescribeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscriptionCommandOutput>;
92
+ export declare const deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
86
93
  export declare const deserializeAws_json1_1DisableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProactiveEngagementCommandOutput>;
87
94
  export declare const deserializeAws_json1_1DisassociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTLogBucketCommandOutput>;
88
95
  export declare const deserializeAws_json1_1DisassociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTRoleCommandOutput>;
89
96
  export declare const deserializeAws_json1_1DisassociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateHealthCheckCommandOutput>;
97
+ export declare const deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
90
98
  export declare const deserializeAws_json1_1EnableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProactiveEngagementCommandOutput>;
91
99
  export declare const deserializeAws_json1_1GetSubscriptionStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionStateCommandOutput>;
92
100
  export declare const deserializeAws_json1_1ListAttacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttacksCommandOutput>;
@@ -96,6 +104,7 @@ export declare const deserializeAws_json1_1ListResourcesInProtectionGroupCommand
96
104
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
97
105
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
98
106
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
107
+ export declare const deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
99
108
  export declare const deserializeAws_json1_1UpdateEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
100
109
  export declare const deserializeAws_json1_1UpdateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectionGroupCommandOutput>;
101
110
  export declare const deserializeAws_json1_1UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ShieldClientConfig } from "./ShieldClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ShieldClientConfig } from "./ShieldClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,18 +1,15 @@
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.43.0",
4
+ "version": "3.47.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "test": "exit 0"
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-*"
16
13
  },
17
14
  "main": "./dist-cjs/index.js",
18
15
  "types": "./dist-types/index.d.ts",
@@ -21,48 +18,44 @@
21
18
  "dependencies": {
22
19
  "@aws-crypto/sha256-browser": "2.0.0",
23
20
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.43.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
27
- "@aws-sdk/fetch-http-handler": "3.40.0",
28
- "@aws-sdk/hash-node": "3.40.0",
29
- "@aws-sdk/invalid-dependency": "3.40.0",
30
- "@aws-sdk/middleware-content-length": "3.40.0",
31
- "@aws-sdk/middleware-host-header": "3.40.0",
32
- "@aws-sdk/middleware-logger": "3.40.0",
33
- "@aws-sdk/middleware-retry": "3.40.0",
34
- "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
36
- "@aws-sdk/middleware-stack": "3.40.0",
37
- "@aws-sdk/middleware-user-agent": "3.40.0",
38
- "@aws-sdk/node-config-provider": "3.40.0",
39
- "@aws-sdk/node-http-handler": "3.40.0",
40
- "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.41.0",
42
- "@aws-sdk/types": "3.40.0",
43
- "@aws-sdk/url-parser": "3.40.0",
44
- "@aws-sdk/util-base64-browser": "3.37.0",
45
- "@aws-sdk/util-base64-node": "3.37.0",
46
- "@aws-sdk/util-body-length-browser": "3.37.0",
47
- "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.40.0",
49
- "@aws-sdk/util-user-agent-node": "3.40.0",
50
- "@aws-sdk/util-utf8-browser": "3.37.0",
51
- "@aws-sdk/util-utf8-node": "3.37.0",
21
+ "@aws-sdk/client-sts": "3.47.0",
22
+ "@aws-sdk/config-resolver": "3.47.0",
23
+ "@aws-sdk/credential-provider-node": "3.47.0",
24
+ "@aws-sdk/fetch-http-handler": "3.47.0",
25
+ "@aws-sdk/hash-node": "3.47.0",
26
+ "@aws-sdk/invalid-dependency": "3.47.0",
27
+ "@aws-sdk/middleware-content-length": "3.47.0",
28
+ "@aws-sdk/middleware-host-header": "3.47.0",
29
+ "@aws-sdk/middleware-logger": "3.47.0",
30
+ "@aws-sdk/middleware-retry": "3.47.0",
31
+ "@aws-sdk/middleware-serde": "3.47.0",
32
+ "@aws-sdk/middleware-signing": "3.47.0",
33
+ "@aws-sdk/middleware-stack": "3.47.0",
34
+ "@aws-sdk/middleware-user-agent": "3.47.0",
35
+ "@aws-sdk/node-config-provider": "3.47.0",
36
+ "@aws-sdk/node-http-handler": "3.47.0",
37
+ "@aws-sdk/protocol-http": "3.47.0",
38
+ "@aws-sdk/smithy-client": "3.47.0",
39
+ "@aws-sdk/types": "3.47.0",
40
+ "@aws-sdk/url-parser": "3.47.0",
41
+ "@aws-sdk/util-base64-browser": "3.47.0",
42
+ "@aws-sdk/util-base64-node": "3.47.0",
43
+ "@aws-sdk/util-body-length-browser": "3.47.0",
44
+ "@aws-sdk/util-body-length-node": "3.47.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.0",
48
+ "@aws-sdk/util-user-agent-node": "3.47.0",
49
+ "@aws-sdk/util-utf8-browser": "3.47.0",
50
+ "@aws-sdk/util-utf8-node": "3.47.0",
52
51
  "tslib": "^2.3.0"
53
52
  },
54
53
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.38.0",
56
- "@types/node": "^12.7.5",
57
- "downlevel-dts": "0.7.0",
58
- "jest": "^26.1.0",
59
- "rimraf": "^3.0.0",
60
- "ts-jest": "^26.4.1",
61
- "typedoc": "^0.19.2",
62
- "typescript": "~4.3.5"
54
+ "@aws-sdk/service-client-documentation-generator": "3.47.0",
55
+ "@types/node": "^12.7.5"
63
56
  },
64
57
  "engines": {
65
- "node": ">=10.0.0"
58
+ "node": ">=12.0.0"
66
59
  },
67
60
  "typesVersions": {
68
61
  "<4.0": {