@aws-sdk/client-shield 3.716.0 → 3.723.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 +269 -183
- package/dist-es/ShieldClient.js +1 -0
- package/dist-es/models/models_0.js +32 -26
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -189,7 +189,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
189
189
|
}, "resolveRuntimeExtensions");
|
|
190
190
|
|
|
191
191
|
// src/ShieldClient.ts
|
|
192
|
-
var
|
|
192
|
+
var ShieldClient = class extends import_smithy_client.Client {
|
|
193
|
+
static {
|
|
194
|
+
__name(this, "ShieldClient");
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* The resolved configuration of ShieldClient class. This is resolved and normalized from the {@link ShieldClientConfig | constructor configuration interface}.
|
|
198
|
+
*/
|
|
199
|
+
config;
|
|
193
200
|
constructor(...[configuration]) {
|
|
194
201
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
195
202
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -199,7 +206,7 @@ var _ShieldClient = class _ShieldClient extends import_smithy_client.Client {
|
|
|
199
206
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
200
207
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
201
208
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
202
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
209
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
203
210
|
super(_config_8);
|
|
204
211
|
this.config = _config_8;
|
|
205
212
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -227,8 +234,6 @@ var _ShieldClient = class _ShieldClient extends import_smithy_client.Client {
|
|
|
227
234
|
super.destroy();
|
|
228
235
|
}
|
|
229
236
|
};
|
|
230
|
-
__name(_ShieldClient, "ShieldClient");
|
|
231
|
-
var ShieldClient = _ShieldClient;
|
|
232
237
|
|
|
233
238
|
// src/Shield.ts
|
|
234
239
|
|
|
@@ -245,7 +250,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
245
250
|
|
|
246
251
|
// src/models/ShieldServiceException.ts
|
|
247
252
|
|
|
248
|
-
var
|
|
253
|
+
var ShieldServiceException = class _ShieldServiceException extends import_smithy_client.ServiceException {
|
|
254
|
+
static {
|
|
255
|
+
__name(this, "ShieldServiceException");
|
|
256
|
+
}
|
|
249
257
|
/**
|
|
250
258
|
* @internal
|
|
251
259
|
*/
|
|
@@ -254,11 +262,14 @@ var _ShieldServiceException = class _ShieldServiceException extends import_smith
|
|
|
254
262
|
Object.setPrototypeOf(this, _ShieldServiceException.prototype);
|
|
255
263
|
}
|
|
256
264
|
};
|
|
257
|
-
__name(_ShieldServiceException, "ShieldServiceException");
|
|
258
|
-
var ShieldServiceException = _ShieldServiceException;
|
|
259
265
|
|
|
260
266
|
// src/models/models_0.ts
|
|
261
|
-
var
|
|
267
|
+
var AccessDeniedException = class _AccessDeniedException extends ShieldServiceException {
|
|
268
|
+
static {
|
|
269
|
+
__name(this, "AccessDeniedException");
|
|
270
|
+
}
|
|
271
|
+
name = "AccessDeniedException";
|
|
272
|
+
$fault = "client";
|
|
262
273
|
/**
|
|
263
274
|
* @internal
|
|
264
275
|
*/
|
|
@@ -268,14 +279,15 @@ var _AccessDeniedException = class _AccessDeniedException extends ShieldServiceE
|
|
|
268
279
|
$fault: "client",
|
|
269
280
|
...opts
|
|
270
281
|
});
|
|
271
|
-
this.name = "AccessDeniedException";
|
|
272
|
-
this.$fault = "client";
|
|
273
282
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
274
283
|
}
|
|
275
284
|
};
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
285
|
+
var AccessDeniedForDependencyException = class _AccessDeniedForDependencyException extends ShieldServiceException {
|
|
286
|
+
static {
|
|
287
|
+
__name(this, "AccessDeniedForDependencyException");
|
|
288
|
+
}
|
|
289
|
+
name = "AccessDeniedForDependencyException";
|
|
290
|
+
$fault = "client";
|
|
279
291
|
/**
|
|
280
292
|
* @internal
|
|
281
293
|
*/
|
|
@@ -285,18 +297,19 @@ var _AccessDeniedForDependencyException = class _AccessDeniedForDependencyExcept
|
|
|
285
297
|
$fault: "client",
|
|
286
298
|
...opts
|
|
287
299
|
});
|
|
288
|
-
this.name = "AccessDeniedForDependencyException";
|
|
289
|
-
this.$fault = "client";
|
|
290
300
|
Object.setPrototypeOf(this, _AccessDeniedForDependencyException.prototype);
|
|
291
301
|
}
|
|
292
302
|
};
|
|
293
|
-
__name(_AccessDeniedForDependencyException, "AccessDeniedForDependencyException");
|
|
294
|
-
var AccessDeniedForDependencyException = _AccessDeniedForDependencyException;
|
|
295
303
|
var ApplicationLayerAutomaticResponseStatus = {
|
|
296
304
|
DISABLED: "DISABLED",
|
|
297
305
|
ENABLED: "ENABLED"
|
|
298
306
|
};
|
|
299
|
-
var
|
|
307
|
+
var InternalErrorException = class _InternalErrorException extends ShieldServiceException {
|
|
308
|
+
static {
|
|
309
|
+
__name(this, "InternalErrorException");
|
|
310
|
+
}
|
|
311
|
+
name = "InternalErrorException";
|
|
312
|
+
$fault = "server";
|
|
300
313
|
/**
|
|
301
314
|
* @internal
|
|
302
315
|
*/
|
|
@@ -306,14 +319,15 @@ var _InternalErrorException = class _InternalErrorException extends ShieldServic
|
|
|
306
319
|
$fault: "server",
|
|
307
320
|
...opts
|
|
308
321
|
});
|
|
309
|
-
this.name = "InternalErrorException";
|
|
310
|
-
this.$fault = "server";
|
|
311
322
|
Object.setPrototypeOf(this, _InternalErrorException.prototype);
|
|
312
323
|
}
|
|
313
324
|
};
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
325
|
+
var InvalidOperationException = class _InvalidOperationException extends ShieldServiceException {
|
|
326
|
+
static {
|
|
327
|
+
__name(this, "InvalidOperationException");
|
|
328
|
+
}
|
|
329
|
+
name = "InvalidOperationException";
|
|
330
|
+
$fault = "client";
|
|
317
331
|
/**
|
|
318
332
|
* @internal
|
|
319
333
|
*/
|
|
@@ -323,18 +337,29 @@ var _InvalidOperationException = class _InvalidOperationException extends Shield
|
|
|
323
337
|
$fault: "client",
|
|
324
338
|
...opts
|
|
325
339
|
});
|
|
326
|
-
this.name = "InvalidOperationException";
|
|
327
|
-
this.$fault = "client";
|
|
328
340
|
Object.setPrototypeOf(this, _InvalidOperationException.prototype);
|
|
329
341
|
}
|
|
330
342
|
};
|
|
331
|
-
__name(_InvalidOperationException, "InvalidOperationException");
|
|
332
|
-
var InvalidOperationException = _InvalidOperationException;
|
|
333
343
|
var ValidationExceptionReason = {
|
|
334
344
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
335
345
|
OTHER: "OTHER"
|
|
336
346
|
};
|
|
337
|
-
var
|
|
347
|
+
var InvalidParameterException = class _InvalidParameterException extends ShieldServiceException {
|
|
348
|
+
static {
|
|
349
|
+
__name(this, "InvalidParameterException");
|
|
350
|
+
}
|
|
351
|
+
name = "InvalidParameterException";
|
|
352
|
+
$fault = "client";
|
|
353
|
+
/**
|
|
354
|
+
* <p>Additional information about the exception.</p>
|
|
355
|
+
* @public
|
|
356
|
+
*/
|
|
357
|
+
reason;
|
|
358
|
+
/**
|
|
359
|
+
* <p>Fields that caused the exception.</p>
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
fields;
|
|
338
363
|
/**
|
|
339
364
|
* @internal
|
|
340
365
|
*/
|
|
@@ -344,16 +369,27 @@ var _InvalidParameterException = class _InvalidParameterException extends Shield
|
|
|
344
369
|
$fault: "client",
|
|
345
370
|
...opts
|
|
346
371
|
});
|
|
347
|
-
this.name = "InvalidParameterException";
|
|
348
|
-
this.$fault = "client";
|
|
349
372
|
Object.setPrototypeOf(this, _InvalidParameterException.prototype);
|
|
350
373
|
this.reason = opts.reason;
|
|
351
374
|
this.fields = opts.fields;
|
|
352
375
|
}
|
|
353
376
|
};
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
377
|
+
var LimitsExceededException = class _LimitsExceededException extends ShieldServiceException {
|
|
378
|
+
static {
|
|
379
|
+
__name(this, "LimitsExceededException");
|
|
380
|
+
}
|
|
381
|
+
name = "LimitsExceededException";
|
|
382
|
+
$fault = "client";
|
|
383
|
+
/**
|
|
384
|
+
* <p>The type of limit that would be exceeded.</p>
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
Type;
|
|
388
|
+
/**
|
|
389
|
+
* <p>The threshold that would be exceeded.</p>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
Limit;
|
|
357
393
|
/**
|
|
358
394
|
* @internal
|
|
359
395
|
*/
|
|
@@ -363,16 +399,17 @@ var _LimitsExceededException = class _LimitsExceededException extends ShieldServ
|
|
|
363
399
|
$fault: "client",
|
|
364
400
|
...opts
|
|
365
401
|
});
|
|
366
|
-
this.name = "LimitsExceededException";
|
|
367
|
-
this.$fault = "client";
|
|
368
402
|
Object.setPrototypeOf(this, _LimitsExceededException.prototype);
|
|
369
403
|
this.Type = opts.Type;
|
|
370
404
|
this.Limit = opts.Limit;
|
|
371
405
|
}
|
|
372
406
|
};
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
407
|
+
var NoAssociatedRoleException = class _NoAssociatedRoleException extends ShieldServiceException {
|
|
408
|
+
static {
|
|
409
|
+
__name(this, "NoAssociatedRoleException");
|
|
410
|
+
}
|
|
411
|
+
name = "NoAssociatedRoleException";
|
|
412
|
+
$fault = "client";
|
|
376
413
|
/**
|
|
377
414
|
* @internal
|
|
378
415
|
*/
|
|
@@ -382,14 +419,15 @@ var _NoAssociatedRoleException = class _NoAssociatedRoleException extends Shield
|
|
|
382
419
|
$fault: "client",
|
|
383
420
|
...opts
|
|
384
421
|
});
|
|
385
|
-
this.name = "NoAssociatedRoleException";
|
|
386
|
-
this.$fault = "client";
|
|
387
422
|
Object.setPrototypeOf(this, _NoAssociatedRoleException.prototype);
|
|
388
423
|
}
|
|
389
424
|
};
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
425
|
+
var OptimisticLockException = class _OptimisticLockException extends ShieldServiceException {
|
|
426
|
+
static {
|
|
427
|
+
__name(this, "OptimisticLockException");
|
|
428
|
+
}
|
|
429
|
+
name = "OptimisticLockException";
|
|
430
|
+
$fault = "client";
|
|
393
431
|
/**
|
|
394
432
|
* @internal
|
|
395
433
|
*/
|
|
@@ -399,14 +437,20 @@ var _OptimisticLockException = class _OptimisticLockException extends ShieldServ
|
|
|
399
437
|
$fault: "client",
|
|
400
438
|
...opts
|
|
401
439
|
});
|
|
402
|
-
this.name = "OptimisticLockException";
|
|
403
|
-
this.$fault = "client";
|
|
404
440
|
Object.setPrototypeOf(this, _OptimisticLockException.prototype);
|
|
405
441
|
}
|
|
406
442
|
};
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
443
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ShieldServiceException {
|
|
444
|
+
static {
|
|
445
|
+
__name(this, "ResourceNotFoundException");
|
|
446
|
+
}
|
|
447
|
+
name = "ResourceNotFoundException";
|
|
448
|
+
$fault = "client";
|
|
449
|
+
/**
|
|
450
|
+
* <p>Type of resource.</p>
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
453
|
+
resourceType;
|
|
410
454
|
/**
|
|
411
455
|
* @internal
|
|
412
456
|
*/
|
|
@@ -416,15 +460,16 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Shield
|
|
|
416
460
|
$fault: "client",
|
|
417
461
|
...opts
|
|
418
462
|
});
|
|
419
|
-
this.name = "ResourceNotFoundException";
|
|
420
|
-
this.$fault = "client";
|
|
421
463
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
422
464
|
this.resourceType = opts.resourceType;
|
|
423
465
|
}
|
|
424
466
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
467
|
+
var InvalidResourceException = class _InvalidResourceException extends ShieldServiceException {
|
|
468
|
+
static {
|
|
469
|
+
__name(this, "InvalidResourceException");
|
|
470
|
+
}
|
|
471
|
+
name = "InvalidResourceException";
|
|
472
|
+
$fault = "client";
|
|
428
473
|
/**
|
|
429
474
|
* @internal
|
|
430
475
|
*/
|
|
@@ -434,13 +479,9 @@ var _InvalidResourceException = class _InvalidResourceException extends ShieldSe
|
|
|
434
479
|
$fault: "client",
|
|
435
480
|
...opts
|
|
436
481
|
});
|
|
437
|
-
this.name = "InvalidResourceException";
|
|
438
|
-
this.$fault = "client";
|
|
439
482
|
Object.setPrototypeOf(this, _InvalidResourceException.prototype);
|
|
440
483
|
}
|
|
441
484
|
};
|
|
442
|
-
__name(_InvalidResourceException, "InvalidResourceException");
|
|
443
|
-
var InvalidResourceException = _InvalidResourceException;
|
|
444
485
|
var AttackLayer = {
|
|
445
486
|
APPLICATION: "APPLICATION",
|
|
446
487
|
NETWORK: "NETWORK"
|
|
@@ -469,7 +510,17 @@ var AutoRenew = {
|
|
|
469
510
|
DISABLED: "DISABLED",
|
|
470
511
|
ENABLED: "ENABLED"
|
|
471
512
|
};
|
|
472
|
-
var
|
|
513
|
+
var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends ShieldServiceException {
|
|
514
|
+
static {
|
|
515
|
+
__name(this, "ResourceAlreadyExistsException");
|
|
516
|
+
}
|
|
517
|
+
name = "ResourceAlreadyExistsException";
|
|
518
|
+
$fault = "client";
|
|
519
|
+
/**
|
|
520
|
+
* <p>The type of resource that already exists.</p>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
resourceType;
|
|
473
524
|
/**
|
|
474
525
|
* @internal
|
|
475
526
|
*/
|
|
@@ -479,14 +530,10 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
|
|
|
479
530
|
$fault: "client",
|
|
480
531
|
...opts
|
|
481
532
|
});
|
|
482
|
-
this.name = "ResourceAlreadyExistsException";
|
|
483
|
-
this.$fault = "client";
|
|
484
533
|
Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
|
|
485
534
|
this.resourceType = opts.resourceType;
|
|
486
535
|
}
|
|
487
536
|
};
|
|
488
|
-
__name(_ResourceAlreadyExistsException, "ResourceAlreadyExistsException");
|
|
489
|
-
var ResourceAlreadyExistsException = _ResourceAlreadyExistsException;
|
|
490
537
|
var ProtectionGroupAggregation = {
|
|
491
538
|
MAX: "MAX",
|
|
492
539
|
MEAN: "MEAN",
|
|
@@ -505,7 +552,12 @@ var ProtectedResourceType = {
|
|
|
505
552
|
GLOBAL_ACCELERATOR: "GLOBAL_ACCELERATOR",
|
|
506
553
|
ROUTE_53_HOSTED_ZONE: "ROUTE_53_HOSTED_ZONE"
|
|
507
554
|
};
|
|
508
|
-
var
|
|
555
|
+
var LockedSubscriptionException = class _LockedSubscriptionException extends ShieldServiceException {
|
|
556
|
+
static {
|
|
557
|
+
__name(this, "LockedSubscriptionException");
|
|
558
|
+
}
|
|
559
|
+
name = "LockedSubscriptionException";
|
|
560
|
+
$fault = "client";
|
|
509
561
|
/**
|
|
510
562
|
* @internal
|
|
511
563
|
*/
|
|
@@ -515,13 +567,9 @@ var _LockedSubscriptionException = class _LockedSubscriptionException extends Sh
|
|
|
515
567
|
$fault: "client",
|
|
516
568
|
...opts
|
|
517
569
|
});
|
|
518
|
-
this.name = "LockedSubscriptionException";
|
|
519
|
-
this.$fault = "client";
|
|
520
570
|
Object.setPrototypeOf(this, _LockedSubscriptionException.prototype);
|
|
521
571
|
}
|
|
522
572
|
};
|
|
523
|
-
__name(_LockedSubscriptionException, "LockedSubscriptionException");
|
|
524
|
-
var LockedSubscriptionException = _LockedSubscriptionException;
|
|
525
573
|
var ProactiveEngagementStatus = {
|
|
526
574
|
DISABLED: "DISABLED",
|
|
527
575
|
ENABLED: "ENABLED",
|
|
@@ -531,7 +579,12 @@ var SubscriptionState = {
|
|
|
531
579
|
ACTIVE: "ACTIVE",
|
|
532
580
|
INACTIVE: "INACTIVE"
|
|
533
581
|
};
|
|
534
|
-
var
|
|
582
|
+
var InvalidPaginationTokenException = class _InvalidPaginationTokenException extends ShieldServiceException {
|
|
583
|
+
static {
|
|
584
|
+
__name(this, "InvalidPaginationTokenException");
|
|
585
|
+
}
|
|
586
|
+
name = "InvalidPaginationTokenException";
|
|
587
|
+
$fault = "client";
|
|
535
588
|
/**
|
|
536
589
|
* @internal
|
|
537
590
|
*/
|
|
@@ -541,13 +594,9 @@ var _InvalidPaginationTokenException = class _InvalidPaginationTokenException ex
|
|
|
541
594
|
$fault: "client",
|
|
542
595
|
...opts
|
|
543
596
|
});
|
|
544
|
-
this.name = "InvalidPaginationTokenException";
|
|
545
|
-
this.$fault = "client";
|
|
546
597
|
Object.setPrototypeOf(this, _InvalidPaginationTokenException.prototype);
|
|
547
598
|
}
|
|
548
599
|
};
|
|
549
|
-
__name(_InvalidPaginationTokenException, "InvalidPaginationTokenException");
|
|
550
|
-
var InvalidPaginationTokenException = _InvalidPaginationTokenException;
|
|
551
600
|
|
|
552
601
|
// src/protocols/Aws_json1_1.ts
|
|
553
602
|
var se_AssociateDRTLogBucketCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1588,505 +1637,541 @@ function sharedHeaders(operation) {
|
|
|
1588
1637
|
__name(sharedHeaders, "sharedHeaders");
|
|
1589
1638
|
|
|
1590
1639
|
// src/commands/AssociateDRTLogBucketCommand.ts
|
|
1591
|
-
var
|
|
1640
|
+
var AssociateDRTLogBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1592
1641
|
return [
|
|
1593
1642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1594
1643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1595
1644
|
];
|
|
1596
1645
|
}).s("AWSShield_20160616", "AssociateDRTLogBucket", {}).n("ShieldClient", "AssociateDRTLogBucketCommand").f(void 0, void 0).ser(se_AssociateDRTLogBucketCommand).de(de_AssociateDRTLogBucketCommand).build() {
|
|
1646
|
+
static {
|
|
1647
|
+
__name(this, "AssociateDRTLogBucketCommand");
|
|
1648
|
+
}
|
|
1597
1649
|
};
|
|
1598
|
-
__name(_AssociateDRTLogBucketCommand, "AssociateDRTLogBucketCommand");
|
|
1599
|
-
var AssociateDRTLogBucketCommand = _AssociateDRTLogBucketCommand;
|
|
1600
1650
|
|
|
1601
1651
|
// src/commands/AssociateDRTRoleCommand.ts
|
|
1602
1652
|
|
|
1603
1653
|
|
|
1604
1654
|
|
|
1605
|
-
var
|
|
1655
|
+
var AssociateDRTRoleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1606
1656
|
return [
|
|
1607
1657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1608
1658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1609
1659
|
];
|
|
1610
1660
|
}).s("AWSShield_20160616", "AssociateDRTRole", {}).n("ShieldClient", "AssociateDRTRoleCommand").f(void 0, void 0).ser(se_AssociateDRTRoleCommand).de(de_AssociateDRTRoleCommand).build() {
|
|
1661
|
+
static {
|
|
1662
|
+
__name(this, "AssociateDRTRoleCommand");
|
|
1663
|
+
}
|
|
1611
1664
|
};
|
|
1612
|
-
__name(_AssociateDRTRoleCommand, "AssociateDRTRoleCommand");
|
|
1613
|
-
var AssociateDRTRoleCommand = _AssociateDRTRoleCommand;
|
|
1614
1665
|
|
|
1615
1666
|
// src/commands/AssociateHealthCheckCommand.ts
|
|
1616
1667
|
|
|
1617
1668
|
|
|
1618
1669
|
|
|
1619
|
-
var
|
|
1670
|
+
var AssociateHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1620
1671
|
return [
|
|
1621
1672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1622
1673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1623
1674
|
];
|
|
1624
1675
|
}).s("AWSShield_20160616", "AssociateHealthCheck", {}).n("ShieldClient", "AssociateHealthCheckCommand").f(void 0, void 0).ser(se_AssociateHealthCheckCommand).de(de_AssociateHealthCheckCommand).build() {
|
|
1676
|
+
static {
|
|
1677
|
+
__name(this, "AssociateHealthCheckCommand");
|
|
1678
|
+
}
|
|
1625
1679
|
};
|
|
1626
|
-
__name(_AssociateHealthCheckCommand, "AssociateHealthCheckCommand");
|
|
1627
|
-
var AssociateHealthCheckCommand = _AssociateHealthCheckCommand;
|
|
1628
1680
|
|
|
1629
1681
|
// src/commands/AssociateProactiveEngagementDetailsCommand.ts
|
|
1630
1682
|
|
|
1631
1683
|
|
|
1632
1684
|
|
|
1633
|
-
var
|
|
1685
|
+
var AssociateProactiveEngagementDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1634
1686
|
return [
|
|
1635
1687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1636
1688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1637
1689
|
];
|
|
1638
1690
|
}).s("AWSShield_20160616", "AssociateProactiveEngagementDetails", {}).n("ShieldClient", "AssociateProactiveEngagementDetailsCommand").f(void 0, void 0).ser(se_AssociateProactiveEngagementDetailsCommand).de(de_AssociateProactiveEngagementDetailsCommand).build() {
|
|
1691
|
+
static {
|
|
1692
|
+
__name(this, "AssociateProactiveEngagementDetailsCommand");
|
|
1693
|
+
}
|
|
1639
1694
|
};
|
|
1640
|
-
__name(_AssociateProactiveEngagementDetailsCommand, "AssociateProactiveEngagementDetailsCommand");
|
|
1641
|
-
var AssociateProactiveEngagementDetailsCommand = _AssociateProactiveEngagementDetailsCommand;
|
|
1642
1695
|
|
|
1643
1696
|
// src/commands/CreateProtectionCommand.ts
|
|
1644
1697
|
|
|
1645
1698
|
|
|
1646
1699
|
|
|
1647
|
-
var
|
|
1700
|
+
var CreateProtectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1648
1701
|
return [
|
|
1649
1702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1650
1703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1651
1704
|
];
|
|
1652
1705
|
}).s("AWSShield_20160616", "CreateProtection", {}).n("ShieldClient", "CreateProtectionCommand").f(void 0, void 0).ser(se_CreateProtectionCommand).de(de_CreateProtectionCommand).build() {
|
|
1706
|
+
static {
|
|
1707
|
+
__name(this, "CreateProtectionCommand");
|
|
1708
|
+
}
|
|
1653
1709
|
};
|
|
1654
|
-
__name(_CreateProtectionCommand, "CreateProtectionCommand");
|
|
1655
|
-
var CreateProtectionCommand = _CreateProtectionCommand;
|
|
1656
1710
|
|
|
1657
1711
|
// src/commands/CreateProtectionGroupCommand.ts
|
|
1658
1712
|
|
|
1659
1713
|
|
|
1660
1714
|
|
|
1661
|
-
var
|
|
1715
|
+
var CreateProtectionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1662
1716
|
return [
|
|
1663
1717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1664
1718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1665
1719
|
];
|
|
1666
1720
|
}).s("AWSShield_20160616", "CreateProtectionGroup", {}).n("ShieldClient", "CreateProtectionGroupCommand").f(void 0, void 0).ser(se_CreateProtectionGroupCommand).de(de_CreateProtectionGroupCommand).build() {
|
|
1721
|
+
static {
|
|
1722
|
+
__name(this, "CreateProtectionGroupCommand");
|
|
1723
|
+
}
|
|
1667
1724
|
};
|
|
1668
|
-
__name(_CreateProtectionGroupCommand, "CreateProtectionGroupCommand");
|
|
1669
|
-
var CreateProtectionGroupCommand = _CreateProtectionGroupCommand;
|
|
1670
1725
|
|
|
1671
1726
|
// src/commands/CreateSubscriptionCommand.ts
|
|
1672
1727
|
|
|
1673
1728
|
|
|
1674
1729
|
|
|
1675
|
-
var
|
|
1730
|
+
var CreateSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1676
1731
|
return [
|
|
1677
1732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1678
1733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1679
1734
|
];
|
|
1680
1735
|
}).s("AWSShield_20160616", "CreateSubscription", {}).n("ShieldClient", "CreateSubscriptionCommand").f(void 0, void 0).ser(se_CreateSubscriptionCommand).de(de_CreateSubscriptionCommand).build() {
|
|
1736
|
+
static {
|
|
1737
|
+
__name(this, "CreateSubscriptionCommand");
|
|
1738
|
+
}
|
|
1681
1739
|
};
|
|
1682
|
-
__name(_CreateSubscriptionCommand, "CreateSubscriptionCommand");
|
|
1683
|
-
var CreateSubscriptionCommand = _CreateSubscriptionCommand;
|
|
1684
1740
|
|
|
1685
1741
|
// src/commands/DeleteProtectionCommand.ts
|
|
1686
1742
|
|
|
1687
1743
|
|
|
1688
1744
|
|
|
1689
|
-
var
|
|
1745
|
+
var DeleteProtectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1690
1746
|
return [
|
|
1691
1747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1692
1748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1693
1749
|
];
|
|
1694
1750
|
}).s("AWSShield_20160616", "DeleteProtection", {}).n("ShieldClient", "DeleteProtectionCommand").f(void 0, void 0).ser(se_DeleteProtectionCommand).de(de_DeleteProtectionCommand).build() {
|
|
1751
|
+
static {
|
|
1752
|
+
__name(this, "DeleteProtectionCommand");
|
|
1753
|
+
}
|
|
1695
1754
|
};
|
|
1696
|
-
__name(_DeleteProtectionCommand, "DeleteProtectionCommand");
|
|
1697
|
-
var DeleteProtectionCommand = _DeleteProtectionCommand;
|
|
1698
1755
|
|
|
1699
1756
|
// src/commands/DeleteProtectionGroupCommand.ts
|
|
1700
1757
|
|
|
1701
1758
|
|
|
1702
1759
|
|
|
1703
|
-
var
|
|
1760
|
+
var DeleteProtectionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1704
1761
|
return [
|
|
1705
1762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1706
1763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1707
1764
|
];
|
|
1708
1765
|
}).s("AWSShield_20160616", "DeleteProtectionGroup", {}).n("ShieldClient", "DeleteProtectionGroupCommand").f(void 0, void 0).ser(se_DeleteProtectionGroupCommand).de(de_DeleteProtectionGroupCommand).build() {
|
|
1766
|
+
static {
|
|
1767
|
+
__name(this, "DeleteProtectionGroupCommand");
|
|
1768
|
+
}
|
|
1709
1769
|
};
|
|
1710
|
-
__name(_DeleteProtectionGroupCommand, "DeleteProtectionGroupCommand");
|
|
1711
|
-
var DeleteProtectionGroupCommand = _DeleteProtectionGroupCommand;
|
|
1712
1770
|
|
|
1713
1771
|
// src/commands/DeleteSubscriptionCommand.ts
|
|
1714
1772
|
|
|
1715
1773
|
|
|
1716
1774
|
|
|
1717
|
-
var
|
|
1775
|
+
var DeleteSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1718
1776
|
return [
|
|
1719
1777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1720
1778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1721
1779
|
];
|
|
1722
1780
|
}).s("AWSShield_20160616", "DeleteSubscription", {}).n("ShieldClient", "DeleteSubscriptionCommand").f(void 0, void 0).ser(se_DeleteSubscriptionCommand).de(de_DeleteSubscriptionCommand).build() {
|
|
1781
|
+
static {
|
|
1782
|
+
__name(this, "DeleteSubscriptionCommand");
|
|
1783
|
+
}
|
|
1723
1784
|
};
|
|
1724
|
-
__name(_DeleteSubscriptionCommand, "DeleteSubscriptionCommand");
|
|
1725
|
-
var DeleteSubscriptionCommand = _DeleteSubscriptionCommand;
|
|
1726
1785
|
|
|
1727
1786
|
// src/commands/DescribeAttackCommand.ts
|
|
1728
1787
|
|
|
1729
1788
|
|
|
1730
1789
|
|
|
1731
|
-
var
|
|
1790
|
+
var DescribeAttackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1732
1791
|
return [
|
|
1733
1792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1734
1793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1735
1794
|
];
|
|
1736
1795
|
}).s("AWSShield_20160616", "DescribeAttack", {}).n("ShieldClient", "DescribeAttackCommand").f(void 0, void 0).ser(se_DescribeAttackCommand).de(de_DescribeAttackCommand).build() {
|
|
1796
|
+
static {
|
|
1797
|
+
__name(this, "DescribeAttackCommand");
|
|
1798
|
+
}
|
|
1737
1799
|
};
|
|
1738
|
-
__name(_DescribeAttackCommand, "DescribeAttackCommand");
|
|
1739
|
-
var DescribeAttackCommand = _DescribeAttackCommand;
|
|
1740
1800
|
|
|
1741
1801
|
// src/commands/DescribeAttackStatisticsCommand.ts
|
|
1742
1802
|
|
|
1743
1803
|
|
|
1744
1804
|
|
|
1745
|
-
var
|
|
1805
|
+
var DescribeAttackStatisticsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1746
1806
|
return [
|
|
1747
1807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1748
1808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1749
1809
|
];
|
|
1750
1810
|
}).s("AWSShield_20160616", "DescribeAttackStatistics", {}).n("ShieldClient", "DescribeAttackStatisticsCommand").f(void 0, void 0).ser(se_DescribeAttackStatisticsCommand).de(de_DescribeAttackStatisticsCommand).build() {
|
|
1811
|
+
static {
|
|
1812
|
+
__name(this, "DescribeAttackStatisticsCommand");
|
|
1813
|
+
}
|
|
1751
1814
|
};
|
|
1752
|
-
__name(_DescribeAttackStatisticsCommand, "DescribeAttackStatisticsCommand");
|
|
1753
|
-
var DescribeAttackStatisticsCommand = _DescribeAttackStatisticsCommand;
|
|
1754
1815
|
|
|
1755
1816
|
// src/commands/DescribeDRTAccessCommand.ts
|
|
1756
1817
|
|
|
1757
1818
|
|
|
1758
1819
|
|
|
1759
|
-
var
|
|
1820
|
+
var DescribeDRTAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1760
1821
|
return [
|
|
1761
1822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1762
1823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1763
1824
|
];
|
|
1764
1825
|
}).s("AWSShield_20160616", "DescribeDRTAccess", {}).n("ShieldClient", "DescribeDRTAccessCommand").f(void 0, void 0).ser(se_DescribeDRTAccessCommand).de(de_DescribeDRTAccessCommand).build() {
|
|
1826
|
+
static {
|
|
1827
|
+
__name(this, "DescribeDRTAccessCommand");
|
|
1828
|
+
}
|
|
1765
1829
|
};
|
|
1766
|
-
__name(_DescribeDRTAccessCommand, "DescribeDRTAccessCommand");
|
|
1767
|
-
var DescribeDRTAccessCommand = _DescribeDRTAccessCommand;
|
|
1768
1830
|
|
|
1769
1831
|
// src/commands/DescribeEmergencyContactSettingsCommand.ts
|
|
1770
1832
|
|
|
1771
1833
|
|
|
1772
1834
|
|
|
1773
|
-
var
|
|
1835
|
+
var DescribeEmergencyContactSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1774
1836
|
return [
|
|
1775
1837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1776
1838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1777
1839
|
];
|
|
1778
1840
|
}).s("AWSShield_20160616", "DescribeEmergencyContactSettings", {}).n("ShieldClient", "DescribeEmergencyContactSettingsCommand").f(void 0, void 0).ser(se_DescribeEmergencyContactSettingsCommand).de(de_DescribeEmergencyContactSettingsCommand).build() {
|
|
1841
|
+
static {
|
|
1842
|
+
__name(this, "DescribeEmergencyContactSettingsCommand");
|
|
1843
|
+
}
|
|
1779
1844
|
};
|
|
1780
|
-
__name(_DescribeEmergencyContactSettingsCommand, "DescribeEmergencyContactSettingsCommand");
|
|
1781
|
-
var DescribeEmergencyContactSettingsCommand = _DescribeEmergencyContactSettingsCommand;
|
|
1782
1845
|
|
|
1783
1846
|
// src/commands/DescribeProtectionCommand.ts
|
|
1784
1847
|
|
|
1785
1848
|
|
|
1786
1849
|
|
|
1787
|
-
var
|
|
1850
|
+
var DescribeProtectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1788
1851
|
return [
|
|
1789
1852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1790
1853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1791
1854
|
];
|
|
1792
1855
|
}).s("AWSShield_20160616", "DescribeProtection", {}).n("ShieldClient", "DescribeProtectionCommand").f(void 0, void 0).ser(se_DescribeProtectionCommand).de(de_DescribeProtectionCommand).build() {
|
|
1856
|
+
static {
|
|
1857
|
+
__name(this, "DescribeProtectionCommand");
|
|
1858
|
+
}
|
|
1793
1859
|
};
|
|
1794
|
-
__name(_DescribeProtectionCommand, "DescribeProtectionCommand");
|
|
1795
|
-
var DescribeProtectionCommand = _DescribeProtectionCommand;
|
|
1796
1860
|
|
|
1797
1861
|
// src/commands/DescribeProtectionGroupCommand.ts
|
|
1798
1862
|
|
|
1799
1863
|
|
|
1800
1864
|
|
|
1801
|
-
var
|
|
1865
|
+
var DescribeProtectionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1802
1866
|
return [
|
|
1803
1867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1804
1868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1805
1869
|
];
|
|
1806
1870
|
}).s("AWSShield_20160616", "DescribeProtectionGroup", {}).n("ShieldClient", "DescribeProtectionGroupCommand").f(void 0, void 0).ser(se_DescribeProtectionGroupCommand).de(de_DescribeProtectionGroupCommand).build() {
|
|
1871
|
+
static {
|
|
1872
|
+
__name(this, "DescribeProtectionGroupCommand");
|
|
1873
|
+
}
|
|
1807
1874
|
};
|
|
1808
|
-
__name(_DescribeProtectionGroupCommand, "DescribeProtectionGroupCommand");
|
|
1809
|
-
var DescribeProtectionGroupCommand = _DescribeProtectionGroupCommand;
|
|
1810
1875
|
|
|
1811
1876
|
// src/commands/DescribeSubscriptionCommand.ts
|
|
1812
1877
|
|
|
1813
1878
|
|
|
1814
1879
|
|
|
1815
|
-
var
|
|
1880
|
+
var DescribeSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1816
1881
|
return [
|
|
1817
1882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1818
1883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1819
1884
|
];
|
|
1820
1885
|
}).s("AWSShield_20160616", "DescribeSubscription", {}).n("ShieldClient", "DescribeSubscriptionCommand").f(void 0, void 0).ser(se_DescribeSubscriptionCommand).de(de_DescribeSubscriptionCommand).build() {
|
|
1886
|
+
static {
|
|
1887
|
+
__name(this, "DescribeSubscriptionCommand");
|
|
1888
|
+
}
|
|
1821
1889
|
};
|
|
1822
|
-
__name(_DescribeSubscriptionCommand, "DescribeSubscriptionCommand");
|
|
1823
|
-
var DescribeSubscriptionCommand = _DescribeSubscriptionCommand;
|
|
1824
1890
|
|
|
1825
1891
|
// src/commands/DisableApplicationLayerAutomaticResponseCommand.ts
|
|
1826
1892
|
|
|
1827
1893
|
|
|
1828
1894
|
|
|
1829
|
-
var
|
|
1895
|
+
var DisableApplicationLayerAutomaticResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1830
1896
|
return [
|
|
1831
1897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1832
1898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1833
1899
|
];
|
|
1834
1900
|
}).s("AWSShield_20160616", "DisableApplicationLayerAutomaticResponse", {}).n("ShieldClient", "DisableApplicationLayerAutomaticResponseCommand").f(void 0, void 0).ser(se_DisableApplicationLayerAutomaticResponseCommand).de(de_DisableApplicationLayerAutomaticResponseCommand).build() {
|
|
1901
|
+
static {
|
|
1902
|
+
__name(this, "DisableApplicationLayerAutomaticResponseCommand");
|
|
1903
|
+
}
|
|
1835
1904
|
};
|
|
1836
|
-
__name(_DisableApplicationLayerAutomaticResponseCommand, "DisableApplicationLayerAutomaticResponseCommand");
|
|
1837
|
-
var DisableApplicationLayerAutomaticResponseCommand = _DisableApplicationLayerAutomaticResponseCommand;
|
|
1838
1905
|
|
|
1839
1906
|
// src/commands/DisableProactiveEngagementCommand.ts
|
|
1840
1907
|
|
|
1841
1908
|
|
|
1842
1909
|
|
|
1843
|
-
var
|
|
1910
|
+
var DisableProactiveEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1844
1911
|
return [
|
|
1845
1912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1846
1913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1847
1914
|
];
|
|
1848
1915
|
}).s("AWSShield_20160616", "DisableProactiveEngagement", {}).n("ShieldClient", "DisableProactiveEngagementCommand").f(void 0, void 0).ser(se_DisableProactiveEngagementCommand).de(de_DisableProactiveEngagementCommand).build() {
|
|
1916
|
+
static {
|
|
1917
|
+
__name(this, "DisableProactiveEngagementCommand");
|
|
1918
|
+
}
|
|
1849
1919
|
};
|
|
1850
|
-
__name(_DisableProactiveEngagementCommand, "DisableProactiveEngagementCommand");
|
|
1851
|
-
var DisableProactiveEngagementCommand = _DisableProactiveEngagementCommand;
|
|
1852
1920
|
|
|
1853
1921
|
// src/commands/DisassociateDRTLogBucketCommand.ts
|
|
1854
1922
|
|
|
1855
1923
|
|
|
1856
1924
|
|
|
1857
|
-
var
|
|
1925
|
+
var DisassociateDRTLogBucketCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1858
1926
|
return [
|
|
1859
1927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1860
1928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1861
1929
|
];
|
|
1862
1930
|
}).s("AWSShield_20160616", "DisassociateDRTLogBucket", {}).n("ShieldClient", "DisassociateDRTLogBucketCommand").f(void 0, void 0).ser(se_DisassociateDRTLogBucketCommand).de(de_DisassociateDRTLogBucketCommand).build() {
|
|
1931
|
+
static {
|
|
1932
|
+
__name(this, "DisassociateDRTLogBucketCommand");
|
|
1933
|
+
}
|
|
1863
1934
|
};
|
|
1864
|
-
__name(_DisassociateDRTLogBucketCommand, "DisassociateDRTLogBucketCommand");
|
|
1865
|
-
var DisassociateDRTLogBucketCommand = _DisassociateDRTLogBucketCommand;
|
|
1866
1935
|
|
|
1867
1936
|
// src/commands/DisassociateDRTRoleCommand.ts
|
|
1868
1937
|
|
|
1869
1938
|
|
|
1870
1939
|
|
|
1871
|
-
var
|
|
1940
|
+
var DisassociateDRTRoleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1872
1941
|
return [
|
|
1873
1942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1874
1943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1875
1944
|
];
|
|
1876
1945
|
}).s("AWSShield_20160616", "DisassociateDRTRole", {}).n("ShieldClient", "DisassociateDRTRoleCommand").f(void 0, void 0).ser(se_DisassociateDRTRoleCommand).de(de_DisassociateDRTRoleCommand).build() {
|
|
1946
|
+
static {
|
|
1947
|
+
__name(this, "DisassociateDRTRoleCommand");
|
|
1948
|
+
}
|
|
1877
1949
|
};
|
|
1878
|
-
__name(_DisassociateDRTRoleCommand, "DisassociateDRTRoleCommand");
|
|
1879
|
-
var DisassociateDRTRoleCommand = _DisassociateDRTRoleCommand;
|
|
1880
1950
|
|
|
1881
1951
|
// src/commands/DisassociateHealthCheckCommand.ts
|
|
1882
1952
|
|
|
1883
1953
|
|
|
1884
1954
|
|
|
1885
|
-
var
|
|
1955
|
+
var DisassociateHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1886
1956
|
return [
|
|
1887
1957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1888
1958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1889
1959
|
];
|
|
1890
1960
|
}).s("AWSShield_20160616", "DisassociateHealthCheck", {}).n("ShieldClient", "DisassociateHealthCheckCommand").f(void 0, void 0).ser(se_DisassociateHealthCheckCommand).de(de_DisassociateHealthCheckCommand).build() {
|
|
1961
|
+
static {
|
|
1962
|
+
__name(this, "DisassociateHealthCheckCommand");
|
|
1963
|
+
}
|
|
1891
1964
|
};
|
|
1892
|
-
__name(_DisassociateHealthCheckCommand, "DisassociateHealthCheckCommand");
|
|
1893
|
-
var DisassociateHealthCheckCommand = _DisassociateHealthCheckCommand;
|
|
1894
1965
|
|
|
1895
1966
|
// src/commands/EnableApplicationLayerAutomaticResponseCommand.ts
|
|
1896
1967
|
|
|
1897
1968
|
|
|
1898
1969
|
|
|
1899
|
-
var
|
|
1970
|
+
var EnableApplicationLayerAutomaticResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1900
1971
|
return [
|
|
1901
1972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1902
1973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1903
1974
|
];
|
|
1904
1975
|
}).s("AWSShield_20160616", "EnableApplicationLayerAutomaticResponse", {}).n("ShieldClient", "EnableApplicationLayerAutomaticResponseCommand").f(void 0, void 0).ser(se_EnableApplicationLayerAutomaticResponseCommand).de(de_EnableApplicationLayerAutomaticResponseCommand).build() {
|
|
1976
|
+
static {
|
|
1977
|
+
__name(this, "EnableApplicationLayerAutomaticResponseCommand");
|
|
1978
|
+
}
|
|
1905
1979
|
};
|
|
1906
|
-
__name(_EnableApplicationLayerAutomaticResponseCommand, "EnableApplicationLayerAutomaticResponseCommand");
|
|
1907
|
-
var EnableApplicationLayerAutomaticResponseCommand = _EnableApplicationLayerAutomaticResponseCommand;
|
|
1908
1980
|
|
|
1909
1981
|
// src/commands/EnableProactiveEngagementCommand.ts
|
|
1910
1982
|
|
|
1911
1983
|
|
|
1912
1984
|
|
|
1913
|
-
var
|
|
1985
|
+
var EnableProactiveEngagementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1914
1986
|
return [
|
|
1915
1987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1916
1988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1917
1989
|
];
|
|
1918
1990
|
}).s("AWSShield_20160616", "EnableProactiveEngagement", {}).n("ShieldClient", "EnableProactiveEngagementCommand").f(void 0, void 0).ser(se_EnableProactiveEngagementCommand).de(de_EnableProactiveEngagementCommand).build() {
|
|
1991
|
+
static {
|
|
1992
|
+
__name(this, "EnableProactiveEngagementCommand");
|
|
1993
|
+
}
|
|
1919
1994
|
};
|
|
1920
|
-
__name(_EnableProactiveEngagementCommand, "EnableProactiveEngagementCommand");
|
|
1921
|
-
var EnableProactiveEngagementCommand = _EnableProactiveEngagementCommand;
|
|
1922
1995
|
|
|
1923
1996
|
// src/commands/GetSubscriptionStateCommand.ts
|
|
1924
1997
|
|
|
1925
1998
|
|
|
1926
1999
|
|
|
1927
|
-
var
|
|
2000
|
+
var GetSubscriptionStateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1928
2001
|
return [
|
|
1929
2002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1930
2003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1931
2004
|
];
|
|
1932
2005
|
}).s("AWSShield_20160616", "GetSubscriptionState", {}).n("ShieldClient", "GetSubscriptionStateCommand").f(void 0, void 0).ser(se_GetSubscriptionStateCommand).de(de_GetSubscriptionStateCommand).build() {
|
|
2006
|
+
static {
|
|
2007
|
+
__name(this, "GetSubscriptionStateCommand");
|
|
2008
|
+
}
|
|
1933
2009
|
};
|
|
1934
|
-
__name(_GetSubscriptionStateCommand, "GetSubscriptionStateCommand");
|
|
1935
|
-
var GetSubscriptionStateCommand = _GetSubscriptionStateCommand;
|
|
1936
2010
|
|
|
1937
2011
|
// src/commands/ListAttacksCommand.ts
|
|
1938
2012
|
|
|
1939
2013
|
|
|
1940
2014
|
|
|
1941
|
-
var
|
|
2015
|
+
var ListAttacksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1942
2016
|
return [
|
|
1943
2017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1944
2018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1945
2019
|
];
|
|
1946
2020
|
}).s("AWSShield_20160616", "ListAttacks", {}).n("ShieldClient", "ListAttacksCommand").f(void 0, void 0).ser(se_ListAttacksCommand).de(de_ListAttacksCommand).build() {
|
|
2021
|
+
static {
|
|
2022
|
+
__name(this, "ListAttacksCommand");
|
|
2023
|
+
}
|
|
1947
2024
|
};
|
|
1948
|
-
__name(_ListAttacksCommand, "ListAttacksCommand");
|
|
1949
|
-
var ListAttacksCommand = _ListAttacksCommand;
|
|
1950
2025
|
|
|
1951
2026
|
// src/commands/ListProtectionGroupsCommand.ts
|
|
1952
2027
|
|
|
1953
2028
|
|
|
1954
2029
|
|
|
1955
|
-
var
|
|
2030
|
+
var ListProtectionGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1956
2031
|
return [
|
|
1957
2032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1958
2033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1959
2034
|
];
|
|
1960
2035
|
}).s("AWSShield_20160616", "ListProtectionGroups", {}).n("ShieldClient", "ListProtectionGroupsCommand").f(void 0, void 0).ser(se_ListProtectionGroupsCommand).de(de_ListProtectionGroupsCommand).build() {
|
|
2036
|
+
static {
|
|
2037
|
+
__name(this, "ListProtectionGroupsCommand");
|
|
2038
|
+
}
|
|
1961
2039
|
};
|
|
1962
|
-
__name(_ListProtectionGroupsCommand, "ListProtectionGroupsCommand");
|
|
1963
|
-
var ListProtectionGroupsCommand = _ListProtectionGroupsCommand;
|
|
1964
2040
|
|
|
1965
2041
|
// src/commands/ListProtectionsCommand.ts
|
|
1966
2042
|
|
|
1967
2043
|
|
|
1968
2044
|
|
|
1969
|
-
var
|
|
2045
|
+
var ListProtectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1970
2046
|
return [
|
|
1971
2047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1972
2048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1973
2049
|
];
|
|
1974
2050
|
}).s("AWSShield_20160616", "ListProtections", {}).n("ShieldClient", "ListProtectionsCommand").f(void 0, void 0).ser(se_ListProtectionsCommand).de(de_ListProtectionsCommand).build() {
|
|
2051
|
+
static {
|
|
2052
|
+
__name(this, "ListProtectionsCommand");
|
|
2053
|
+
}
|
|
1975
2054
|
};
|
|
1976
|
-
__name(_ListProtectionsCommand, "ListProtectionsCommand");
|
|
1977
|
-
var ListProtectionsCommand = _ListProtectionsCommand;
|
|
1978
2055
|
|
|
1979
2056
|
// src/commands/ListResourcesInProtectionGroupCommand.ts
|
|
1980
2057
|
|
|
1981
2058
|
|
|
1982
2059
|
|
|
1983
|
-
var
|
|
2060
|
+
var ListResourcesInProtectionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1984
2061
|
return [
|
|
1985
2062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1986
2063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1987
2064
|
];
|
|
1988
2065
|
}).s("AWSShield_20160616", "ListResourcesInProtectionGroup", {}).n("ShieldClient", "ListResourcesInProtectionGroupCommand").f(void 0, void 0).ser(se_ListResourcesInProtectionGroupCommand).de(de_ListResourcesInProtectionGroupCommand).build() {
|
|
2066
|
+
static {
|
|
2067
|
+
__name(this, "ListResourcesInProtectionGroupCommand");
|
|
2068
|
+
}
|
|
1989
2069
|
};
|
|
1990
|
-
__name(_ListResourcesInProtectionGroupCommand, "ListResourcesInProtectionGroupCommand");
|
|
1991
|
-
var ListResourcesInProtectionGroupCommand = _ListResourcesInProtectionGroupCommand;
|
|
1992
2070
|
|
|
1993
2071
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1994
2072
|
|
|
1995
2073
|
|
|
1996
2074
|
|
|
1997
|
-
var
|
|
2075
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1998
2076
|
return [
|
|
1999
2077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2000
2078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2001
2079
|
];
|
|
2002
2080
|
}).s("AWSShield_20160616", "ListTagsForResource", {}).n("ShieldClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
2081
|
+
static {
|
|
2082
|
+
__name(this, "ListTagsForResourceCommand");
|
|
2083
|
+
}
|
|
2003
2084
|
};
|
|
2004
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
2005
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
2006
2085
|
|
|
2007
2086
|
// src/commands/TagResourceCommand.ts
|
|
2008
2087
|
|
|
2009
2088
|
|
|
2010
2089
|
|
|
2011
|
-
var
|
|
2090
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2012
2091
|
return [
|
|
2013
2092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2014
2093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2015
2094
|
];
|
|
2016
2095
|
}).s("AWSShield_20160616", "TagResource", {}).n("ShieldClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2096
|
+
static {
|
|
2097
|
+
__name(this, "TagResourceCommand");
|
|
2098
|
+
}
|
|
2017
2099
|
};
|
|
2018
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
2019
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
2020
2100
|
|
|
2021
2101
|
// src/commands/UntagResourceCommand.ts
|
|
2022
2102
|
|
|
2023
2103
|
|
|
2024
2104
|
|
|
2025
|
-
var
|
|
2105
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2026
2106
|
return [
|
|
2027
2107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2028
2108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2029
2109
|
];
|
|
2030
2110
|
}).s("AWSShield_20160616", "UntagResource", {}).n("ShieldClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2111
|
+
static {
|
|
2112
|
+
__name(this, "UntagResourceCommand");
|
|
2113
|
+
}
|
|
2031
2114
|
};
|
|
2032
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2033
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
2034
2115
|
|
|
2035
2116
|
// src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts
|
|
2036
2117
|
|
|
2037
2118
|
|
|
2038
2119
|
|
|
2039
|
-
var
|
|
2120
|
+
var UpdateApplicationLayerAutomaticResponseCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2040
2121
|
return [
|
|
2041
2122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2042
2123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2043
2124
|
];
|
|
2044
2125
|
}).s("AWSShield_20160616", "UpdateApplicationLayerAutomaticResponse", {}).n("ShieldClient", "UpdateApplicationLayerAutomaticResponseCommand").f(void 0, void 0).ser(se_UpdateApplicationLayerAutomaticResponseCommand).de(de_UpdateApplicationLayerAutomaticResponseCommand).build() {
|
|
2126
|
+
static {
|
|
2127
|
+
__name(this, "UpdateApplicationLayerAutomaticResponseCommand");
|
|
2128
|
+
}
|
|
2045
2129
|
};
|
|
2046
|
-
__name(_UpdateApplicationLayerAutomaticResponseCommand, "UpdateApplicationLayerAutomaticResponseCommand");
|
|
2047
|
-
var UpdateApplicationLayerAutomaticResponseCommand = _UpdateApplicationLayerAutomaticResponseCommand;
|
|
2048
2130
|
|
|
2049
2131
|
// src/commands/UpdateEmergencyContactSettingsCommand.ts
|
|
2050
2132
|
|
|
2051
2133
|
|
|
2052
2134
|
|
|
2053
|
-
var
|
|
2135
|
+
var UpdateEmergencyContactSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2054
2136
|
return [
|
|
2055
2137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2056
2138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2057
2139
|
];
|
|
2058
2140
|
}).s("AWSShield_20160616", "UpdateEmergencyContactSettings", {}).n("ShieldClient", "UpdateEmergencyContactSettingsCommand").f(void 0, void 0).ser(se_UpdateEmergencyContactSettingsCommand).de(de_UpdateEmergencyContactSettingsCommand).build() {
|
|
2141
|
+
static {
|
|
2142
|
+
__name(this, "UpdateEmergencyContactSettingsCommand");
|
|
2143
|
+
}
|
|
2059
2144
|
};
|
|
2060
|
-
__name(_UpdateEmergencyContactSettingsCommand, "UpdateEmergencyContactSettingsCommand");
|
|
2061
|
-
var UpdateEmergencyContactSettingsCommand = _UpdateEmergencyContactSettingsCommand;
|
|
2062
2145
|
|
|
2063
2146
|
// src/commands/UpdateProtectionGroupCommand.ts
|
|
2064
2147
|
|
|
2065
2148
|
|
|
2066
2149
|
|
|
2067
|
-
var
|
|
2150
|
+
var UpdateProtectionGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2068
2151
|
return [
|
|
2069
2152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2070
2153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2071
2154
|
];
|
|
2072
2155
|
}).s("AWSShield_20160616", "UpdateProtectionGroup", {}).n("ShieldClient", "UpdateProtectionGroupCommand").f(void 0, void 0).ser(se_UpdateProtectionGroupCommand).de(de_UpdateProtectionGroupCommand).build() {
|
|
2156
|
+
static {
|
|
2157
|
+
__name(this, "UpdateProtectionGroupCommand");
|
|
2158
|
+
}
|
|
2073
2159
|
};
|
|
2074
|
-
__name(_UpdateProtectionGroupCommand, "UpdateProtectionGroupCommand");
|
|
2075
|
-
var UpdateProtectionGroupCommand = _UpdateProtectionGroupCommand;
|
|
2076
2160
|
|
|
2077
2161
|
// src/commands/UpdateSubscriptionCommand.ts
|
|
2078
2162
|
|
|
2079
2163
|
|
|
2080
2164
|
|
|
2081
|
-
var
|
|
2165
|
+
var UpdateSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2082
2166
|
return [
|
|
2083
2167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2084
2168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2085
2169
|
];
|
|
2086
2170
|
}).s("AWSShield_20160616", "UpdateSubscription", {}).n("ShieldClient", "UpdateSubscriptionCommand").f(void 0, void 0).ser(se_UpdateSubscriptionCommand).de(de_UpdateSubscriptionCommand).build() {
|
|
2171
|
+
static {
|
|
2172
|
+
__name(this, "UpdateSubscriptionCommand");
|
|
2173
|
+
}
|
|
2087
2174
|
};
|
|
2088
|
-
__name(_UpdateSubscriptionCommand, "UpdateSubscriptionCommand");
|
|
2089
|
-
var UpdateSubscriptionCommand = _UpdateSubscriptionCommand;
|
|
2090
2175
|
|
|
2091
2176
|
// src/Shield.ts
|
|
2092
2177
|
var commands = {
|
|
@@ -2127,10 +2212,11 @@ var commands = {
|
|
|
2127
2212
|
UpdateProtectionGroupCommand,
|
|
2128
2213
|
UpdateSubscriptionCommand
|
|
2129
2214
|
};
|
|
2130
|
-
var
|
|
2215
|
+
var Shield = class extends ShieldClient {
|
|
2216
|
+
static {
|
|
2217
|
+
__name(this, "Shield");
|
|
2218
|
+
}
|
|
2131
2219
|
};
|
|
2132
|
-
__name(_Shield, "Shield");
|
|
2133
|
-
var Shield = _Shield;
|
|
2134
2220
|
(0, import_smithy_client.createAggregatedClient)(commands, Shield);
|
|
2135
2221
|
|
|
2136
2222
|
// src/pagination/ListAttacksPaginator.ts
|