@aws-sdk/client-network-firewall 3.987.0 → 3.988.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/index.js +98 -2956
- package/dist-cjs/models/NetworkFirewallServiceException.js +12 -0
- package/dist-cjs/models/errors.js +184 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2376 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +82 -76
- package/dist-types/schemas/schemas_0.d.ts +20 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultNetworkFirewallHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-11-12",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.networkfirewall",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-11-12",
|
|
30
32
|
serviceTarget: "NetworkFirewall_20201112",
|
|
31
33
|
},
|
|
@@ -590,12 +590,92 @@ const _VIp = "VpcIds";
|
|
|
590
590
|
const _VN = "VendorName";
|
|
591
591
|
const _c = "client";
|
|
592
592
|
const _e = "error";
|
|
593
|
-
const _s = "
|
|
594
|
-
const
|
|
593
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.networkfirewall";
|
|
594
|
+
const _se = "server";
|
|
595
595
|
const n0 = "com.amazonaws.networkfirewall";
|
|
596
596
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
597
597
|
import { InsufficientCapacityException, InternalServerError, InvalidOperationException, InvalidRequestException, InvalidResourcePolicyException, InvalidTokenException, LimitExceededException, LogDestinationPermissionException, ResourceNotFoundException, ResourceOwnerCheckException, ThrottlingException, UnsupportedOperationException, } from "../models/errors";
|
|
598
598
|
import { NetworkFirewallServiceException } from "../models/NetworkFirewallServiceException";
|
|
599
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
600
|
+
export var NetworkFirewallServiceException$ = [-3, _s, "NetworkFirewallServiceException", 0, [], []];
|
|
601
|
+
_s_registry.registerError(NetworkFirewallServiceException$, NetworkFirewallServiceException);
|
|
602
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
603
|
+
export var InsufficientCapacityException$ = [-3, n0, _ICE,
|
|
604
|
+
{ [_e]: _se },
|
|
605
|
+
[_M],
|
|
606
|
+
[0]
|
|
607
|
+
];
|
|
608
|
+
n0_registry.registerError(InsufficientCapacityException$, InsufficientCapacityException);
|
|
609
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
610
|
+
{ [_e]: _se },
|
|
611
|
+
[_M],
|
|
612
|
+
[0]
|
|
613
|
+
];
|
|
614
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
615
|
+
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
616
|
+
{ [_e]: _c },
|
|
617
|
+
[_M],
|
|
618
|
+
[0]
|
|
619
|
+
];
|
|
620
|
+
n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
|
|
621
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
622
|
+
{ [_e]: _c },
|
|
623
|
+
[_M],
|
|
624
|
+
[0]
|
|
625
|
+
];
|
|
626
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
627
|
+
export var InvalidResourcePolicyException$ = [-3, n0, _IRPE,
|
|
628
|
+
{ [_e]: _c },
|
|
629
|
+
[_M],
|
|
630
|
+
[0]
|
|
631
|
+
];
|
|
632
|
+
n0_registry.registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
|
|
633
|
+
export var InvalidTokenException$ = [-3, n0, _ITE,
|
|
634
|
+
{ [_e]: _c },
|
|
635
|
+
[_M],
|
|
636
|
+
[0]
|
|
637
|
+
];
|
|
638
|
+
n0_registry.registerError(InvalidTokenException$, InvalidTokenException);
|
|
639
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
640
|
+
{ [_e]: _c },
|
|
641
|
+
[_M],
|
|
642
|
+
[0]
|
|
643
|
+
];
|
|
644
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
645
|
+
export var LogDestinationPermissionException$ = [-3, n0, _LDPE,
|
|
646
|
+
{ [_e]: _c },
|
|
647
|
+
[_M],
|
|
648
|
+
[0]
|
|
649
|
+
];
|
|
650
|
+
n0_registry.registerError(LogDestinationPermissionException$, LogDestinationPermissionException);
|
|
651
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
652
|
+
{ [_e]: _c },
|
|
653
|
+
[_M],
|
|
654
|
+
[0]
|
|
655
|
+
];
|
|
656
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
657
|
+
export var ResourceOwnerCheckException$ = [-3, n0, _ROCE,
|
|
658
|
+
{ [_e]: _c },
|
|
659
|
+
[_M],
|
|
660
|
+
[0]
|
|
661
|
+
];
|
|
662
|
+
n0_registry.registerError(ResourceOwnerCheckException$, ResourceOwnerCheckException);
|
|
663
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
664
|
+
{ [_e]: _c },
|
|
665
|
+
[_M],
|
|
666
|
+
[0]
|
|
667
|
+
];
|
|
668
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
669
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
670
|
+
{ [_e]: _c },
|
|
671
|
+
[_M],
|
|
672
|
+
[0]
|
|
673
|
+
];
|
|
674
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
675
|
+
export const errorTypeRegistries = [
|
|
676
|
+
_s_registry,
|
|
677
|
+
n0_registry,
|
|
678
|
+
];
|
|
599
679
|
export var AcceptNetworkFirewallTransitGatewayAttachmentRequest$ = [3, n0, _ANFTGAR,
|
|
600
680
|
0,
|
|
601
681
|
[_TGAI],
|
|
@@ -1191,42 +1271,6 @@ export var Hits$ = [3, n0, _H,
|
|
|
1191
1271
|
[_Co],
|
|
1192
1272
|
[1]
|
|
1193
1273
|
];
|
|
1194
|
-
export var InsufficientCapacityException$ = [-3, n0, _ICE,
|
|
1195
|
-
{ [_e]: _s },
|
|
1196
|
-
[_M],
|
|
1197
|
-
[0]
|
|
1198
|
-
];
|
|
1199
|
-
TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
|
|
1200
|
-
export var InternalServerError$ = [-3, n0, _ISE,
|
|
1201
|
-
{ [_e]: _s },
|
|
1202
|
-
[_M],
|
|
1203
|
-
[0]
|
|
1204
|
-
];
|
|
1205
|
-
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1206
|
-
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
1207
|
-
{ [_e]: _c },
|
|
1208
|
-
[_M],
|
|
1209
|
-
[0]
|
|
1210
|
-
];
|
|
1211
|
-
TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
1212
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1213
|
-
{ [_e]: _c },
|
|
1214
|
-
[_M],
|
|
1215
|
-
[0]
|
|
1216
|
-
];
|
|
1217
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1218
|
-
export var InvalidResourcePolicyException$ = [-3, n0, _IRPE,
|
|
1219
|
-
{ [_e]: _c },
|
|
1220
|
-
[_M],
|
|
1221
|
-
[0]
|
|
1222
|
-
];
|
|
1223
|
-
TypeRegistry.for(n0).registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
|
|
1224
|
-
export var InvalidTokenException$ = [-3, n0, _ITE,
|
|
1225
|
-
{ [_e]: _c },
|
|
1226
|
-
[_M],
|
|
1227
|
-
[0]
|
|
1228
|
-
];
|
|
1229
|
-
TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
|
|
1230
1274
|
export var IPSet$ = [3, n0, _IPS,
|
|
1231
1275
|
0,
|
|
1232
1276
|
[_Def],
|
|
@@ -1242,12 +1286,6 @@ export var IPSetReference$ = [3, n0, _IPSRe,
|
|
|
1242
1286
|
[_RAe],
|
|
1243
1287
|
[0]
|
|
1244
1288
|
];
|
|
1245
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1246
|
-
{ [_e]: _c },
|
|
1247
|
-
[_M],
|
|
1248
|
-
[0]
|
|
1249
|
-
];
|
|
1250
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1251
1289
|
export var ListAnalysisReportsRequest$ = [3, n0, _LARR,
|
|
1252
1290
|
0,
|
|
1253
1291
|
[_FN, _FAi, _NT, _MR],
|
|
@@ -1383,12 +1421,6 @@ export var LogDestinationConfig$ = [3, n0, _LDC,
|
|
|
1383
1421
|
[_LT, _LDT, _LD],
|
|
1384
1422
|
[0, 0, 128 | 0], 3
|
|
1385
1423
|
];
|
|
1386
|
-
export var LogDestinationPermissionException$ = [-3, n0, _LDPE,
|
|
1387
|
-
{ [_e]: _c },
|
|
1388
|
-
[_M],
|
|
1389
|
-
[0]
|
|
1390
|
-
];
|
|
1391
|
-
TypeRegistry.for(n0).registerError(LogDestinationPermissionException$, LogDestinationPermissionException);
|
|
1392
1424
|
export var LoggingConfiguration$ = [3, n0, _LC,
|
|
1393
1425
|
0,
|
|
1394
1426
|
[_LDCo],
|
|
@@ -1524,18 +1556,6 @@ export var RejectNetworkFirewallTransitGatewayAttachmentResponse$ = [3, n0, _RNF
|
|
|
1524
1556
|
[_TGAI, _TGAS],
|
|
1525
1557
|
[0, 0], 2
|
|
1526
1558
|
];
|
|
1527
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1528
|
-
{ [_e]: _c },
|
|
1529
|
-
[_M],
|
|
1530
|
-
[0]
|
|
1531
|
-
];
|
|
1532
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1533
|
-
export var ResourceOwnerCheckException$ = [-3, n0, _ROCE,
|
|
1534
|
-
{ [_e]: _c },
|
|
1535
|
-
[_M],
|
|
1536
|
-
[0]
|
|
1537
|
-
];
|
|
1538
|
-
TypeRegistry.for(n0).registerError(ResourceOwnerCheckException$, ResourceOwnerCheckException);
|
|
1539
1559
|
export var RuleDefinition$ = [3, n0, _RD,
|
|
1540
1560
|
0,
|
|
1541
1561
|
[_MA, _Act],
|
|
@@ -1711,12 +1731,6 @@ export var TCPFlagField$ = [3, n0, _TCPFF,
|
|
|
1711
1731
|
[_Fla, _Ma],
|
|
1712
1732
|
[64 | 0, 64 | 0], 1
|
|
1713
1733
|
];
|
|
1714
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1715
|
-
{ [_e]: _c },
|
|
1716
|
-
[_M],
|
|
1717
|
-
[0]
|
|
1718
|
-
];
|
|
1719
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1720
1734
|
export var TlsCertificateData$ = [3, n0, _TCD,
|
|
1721
1735
|
0,
|
|
1722
1736
|
[_CAe, _CS, _S, _SMt],
|
|
@@ -1757,12 +1771,6 @@ export var UniqueSources$ = [3, n0, _US,
|
|
|
1757
1771
|
[_Co],
|
|
1758
1772
|
[1]
|
|
1759
1773
|
];
|
|
1760
|
-
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
1761
|
-
{ [_e]: _c },
|
|
1762
|
-
[_M],
|
|
1763
|
-
[0]
|
|
1764
|
-
];
|
|
1765
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1766
1774
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1767
1775
|
0,
|
|
1768
1776
|
[_RA, _TK],
|
|
@@ -1948,8 +1956,6 @@ export var VpcEndpointAssociationStatus$ = [3, n0, _VEAS,
|
|
|
1948
1956
|
[_S, _ASS],
|
|
1949
1957
|
[0, () => AssociationSyncState], 1
|
|
1950
1958
|
];
|
|
1951
|
-
export var NetworkFirewallServiceException$ = [-3, _sm, "NetworkFirewallServiceException", 0, [], []];
|
|
1952
|
-
TypeRegistry.for(_sm).registerError(NetworkFirewallServiceException$, NetworkFirewallServiceException);
|
|
1953
1959
|
var Addresses = [1, n0, _Ad,
|
|
1954
1960
|
0, () => Address$
|
|
1955
1961
|
];
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var NetworkFirewallServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
5
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
6
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
10
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var LogDestinationPermissionException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceOwnerCheckException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
16
|
+
/**
|
|
17
|
+
* TypeRegistry instances containing modeled errors.
|
|
18
|
+
* @internal
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
22
|
export declare var AcceptNetworkFirewallTransitGatewayAttachmentRequest$: StaticStructureSchema;
|
|
3
23
|
export declare var AcceptNetworkFirewallTransitGatewayAttachmentResponse$: StaticStructureSchema;
|
|
4
24
|
export declare var ActionDefinition$: StaticStructureSchema;
|
|
@@ -118,16 +138,9 @@ export declare var GetAnalysisReportResultsRequest$: StaticStructureSchema;
|
|
|
118
138
|
export declare var GetAnalysisReportResultsResponse$: StaticStructureSchema;
|
|
119
139
|
export declare var Header$: StaticStructureSchema;
|
|
120
140
|
export declare var Hits$: StaticStructureSchema;
|
|
121
|
-
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
122
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
123
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
124
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
125
|
-
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
126
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
127
141
|
export declare var IPSet$: StaticStructureSchema;
|
|
128
142
|
export declare var IPSetMetadata$: StaticStructureSchema;
|
|
129
143
|
export declare var IPSetReference$: StaticStructureSchema;
|
|
130
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
131
144
|
export declare var ListAnalysisReportsRequest$: StaticStructureSchema;
|
|
132
145
|
export declare var ListAnalysisReportsResponse$: StaticStructureSchema;
|
|
133
146
|
export declare var ListenerProperty$: StaticStructureSchema;
|
|
@@ -155,7 +168,6 @@ export declare var ListTLSInspectionConfigurationsResponse$: StaticStructureSche
|
|
|
155
168
|
export declare var ListVpcEndpointAssociationsRequest$: StaticStructureSchema;
|
|
156
169
|
export declare var ListVpcEndpointAssociationsResponse$: StaticStructureSchema;
|
|
157
170
|
export declare var LogDestinationConfig$: StaticStructureSchema;
|
|
158
|
-
export declare var LogDestinationPermissionException$: StaticErrorSchema;
|
|
159
171
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
160
172
|
export declare var MatchAttributes$: StaticStructureSchema;
|
|
161
173
|
export declare var PerObjectStatus$: StaticStructureSchema;
|
|
@@ -183,8 +195,6 @@ export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
|
183
195
|
export declare var ReferenceSets$: StaticStructureSchema;
|
|
184
196
|
export declare var RejectNetworkFirewallTransitGatewayAttachmentRequest$: StaticStructureSchema;
|
|
185
197
|
export declare var RejectNetworkFirewallTransitGatewayAttachmentResponse$: StaticStructureSchema;
|
|
186
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
187
|
-
export declare var ResourceOwnerCheckException$: StaticErrorSchema;
|
|
188
198
|
export declare var RuleDefinition$: StaticStructureSchema;
|
|
189
199
|
export declare var RuleGroup$: StaticStructureSchema;
|
|
190
200
|
export declare var RuleGroupMetadata$: StaticStructureSchema;
|
|
@@ -220,7 +230,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
220
230
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
221
231
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
222
232
|
export declare var TCPFlagField$: StaticStructureSchema;
|
|
223
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
224
233
|
export declare var TlsCertificateData$: StaticStructureSchema;
|
|
225
234
|
export declare var TLSInspectionConfiguration$: StaticStructureSchema;
|
|
226
235
|
export declare var TLSInspectionConfigurationMetadata$: StaticStructureSchema;
|
|
@@ -229,7 +238,6 @@ export declare var TlsInterceptProperties$: StaticStructureSchema;
|
|
|
229
238
|
export declare var TlsInterceptPropertiesRequest$: StaticStructureSchema;
|
|
230
239
|
export declare var TransitGatewayAttachmentSyncState$: StaticStructureSchema;
|
|
231
240
|
export declare var UniqueSources$: StaticStructureSchema;
|
|
232
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
233
241
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
234
242
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
235
243
|
export declare var UpdateAvailabilityZoneChangeProtectionRequest$: StaticStructureSchema;
|
|
@@ -267,7 +275,6 @@ export declare var UpdateTLSInspectionConfigurationResponse$: StaticStructureSch
|
|
|
267
275
|
export declare var VpcEndpointAssociation$: StaticStructureSchema;
|
|
268
276
|
export declare var VpcEndpointAssociationMetadata$: StaticStructureSchema;
|
|
269
277
|
export declare var VpcEndpointAssociationStatus$: StaticStructureSchema;
|
|
270
|
-
export declare var NetworkFirewallServiceException$: StaticErrorSchema;
|
|
271
278
|
export declare var AcceptNetworkFirewallTransitGatewayAttachment$: StaticOperationSchema;
|
|
272
279
|
export declare var AssociateAvailabilityZones$: StaticOperationSchema;
|
|
273
280
|
export declare var AssociateFirewallPolicy$: StaticOperationSchema;
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var NetworkFirewallServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
14
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var LogDestinationPermissionException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceOwnerCheckException$: StaticErrorSchema;
|
|
18
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
19
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
21
|
export declare var AcceptNetworkFirewallTransitGatewayAttachmentRequest$: StaticStructureSchema;
|
|
7
22
|
export declare var AcceptNetworkFirewallTransitGatewayAttachmentResponse$: StaticStructureSchema;
|
|
8
23
|
export declare var ActionDefinition$: StaticStructureSchema;
|
|
@@ -122,16 +137,9 @@ export declare var GetAnalysisReportResultsRequest$: StaticStructureSchema;
|
|
|
122
137
|
export declare var GetAnalysisReportResultsResponse$: StaticStructureSchema;
|
|
123
138
|
export declare var Header$: StaticStructureSchema;
|
|
124
139
|
export declare var Hits$: StaticStructureSchema;
|
|
125
|
-
export declare var InsufficientCapacityException$: StaticErrorSchema;
|
|
126
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
127
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
128
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
129
|
-
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
130
|
-
export declare var InvalidTokenException$: StaticErrorSchema;
|
|
131
140
|
export declare var IPSet$: StaticStructureSchema;
|
|
132
141
|
export declare var IPSetMetadata$: StaticStructureSchema;
|
|
133
142
|
export declare var IPSetReference$: StaticStructureSchema;
|
|
134
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
135
143
|
export declare var ListAnalysisReportsRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var ListAnalysisReportsResponse$: StaticStructureSchema;
|
|
137
145
|
export declare var ListenerProperty$: StaticStructureSchema;
|
|
@@ -159,7 +167,6 @@ export declare var ListTLSInspectionConfigurationsResponse$: StaticStructureSche
|
|
|
159
167
|
export declare var ListVpcEndpointAssociationsRequest$: StaticStructureSchema;
|
|
160
168
|
export declare var ListVpcEndpointAssociationsResponse$: StaticStructureSchema;
|
|
161
169
|
export declare var LogDestinationConfig$: StaticStructureSchema;
|
|
162
|
-
export declare var LogDestinationPermissionException$: StaticErrorSchema;
|
|
163
170
|
export declare var LoggingConfiguration$: StaticStructureSchema;
|
|
164
171
|
export declare var MatchAttributes$: StaticStructureSchema;
|
|
165
172
|
export declare var PerObjectStatus$: StaticStructureSchema;
|
|
@@ -187,8 +194,6 @@ export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
|
187
194
|
export declare var ReferenceSets$: StaticStructureSchema;
|
|
188
195
|
export declare var RejectNetworkFirewallTransitGatewayAttachmentRequest$: StaticStructureSchema;
|
|
189
196
|
export declare var RejectNetworkFirewallTransitGatewayAttachmentResponse$: StaticStructureSchema;
|
|
190
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
191
|
-
export declare var ResourceOwnerCheckException$: StaticErrorSchema;
|
|
192
197
|
export declare var RuleDefinition$: StaticStructureSchema;
|
|
193
198
|
export declare var RuleGroup$: StaticStructureSchema;
|
|
194
199
|
export declare var RuleGroupMetadata$: StaticStructureSchema;
|
|
@@ -224,7 +229,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
224
229
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
225
230
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
226
231
|
export declare var TCPFlagField$: StaticStructureSchema;
|
|
227
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
228
232
|
export declare var TlsCertificateData$: StaticStructureSchema;
|
|
229
233
|
export declare var TLSInspectionConfiguration$: StaticStructureSchema;
|
|
230
234
|
export declare var TLSInspectionConfigurationMetadata$: StaticStructureSchema;
|
|
@@ -233,7 +237,6 @@ export declare var TlsInterceptProperties$: StaticStructureSchema;
|
|
|
233
237
|
export declare var TlsInterceptPropertiesRequest$: StaticStructureSchema;
|
|
234
238
|
export declare var TransitGatewayAttachmentSyncState$: StaticStructureSchema;
|
|
235
239
|
export declare var UniqueSources$: StaticStructureSchema;
|
|
236
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
237
240
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
238
241
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
239
242
|
export declare var UpdateAvailabilityZoneChangeProtectionRequest$: StaticStructureSchema;
|
|
@@ -271,7 +274,6 @@ export declare var UpdateTLSInspectionConfigurationResponse$: StaticStructureSch
|
|
|
271
274
|
export declare var VpcEndpointAssociation$: StaticStructureSchema;
|
|
272
275
|
export declare var VpcEndpointAssociationMetadata$: StaticStructureSchema;
|
|
273
276
|
export declare var VpcEndpointAssociationStatus$: StaticStructureSchema;
|
|
274
|
-
export declare var NetworkFirewallServiceException$: StaticErrorSchema;
|
|
275
277
|
export declare var AcceptNetworkFirewallTransitGatewayAttachment$: StaticOperationSchema;
|
|
276
278
|
export declare var AssociateAvailabilityZones$: StaticOperationSchema;
|
|
277
279
|
export declare var AssociateFirewallPolicy$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|