@aws-sdk/client-shield 3.986.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 +55 -1380
- package/dist-cjs/models/ShieldServiceException.js +12 -0
- package/dist-cjs/models/errors.js +185 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1027 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +83 -77
- package/dist-types/schemas/schemas_0.d.ts +19 -12
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -12
- 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 { defaultShieldHttpAuthSchemeProvider } 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: "2016-06-02",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.shield",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://ddp.amazonaws.com/doc/2016-06-02/",
|
|
30
32
|
version: "2016-06-02",
|
|
31
33
|
serviceTarget: "AWSShield_20160616",
|
|
@@ -206,7 +206,7 @@ const _SS = "SubscriptionState";
|
|
|
206
206
|
const _ST = "StartTime";
|
|
207
207
|
const _Su = "Subscription";
|
|
208
208
|
const _Sum = "Sum";
|
|
209
|
-
const _T = "
|
|
209
|
+
const _T = "Type";
|
|
210
210
|
const _TC = "TopContributors";
|
|
211
211
|
const _TCIS = "TimeCommitmentInSeconds";
|
|
212
212
|
const _TE = "ToExclusive";
|
|
@@ -218,7 +218,7 @@ const _TRRa = "TagResourceResponse";
|
|
|
218
218
|
const _TRa = "TagResource";
|
|
219
219
|
const _Ta = "Tags";
|
|
220
220
|
const _Tag = "Tag";
|
|
221
|
-
const
|
|
221
|
+
const _To = "Total";
|
|
222
222
|
const _U = "Unit";
|
|
223
223
|
const _UALAR = "UpdateApplicationLayerAutomaticResponse";
|
|
224
224
|
const _UALARR = "UpdateApplicationLayerAutomaticResponseRequest";
|
|
@@ -247,24 +247,98 @@ const _m = "message";
|
|
|
247
247
|
const _n = "name";
|
|
248
248
|
const _r = "reason";
|
|
249
249
|
const _rT = "resourceType";
|
|
250
|
-
const _s = "
|
|
251
|
-
const
|
|
250
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.shield";
|
|
251
|
+
const _se = "server";
|
|
252
252
|
const n0 = "com.amazonaws.shield";
|
|
253
253
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
254
254
|
import { AccessDeniedException, AccessDeniedForDependencyException, InternalErrorException, InvalidOperationException, InvalidPaginationTokenException, InvalidParameterException, InvalidResourceException, LimitsExceededException, LockedSubscriptionException, NoAssociatedRoleException, OptimisticLockException, ResourceAlreadyExistsException, ResourceNotFoundException, } from "../models/errors";
|
|
255
255
|
import { ShieldServiceException } from "../models/ShieldServiceException";
|
|
256
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
257
|
+
export var ShieldServiceException$ = [-3, _s, "ShieldServiceException", 0, [], []];
|
|
258
|
+
_s_registry.registerError(ShieldServiceException$, ShieldServiceException);
|
|
259
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
256
260
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
257
261
|
{ [_e]: _c },
|
|
258
262
|
[_m],
|
|
259
263
|
[0]
|
|
260
264
|
];
|
|
261
|
-
|
|
265
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
262
266
|
export var AccessDeniedForDependencyException$ = [-3, n0, _ADFDE,
|
|
263
267
|
{ [_e]: _c },
|
|
264
268
|
[_m],
|
|
265
269
|
[0]
|
|
266
270
|
];
|
|
267
|
-
|
|
271
|
+
n0_registry.registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
272
|
+
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
273
|
+
{ [_e]: _se },
|
|
274
|
+
[_m],
|
|
275
|
+
[0]
|
|
276
|
+
];
|
|
277
|
+
n0_registry.registerError(InternalErrorException$, InternalErrorException);
|
|
278
|
+
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
279
|
+
{ [_e]: _c },
|
|
280
|
+
[_m],
|
|
281
|
+
[0]
|
|
282
|
+
];
|
|
283
|
+
n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
|
|
284
|
+
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
285
|
+
{ [_e]: _c },
|
|
286
|
+
[_m],
|
|
287
|
+
[0]
|
|
288
|
+
];
|
|
289
|
+
n0_registry.registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
290
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
291
|
+
{ [_e]: _c },
|
|
292
|
+
[_m, _r, _f],
|
|
293
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
294
|
+
];
|
|
295
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
296
|
+
export var InvalidResourceException$ = [-3, n0, _IRE,
|
|
297
|
+
{ [_e]: _c },
|
|
298
|
+
[_m],
|
|
299
|
+
[0]
|
|
300
|
+
];
|
|
301
|
+
n0_registry.registerError(InvalidResourceException$, InvalidResourceException);
|
|
302
|
+
export var LimitsExceededException$ = [-3, n0, _LEE,
|
|
303
|
+
{ [_e]: _c },
|
|
304
|
+
[_m, _T, _L],
|
|
305
|
+
[0, 0, 1]
|
|
306
|
+
];
|
|
307
|
+
n0_registry.registerError(LimitsExceededException$, LimitsExceededException);
|
|
308
|
+
export var LockedSubscriptionException$ = [-3, n0, _LSE,
|
|
309
|
+
{ [_e]: _c },
|
|
310
|
+
[_m],
|
|
311
|
+
[0]
|
|
312
|
+
];
|
|
313
|
+
n0_registry.registerError(LockedSubscriptionException$, LockedSubscriptionException);
|
|
314
|
+
export var NoAssociatedRoleException$ = [-3, n0, _NARE,
|
|
315
|
+
{ [_e]: _c },
|
|
316
|
+
[_m],
|
|
317
|
+
[0]
|
|
318
|
+
];
|
|
319
|
+
n0_registry.registerError(NoAssociatedRoleException$, NoAssociatedRoleException);
|
|
320
|
+
export var OptimisticLockException$ = [-3, n0, _OLE,
|
|
321
|
+
{ [_e]: _c },
|
|
322
|
+
[_m],
|
|
323
|
+
[0]
|
|
324
|
+
];
|
|
325
|
+
n0_registry.registerError(OptimisticLockException$, OptimisticLockException);
|
|
326
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
327
|
+
{ [_e]: _c },
|
|
328
|
+
[_m, _rT],
|
|
329
|
+
[0, 0]
|
|
330
|
+
];
|
|
331
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
332
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
333
|
+
{ [_e]: _c },
|
|
334
|
+
[_m, _rT],
|
|
335
|
+
[0, 0]
|
|
336
|
+
];
|
|
337
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
338
|
+
export const errorTypeRegistries = [
|
|
339
|
+
_s_registry,
|
|
340
|
+
n0_registry,
|
|
341
|
+
];
|
|
268
342
|
export var ApplicationLayerAutomaticResponseConfiguration$ = [3, n0, _ALARC,
|
|
269
343
|
0,
|
|
270
344
|
[_S, _A],
|
|
@@ -317,7 +391,7 @@ export var AttackDetail$ = [3, n0, _AD,
|
|
|
317
391
|
];
|
|
318
392
|
export var AttackProperty$ = [3, n0, _APt,
|
|
319
393
|
0,
|
|
320
|
-
[_AL, _API, _TC, _U,
|
|
394
|
+
[_AL, _API, _TC, _U, _To],
|
|
321
395
|
[0, 0, () => TopContributors, 0, 1]
|
|
322
396
|
];
|
|
323
397
|
export var AttackStatisticsDataItem$ = [3, n0, _ASDI,
|
|
@@ -585,47 +659,11 @@ export var InclusionProtectionGroupFilters$ = [3, n0, _IPGF,
|
|
|
585
659
|
[_PGIr, _Pa, _RTe, _Agg],
|
|
586
660
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
587
661
|
];
|
|
588
|
-
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
589
|
-
{ [_e]: _s },
|
|
590
|
-
[_m],
|
|
591
|
-
[0]
|
|
592
|
-
];
|
|
593
|
-
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
594
|
-
export var InvalidOperationException$ = [-3, n0, _IOE,
|
|
595
|
-
{ [_e]: _c },
|
|
596
|
-
[_m],
|
|
597
|
-
[0]
|
|
598
|
-
];
|
|
599
|
-
TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
600
|
-
export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
601
|
-
{ [_e]: _c },
|
|
602
|
-
[_m],
|
|
603
|
-
[0]
|
|
604
|
-
];
|
|
605
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
606
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
607
|
-
{ [_e]: _c },
|
|
608
|
-
[_m, _r, _f],
|
|
609
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
610
|
-
];
|
|
611
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
612
|
-
export var InvalidResourceException$ = [-3, n0, _IRE,
|
|
613
|
-
{ [_e]: _c },
|
|
614
|
-
[_m],
|
|
615
|
-
[0]
|
|
616
|
-
];
|
|
617
|
-
TypeRegistry.for(n0).registerError(InvalidResourceException$, InvalidResourceException);
|
|
618
662
|
export var Limit$ = [3, n0, _L,
|
|
619
663
|
0,
|
|
620
|
-
[
|
|
664
|
+
[_T, _Ma],
|
|
621
665
|
[0, 1]
|
|
622
666
|
];
|
|
623
|
-
export var LimitsExceededException$ = [-3, n0, _LEE,
|
|
624
|
-
{ [_e]: _c },
|
|
625
|
-
[_m, _Ty, _L],
|
|
626
|
-
[0, 0, 1]
|
|
627
|
-
];
|
|
628
|
-
TypeRegistry.for(n0).registerError(LimitsExceededException$, LimitsExceededException);
|
|
629
667
|
export var ListAttacksRequest$ = [3, n0, _LAR,
|
|
630
668
|
0,
|
|
631
669
|
[_RAes, _ST, _ET, _NT, _MR],
|
|
@@ -676,29 +714,11 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
676
714
|
[_Ta],
|
|
677
715
|
[() => TagList]
|
|
678
716
|
];
|
|
679
|
-
export var LockedSubscriptionException$ = [-3, n0, _LSE,
|
|
680
|
-
{ [_e]: _c },
|
|
681
|
-
[_m],
|
|
682
|
-
[0]
|
|
683
|
-
];
|
|
684
|
-
TypeRegistry.for(n0).registerError(LockedSubscriptionException$, LockedSubscriptionException);
|
|
685
717
|
export var Mitigation$ = [3, n0, _Mi,
|
|
686
718
|
0,
|
|
687
719
|
[_MN],
|
|
688
720
|
[0]
|
|
689
721
|
];
|
|
690
|
-
export var NoAssociatedRoleException$ = [-3, n0, _NARE,
|
|
691
|
-
{ [_e]: _c },
|
|
692
|
-
[_m],
|
|
693
|
-
[0]
|
|
694
|
-
];
|
|
695
|
-
TypeRegistry.for(n0).registerError(NoAssociatedRoleException$, NoAssociatedRoleException);
|
|
696
|
-
export var OptimisticLockException$ = [-3, n0, _OLE,
|
|
697
|
-
{ [_e]: _c },
|
|
698
|
-
[_m],
|
|
699
|
-
[0]
|
|
700
|
-
];
|
|
701
|
-
TypeRegistry.for(n0).registerError(OptimisticLockException$, OptimisticLockException);
|
|
702
722
|
export var Protection$ = [3, n0, _Pr,
|
|
703
723
|
0,
|
|
704
724
|
[_I, _N, _RAe, _HCI, _PA, _ALARC],
|
|
@@ -729,18 +749,6 @@ export var ProtectionLimits$ = [3, n0, _PL,
|
|
|
729
749
|
[_PRTL],
|
|
730
750
|
[() => Limits], 1
|
|
731
751
|
];
|
|
732
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
733
|
-
{ [_e]: _c },
|
|
734
|
-
[_m, _rT],
|
|
735
|
-
[0, 0]
|
|
736
|
-
];
|
|
737
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
738
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
739
|
-
{ [_e]: _c },
|
|
740
|
-
[_m, _rT],
|
|
741
|
-
[0, 0]
|
|
742
|
-
];
|
|
743
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
744
752
|
export var ResponseAction$ = [3, n0, _RAesp,
|
|
745
753
|
0,
|
|
746
754
|
[_B, _Co],
|
|
@@ -748,7 +756,7 @@ export var ResponseAction$ = [3, n0, _RAesp,
|
|
|
748
756
|
];
|
|
749
757
|
export var SubResourceSummary$ = [3, n0, _SRS,
|
|
750
758
|
0,
|
|
751
|
-
[
|
|
759
|
+
[_T, _I, _AVt, _Cou],
|
|
752
760
|
[0, 0, () => SummarizedAttackVectorList, () => SummarizedCounterList]
|
|
753
761
|
];
|
|
754
762
|
export var Subscription$ = [3, n0, _Su,
|
|
@@ -846,8 +854,6 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
846
854
|
[_n, _m],
|
|
847
855
|
[0, 0], 2
|
|
848
856
|
];
|
|
849
|
-
export var ShieldServiceException$ = [-3, _sm, "ShieldServiceException", 0, [], []];
|
|
850
|
-
TypeRegistry.for(_sm).registerError(ShieldServiceException$, ShieldServiceException);
|
|
851
857
|
var AttackProperties = [1, n0, _AP,
|
|
852
858
|
0, () => AttackProperty$
|
|
853
859
|
];
|
|
@@ -1,6 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ShieldServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var AccessDeniedForDependencyException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidResourceException$: StaticErrorSchema;
|
|
11
|
+
export declare var LimitsExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var LockedSubscriptionException$: StaticErrorSchema;
|
|
13
|
+
export declare var NoAssociatedRoleException$: StaticErrorSchema;
|
|
14
|
+
export declare var OptimisticLockException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
17
|
+
/**
|
|
18
|
+
* TypeRegistry instances containing modeled errors.
|
|
19
|
+
* @internal
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
23
|
export declare var ApplicationLayerAutomaticResponseConfiguration$: StaticStructureSchema;
|
|
5
24
|
export declare var AssociateDRTLogBucketRequest$: StaticStructureSchema;
|
|
6
25
|
export declare var AssociateDRTLogBucketResponse$: StaticStructureSchema;
|
|
@@ -65,13 +84,7 @@ export declare var GetSubscriptionStateRequest$: StaticStructureSchema;
|
|
|
65
84
|
export declare var GetSubscriptionStateResponse$: StaticStructureSchema;
|
|
66
85
|
export declare var InclusionProtectionFilters$: StaticStructureSchema;
|
|
67
86
|
export declare var InclusionProtectionGroupFilters$: StaticStructureSchema;
|
|
68
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
69
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
70
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
71
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
72
|
-
export declare var InvalidResourceException$: StaticErrorSchema;
|
|
73
87
|
export declare var Limit$: StaticStructureSchema;
|
|
74
|
-
export declare var LimitsExceededException$: StaticErrorSchema;
|
|
75
88
|
export declare var ListAttacksRequest$: StaticStructureSchema;
|
|
76
89
|
export declare var ListAttacksResponse$: StaticStructureSchema;
|
|
77
90
|
export declare var ListProtectionGroupsRequest$: StaticStructureSchema;
|
|
@@ -82,18 +95,13 @@ export declare var ListResourcesInProtectionGroupRequest$: StaticStructureSchema
|
|
|
82
95
|
export declare var ListResourcesInProtectionGroupResponse$: StaticStructureSchema;
|
|
83
96
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
84
97
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
85
|
-
export declare var LockedSubscriptionException$: StaticErrorSchema;
|
|
86
98
|
export declare var Mitigation$: StaticStructureSchema;
|
|
87
|
-
export declare var NoAssociatedRoleException$: StaticErrorSchema;
|
|
88
|
-
export declare var OptimisticLockException$: StaticErrorSchema;
|
|
89
99
|
export declare var Protection$: StaticStructureSchema;
|
|
90
100
|
export declare var ProtectionGroup$: StaticStructureSchema;
|
|
91
101
|
export declare var ProtectionGroupArbitraryPatternLimits$: StaticStructureSchema;
|
|
92
102
|
export declare var ProtectionGroupLimits$: StaticStructureSchema;
|
|
93
103
|
export declare var ProtectionGroupPatternTypeLimits$: StaticStructureSchema;
|
|
94
104
|
export declare var ProtectionLimits$: StaticStructureSchema;
|
|
95
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
96
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
97
105
|
export declare var ResponseAction$: StaticStructureSchema;
|
|
98
106
|
export declare var SubResourceSummary$: StaticStructureSchema;
|
|
99
107
|
export declare var Subscription$: StaticStructureSchema;
|
|
@@ -115,7 +123,6 @@ export declare var UpdateProtectionGroupResponse$: StaticStructureSchema;
|
|
|
115
123
|
export declare var UpdateSubscriptionRequest$: StaticStructureSchema;
|
|
116
124
|
export declare var UpdateSubscriptionResponse$: StaticStructureSchema;
|
|
117
125
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
118
|
-
export declare var ShieldServiceException$: StaticErrorSchema;
|
|
119
126
|
export declare var AssociateDRTLogBucket$: StaticOperationSchema;
|
|
120
127
|
export declare var AssociateDRTRole$: StaticOperationSchema;
|
|
121
128
|
export declare var AssociateHealthCheck$: StaticOperationSchema;
|
|
@@ -1,10 +1,24 @@
|
|
|
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 ShieldServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedForDependencyException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalErrorException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidResourceException$: StaticErrorSchema;
|
|
15
|
+
export declare var LimitsExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var LockedSubscriptionException$: StaticErrorSchema;
|
|
17
|
+
export declare var NoAssociatedRoleException$: StaticErrorSchema;
|
|
18
|
+
export declare var OptimisticLockException$: StaticErrorSchema;
|
|
19
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
20
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
22
|
export declare var ApplicationLayerAutomaticResponseConfiguration$: StaticStructureSchema;
|
|
9
23
|
export declare var AssociateDRTLogBucketRequest$: StaticStructureSchema;
|
|
10
24
|
export declare var AssociateDRTLogBucketResponse$: StaticStructureSchema;
|
|
@@ -69,13 +83,7 @@ export declare var GetSubscriptionStateRequest$: StaticStructureSchema;
|
|
|
69
83
|
export declare var GetSubscriptionStateResponse$: StaticStructureSchema;
|
|
70
84
|
export declare var InclusionProtectionFilters$: StaticStructureSchema;
|
|
71
85
|
export declare var InclusionProtectionGroupFilters$: StaticStructureSchema;
|
|
72
|
-
export declare var InternalErrorException$: StaticErrorSchema;
|
|
73
|
-
export declare var InvalidOperationException$: StaticErrorSchema;
|
|
74
|
-
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
75
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
76
|
-
export declare var InvalidResourceException$: StaticErrorSchema;
|
|
77
86
|
export declare var Limit$: StaticStructureSchema;
|
|
78
|
-
export declare var LimitsExceededException$: StaticErrorSchema;
|
|
79
87
|
export declare var ListAttacksRequest$: StaticStructureSchema;
|
|
80
88
|
export declare var ListAttacksResponse$: StaticStructureSchema;
|
|
81
89
|
export declare var ListProtectionGroupsRequest$: StaticStructureSchema;
|
|
@@ -86,18 +94,13 @@ export declare var ListResourcesInProtectionGroupRequest$: StaticStructureSchema
|
|
|
86
94
|
export declare var ListResourcesInProtectionGroupResponse$: StaticStructureSchema;
|
|
87
95
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
88
96
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
89
|
-
export declare var LockedSubscriptionException$: StaticErrorSchema;
|
|
90
97
|
export declare var Mitigation$: StaticStructureSchema;
|
|
91
|
-
export declare var NoAssociatedRoleException$: StaticErrorSchema;
|
|
92
|
-
export declare var OptimisticLockException$: StaticErrorSchema;
|
|
93
98
|
export declare var Protection$: StaticStructureSchema;
|
|
94
99
|
export declare var ProtectionGroup$: StaticStructureSchema;
|
|
95
100
|
export declare var ProtectionGroupArbitraryPatternLimits$: StaticStructureSchema;
|
|
96
101
|
export declare var ProtectionGroupLimits$: StaticStructureSchema;
|
|
97
102
|
export declare var ProtectionGroupPatternTypeLimits$: StaticStructureSchema;
|
|
98
103
|
export declare var ProtectionLimits$: StaticStructureSchema;
|
|
99
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
100
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
101
104
|
export declare var ResponseAction$: StaticStructureSchema;
|
|
102
105
|
export declare var SubResourceSummary$: StaticStructureSchema;
|
|
103
106
|
export declare var Subscription$: StaticStructureSchema;
|
|
@@ -119,7 +122,6 @@ export declare var UpdateProtectionGroupResponse$: StaticStructureSchema;
|
|
|
119
122
|
export declare var UpdateSubscriptionRequest$: StaticStructureSchema;
|
|
120
123
|
export declare var UpdateSubscriptionResponse$: StaticStructureSchema;
|
|
121
124
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
122
|
-
export declare var ShieldServiceException$: StaticErrorSchema;
|
|
123
125
|
export declare var AssociateDRTLogBucket$: StaticOperationSchema;
|
|
124
126
|
export declare var AssociateDRTRole$: StaticOperationSchema;
|
|
125
127
|
export declare var AssociateHealthCheck$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-shield",
|
|
3
3
|
"description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.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-shield",
|
|
@@ -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",
|