@aws-sdk/client-cloudtrail 3.649.0 → 3.651.1
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 +49 -147
- package/dist-es/commands/AddTagsCommand.js +1 -3
- package/dist-es/commands/CancelQueryCommand.js +1 -3
- package/dist-es/commands/CreateChannelCommand.js +1 -3
- package/dist-es/commands/CreateEventDataStoreCommand.js +1 -3
- package/dist-es/commands/CreateTrailCommand.js +1 -3
- package/dist-es/commands/DeleteChannelCommand.js +1 -3
- package/dist-es/commands/DeleteEventDataStoreCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteTrailCommand.js +1 -3
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +1 -3
- package/dist-es/commands/DescribeQueryCommand.js +1 -3
- package/dist-es/commands/DescribeTrailsCommand.js +1 -3
- package/dist-es/commands/DisableFederationCommand.js +1 -3
- package/dist-es/commands/EnableFederationCommand.js +1 -3
- package/dist-es/commands/GetChannelCommand.js +1 -3
- package/dist-es/commands/GetEventDataStoreCommand.js +1 -3
- package/dist-es/commands/GetEventSelectorsCommand.js +1 -3
- package/dist-es/commands/GetImportCommand.js +1 -3
- package/dist-es/commands/GetInsightSelectorsCommand.js +1 -3
- package/dist-es/commands/GetQueryResultsCommand.js +1 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
- package/dist-es/commands/GetTrailCommand.js +1 -3
- package/dist-es/commands/GetTrailStatusCommand.js +1 -3
- package/dist-es/commands/ListChannelsCommand.js +1 -3
- package/dist-es/commands/ListEventDataStoresCommand.js +1 -3
- package/dist-es/commands/ListImportFailuresCommand.js +1 -3
- package/dist-es/commands/ListImportsCommand.js +1 -3
- package/dist-es/commands/ListInsightsMetricDataCommand.js +1 -3
- package/dist-es/commands/ListPublicKeysCommand.js +1 -3
- package/dist-es/commands/ListQueriesCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.js +1 -3
- package/dist-es/commands/ListTrailsCommand.js +1 -3
- package/dist-es/commands/LookupEventsCommand.js +1 -3
- package/dist-es/commands/PutEventSelectorsCommand.js +1 -3
- package/dist-es/commands/PutInsightSelectorsCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/RestoreEventDataStoreCommand.js +1 -3
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +1 -3
- package/dist-es/commands/StartImportCommand.js +1 -3
- package/dist-es/commands/StartLoggingCommand.js +1 -3
- package/dist-es/commands/StartQueryCommand.js +1 -3
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +1 -3
- package/dist-es/commands/StopImportCommand.js +1 -3
- package/dist-es/commands/StopLoggingCommand.js +1 -3
- package/dist-es/commands/UpdateChannelCommand.js +1 -3
- package/dist-es/commands/UpdateEventDataStoreCommand.js +1 -3
- package/dist-es/commands/UpdateTrailCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -4274,9 +4274,7 @@ function sharedHeaders(operation) {
|
|
|
4274
4274
|
__name(sharedHeaders, "sharedHeaders");
|
|
4275
4275
|
|
|
4276
4276
|
// src/commands/AddTagsCommand.ts
|
|
4277
|
-
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4278
|
-
...commonParams
|
|
4279
|
-
}).m(function(Command, cs, config, o) {
|
|
4277
|
+
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4280
4278
|
return [
|
|
4281
4279
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4282
4280
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4290,9 +4288,7 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
4290
4288
|
|
|
4291
4289
|
|
|
4292
4290
|
|
|
4293
|
-
var _CancelQueryCommand = class _CancelQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4294
|
-
...commonParams
|
|
4295
|
-
}).m(function(Command, cs, config, o) {
|
|
4291
|
+
var _CancelQueryCommand = class _CancelQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4296
4292
|
return [
|
|
4297
4293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4298
4294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4306,9 +4302,7 @@ var CancelQueryCommand = _CancelQueryCommand;
|
|
|
4306
4302
|
|
|
4307
4303
|
|
|
4308
4304
|
|
|
4309
|
-
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4310
|
-
...commonParams
|
|
4311
|
-
}).m(function(Command, cs, config, o) {
|
|
4305
|
+
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4312
4306
|
return [
|
|
4313
4307
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4314
4308
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4322,9 +4316,7 @@ var CreateChannelCommand = _CreateChannelCommand;
|
|
|
4322
4316
|
|
|
4323
4317
|
|
|
4324
4318
|
|
|
4325
|
-
var _CreateEventDataStoreCommand = class _CreateEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4326
|
-
...commonParams
|
|
4327
|
-
}).m(function(Command, cs, config, o) {
|
|
4319
|
+
var _CreateEventDataStoreCommand = class _CreateEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4328
4320
|
return [
|
|
4329
4321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4330
4322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4338,9 +4330,7 @@ var CreateEventDataStoreCommand = _CreateEventDataStoreCommand;
|
|
|
4338
4330
|
|
|
4339
4331
|
|
|
4340
4332
|
|
|
4341
|
-
var _CreateTrailCommand = class _CreateTrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4342
|
-
...commonParams
|
|
4343
|
-
}).m(function(Command, cs, config, o) {
|
|
4333
|
+
var _CreateTrailCommand = class _CreateTrailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4344
4334
|
return [
|
|
4345
4335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4346
4336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4354,9 +4344,7 @@ var CreateTrailCommand = _CreateTrailCommand;
|
|
|
4354
4344
|
|
|
4355
4345
|
|
|
4356
4346
|
|
|
4357
|
-
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4358
|
-
...commonParams
|
|
4359
|
-
}).m(function(Command, cs, config, o) {
|
|
4347
|
+
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4360
4348
|
return [
|
|
4361
4349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4362
4350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4370,9 +4358,7 @@ var DeleteChannelCommand = _DeleteChannelCommand;
|
|
|
4370
4358
|
|
|
4371
4359
|
|
|
4372
4360
|
|
|
4373
|
-
var _DeleteEventDataStoreCommand = class _DeleteEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4374
|
-
...commonParams
|
|
4375
|
-
}).m(function(Command, cs, config, o) {
|
|
4361
|
+
var _DeleteEventDataStoreCommand = class _DeleteEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4376
4362
|
return [
|
|
4377
4363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4378
4364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4386,9 +4372,7 @@ var DeleteEventDataStoreCommand = _DeleteEventDataStoreCommand;
|
|
|
4386
4372
|
|
|
4387
4373
|
|
|
4388
4374
|
|
|
4389
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4390
|
-
...commonParams
|
|
4391
|
-
}).m(function(Command, cs, config, o) {
|
|
4375
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4392
4376
|
return [
|
|
4393
4377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4394
4378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4402,9 +4386,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
4402
4386
|
|
|
4403
4387
|
|
|
4404
4388
|
|
|
4405
|
-
var _DeleteTrailCommand = class _DeleteTrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4406
|
-
...commonParams
|
|
4407
|
-
}).m(function(Command, cs, config, o) {
|
|
4389
|
+
var _DeleteTrailCommand = class _DeleteTrailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4408
4390
|
return [
|
|
4409
4391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4410
4392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4418,9 +4400,7 @@ var DeleteTrailCommand = _DeleteTrailCommand;
|
|
|
4418
4400
|
|
|
4419
4401
|
|
|
4420
4402
|
|
|
4421
|
-
var _DeregisterOrganizationDelegatedAdminCommand = class _DeregisterOrganizationDelegatedAdminCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4422
|
-
...commonParams
|
|
4423
|
-
}).m(function(Command, cs, config, o) {
|
|
4403
|
+
var _DeregisterOrganizationDelegatedAdminCommand = class _DeregisterOrganizationDelegatedAdminCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4424
4404
|
return [
|
|
4425
4405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4426
4406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4434,9 +4414,7 @@ var DeregisterOrganizationDelegatedAdminCommand = _DeregisterOrganizationDelegat
|
|
|
4434
4414
|
|
|
4435
4415
|
|
|
4436
4416
|
|
|
4437
|
-
var _DescribeQueryCommand = class _DescribeQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4438
|
-
...commonParams
|
|
4439
|
-
}).m(function(Command, cs, config, o) {
|
|
4417
|
+
var _DescribeQueryCommand = class _DescribeQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4440
4418
|
return [
|
|
4441
4419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4442
4420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4450,9 +4428,7 @@ var DescribeQueryCommand = _DescribeQueryCommand;
|
|
|
4450
4428
|
|
|
4451
4429
|
|
|
4452
4430
|
|
|
4453
|
-
var _DescribeTrailsCommand = class _DescribeTrailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4454
|
-
...commonParams
|
|
4455
|
-
}).m(function(Command, cs, config, o) {
|
|
4431
|
+
var _DescribeTrailsCommand = class _DescribeTrailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4456
4432
|
return [
|
|
4457
4433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4458
4434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4466,9 +4442,7 @@ var DescribeTrailsCommand = _DescribeTrailsCommand;
|
|
|
4466
4442
|
|
|
4467
4443
|
|
|
4468
4444
|
|
|
4469
|
-
var _DisableFederationCommand = class _DisableFederationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4470
|
-
...commonParams
|
|
4471
|
-
}).m(function(Command, cs, config, o) {
|
|
4445
|
+
var _DisableFederationCommand = class _DisableFederationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4472
4446
|
return [
|
|
4473
4447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4474
4448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4482,9 +4456,7 @@ var DisableFederationCommand = _DisableFederationCommand;
|
|
|
4482
4456
|
|
|
4483
4457
|
|
|
4484
4458
|
|
|
4485
|
-
var _EnableFederationCommand = class _EnableFederationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4486
|
-
...commonParams
|
|
4487
|
-
}).m(function(Command, cs, config, o) {
|
|
4459
|
+
var _EnableFederationCommand = class _EnableFederationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4488
4460
|
return [
|
|
4489
4461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4490
4462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4498,9 +4470,7 @@ var EnableFederationCommand = _EnableFederationCommand;
|
|
|
4498
4470
|
|
|
4499
4471
|
|
|
4500
4472
|
|
|
4501
|
-
var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4502
|
-
...commonParams
|
|
4503
|
-
}).m(function(Command, cs, config, o) {
|
|
4473
|
+
var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4504
4474
|
return [
|
|
4505
4475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4506
4476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4514,9 +4484,7 @@ var GetChannelCommand = _GetChannelCommand;
|
|
|
4514
4484
|
|
|
4515
4485
|
|
|
4516
4486
|
|
|
4517
|
-
var _GetEventDataStoreCommand = class _GetEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4518
|
-
...commonParams
|
|
4519
|
-
}).m(function(Command, cs, config, o) {
|
|
4487
|
+
var _GetEventDataStoreCommand = class _GetEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4520
4488
|
return [
|
|
4521
4489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4522
4490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4530,9 +4498,7 @@ var GetEventDataStoreCommand = _GetEventDataStoreCommand;
|
|
|
4530
4498
|
|
|
4531
4499
|
|
|
4532
4500
|
|
|
4533
|
-
var _GetEventSelectorsCommand = class _GetEventSelectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4534
|
-
...commonParams
|
|
4535
|
-
}).m(function(Command, cs, config, o) {
|
|
4501
|
+
var _GetEventSelectorsCommand = class _GetEventSelectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4536
4502
|
return [
|
|
4537
4503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4538
4504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4546,9 +4512,7 @@ var GetEventSelectorsCommand = _GetEventSelectorsCommand;
|
|
|
4546
4512
|
|
|
4547
4513
|
|
|
4548
4514
|
|
|
4549
|
-
var _GetImportCommand = class _GetImportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4550
|
-
...commonParams
|
|
4551
|
-
}).m(function(Command, cs, config, o) {
|
|
4515
|
+
var _GetImportCommand = class _GetImportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4552
4516
|
return [
|
|
4553
4517
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4554
4518
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4562,9 +4526,7 @@ var GetImportCommand = _GetImportCommand;
|
|
|
4562
4526
|
|
|
4563
4527
|
|
|
4564
4528
|
|
|
4565
|
-
var _GetInsightSelectorsCommand = class _GetInsightSelectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4566
|
-
...commonParams
|
|
4567
|
-
}).m(function(Command, cs, config, o) {
|
|
4529
|
+
var _GetInsightSelectorsCommand = class _GetInsightSelectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4568
4530
|
return [
|
|
4569
4531
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4570
4532
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4578,9 +4540,7 @@ var GetInsightSelectorsCommand = _GetInsightSelectorsCommand;
|
|
|
4578
4540
|
|
|
4579
4541
|
|
|
4580
4542
|
|
|
4581
|
-
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4582
|
-
...commonParams
|
|
4583
|
-
}).m(function(Command, cs, config, o) {
|
|
4543
|
+
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4584
4544
|
return [
|
|
4585
4545
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4586
4546
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4594,9 +4554,7 @@ var GetQueryResultsCommand = _GetQueryResultsCommand;
|
|
|
4594
4554
|
|
|
4595
4555
|
|
|
4596
4556
|
|
|
4597
|
-
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4598
|
-
...commonParams
|
|
4599
|
-
}).m(function(Command, cs, config, o) {
|
|
4557
|
+
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4600
4558
|
return [
|
|
4601
4559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4602
4560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4610,9 +4568,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
4610
4568
|
|
|
4611
4569
|
|
|
4612
4570
|
|
|
4613
|
-
var _GetTrailCommand = class _GetTrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4614
|
-
...commonParams
|
|
4615
|
-
}).m(function(Command, cs, config, o) {
|
|
4571
|
+
var _GetTrailCommand = class _GetTrailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4616
4572
|
return [
|
|
4617
4573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4618
4574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4626,9 +4582,7 @@ var GetTrailCommand = _GetTrailCommand;
|
|
|
4626
4582
|
|
|
4627
4583
|
|
|
4628
4584
|
|
|
4629
|
-
var _GetTrailStatusCommand = class _GetTrailStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4630
|
-
...commonParams
|
|
4631
|
-
}).m(function(Command, cs, config, o) {
|
|
4585
|
+
var _GetTrailStatusCommand = class _GetTrailStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4632
4586
|
return [
|
|
4633
4587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4634
4588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4642,9 +4596,7 @@ var GetTrailStatusCommand = _GetTrailStatusCommand;
|
|
|
4642
4596
|
|
|
4643
4597
|
|
|
4644
4598
|
|
|
4645
|
-
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4646
|
-
...commonParams
|
|
4647
|
-
}).m(function(Command, cs, config, o) {
|
|
4599
|
+
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4648
4600
|
return [
|
|
4649
4601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4650
4602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4658,9 +4610,7 @@ var ListChannelsCommand = _ListChannelsCommand;
|
|
|
4658
4610
|
|
|
4659
4611
|
|
|
4660
4612
|
|
|
4661
|
-
var _ListEventDataStoresCommand = class _ListEventDataStoresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4662
|
-
...commonParams
|
|
4663
|
-
}).m(function(Command, cs, config, o) {
|
|
4613
|
+
var _ListEventDataStoresCommand = class _ListEventDataStoresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4664
4614
|
return [
|
|
4665
4615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4666
4616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4674,9 +4624,7 @@ var ListEventDataStoresCommand = _ListEventDataStoresCommand;
|
|
|
4674
4624
|
|
|
4675
4625
|
|
|
4676
4626
|
|
|
4677
|
-
var _ListImportFailuresCommand = class _ListImportFailuresCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4678
|
-
...commonParams
|
|
4679
|
-
}).m(function(Command, cs, config, o) {
|
|
4627
|
+
var _ListImportFailuresCommand = class _ListImportFailuresCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4680
4628
|
return [
|
|
4681
4629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4682
4630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4690,9 +4638,7 @@ var ListImportFailuresCommand = _ListImportFailuresCommand;
|
|
|
4690
4638
|
|
|
4691
4639
|
|
|
4692
4640
|
|
|
4693
|
-
var _ListImportsCommand = class _ListImportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4694
|
-
...commonParams
|
|
4695
|
-
}).m(function(Command, cs, config, o) {
|
|
4641
|
+
var _ListImportsCommand = class _ListImportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4696
4642
|
return [
|
|
4697
4643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4698
4644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4706,9 +4652,7 @@ var ListImportsCommand = _ListImportsCommand;
|
|
|
4706
4652
|
|
|
4707
4653
|
|
|
4708
4654
|
|
|
4709
|
-
var _ListInsightsMetricDataCommand = class _ListInsightsMetricDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4710
|
-
...commonParams
|
|
4711
|
-
}).m(function(Command, cs, config, o) {
|
|
4655
|
+
var _ListInsightsMetricDataCommand = class _ListInsightsMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4712
4656
|
return [
|
|
4713
4657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4714
4658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4722,9 +4666,7 @@ var ListInsightsMetricDataCommand = _ListInsightsMetricDataCommand;
|
|
|
4722
4666
|
|
|
4723
4667
|
|
|
4724
4668
|
|
|
4725
|
-
var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4726
|
-
...commonParams
|
|
4727
|
-
}).m(function(Command, cs, config, o) {
|
|
4669
|
+
var _ListPublicKeysCommand = class _ListPublicKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4728
4670
|
return [
|
|
4729
4671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4730
4672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4738,9 +4680,7 @@ var ListPublicKeysCommand = _ListPublicKeysCommand;
|
|
|
4738
4680
|
|
|
4739
4681
|
|
|
4740
4682
|
|
|
4741
|
-
var _ListQueriesCommand = class _ListQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4742
|
-
...commonParams
|
|
4743
|
-
}).m(function(Command, cs, config, o) {
|
|
4683
|
+
var _ListQueriesCommand = class _ListQueriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4744
4684
|
return [
|
|
4745
4685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4746
4686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4754,9 +4694,7 @@ var ListQueriesCommand = _ListQueriesCommand;
|
|
|
4754
4694
|
|
|
4755
4695
|
|
|
4756
4696
|
|
|
4757
|
-
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4758
|
-
...commonParams
|
|
4759
|
-
}).m(function(Command, cs, config, o) {
|
|
4697
|
+
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4760
4698
|
return [
|
|
4761
4699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4762
4700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4770,9 +4708,7 @@ var ListTagsCommand = _ListTagsCommand;
|
|
|
4770
4708
|
|
|
4771
4709
|
|
|
4772
4710
|
|
|
4773
|
-
var _ListTrailsCommand = class _ListTrailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4774
|
-
...commonParams
|
|
4775
|
-
}).m(function(Command, cs, config, o) {
|
|
4711
|
+
var _ListTrailsCommand = class _ListTrailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4776
4712
|
return [
|
|
4777
4713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4778
4714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4786,9 +4722,7 @@ var ListTrailsCommand = _ListTrailsCommand;
|
|
|
4786
4722
|
|
|
4787
4723
|
|
|
4788
4724
|
|
|
4789
|
-
var _LookupEventsCommand = class _LookupEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4790
|
-
...commonParams
|
|
4791
|
-
}).m(function(Command, cs, config, o) {
|
|
4725
|
+
var _LookupEventsCommand = class _LookupEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4792
4726
|
return [
|
|
4793
4727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4794
4728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4802,9 +4736,7 @@ var LookupEventsCommand = _LookupEventsCommand;
|
|
|
4802
4736
|
|
|
4803
4737
|
|
|
4804
4738
|
|
|
4805
|
-
var _PutEventSelectorsCommand = class _PutEventSelectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4806
|
-
...commonParams
|
|
4807
|
-
}).m(function(Command, cs, config, o) {
|
|
4739
|
+
var _PutEventSelectorsCommand = class _PutEventSelectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4808
4740
|
return [
|
|
4809
4741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4810
4742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4818,9 +4750,7 @@ var PutEventSelectorsCommand = _PutEventSelectorsCommand;
|
|
|
4818
4750
|
|
|
4819
4751
|
|
|
4820
4752
|
|
|
4821
|
-
var _PutInsightSelectorsCommand = class _PutInsightSelectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4822
|
-
...commonParams
|
|
4823
|
-
}).m(function(Command, cs, config, o) {
|
|
4753
|
+
var _PutInsightSelectorsCommand = class _PutInsightSelectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4824
4754
|
return [
|
|
4825
4755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4826
4756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4834,9 +4764,7 @@ var PutInsightSelectorsCommand = _PutInsightSelectorsCommand;
|
|
|
4834
4764
|
|
|
4835
4765
|
|
|
4836
4766
|
|
|
4837
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4838
|
-
...commonParams
|
|
4839
|
-
}).m(function(Command, cs, config, o) {
|
|
4767
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4840
4768
|
return [
|
|
4841
4769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4842
4770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4850,9 +4778,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
4850
4778
|
|
|
4851
4779
|
|
|
4852
4780
|
|
|
4853
|
-
var _RegisterOrganizationDelegatedAdminCommand = class _RegisterOrganizationDelegatedAdminCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4854
|
-
...commonParams
|
|
4855
|
-
}).m(function(Command, cs, config, o) {
|
|
4781
|
+
var _RegisterOrganizationDelegatedAdminCommand = class _RegisterOrganizationDelegatedAdminCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4856
4782
|
return [
|
|
4857
4783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4858
4784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4866,9 +4792,7 @@ var RegisterOrganizationDelegatedAdminCommand = _RegisterOrganizationDelegatedAd
|
|
|
4866
4792
|
|
|
4867
4793
|
|
|
4868
4794
|
|
|
4869
|
-
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4870
|
-
...commonParams
|
|
4871
|
-
}).m(function(Command, cs, config, o) {
|
|
4795
|
+
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4872
4796
|
return [
|
|
4873
4797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4874
4798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4882,9 +4806,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
4882
4806
|
|
|
4883
4807
|
|
|
4884
4808
|
|
|
4885
|
-
var _RestoreEventDataStoreCommand = class _RestoreEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4886
|
-
...commonParams
|
|
4887
|
-
}).m(function(Command, cs, config, o) {
|
|
4809
|
+
var _RestoreEventDataStoreCommand = class _RestoreEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4888
4810
|
return [
|
|
4889
4811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4890
4812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4898,9 +4820,7 @@ var RestoreEventDataStoreCommand = _RestoreEventDataStoreCommand;
|
|
|
4898
4820
|
|
|
4899
4821
|
|
|
4900
4822
|
|
|
4901
|
-
var _StartEventDataStoreIngestionCommand = class _StartEventDataStoreIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4902
|
-
...commonParams
|
|
4903
|
-
}).m(function(Command, cs, config, o) {
|
|
4823
|
+
var _StartEventDataStoreIngestionCommand = class _StartEventDataStoreIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4904
4824
|
return [
|
|
4905
4825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4906
4826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4914,9 +4834,7 @@ var StartEventDataStoreIngestionCommand = _StartEventDataStoreIngestionCommand;
|
|
|
4914
4834
|
|
|
4915
4835
|
|
|
4916
4836
|
|
|
4917
|
-
var _StartImportCommand = class _StartImportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4918
|
-
...commonParams
|
|
4919
|
-
}).m(function(Command, cs, config, o) {
|
|
4837
|
+
var _StartImportCommand = class _StartImportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4920
4838
|
return [
|
|
4921
4839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4922
4840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4930,9 +4848,7 @@ var StartImportCommand = _StartImportCommand;
|
|
|
4930
4848
|
|
|
4931
4849
|
|
|
4932
4850
|
|
|
4933
|
-
var _StartLoggingCommand = class _StartLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4934
|
-
...commonParams
|
|
4935
|
-
}).m(function(Command, cs, config, o) {
|
|
4851
|
+
var _StartLoggingCommand = class _StartLoggingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4936
4852
|
return [
|
|
4937
4853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4938
4854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4946,9 +4862,7 @@ var StartLoggingCommand = _StartLoggingCommand;
|
|
|
4946
4862
|
|
|
4947
4863
|
|
|
4948
4864
|
|
|
4949
|
-
var _StartQueryCommand = class _StartQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4950
|
-
...commonParams
|
|
4951
|
-
}).m(function(Command, cs, config, o) {
|
|
4865
|
+
var _StartQueryCommand = class _StartQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4952
4866
|
return [
|
|
4953
4867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4954
4868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4962,9 +4876,7 @@ var StartQueryCommand = _StartQueryCommand;
|
|
|
4962
4876
|
|
|
4963
4877
|
|
|
4964
4878
|
|
|
4965
|
-
var _StopEventDataStoreIngestionCommand = class _StopEventDataStoreIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4966
|
-
...commonParams
|
|
4967
|
-
}).m(function(Command, cs, config, o) {
|
|
4879
|
+
var _StopEventDataStoreIngestionCommand = class _StopEventDataStoreIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4968
4880
|
return [
|
|
4969
4881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4970
4882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4978,9 +4890,7 @@ var StopEventDataStoreIngestionCommand = _StopEventDataStoreIngestionCommand;
|
|
|
4978
4890
|
|
|
4979
4891
|
|
|
4980
4892
|
|
|
4981
|
-
var _StopImportCommand = class _StopImportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4982
|
-
...commonParams
|
|
4983
|
-
}).m(function(Command, cs, config, o) {
|
|
4893
|
+
var _StopImportCommand = class _StopImportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4984
4894
|
return [
|
|
4985
4895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4986
4896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4994,9 +4904,7 @@ var StopImportCommand = _StopImportCommand;
|
|
|
4994
4904
|
|
|
4995
4905
|
|
|
4996
4906
|
|
|
4997
|
-
var _StopLoggingCommand = class _StopLoggingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4998
|
-
...commonParams
|
|
4999
|
-
}).m(function(Command, cs, config, o) {
|
|
4907
|
+
var _StopLoggingCommand = class _StopLoggingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5000
4908
|
return [
|
|
5001
4909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5002
4910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5010,9 +4918,7 @@ var StopLoggingCommand = _StopLoggingCommand;
|
|
|
5010
4918
|
|
|
5011
4919
|
|
|
5012
4920
|
|
|
5013
|
-
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5014
|
-
...commonParams
|
|
5015
|
-
}).m(function(Command, cs, config, o) {
|
|
4921
|
+
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5016
4922
|
return [
|
|
5017
4923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5018
4924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5026,9 +4932,7 @@ var UpdateChannelCommand = _UpdateChannelCommand;
|
|
|
5026
4932
|
|
|
5027
4933
|
|
|
5028
4934
|
|
|
5029
|
-
var _UpdateEventDataStoreCommand = class _UpdateEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5030
|
-
...commonParams
|
|
5031
|
-
}).m(function(Command, cs, config, o) {
|
|
4935
|
+
var _UpdateEventDataStoreCommand = class _UpdateEventDataStoreCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5032
4936
|
return [
|
|
5033
4937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5034
4938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5042,9 +4946,7 @@ var UpdateEventDataStoreCommand = _UpdateEventDataStoreCommand;
|
|
|
5042
4946
|
|
|
5043
4947
|
|
|
5044
4948
|
|
|
5045
|
-
var _UpdateTrailCommand = class _UpdateTrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5046
|
-
...commonParams
|
|
5047
|
-
}).m(function(Command, cs, config, o) {
|
|
4949
|
+
var _UpdateTrailCommand = class _UpdateTrailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5048
4950
|
return [
|
|
5049
4951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5050
4952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEventDataStoreCommand, se_CreateEventDataStoreCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEventDataStoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTrailCommand, se_CreateTrailCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTrailCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEventDataStoreCommand, se_DeleteEventDataStoreCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEventDataStoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTrailCommand, se_DeleteTrailCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTrailCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterOrganizationDelegatedAdminCommand, se_DeregisterOrganizati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterOrganizationDelegatedAdminCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeQueryCommand, se_DescribeQueryCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeTrailsCommand, se_DescribeTrailsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTrailsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableFederationCommand, se_DisableFederationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableFederationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableFederationCommand, se_EnableFederationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableFederationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEventDataStoreCommand, se_GetEventDataStoreCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEventDataStoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEventSelectorsCommand, se_GetEventSelectorsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEventSelectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetImportCommand, se_GetImportCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetImportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetInsightSelectorsCommand, se_GetInsightSelectorsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetInsightSelectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryResultsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTrailCommand, se_GetTrailCommand } from "../protocols/Aws_json1_1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTrailCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTrailStatusCommand, se_GetTrailStatusCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTrailStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListChannelsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEventDataStoresCommand, se_ListEventDataStoresCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEventDataStoresCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListImportFailuresCommand, se_ListImportFailuresCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListImportFailuresCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListImportsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListInsightsMetricDataCommand, se_ListInsightsMetricDataCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInsightsMetricDataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPublicKeysCommand, se_ListPublicKeysCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPublicKeysCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListQueriesCommand, se_ListQueriesCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListQueriesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTrailsCommand, se_ListTrailsCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTrailsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_LookupEventsCommand, se_LookupEventsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class LookupEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutEventSelectorsCommand, se_PutEventSelectorsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutEventSelectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutInsightSelectorsCommand, se_PutInsightSelectorsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutInsightSelectorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RegisterOrganizationDelegatedAdminCommand, se_RegisterOrganizationDe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterOrganizationDelegatedAdminCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RestoreEventDataStoreCommand, se_RestoreEventDataStoreCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RestoreEventDataStoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartEventDataStoreIngestionCommand, se_StartEventDataStoreIngestion
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartEventDataStoreIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartImportCommand, se_StartImportCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartImportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartLoggingCommand, se_StartLoggingCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartLoggingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartQueryCommand, se_StartQueryCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopEventDataStoreIngestionCommand, se_StopEventDataStoreIngestionCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopEventDataStoreIngestionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopImportCommand, se_StopImportCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopImportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopLoggingCommand, se_StopLoggingCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopLoggingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateEventDataStoreCommand, se_UpdateEventDataStoreCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEventDataStoreCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTrailCommand, se_UpdateTrailCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTrailCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|