@aws-sdk/client-shield 3.952.0 → 3.953.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 +507 -347
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-es/commands/CreateProtectionCommand.js +2 -2
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeAttackCommand.js +2 -2
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-es/commands/ListAttacksCommand.js +2 -2
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListProtectionsCommand.js +2 -2
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +287 -280
- package/dist-types/ShieldClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +154 -181
- package/dist-types/ts3.4/ShieldClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +153 -181
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class ShieldClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class ShieldServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ShieldServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends ShieldServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ShieldServiceE
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class AccessDeniedForDependencyException extends ShieldServiceException {
|
|
133
133
|
name = "AccessDeniedForDependencyException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let AccessDeniedForDependencyException$1 = class AccessDeniedForDependencyExcept
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InternalErrorException extends ShieldServiceException {
|
|
145
145
|
name = "InternalErrorException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InternalErrorException$1 = class InternalErrorException extends ShieldServic
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InvalidOperationException extends ShieldServiceException {
|
|
157
157
|
name = "InvalidOperationException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InvalidOperationException$1 = class InvalidOperationException extends Shield
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class InvalidParameterException extends ShieldServiceException {
|
|
169
169
|
name = "InvalidParameterException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
reason;
|
|
@@ -180,8 +180,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Shield
|
|
|
180
180
|
this.reason = opts.reason;
|
|
181
181
|
this.fields = opts.fields;
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class LimitsExceededException extends ShieldServiceException {
|
|
185
185
|
name = "LimitsExceededException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
Type;
|
|
@@ -196,8 +196,8 @@ let LimitsExceededException$1 = class LimitsExceededException extends ShieldServ
|
|
|
196
196
|
this.Type = opts.Type;
|
|
197
197
|
this.Limit = opts.Limit;
|
|
198
198
|
}
|
|
199
|
-
}
|
|
200
|
-
|
|
199
|
+
}
|
|
200
|
+
class NoAssociatedRoleException extends ShieldServiceException {
|
|
201
201
|
name = "NoAssociatedRoleException";
|
|
202
202
|
$fault = "client";
|
|
203
203
|
constructor(opts) {
|
|
@@ -208,8 +208,8 @@ let NoAssociatedRoleException$1 = class NoAssociatedRoleException extends Shield
|
|
|
208
208
|
});
|
|
209
209
|
Object.setPrototypeOf(this, NoAssociatedRoleException.prototype);
|
|
210
210
|
}
|
|
211
|
-
}
|
|
212
|
-
|
|
211
|
+
}
|
|
212
|
+
class OptimisticLockException extends ShieldServiceException {
|
|
213
213
|
name = "OptimisticLockException";
|
|
214
214
|
$fault = "client";
|
|
215
215
|
constructor(opts) {
|
|
@@ -220,8 +220,8 @@ let OptimisticLockException$1 = class OptimisticLockException extends ShieldServ
|
|
|
220
220
|
});
|
|
221
221
|
Object.setPrototypeOf(this, OptimisticLockException.prototype);
|
|
222
222
|
}
|
|
223
|
-
}
|
|
224
|
-
|
|
223
|
+
}
|
|
224
|
+
class ResourceNotFoundException extends ShieldServiceException {
|
|
225
225
|
name = "ResourceNotFoundException";
|
|
226
226
|
$fault = "client";
|
|
227
227
|
resourceType;
|
|
@@ -234,8 +234,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Shield
|
|
|
234
234
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
235
235
|
this.resourceType = opts.resourceType;
|
|
236
236
|
}
|
|
237
|
-
}
|
|
238
|
-
|
|
237
|
+
}
|
|
238
|
+
class InvalidResourceException extends ShieldServiceException {
|
|
239
239
|
name = "InvalidResourceException";
|
|
240
240
|
$fault = "client";
|
|
241
241
|
constructor(opts) {
|
|
@@ -246,8 +246,8 @@ let InvalidResourceException$1 = class InvalidResourceException extends ShieldSe
|
|
|
246
246
|
});
|
|
247
247
|
Object.setPrototypeOf(this, InvalidResourceException.prototype);
|
|
248
248
|
}
|
|
249
|
-
}
|
|
250
|
-
|
|
249
|
+
}
|
|
250
|
+
class ResourceAlreadyExistsException extends ShieldServiceException {
|
|
251
251
|
name = "ResourceAlreadyExistsException";
|
|
252
252
|
$fault = "client";
|
|
253
253
|
resourceType;
|
|
@@ -260,8 +260,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
260
260
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
261
261
|
this.resourceType = opts.resourceType;
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class LockedSubscriptionException extends ShieldServiceException {
|
|
265
265
|
name = "LockedSubscriptionException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
constructor(opts) {
|
|
@@ -272,8 +272,8 @@ let LockedSubscriptionException$1 = class LockedSubscriptionException extends Sh
|
|
|
272
272
|
});
|
|
273
273
|
Object.setPrototypeOf(this, LockedSubscriptionException.prototype);
|
|
274
274
|
}
|
|
275
|
-
}
|
|
276
|
-
|
|
275
|
+
}
|
|
276
|
+
class InvalidPaginationTokenException extends ShieldServiceException {
|
|
277
277
|
name = "InvalidPaginationTokenException";
|
|
278
278
|
$fault = "client";
|
|
279
279
|
constructor(opts) {
|
|
@@ -284,7 +284,7 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
|
|
|
284
284
|
});
|
|
285
285
|
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
286
286
|
}
|
|
287
|
-
}
|
|
287
|
+
}
|
|
288
288
|
|
|
289
289
|
const _A = "Action";
|
|
290
290
|
const _AC = "AttackCounters";
|
|
@@ -538,25 +538,25 @@ const _rT = "resourceType";
|
|
|
538
538
|
const _s = "server";
|
|
539
539
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.shield";
|
|
540
540
|
const n0 = "com.amazonaws.shield";
|
|
541
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
542
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
543
|
-
var AccessDeniedForDependencyException = [-3, n0, _ADFDE, { [_e]: _c }, [_m], [0]];
|
|
544
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException
|
|
545
|
-
var ApplicationLayerAutomaticResponseConfiguration = [
|
|
541
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
542
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
543
|
+
var AccessDeniedForDependencyException$ = [-3, n0, _ADFDE, { [_e]: _c }, [_m], [0]];
|
|
544
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
545
|
+
var ApplicationLayerAutomaticResponseConfiguration$ = [
|
|
546
546
|
3,
|
|
547
547
|
n0,
|
|
548
548
|
_ALARC,
|
|
549
549
|
0,
|
|
550
550
|
[_S, _A],
|
|
551
|
-
[0, () => ResponseAction],
|
|
552
|
-
];
|
|
553
|
-
var AssociateDRTLogBucketRequest = [3, n0, _ADRTLBR, 0, [_LB], [0]];
|
|
554
|
-
var AssociateDRTLogBucketResponse = [3, n0, _ADRTLBRs, 0, [], []];
|
|
555
|
-
var AssociateDRTRoleRequest = [3, n0, _ADRTRR, 0, [_RA], [0]];
|
|
556
|
-
var AssociateDRTRoleResponse = [3, n0, _ADRTRRs, 0, [], []];
|
|
557
|
-
var AssociateHealthCheckRequest = [3, n0, _AHCR, 0, [_PI, _HCA], [0, 0]];
|
|
558
|
-
var AssociateHealthCheckResponse = [3, n0, _AHCRs, 0, [], []];
|
|
559
|
-
var AssociateProactiveEngagementDetailsRequest = [
|
|
551
|
+
[0, () => ResponseAction$],
|
|
552
|
+
];
|
|
553
|
+
var AssociateDRTLogBucketRequest$ = [3, n0, _ADRTLBR, 0, [_LB], [0]];
|
|
554
|
+
var AssociateDRTLogBucketResponse$ = [3, n0, _ADRTLBRs, 0, [], []];
|
|
555
|
+
var AssociateDRTRoleRequest$ = [3, n0, _ADRTRR, 0, [_RA], [0]];
|
|
556
|
+
var AssociateDRTRoleResponse$ = [3, n0, _ADRTRRs, 0, [], []];
|
|
557
|
+
var AssociateHealthCheckRequest$ = [3, n0, _AHCR, 0, [_PI, _HCA], [0, 0]];
|
|
558
|
+
var AssociateHealthCheckResponse$ = [3, n0, _AHCRs, 0, [], []];
|
|
559
|
+
var AssociateProactiveEngagementDetailsRequest$ = [
|
|
560
560
|
3,
|
|
561
561
|
n0,
|
|
562
562
|
_APEDR,
|
|
@@ -564,8 +564,8 @@ var AssociateProactiveEngagementDetailsRequest = [
|
|
|
564
564
|
[_ECL],
|
|
565
565
|
[() => EmergencyContactList],
|
|
566
566
|
];
|
|
567
|
-
var AssociateProactiveEngagementDetailsResponse = [3, n0, _APEDRs, 0, [], []];
|
|
568
|
-
var AttackDetail = [
|
|
567
|
+
var AssociateProactiveEngagementDetailsResponse$ = [3, n0, _APEDRs, 0, [], []];
|
|
568
|
+
var AttackDetail$ = [
|
|
569
569
|
3,
|
|
570
570
|
n0,
|
|
571
571
|
_AD,
|
|
@@ -573,7 +573,7 @@ var AttackDetail = [
|
|
|
573
573
|
[_AI, _RAe, _SR, _ST, _ET, _AC, _AP, _M],
|
|
574
574
|
[0, 0, () => SubResourceSummaryList, 4, 4, () => SummarizedCounterList, () => AttackProperties, () => MitigationList],
|
|
575
575
|
];
|
|
576
|
-
var AttackProperty = [
|
|
576
|
+
var AttackProperty$ = [
|
|
577
577
|
3,
|
|
578
578
|
n0,
|
|
579
579
|
_APt,
|
|
@@ -581,8 +581,8 @@ var AttackProperty = [
|
|
|
581
581
|
[_AL, _API, _TC, _U, _T],
|
|
582
582
|
[0, 0, () => TopContributors, 0, 1],
|
|
583
583
|
];
|
|
584
|
-
var AttackStatisticsDataItem = [3, n0, _ASDI, 0, [_AV, _ACt], [() => AttackVolume
|
|
585
|
-
var AttackSummary = [
|
|
584
|
+
var AttackStatisticsDataItem$ = [3, n0, _ASDI, 0, [_AV, _ACt], [() => AttackVolume$, 1]];
|
|
585
|
+
var AttackSummary$ = [
|
|
586
586
|
3,
|
|
587
587
|
n0,
|
|
588
588
|
_AS,
|
|
@@ -590,20 +590,20 @@ var AttackSummary = [
|
|
|
590
590
|
[_AI, _RAe, _ST, _ET, _AVt],
|
|
591
591
|
[0, 0, 4, 4, () => AttackVectorDescriptionList],
|
|
592
592
|
];
|
|
593
|
-
var AttackVectorDescription = [3, n0, _AVD, 0, [_VT], [0]];
|
|
594
|
-
var AttackVolume = [
|
|
593
|
+
var AttackVectorDescription$ = [3, n0, _AVD, 0, [_VT], [0]];
|
|
594
|
+
var AttackVolume$ = [
|
|
595
595
|
3,
|
|
596
596
|
n0,
|
|
597
597
|
_AV,
|
|
598
598
|
0,
|
|
599
599
|
[_BPS, _PPS, _RPS],
|
|
600
|
-
[() => AttackVolumeStatistics
|
|
600
|
+
[() => AttackVolumeStatistics$, () => AttackVolumeStatistics$, () => AttackVolumeStatistics$],
|
|
601
601
|
];
|
|
602
|
-
var AttackVolumeStatistics = [3, n0, _AVS, 0, [_Ma], [1]];
|
|
603
|
-
var BlockAction = [3, n0, _BA, 0, [], []];
|
|
604
|
-
var Contributor = [3, n0, _C, 0, [_N, _V], [0, 1]];
|
|
605
|
-
var CountAction = [3, n0, _CA, 0, [], []];
|
|
606
|
-
var CreateProtectionGroupRequest = [
|
|
602
|
+
var AttackVolumeStatistics$ = [3, n0, _AVS, 0, [_Ma], [1]];
|
|
603
|
+
var BlockAction$ = [3, n0, _BA, 0, [], []];
|
|
604
|
+
var Contributor$ = [3, n0, _C, 0, [_N, _V], [0, 1]];
|
|
605
|
+
var CountAction$ = [3, n0, _CA, 0, [], []];
|
|
606
|
+
var CreateProtectionGroupRequest$ = [
|
|
607
607
|
3,
|
|
608
608
|
n0,
|
|
609
609
|
_CPGR,
|
|
@@ -611,32 +611,32 @@ var CreateProtectionGroupRequest = [
|
|
|
611
611
|
[_PGI, _Ag, _P, _RT, _Me, _Ta],
|
|
612
612
|
[0, 0, 0, 0, 64 | 0, () => TagList],
|
|
613
613
|
];
|
|
614
|
-
var CreateProtectionGroupResponse = [3, n0, _CPGRr, 0, [], []];
|
|
615
|
-
var CreateProtectionRequest = [3, n0, _CPR, 0, [_N, _RAe, _Ta], [0, 0, () => TagList]];
|
|
616
|
-
var CreateProtectionResponse = [3, n0, _CPRr, 0, [_PI], [0]];
|
|
617
|
-
var CreateSubscriptionRequest = [3, n0, _CSR, 0, [], []];
|
|
618
|
-
var CreateSubscriptionResponse = [3, n0, _CSRr, 0, [], []];
|
|
619
|
-
var DeleteProtectionGroupRequest = [3, n0, _DPGR, 0, [_PGI], [0]];
|
|
620
|
-
var DeleteProtectionGroupResponse = [3, n0, _DPGRe, 0, [], []];
|
|
621
|
-
var DeleteProtectionRequest = [3, n0, _DPR, 0, [_PI], [0]];
|
|
622
|
-
var DeleteProtectionResponse = [3, n0, _DPRe, 0, [], []];
|
|
623
|
-
var DeleteSubscriptionRequest = [3, n0, _DSR, 0, [], []];
|
|
624
|
-
var DeleteSubscriptionResponse = [3, n0, _DSRe, 0, [], []];
|
|
625
|
-
var DescribeAttackRequest = [3, n0, _DAR, 0, [_AI], [0]];
|
|
626
|
-
var DescribeAttackResponse = [3, n0, _DARe, 0, [_At], [() => AttackDetail]];
|
|
627
|
-
var DescribeAttackStatisticsRequest = [3, n0, _DASR, 0, [], []];
|
|
628
|
-
var DescribeAttackStatisticsResponse = [
|
|
614
|
+
var CreateProtectionGroupResponse$ = [3, n0, _CPGRr, 0, [], []];
|
|
615
|
+
var CreateProtectionRequest$ = [3, n0, _CPR, 0, [_N, _RAe, _Ta], [0, 0, () => TagList]];
|
|
616
|
+
var CreateProtectionResponse$ = [3, n0, _CPRr, 0, [_PI], [0]];
|
|
617
|
+
var CreateSubscriptionRequest$ = [3, n0, _CSR, 0, [], []];
|
|
618
|
+
var CreateSubscriptionResponse$ = [3, n0, _CSRr, 0, [], []];
|
|
619
|
+
var DeleteProtectionGroupRequest$ = [3, n0, _DPGR, 0, [_PGI], [0]];
|
|
620
|
+
var DeleteProtectionGroupResponse$ = [3, n0, _DPGRe, 0, [], []];
|
|
621
|
+
var DeleteProtectionRequest$ = [3, n0, _DPR, 0, [_PI], [0]];
|
|
622
|
+
var DeleteProtectionResponse$ = [3, n0, _DPRe, 0, [], []];
|
|
623
|
+
var DeleteSubscriptionRequest$ = [3, n0, _DSR, 0, [], []];
|
|
624
|
+
var DeleteSubscriptionResponse$ = [3, n0, _DSRe, 0, [], []];
|
|
625
|
+
var DescribeAttackRequest$ = [3, n0, _DAR, 0, [_AI], [0]];
|
|
626
|
+
var DescribeAttackResponse$ = [3, n0, _DARe, 0, [_At], [() => AttackDetail$]];
|
|
627
|
+
var DescribeAttackStatisticsRequest$ = [3, n0, _DASR, 0, [], []];
|
|
628
|
+
var DescribeAttackStatisticsResponse$ = [
|
|
629
629
|
3,
|
|
630
630
|
n0,
|
|
631
631
|
_DASRe,
|
|
632
632
|
0,
|
|
633
633
|
[_TR, _DI],
|
|
634
|
-
[() => TimeRange
|
|
634
|
+
[() => TimeRange$, () => AttackStatisticsDataList],
|
|
635
635
|
];
|
|
636
|
-
var DescribeDRTAccessRequest = [3, n0, _DDRTAR, 0, [], []];
|
|
637
|
-
var DescribeDRTAccessResponse = [3, n0, _DDRTARe, 0, [_RA, _LBL], [0, 64 | 0]];
|
|
638
|
-
var DescribeEmergencyContactSettingsRequest = [3, n0, _DECSR, 0, [], []];
|
|
639
|
-
var DescribeEmergencyContactSettingsResponse = [
|
|
636
|
+
var DescribeDRTAccessRequest$ = [3, n0, _DDRTAR, 0, [], []];
|
|
637
|
+
var DescribeDRTAccessResponse$ = [3, n0, _DDRTARe, 0, [_RA, _LBL], [0, 64 | 0]];
|
|
638
|
+
var DescribeEmergencyContactSettingsRequest$ = [3, n0, _DECSR, 0, [], []];
|
|
639
|
+
var DescribeEmergencyContactSettingsResponse$ = [
|
|
640
640
|
3,
|
|
641
641
|
n0,
|
|
642
642
|
_DECSRe,
|
|
@@ -644,44 +644,44 @@ var DescribeEmergencyContactSettingsResponse = [
|
|
|
644
644
|
[_ECL],
|
|
645
645
|
[() => EmergencyContactList],
|
|
646
646
|
];
|
|
647
|
-
var DescribeProtectionGroupRequest = [3, n0, _DPGRes, 0, [_PGI], [0]];
|
|
648
|
-
var DescribeProtectionGroupResponse = [
|
|
647
|
+
var DescribeProtectionGroupRequest$ = [3, n0, _DPGRes, 0, [_PGI], [0]];
|
|
648
|
+
var DescribeProtectionGroupResponse$ = [
|
|
649
649
|
3,
|
|
650
650
|
n0,
|
|
651
651
|
_DPGResc,
|
|
652
652
|
0,
|
|
653
653
|
[_PG],
|
|
654
|
-
[() => ProtectionGroup],
|
|
655
|
-
];
|
|
656
|
-
var DescribeProtectionRequest = [3, n0, _DPRes, 0, [_PI, _RAe], [0, 0]];
|
|
657
|
-
var DescribeProtectionResponse = [3, n0, _DPResc, 0, [_Pr], [() => Protection]];
|
|
658
|
-
var DescribeSubscriptionRequest = [3, n0, _DSRes, 0, [], []];
|
|
659
|
-
var DescribeSubscriptionResponse = [3, n0, _DSResc, 0, [_Su], [() => Subscription]];
|
|
660
|
-
var DisableApplicationLayerAutomaticResponseRequest = [3, n0, _DALARR, 0, [_RAe], [0]];
|
|
661
|
-
var DisableApplicationLayerAutomaticResponseResponse = [3, n0, _DALARRi, 0, [], []];
|
|
662
|
-
var DisableProactiveEngagementRequest = [3, n0, _DPER, 0, [], []];
|
|
663
|
-
var DisableProactiveEngagementResponse = [3, n0, _DPERi, 0, [], []];
|
|
664
|
-
var DisassociateDRTLogBucketRequest = [3, n0, _DDRTLBR, 0, [_LB], [0]];
|
|
665
|
-
var DisassociateDRTLogBucketResponse = [3, n0, _DDRTLBRi, 0, [], []];
|
|
666
|
-
var DisassociateDRTRoleRequest = [3, n0, _DDRTRR, 0, [], []];
|
|
667
|
-
var DisassociateDRTRoleResponse = [3, n0, _DDRTRRi, 0, [], []];
|
|
668
|
-
var DisassociateHealthCheckRequest = [3, n0, _DHCR, 0, [_PI, _HCA], [0, 0]];
|
|
669
|
-
var DisassociateHealthCheckResponse = [3, n0, _DHCRi, 0, [], []];
|
|
670
|
-
var EmergencyContact = [3, n0, _EC, 0, [_EA, _PN, _CN], [0, 0, 0]];
|
|
671
|
-
var EnableApplicationLayerAutomaticResponseRequest = [
|
|
654
|
+
[() => ProtectionGroup$],
|
|
655
|
+
];
|
|
656
|
+
var DescribeProtectionRequest$ = [3, n0, _DPRes, 0, [_PI, _RAe], [0, 0]];
|
|
657
|
+
var DescribeProtectionResponse$ = [3, n0, _DPResc, 0, [_Pr], [() => Protection$]];
|
|
658
|
+
var DescribeSubscriptionRequest$ = [3, n0, _DSRes, 0, [], []];
|
|
659
|
+
var DescribeSubscriptionResponse$ = [3, n0, _DSResc, 0, [_Su], [() => Subscription$]];
|
|
660
|
+
var DisableApplicationLayerAutomaticResponseRequest$ = [3, n0, _DALARR, 0, [_RAe], [0]];
|
|
661
|
+
var DisableApplicationLayerAutomaticResponseResponse$ = [3, n0, _DALARRi, 0, [], []];
|
|
662
|
+
var DisableProactiveEngagementRequest$ = [3, n0, _DPER, 0, [], []];
|
|
663
|
+
var DisableProactiveEngagementResponse$ = [3, n0, _DPERi, 0, [], []];
|
|
664
|
+
var DisassociateDRTLogBucketRequest$ = [3, n0, _DDRTLBR, 0, [_LB], [0]];
|
|
665
|
+
var DisassociateDRTLogBucketResponse$ = [3, n0, _DDRTLBRi, 0, [], []];
|
|
666
|
+
var DisassociateDRTRoleRequest$ = [3, n0, _DDRTRR, 0, [], []];
|
|
667
|
+
var DisassociateDRTRoleResponse$ = [3, n0, _DDRTRRi, 0, [], []];
|
|
668
|
+
var DisassociateHealthCheckRequest$ = [3, n0, _DHCR, 0, [_PI, _HCA], [0, 0]];
|
|
669
|
+
var DisassociateHealthCheckResponse$ = [3, n0, _DHCRi, 0, [], []];
|
|
670
|
+
var EmergencyContact$ = [3, n0, _EC, 0, [_EA, _PN, _CN], [0, 0, 0]];
|
|
671
|
+
var EnableApplicationLayerAutomaticResponseRequest$ = [
|
|
672
672
|
3,
|
|
673
673
|
n0,
|
|
674
674
|
_EALARR,
|
|
675
675
|
0,
|
|
676
676
|
[_RAe, _A],
|
|
677
|
-
[0, () => ResponseAction],
|
|
678
|
-
];
|
|
679
|
-
var EnableApplicationLayerAutomaticResponseResponse = [3, n0, _EALARRn, 0, [], []];
|
|
680
|
-
var EnableProactiveEngagementRequest = [3, n0, _EPER, 0, [], []];
|
|
681
|
-
var EnableProactiveEngagementResponse = [3, n0, _EPERn, 0, [], []];
|
|
682
|
-
var GetSubscriptionStateRequest = [3, n0, _GSSR, 0, [], []];
|
|
683
|
-
var GetSubscriptionStateResponse = [3, n0, _GSSRe, 0, [_SS], [0]];
|
|
684
|
-
var InclusionProtectionFilters = [
|
|
677
|
+
[0, () => ResponseAction$],
|
|
678
|
+
];
|
|
679
|
+
var EnableApplicationLayerAutomaticResponseResponse$ = [3, n0, _EALARRn, 0, [], []];
|
|
680
|
+
var EnableProactiveEngagementRequest$ = [3, n0, _EPER, 0, [], []];
|
|
681
|
+
var EnableProactiveEngagementResponse$ = [3, n0, _EPERn, 0, [], []];
|
|
682
|
+
var GetSubscriptionStateRequest$ = [3, n0, _GSSR, 0, [], []];
|
|
683
|
+
var GetSubscriptionStateResponse$ = [3, n0, _GSSRe, 0, [_SS], [0]];
|
|
684
|
+
var InclusionProtectionFilters$ = [
|
|
685
685
|
3,
|
|
686
686
|
n0,
|
|
687
687
|
_IPF,
|
|
@@ -689,7 +689,7 @@ var InclusionProtectionFilters = [
|
|
|
689
689
|
[_RAes, _PNr, _RTe],
|
|
690
690
|
[64 | 0, 64 | 0, 64 | 0],
|
|
691
691
|
];
|
|
692
|
-
var InclusionProtectionGroupFilters = [
|
|
692
|
+
var InclusionProtectionGroupFilters$ = [
|
|
693
693
|
3,
|
|
694
694
|
n0,
|
|
695
695
|
_IPGF,
|
|
@@ -697,13 +697,13 @@ var InclusionProtectionGroupFilters = [
|
|
|
697
697
|
[_PGIr, _Pa, _RTe, _Agg],
|
|
698
698
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
699
699
|
];
|
|
700
|
-
var InternalErrorException = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
|
|
701
|
-
schema.TypeRegistry.for(n0).registerError(InternalErrorException
|
|
702
|
-
var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
|
|
703
|
-
schema.TypeRegistry.for(n0).registerError(InvalidOperationException
|
|
704
|
-
var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c }, [_m], [0]];
|
|
705
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
706
|
-
var InvalidParameterException = [
|
|
700
|
+
var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
|
|
701
|
+
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
702
|
+
var InvalidOperationException$ = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
|
|
703
|
+
schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
704
|
+
var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c }, [_m], [0]];
|
|
705
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
706
|
+
var InvalidParameterException$ = [
|
|
707
707
|
-3,
|
|
708
708
|
n0,
|
|
709
709
|
_IPE,
|
|
@@ -711,30 +711,30 @@ var InvalidParameterException = [
|
|
|
711
711
|
[_m, _r, _f],
|
|
712
712
|
[0, 0, () => ValidationExceptionFieldList],
|
|
713
713
|
];
|
|
714
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
715
|
-
var InvalidResourceException = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
|
|
716
|
-
schema.TypeRegistry.for(n0).registerError(InvalidResourceException
|
|
717
|
-
var Limit = [3, n0, _L, 0, [_Ty, _Ma], [0, 1]];
|
|
718
|
-
var LimitsExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m, _Ty, _L], [0, 0, 1]];
|
|
719
|
-
schema.TypeRegistry.for(n0).registerError(LimitsExceededException
|
|
720
|
-
var ListAttacksRequest = [
|
|
714
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
715
|
+
var InvalidResourceException$ = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
|
|
716
|
+
schema.TypeRegistry.for(n0).registerError(InvalidResourceException$, InvalidResourceException);
|
|
717
|
+
var Limit$ = [3, n0, _L, 0, [_Ty, _Ma], [0, 1]];
|
|
718
|
+
var LimitsExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m, _Ty, _L], [0, 0, 1]];
|
|
719
|
+
schema.TypeRegistry.for(n0).registerError(LimitsExceededException$, LimitsExceededException);
|
|
720
|
+
var ListAttacksRequest$ = [
|
|
721
721
|
3,
|
|
722
722
|
n0,
|
|
723
723
|
_LAR,
|
|
724
724
|
0,
|
|
725
725
|
[_RAes, _ST, _ET, _NT, _MR],
|
|
726
|
-
[64 | 0, () => TimeRange
|
|
726
|
+
[64 | 0, () => TimeRange$, () => TimeRange$, 0, 1],
|
|
727
727
|
];
|
|
728
|
-
var ListAttacksResponse = [3, n0, _LARi, 0, [_ASt, _NT], [() => AttackSummaries, 0]];
|
|
729
|
-
var ListProtectionGroupsRequest = [
|
|
728
|
+
var ListAttacksResponse$ = [3, n0, _LARi, 0, [_ASt, _NT], [() => AttackSummaries, 0]];
|
|
729
|
+
var ListProtectionGroupsRequest$ = [
|
|
730
730
|
3,
|
|
731
731
|
n0,
|
|
732
732
|
_LPGR,
|
|
733
733
|
0,
|
|
734
734
|
[_NT, _MR, _IF],
|
|
735
|
-
[0, 1, () => InclusionProtectionGroupFilters],
|
|
735
|
+
[0, 1, () => InclusionProtectionGroupFilters$],
|
|
736
736
|
];
|
|
737
|
-
var ListProtectionGroupsResponse = [
|
|
737
|
+
var ListProtectionGroupsResponse$ = [
|
|
738
738
|
3,
|
|
739
739
|
n0,
|
|
740
740
|
_LPGRi,
|
|
@@ -742,16 +742,16 @@ var ListProtectionGroupsResponse = [
|
|
|
742
742
|
[_PGr, _NT],
|
|
743
743
|
[() => ProtectionGroups, 0],
|
|
744
744
|
];
|
|
745
|
-
var ListProtectionsRequest = [
|
|
745
|
+
var ListProtectionsRequest$ = [
|
|
746
746
|
3,
|
|
747
747
|
n0,
|
|
748
748
|
_LPR,
|
|
749
749
|
0,
|
|
750
750
|
[_NT, _MR, _IF],
|
|
751
|
-
[0, 1, () => InclusionProtectionFilters],
|
|
751
|
+
[0, 1, () => InclusionProtectionFilters$],
|
|
752
752
|
];
|
|
753
|
-
var ListProtectionsResponse = [3, n0, _LPRi, 0, [_Pro, _NT], [() => Protections, 0]];
|
|
754
|
-
var ListResourcesInProtectionGroupRequest = [
|
|
753
|
+
var ListProtectionsResponse$ = [3, n0, _LPRi, 0, [_Pro, _NT], [() => Protections, 0]];
|
|
754
|
+
var ListResourcesInProtectionGroupRequest$ = [
|
|
755
755
|
3,
|
|
756
756
|
n0,
|
|
757
757
|
_LRIPGR,
|
|
@@ -759,7 +759,7 @@ var ListResourcesInProtectionGroupRequest = [
|
|
|
759
759
|
[_PGI, _NT, _MR],
|
|
760
760
|
[0, 0, 1],
|
|
761
761
|
];
|
|
762
|
-
var ListResourcesInProtectionGroupResponse = [
|
|
762
|
+
var ListResourcesInProtectionGroupResponse$ = [
|
|
763
763
|
3,
|
|
764
764
|
n0,
|
|
765
765
|
_LRIPGRi,
|
|
@@ -767,24 +767,24 @@ var ListResourcesInProtectionGroupResponse = [
|
|
|
767
767
|
[_RAes, _NT],
|
|
768
768
|
[64 | 0, 0],
|
|
769
769
|
];
|
|
770
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
771
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
772
|
-
var LockedSubscriptionException = [-3, n0, _LSE, { [_e]: _c }, [_m], [0]];
|
|
773
|
-
schema.TypeRegistry.for(n0).registerError(LockedSubscriptionException
|
|
774
|
-
var Mitigation = [3, n0, _Mi, 0, [_MN], [0]];
|
|
775
|
-
var NoAssociatedRoleException = [-3, n0, _NARE, { [_e]: _c }, [_m], [0]];
|
|
776
|
-
schema.TypeRegistry.for(n0).registerError(NoAssociatedRoleException
|
|
777
|
-
var OptimisticLockException = [-3, n0, _OLE, { [_e]: _c }, [_m], [0]];
|
|
778
|
-
schema.TypeRegistry.for(n0).registerError(OptimisticLockException
|
|
779
|
-
var Protection = [
|
|
770
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
771
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
772
|
+
var LockedSubscriptionException$ = [-3, n0, _LSE, { [_e]: _c }, [_m], [0]];
|
|
773
|
+
schema.TypeRegistry.for(n0).registerError(LockedSubscriptionException$, LockedSubscriptionException);
|
|
774
|
+
var Mitigation$ = [3, n0, _Mi, 0, [_MN], [0]];
|
|
775
|
+
var NoAssociatedRoleException$ = [-3, n0, _NARE, { [_e]: _c }, [_m], [0]];
|
|
776
|
+
schema.TypeRegistry.for(n0).registerError(NoAssociatedRoleException$, NoAssociatedRoleException);
|
|
777
|
+
var OptimisticLockException$ = [-3, n0, _OLE, { [_e]: _c }, [_m], [0]];
|
|
778
|
+
schema.TypeRegistry.for(n0).registerError(OptimisticLockException$, OptimisticLockException);
|
|
779
|
+
var Protection$ = [
|
|
780
780
|
3,
|
|
781
781
|
n0,
|
|
782
782
|
_Pr,
|
|
783
783
|
0,
|
|
784
784
|
[_I, _N, _RAe, _HCI, _PA, _ALARC],
|
|
785
|
-
[0, 0, 0, 64 | 0, 0, () => ApplicationLayerAutomaticResponseConfiguration],
|
|
785
|
+
[0, 0, 0, 64 | 0, 0, () => ApplicationLayerAutomaticResponseConfiguration$],
|
|
786
786
|
];
|
|
787
|
-
var ProtectionGroup = [
|
|
787
|
+
var ProtectionGroup$ = [
|
|
788
788
|
3,
|
|
789
789
|
n0,
|
|
790
790
|
_PG,
|
|
@@ -792,37 +792,37 @@ var ProtectionGroup = [
|
|
|
792
792
|
[_PGI, _Ag, _P, _RT, _Me, _PGA],
|
|
793
793
|
[0, 0, 0, 0, 64 | 0, 0],
|
|
794
794
|
];
|
|
795
|
-
var ProtectionGroupArbitraryPatternLimits = [3, n0, _PGAPL, 0, [_MM], [1]];
|
|
796
|
-
var ProtectionGroupLimits = [
|
|
795
|
+
var ProtectionGroupArbitraryPatternLimits$ = [3, n0, _PGAPL, 0, [_MM], [1]];
|
|
796
|
+
var ProtectionGroupLimits$ = [
|
|
797
797
|
3,
|
|
798
798
|
n0,
|
|
799
799
|
_PGL,
|
|
800
800
|
0,
|
|
801
801
|
[_MPG, _PTL],
|
|
802
|
-
[1, () => ProtectionGroupPatternTypeLimits],
|
|
802
|
+
[1, () => ProtectionGroupPatternTypeLimits$],
|
|
803
803
|
];
|
|
804
|
-
var ProtectionGroupPatternTypeLimits = [
|
|
804
|
+
var ProtectionGroupPatternTypeLimits$ = [
|
|
805
805
|
3,
|
|
806
806
|
n0,
|
|
807
807
|
_PGPTL,
|
|
808
808
|
0,
|
|
809
809
|
[_APL],
|
|
810
|
-
[() => ProtectionGroupArbitraryPatternLimits],
|
|
811
|
-
];
|
|
812
|
-
var ProtectionLimits = [3, n0, _PL, 0, [_PRTL], [() => Limits]];
|
|
813
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m, _rT], [0, 0]];
|
|
814
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
815
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m, _rT], [0, 0]];
|
|
816
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
817
|
-
var ResponseAction = [
|
|
810
|
+
[() => ProtectionGroupArbitraryPatternLimits$],
|
|
811
|
+
];
|
|
812
|
+
var ProtectionLimits$ = [3, n0, _PL, 0, [_PRTL], [() => Limits]];
|
|
813
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m, _rT], [0, 0]];
|
|
814
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
815
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m, _rT], [0, 0]];
|
|
816
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
817
|
+
var ResponseAction$ = [
|
|
818
818
|
3,
|
|
819
819
|
n0,
|
|
820
820
|
_RAesp,
|
|
821
821
|
0,
|
|
822
822
|
[_B, _Co],
|
|
823
|
-
[() => BlockAction
|
|
823
|
+
[() => BlockAction$, () => CountAction$],
|
|
824
824
|
];
|
|
825
|
-
var SubResourceSummary = [
|
|
825
|
+
var SubResourceSummary$ = [
|
|
826
826
|
3,
|
|
827
827
|
n0,
|
|
828
828
|
_SRS,
|
|
@@ -830,23 +830,23 @@ var SubResourceSummary = [
|
|
|
830
830
|
[_Ty, _I, _AVt, _Cou],
|
|
831
831
|
[0, 0, () => SummarizedAttackVectorList, () => SummarizedCounterList],
|
|
832
832
|
];
|
|
833
|
-
var Subscription = [
|
|
833
|
+
var Subscription$ = [
|
|
834
834
|
3,
|
|
835
835
|
n0,
|
|
836
836
|
_Su,
|
|
837
837
|
0,
|
|
838
838
|
[_ST, _ET, _TCIS, _AR, _Li, _PES, _SL, _SA],
|
|
839
|
-
[4, 4, 1, 0, () => Limits, 0, () => SubscriptionLimits
|
|
839
|
+
[4, 4, 1, 0, () => Limits, 0, () => SubscriptionLimits$, 0],
|
|
840
840
|
];
|
|
841
|
-
var SubscriptionLimits = [
|
|
841
|
+
var SubscriptionLimits$ = [
|
|
842
842
|
3,
|
|
843
843
|
n0,
|
|
844
844
|
_SL,
|
|
845
845
|
0,
|
|
846
846
|
[_PL, _PGL],
|
|
847
|
-
[() => ProtectionLimits
|
|
847
|
+
[() => ProtectionLimits$, () => ProtectionGroupLimits$],
|
|
848
848
|
];
|
|
849
|
-
var SummarizedAttackVector = [
|
|
849
|
+
var SummarizedAttackVector$ = [
|
|
850
850
|
3,
|
|
851
851
|
n0,
|
|
852
852
|
_SAV,
|
|
@@ -854,7 +854,7 @@ var SummarizedAttackVector = [
|
|
|
854
854
|
[_VT, _VC],
|
|
855
855
|
[0, () => SummarizedCounterList],
|
|
856
856
|
];
|
|
857
|
-
var SummarizedCounter = [
|
|
857
|
+
var SummarizedCounter$ = [
|
|
858
858
|
3,
|
|
859
859
|
n0,
|
|
860
860
|
_SC,
|
|
@@ -862,22 +862,22 @@ var SummarizedCounter = [
|
|
|
862
862
|
[_N, _Ma, _Av, _Sum, _N_, _U],
|
|
863
863
|
[0, 1, 1, 1, 1, 0],
|
|
864
864
|
];
|
|
865
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
866
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
867
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
868
|
-
var TimeRange = [3, n0, _TR, 0, [_FI, _TE], [4, 4]];
|
|
869
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
870
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
871
|
-
var UpdateApplicationLayerAutomaticResponseRequest = [
|
|
865
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
866
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
867
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
868
|
+
var TimeRange$ = [3, n0, _TR, 0, [_FI, _TE], [4, 4]];
|
|
869
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
870
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
871
|
+
var UpdateApplicationLayerAutomaticResponseRequest$ = [
|
|
872
872
|
3,
|
|
873
873
|
n0,
|
|
874
874
|
_UALARR,
|
|
875
875
|
0,
|
|
876
876
|
[_RAe, _A],
|
|
877
|
-
[0, () => ResponseAction],
|
|
877
|
+
[0, () => ResponseAction$],
|
|
878
878
|
];
|
|
879
|
-
var UpdateApplicationLayerAutomaticResponseResponse = [3, n0, _UALARRp, 0, [], []];
|
|
880
|
-
var UpdateEmergencyContactSettingsRequest = [
|
|
879
|
+
var UpdateApplicationLayerAutomaticResponseResponse$ = [3, n0, _UALARRp, 0, [], []];
|
|
880
|
+
var UpdateEmergencyContactSettingsRequest$ = [
|
|
881
881
|
3,
|
|
882
882
|
n0,
|
|
883
883
|
_UECSR,
|
|
@@ -885,8 +885,8 @@ var UpdateEmergencyContactSettingsRequest = [
|
|
|
885
885
|
[_ECL],
|
|
886
886
|
[() => EmergencyContactList],
|
|
887
887
|
];
|
|
888
|
-
var UpdateEmergencyContactSettingsResponse = [3, n0, _UECSRp, 0, [], []];
|
|
889
|
-
var UpdateProtectionGroupRequest = [
|
|
888
|
+
var UpdateEmergencyContactSettingsResponse$ = [3, n0, _UECSRp, 0, [], []];
|
|
889
|
+
var UpdateProtectionGroupRequest$ = [
|
|
890
890
|
3,
|
|
891
891
|
n0,
|
|
892
892
|
_UPGR,
|
|
@@ -894,300 +894,307 @@ var UpdateProtectionGroupRequest = [
|
|
|
894
894
|
[_PGI, _Ag, _P, _RT, _Me],
|
|
895
895
|
[0, 0, 0, 0, 64 | 0],
|
|
896
896
|
];
|
|
897
|
-
var UpdateProtectionGroupResponse = [3, n0, _UPGRp, 0, [], []];
|
|
898
|
-
var UpdateSubscriptionRequest = [3, n0, _USR, 0, [_AR], [0]];
|
|
899
|
-
var UpdateSubscriptionResponse = [3, n0, _USRp, 0, [], []];
|
|
900
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
901
|
-
var ShieldServiceException = [-3, _sm, "ShieldServiceException", 0, [], []];
|
|
902
|
-
schema.TypeRegistry.for(_sm).registerError(ShieldServiceException
|
|
903
|
-
var AttackProperties = [1, n0, _AP, 0, () => AttackProperty];
|
|
904
|
-
var AttackStatisticsDataList = [1, n0, _ASDL, 0, () => AttackStatisticsDataItem];
|
|
905
|
-
var AttackSummaries = [1, n0, _ASt, 0, () => AttackSummary];
|
|
906
|
-
var AttackVectorDescriptionList = [1, n0, _AVDL, 0, () => AttackVectorDescription];
|
|
907
|
-
var EmergencyContactList = [1, n0, _ECL, 0, () => EmergencyContact];
|
|
908
|
-
var Limits = [1, n0, _Li, 0, () => Limit];
|
|
909
|
-
var MitigationList = [1, n0, _ML, 0, () => Mitigation];
|
|
910
|
-
var ProtectionGroups = [1, n0, _PGr, 0, () => ProtectionGroup];
|
|
911
|
-
var Protections = [1, n0, _Pro, 0, () => Protection];
|
|
912
|
-
var SubResourceSummaryList = [1, n0, _SRSL, 0, () => SubResourceSummary];
|
|
913
|
-
var SummarizedAttackVectorList = [1, n0, _SAVL, 0, () => SummarizedAttackVector];
|
|
914
|
-
var SummarizedCounterList = [1, n0, _SCL, 0, () => SummarizedCounter];
|
|
915
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
916
|
-
var TopContributors = [1, n0, _TC, 0, () => Contributor];
|
|
917
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
918
|
-
var AssociateDRTLogBucket = [
|
|
897
|
+
var UpdateProtectionGroupResponse$ = [3, n0, _UPGRp, 0, [], []];
|
|
898
|
+
var UpdateSubscriptionRequest$ = [3, n0, _USR, 0, [_AR], [0]];
|
|
899
|
+
var UpdateSubscriptionResponse$ = [3, n0, _USRp, 0, [], []];
|
|
900
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
901
|
+
var ShieldServiceException$ = [-3, _sm, "ShieldServiceException", 0, [], []];
|
|
902
|
+
schema.TypeRegistry.for(_sm).registerError(ShieldServiceException$, ShieldServiceException);
|
|
903
|
+
var AttackProperties = [1, n0, _AP, 0, () => AttackProperty$];
|
|
904
|
+
var AttackStatisticsDataList = [1, n0, _ASDL, 0, () => AttackStatisticsDataItem$];
|
|
905
|
+
var AttackSummaries = [1, n0, _ASt, 0, () => AttackSummary$];
|
|
906
|
+
var AttackVectorDescriptionList = [1, n0, _AVDL, 0, () => AttackVectorDescription$];
|
|
907
|
+
var EmergencyContactList = [1, n0, _ECL, 0, () => EmergencyContact$];
|
|
908
|
+
var Limits = [1, n0, _Li, 0, () => Limit$];
|
|
909
|
+
var MitigationList = [1, n0, _ML, 0, () => Mitigation$];
|
|
910
|
+
var ProtectionGroups = [1, n0, _PGr, 0, () => ProtectionGroup$];
|
|
911
|
+
var Protections = [1, n0, _Pro, 0, () => Protection$];
|
|
912
|
+
var SubResourceSummaryList = [1, n0, _SRSL, 0, () => SubResourceSummary$];
|
|
913
|
+
var SummarizedAttackVectorList = [1, n0, _SAVL, 0, () => SummarizedAttackVector$];
|
|
914
|
+
var SummarizedCounterList = [1, n0, _SCL, 0, () => SummarizedCounter$];
|
|
915
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
916
|
+
var TopContributors = [1, n0, _TC, 0, () => Contributor$];
|
|
917
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
918
|
+
var AssociateDRTLogBucket$ = [
|
|
919
919
|
9,
|
|
920
920
|
n0,
|
|
921
921
|
_ADRTLB,
|
|
922
922
|
0,
|
|
923
|
-
() => AssociateDRTLogBucketRequest
|
|
924
|
-
() => AssociateDRTLogBucketResponse
|
|
923
|
+
() => AssociateDRTLogBucketRequest$,
|
|
924
|
+
() => AssociateDRTLogBucketResponse$,
|
|
925
925
|
];
|
|
926
|
-
var AssociateDRTRole = [
|
|
926
|
+
var AssociateDRTRole$ = [
|
|
927
927
|
9,
|
|
928
928
|
n0,
|
|
929
929
|
_ADRTR,
|
|
930
930
|
0,
|
|
931
|
-
() => AssociateDRTRoleRequest
|
|
932
|
-
() => AssociateDRTRoleResponse
|
|
931
|
+
() => AssociateDRTRoleRequest$,
|
|
932
|
+
() => AssociateDRTRoleResponse$,
|
|
933
933
|
];
|
|
934
|
-
var AssociateHealthCheck = [
|
|
934
|
+
var AssociateHealthCheck$ = [
|
|
935
935
|
9,
|
|
936
936
|
n0,
|
|
937
937
|
_AHC,
|
|
938
938
|
0,
|
|
939
|
-
() => AssociateHealthCheckRequest
|
|
940
|
-
() => AssociateHealthCheckResponse
|
|
939
|
+
() => AssociateHealthCheckRequest$,
|
|
940
|
+
() => AssociateHealthCheckResponse$,
|
|
941
941
|
];
|
|
942
|
-
var AssociateProactiveEngagementDetails = [
|
|
942
|
+
var AssociateProactiveEngagementDetails$ = [
|
|
943
943
|
9,
|
|
944
944
|
n0,
|
|
945
945
|
_APED,
|
|
946
946
|
0,
|
|
947
|
-
() => AssociateProactiveEngagementDetailsRequest
|
|
948
|
-
() => AssociateProactiveEngagementDetailsResponse
|
|
947
|
+
() => AssociateProactiveEngagementDetailsRequest$,
|
|
948
|
+
() => AssociateProactiveEngagementDetailsResponse$,
|
|
949
949
|
];
|
|
950
|
-
var CreateProtection = [
|
|
950
|
+
var CreateProtection$ = [
|
|
951
951
|
9,
|
|
952
952
|
n0,
|
|
953
953
|
_CP,
|
|
954
954
|
0,
|
|
955
|
-
() => CreateProtectionRequest
|
|
956
|
-
() => CreateProtectionResponse
|
|
955
|
+
() => CreateProtectionRequest$,
|
|
956
|
+
() => CreateProtectionResponse$,
|
|
957
957
|
];
|
|
958
|
-
var CreateProtectionGroup = [
|
|
958
|
+
var CreateProtectionGroup$ = [
|
|
959
959
|
9,
|
|
960
960
|
n0,
|
|
961
961
|
_CPG,
|
|
962
962
|
0,
|
|
963
|
-
() => CreateProtectionGroupRequest
|
|
964
|
-
() => CreateProtectionGroupResponse
|
|
963
|
+
() => CreateProtectionGroupRequest$,
|
|
964
|
+
() => CreateProtectionGroupResponse$,
|
|
965
965
|
];
|
|
966
|
-
var CreateSubscription = [
|
|
966
|
+
var CreateSubscription$ = [
|
|
967
967
|
9,
|
|
968
968
|
n0,
|
|
969
969
|
_CS,
|
|
970
970
|
0,
|
|
971
|
-
() => CreateSubscriptionRequest
|
|
972
|
-
() => CreateSubscriptionResponse
|
|
971
|
+
() => CreateSubscriptionRequest$,
|
|
972
|
+
() => CreateSubscriptionResponse$,
|
|
973
973
|
];
|
|
974
|
-
var DeleteProtection = [
|
|
974
|
+
var DeleteProtection$ = [
|
|
975
975
|
9,
|
|
976
976
|
n0,
|
|
977
977
|
_DP,
|
|
978
978
|
0,
|
|
979
|
-
() => DeleteProtectionRequest
|
|
980
|
-
() => DeleteProtectionResponse
|
|
979
|
+
() => DeleteProtectionRequest$,
|
|
980
|
+
() => DeleteProtectionResponse$,
|
|
981
981
|
];
|
|
982
|
-
var DeleteProtectionGroup = [
|
|
982
|
+
var DeleteProtectionGroup$ = [
|
|
983
983
|
9,
|
|
984
984
|
n0,
|
|
985
985
|
_DPG,
|
|
986
986
|
0,
|
|
987
|
-
() => DeleteProtectionGroupRequest
|
|
988
|
-
() => DeleteProtectionGroupResponse
|
|
987
|
+
() => DeleteProtectionGroupRequest$,
|
|
988
|
+
() => DeleteProtectionGroupResponse$,
|
|
989
989
|
];
|
|
990
|
-
var DeleteSubscription = [
|
|
990
|
+
var DeleteSubscription$ = [
|
|
991
991
|
9,
|
|
992
992
|
n0,
|
|
993
993
|
_DS,
|
|
994
994
|
0,
|
|
995
|
-
() => DeleteSubscriptionRequest
|
|
996
|
-
() => DeleteSubscriptionResponse
|
|
995
|
+
() => DeleteSubscriptionRequest$,
|
|
996
|
+
() => DeleteSubscriptionResponse$,
|
|
997
997
|
];
|
|
998
|
-
var DescribeAttack = [
|
|
998
|
+
var DescribeAttack$ = [
|
|
999
999
|
9,
|
|
1000
1000
|
n0,
|
|
1001
1001
|
_DA,
|
|
1002
1002
|
0,
|
|
1003
|
-
() => DescribeAttackRequest
|
|
1004
|
-
() => DescribeAttackResponse
|
|
1003
|
+
() => DescribeAttackRequest$,
|
|
1004
|
+
() => DescribeAttackResponse$,
|
|
1005
1005
|
];
|
|
1006
|
-
var DescribeAttackStatistics = [
|
|
1006
|
+
var DescribeAttackStatistics$ = [
|
|
1007
1007
|
9,
|
|
1008
1008
|
n0,
|
|
1009
1009
|
_DAS,
|
|
1010
1010
|
0,
|
|
1011
|
-
() => DescribeAttackStatisticsRequest
|
|
1012
|
-
() => DescribeAttackStatisticsResponse
|
|
1011
|
+
() => DescribeAttackStatisticsRequest$,
|
|
1012
|
+
() => DescribeAttackStatisticsResponse$,
|
|
1013
1013
|
];
|
|
1014
|
-
var DescribeDRTAccess = [
|
|
1014
|
+
var DescribeDRTAccess$ = [
|
|
1015
1015
|
9,
|
|
1016
1016
|
n0,
|
|
1017
1017
|
_DDRTA,
|
|
1018
1018
|
0,
|
|
1019
|
-
() => DescribeDRTAccessRequest
|
|
1020
|
-
() => DescribeDRTAccessResponse
|
|
1019
|
+
() => DescribeDRTAccessRequest$,
|
|
1020
|
+
() => DescribeDRTAccessResponse$,
|
|
1021
1021
|
];
|
|
1022
|
-
var DescribeEmergencyContactSettings = [
|
|
1022
|
+
var DescribeEmergencyContactSettings$ = [
|
|
1023
1023
|
9,
|
|
1024
1024
|
n0,
|
|
1025
1025
|
_DECS,
|
|
1026
1026
|
0,
|
|
1027
|
-
() => DescribeEmergencyContactSettingsRequest
|
|
1028
|
-
() => DescribeEmergencyContactSettingsResponse
|
|
1027
|
+
() => DescribeEmergencyContactSettingsRequest$,
|
|
1028
|
+
() => DescribeEmergencyContactSettingsResponse$,
|
|
1029
1029
|
];
|
|
1030
|
-
var DescribeProtection = [
|
|
1030
|
+
var DescribeProtection$ = [
|
|
1031
1031
|
9,
|
|
1032
1032
|
n0,
|
|
1033
1033
|
_DPe,
|
|
1034
1034
|
0,
|
|
1035
|
-
() => DescribeProtectionRequest
|
|
1036
|
-
() => DescribeProtectionResponse
|
|
1035
|
+
() => DescribeProtectionRequest$,
|
|
1036
|
+
() => DescribeProtectionResponse$,
|
|
1037
1037
|
];
|
|
1038
|
-
var DescribeProtectionGroup = [
|
|
1038
|
+
var DescribeProtectionGroup$ = [
|
|
1039
1039
|
9,
|
|
1040
1040
|
n0,
|
|
1041
1041
|
_DPGe,
|
|
1042
1042
|
0,
|
|
1043
|
-
() => DescribeProtectionGroupRequest
|
|
1044
|
-
() => DescribeProtectionGroupResponse
|
|
1043
|
+
() => DescribeProtectionGroupRequest$,
|
|
1044
|
+
() => DescribeProtectionGroupResponse$,
|
|
1045
1045
|
];
|
|
1046
|
-
var DescribeSubscription = [
|
|
1046
|
+
var DescribeSubscription$ = [
|
|
1047
1047
|
9,
|
|
1048
1048
|
n0,
|
|
1049
1049
|
_DSe,
|
|
1050
1050
|
0,
|
|
1051
|
-
() => DescribeSubscriptionRequest
|
|
1052
|
-
() => DescribeSubscriptionResponse
|
|
1051
|
+
() => DescribeSubscriptionRequest$,
|
|
1052
|
+
() => DescribeSubscriptionResponse$,
|
|
1053
1053
|
];
|
|
1054
|
-
var DisableApplicationLayerAutomaticResponse = [
|
|
1054
|
+
var DisableApplicationLayerAutomaticResponse$ = [
|
|
1055
1055
|
9,
|
|
1056
1056
|
n0,
|
|
1057
1057
|
_DALAR,
|
|
1058
1058
|
0,
|
|
1059
|
-
() => DisableApplicationLayerAutomaticResponseRequest
|
|
1060
|
-
() => DisableApplicationLayerAutomaticResponseResponse
|
|
1059
|
+
() => DisableApplicationLayerAutomaticResponseRequest$,
|
|
1060
|
+
() => DisableApplicationLayerAutomaticResponseResponse$,
|
|
1061
1061
|
];
|
|
1062
|
-
var DisableProactiveEngagement = [
|
|
1062
|
+
var DisableProactiveEngagement$ = [
|
|
1063
1063
|
9,
|
|
1064
1064
|
n0,
|
|
1065
1065
|
_DPE,
|
|
1066
1066
|
0,
|
|
1067
|
-
() => DisableProactiveEngagementRequest
|
|
1068
|
-
() => DisableProactiveEngagementResponse
|
|
1067
|
+
() => DisableProactiveEngagementRequest$,
|
|
1068
|
+
() => DisableProactiveEngagementResponse$,
|
|
1069
1069
|
];
|
|
1070
|
-
var DisassociateDRTLogBucket = [
|
|
1070
|
+
var DisassociateDRTLogBucket$ = [
|
|
1071
1071
|
9,
|
|
1072
1072
|
n0,
|
|
1073
1073
|
_DDRTLB,
|
|
1074
1074
|
0,
|
|
1075
|
-
() => DisassociateDRTLogBucketRequest
|
|
1076
|
-
() => DisassociateDRTLogBucketResponse
|
|
1075
|
+
() => DisassociateDRTLogBucketRequest$,
|
|
1076
|
+
() => DisassociateDRTLogBucketResponse$,
|
|
1077
1077
|
];
|
|
1078
|
-
var DisassociateDRTRole = [
|
|
1078
|
+
var DisassociateDRTRole$ = [
|
|
1079
1079
|
9,
|
|
1080
1080
|
n0,
|
|
1081
1081
|
_DDRTR,
|
|
1082
1082
|
0,
|
|
1083
|
-
() => DisassociateDRTRoleRequest
|
|
1084
|
-
() => DisassociateDRTRoleResponse
|
|
1083
|
+
() => DisassociateDRTRoleRequest$,
|
|
1084
|
+
() => DisassociateDRTRoleResponse$,
|
|
1085
1085
|
];
|
|
1086
|
-
var DisassociateHealthCheck = [
|
|
1086
|
+
var DisassociateHealthCheck$ = [
|
|
1087
1087
|
9,
|
|
1088
1088
|
n0,
|
|
1089
1089
|
_DHC,
|
|
1090
1090
|
0,
|
|
1091
|
-
() => DisassociateHealthCheckRequest
|
|
1092
|
-
() => DisassociateHealthCheckResponse
|
|
1091
|
+
() => DisassociateHealthCheckRequest$,
|
|
1092
|
+
() => DisassociateHealthCheckResponse$,
|
|
1093
1093
|
];
|
|
1094
|
-
var EnableApplicationLayerAutomaticResponse = [
|
|
1094
|
+
var EnableApplicationLayerAutomaticResponse$ = [
|
|
1095
1095
|
9,
|
|
1096
1096
|
n0,
|
|
1097
1097
|
_EALAR,
|
|
1098
1098
|
0,
|
|
1099
|
-
() => EnableApplicationLayerAutomaticResponseRequest
|
|
1100
|
-
() => EnableApplicationLayerAutomaticResponseResponse
|
|
1099
|
+
() => EnableApplicationLayerAutomaticResponseRequest$,
|
|
1100
|
+
() => EnableApplicationLayerAutomaticResponseResponse$,
|
|
1101
1101
|
];
|
|
1102
|
-
var EnableProactiveEngagement = [
|
|
1102
|
+
var EnableProactiveEngagement$ = [
|
|
1103
1103
|
9,
|
|
1104
1104
|
n0,
|
|
1105
1105
|
_EPE,
|
|
1106
1106
|
0,
|
|
1107
|
-
() => EnableProactiveEngagementRequest
|
|
1108
|
-
() => EnableProactiveEngagementResponse
|
|
1107
|
+
() => EnableProactiveEngagementRequest$,
|
|
1108
|
+
() => EnableProactiveEngagementResponse$,
|
|
1109
1109
|
];
|
|
1110
|
-
var GetSubscriptionState = [
|
|
1110
|
+
var GetSubscriptionState$ = [
|
|
1111
1111
|
9,
|
|
1112
1112
|
n0,
|
|
1113
1113
|
_GSS,
|
|
1114
1114
|
0,
|
|
1115
|
-
() => GetSubscriptionStateRequest
|
|
1116
|
-
() => GetSubscriptionStateResponse
|
|
1115
|
+
() => GetSubscriptionStateRequest$,
|
|
1116
|
+
() => GetSubscriptionStateResponse$,
|
|
1117
1117
|
];
|
|
1118
|
-
var ListAttacks = [9, n0, _LA, 0, () => ListAttacksRequest
|
|
1119
|
-
var ListProtectionGroups = [
|
|
1118
|
+
var ListAttacks$ = [9, n0, _LA, 0, () => ListAttacksRequest$, () => ListAttacksResponse$];
|
|
1119
|
+
var ListProtectionGroups$ = [
|
|
1120
1120
|
9,
|
|
1121
1121
|
n0,
|
|
1122
1122
|
_LPG,
|
|
1123
1123
|
0,
|
|
1124
|
-
() => ListProtectionGroupsRequest
|
|
1125
|
-
() => ListProtectionGroupsResponse
|
|
1124
|
+
() => ListProtectionGroupsRequest$,
|
|
1125
|
+
() => ListProtectionGroupsResponse$,
|
|
1126
1126
|
];
|
|
1127
|
-
var ListProtections = [
|
|
1127
|
+
var ListProtections$ = [
|
|
1128
1128
|
9,
|
|
1129
1129
|
n0,
|
|
1130
1130
|
_LP,
|
|
1131
1131
|
0,
|
|
1132
|
-
() => ListProtectionsRequest
|
|
1133
|
-
() => ListProtectionsResponse
|
|
1132
|
+
() => ListProtectionsRequest$,
|
|
1133
|
+
() => ListProtectionsResponse$,
|
|
1134
1134
|
];
|
|
1135
|
-
var ListResourcesInProtectionGroup = [
|
|
1135
|
+
var ListResourcesInProtectionGroup$ = [
|
|
1136
1136
|
9,
|
|
1137
1137
|
n0,
|
|
1138
1138
|
_LRIPG,
|
|
1139
1139
|
0,
|
|
1140
|
-
() => ListResourcesInProtectionGroupRequest
|
|
1141
|
-
() => ListResourcesInProtectionGroupResponse
|
|
1140
|
+
() => ListResourcesInProtectionGroupRequest$,
|
|
1141
|
+
() => ListResourcesInProtectionGroupResponse$,
|
|
1142
1142
|
];
|
|
1143
|
-
var ListTagsForResource = [
|
|
1143
|
+
var ListTagsForResource$ = [
|
|
1144
1144
|
9,
|
|
1145
1145
|
n0,
|
|
1146
1146
|
_LTFR,
|
|
1147
1147
|
0,
|
|
1148
|
-
() => ListTagsForResourceRequest
|
|
1149
|
-
() => ListTagsForResourceResponse
|
|
1148
|
+
() => ListTagsForResourceRequest$,
|
|
1149
|
+
() => ListTagsForResourceResponse$,
|
|
1150
|
+
];
|
|
1151
|
+
var TagResource$ = [
|
|
1152
|
+
9,
|
|
1153
|
+
n0,
|
|
1154
|
+
_TRa,
|
|
1155
|
+
0,
|
|
1156
|
+
() => TagResourceRequest$,
|
|
1157
|
+
() => TagResourceResponse$,
|
|
1150
1158
|
];
|
|
1151
|
-
var
|
|
1152
|
-
var UntagResource = [
|
|
1159
|
+
var UntagResource$ = [
|
|
1153
1160
|
9,
|
|
1154
1161
|
n0,
|
|
1155
1162
|
_UR,
|
|
1156
1163
|
0,
|
|
1157
|
-
() => UntagResourceRequest
|
|
1158
|
-
() => UntagResourceResponse
|
|
1164
|
+
() => UntagResourceRequest$,
|
|
1165
|
+
() => UntagResourceResponse$,
|
|
1159
1166
|
];
|
|
1160
|
-
var UpdateApplicationLayerAutomaticResponse = [
|
|
1167
|
+
var UpdateApplicationLayerAutomaticResponse$ = [
|
|
1161
1168
|
9,
|
|
1162
1169
|
n0,
|
|
1163
1170
|
_UALAR,
|
|
1164
1171
|
0,
|
|
1165
|
-
() => UpdateApplicationLayerAutomaticResponseRequest
|
|
1166
|
-
() => UpdateApplicationLayerAutomaticResponseResponse
|
|
1172
|
+
() => UpdateApplicationLayerAutomaticResponseRequest$,
|
|
1173
|
+
() => UpdateApplicationLayerAutomaticResponseResponse$,
|
|
1167
1174
|
];
|
|
1168
|
-
var UpdateEmergencyContactSettings = [
|
|
1175
|
+
var UpdateEmergencyContactSettings$ = [
|
|
1169
1176
|
9,
|
|
1170
1177
|
n0,
|
|
1171
1178
|
_UECS,
|
|
1172
1179
|
0,
|
|
1173
|
-
() => UpdateEmergencyContactSettingsRequest
|
|
1174
|
-
() => UpdateEmergencyContactSettingsResponse
|
|
1180
|
+
() => UpdateEmergencyContactSettingsRequest$,
|
|
1181
|
+
() => UpdateEmergencyContactSettingsResponse$,
|
|
1175
1182
|
];
|
|
1176
|
-
var UpdateProtectionGroup = [
|
|
1183
|
+
var UpdateProtectionGroup$ = [
|
|
1177
1184
|
9,
|
|
1178
1185
|
n0,
|
|
1179
1186
|
_UPG,
|
|
1180
1187
|
0,
|
|
1181
|
-
() => UpdateProtectionGroupRequest
|
|
1182
|
-
() => UpdateProtectionGroupResponse
|
|
1188
|
+
() => UpdateProtectionGroupRequest$,
|
|
1189
|
+
() => UpdateProtectionGroupResponse$,
|
|
1183
1190
|
];
|
|
1184
|
-
var UpdateSubscription = [
|
|
1191
|
+
var UpdateSubscription$ = [
|
|
1185
1192
|
9,
|
|
1186
1193
|
n0,
|
|
1187
1194
|
_US,
|
|
1188
1195
|
0,
|
|
1189
|
-
() => UpdateSubscriptionRequest
|
|
1190
|
-
() => UpdateSubscriptionResponse
|
|
1196
|
+
() => UpdateSubscriptionRequest$,
|
|
1197
|
+
() => UpdateSubscriptionResponse$,
|
|
1191
1198
|
];
|
|
1192
1199
|
|
|
1193
1200
|
class AssociateDRTLogBucketCommand extends smithyClient.Command
|
|
@@ -1198,7 +1205,7 @@ class AssociateDRTLogBucketCommand extends smithyClient.Command
|
|
|
1198
1205
|
})
|
|
1199
1206
|
.s("AWSShield_20160616", "AssociateDRTLogBucket", {})
|
|
1200
1207
|
.n("ShieldClient", "AssociateDRTLogBucketCommand")
|
|
1201
|
-
.sc(AssociateDRTLogBucket)
|
|
1208
|
+
.sc(AssociateDRTLogBucket$)
|
|
1202
1209
|
.build() {
|
|
1203
1210
|
}
|
|
1204
1211
|
|
|
@@ -1210,7 +1217,7 @@ class AssociateDRTRoleCommand extends smithyClient.Command
|
|
|
1210
1217
|
})
|
|
1211
1218
|
.s("AWSShield_20160616", "AssociateDRTRole", {})
|
|
1212
1219
|
.n("ShieldClient", "AssociateDRTRoleCommand")
|
|
1213
|
-
.sc(AssociateDRTRole)
|
|
1220
|
+
.sc(AssociateDRTRole$)
|
|
1214
1221
|
.build() {
|
|
1215
1222
|
}
|
|
1216
1223
|
|
|
@@ -1222,7 +1229,7 @@ class AssociateHealthCheckCommand extends smithyClient.Command
|
|
|
1222
1229
|
})
|
|
1223
1230
|
.s("AWSShield_20160616", "AssociateHealthCheck", {})
|
|
1224
1231
|
.n("ShieldClient", "AssociateHealthCheckCommand")
|
|
1225
|
-
.sc(AssociateHealthCheck)
|
|
1232
|
+
.sc(AssociateHealthCheck$)
|
|
1226
1233
|
.build() {
|
|
1227
1234
|
}
|
|
1228
1235
|
|
|
@@ -1234,7 +1241,7 @@ class AssociateProactiveEngagementDetailsCommand extends smithyClient.Command
|
|
|
1234
1241
|
})
|
|
1235
1242
|
.s("AWSShield_20160616", "AssociateProactiveEngagementDetails", {})
|
|
1236
1243
|
.n("ShieldClient", "AssociateProactiveEngagementDetailsCommand")
|
|
1237
|
-
.sc(AssociateProactiveEngagementDetails)
|
|
1244
|
+
.sc(AssociateProactiveEngagementDetails$)
|
|
1238
1245
|
.build() {
|
|
1239
1246
|
}
|
|
1240
1247
|
|
|
@@ -1246,7 +1253,7 @@ class CreateProtectionCommand extends smithyClient.Command
|
|
|
1246
1253
|
})
|
|
1247
1254
|
.s("AWSShield_20160616", "CreateProtection", {})
|
|
1248
1255
|
.n("ShieldClient", "CreateProtectionCommand")
|
|
1249
|
-
.sc(CreateProtection)
|
|
1256
|
+
.sc(CreateProtection$)
|
|
1250
1257
|
.build() {
|
|
1251
1258
|
}
|
|
1252
1259
|
|
|
@@ -1258,7 +1265,7 @@ class CreateProtectionGroupCommand extends smithyClient.Command
|
|
|
1258
1265
|
})
|
|
1259
1266
|
.s("AWSShield_20160616", "CreateProtectionGroup", {})
|
|
1260
1267
|
.n("ShieldClient", "CreateProtectionGroupCommand")
|
|
1261
|
-
.sc(CreateProtectionGroup)
|
|
1268
|
+
.sc(CreateProtectionGroup$)
|
|
1262
1269
|
.build() {
|
|
1263
1270
|
}
|
|
1264
1271
|
|
|
@@ -1270,7 +1277,7 @@ class CreateSubscriptionCommand extends smithyClient.Command
|
|
|
1270
1277
|
})
|
|
1271
1278
|
.s("AWSShield_20160616", "CreateSubscription", {})
|
|
1272
1279
|
.n("ShieldClient", "CreateSubscriptionCommand")
|
|
1273
|
-
.sc(CreateSubscription)
|
|
1280
|
+
.sc(CreateSubscription$)
|
|
1274
1281
|
.build() {
|
|
1275
1282
|
}
|
|
1276
1283
|
|
|
@@ -1282,7 +1289,7 @@ class DeleteProtectionCommand extends smithyClient.Command
|
|
|
1282
1289
|
})
|
|
1283
1290
|
.s("AWSShield_20160616", "DeleteProtection", {})
|
|
1284
1291
|
.n("ShieldClient", "DeleteProtectionCommand")
|
|
1285
|
-
.sc(DeleteProtection)
|
|
1292
|
+
.sc(DeleteProtection$)
|
|
1286
1293
|
.build() {
|
|
1287
1294
|
}
|
|
1288
1295
|
|
|
@@ -1294,7 +1301,7 @@ class DeleteProtectionGroupCommand extends smithyClient.Command
|
|
|
1294
1301
|
})
|
|
1295
1302
|
.s("AWSShield_20160616", "DeleteProtectionGroup", {})
|
|
1296
1303
|
.n("ShieldClient", "DeleteProtectionGroupCommand")
|
|
1297
|
-
.sc(DeleteProtectionGroup)
|
|
1304
|
+
.sc(DeleteProtectionGroup$)
|
|
1298
1305
|
.build() {
|
|
1299
1306
|
}
|
|
1300
1307
|
|
|
@@ -1306,7 +1313,7 @@ class DeleteSubscriptionCommand extends smithyClient.Command
|
|
|
1306
1313
|
})
|
|
1307
1314
|
.s("AWSShield_20160616", "DeleteSubscription", {})
|
|
1308
1315
|
.n("ShieldClient", "DeleteSubscriptionCommand")
|
|
1309
|
-
.sc(DeleteSubscription)
|
|
1316
|
+
.sc(DeleteSubscription$)
|
|
1310
1317
|
.build() {
|
|
1311
1318
|
}
|
|
1312
1319
|
|
|
@@ -1318,7 +1325,7 @@ class DescribeAttackCommand extends smithyClient.Command
|
|
|
1318
1325
|
})
|
|
1319
1326
|
.s("AWSShield_20160616", "DescribeAttack", {})
|
|
1320
1327
|
.n("ShieldClient", "DescribeAttackCommand")
|
|
1321
|
-
.sc(DescribeAttack)
|
|
1328
|
+
.sc(DescribeAttack$)
|
|
1322
1329
|
.build() {
|
|
1323
1330
|
}
|
|
1324
1331
|
|
|
@@ -1330,7 +1337,7 @@ class DescribeAttackStatisticsCommand extends smithyClient.Command
|
|
|
1330
1337
|
})
|
|
1331
1338
|
.s("AWSShield_20160616", "DescribeAttackStatistics", {})
|
|
1332
1339
|
.n("ShieldClient", "DescribeAttackStatisticsCommand")
|
|
1333
|
-
.sc(DescribeAttackStatistics)
|
|
1340
|
+
.sc(DescribeAttackStatistics$)
|
|
1334
1341
|
.build() {
|
|
1335
1342
|
}
|
|
1336
1343
|
|
|
@@ -1342,7 +1349,7 @@ class DescribeDRTAccessCommand extends smithyClient.Command
|
|
|
1342
1349
|
})
|
|
1343
1350
|
.s("AWSShield_20160616", "DescribeDRTAccess", {})
|
|
1344
1351
|
.n("ShieldClient", "DescribeDRTAccessCommand")
|
|
1345
|
-
.sc(DescribeDRTAccess)
|
|
1352
|
+
.sc(DescribeDRTAccess$)
|
|
1346
1353
|
.build() {
|
|
1347
1354
|
}
|
|
1348
1355
|
|
|
@@ -1354,7 +1361,7 @@ class DescribeEmergencyContactSettingsCommand extends smithyClient.Command
|
|
|
1354
1361
|
})
|
|
1355
1362
|
.s("AWSShield_20160616", "DescribeEmergencyContactSettings", {})
|
|
1356
1363
|
.n("ShieldClient", "DescribeEmergencyContactSettingsCommand")
|
|
1357
|
-
.sc(DescribeEmergencyContactSettings)
|
|
1364
|
+
.sc(DescribeEmergencyContactSettings$)
|
|
1358
1365
|
.build() {
|
|
1359
1366
|
}
|
|
1360
1367
|
|
|
@@ -1366,7 +1373,7 @@ class DescribeProtectionCommand extends smithyClient.Command
|
|
|
1366
1373
|
})
|
|
1367
1374
|
.s("AWSShield_20160616", "DescribeProtection", {})
|
|
1368
1375
|
.n("ShieldClient", "DescribeProtectionCommand")
|
|
1369
|
-
.sc(DescribeProtection)
|
|
1376
|
+
.sc(DescribeProtection$)
|
|
1370
1377
|
.build() {
|
|
1371
1378
|
}
|
|
1372
1379
|
|
|
@@ -1378,7 +1385,7 @@ class DescribeProtectionGroupCommand extends smithyClient.Command
|
|
|
1378
1385
|
})
|
|
1379
1386
|
.s("AWSShield_20160616", "DescribeProtectionGroup", {})
|
|
1380
1387
|
.n("ShieldClient", "DescribeProtectionGroupCommand")
|
|
1381
|
-
.sc(DescribeProtectionGroup)
|
|
1388
|
+
.sc(DescribeProtectionGroup$)
|
|
1382
1389
|
.build() {
|
|
1383
1390
|
}
|
|
1384
1391
|
|
|
@@ -1390,7 +1397,7 @@ class DescribeSubscriptionCommand extends smithyClient.Command
|
|
|
1390
1397
|
})
|
|
1391
1398
|
.s("AWSShield_20160616", "DescribeSubscription", {})
|
|
1392
1399
|
.n("ShieldClient", "DescribeSubscriptionCommand")
|
|
1393
|
-
.sc(DescribeSubscription)
|
|
1400
|
+
.sc(DescribeSubscription$)
|
|
1394
1401
|
.build() {
|
|
1395
1402
|
}
|
|
1396
1403
|
|
|
@@ -1402,7 +1409,7 @@ class DisableApplicationLayerAutomaticResponseCommand extends smithyClient.Comma
|
|
|
1402
1409
|
})
|
|
1403
1410
|
.s("AWSShield_20160616", "DisableApplicationLayerAutomaticResponse", {})
|
|
1404
1411
|
.n("ShieldClient", "DisableApplicationLayerAutomaticResponseCommand")
|
|
1405
|
-
.sc(DisableApplicationLayerAutomaticResponse)
|
|
1412
|
+
.sc(DisableApplicationLayerAutomaticResponse$)
|
|
1406
1413
|
.build() {
|
|
1407
1414
|
}
|
|
1408
1415
|
|
|
@@ -1414,7 +1421,7 @@ class DisableProactiveEngagementCommand extends smithyClient.Command
|
|
|
1414
1421
|
})
|
|
1415
1422
|
.s("AWSShield_20160616", "DisableProactiveEngagement", {})
|
|
1416
1423
|
.n("ShieldClient", "DisableProactiveEngagementCommand")
|
|
1417
|
-
.sc(DisableProactiveEngagement)
|
|
1424
|
+
.sc(DisableProactiveEngagement$)
|
|
1418
1425
|
.build() {
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
@@ -1426,7 +1433,7 @@ class DisassociateDRTLogBucketCommand extends smithyClient.Command
|
|
|
1426
1433
|
})
|
|
1427
1434
|
.s("AWSShield_20160616", "DisassociateDRTLogBucket", {})
|
|
1428
1435
|
.n("ShieldClient", "DisassociateDRTLogBucketCommand")
|
|
1429
|
-
.sc(DisassociateDRTLogBucket)
|
|
1436
|
+
.sc(DisassociateDRTLogBucket$)
|
|
1430
1437
|
.build() {
|
|
1431
1438
|
}
|
|
1432
1439
|
|
|
@@ -1438,7 +1445,7 @@ class DisassociateDRTRoleCommand extends smithyClient.Command
|
|
|
1438
1445
|
})
|
|
1439
1446
|
.s("AWSShield_20160616", "DisassociateDRTRole", {})
|
|
1440
1447
|
.n("ShieldClient", "DisassociateDRTRoleCommand")
|
|
1441
|
-
.sc(DisassociateDRTRole)
|
|
1448
|
+
.sc(DisassociateDRTRole$)
|
|
1442
1449
|
.build() {
|
|
1443
1450
|
}
|
|
1444
1451
|
|
|
@@ -1450,7 +1457,7 @@ class DisassociateHealthCheckCommand extends smithyClient.Command
|
|
|
1450
1457
|
})
|
|
1451
1458
|
.s("AWSShield_20160616", "DisassociateHealthCheck", {})
|
|
1452
1459
|
.n("ShieldClient", "DisassociateHealthCheckCommand")
|
|
1453
|
-
.sc(DisassociateHealthCheck)
|
|
1460
|
+
.sc(DisassociateHealthCheck$)
|
|
1454
1461
|
.build() {
|
|
1455
1462
|
}
|
|
1456
1463
|
|
|
@@ -1462,7 +1469,7 @@ class EnableApplicationLayerAutomaticResponseCommand extends smithyClient.Comman
|
|
|
1462
1469
|
})
|
|
1463
1470
|
.s("AWSShield_20160616", "EnableApplicationLayerAutomaticResponse", {})
|
|
1464
1471
|
.n("ShieldClient", "EnableApplicationLayerAutomaticResponseCommand")
|
|
1465
|
-
.sc(EnableApplicationLayerAutomaticResponse)
|
|
1472
|
+
.sc(EnableApplicationLayerAutomaticResponse$)
|
|
1466
1473
|
.build() {
|
|
1467
1474
|
}
|
|
1468
1475
|
|
|
@@ -1474,7 +1481,7 @@ class EnableProactiveEngagementCommand extends smithyClient.Command
|
|
|
1474
1481
|
})
|
|
1475
1482
|
.s("AWSShield_20160616", "EnableProactiveEngagement", {})
|
|
1476
1483
|
.n("ShieldClient", "EnableProactiveEngagementCommand")
|
|
1477
|
-
.sc(EnableProactiveEngagement)
|
|
1484
|
+
.sc(EnableProactiveEngagement$)
|
|
1478
1485
|
.build() {
|
|
1479
1486
|
}
|
|
1480
1487
|
|
|
@@ -1486,7 +1493,7 @@ class GetSubscriptionStateCommand extends smithyClient.Command
|
|
|
1486
1493
|
})
|
|
1487
1494
|
.s("AWSShield_20160616", "GetSubscriptionState", {})
|
|
1488
1495
|
.n("ShieldClient", "GetSubscriptionStateCommand")
|
|
1489
|
-
.sc(GetSubscriptionState)
|
|
1496
|
+
.sc(GetSubscriptionState$)
|
|
1490
1497
|
.build() {
|
|
1491
1498
|
}
|
|
1492
1499
|
|
|
@@ -1498,7 +1505,7 @@ class ListAttacksCommand extends smithyClient.Command
|
|
|
1498
1505
|
})
|
|
1499
1506
|
.s("AWSShield_20160616", "ListAttacks", {})
|
|
1500
1507
|
.n("ShieldClient", "ListAttacksCommand")
|
|
1501
|
-
.sc(ListAttacks)
|
|
1508
|
+
.sc(ListAttacks$)
|
|
1502
1509
|
.build() {
|
|
1503
1510
|
}
|
|
1504
1511
|
|
|
@@ -1510,7 +1517,7 @@ class ListProtectionGroupsCommand extends smithyClient.Command
|
|
|
1510
1517
|
})
|
|
1511
1518
|
.s("AWSShield_20160616", "ListProtectionGroups", {})
|
|
1512
1519
|
.n("ShieldClient", "ListProtectionGroupsCommand")
|
|
1513
|
-
.sc(ListProtectionGroups)
|
|
1520
|
+
.sc(ListProtectionGroups$)
|
|
1514
1521
|
.build() {
|
|
1515
1522
|
}
|
|
1516
1523
|
|
|
@@ -1522,7 +1529,7 @@ class ListProtectionsCommand extends smithyClient.Command
|
|
|
1522
1529
|
})
|
|
1523
1530
|
.s("AWSShield_20160616", "ListProtections", {})
|
|
1524
1531
|
.n("ShieldClient", "ListProtectionsCommand")
|
|
1525
|
-
.sc(ListProtections)
|
|
1532
|
+
.sc(ListProtections$)
|
|
1526
1533
|
.build() {
|
|
1527
1534
|
}
|
|
1528
1535
|
|
|
@@ -1534,7 +1541,7 @@ class ListResourcesInProtectionGroupCommand extends smithyClient.Command
|
|
|
1534
1541
|
})
|
|
1535
1542
|
.s("AWSShield_20160616", "ListResourcesInProtectionGroup", {})
|
|
1536
1543
|
.n("ShieldClient", "ListResourcesInProtectionGroupCommand")
|
|
1537
|
-
.sc(ListResourcesInProtectionGroup)
|
|
1544
|
+
.sc(ListResourcesInProtectionGroup$)
|
|
1538
1545
|
.build() {
|
|
1539
1546
|
}
|
|
1540
1547
|
|
|
@@ -1546,7 +1553,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1546
1553
|
})
|
|
1547
1554
|
.s("AWSShield_20160616", "ListTagsForResource", {})
|
|
1548
1555
|
.n("ShieldClient", "ListTagsForResourceCommand")
|
|
1549
|
-
.sc(ListTagsForResource)
|
|
1556
|
+
.sc(ListTagsForResource$)
|
|
1550
1557
|
.build() {
|
|
1551
1558
|
}
|
|
1552
1559
|
|
|
@@ -1558,7 +1565,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1558
1565
|
})
|
|
1559
1566
|
.s("AWSShield_20160616", "TagResource", {})
|
|
1560
1567
|
.n("ShieldClient", "TagResourceCommand")
|
|
1561
|
-
.sc(TagResource)
|
|
1568
|
+
.sc(TagResource$)
|
|
1562
1569
|
.build() {
|
|
1563
1570
|
}
|
|
1564
1571
|
|
|
@@ -1570,7 +1577,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1570
1577
|
})
|
|
1571
1578
|
.s("AWSShield_20160616", "UntagResource", {})
|
|
1572
1579
|
.n("ShieldClient", "UntagResourceCommand")
|
|
1573
|
-
.sc(UntagResource)
|
|
1580
|
+
.sc(UntagResource$)
|
|
1574
1581
|
.build() {
|
|
1575
1582
|
}
|
|
1576
1583
|
|
|
@@ -1582,7 +1589,7 @@ class UpdateApplicationLayerAutomaticResponseCommand extends smithyClient.Comman
|
|
|
1582
1589
|
})
|
|
1583
1590
|
.s("AWSShield_20160616", "UpdateApplicationLayerAutomaticResponse", {})
|
|
1584
1591
|
.n("ShieldClient", "UpdateApplicationLayerAutomaticResponseCommand")
|
|
1585
|
-
.sc(UpdateApplicationLayerAutomaticResponse)
|
|
1592
|
+
.sc(UpdateApplicationLayerAutomaticResponse$)
|
|
1586
1593
|
.build() {
|
|
1587
1594
|
}
|
|
1588
1595
|
|
|
@@ -1594,7 +1601,7 @@ class UpdateEmergencyContactSettingsCommand extends smithyClient.Command
|
|
|
1594
1601
|
})
|
|
1595
1602
|
.s("AWSShield_20160616", "UpdateEmergencyContactSettings", {})
|
|
1596
1603
|
.n("ShieldClient", "UpdateEmergencyContactSettingsCommand")
|
|
1597
|
-
.sc(UpdateEmergencyContactSettings)
|
|
1604
|
+
.sc(UpdateEmergencyContactSettings$)
|
|
1598
1605
|
.build() {
|
|
1599
1606
|
}
|
|
1600
1607
|
|
|
@@ -1606,7 +1613,7 @@ class UpdateProtectionGroupCommand extends smithyClient.Command
|
|
|
1606
1613
|
})
|
|
1607
1614
|
.s("AWSShield_20160616", "UpdateProtectionGroup", {})
|
|
1608
1615
|
.n("ShieldClient", "UpdateProtectionGroupCommand")
|
|
1609
|
-
.sc(UpdateProtectionGroup)
|
|
1616
|
+
.sc(UpdateProtectionGroup$)
|
|
1610
1617
|
.build() {
|
|
1611
1618
|
}
|
|
1612
1619
|
|
|
@@ -1618,7 +1625,7 @@ class UpdateSubscriptionCommand extends smithyClient.Command
|
|
|
1618
1625
|
})
|
|
1619
1626
|
.s("AWSShield_20160616", "UpdateSubscription", {})
|
|
1620
1627
|
.n("ShieldClient", "UpdateSubscriptionCommand")
|
|
1621
|
-
.sc(UpdateSubscription)
|
|
1628
|
+
.sc(UpdateSubscription$)
|
|
1622
1629
|
.build() {
|
|
1623
1630
|
}
|
|
1624
1631
|
|
|
@@ -1744,69 +1751,222 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1744
1751
|
enumerable: true,
|
|
1745
1752
|
get: function () { return smithyClient.Client; }
|
|
1746
1753
|
});
|
|
1747
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1748
|
-
exports.
|
|
1754
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1755
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1756
|
+
exports.AccessDeniedForDependencyException = AccessDeniedForDependencyException;
|
|
1757
|
+
exports.AccessDeniedForDependencyException$ = AccessDeniedForDependencyException$;
|
|
1758
|
+
exports.ApplicationLayerAutomaticResponseConfiguration$ = ApplicationLayerAutomaticResponseConfiguration$;
|
|
1749
1759
|
exports.ApplicationLayerAutomaticResponseStatus = ApplicationLayerAutomaticResponseStatus;
|
|
1760
|
+
exports.AssociateDRTLogBucket$ = AssociateDRTLogBucket$;
|
|
1750
1761
|
exports.AssociateDRTLogBucketCommand = AssociateDRTLogBucketCommand;
|
|
1762
|
+
exports.AssociateDRTLogBucketRequest$ = AssociateDRTLogBucketRequest$;
|
|
1763
|
+
exports.AssociateDRTLogBucketResponse$ = AssociateDRTLogBucketResponse$;
|
|
1764
|
+
exports.AssociateDRTRole$ = AssociateDRTRole$;
|
|
1751
1765
|
exports.AssociateDRTRoleCommand = AssociateDRTRoleCommand;
|
|
1766
|
+
exports.AssociateDRTRoleRequest$ = AssociateDRTRoleRequest$;
|
|
1767
|
+
exports.AssociateDRTRoleResponse$ = AssociateDRTRoleResponse$;
|
|
1768
|
+
exports.AssociateHealthCheck$ = AssociateHealthCheck$;
|
|
1752
1769
|
exports.AssociateHealthCheckCommand = AssociateHealthCheckCommand;
|
|
1770
|
+
exports.AssociateHealthCheckRequest$ = AssociateHealthCheckRequest$;
|
|
1771
|
+
exports.AssociateHealthCheckResponse$ = AssociateHealthCheckResponse$;
|
|
1772
|
+
exports.AssociateProactiveEngagementDetails$ = AssociateProactiveEngagementDetails$;
|
|
1753
1773
|
exports.AssociateProactiveEngagementDetailsCommand = AssociateProactiveEngagementDetailsCommand;
|
|
1774
|
+
exports.AssociateProactiveEngagementDetailsRequest$ = AssociateProactiveEngagementDetailsRequest$;
|
|
1775
|
+
exports.AssociateProactiveEngagementDetailsResponse$ = AssociateProactiveEngagementDetailsResponse$;
|
|
1776
|
+
exports.AttackDetail$ = AttackDetail$;
|
|
1754
1777
|
exports.AttackLayer = AttackLayer;
|
|
1778
|
+
exports.AttackProperty$ = AttackProperty$;
|
|
1755
1779
|
exports.AttackPropertyIdentifier = AttackPropertyIdentifier;
|
|
1780
|
+
exports.AttackStatisticsDataItem$ = AttackStatisticsDataItem$;
|
|
1781
|
+
exports.AttackSummary$ = AttackSummary$;
|
|
1782
|
+
exports.AttackVectorDescription$ = AttackVectorDescription$;
|
|
1783
|
+
exports.AttackVolume$ = AttackVolume$;
|
|
1784
|
+
exports.AttackVolumeStatistics$ = AttackVolumeStatistics$;
|
|
1756
1785
|
exports.AutoRenew = AutoRenew;
|
|
1786
|
+
exports.BlockAction$ = BlockAction$;
|
|
1787
|
+
exports.Contributor$ = Contributor$;
|
|
1788
|
+
exports.CountAction$ = CountAction$;
|
|
1789
|
+
exports.CreateProtection$ = CreateProtection$;
|
|
1757
1790
|
exports.CreateProtectionCommand = CreateProtectionCommand;
|
|
1791
|
+
exports.CreateProtectionGroup$ = CreateProtectionGroup$;
|
|
1758
1792
|
exports.CreateProtectionGroupCommand = CreateProtectionGroupCommand;
|
|
1793
|
+
exports.CreateProtectionGroupRequest$ = CreateProtectionGroupRequest$;
|
|
1794
|
+
exports.CreateProtectionGroupResponse$ = CreateProtectionGroupResponse$;
|
|
1795
|
+
exports.CreateProtectionRequest$ = CreateProtectionRequest$;
|
|
1796
|
+
exports.CreateProtectionResponse$ = CreateProtectionResponse$;
|
|
1797
|
+
exports.CreateSubscription$ = CreateSubscription$;
|
|
1759
1798
|
exports.CreateSubscriptionCommand = CreateSubscriptionCommand;
|
|
1799
|
+
exports.CreateSubscriptionRequest$ = CreateSubscriptionRequest$;
|
|
1800
|
+
exports.CreateSubscriptionResponse$ = CreateSubscriptionResponse$;
|
|
1801
|
+
exports.DeleteProtection$ = DeleteProtection$;
|
|
1760
1802
|
exports.DeleteProtectionCommand = DeleteProtectionCommand;
|
|
1803
|
+
exports.DeleteProtectionGroup$ = DeleteProtectionGroup$;
|
|
1761
1804
|
exports.DeleteProtectionGroupCommand = DeleteProtectionGroupCommand;
|
|
1805
|
+
exports.DeleteProtectionGroupRequest$ = DeleteProtectionGroupRequest$;
|
|
1806
|
+
exports.DeleteProtectionGroupResponse$ = DeleteProtectionGroupResponse$;
|
|
1807
|
+
exports.DeleteProtectionRequest$ = DeleteProtectionRequest$;
|
|
1808
|
+
exports.DeleteProtectionResponse$ = DeleteProtectionResponse$;
|
|
1809
|
+
exports.DeleteSubscription$ = DeleteSubscription$;
|
|
1762
1810
|
exports.DeleteSubscriptionCommand = DeleteSubscriptionCommand;
|
|
1811
|
+
exports.DeleteSubscriptionRequest$ = DeleteSubscriptionRequest$;
|
|
1812
|
+
exports.DeleteSubscriptionResponse$ = DeleteSubscriptionResponse$;
|
|
1813
|
+
exports.DescribeAttack$ = DescribeAttack$;
|
|
1763
1814
|
exports.DescribeAttackCommand = DescribeAttackCommand;
|
|
1815
|
+
exports.DescribeAttackRequest$ = DescribeAttackRequest$;
|
|
1816
|
+
exports.DescribeAttackResponse$ = DescribeAttackResponse$;
|
|
1817
|
+
exports.DescribeAttackStatistics$ = DescribeAttackStatistics$;
|
|
1764
1818
|
exports.DescribeAttackStatisticsCommand = DescribeAttackStatisticsCommand;
|
|
1819
|
+
exports.DescribeAttackStatisticsRequest$ = DescribeAttackStatisticsRequest$;
|
|
1820
|
+
exports.DescribeAttackStatisticsResponse$ = DescribeAttackStatisticsResponse$;
|
|
1821
|
+
exports.DescribeDRTAccess$ = DescribeDRTAccess$;
|
|
1765
1822
|
exports.DescribeDRTAccessCommand = DescribeDRTAccessCommand;
|
|
1823
|
+
exports.DescribeDRTAccessRequest$ = DescribeDRTAccessRequest$;
|
|
1824
|
+
exports.DescribeDRTAccessResponse$ = DescribeDRTAccessResponse$;
|
|
1825
|
+
exports.DescribeEmergencyContactSettings$ = DescribeEmergencyContactSettings$;
|
|
1766
1826
|
exports.DescribeEmergencyContactSettingsCommand = DescribeEmergencyContactSettingsCommand;
|
|
1827
|
+
exports.DescribeEmergencyContactSettingsRequest$ = DescribeEmergencyContactSettingsRequest$;
|
|
1828
|
+
exports.DescribeEmergencyContactSettingsResponse$ = DescribeEmergencyContactSettingsResponse$;
|
|
1829
|
+
exports.DescribeProtection$ = DescribeProtection$;
|
|
1767
1830
|
exports.DescribeProtectionCommand = DescribeProtectionCommand;
|
|
1831
|
+
exports.DescribeProtectionGroup$ = DescribeProtectionGroup$;
|
|
1768
1832
|
exports.DescribeProtectionGroupCommand = DescribeProtectionGroupCommand;
|
|
1833
|
+
exports.DescribeProtectionGroupRequest$ = DescribeProtectionGroupRequest$;
|
|
1834
|
+
exports.DescribeProtectionGroupResponse$ = DescribeProtectionGroupResponse$;
|
|
1835
|
+
exports.DescribeProtectionRequest$ = DescribeProtectionRequest$;
|
|
1836
|
+
exports.DescribeProtectionResponse$ = DescribeProtectionResponse$;
|
|
1837
|
+
exports.DescribeSubscription$ = DescribeSubscription$;
|
|
1769
1838
|
exports.DescribeSubscriptionCommand = DescribeSubscriptionCommand;
|
|
1839
|
+
exports.DescribeSubscriptionRequest$ = DescribeSubscriptionRequest$;
|
|
1840
|
+
exports.DescribeSubscriptionResponse$ = DescribeSubscriptionResponse$;
|
|
1841
|
+
exports.DisableApplicationLayerAutomaticResponse$ = DisableApplicationLayerAutomaticResponse$;
|
|
1770
1842
|
exports.DisableApplicationLayerAutomaticResponseCommand = DisableApplicationLayerAutomaticResponseCommand;
|
|
1843
|
+
exports.DisableApplicationLayerAutomaticResponseRequest$ = DisableApplicationLayerAutomaticResponseRequest$;
|
|
1844
|
+
exports.DisableApplicationLayerAutomaticResponseResponse$ = DisableApplicationLayerAutomaticResponseResponse$;
|
|
1845
|
+
exports.DisableProactiveEngagement$ = DisableProactiveEngagement$;
|
|
1771
1846
|
exports.DisableProactiveEngagementCommand = DisableProactiveEngagementCommand;
|
|
1847
|
+
exports.DisableProactiveEngagementRequest$ = DisableProactiveEngagementRequest$;
|
|
1848
|
+
exports.DisableProactiveEngagementResponse$ = DisableProactiveEngagementResponse$;
|
|
1849
|
+
exports.DisassociateDRTLogBucket$ = DisassociateDRTLogBucket$;
|
|
1772
1850
|
exports.DisassociateDRTLogBucketCommand = DisassociateDRTLogBucketCommand;
|
|
1851
|
+
exports.DisassociateDRTLogBucketRequest$ = DisassociateDRTLogBucketRequest$;
|
|
1852
|
+
exports.DisassociateDRTLogBucketResponse$ = DisassociateDRTLogBucketResponse$;
|
|
1853
|
+
exports.DisassociateDRTRole$ = DisassociateDRTRole$;
|
|
1773
1854
|
exports.DisassociateDRTRoleCommand = DisassociateDRTRoleCommand;
|
|
1855
|
+
exports.DisassociateDRTRoleRequest$ = DisassociateDRTRoleRequest$;
|
|
1856
|
+
exports.DisassociateDRTRoleResponse$ = DisassociateDRTRoleResponse$;
|
|
1857
|
+
exports.DisassociateHealthCheck$ = DisassociateHealthCheck$;
|
|
1774
1858
|
exports.DisassociateHealthCheckCommand = DisassociateHealthCheckCommand;
|
|
1859
|
+
exports.DisassociateHealthCheckRequest$ = DisassociateHealthCheckRequest$;
|
|
1860
|
+
exports.DisassociateHealthCheckResponse$ = DisassociateHealthCheckResponse$;
|
|
1861
|
+
exports.EmergencyContact$ = EmergencyContact$;
|
|
1862
|
+
exports.EnableApplicationLayerAutomaticResponse$ = EnableApplicationLayerAutomaticResponse$;
|
|
1775
1863
|
exports.EnableApplicationLayerAutomaticResponseCommand = EnableApplicationLayerAutomaticResponseCommand;
|
|
1864
|
+
exports.EnableApplicationLayerAutomaticResponseRequest$ = EnableApplicationLayerAutomaticResponseRequest$;
|
|
1865
|
+
exports.EnableApplicationLayerAutomaticResponseResponse$ = EnableApplicationLayerAutomaticResponseResponse$;
|
|
1866
|
+
exports.EnableProactiveEngagement$ = EnableProactiveEngagement$;
|
|
1776
1867
|
exports.EnableProactiveEngagementCommand = EnableProactiveEngagementCommand;
|
|
1868
|
+
exports.EnableProactiveEngagementRequest$ = EnableProactiveEngagementRequest$;
|
|
1869
|
+
exports.EnableProactiveEngagementResponse$ = EnableProactiveEngagementResponse$;
|
|
1870
|
+
exports.GetSubscriptionState$ = GetSubscriptionState$;
|
|
1777
1871
|
exports.GetSubscriptionStateCommand = GetSubscriptionStateCommand;
|
|
1778
|
-
exports.
|
|
1779
|
-
exports.
|
|
1780
|
-
exports.
|
|
1781
|
-
exports.
|
|
1782
|
-
exports.
|
|
1783
|
-
exports.
|
|
1872
|
+
exports.GetSubscriptionStateRequest$ = GetSubscriptionStateRequest$;
|
|
1873
|
+
exports.GetSubscriptionStateResponse$ = GetSubscriptionStateResponse$;
|
|
1874
|
+
exports.InclusionProtectionFilters$ = InclusionProtectionFilters$;
|
|
1875
|
+
exports.InclusionProtectionGroupFilters$ = InclusionProtectionGroupFilters$;
|
|
1876
|
+
exports.InternalErrorException = InternalErrorException;
|
|
1877
|
+
exports.InternalErrorException$ = InternalErrorException$;
|
|
1878
|
+
exports.InvalidOperationException = InvalidOperationException;
|
|
1879
|
+
exports.InvalidOperationException$ = InvalidOperationException$;
|
|
1880
|
+
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
1881
|
+
exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
|
|
1882
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
1883
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1884
|
+
exports.InvalidResourceException = InvalidResourceException;
|
|
1885
|
+
exports.InvalidResourceException$ = InvalidResourceException$;
|
|
1886
|
+
exports.Limit$ = Limit$;
|
|
1887
|
+
exports.LimitsExceededException = LimitsExceededException;
|
|
1888
|
+
exports.LimitsExceededException$ = LimitsExceededException$;
|
|
1889
|
+
exports.ListAttacks$ = ListAttacks$;
|
|
1784
1890
|
exports.ListAttacksCommand = ListAttacksCommand;
|
|
1891
|
+
exports.ListAttacksRequest$ = ListAttacksRequest$;
|
|
1892
|
+
exports.ListAttacksResponse$ = ListAttacksResponse$;
|
|
1893
|
+
exports.ListProtectionGroups$ = ListProtectionGroups$;
|
|
1785
1894
|
exports.ListProtectionGroupsCommand = ListProtectionGroupsCommand;
|
|
1895
|
+
exports.ListProtectionGroupsRequest$ = ListProtectionGroupsRequest$;
|
|
1896
|
+
exports.ListProtectionGroupsResponse$ = ListProtectionGroupsResponse$;
|
|
1897
|
+
exports.ListProtections$ = ListProtections$;
|
|
1786
1898
|
exports.ListProtectionsCommand = ListProtectionsCommand;
|
|
1899
|
+
exports.ListProtectionsRequest$ = ListProtectionsRequest$;
|
|
1900
|
+
exports.ListProtectionsResponse$ = ListProtectionsResponse$;
|
|
1901
|
+
exports.ListResourcesInProtectionGroup$ = ListResourcesInProtectionGroup$;
|
|
1787
1902
|
exports.ListResourcesInProtectionGroupCommand = ListResourcesInProtectionGroupCommand;
|
|
1903
|
+
exports.ListResourcesInProtectionGroupRequest$ = ListResourcesInProtectionGroupRequest$;
|
|
1904
|
+
exports.ListResourcesInProtectionGroupResponse$ = ListResourcesInProtectionGroupResponse$;
|
|
1905
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1788
1906
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1789
|
-
exports.
|
|
1790
|
-
exports.
|
|
1791
|
-
exports.
|
|
1907
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1908
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1909
|
+
exports.LockedSubscriptionException = LockedSubscriptionException;
|
|
1910
|
+
exports.LockedSubscriptionException$ = LockedSubscriptionException$;
|
|
1911
|
+
exports.Mitigation$ = Mitigation$;
|
|
1912
|
+
exports.NoAssociatedRoleException = NoAssociatedRoleException;
|
|
1913
|
+
exports.NoAssociatedRoleException$ = NoAssociatedRoleException$;
|
|
1914
|
+
exports.OptimisticLockException = OptimisticLockException;
|
|
1915
|
+
exports.OptimisticLockException$ = OptimisticLockException$;
|
|
1792
1916
|
exports.ProactiveEngagementStatus = ProactiveEngagementStatus;
|
|
1793
1917
|
exports.ProtectedResourceType = ProtectedResourceType;
|
|
1918
|
+
exports.Protection$ = Protection$;
|
|
1919
|
+
exports.ProtectionGroup$ = ProtectionGroup$;
|
|
1794
1920
|
exports.ProtectionGroupAggregation = ProtectionGroupAggregation;
|
|
1921
|
+
exports.ProtectionGroupArbitraryPatternLimits$ = ProtectionGroupArbitraryPatternLimits$;
|
|
1922
|
+
exports.ProtectionGroupLimits$ = ProtectionGroupLimits$;
|
|
1795
1923
|
exports.ProtectionGroupPattern = ProtectionGroupPattern;
|
|
1796
|
-
exports.
|
|
1797
|
-
exports.
|
|
1924
|
+
exports.ProtectionGroupPatternTypeLimits$ = ProtectionGroupPatternTypeLimits$;
|
|
1925
|
+
exports.ProtectionLimits$ = ProtectionLimits$;
|
|
1926
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
1927
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
1928
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1929
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1930
|
+
exports.ResponseAction$ = ResponseAction$;
|
|
1798
1931
|
exports.Shield = Shield;
|
|
1799
1932
|
exports.ShieldClient = ShieldClient;
|
|
1800
|
-
exports.ShieldServiceException = ShieldServiceException
|
|
1933
|
+
exports.ShieldServiceException = ShieldServiceException;
|
|
1934
|
+
exports.ShieldServiceException$ = ShieldServiceException$;
|
|
1935
|
+
exports.SubResourceSummary$ = SubResourceSummary$;
|
|
1801
1936
|
exports.SubResourceType = SubResourceType;
|
|
1937
|
+
exports.Subscription$ = Subscription$;
|
|
1938
|
+
exports.SubscriptionLimits$ = SubscriptionLimits$;
|
|
1802
1939
|
exports.SubscriptionState = SubscriptionState;
|
|
1940
|
+
exports.SummarizedAttackVector$ = SummarizedAttackVector$;
|
|
1941
|
+
exports.SummarizedCounter$ = SummarizedCounter$;
|
|
1942
|
+
exports.Tag$ = Tag$;
|
|
1943
|
+
exports.TagResource$ = TagResource$;
|
|
1803
1944
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1945
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1946
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1947
|
+
exports.TimeRange$ = TimeRange$;
|
|
1804
1948
|
exports.Unit = Unit;
|
|
1949
|
+
exports.UntagResource$ = UntagResource$;
|
|
1805
1950
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1951
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1952
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1953
|
+
exports.UpdateApplicationLayerAutomaticResponse$ = UpdateApplicationLayerAutomaticResponse$;
|
|
1806
1954
|
exports.UpdateApplicationLayerAutomaticResponseCommand = UpdateApplicationLayerAutomaticResponseCommand;
|
|
1955
|
+
exports.UpdateApplicationLayerAutomaticResponseRequest$ = UpdateApplicationLayerAutomaticResponseRequest$;
|
|
1956
|
+
exports.UpdateApplicationLayerAutomaticResponseResponse$ = UpdateApplicationLayerAutomaticResponseResponse$;
|
|
1957
|
+
exports.UpdateEmergencyContactSettings$ = UpdateEmergencyContactSettings$;
|
|
1807
1958
|
exports.UpdateEmergencyContactSettingsCommand = UpdateEmergencyContactSettingsCommand;
|
|
1959
|
+
exports.UpdateEmergencyContactSettingsRequest$ = UpdateEmergencyContactSettingsRequest$;
|
|
1960
|
+
exports.UpdateEmergencyContactSettingsResponse$ = UpdateEmergencyContactSettingsResponse$;
|
|
1961
|
+
exports.UpdateProtectionGroup$ = UpdateProtectionGroup$;
|
|
1808
1962
|
exports.UpdateProtectionGroupCommand = UpdateProtectionGroupCommand;
|
|
1963
|
+
exports.UpdateProtectionGroupRequest$ = UpdateProtectionGroupRequest$;
|
|
1964
|
+
exports.UpdateProtectionGroupResponse$ = UpdateProtectionGroupResponse$;
|
|
1965
|
+
exports.UpdateSubscription$ = UpdateSubscription$;
|
|
1809
1966
|
exports.UpdateSubscriptionCommand = UpdateSubscriptionCommand;
|
|
1967
|
+
exports.UpdateSubscriptionRequest$ = UpdateSubscriptionRequest$;
|
|
1968
|
+
exports.UpdateSubscriptionResponse$ = UpdateSubscriptionResponse$;
|
|
1969
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1810
1970
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1811
1971
|
exports.paginateListAttacks = paginateListAttacks;
|
|
1812
1972
|
exports.paginateListProtectionGroups = paginateListProtectionGroups;
|