@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
|
@@ -0,0 +1,1027 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeAttackStatisticsResponse$ = exports.DescribeAttackStatisticsRequest$ = exports.DescribeAttackResponse$ = exports.DescribeAttackRequest$ = exports.DeleteSubscriptionResponse$ = exports.DeleteSubscriptionRequest$ = exports.DeleteProtectionResponse$ = exports.DeleteProtectionRequest$ = exports.DeleteProtectionGroupResponse$ = exports.DeleteProtectionGroupRequest$ = exports.CreateSubscriptionResponse$ = exports.CreateSubscriptionRequest$ = exports.CreateProtectionResponse$ = exports.CreateProtectionRequest$ = exports.CreateProtectionGroupResponse$ = exports.CreateProtectionGroupRequest$ = exports.CountAction$ = exports.Contributor$ = exports.BlockAction$ = exports.AttackVolumeStatistics$ = exports.AttackVolume$ = exports.AttackVectorDescription$ = exports.AttackSummary$ = exports.AttackStatisticsDataItem$ = exports.AttackProperty$ = exports.AttackDetail$ = exports.AssociateProactiveEngagementDetailsResponse$ = exports.AssociateProactiveEngagementDetailsRequest$ = exports.AssociateHealthCheckResponse$ = exports.AssociateHealthCheckRequest$ = exports.AssociateDRTRoleResponse$ = exports.AssociateDRTRoleRequest$ = exports.AssociateDRTLogBucketResponse$ = exports.AssociateDRTLogBucketRequest$ = exports.ApplicationLayerAutomaticResponseConfiguration$ = exports.errorTypeRegistries = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.OptimisticLockException$ = exports.NoAssociatedRoleException$ = exports.LockedSubscriptionException$ = exports.LimitsExceededException$ = exports.InvalidResourceException$ = exports.InvalidParameterException$ = exports.InvalidPaginationTokenException$ = exports.InvalidOperationException$ = exports.InternalErrorException$ = exports.AccessDeniedForDependencyException$ = exports.AccessDeniedException$ = exports.ShieldServiceException$ = void 0;
|
|
4
|
+
exports.Subscription$ = exports.SubResourceSummary$ = exports.ResponseAction$ = exports.ProtectionLimits$ = exports.ProtectionGroupPatternTypeLimits$ = exports.ProtectionGroupLimits$ = exports.ProtectionGroupArbitraryPatternLimits$ = exports.ProtectionGroup$ = exports.Protection$ = exports.Mitigation$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResourcesInProtectionGroupResponse$ = exports.ListResourcesInProtectionGroupRequest$ = exports.ListProtectionsResponse$ = exports.ListProtectionsRequest$ = exports.ListProtectionGroupsResponse$ = exports.ListProtectionGroupsRequest$ = exports.ListAttacksResponse$ = exports.ListAttacksRequest$ = exports.Limit$ = exports.InclusionProtectionGroupFilters$ = exports.InclusionProtectionFilters$ = exports.GetSubscriptionStateResponse$ = exports.GetSubscriptionStateRequest$ = exports.EnableProactiveEngagementResponse$ = exports.EnableProactiveEngagementRequest$ = exports.EnableApplicationLayerAutomaticResponseResponse$ = exports.EnableApplicationLayerAutomaticResponseRequest$ = exports.EmergencyContact$ = exports.DisassociateHealthCheckResponse$ = exports.DisassociateHealthCheckRequest$ = exports.DisassociateDRTRoleResponse$ = exports.DisassociateDRTRoleRequest$ = exports.DisassociateDRTLogBucketResponse$ = exports.DisassociateDRTLogBucketRequest$ = exports.DisableProactiveEngagementResponse$ = exports.DisableProactiveEngagementRequest$ = exports.DisableApplicationLayerAutomaticResponseResponse$ = exports.DisableApplicationLayerAutomaticResponseRequest$ = exports.DescribeSubscriptionResponse$ = exports.DescribeSubscriptionRequest$ = exports.DescribeProtectionResponse$ = exports.DescribeProtectionRequest$ = exports.DescribeProtectionGroupResponse$ = exports.DescribeProtectionGroupRequest$ = exports.DescribeEmergencyContactSettingsResponse$ = exports.DescribeEmergencyContactSettingsRequest$ = exports.DescribeDRTAccessResponse$ = exports.DescribeDRTAccessRequest$ = void 0;
|
|
5
|
+
exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListResourcesInProtectionGroup$ = exports.ListProtections$ = exports.ListProtectionGroups$ = exports.ListAttacks$ = exports.GetSubscriptionState$ = exports.EnableProactiveEngagement$ = exports.EnableApplicationLayerAutomaticResponse$ = exports.DisassociateHealthCheck$ = exports.DisassociateDRTRole$ = exports.DisassociateDRTLogBucket$ = exports.DisableProactiveEngagement$ = exports.DisableApplicationLayerAutomaticResponse$ = exports.DescribeSubscription$ = exports.DescribeProtectionGroup$ = exports.DescribeProtection$ = exports.DescribeEmergencyContactSettings$ = exports.DescribeDRTAccess$ = exports.DescribeAttackStatistics$ = exports.DescribeAttack$ = exports.DeleteSubscription$ = exports.DeleteProtectionGroup$ = exports.DeleteProtection$ = exports.CreateSubscription$ = exports.CreateProtectionGroup$ = exports.CreateProtection$ = exports.AssociateProactiveEngagementDetails$ = exports.AssociateHealthCheck$ = exports.AssociateDRTRole$ = exports.AssociateDRTLogBucket$ = exports.ValidationExceptionField$ = exports.UpdateSubscriptionResponse$ = exports.UpdateSubscriptionRequest$ = exports.UpdateProtectionGroupResponse$ = exports.UpdateProtectionGroupRequest$ = exports.UpdateEmergencyContactSettingsResponse$ = exports.UpdateEmergencyContactSettingsRequest$ = exports.UpdateApplicationLayerAutomaticResponseResponse$ = exports.UpdateApplicationLayerAutomaticResponseRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimeRange$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SummarizedCounter$ = exports.SummarizedAttackVector$ = exports.SubscriptionLimits$ = void 0;
|
|
6
|
+
exports.UpdateSubscription$ = exports.UpdateProtectionGroup$ = exports.UpdateEmergencyContactSettings$ = exports.UpdateApplicationLayerAutomaticResponse$ = void 0;
|
|
7
|
+
const _A = "Action";
|
|
8
|
+
const _AC = "AttackCounters";
|
|
9
|
+
const _ACt = "AttackCount";
|
|
10
|
+
const _AD = "AttackDetail";
|
|
11
|
+
const _ADE = "AccessDeniedException";
|
|
12
|
+
const _ADFDE = "AccessDeniedForDependencyException";
|
|
13
|
+
const _ADRTLB = "AssociateDRTLogBucket";
|
|
14
|
+
const _ADRTLBR = "AssociateDRTLogBucketRequest";
|
|
15
|
+
const _ADRTLBRs = "AssociateDRTLogBucketResponse";
|
|
16
|
+
const _ADRTR = "AssociateDRTRole";
|
|
17
|
+
const _ADRTRR = "AssociateDRTRoleRequest";
|
|
18
|
+
const _ADRTRRs = "AssociateDRTRoleResponse";
|
|
19
|
+
const _AHC = "AssociateHealthCheck";
|
|
20
|
+
const _AHCR = "AssociateHealthCheckRequest";
|
|
21
|
+
const _AHCRs = "AssociateHealthCheckResponse";
|
|
22
|
+
const _AI = "AttackId";
|
|
23
|
+
const _AL = "AttackLayer";
|
|
24
|
+
const _ALARC = "ApplicationLayerAutomaticResponseConfiguration";
|
|
25
|
+
const _AP = "AttackProperties";
|
|
26
|
+
const _APED = "AssociateProactiveEngagementDetails";
|
|
27
|
+
const _APEDR = "AssociateProactiveEngagementDetailsRequest";
|
|
28
|
+
const _APEDRs = "AssociateProactiveEngagementDetailsResponse";
|
|
29
|
+
const _API = "AttackPropertyIdentifier";
|
|
30
|
+
const _APL = "ArbitraryPatternLimits";
|
|
31
|
+
const _APt = "AttackProperty";
|
|
32
|
+
const _AR = "AutoRenew";
|
|
33
|
+
const _AS = "AttackSummary";
|
|
34
|
+
const _ASDI = "AttackStatisticsDataItem";
|
|
35
|
+
const _ASDL = "AttackStatisticsDataList";
|
|
36
|
+
const _ASt = "AttackSummaries";
|
|
37
|
+
const _AV = "AttackVolume";
|
|
38
|
+
const _AVD = "AttackVectorDescription";
|
|
39
|
+
const _AVDL = "AttackVectorDescriptionList";
|
|
40
|
+
const _AVS = "AttackVolumeStatistics";
|
|
41
|
+
const _AVt = "AttackVectors";
|
|
42
|
+
const _Ag = "Aggregation";
|
|
43
|
+
const _Agg = "Aggregations";
|
|
44
|
+
const _At = "Attack";
|
|
45
|
+
const _Av = "Average";
|
|
46
|
+
const _B = "Block";
|
|
47
|
+
const _BA = "BlockAction";
|
|
48
|
+
const _BPS = "BitsPerSecond";
|
|
49
|
+
const _C = "Contributor";
|
|
50
|
+
const _CA = "CountAction";
|
|
51
|
+
const _CN = "ContactNotes";
|
|
52
|
+
const _CP = "CreateProtection";
|
|
53
|
+
const _CPG = "CreateProtectionGroup";
|
|
54
|
+
const _CPGR = "CreateProtectionGroupRequest";
|
|
55
|
+
const _CPGRr = "CreateProtectionGroupResponse";
|
|
56
|
+
const _CPR = "CreateProtectionRequest";
|
|
57
|
+
const _CPRr = "CreateProtectionResponse";
|
|
58
|
+
const _CS = "CreateSubscription";
|
|
59
|
+
const _CSR = "CreateSubscriptionRequest";
|
|
60
|
+
const _CSRr = "CreateSubscriptionResponse";
|
|
61
|
+
const _Co = "Count";
|
|
62
|
+
const _Cou = "Counters";
|
|
63
|
+
const _DA = "DescribeAttack";
|
|
64
|
+
const _DALAR = "DisableApplicationLayerAutomaticResponse";
|
|
65
|
+
const _DALARR = "DisableApplicationLayerAutomaticResponseRequest";
|
|
66
|
+
const _DALARRi = "DisableApplicationLayerAutomaticResponseResponse";
|
|
67
|
+
const _DAR = "DescribeAttackRequest";
|
|
68
|
+
const _DARe = "DescribeAttackResponse";
|
|
69
|
+
const _DAS = "DescribeAttackStatistics";
|
|
70
|
+
const _DASR = "DescribeAttackStatisticsRequest";
|
|
71
|
+
const _DASRe = "DescribeAttackStatisticsResponse";
|
|
72
|
+
const _DDRTA = "DescribeDRTAccess";
|
|
73
|
+
const _DDRTAR = "DescribeDRTAccessRequest";
|
|
74
|
+
const _DDRTARe = "DescribeDRTAccessResponse";
|
|
75
|
+
const _DDRTLB = "DisassociateDRTLogBucket";
|
|
76
|
+
const _DDRTLBR = "DisassociateDRTLogBucketRequest";
|
|
77
|
+
const _DDRTLBRi = "DisassociateDRTLogBucketResponse";
|
|
78
|
+
const _DDRTR = "DisassociateDRTRole";
|
|
79
|
+
const _DDRTRR = "DisassociateDRTRoleRequest";
|
|
80
|
+
const _DDRTRRi = "DisassociateDRTRoleResponse";
|
|
81
|
+
const _DECS = "DescribeEmergencyContactSettings";
|
|
82
|
+
const _DECSR = "DescribeEmergencyContactSettingsRequest";
|
|
83
|
+
const _DECSRe = "DescribeEmergencyContactSettingsResponse";
|
|
84
|
+
const _DHC = "DisassociateHealthCheck";
|
|
85
|
+
const _DHCR = "DisassociateHealthCheckRequest";
|
|
86
|
+
const _DHCRi = "DisassociateHealthCheckResponse";
|
|
87
|
+
const _DI = "DataItems";
|
|
88
|
+
const _DP = "DeleteProtection";
|
|
89
|
+
const _DPE = "DisableProactiveEngagement";
|
|
90
|
+
const _DPER = "DisableProactiveEngagementRequest";
|
|
91
|
+
const _DPERi = "DisableProactiveEngagementResponse";
|
|
92
|
+
const _DPG = "DeleteProtectionGroup";
|
|
93
|
+
const _DPGR = "DeleteProtectionGroupRequest";
|
|
94
|
+
const _DPGRe = "DeleteProtectionGroupResponse";
|
|
95
|
+
const _DPGRes = "DescribeProtectionGroupRequest";
|
|
96
|
+
const _DPGResc = "DescribeProtectionGroupResponse";
|
|
97
|
+
const _DPGe = "DescribeProtectionGroup";
|
|
98
|
+
const _DPR = "DeleteProtectionRequest";
|
|
99
|
+
const _DPRe = "DeleteProtectionResponse";
|
|
100
|
+
const _DPRes = "DescribeProtectionRequest";
|
|
101
|
+
const _DPResc = "DescribeProtectionResponse";
|
|
102
|
+
const _DPe = "DescribeProtection";
|
|
103
|
+
const _DS = "DeleteSubscription";
|
|
104
|
+
const _DSR = "DeleteSubscriptionRequest";
|
|
105
|
+
const _DSRe = "DeleteSubscriptionResponse";
|
|
106
|
+
const _DSRes = "DescribeSubscriptionRequest";
|
|
107
|
+
const _DSResc = "DescribeSubscriptionResponse";
|
|
108
|
+
const _DSe = "DescribeSubscription";
|
|
109
|
+
const _EA = "EmailAddress";
|
|
110
|
+
const _EALAR = "EnableApplicationLayerAutomaticResponse";
|
|
111
|
+
const _EALARR = "EnableApplicationLayerAutomaticResponseRequest";
|
|
112
|
+
const _EALARRn = "EnableApplicationLayerAutomaticResponseResponse";
|
|
113
|
+
const _EC = "EmergencyContact";
|
|
114
|
+
const _ECL = "EmergencyContactList";
|
|
115
|
+
const _EPE = "EnableProactiveEngagement";
|
|
116
|
+
const _EPER = "EnableProactiveEngagementRequest";
|
|
117
|
+
const _EPERn = "EnableProactiveEngagementResponse";
|
|
118
|
+
const _ET = "EndTime";
|
|
119
|
+
const _FI = "FromInclusive";
|
|
120
|
+
const _GSS = "GetSubscriptionState";
|
|
121
|
+
const _GSSR = "GetSubscriptionStateRequest";
|
|
122
|
+
const _GSSRe = "GetSubscriptionStateResponse";
|
|
123
|
+
const _HCA = "HealthCheckArn";
|
|
124
|
+
const _HCI = "HealthCheckIds";
|
|
125
|
+
const _I = "Id";
|
|
126
|
+
const _IEE = "InternalErrorException";
|
|
127
|
+
const _IF = "InclusionFilters";
|
|
128
|
+
const _IOE = "InvalidOperationException";
|
|
129
|
+
const _IPE = "InvalidParameterException";
|
|
130
|
+
const _IPF = "InclusionProtectionFilters";
|
|
131
|
+
const _IPGF = "InclusionProtectionGroupFilters";
|
|
132
|
+
const _IPTE = "InvalidPaginationTokenException";
|
|
133
|
+
const _IRE = "InvalidResourceException";
|
|
134
|
+
const _K = "Key";
|
|
135
|
+
const _L = "Limit";
|
|
136
|
+
const _LA = "ListAttacks";
|
|
137
|
+
const _LAR = "ListAttacksRequest";
|
|
138
|
+
const _LARi = "ListAttacksResponse";
|
|
139
|
+
const _LB = "LogBucket";
|
|
140
|
+
const _LBL = "LogBucketList";
|
|
141
|
+
const _LEE = "LimitsExceededException";
|
|
142
|
+
const _LP = "ListProtections";
|
|
143
|
+
const _LPG = "ListProtectionGroups";
|
|
144
|
+
const _LPGR = "ListProtectionGroupsRequest";
|
|
145
|
+
const _LPGRi = "ListProtectionGroupsResponse";
|
|
146
|
+
const _LPR = "ListProtectionsRequest";
|
|
147
|
+
const _LPRi = "ListProtectionsResponse";
|
|
148
|
+
const _LRIPG = "ListResourcesInProtectionGroup";
|
|
149
|
+
const _LRIPGR = "ListResourcesInProtectionGroupRequest";
|
|
150
|
+
const _LRIPGRi = "ListResourcesInProtectionGroupResponse";
|
|
151
|
+
const _LSE = "LockedSubscriptionException";
|
|
152
|
+
const _LTFR = "ListTagsForResource";
|
|
153
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
154
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
155
|
+
const _Li = "Limits";
|
|
156
|
+
const _M = "Mitigations";
|
|
157
|
+
const _ML = "MitigationList";
|
|
158
|
+
const _MM = "MaxMembers";
|
|
159
|
+
const _MN = "MitigationName";
|
|
160
|
+
const _MPG = "MaxProtectionGroups";
|
|
161
|
+
const _MR = "MaxResults";
|
|
162
|
+
const _Ma = "Max";
|
|
163
|
+
const _Me = "Members";
|
|
164
|
+
const _Mi = "Mitigation";
|
|
165
|
+
const _N = "Name";
|
|
166
|
+
const _NARE = "NoAssociatedRoleException";
|
|
167
|
+
const _NT = "NextToken";
|
|
168
|
+
const _N_ = "N";
|
|
169
|
+
const _OLE = "OptimisticLockException";
|
|
170
|
+
const _P = "Pattern";
|
|
171
|
+
const _PA = "ProtectionArn";
|
|
172
|
+
const _PES = "ProactiveEngagementStatus";
|
|
173
|
+
const _PG = "ProtectionGroup";
|
|
174
|
+
const _PGA = "ProtectionGroupArn";
|
|
175
|
+
const _PGAPL = "ProtectionGroupArbitraryPatternLimits";
|
|
176
|
+
const _PGI = "ProtectionGroupId";
|
|
177
|
+
const _PGIr = "ProtectionGroupIds";
|
|
178
|
+
const _PGL = "ProtectionGroupLimits";
|
|
179
|
+
const _PGPTL = "ProtectionGroupPatternTypeLimits";
|
|
180
|
+
const _PGr = "ProtectionGroups";
|
|
181
|
+
const _PI = "ProtectionId";
|
|
182
|
+
const _PL = "ProtectionLimits";
|
|
183
|
+
const _PN = "PhoneNumber";
|
|
184
|
+
const _PNr = "ProtectionNames";
|
|
185
|
+
const _PPS = "PacketsPerSecond";
|
|
186
|
+
const _PRTL = "ProtectedResourceTypeLimits";
|
|
187
|
+
const _PTL = "PatternTypeLimits";
|
|
188
|
+
const _Pa = "Patterns";
|
|
189
|
+
const _Pr = "Protection";
|
|
190
|
+
const _Pro = "Protections";
|
|
191
|
+
const _RA = "RoleArn";
|
|
192
|
+
const _RAEE = "ResourceAlreadyExistsException";
|
|
193
|
+
const _RARN = "ResourceARN";
|
|
194
|
+
const _RAe = "ResourceArn";
|
|
195
|
+
const _RAes = "ResourceArns";
|
|
196
|
+
const _RAesp = "ResponseAction";
|
|
197
|
+
const _RNFE = "ResourceNotFoundException";
|
|
198
|
+
const _RPS = "RequestsPerSecond";
|
|
199
|
+
const _RT = "ResourceType";
|
|
200
|
+
const _RTe = "ResourceTypes";
|
|
201
|
+
const _S = "Status";
|
|
202
|
+
const _SA = "SubscriptionArn";
|
|
203
|
+
const _SAV = "SummarizedAttackVector";
|
|
204
|
+
const _SAVL = "SummarizedAttackVectorList";
|
|
205
|
+
const _SC = "SummarizedCounter";
|
|
206
|
+
const _SCL = "SummarizedCounterList";
|
|
207
|
+
const _SL = "SubscriptionLimits";
|
|
208
|
+
const _SR = "SubResources";
|
|
209
|
+
const _SRS = "SubResourceSummary";
|
|
210
|
+
const _SRSL = "SubResourceSummaryList";
|
|
211
|
+
const _SS = "SubscriptionState";
|
|
212
|
+
const _ST = "StartTime";
|
|
213
|
+
const _Su = "Subscription";
|
|
214
|
+
const _Sum = "Sum";
|
|
215
|
+
const _T = "Type";
|
|
216
|
+
const _TC = "TopContributors";
|
|
217
|
+
const _TCIS = "TimeCommitmentInSeconds";
|
|
218
|
+
const _TE = "ToExclusive";
|
|
219
|
+
const _TK = "TagKeys";
|
|
220
|
+
const _TL = "TagList";
|
|
221
|
+
const _TR = "TimeRange";
|
|
222
|
+
const _TRR = "TagResourceRequest";
|
|
223
|
+
const _TRRa = "TagResourceResponse";
|
|
224
|
+
const _TRa = "TagResource";
|
|
225
|
+
const _Ta = "Tags";
|
|
226
|
+
const _Tag = "Tag";
|
|
227
|
+
const _To = "Total";
|
|
228
|
+
const _U = "Unit";
|
|
229
|
+
const _UALAR = "UpdateApplicationLayerAutomaticResponse";
|
|
230
|
+
const _UALARR = "UpdateApplicationLayerAutomaticResponseRequest";
|
|
231
|
+
const _UALARRp = "UpdateApplicationLayerAutomaticResponseResponse";
|
|
232
|
+
const _UECS = "UpdateEmergencyContactSettings";
|
|
233
|
+
const _UECSR = "UpdateEmergencyContactSettingsRequest";
|
|
234
|
+
const _UECSRp = "UpdateEmergencyContactSettingsResponse";
|
|
235
|
+
const _UPG = "UpdateProtectionGroup";
|
|
236
|
+
const _UPGR = "UpdateProtectionGroupRequest";
|
|
237
|
+
const _UPGRp = "UpdateProtectionGroupResponse";
|
|
238
|
+
const _UR = "UntagResource";
|
|
239
|
+
const _URR = "UntagResourceRequest";
|
|
240
|
+
const _URRn = "UntagResourceResponse";
|
|
241
|
+
const _US = "UpdateSubscription";
|
|
242
|
+
const _USR = "UpdateSubscriptionRequest";
|
|
243
|
+
const _USRp = "UpdateSubscriptionResponse";
|
|
244
|
+
const _V = "Value";
|
|
245
|
+
const _VC = "VectorCounters";
|
|
246
|
+
const _VEF = "ValidationExceptionField";
|
|
247
|
+
const _VEFL = "ValidationExceptionFieldList";
|
|
248
|
+
const _VT = "VectorType";
|
|
249
|
+
const _c = "client";
|
|
250
|
+
const _e = "error";
|
|
251
|
+
const _f = "fields";
|
|
252
|
+
const _m = "message";
|
|
253
|
+
const _n = "name";
|
|
254
|
+
const _r = "reason";
|
|
255
|
+
const _rT = "resourceType";
|
|
256
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.shield";
|
|
257
|
+
const _se = "server";
|
|
258
|
+
const n0 = "com.amazonaws.shield";
|
|
259
|
+
const schema_1 = require("@smithy/core/schema");
|
|
260
|
+
const errors_1 = require("../models/errors");
|
|
261
|
+
const ShieldServiceException_1 = require("../models/ShieldServiceException");
|
|
262
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
263
|
+
exports.ShieldServiceException$ = [-3, _s, "ShieldServiceException", 0, [], []];
|
|
264
|
+
_s_registry.registerError(exports.ShieldServiceException$, ShieldServiceException_1.ShieldServiceException);
|
|
265
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
266
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
267
|
+
{ [_e]: _c },
|
|
268
|
+
[_m],
|
|
269
|
+
[0]
|
|
270
|
+
];
|
|
271
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
272
|
+
exports.AccessDeniedForDependencyException$ = [-3, n0, _ADFDE,
|
|
273
|
+
{ [_e]: _c },
|
|
274
|
+
[_m],
|
|
275
|
+
[0]
|
|
276
|
+
];
|
|
277
|
+
n0_registry.registerError(exports.AccessDeniedForDependencyException$, errors_1.AccessDeniedForDependencyException);
|
|
278
|
+
exports.InternalErrorException$ = [-3, n0, _IEE,
|
|
279
|
+
{ [_e]: _se },
|
|
280
|
+
[_m],
|
|
281
|
+
[0]
|
|
282
|
+
];
|
|
283
|
+
n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
|
|
284
|
+
exports.InvalidOperationException$ = [-3, n0, _IOE,
|
|
285
|
+
{ [_e]: _c },
|
|
286
|
+
[_m],
|
|
287
|
+
[0]
|
|
288
|
+
];
|
|
289
|
+
n0_registry.registerError(exports.InvalidOperationException$, errors_1.InvalidOperationException);
|
|
290
|
+
exports.InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
291
|
+
{ [_e]: _c },
|
|
292
|
+
[_m],
|
|
293
|
+
[0]
|
|
294
|
+
];
|
|
295
|
+
n0_registry.registerError(exports.InvalidPaginationTokenException$, errors_1.InvalidPaginationTokenException);
|
|
296
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
297
|
+
{ [_e]: _c },
|
|
298
|
+
[_m, _r, _f],
|
|
299
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
300
|
+
];
|
|
301
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
302
|
+
exports.InvalidResourceException$ = [-3, n0, _IRE,
|
|
303
|
+
{ [_e]: _c },
|
|
304
|
+
[_m],
|
|
305
|
+
[0]
|
|
306
|
+
];
|
|
307
|
+
n0_registry.registerError(exports.InvalidResourceException$, errors_1.InvalidResourceException);
|
|
308
|
+
exports.LimitsExceededException$ = [-3, n0, _LEE,
|
|
309
|
+
{ [_e]: _c },
|
|
310
|
+
[_m, _T, _L],
|
|
311
|
+
[0, 0, 1]
|
|
312
|
+
];
|
|
313
|
+
n0_registry.registerError(exports.LimitsExceededException$, errors_1.LimitsExceededException);
|
|
314
|
+
exports.LockedSubscriptionException$ = [-3, n0, _LSE,
|
|
315
|
+
{ [_e]: _c },
|
|
316
|
+
[_m],
|
|
317
|
+
[0]
|
|
318
|
+
];
|
|
319
|
+
n0_registry.registerError(exports.LockedSubscriptionException$, errors_1.LockedSubscriptionException);
|
|
320
|
+
exports.NoAssociatedRoleException$ = [-3, n0, _NARE,
|
|
321
|
+
{ [_e]: _c },
|
|
322
|
+
[_m],
|
|
323
|
+
[0]
|
|
324
|
+
];
|
|
325
|
+
n0_registry.registerError(exports.NoAssociatedRoleException$, errors_1.NoAssociatedRoleException);
|
|
326
|
+
exports.OptimisticLockException$ = [-3, n0, _OLE,
|
|
327
|
+
{ [_e]: _c },
|
|
328
|
+
[_m],
|
|
329
|
+
[0]
|
|
330
|
+
];
|
|
331
|
+
n0_registry.registerError(exports.OptimisticLockException$, errors_1.OptimisticLockException);
|
|
332
|
+
exports.ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
333
|
+
{ [_e]: _c },
|
|
334
|
+
[_m, _rT],
|
|
335
|
+
[0, 0]
|
|
336
|
+
];
|
|
337
|
+
n0_registry.registerError(exports.ResourceAlreadyExistsException$, errors_1.ResourceAlreadyExistsException);
|
|
338
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
339
|
+
{ [_e]: _c },
|
|
340
|
+
[_m, _rT],
|
|
341
|
+
[0, 0]
|
|
342
|
+
];
|
|
343
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
344
|
+
exports.errorTypeRegistries = [
|
|
345
|
+
_s_registry,
|
|
346
|
+
n0_registry,
|
|
347
|
+
];
|
|
348
|
+
exports.ApplicationLayerAutomaticResponseConfiguration$ = [3, n0, _ALARC,
|
|
349
|
+
0,
|
|
350
|
+
[_S, _A],
|
|
351
|
+
[0, () => exports.ResponseAction$], 2
|
|
352
|
+
];
|
|
353
|
+
exports.AssociateDRTLogBucketRequest$ = [3, n0, _ADRTLBR,
|
|
354
|
+
0,
|
|
355
|
+
[_LB],
|
|
356
|
+
[0], 1
|
|
357
|
+
];
|
|
358
|
+
exports.AssociateDRTLogBucketResponse$ = [3, n0, _ADRTLBRs,
|
|
359
|
+
0,
|
|
360
|
+
[],
|
|
361
|
+
[]
|
|
362
|
+
];
|
|
363
|
+
exports.AssociateDRTRoleRequest$ = [3, n0, _ADRTRR,
|
|
364
|
+
0,
|
|
365
|
+
[_RA],
|
|
366
|
+
[0], 1
|
|
367
|
+
];
|
|
368
|
+
exports.AssociateDRTRoleResponse$ = [3, n0, _ADRTRRs,
|
|
369
|
+
0,
|
|
370
|
+
[],
|
|
371
|
+
[]
|
|
372
|
+
];
|
|
373
|
+
exports.AssociateHealthCheckRequest$ = [3, n0, _AHCR,
|
|
374
|
+
0,
|
|
375
|
+
[_PI, _HCA],
|
|
376
|
+
[0, 0], 2
|
|
377
|
+
];
|
|
378
|
+
exports.AssociateHealthCheckResponse$ = [3, n0, _AHCRs,
|
|
379
|
+
0,
|
|
380
|
+
[],
|
|
381
|
+
[]
|
|
382
|
+
];
|
|
383
|
+
exports.AssociateProactiveEngagementDetailsRequest$ = [3, n0, _APEDR,
|
|
384
|
+
0,
|
|
385
|
+
[_ECL],
|
|
386
|
+
[() => EmergencyContactList], 1
|
|
387
|
+
];
|
|
388
|
+
exports.AssociateProactiveEngagementDetailsResponse$ = [3, n0, _APEDRs,
|
|
389
|
+
0,
|
|
390
|
+
[],
|
|
391
|
+
[]
|
|
392
|
+
];
|
|
393
|
+
exports.AttackDetail$ = [3, n0, _AD,
|
|
394
|
+
0,
|
|
395
|
+
[_AI, _RAe, _SR, _ST, _ET, _AC, _AP, _M],
|
|
396
|
+
[0, 0, () => SubResourceSummaryList, 4, 4, () => SummarizedCounterList, () => AttackProperties, () => MitigationList]
|
|
397
|
+
];
|
|
398
|
+
exports.AttackProperty$ = [3, n0, _APt,
|
|
399
|
+
0,
|
|
400
|
+
[_AL, _API, _TC, _U, _To],
|
|
401
|
+
[0, 0, () => TopContributors, 0, 1]
|
|
402
|
+
];
|
|
403
|
+
exports.AttackStatisticsDataItem$ = [3, n0, _ASDI,
|
|
404
|
+
0,
|
|
405
|
+
[_ACt, _AV],
|
|
406
|
+
[1, () => exports.AttackVolume$], 1
|
|
407
|
+
];
|
|
408
|
+
exports.AttackSummary$ = [3, n0, _AS,
|
|
409
|
+
0,
|
|
410
|
+
[_AI, _RAe, _ST, _ET, _AVt],
|
|
411
|
+
[0, 0, 4, 4, () => AttackVectorDescriptionList]
|
|
412
|
+
];
|
|
413
|
+
exports.AttackVectorDescription$ = [3, n0, _AVD,
|
|
414
|
+
0,
|
|
415
|
+
[_VT],
|
|
416
|
+
[0], 1
|
|
417
|
+
];
|
|
418
|
+
exports.AttackVolume$ = [3, n0, _AV,
|
|
419
|
+
0,
|
|
420
|
+
[_BPS, _PPS, _RPS],
|
|
421
|
+
[() => exports.AttackVolumeStatistics$, () => exports.AttackVolumeStatistics$, () => exports.AttackVolumeStatistics$]
|
|
422
|
+
];
|
|
423
|
+
exports.AttackVolumeStatistics$ = [3, n0, _AVS,
|
|
424
|
+
0,
|
|
425
|
+
[_Ma],
|
|
426
|
+
[1], 1
|
|
427
|
+
];
|
|
428
|
+
exports.BlockAction$ = [3, n0, _BA,
|
|
429
|
+
0,
|
|
430
|
+
[],
|
|
431
|
+
[]
|
|
432
|
+
];
|
|
433
|
+
exports.Contributor$ = [3, n0, _C,
|
|
434
|
+
0,
|
|
435
|
+
[_N, _V],
|
|
436
|
+
[0, 1]
|
|
437
|
+
];
|
|
438
|
+
exports.CountAction$ = [3, n0, _CA,
|
|
439
|
+
0,
|
|
440
|
+
[],
|
|
441
|
+
[]
|
|
442
|
+
];
|
|
443
|
+
exports.CreateProtectionGroupRequest$ = [3, n0, _CPGR,
|
|
444
|
+
0,
|
|
445
|
+
[_PGI, _Ag, _P, _RT, _Me, _Ta],
|
|
446
|
+
[0, 0, 0, 0, 64 | 0, () => TagList], 3
|
|
447
|
+
];
|
|
448
|
+
exports.CreateProtectionGroupResponse$ = [3, n0, _CPGRr,
|
|
449
|
+
0,
|
|
450
|
+
[],
|
|
451
|
+
[]
|
|
452
|
+
];
|
|
453
|
+
exports.CreateProtectionRequest$ = [3, n0, _CPR,
|
|
454
|
+
0,
|
|
455
|
+
[_N, _RAe, _Ta],
|
|
456
|
+
[0, 0, () => TagList], 2
|
|
457
|
+
];
|
|
458
|
+
exports.CreateProtectionResponse$ = [3, n0, _CPRr,
|
|
459
|
+
0,
|
|
460
|
+
[_PI],
|
|
461
|
+
[0]
|
|
462
|
+
];
|
|
463
|
+
exports.CreateSubscriptionRequest$ = [3, n0, _CSR,
|
|
464
|
+
0,
|
|
465
|
+
[],
|
|
466
|
+
[]
|
|
467
|
+
];
|
|
468
|
+
exports.CreateSubscriptionResponse$ = [3, n0, _CSRr,
|
|
469
|
+
0,
|
|
470
|
+
[],
|
|
471
|
+
[]
|
|
472
|
+
];
|
|
473
|
+
exports.DeleteProtectionGroupRequest$ = [3, n0, _DPGR,
|
|
474
|
+
0,
|
|
475
|
+
[_PGI],
|
|
476
|
+
[0], 1
|
|
477
|
+
];
|
|
478
|
+
exports.DeleteProtectionGroupResponse$ = [3, n0, _DPGRe,
|
|
479
|
+
0,
|
|
480
|
+
[],
|
|
481
|
+
[]
|
|
482
|
+
];
|
|
483
|
+
exports.DeleteProtectionRequest$ = [3, n0, _DPR,
|
|
484
|
+
0,
|
|
485
|
+
[_PI],
|
|
486
|
+
[0], 1
|
|
487
|
+
];
|
|
488
|
+
exports.DeleteProtectionResponse$ = [3, n0, _DPRe,
|
|
489
|
+
0,
|
|
490
|
+
[],
|
|
491
|
+
[]
|
|
492
|
+
];
|
|
493
|
+
exports.DeleteSubscriptionRequest$ = [3, n0, _DSR,
|
|
494
|
+
0,
|
|
495
|
+
[],
|
|
496
|
+
[]
|
|
497
|
+
];
|
|
498
|
+
exports.DeleteSubscriptionResponse$ = [3, n0, _DSRe,
|
|
499
|
+
0,
|
|
500
|
+
[],
|
|
501
|
+
[]
|
|
502
|
+
];
|
|
503
|
+
exports.DescribeAttackRequest$ = [3, n0, _DAR,
|
|
504
|
+
0,
|
|
505
|
+
[_AI],
|
|
506
|
+
[0], 1
|
|
507
|
+
];
|
|
508
|
+
exports.DescribeAttackResponse$ = [3, n0, _DARe,
|
|
509
|
+
0,
|
|
510
|
+
[_At],
|
|
511
|
+
[() => exports.AttackDetail$]
|
|
512
|
+
];
|
|
513
|
+
exports.DescribeAttackStatisticsRequest$ = [3, n0, _DASR,
|
|
514
|
+
0,
|
|
515
|
+
[],
|
|
516
|
+
[]
|
|
517
|
+
];
|
|
518
|
+
exports.DescribeAttackStatisticsResponse$ = [3, n0, _DASRe,
|
|
519
|
+
0,
|
|
520
|
+
[_TR, _DI],
|
|
521
|
+
[() => exports.TimeRange$, () => AttackStatisticsDataList], 2
|
|
522
|
+
];
|
|
523
|
+
exports.DescribeDRTAccessRequest$ = [3, n0, _DDRTAR,
|
|
524
|
+
0,
|
|
525
|
+
[],
|
|
526
|
+
[]
|
|
527
|
+
];
|
|
528
|
+
exports.DescribeDRTAccessResponse$ = [3, n0, _DDRTARe,
|
|
529
|
+
0,
|
|
530
|
+
[_RA, _LBL],
|
|
531
|
+
[0, 64 | 0]
|
|
532
|
+
];
|
|
533
|
+
exports.DescribeEmergencyContactSettingsRequest$ = [3, n0, _DECSR,
|
|
534
|
+
0,
|
|
535
|
+
[],
|
|
536
|
+
[]
|
|
537
|
+
];
|
|
538
|
+
exports.DescribeEmergencyContactSettingsResponse$ = [3, n0, _DECSRe,
|
|
539
|
+
0,
|
|
540
|
+
[_ECL],
|
|
541
|
+
[() => EmergencyContactList]
|
|
542
|
+
];
|
|
543
|
+
exports.DescribeProtectionGroupRequest$ = [3, n0, _DPGRes,
|
|
544
|
+
0,
|
|
545
|
+
[_PGI],
|
|
546
|
+
[0], 1
|
|
547
|
+
];
|
|
548
|
+
exports.DescribeProtectionGroupResponse$ = [3, n0, _DPGResc,
|
|
549
|
+
0,
|
|
550
|
+
[_PG],
|
|
551
|
+
[() => exports.ProtectionGroup$], 1
|
|
552
|
+
];
|
|
553
|
+
exports.DescribeProtectionRequest$ = [3, n0, _DPRes,
|
|
554
|
+
0,
|
|
555
|
+
[_PI, _RAe],
|
|
556
|
+
[0, 0]
|
|
557
|
+
];
|
|
558
|
+
exports.DescribeProtectionResponse$ = [3, n0, _DPResc,
|
|
559
|
+
0,
|
|
560
|
+
[_Pr],
|
|
561
|
+
[() => exports.Protection$]
|
|
562
|
+
];
|
|
563
|
+
exports.DescribeSubscriptionRequest$ = [3, n0, _DSRes,
|
|
564
|
+
0,
|
|
565
|
+
[],
|
|
566
|
+
[]
|
|
567
|
+
];
|
|
568
|
+
exports.DescribeSubscriptionResponse$ = [3, n0, _DSResc,
|
|
569
|
+
0,
|
|
570
|
+
[_Su],
|
|
571
|
+
[() => exports.Subscription$]
|
|
572
|
+
];
|
|
573
|
+
exports.DisableApplicationLayerAutomaticResponseRequest$ = [3, n0, _DALARR,
|
|
574
|
+
0,
|
|
575
|
+
[_RAe],
|
|
576
|
+
[0], 1
|
|
577
|
+
];
|
|
578
|
+
exports.DisableApplicationLayerAutomaticResponseResponse$ = [3, n0, _DALARRi,
|
|
579
|
+
0,
|
|
580
|
+
[],
|
|
581
|
+
[]
|
|
582
|
+
];
|
|
583
|
+
exports.DisableProactiveEngagementRequest$ = [3, n0, _DPER,
|
|
584
|
+
0,
|
|
585
|
+
[],
|
|
586
|
+
[]
|
|
587
|
+
];
|
|
588
|
+
exports.DisableProactiveEngagementResponse$ = [3, n0, _DPERi,
|
|
589
|
+
0,
|
|
590
|
+
[],
|
|
591
|
+
[]
|
|
592
|
+
];
|
|
593
|
+
exports.DisassociateDRTLogBucketRequest$ = [3, n0, _DDRTLBR,
|
|
594
|
+
0,
|
|
595
|
+
[_LB],
|
|
596
|
+
[0], 1
|
|
597
|
+
];
|
|
598
|
+
exports.DisassociateDRTLogBucketResponse$ = [3, n0, _DDRTLBRi,
|
|
599
|
+
0,
|
|
600
|
+
[],
|
|
601
|
+
[]
|
|
602
|
+
];
|
|
603
|
+
exports.DisassociateDRTRoleRequest$ = [3, n0, _DDRTRR,
|
|
604
|
+
0,
|
|
605
|
+
[],
|
|
606
|
+
[]
|
|
607
|
+
];
|
|
608
|
+
exports.DisassociateDRTRoleResponse$ = [3, n0, _DDRTRRi,
|
|
609
|
+
0,
|
|
610
|
+
[],
|
|
611
|
+
[]
|
|
612
|
+
];
|
|
613
|
+
exports.DisassociateHealthCheckRequest$ = [3, n0, _DHCR,
|
|
614
|
+
0,
|
|
615
|
+
[_PI, _HCA],
|
|
616
|
+
[0, 0], 2
|
|
617
|
+
];
|
|
618
|
+
exports.DisassociateHealthCheckResponse$ = [3, n0, _DHCRi,
|
|
619
|
+
0,
|
|
620
|
+
[],
|
|
621
|
+
[]
|
|
622
|
+
];
|
|
623
|
+
exports.EmergencyContact$ = [3, n0, _EC,
|
|
624
|
+
0,
|
|
625
|
+
[_EA, _PN, _CN],
|
|
626
|
+
[0, 0, 0], 1
|
|
627
|
+
];
|
|
628
|
+
exports.EnableApplicationLayerAutomaticResponseRequest$ = [3, n0, _EALARR,
|
|
629
|
+
0,
|
|
630
|
+
[_RAe, _A],
|
|
631
|
+
[0, () => exports.ResponseAction$], 2
|
|
632
|
+
];
|
|
633
|
+
exports.EnableApplicationLayerAutomaticResponseResponse$ = [3, n0, _EALARRn,
|
|
634
|
+
0,
|
|
635
|
+
[],
|
|
636
|
+
[]
|
|
637
|
+
];
|
|
638
|
+
exports.EnableProactiveEngagementRequest$ = [3, n0, _EPER,
|
|
639
|
+
0,
|
|
640
|
+
[],
|
|
641
|
+
[]
|
|
642
|
+
];
|
|
643
|
+
exports.EnableProactiveEngagementResponse$ = [3, n0, _EPERn,
|
|
644
|
+
0,
|
|
645
|
+
[],
|
|
646
|
+
[]
|
|
647
|
+
];
|
|
648
|
+
exports.GetSubscriptionStateRequest$ = [3, n0, _GSSR,
|
|
649
|
+
0,
|
|
650
|
+
[],
|
|
651
|
+
[]
|
|
652
|
+
];
|
|
653
|
+
exports.GetSubscriptionStateResponse$ = [3, n0, _GSSRe,
|
|
654
|
+
0,
|
|
655
|
+
[_SS],
|
|
656
|
+
[0], 1
|
|
657
|
+
];
|
|
658
|
+
exports.InclusionProtectionFilters$ = [3, n0, _IPF,
|
|
659
|
+
0,
|
|
660
|
+
[_RAes, _PNr, _RTe],
|
|
661
|
+
[64 | 0, 64 | 0, 64 | 0]
|
|
662
|
+
];
|
|
663
|
+
exports.InclusionProtectionGroupFilters$ = [3, n0, _IPGF,
|
|
664
|
+
0,
|
|
665
|
+
[_PGIr, _Pa, _RTe, _Agg],
|
|
666
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
667
|
+
];
|
|
668
|
+
exports.Limit$ = [3, n0, _L,
|
|
669
|
+
0,
|
|
670
|
+
[_T, _Ma],
|
|
671
|
+
[0, 1]
|
|
672
|
+
];
|
|
673
|
+
exports.ListAttacksRequest$ = [3, n0, _LAR,
|
|
674
|
+
0,
|
|
675
|
+
[_RAes, _ST, _ET, _NT, _MR],
|
|
676
|
+
[64 | 0, () => exports.TimeRange$, () => exports.TimeRange$, 0, 1]
|
|
677
|
+
];
|
|
678
|
+
exports.ListAttacksResponse$ = [3, n0, _LARi,
|
|
679
|
+
0,
|
|
680
|
+
[_ASt, _NT],
|
|
681
|
+
[() => AttackSummaries, 0]
|
|
682
|
+
];
|
|
683
|
+
exports.ListProtectionGroupsRequest$ = [3, n0, _LPGR,
|
|
684
|
+
0,
|
|
685
|
+
[_NT, _MR, _IF],
|
|
686
|
+
[0, 1, () => exports.InclusionProtectionGroupFilters$]
|
|
687
|
+
];
|
|
688
|
+
exports.ListProtectionGroupsResponse$ = [3, n0, _LPGRi,
|
|
689
|
+
0,
|
|
690
|
+
[_PGr, _NT],
|
|
691
|
+
[() => ProtectionGroups, 0], 1
|
|
692
|
+
];
|
|
693
|
+
exports.ListProtectionsRequest$ = [3, n0, _LPR,
|
|
694
|
+
0,
|
|
695
|
+
[_NT, _MR, _IF],
|
|
696
|
+
[0, 1, () => exports.InclusionProtectionFilters$]
|
|
697
|
+
];
|
|
698
|
+
exports.ListProtectionsResponse$ = [3, n0, _LPRi,
|
|
699
|
+
0,
|
|
700
|
+
[_Pro, _NT],
|
|
701
|
+
[() => Protections, 0]
|
|
702
|
+
];
|
|
703
|
+
exports.ListResourcesInProtectionGroupRequest$ = [3, n0, _LRIPGR,
|
|
704
|
+
0,
|
|
705
|
+
[_PGI, _NT, _MR],
|
|
706
|
+
[0, 0, 1], 1
|
|
707
|
+
];
|
|
708
|
+
exports.ListResourcesInProtectionGroupResponse$ = [3, n0, _LRIPGRi,
|
|
709
|
+
0,
|
|
710
|
+
[_RAes, _NT],
|
|
711
|
+
[64 | 0, 0], 1
|
|
712
|
+
];
|
|
713
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
714
|
+
0,
|
|
715
|
+
[_RARN],
|
|
716
|
+
[0], 1
|
|
717
|
+
];
|
|
718
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
719
|
+
0,
|
|
720
|
+
[_Ta],
|
|
721
|
+
[() => TagList]
|
|
722
|
+
];
|
|
723
|
+
exports.Mitigation$ = [3, n0, _Mi,
|
|
724
|
+
0,
|
|
725
|
+
[_MN],
|
|
726
|
+
[0]
|
|
727
|
+
];
|
|
728
|
+
exports.Protection$ = [3, n0, _Pr,
|
|
729
|
+
0,
|
|
730
|
+
[_I, _N, _RAe, _HCI, _PA, _ALARC],
|
|
731
|
+
[0, 0, 0, 64 | 0, 0, () => exports.ApplicationLayerAutomaticResponseConfiguration$]
|
|
732
|
+
];
|
|
733
|
+
exports.ProtectionGroup$ = [3, n0, _PG,
|
|
734
|
+
0,
|
|
735
|
+
[_PGI, _Ag, _P, _Me, _RT, _PGA],
|
|
736
|
+
[0, 0, 0, 64 | 0, 0, 0], 4
|
|
737
|
+
];
|
|
738
|
+
exports.ProtectionGroupArbitraryPatternLimits$ = [3, n0, _PGAPL,
|
|
739
|
+
0,
|
|
740
|
+
[_MM],
|
|
741
|
+
[1], 1
|
|
742
|
+
];
|
|
743
|
+
exports.ProtectionGroupLimits$ = [3, n0, _PGL,
|
|
744
|
+
0,
|
|
745
|
+
[_MPG, _PTL],
|
|
746
|
+
[1, () => exports.ProtectionGroupPatternTypeLimits$], 2
|
|
747
|
+
];
|
|
748
|
+
exports.ProtectionGroupPatternTypeLimits$ = [3, n0, _PGPTL,
|
|
749
|
+
0,
|
|
750
|
+
[_APL],
|
|
751
|
+
[() => exports.ProtectionGroupArbitraryPatternLimits$], 1
|
|
752
|
+
];
|
|
753
|
+
exports.ProtectionLimits$ = [3, n0, _PL,
|
|
754
|
+
0,
|
|
755
|
+
[_PRTL],
|
|
756
|
+
[() => Limits], 1
|
|
757
|
+
];
|
|
758
|
+
exports.ResponseAction$ = [3, n0, _RAesp,
|
|
759
|
+
0,
|
|
760
|
+
[_B, _Co],
|
|
761
|
+
[() => exports.BlockAction$, () => exports.CountAction$]
|
|
762
|
+
];
|
|
763
|
+
exports.SubResourceSummary$ = [3, n0, _SRS,
|
|
764
|
+
0,
|
|
765
|
+
[_T, _I, _AVt, _Cou],
|
|
766
|
+
[0, 0, () => SummarizedAttackVectorList, () => SummarizedCounterList]
|
|
767
|
+
];
|
|
768
|
+
exports.Subscription$ = [3, n0, _Su,
|
|
769
|
+
0,
|
|
770
|
+
[_SL, _ST, _ET, _TCIS, _AR, _Li, _PES, _SA],
|
|
771
|
+
[() => exports.SubscriptionLimits$, 4, 4, 1, 0, () => Limits, 0, 0], 1
|
|
772
|
+
];
|
|
773
|
+
exports.SubscriptionLimits$ = [3, n0, _SL,
|
|
774
|
+
0,
|
|
775
|
+
[_PL, _PGL],
|
|
776
|
+
[() => exports.ProtectionLimits$, () => exports.ProtectionGroupLimits$], 2
|
|
777
|
+
];
|
|
778
|
+
exports.SummarizedAttackVector$ = [3, n0, _SAV,
|
|
779
|
+
0,
|
|
780
|
+
[_VT, _VC],
|
|
781
|
+
[0, () => SummarizedCounterList], 1
|
|
782
|
+
];
|
|
783
|
+
exports.SummarizedCounter$ = [3, n0, _SC,
|
|
784
|
+
0,
|
|
785
|
+
[_N, _Ma, _Av, _Sum, _N_, _U],
|
|
786
|
+
[0, 1, 1, 1, 1, 0]
|
|
787
|
+
];
|
|
788
|
+
exports.Tag$ = [3, n0, _Tag,
|
|
789
|
+
0,
|
|
790
|
+
[_K, _V],
|
|
791
|
+
[0, 0]
|
|
792
|
+
];
|
|
793
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
794
|
+
0,
|
|
795
|
+
[_RARN, _Ta],
|
|
796
|
+
[0, () => TagList], 2
|
|
797
|
+
];
|
|
798
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
799
|
+
0,
|
|
800
|
+
[],
|
|
801
|
+
[]
|
|
802
|
+
];
|
|
803
|
+
exports.TimeRange$ = [3, n0, _TR,
|
|
804
|
+
0,
|
|
805
|
+
[_FI, _TE],
|
|
806
|
+
[4, 4]
|
|
807
|
+
];
|
|
808
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
809
|
+
0,
|
|
810
|
+
[_RARN, _TK],
|
|
811
|
+
[0, 64 | 0], 2
|
|
812
|
+
];
|
|
813
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
814
|
+
0,
|
|
815
|
+
[],
|
|
816
|
+
[]
|
|
817
|
+
];
|
|
818
|
+
exports.UpdateApplicationLayerAutomaticResponseRequest$ = [3, n0, _UALARR,
|
|
819
|
+
0,
|
|
820
|
+
[_RAe, _A],
|
|
821
|
+
[0, () => exports.ResponseAction$], 2
|
|
822
|
+
];
|
|
823
|
+
exports.UpdateApplicationLayerAutomaticResponseResponse$ = [3, n0, _UALARRp,
|
|
824
|
+
0,
|
|
825
|
+
[],
|
|
826
|
+
[]
|
|
827
|
+
];
|
|
828
|
+
exports.UpdateEmergencyContactSettingsRequest$ = [3, n0, _UECSR,
|
|
829
|
+
0,
|
|
830
|
+
[_ECL],
|
|
831
|
+
[() => EmergencyContactList]
|
|
832
|
+
];
|
|
833
|
+
exports.UpdateEmergencyContactSettingsResponse$ = [3, n0, _UECSRp,
|
|
834
|
+
0,
|
|
835
|
+
[],
|
|
836
|
+
[]
|
|
837
|
+
];
|
|
838
|
+
exports.UpdateProtectionGroupRequest$ = [3, n0, _UPGR,
|
|
839
|
+
0,
|
|
840
|
+
[_PGI, _Ag, _P, _RT, _Me],
|
|
841
|
+
[0, 0, 0, 0, 64 | 0], 3
|
|
842
|
+
];
|
|
843
|
+
exports.UpdateProtectionGroupResponse$ = [3, n0, _UPGRp,
|
|
844
|
+
0,
|
|
845
|
+
[],
|
|
846
|
+
[]
|
|
847
|
+
];
|
|
848
|
+
exports.UpdateSubscriptionRequest$ = [3, n0, _USR,
|
|
849
|
+
0,
|
|
850
|
+
[_AR],
|
|
851
|
+
[0]
|
|
852
|
+
];
|
|
853
|
+
exports.UpdateSubscriptionResponse$ = [3, n0, _USRp,
|
|
854
|
+
0,
|
|
855
|
+
[],
|
|
856
|
+
[]
|
|
857
|
+
];
|
|
858
|
+
exports.ValidationExceptionField$ = [3, n0, _VEF,
|
|
859
|
+
0,
|
|
860
|
+
[_n, _m],
|
|
861
|
+
[0, 0], 2
|
|
862
|
+
];
|
|
863
|
+
var AttackProperties = [1, n0, _AP,
|
|
864
|
+
0, () => exports.AttackProperty$
|
|
865
|
+
];
|
|
866
|
+
var AttackStatisticsDataList = [1, n0, _ASDL,
|
|
867
|
+
0, () => exports.AttackStatisticsDataItem$
|
|
868
|
+
];
|
|
869
|
+
var AttackSummaries = [1, n0, _ASt,
|
|
870
|
+
0, () => exports.AttackSummary$
|
|
871
|
+
];
|
|
872
|
+
var AttackVectorDescriptionList = [1, n0, _AVDL,
|
|
873
|
+
0, () => exports.AttackVectorDescription$
|
|
874
|
+
];
|
|
875
|
+
var EmergencyContactList = [1, n0, _ECL,
|
|
876
|
+
0, () => exports.EmergencyContact$
|
|
877
|
+
];
|
|
878
|
+
var HealthCheckIds = 64 | 0;
|
|
879
|
+
var Limits = [1, n0, _Li,
|
|
880
|
+
0, () => exports.Limit$
|
|
881
|
+
];
|
|
882
|
+
var LogBucketList = 64 | 0;
|
|
883
|
+
var MitigationList = [1, n0, _ML,
|
|
884
|
+
0, () => exports.Mitigation$
|
|
885
|
+
];
|
|
886
|
+
var ProtectedResourceTypeFilters = 64 | 0;
|
|
887
|
+
var ProtectionGroupAggregationFilters = 64 | 0;
|
|
888
|
+
var ProtectionGroupIdFilters = 64 | 0;
|
|
889
|
+
var ProtectionGroupMembers = 64 | 0;
|
|
890
|
+
var ProtectionGroupPatternFilters = 64 | 0;
|
|
891
|
+
var ProtectionGroups = [1, n0, _PGr,
|
|
892
|
+
0, () => exports.ProtectionGroup$
|
|
893
|
+
];
|
|
894
|
+
var ProtectionNameFilters = 64 | 0;
|
|
895
|
+
var Protections = [1, n0, _Pro,
|
|
896
|
+
0, () => exports.Protection$
|
|
897
|
+
];
|
|
898
|
+
var ResourceArnFilterList = 64 | 0;
|
|
899
|
+
var ResourceArnFilters = 64 | 0;
|
|
900
|
+
var ResourceArnList = 64 | 0;
|
|
901
|
+
var SubResourceSummaryList = [1, n0, _SRSL,
|
|
902
|
+
0, () => exports.SubResourceSummary$
|
|
903
|
+
];
|
|
904
|
+
var SummarizedAttackVectorList = [1, n0, _SAVL,
|
|
905
|
+
0, () => exports.SummarizedAttackVector$
|
|
906
|
+
];
|
|
907
|
+
var SummarizedCounterList = [1, n0, _SCL,
|
|
908
|
+
0, () => exports.SummarizedCounter$
|
|
909
|
+
];
|
|
910
|
+
var TagKeyList = 64 | 0;
|
|
911
|
+
var TagList = [1, n0, _TL,
|
|
912
|
+
0, () => exports.Tag$
|
|
913
|
+
];
|
|
914
|
+
var TopContributors = [1, n0, _TC,
|
|
915
|
+
0, () => exports.Contributor$
|
|
916
|
+
];
|
|
917
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
918
|
+
0, () => exports.ValidationExceptionField$
|
|
919
|
+
];
|
|
920
|
+
exports.AssociateDRTLogBucket$ = [9, n0, _ADRTLB,
|
|
921
|
+
0, () => exports.AssociateDRTLogBucketRequest$, () => exports.AssociateDRTLogBucketResponse$
|
|
922
|
+
];
|
|
923
|
+
exports.AssociateDRTRole$ = [9, n0, _ADRTR,
|
|
924
|
+
0, () => exports.AssociateDRTRoleRequest$, () => exports.AssociateDRTRoleResponse$
|
|
925
|
+
];
|
|
926
|
+
exports.AssociateHealthCheck$ = [9, n0, _AHC,
|
|
927
|
+
0, () => exports.AssociateHealthCheckRequest$, () => exports.AssociateHealthCheckResponse$
|
|
928
|
+
];
|
|
929
|
+
exports.AssociateProactiveEngagementDetails$ = [9, n0, _APED,
|
|
930
|
+
0, () => exports.AssociateProactiveEngagementDetailsRequest$, () => exports.AssociateProactiveEngagementDetailsResponse$
|
|
931
|
+
];
|
|
932
|
+
exports.CreateProtection$ = [9, n0, _CP,
|
|
933
|
+
0, () => exports.CreateProtectionRequest$, () => exports.CreateProtectionResponse$
|
|
934
|
+
];
|
|
935
|
+
exports.CreateProtectionGroup$ = [9, n0, _CPG,
|
|
936
|
+
0, () => exports.CreateProtectionGroupRequest$, () => exports.CreateProtectionGroupResponse$
|
|
937
|
+
];
|
|
938
|
+
exports.CreateSubscription$ = [9, n0, _CS,
|
|
939
|
+
0, () => exports.CreateSubscriptionRequest$, () => exports.CreateSubscriptionResponse$
|
|
940
|
+
];
|
|
941
|
+
exports.DeleteProtection$ = [9, n0, _DP,
|
|
942
|
+
0, () => exports.DeleteProtectionRequest$, () => exports.DeleteProtectionResponse$
|
|
943
|
+
];
|
|
944
|
+
exports.DeleteProtectionGroup$ = [9, n0, _DPG,
|
|
945
|
+
0, () => exports.DeleteProtectionGroupRequest$, () => exports.DeleteProtectionGroupResponse$
|
|
946
|
+
];
|
|
947
|
+
exports.DeleteSubscription$ = [9, n0, _DS,
|
|
948
|
+
0, () => exports.DeleteSubscriptionRequest$, () => exports.DeleteSubscriptionResponse$
|
|
949
|
+
];
|
|
950
|
+
exports.DescribeAttack$ = [9, n0, _DA,
|
|
951
|
+
0, () => exports.DescribeAttackRequest$, () => exports.DescribeAttackResponse$
|
|
952
|
+
];
|
|
953
|
+
exports.DescribeAttackStatistics$ = [9, n0, _DAS,
|
|
954
|
+
0, () => exports.DescribeAttackStatisticsRequest$, () => exports.DescribeAttackStatisticsResponse$
|
|
955
|
+
];
|
|
956
|
+
exports.DescribeDRTAccess$ = [9, n0, _DDRTA,
|
|
957
|
+
0, () => exports.DescribeDRTAccessRequest$, () => exports.DescribeDRTAccessResponse$
|
|
958
|
+
];
|
|
959
|
+
exports.DescribeEmergencyContactSettings$ = [9, n0, _DECS,
|
|
960
|
+
0, () => exports.DescribeEmergencyContactSettingsRequest$, () => exports.DescribeEmergencyContactSettingsResponse$
|
|
961
|
+
];
|
|
962
|
+
exports.DescribeProtection$ = [9, n0, _DPe,
|
|
963
|
+
0, () => exports.DescribeProtectionRequest$, () => exports.DescribeProtectionResponse$
|
|
964
|
+
];
|
|
965
|
+
exports.DescribeProtectionGroup$ = [9, n0, _DPGe,
|
|
966
|
+
0, () => exports.DescribeProtectionGroupRequest$, () => exports.DescribeProtectionGroupResponse$
|
|
967
|
+
];
|
|
968
|
+
exports.DescribeSubscription$ = [9, n0, _DSe,
|
|
969
|
+
0, () => exports.DescribeSubscriptionRequest$, () => exports.DescribeSubscriptionResponse$
|
|
970
|
+
];
|
|
971
|
+
exports.DisableApplicationLayerAutomaticResponse$ = [9, n0, _DALAR,
|
|
972
|
+
0, () => exports.DisableApplicationLayerAutomaticResponseRequest$, () => exports.DisableApplicationLayerAutomaticResponseResponse$
|
|
973
|
+
];
|
|
974
|
+
exports.DisableProactiveEngagement$ = [9, n0, _DPE,
|
|
975
|
+
0, () => exports.DisableProactiveEngagementRequest$, () => exports.DisableProactiveEngagementResponse$
|
|
976
|
+
];
|
|
977
|
+
exports.DisassociateDRTLogBucket$ = [9, n0, _DDRTLB,
|
|
978
|
+
0, () => exports.DisassociateDRTLogBucketRequest$, () => exports.DisassociateDRTLogBucketResponse$
|
|
979
|
+
];
|
|
980
|
+
exports.DisassociateDRTRole$ = [9, n0, _DDRTR,
|
|
981
|
+
0, () => exports.DisassociateDRTRoleRequest$, () => exports.DisassociateDRTRoleResponse$
|
|
982
|
+
];
|
|
983
|
+
exports.DisassociateHealthCheck$ = [9, n0, _DHC,
|
|
984
|
+
0, () => exports.DisassociateHealthCheckRequest$, () => exports.DisassociateHealthCheckResponse$
|
|
985
|
+
];
|
|
986
|
+
exports.EnableApplicationLayerAutomaticResponse$ = [9, n0, _EALAR,
|
|
987
|
+
0, () => exports.EnableApplicationLayerAutomaticResponseRequest$, () => exports.EnableApplicationLayerAutomaticResponseResponse$
|
|
988
|
+
];
|
|
989
|
+
exports.EnableProactiveEngagement$ = [9, n0, _EPE,
|
|
990
|
+
0, () => exports.EnableProactiveEngagementRequest$, () => exports.EnableProactiveEngagementResponse$
|
|
991
|
+
];
|
|
992
|
+
exports.GetSubscriptionState$ = [9, n0, _GSS,
|
|
993
|
+
0, () => exports.GetSubscriptionStateRequest$, () => exports.GetSubscriptionStateResponse$
|
|
994
|
+
];
|
|
995
|
+
exports.ListAttacks$ = [9, n0, _LA,
|
|
996
|
+
0, () => exports.ListAttacksRequest$, () => exports.ListAttacksResponse$
|
|
997
|
+
];
|
|
998
|
+
exports.ListProtectionGroups$ = [9, n0, _LPG,
|
|
999
|
+
0, () => exports.ListProtectionGroupsRequest$, () => exports.ListProtectionGroupsResponse$
|
|
1000
|
+
];
|
|
1001
|
+
exports.ListProtections$ = [9, n0, _LP,
|
|
1002
|
+
0, () => exports.ListProtectionsRequest$, () => exports.ListProtectionsResponse$
|
|
1003
|
+
];
|
|
1004
|
+
exports.ListResourcesInProtectionGroup$ = [9, n0, _LRIPG,
|
|
1005
|
+
0, () => exports.ListResourcesInProtectionGroupRequest$, () => exports.ListResourcesInProtectionGroupResponse$
|
|
1006
|
+
];
|
|
1007
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1008
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1009
|
+
];
|
|
1010
|
+
exports.TagResource$ = [9, n0, _TRa,
|
|
1011
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1012
|
+
];
|
|
1013
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1014
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
1015
|
+
];
|
|
1016
|
+
exports.UpdateApplicationLayerAutomaticResponse$ = [9, n0, _UALAR,
|
|
1017
|
+
0, () => exports.UpdateApplicationLayerAutomaticResponseRequest$, () => exports.UpdateApplicationLayerAutomaticResponseResponse$
|
|
1018
|
+
];
|
|
1019
|
+
exports.UpdateEmergencyContactSettings$ = [9, n0, _UECS,
|
|
1020
|
+
0, () => exports.UpdateEmergencyContactSettingsRequest$, () => exports.UpdateEmergencyContactSettingsResponse$
|
|
1021
|
+
];
|
|
1022
|
+
exports.UpdateProtectionGroup$ = [9, n0, _UPG,
|
|
1023
|
+
0, () => exports.UpdateProtectionGroupRequest$, () => exports.UpdateProtectionGroupResponse$
|
|
1024
|
+
];
|
|
1025
|
+
exports.UpdateSubscription$ = [9, n0, _US,
|
|
1026
|
+
0, () => exports.UpdateSubscriptionRequest$, () => exports.UpdateSubscriptionResponse$
|
|
1027
|
+
];
|