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