@aws-sdk/client-network-firewall 3.43.0 → 3.47.1
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/CHANGELOG.md +47 -0
- package/dist-cjs/NetworkFirewall.js +15 -0
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +30 -75
- package/dist-cjs/protocols/Aws_json1_0.js +166 -2
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/NetworkFirewall.js +15 -0
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +21 -48
- package/dist-es/protocols/Aws_json1_0.js +225 -59
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/NetworkFirewall.d.ts +13 -1
- package/dist-types/NetworkFirewallClient.d.ts +8 -3
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +38 -0
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +136 -85
- package/dist-types/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +5 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +6 -3
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -48
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -69,60 +69,36 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
69
69
|
$fault: "server";
|
|
70
70
|
Message?: string;
|
|
71
71
|
}
|
|
72
|
-
export declare namespace InternalServerError {
|
|
73
|
-
|
|
74
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
75
|
-
}
|
|
76
72
|
|
|
77
73
|
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
78
74
|
name: "InvalidOperationException";
|
|
79
75
|
$fault: "client";
|
|
80
76
|
Message?: string;
|
|
81
77
|
}
|
|
82
|
-
export declare namespace InvalidOperationException {
|
|
83
|
-
|
|
84
|
-
const filterSensitiveLog: (obj: InvalidOperationException) => any;
|
|
85
|
-
}
|
|
86
78
|
|
|
87
79
|
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
88
80
|
name: "InvalidRequestException";
|
|
89
81
|
$fault: "client";
|
|
90
82
|
Message?: string;
|
|
91
83
|
}
|
|
92
|
-
export declare namespace InvalidRequestException {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
95
|
-
}
|
|
96
84
|
|
|
97
85
|
export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
|
|
98
86
|
name: "InvalidTokenException";
|
|
99
87
|
$fault: "client";
|
|
100
88
|
Message?: string;
|
|
101
89
|
}
|
|
102
|
-
export declare namespace InvalidTokenException {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: InvalidTokenException) => any;
|
|
105
|
-
}
|
|
106
90
|
|
|
107
91
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
108
92
|
name: "ResourceNotFoundException";
|
|
109
93
|
$fault: "client";
|
|
110
94
|
Message?: string;
|
|
111
95
|
}
|
|
112
|
-
export declare namespace ResourceNotFoundException {
|
|
113
|
-
|
|
114
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
115
|
-
}
|
|
116
96
|
|
|
117
97
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
118
98
|
name: "ThrottlingException";
|
|
119
99
|
$fault: "client";
|
|
120
100
|
Message?: string;
|
|
121
101
|
}
|
|
122
|
-
export declare namespace ThrottlingException {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
125
|
-
}
|
|
126
102
|
|
|
127
103
|
export interface SubnetMapping {
|
|
128
104
|
|
|
@@ -166,10 +142,6 @@ export interface InsufficientCapacityException extends __SmithyException, $Metad
|
|
|
166
142
|
$fault: "server";
|
|
167
143
|
Message?: string;
|
|
168
144
|
}
|
|
169
|
-
export declare namespace InsufficientCapacityException {
|
|
170
|
-
|
|
171
|
-
const filterSensitiveLog: (obj: InsufficientCapacityException) => any;
|
|
172
|
-
}
|
|
173
145
|
export declare enum AttachmentStatus {
|
|
174
146
|
CREATING = "CREATING",
|
|
175
147
|
DELETING = "DELETING",
|
|
@@ -321,10 +293,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
321
293
|
$fault: "client";
|
|
322
294
|
Message?: string;
|
|
323
295
|
}
|
|
324
|
-
export declare namespace LimitExceededException {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
327
|
-
}
|
|
328
296
|
export declare enum RuleOrder {
|
|
329
297
|
DEFAULT_ACTION_ORDER = "DEFAULT_ACTION_ORDER",
|
|
330
298
|
STRICT_ORDER = "STRICT_ORDER"
|
|
@@ -338,12 +306,26 @@ export declare namespace StatefulEngineOptions {
|
|
|
338
306
|
|
|
339
307
|
const filterSensitiveLog: (obj: StatefulEngineOptions) => any;
|
|
340
308
|
}
|
|
309
|
+
export declare enum OverrideAction {
|
|
310
|
+
DROP_TO_ALERT = "DROP_TO_ALERT"
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export interface StatefulRuleGroupOverride {
|
|
314
|
+
|
|
315
|
+
Action?: OverrideAction | string;
|
|
316
|
+
}
|
|
317
|
+
export declare namespace StatefulRuleGroupOverride {
|
|
318
|
+
|
|
319
|
+
const filterSensitiveLog: (obj: StatefulRuleGroupOverride) => any;
|
|
320
|
+
}
|
|
341
321
|
|
|
342
322
|
export interface StatefulRuleGroupReference {
|
|
343
323
|
|
|
344
324
|
ResourceArn: string | undefined;
|
|
345
325
|
|
|
346
326
|
Priority?: number;
|
|
327
|
+
|
|
328
|
+
Override?: StatefulRuleGroupOverride;
|
|
347
329
|
}
|
|
348
330
|
export declare namespace StatefulRuleGroupReference {
|
|
349
331
|
|
|
@@ -784,10 +766,6 @@ export interface UnsupportedOperationException extends __SmithyException, $Metad
|
|
|
784
766
|
$fault: "client";
|
|
785
767
|
Message?: string;
|
|
786
768
|
}
|
|
787
|
-
export declare namespace UnsupportedOperationException {
|
|
788
|
-
|
|
789
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
790
|
-
}
|
|
791
769
|
export interface DeleteFirewallPolicyRequest {
|
|
792
770
|
|
|
793
771
|
FirewallPolicyName?: string;
|
|
@@ -826,10 +804,6 @@ export interface InvalidResourcePolicyException extends __SmithyException, $Meta
|
|
|
826
804
|
$fault: "client";
|
|
827
805
|
Message?: string;
|
|
828
806
|
}
|
|
829
|
-
export declare namespace InvalidResourcePolicyException {
|
|
830
|
-
|
|
831
|
-
const filterSensitiveLog: (obj: InvalidResourcePolicyException) => any;
|
|
832
|
-
}
|
|
833
807
|
export interface DeleteRuleGroupRequest {
|
|
834
808
|
|
|
835
809
|
RuleGroupName?: string;
|
|
@@ -987,6 +961,36 @@ export declare namespace DescribeRuleGroupResponse {
|
|
|
987
961
|
|
|
988
962
|
const filterSensitiveLog: (obj: DescribeRuleGroupResponse) => any;
|
|
989
963
|
}
|
|
964
|
+
export interface DescribeRuleGroupMetadataRequest {
|
|
965
|
+
|
|
966
|
+
RuleGroupName?: string;
|
|
967
|
+
|
|
968
|
+
RuleGroupArn?: string;
|
|
969
|
+
|
|
970
|
+
Type?: RuleGroupType | string;
|
|
971
|
+
}
|
|
972
|
+
export declare namespace DescribeRuleGroupMetadataRequest {
|
|
973
|
+
|
|
974
|
+
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataRequest) => any;
|
|
975
|
+
}
|
|
976
|
+
export interface DescribeRuleGroupMetadataResponse {
|
|
977
|
+
|
|
978
|
+
RuleGroupArn: string | undefined;
|
|
979
|
+
|
|
980
|
+
RuleGroupName: string | undefined;
|
|
981
|
+
|
|
982
|
+
Description?: string;
|
|
983
|
+
|
|
984
|
+
Type?: RuleGroupType | string;
|
|
985
|
+
|
|
986
|
+
Capacity?: number;
|
|
987
|
+
|
|
988
|
+
StatefulRuleOptions?: StatefulRuleOptions;
|
|
989
|
+
}
|
|
990
|
+
export declare namespace DescribeRuleGroupMetadataResponse {
|
|
991
|
+
|
|
992
|
+
const filterSensitiveLog: (obj: DescribeRuleGroupMetadataResponse) => any;
|
|
993
|
+
}
|
|
990
994
|
export interface DisassociateSubnetsRequest {
|
|
991
995
|
|
|
992
996
|
UpdateToken?: string;
|
|
@@ -1079,11 +1083,17 @@ export declare namespace ListFirewallsResponse {
|
|
|
1079
1083
|
|
|
1080
1084
|
const filterSensitiveLog: (obj: ListFirewallsResponse) => any;
|
|
1081
1085
|
}
|
|
1086
|
+
export declare enum ResourceManagedStatus {
|
|
1087
|
+
ACCOUNT = "ACCOUNT",
|
|
1088
|
+
MANAGED = "MANAGED"
|
|
1089
|
+
}
|
|
1082
1090
|
export interface ListRuleGroupsRequest {
|
|
1083
1091
|
|
|
1084
1092
|
NextToken?: string;
|
|
1085
1093
|
|
|
1086
1094
|
MaxResults?: number;
|
|
1095
|
+
|
|
1096
|
+
Scope?: ResourceManagedStatus | string;
|
|
1087
1097
|
}
|
|
1088
1098
|
export declare namespace ListRuleGroupsRequest {
|
|
1089
1099
|
|
|
@@ -1138,10 +1148,6 @@ export interface LogDestinationPermissionException extends __SmithyException, $M
|
|
|
1138
1148
|
$fault: "client";
|
|
1139
1149
|
Message?: string;
|
|
1140
1150
|
}
|
|
1141
|
-
export declare namespace LogDestinationPermissionException {
|
|
1142
|
-
|
|
1143
|
-
const filterSensitiveLog: (obj: LogDestinationPermissionException) => any;
|
|
1144
|
-
}
|
|
1145
1151
|
export interface PutResourcePolicyRequest {
|
|
1146
1152
|
|
|
1147
1153
|
ResourceArn: string | undefined;
|
|
@@ -1196,10 +1202,6 @@ export interface ResourceOwnerCheckException extends __SmithyException, $Metadat
|
|
|
1196
1202
|
$fault: "client";
|
|
1197
1203
|
Message?: string;
|
|
1198
1204
|
}
|
|
1199
|
-
export declare namespace ResourceOwnerCheckException {
|
|
1200
|
-
|
|
1201
|
-
const filterSensitiveLog: (obj: ResourceOwnerCheckException) => any;
|
|
1202
|
-
}
|
|
1203
1205
|
export interface UpdateFirewallDeleteProtectionRequest {
|
|
1204
1206
|
|
|
1205
1207
|
UpdateToken?: string;
|
|
@@ -14,6 +14,7 @@ import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput
|
|
|
14
14
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "../commands/DescribeLoggingConfigurationCommand";
|
|
15
15
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
16
16
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "../commands/DescribeRuleGroupCommand";
|
|
17
|
+
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "../commands/DescribeRuleGroupMetadataCommand";
|
|
17
18
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "../commands/DisassociateSubnetsCommand";
|
|
18
19
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "../commands/ListFirewallPoliciesCommand";
|
|
19
20
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "../commands/ListFirewallsCommand";
|
|
@@ -43,6 +44,7 @@ export declare const serializeAws_json1_0DescribeFirewallPolicyCommand: (input:
|
|
|
43
44
|
export declare const serializeAws_json1_0DescribeLoggingConfigurationCommand: (input: DescribeLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
45
|
export declare const serializeAws_json1_0DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
46
|
export declare const serializeAws_json1_0DescribeRuleGroupCommand: (input: DescribeRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_json1_0DescribeRuleGroupMetadataCommand: (input: DescribeRuleGroupMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
48
|
export declare const serializeAws_json1_0DisassociateSubnetsCommand: (input: DisassociateSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_json1_0ListFirewallPoliciesCommand: (input: ListFirewallPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
50
|
export declare const serializeAws_json1_0ListFirewallsCommand: (input: ListFirewallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -72,6 +74,7 @@ export declare const deserializeAws_json1_0DescribeFirewallPolicyCommand: (outpu
|
|
|
72
74
|
export declare const deserializeAws_json1_0DescribeLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
73
75
|
export declare const deserializeAws_json1_0DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
74
76
|
export declare const deserializeAws_json1_0DescribeRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupCommandOutput>;
|
|
77
|
+
export declare const deserializeAws_json1_0DescribeRuleGroupMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
75
78
|
export declare const deserializeAws_json1_0DisassociateSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetsCommandOutput>;
|
|
76
79
|
export declare const deserializeAws_json1_0ListFirewallPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallPoliciesCommandOutput>;
|
|
77
80
|
export declare const deserializeAws_json1_0ListFirewallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallsCommandOutput>;
|
|
@@ -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 { NetworkFirewallClientConfig } from "./NetworkFirewallClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) => {
|
|
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: NetworkFirewallClientConfig) =>
|
|
|
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) |
|
|
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 { NetworkFirewallClientConfig } from "./NetworkFirewallClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) => {
|
|
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/
|
|
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) |
|
|
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: NetworkFirewallClientConfig) =>
|
|
|
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-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.1",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
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
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "jest --coverage --passWithNoTests"
|
|
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.
|
|
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-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.1",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.1",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.1",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.1",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.1",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.1",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.1",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.1",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.1",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.1",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.1",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.1",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.1",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.1",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.1",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.1",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.1",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.1",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.1",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.1",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.1",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.1",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.1",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
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.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|