@aws-sdk/client-cloudtrail 3.1077.0 → 3.1078.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 +68 -603
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/CancelQueryCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateDashboardCommand.js +2 -14
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -14
- package/dist-es/commands/CreateTrailCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteDashboardCommand.js +2 -14
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTrailCommand.js +2 -14
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -14
- package/dist-es/commands/DescribeQueryCommand.js +2 -14
- package/dist-es/commands/DescribeTrailsCommand.js +2 -14
- package/dist-es/commands/DisableFederationCommand.js +2 -14
- package/dist-es/commands/EnableFederationCommand.js +2 -14
- package/dist-es/commands/GenerateQueryCommand.js +2 -14
- package/dist-es/commands/GetChannelCommand.js +2 -14
- package/dist-es/commands/GetDashboardCommand.js +2 -14
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -14
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -14
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -14
- package/dist-es/commands/GetImportCommand.js +2 -14
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -14
- package/dist-es/commands/GetQueryResultsCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/GetTrailCommand.js +2 -14
- package/dist-es/commands/GetTrailStatusCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListDashboardsCommand.js +2 -14
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -14
- package/dist-es/commands/ListImportFailuresCommand.js +2 -14
- package/dist-es/commands/ListImportsCommand.js +2 -14
- package/dist-es/commands/ListInsightsDataCommand.js +2 -14
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListQueriesCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/ListTrailsCommand.js +2 -14
- package/dist-es/commands/LookupEventsCommand.js +2 -14
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -14
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -14
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -14
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -14
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -14
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -14
- package/dist-es/commands/StartImportCommand.js +2 -14
- package/dist-es/commands/StartLoggingCommand.js +2 -14
- package/dist-es/commands/StartQueryCommand.js +2 -14
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -14
- package/dist-es/commands/StopImportCommand.js +2 -14
- package/dist-es/commands/StopLoggingCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateDashboardCommand.js +2 -14
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -14
- package/dist-es/commands/UpdateTrailCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/CancelQueryCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateDashboardCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrailCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrailCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQueryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrailsCommand.d.ts +3 -8
- package/dist-types/commands/DisableFederationCommand.d.ts +3 -8
- package/dist-types/commands/EnableFederationCommand.d.ts +3 -8
- package/dist-types/commands/GenerateQueryCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
- package/dist-types/commands/GetEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetImportCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTrailCommand.d.ts +3 -8
- package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -8
- package/dist-types/commands/ListImportsCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsDataCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListQueriesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrailsCommand.d.ts +3 -8
- package/dist-types/commands/LookupEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/SearchSampleQueriesCommand.d.ts +3 -8
- package/dist-types/commands/StartDashboardRefreshCommand.d.ts +3 -8
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +3 -8
- package/dist-types/commands/StartImportCommand.d.ts +3 -8
- package/dist-types/commands/StartLoggingCommand.d.ts +3 -8
- package/dist-types/commands/StartQueryCommand.d.ts +3 -8
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +3 -8
- package/dist-types/commands/StopImportCommand.d.ts +3 -8
- package/dist-types/commands/StopLoggingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrailCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -3559,724 +3560,188 @@ class CloudTrailClient extends Client {
|
|
|
3559
3560
|
}
|
|
3560
3561
|
}
|
|
3561
3562
|
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
})
|
|
3568
|
-
.s("CloudTrail_20131101", "AddTags", {})
|
|
3569
|
-
.n("CloudTrailClient", "AddTagsCommand")
|
|
3570
|
-
.sc(AddTags$)
|
|
3571
|
-
.build() {
|
|
3563
|
+
const command = makeBuilder(commonParams, "CloudTrail_20131101", "CloudTrailClient", getEndpointPlugin);
|
|
3564
|
+
const _ep0 = {};
|
|
3565
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3566
|
+
|
|
3567
|
+
class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
3572
3568
|
}
|
|
3573
3569
|
|
|
3574
|
-
class CancelQueryCommand extends
|
|
3575
|
-
.classBuilder()
|
|
3576
|
-
.ep(commonParams)
|
|
3577
|
-
.m(function (Command, cs, config, o) {
|
|
3578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3579
|
-
})
|
|
3580
|
-
.s("CloudTrail_20131101", "CancelQuery", {})
|
|
3581
|
-
.n("CloudTrailClient", "CancelQueryCommand")
|
|
3582
|
-
.sc(CancelQuery$)
|
|
3583
|
-
.build() {
|
|
3570
|
+
class CancelQueryCommand extends command(_ep0, _mw0, "CancelQuery", CancelQuery$) {
|
|
3584
3571
|
}
|
|
3585
3572
|
|
|
3586
|
-
class CreateChannelCommand extends
|
|
3587
|
-
.classBuilder()
|
|
3588
|
-
.ep(commonParams)
|
|
3589
|
-
.m(function (Command, cs, config, o) {
|
|
3590
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3591
|
-
})
|
|
3592
|
-
.s("CloudTrail_20131101", "CreateChannel", {})
|
|
3593
|
-
.n("CloudTrailClient", "CreateChannelCommand")
|
|
3594
|
-
.sc(CreateChannel$)
|
|
3595
|
-
.build() {
|
|
3573
|
+
class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
|
|
3596
3574
|
}
|
|
3597
3575
|
|
|
3598
|
-
class CreateDashboardCommand extends
|
|
3599
|
-
.classBuilder()
|
|
3600
|
-
.ep(commonParams)
|
|
3601
|
-
.m(function (Command, cs, config, o) {
|
|
3602
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3603
|
-
})
|
|
3604
|
-
.s("CloudTrail_20131101", "CreateDashboard", {})
|
|
3605
|
-
.n("CloudTrailClient", "CreateDashboardCommand")
|
|
3606
|
-
.sc(CreateDashboard$)
|
|
3607
|
-
.build() {
|
|
3576
|
+
class CreateDashboardCommand extends command(_ep0, _mw0, "CreateDashboard", CreateDashboard$) {
|
|
3608
3577
|
}
|
|
3609
3578
|
|
|
3610
|
-
class CreateEventDataStoreCommand extends
|
|
3611
|
-
.classBuilder()
|
|
3612
|
-
.ep(commonParams)
|
|
3613
|
-
.m(function (Command, cs, config, o) {
|
|
3614
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3615
|
-
})
|
|
3616
|
-
.s("CloudTrail_20131101", "CreateEventDataStore", {})
|
|
3617
|
-
.n("CloudTrailClient", "CreateEventDataStoreCommand")
|
|
3618
|
-
.sc(CreateEventDataStore$)
|
|
3619
|
-
.build() {
|
|
3579
|
+
class CreateEventDataStoreCommand extends command(_ep0, _mw0, "CreateEventDataStore", CreateEventDataStore$) {
|
|
3620
3580
|
}
|
|
3621
3581
|
|
|
3622
|
-
class CreateTrailCommand extends
|
|
3623
|
-
.classBuilder()
|
|
3624
|
-
.ep(commonParams)
|
|
3625
|
-
.m(function (Command, cs, config, o) {
|
|
3626
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3627
|
-
})
|
|
3628
|
-
.s("CloudTrail_20131101", "CreateTrail", {})
|
|
3629
|
-
.n("CloudTrailClient", "CreateTrailCommand")
|
|
3630
|
-
.sc(CreateTrail$)
|
|
3631
|
-
.build() {
|
|
3582
|
+
class CreateTrailCommand extends command(_ep0, _mw0, "CreateTrail", CreateTrail$) {
|
|
3632
3583
|
}
|
|
3633
3584
|
|
|
3634
|
-
class DeleteChannelCommand extends
|
|
3635
|
-
.classBuilder()
|
|
3636
|
-
.ep(commonParams)
|
|
3637
|
-
.m(function (Command, cs, config, o) {
|
|
3638
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3639
|
-
})
|
|
3640
|
-
.s("CloudTrail_20131101", "DeleteChannel", {})
|
|
3641
|
-
.n("CloudTrailClient", "DeleteChannelCommand")
|
|
3642
|
-
.sc(DeleteChannel$)
|
|
3643
|
-
.build() {
|
|
3585
|
+
class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
|
|
3644
3586
|
}
|
|
3645
3587
|
|
|
3646
|
-
class DeleteDashboardCommand extends
|
|
3647
|
-
.classBuilder()
|
|
3648
|
-
.ep(commonParams)
|
|
3649
|
-
.m(function (Command, cs, config, o) {
|
|
3650
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3651
|
-
})
|
|
3652
|
-
.s("CloudTrail_20131101", "DeleteDashboard", {})
|
|
3653
|
-
.n("CloudTrailClient", "DeleteDashboardCommand")
|
|
3654
|
-
.sc(DeleteDashboard$)
|
|
3655
|
-
.build() {
|
|
3588
|
+
class DeleteDashboardCommand extends command(_ep0, _mw0, "DeleteDashboard", DeleteDashboard$) {
|
|
3656
3589
|
}
|
|
3657
3590
|
|
|
3658
|
-
class DeleteEventDataStoreCommand extends
|
|
3659
|
-
.classBuilder()
|
|
3660
|
-
.ep(commonParams)
|
|
3661
|
-
.m(function (Command, cs, config, o) {
|
|
3662
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3663
|
-
})
|
|
3664
|
-
.s("CloudTrail_20131101", "DeleteEventDataStore", {})
|
|
3665
|
-
.n("CloudTrailClient", "DeleteEventDataStoreCommand")
|
|
3666
|
-
.sc(DeleteEventDataStore$)
|
|
3667
|
-
.build() {
|
|
3591
|
+
class DeleteEventDataStoreCommand extends command(_ep0, _mw0, "DeleteEventDataStore", DeleteEventDataStore$) {
|
|
3668
3592
|
}
|
|
3669
3593
|
|
|
3670
|
-
class DeleteResourcePolicyCommand extends
|
|
3671
|
-
.classBuilder()
|
|
3672
|
-
.ep(commonParams)
|
|
3673
|
-
.m(function (Command, cs, config, o) {
|
|
3674
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3675
|
-
})
|
|
3676
|
-
.s("CloudTrail_20131101", "DeleteResourcePolicy", {})
|
|
3677
|
-
.n("CloudTrailClient", "DeleteResourcePolicyCommand")
|
|
3678
|
-
.sc(DeleteResourcePolicy$)
|
|
3679
|
-
.build() {
|
|
3594
|
+
class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
3680
3595
|
}
|
|
3681
3596
|
|
|
3682
|
-
class DeleteTrailCommand extends
|
|
3683
|
-
.classBuilder()
|
|
3684
|
-
.ep(commonParams)
|
|
3685
|
-
.m(function (Command, cs, config, o) {
|
|
3686
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3687
|
-
})
|
|
3688
|
-
.s("CloudTrail_20131101", "DeleteTrail", {})
|
|
3689
|
-
.n("CloudTrailClient", "DeleteTrailCommand")
|
|
3690
|
-
.sc(DeleteTrail$)
|
|
3691
|
-
.build() {
|
|
3597
|
+
class DeleteTrailCommand extends command(_ep0, _mw0, "DeleteTrail", DeleteTrail$) {
|
|
3692
3598
|
}
|
|
3693
3599
|
|
|
3694
|
-
class DeregisterOrganizationDelegatedAdminCommand extends
|
|
3695
|
-
.classBuilder()
|
|
3696
|
-
.ep(commonParams)
|
|
3697
|
-
.m(function (Command, cs, config, o) {
|
|
3698
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3699
|
-
})
|
|
3700
|
-
.s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
|
|
3701
|
-
.n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
|
|
3702
|
-
.sc(DeregisterOrganizationDelegatedAdmin$)
|
|
3703
|
-
.build() {
|
|
3600
|
+
class DeregisterOrganizationDelegatedAdminCommand extends command(_ep0, _mw0, "DeregisterOrganizationDelegatedAdmin", DeregisterOrganizationDelegatedAdmin$) {
|
|
3704
3601
|
}
|
|
3705
3602
|
|
|
3706
|
-
class DescribeQueryCommand extends
|
|
3707
|
-
.classBuilder()
|
|
3708
|
-
.ep(commonParams)
|
|
3709
|
-
.m(function (Command, cs, config, o) {
|
|
3710
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3711
|
-
})
|
|
3712
|
-
.s("CloudTrail_20131101", "DescribeQuery", {})
|
|
3713
|
-
.n("CloudTrailClient", "DescribeQueryCommand")
|
|
3714
|
-
.sc(DescribeQuery$)
|
|
3715
|
-
.build() {
|
|
3603
|
+
class DescribeQueryCommand extends command(_ep0, _mw0, "DescribeQuery", DescribeQuery$) {
|
|
3716
3604
|
}
|
|
3717
3605
|
|
|
3718
|
-
class DescribeTrailsCommand extends
|
|
3719
|
-
.classBuilder()
|
|
3720
|
-
.ep(commonParams)
|
|
3721
|
-
.m(function (Command, cs, config, o) {
|
|
3722
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3723
|
-
})
|
|
3724
|
-
.s("CloudTrail_20131101", "DescribeTrails", {})
|
|
3725
|
-
.n("CloudTrailClient", "DescribeTrailsCommand")
|
|
3726
|
-
.sc(DescribeTrails$)
|
|
3727
|
-
.build() {
|
|
3606
|
+
class DescribeTrailsCommand extends command(_ep0, _mw0, "DescribeTrails", DescribeTrails$) {
|
|
3728
3607
|
}
|
|
3729
3608
|
|
|
3730
|
-
class DisableFederationCommand extends
|
|
3731
|
-
.classBuilder()
|
|
3732
|
-
.ep(commonParams)
|
|
3733
|
-
.m(function (Command, cs, config, o) {
|
|
3734
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3735
|
-
})
|
|
3736
|
-
.s("CloudTrail_20131101", "DisableFederation", {})
|
|
3737
|
-
.n("CloudTrailClient", "DisableFederationCommand")
|
|
3738
|
-
.sc(DisableFederation$)
|
|
3739
|
-
.build() {
|
|
3609
|
+
class DisableFederationCommand extends command(_ep0, _mw0, "DisableFederation", DisableFederation$) {
|
|
3740
3610
|
}
|
|
3741
3611
|
|
|
3742
|
-
class EnableFederationCommand extends
|
|
3743
|
-
.classBuilder()
|
|
3744
|
-
.ep(commonParams)
|
|
3745
|
-
.m(function (Command, cs, config, o) {
|
|
3746
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3747
|
-
})
|
|
3748
|
-
.s("CloudTrail_20131101", "EnableFederation", {})
|
|
3749
|
-
.n("CloudTrailClient", "EnableFederationCommand")
|
|
3750
|
-
.sc(EnableFederation$)
|
|
3751
|
-
.build() {
|
|
3612
|
+
class EnableFederationCommand extends command(_ep0, _mw0, "EnableFederation", EnableFederation$) {
|
|
3752
3613
|
}
|
|
3753
3614
|
|
|
3754
|
-
class GenerateQueryCommand extends
|
|
3755
|
-
.classBuilder()
|
|
3756
|
-
.ep(commonParams)
|
|
3757
|
-
.m(function (Command, cs, config, o) {
|
|
3758
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3759
|
-
})
|
|
3760
|
-
.s("CloudTrail_20131101", "GenerateQuery", {})
|
|
3761
|
-
.n("CloudTrailClient", "GenerateQueryCommand")
|
|
3762
|
-
.sc(GenerateQuery$)
|
|
3763
|
-
.build() {
|
|
3615
|
+
class GenerateQueryCommand extends command(_ep0, _mw0, "GenerateQuery", GenerateQuery$) {
|
|
3764
3616
|
}
|
|
3765
3617
|
|
|
3766
|
-
class GetChannelCommand extends
|
|
3767
|
-
.classBuilder()
|
|
3768
|
-
.ep(commonParams)
|
|
3769
|
-
.m(function (Command, cs, config, o) {
|
|
3770
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3771
|
-
})
|
|
3772
|
-
.s("CloudTrail_20131101", "GetChannel", {})
|
|
3773
|
-
.n("CloudTrailClient", "GetChannelCommand")
|
|
3774
|
-
.sc(GetChannel$)
|
|
3775
|
-
.build() {
|
|
3618
|
+
class GetChannelCommand extends command(_ep0, _mw0, "GetChannel", GetChannel$) {
|
|
3776
3619
|
}
|
|
3777
3620
|
|
|
3778
|
-
class GetDashboardCommand extends
|
|
3779
|
-
.classBuilder()
|
|
3780
|
-
.ep(commonParams)
|
|
3781
|
-
.m(function (Command, cs, config, o) {
|
|
3782
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3783
|
-
})
|
|
3784
|
-
.s("CloudTrail_20131101", "GetDashboard", {})
|
|
3785
|
-
.n("CloudTrailClient", "GetDashboardCommand")
|
|
3786
|
-
.sc(GetDashboard$)
|
|
3787
|
-
.build() {
|
|
3621
|
+
class GetDashboardCommand extends command(_ep0, _mw0, "GetDashboard", GetDashboard$) {
|
|
3788
3622
|
}
|
|
3789
3623
|
|
|
3790
|
-
class GetEventConfigurationCommand extends
|
|
3791
|
-
.classBuilder()
|
|
3792
|
-
.ep(commonParams)
|
|
3793
|
-
.m(function (Command, cs, config, o) {
|
|
3794
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3795
|
-
})
|
|
3796
|
-
.s("CloudTrail_20131101", "GetEventConfiguration", {})
|
|
3797
|
-
.n("CloudTrailClient", "GetEventConfigurationCommand")
|
|
3798
|
-
.sc(GetEventConfiguration$)
|
|
3799
|
-
.build() {
|
|
3624
|
+
class GetEventConfigurationCommand extends command(_ep0, _mw0, "GetEventConfiguration", GetEventConfiguration$) {
|
|
3800
3625
|
}
|
|
3801
3626
|
|
|
3802
|
-
class GetEventDataStoreCommand extends
|
|
3803
|
-
.classBuilder()
|
|
3804
|
-
.ep(commonParams)
|
|
3805
|
-
.m(function (Command, cs, config, o) {
|
|
3806
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3807
|
-
})
|
|
3808
|
-
.s("CloudTrail_20131101", "GetEventDataStore", {})
|
|
3809
|
-
.n("CloudTrailClient", "GetEventDataStoreCommand")
|
|
3810
|
-
.sc(GetEventDataStore$)
|
|
3811
|
-
.build() {
|
|
3627
|
+
class GetEventDataStoreCommand extends command(_ep0, _mw0, "GetEventDataStore", GetEventDataStore$) {
|
|
3812
3628
|
}
|
|
3813
3629
|
|
|
3814
|
-
class GetEventSelectorsCommand extends
|
|
3815
|
-
.classBuilder()
|
|
3816
|
-
.ep(commonParams)
|
|
3817
|
-
.m(function (Command, cs, config, o) {
|
|
3818
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3819
|
-
})
|
|
3820
|
-
.s("CloudTrail_20131101", "GetEventSelectors", {})
|
|
3821
|
-
.n("CloudTrailClient", "GetEventSelectorsCommand")
|
|
3822
|
-
.sc(GetEventSelectors$)
|
|
3823
|
-
.build() {
|
|
3630
|
+
class GetEventSelectorsCommand extends command(_ep0, _mw0, "GetEventSelectors", GetEventSelectors$) {
|
|
3824
3631
|
}
|
|
3825
3632
|
|
|
3826
|
-
class GetImportCommand extends
|
|
3827
|
-
.classBuilder()
|
|
3828
|
-
.ep(commonParams)
|
|
3829
|
-
.m(function (Command, cs, config, o) {
|
|
3830
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3831
|
-
})
|
|
3832
|
-
.s("CloudTrail_20131101", "GetImport", {})
|
|
3833
|
-
.n("CloudTrailClient", "GetImportCommand")
|
|
3834
|
-
.sc(GetImport$)
|
|
3835
|
-
.build() {
|
|
3633
|
+
class GetImportCommand extends command(_ep0, _mw0, "GetImport", GetImport$) {
|
|
3836
3634
|
}
|
|
3837
3635
|
|
|
3838
|
-
class GetInsightSelectorsCommand extends
|
|
3839
|
-
.classBuilder()
|
|
3840
|
-
.ep(commonParams)
|
|
3841
|
-
.m(function (Command, cs, config, o) {
|
|
3842
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3843
|
-
})
|
|
3844
|
-
.s("CloudTrail_20131101", "GetInsightSelectors", {})
|
|
3845
|
-
.n("CloudTrailClient", "GetInsightSelectorsCommand")
|
|
3846
|
-
.sc(GetInsightSelectors$)
|
|
3847
|
-
.build() {
|
|
3636
|
+
class GetInsightSelectorsCommand extends command(_ep0, _mw0, "GetInsightSelectors", GetInsightSelectors$) {
|
|
3848
3637
|
}
|
|
3849
3638
|
|
|
3850
|
-
class GetQueryResultsCommand extends
|
|
3851
|
-
.classBuilder()
|
|
3852
|
-
.ep(commonParams)
|
|
3853
|
-
.m(function (Command, cs, config, o) {
|
|
3854
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3855
|
-
})
|
|
3856
|
-
.s("CloudTrail_20131101", "GetQueryResults", {})
|
|
3857
|
-
.n("CloudTrailClient", "GetQueryResultsCommand")
|
|
3858
|
-
.sc(GetQueryResults$)
|
|
3859
|
-
.build() {
|
|
3639
|
+
class GetQueryResultsCommand extends command(_ep0, _mw0, "GetQueryResults", GetQueryResults$) {
|
|
3860
3640
|
}
|
|
3861
3641
|
|
|
3862
|
-
class GetResourcePolicyCommand extends
|
|
3863
|
-
.classBuilder()
|
|
3864
|
-
.ep(commonParams)
|
|
3865
|
-
.m(function (Command, cs, config, o) {
|
|
3866
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3867
|
-
})
|
|
3868
|
-
.s("CloudTrail_20131101", "GetResourcePolicy", {})
|
|
3869
|
-
.n("CloudTrailClient", "GetResourcePolicyCommand")
|
|
3870
|
-
.sc(GetResourcePolicy$)
|
|
3871
|
-
.build() {
|
|
3642
|
+
class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
3872
3643
|
}
|
|
3873
3644
|
|
|
3874
|
-
class GetTrailCommand extends
|
|
3875
|
-
.classBuilder()
|
|
3876
|
-
.ep(commonParams)
|
|
3877
|
-
.m(function (Command, cs, config, o) {
|
|
3878
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3879
|
-
})
|
|
3880
|
-
.s("CloudTrail_20131101", "GetTrail", {})
|
|
3881
|
-
.n("CloudTrailClient", "GetTrailCommand")
|
|
3882
|
-
.sc(GetTrail$)
|
|
3883
|
-
.build() {
|
|
3645
|
+
class GetTrailCommand extends command(_ep0, _mw0, "GetTrail", GetTrail$) {
|
|
3884
3646
|
}
|
|
3885
3647
|
|
|
3886
|
-
class GetTrailStatusCommand extends
|
|
3887
|
-
.classBuilder()
|
|
3888
|
-
.ep(commonParams)
|
|
3889
|
-
.m(function (Command, cs, config, o) {
|
|
3890
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3891
|
-
})
|
|
3892
|
-
.s("CloudTrail_20131101", "GetTrailStatus", {})
|
|
3893
|
-
.n("CloudTrailClient", "GetTrailStatusCommand")
|
|
3894
|
-
.sc(GetTrailStatus$)
|
|
3895
|
-
.build() {
|
|
3648
|
+
class GetTrailStatusCommand extends command(_ep0, _mw0, "GetTrailStatus", GetTrailStatus$) {
|
|
3896
3649
|
}
|
|
3897
3650
|
|
|
3898
|
-
class ListChannelsCommand extends
|
|
3899
|
-
.classBuilder()
|
|
3900
|
-
.ep(commonParams)
|
|
3901
|
-
.m(function (Command, cs, config, o) {
|
|
3902
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3903
|
-
})
|
|
3904
|
-
.s("CloudTrail_20131101", "ListChannels", {})
|
|
3905
|
-
.n("CloudTrailClient", "ListChannelsCommand")
|
|
3906
|
-
.sc(ListChannels$)
|
|
3907
|
-
.build() {
|
|
3651
|
+
class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
3908
3652
|
}
|
|
3909
3653
|
|
|
3910
|
-
class ListDashboardsCommand extends
|
|
3911
|
-
.classBuilder()
|
|
3912
|
-
.ep(commonParams)
|
|
3913
|
-
.m(function (Command, cs, config, o) {
|
|
3914
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3915
|
-
})
|
|
3916
|
-
.s("CloudTrail_20131101", "ListDashboards", {})
|
|
3917
|
-
.n("CloudTrailClient", "ListDashboardsCommand")
|
|
3918
|
-
.sc(ListDashboards$)
|
|
3919
|
-
.build() {
|
|
3654
|
+
class ListDashboardsCommand extends command(_ep0, _mw0, "ListDashboards", ListDashboards$) {
|
|
3920
3655
|
}
|
|
3921
3656
|
|
|
3922
|
-
class ListEventDataStoresCommand extends
|
|
3923
|
-
.classBuilder()
|
|
3924
|
-
.ep(commonParams)
|
|
3925
|
-
.m(function (Command, cs, config, o) {
|
|
3926
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3927
|
-
})
|
|
3928
|
-
.s("CloudTrail_20131101", "ListEventDataStores", {})
|
|
3929
|
-
.n("CloudTrailClient", "ListEventDataStoresCommand")
|
|
3930
|
-
.sc(ListEventDataStores$)
|
|
3931
|
-
.build() {
|
|
3657
|
+
class ListEventDataStoresCommand extends command(_ep0, _mw0, "ListEventDataStores", ListEventDataStores$) {
|
|
3932
3658
|
}
|
|
3933
3659
|
|
|
3934
|
-
class ListImportFailuresCommand extends
|
|
3935
|
-
.classBuilder()
|
|
3936
|
-
.ep(commonParams)
|
|
3937
|
-
.m(function (Command, cs, config, o) {
|
|
3938
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3939
|
-
})
|
|
3940
|
-
.s("CloudTrail_20131101", "ListImportFailures", {})
|
|
3941
|
-
.n("CloudTrailClient", "ListImportFailuresCommand")
|
|
3942
|
-
.sc(ListImportFailures$)
|
|
3943
|
-
.build() {
|
|
3660
|
+
class ListImportFailuresCommand extends command(_ep0, _mw0, "ListImportFailures", ListImportFailures$) {
|
|
3944
3661
|
}
|
|
3945
3662
|
|
|
3946
|
-
class ListImportsCommand extends
|
|
3947
|
-
.classBuilder()
|
|
3948
|
-
.ep(commonParams)
|
|
3949
|
-
.m(function (Command, cs, config, o) {
|
|
3950
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3951
|
-
})
|
|
3952
|
-
.s("CloudTrail_20131101", "ListImports", {})
|
|
3953
|
-
.n("CloudTrailClient", "ListImportsCommand")
|
|
3954
|
-
.sc(ListImports$)
|
|
3955
|
-
.build() {
|
|
3663
|
+
class ListImportsCommand extends command(_ep0, _mw0, "ListImports", ListImports$) {
|
|
3956
3664
|
}
|
|
3957
3665
|
|
|
3958
|
-
class ListInsightsDataCommand extends
|
|
3959
|
-
.classBuilder()
|
|
3960
|
-
.ep(commonParams)
|
|
3961
|
-
.m(function (Command, cs, config, o) {
|
|
3962
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3963
|
-
})
|
|
3964
|
-
.s("CloudTrail_20131101", "ListInsightsData", {})
|
|
3965
|
-
.n("CloudTrailClient", "ListInsightsDataCommand")
|
|
3966
|
-
.sc(ListInsightsData$)
|
|
3967
|
-
.build() {
|
|
3666
|
+
class ListInsightsDataCommand extends command(_ep0, _mw0, "ListInsightsData", ListInsightsData$) {
|
|
3968
3667
|
}
|
|
3969
3668
|
|
|
3970
|
-
class ListInsightsMetricDataCommand extends
|
|
3971
|
-
.classBuilder()
|
|
3972
|
-
.ep(commonParams)
|
|
3973
|
-
.m(function (Command, cs, config, o) {
|
|
3974
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3975
|
-
})
|
|
3976
|
-
.s("CloudTrail_20131101", "ListInsightsMetricData", {})
|
|
3977
|
-
.n("CloudTrailClient", "ListInsightsMetricDataCommand")
|
|
3978
|
-
.sc(ListInsightsMetricData$)
|
|
3979
|
-
.build() {
|
|
3669
|
+
class ListInsightsMetricDataCommand extends command(_ep0, _mw0, "ListInsightsMetricData", ListInsightsMetricData$) {
|
|
3980
3670
|
}
|
|
3981
3671
|
|
|
3982
|
-
class ListPublicKeysCommand extends
|
|
3983
|
-
.classBuilder()
|
|
3984
|
-
.ep(commonParams)
|
|
3985
|
-
.m(function (Command, cs, config, o) {
|
|
3986
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3987
|
-
})
|
|
3988
|
-
.s("CloudTrail_20131101", "ListPublicKeys", {})
|
|
3989
|
-
.n("CloudTrailClient", "ListPublicKeysCommand")
|
|
3990
|
-
.sc(ListPublicKeys$)
|
|
3991
|
-
.build() {
|
|
3672
|
+
class ListPublicKeysCommand extends command(_ep0, _mw0, "ListPublicKeys", ListPublicKeys$) {
|
|
3992
3673
|
}
|
|
3993
3674
|
|
|
3994
|
-
class ListQueriesCommand extends
|
|
3995
|
-
.classBuilder()
|
|
3996
|
-
.ep(commonParams)
|
|
3997
|
-
.m(function (Command, cs, config, o) {
|
|
3998
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3999
|
-
})
|
|
4000
|
-
.s("CloudTrail_20131101", "ListQueries", {})
|
|
4001
|
-
.n("CloudTrailClient", "ListQueriesCommand")
|
|
4002
|
-
.sc(ListQueries$)
|
|
4003
|
-
.build() {
|
|
3675
|
+
class ListQueriesCommand extends command(_ep0, _mw0, "ListQueries", ListQueries$) {
|
|
4004
3676
|
}
|
|
4005
3677
|
|
|
4006
|
-
class ListTagsCommand extends
|
|
4007
|
-
.classBuilder()
|
|
4008
|
-
.ep(commonParams)
|
|
4009
|
-
.m(function (Command, cs, config, o) {
|
|
4010
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4011
|
-
})
|
|
4012
|
-
.s("CloudTrail_20131101", "ListTags", {})
|
|
4013
|
-
.n("CloudTrailClient", "ListTagsCommand")
|
|
4014
|
-
.sc(ListTags$)
|
|
4015
|
-
.build() {
|
|
3678
|
+
class ListTagsCommand extends command(_ep0, _mw0, "ListTags", ListTags$) {
|
|
4016
3679
|
}
|
|
4017
3680
|
|
|
4018
|
-
class ListTrailsCommand extends
|
|
4019
|
-
.classBuilder()
|
|
4020
|
-
.ep(commonParams)
|
|
4021
|
-
.m(function (Command, cs, config, o) {
|
|
4022
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4023
|
-
})
|
|
4024
|
-
.s("CloudTrail_20131101", "ListTrails", {})
|
|
4025
|
-
.n("CloudTrailClient", "ListTrailsCommand")
|
|
4026
|
-
.sc(ListTrails$)
|
|
4027
|
-
.build() {
|
|
3681
|
+
class ListTrailsCommand extends command(_ep0, _mw0, "ListTrails", ListTrails$) {
|
|
4028
3682
|
}
|
|
4029
3683
|
|
|
4030
|
-
class LookupEventsCommand extends
|
|
4031
|
-
.classBuilder()
|
|
4032
|
-
.ep(commonParams)
|
|
4033
|
-
.m(function (Command, cs, config, o) {
|
|
4034
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4035
|
-
})
|
|
4036
|
-
.s("CloudTrail_20131101", "LookupEvents", {})
|
|
4037
|
-
.n("CloudTrailClient", "LookupEventsCommand")
|
|
4038
|
-
.sc(LookupEvents$)
|
|
4039
|
-
.build() {
|
|
3684
|
+
class LookupEventsCommand extends command(_ep0, _mw0, "LookupEvents", LookupEvents$) {
|
|
4040
3685
|
}
|
|
4041
3686
|
|
|
4042
|
-
class PutEventConfigurationCommand extends
|
|
4043
|
-
.classBuilder()
|
|
4044
|
-
.ep(commonParams)
|
|
4045
|
-
.m(function (Command, cs, config, o) {
|
|
4046
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4047
|
-
})
|
|
4048
|
-
.s("CloudTrail_20131101", "PutEventConfiguration", {})
|
|
4049
|
-
.n("CloudTrailClient", "PutEventConfigurationCommand")
|
|
4050
|
-
.sc(PutEventConfiguration$)
|
|
4051
|
-
.build() {
|
|
3687
|
+
class PutEventConfigurationCommand extends command(_ep0, _mw0, "PutEventConfiguration", PutEventConfiguration$) {
|
|
4052
3688
|
}
|
|
4053
3689
|
|
|
4054
|
-
class PutEventSelectorsCommand extends
|
|
4055
|
-
.classBuilder()
|
|
4056
|
-
.ep(commonParams)
|
|
4057
|
-
.m(function (Command, cs, config, o) {
|
|
4058
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4059
|
-
})
|
|
4060
|
-
.s("CloudTrail_20131101", "PutEventSelectors", {})
|
|
4061
|
-
.n("CloudTrailClient", "PutEventSelectorsCommand")
|
|
4062
|
-
.sc(PutEventSelectors$)
|
|
4063
|
-
.build() {
|
|
3690
|
+
class PutEventSelectorsCommand extends command(_ep0, _mw0, "PutEventSelectors", PutEventSelectors$) {
|
|
4064
3691
|
}
|
|
4065
3692
|
|
|
4066
|
-
class PutInsightSelectorsCommand extends
|
|
4067
|
-
.classBuilder()
|
|
4068
|
-
.ep(commonParams)
|
|
4069
|
-
.m(function (Command, cs, config, o) {
|
|
4070
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4071
|
-
})
|
|
4072
|
-
.s("CloudTrail_20131101", "PutInsightSelectors", {})
|
|
4073
|
-
.n("CloudTrailClient", "PutInsightSelectorsCommand")
|
|
4074
|
-
.sc(PutInsightSelectors$)
|
|
4075
|
-
.build() {
|
|
3693
|
+
class PutInsightSelectorsCommand extends command(_ep0, _mw0, "PutInsightSelectors", PutInsightSelectors$) {
|
|
4076
3694
|
}
|
|
4077
3695
|
|
|
4078
|
-
class PutResourcePolicyCommand extends
|
|
4079
|
-
.classBuilder()
|
|
4080
|
-
.ep(commonParams)
|
|
4081
|
-
.m(function (Command, cs, config, o) {
|
|
4082
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4083
|
-
})
|
|
4084
|
-
.s("CloudTrail_20131101", "PutResourcePolicy", {})
|
|
4085
|
-
.n("CloudTrailClient", "PutResourcePolicyCommand")
|
|
4086
|
-
.sc(PutResourcePolicy$)
|
|
4087
|
-
.build() {
|
|
3696
|
+
class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
4088
3697
|
}
|
|
4089
3698
|
|
|
4090
|
-
class RegisterOrganizationDelegatedAdminCommand extends
|
|
4091
|
-
.classBuilder()
|
|
4092
|
-
.ep(commonParams)
|
|
4093
|
-
.m(function (Command, cs, config, o) {
|
|
4094
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4095
|
-
})
|
|
4096
|
-
.s("CloudTrail_20131101", "RegisterOrganizationDelegatedAdmin", {})
|
|
4097
|
-
.n("CloudTrailClient", "RegisterOrganizationDelegatedAdminCommand")
|
|
4098
|
-
.sc(RegisterOrganizationDelegatedAdmin$)
|
|
4099
|
-
.build() {
|
|
3699
|
+
class RegisterOrganizationDelegatedAdminCommand extends command(_ep0, _mw0, "RegisterOrganizationDelegatedAdmin", RegisterOrganizationDelegatedAdmin$) {
|
|
4100
3700
|
}
|
|
4101
3701
|
|
|
4102
|
-
class RemoveTagsCommand extends
|
|
4103
|
-
.classBuilder()
|
|
4104
|
-
.ep(commonParams)
|
|
4105
|
-
.m(function (Command, cs, config, o) {
|
|
4106
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4107
|
-
})
|
|
4108
|
-
.s("CloudTrail_20131101", "RemoveTags", {})
|
|
4109
|
-
.n("CloudTrailClient", "RemoveTagsCommand")
|
|
4110
|
-
.sc(RemoveTags$)
|
|
4111
|
-
.build() {
|
|
3702
|
+
class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
|
|
4112
3703
|
}
|
|
4113
3704
|
|
|
4114
|
-
class RestoreEventDataStoreCommand extends
|
|
4115
|
-
.classBuilder()
|
|
4116
|
-
.ep(commonParams)
|
|
4117
|
-
.m(function (Command, cs, config, o) {
|
|
4118
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4119
|
-
})
|
|
4120
|
-
.s("CloudTrail_20131101", "RestoreEventDataStore", {})
|
|
4121
|
-
.n("CloudTrailClient", "RestoreEventDataStoreCommand")
|
|
4122
|
-
.sc(RestoreEventDataStore$)
|
|
4123
|
-
.build() {
|
|
3705
|
+
class RestoreEventDataStoreCommand extends command(_ep0, _mw0, "RestoreEventDataStore", RestoreEventDataStore$) {
|
|
4124
3706
|
}
|
|
4125
3707
|
|
|
4126
|
-
class SearchSampleQueriesCommand extends
|
|
4127
|
-
.classBuilder()
|
|
4128
|
-
.ep(commonParams)
|
|
4129
|
-
.m(function (Command, cs, config, o) {
|
|
4130
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4131
|
-
})
|
|
4132
|
-
.s("CloudTrail_20131101", "SearchSampleQueries", {})
|
|
4133
|
-
.n("CloudTrailClient", "SearchSampleQueriesCommand")
|
|
4134
|
-
.sc(SearchSampleQueries$)
|
|
4135
|
-
.build() {
|
|
3708
|
+
class SearchSampleQueriesCommand extends command(_ep0, _mw0, "SearchSampleQueries", SearchSampleQueries$) {
|
|
4136
3709
|
}
|
|
4137
3710
|
|
|
4138
|
-
class StartDashboardRefreshCommand extends
|
|
4139
|
-
.classBuilder()
|
|
4140
|
-
.ep(commonParams)
|
|
4141
|
-
.m(function (Command, cs, config, o) {
|
|
4142
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4143
|
-
})
|
|
4144
|
-
.s("CloudTrail_20131101", "StartDashboardRefresh", {})
|
|
4145
|
-
.n("CloudTrailClient", "StartDashboardRefreshCommand")
|
|
4146
|
-
.sc(StartDashboardRefresh$)
|
|
4147
|
-
.build() {
|
|
3711
|
+
class StartDashboardRefreshCommand extends command(_ep0, _mw0, "StartDashboardRefresh", StartDashboardRefresh$) {
|
|
4148
3712
|
}
|
|
4149
3713
|
|
|
4150
|
-
class StartEventDataStoreIngestionCommand extends
|
|
4151
|
-
.classBuilder()
|
|
4152
|
-
.ep(commonParams)
|
|
4153
|
-
.m(function (Command, cs, config, o) {
|
|
4154
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4155
|
-
})
|
|
4156
|
-
.s("CloudTrail_20131101", "StartEventDataStoreIngestion", {})
|
|
4157
|
-
.n("CloudTrailClient", "StartEventDataStoreIngestionCommand")
|
|
4158
|
-
.sc(StartEventDataStoreIngestion$)
|
|
4159
|
-
.build() {
|
|
3714
|
+
class StartEventDataStoreIngestionCommand extends command(_ep0, _mw0, "StartEventDataStoreIngestion", StartEventDataStoreIngestion$) {
|
|
4160
3715
|
}
|
|
4161
3716
|
|
|
4162
|
-
class StartImportCommand extends
|
|
4163
|
-
.classBuilder()
|
|
4164
|
-
.ep(commonParams)
|
|
4165
|
-
.m(function (Command, cs, config, o) {
|
|
4166
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4167
|
-
})
|
|
4168
|
-
.s("CloudTrail_20131101", "StartImport", {})
|
|
4169
|
-
.n("CloudTrailClient", "StartImportCommand")
|
|
4170
|
-
.sc(StartImport$)
|
|
4171
|
-
.build() {
|
|
3717
|
+
class StartImportCommand extends command(_ep0, _mw0, "StartImport", StartImport$) {
|
|
4172
3718
|
}
|
|
4173
3719
|
|
|
4174
|
-
class StartLoggingCommand extends
|
|
4175
|
-
.classBuilder()
|
|
4176
|
-
.ep(commonParams)
|
|
4177
|
-
.m(function (Command, cs, config, o) {
|
|
4178
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4179
|
-
})
|
|
4180
|
-
.s("CloudTrail_20131101", "StartLogging", {})
|
|
4181
|
-
.n("CloudTrailClient", "StartLoggingCommand")
|
|
4182
|
-
.sc(StartLogging$)
|
|
4183
|
-
.build() {
|
|
3720
|
+
class StartLoggingCommand extends command(_ep0, _mw0, "StartLogging", StartLogging$) {
|
|
4184
3721
|
}
|
|
4185
3722
|
|
|
4186
|
-
class StartQueryCommand extends
|
|
4187
|
-
.classBuilder()
|
|
4188
|
-
.ep(commonParams)
|
|
4189
|
-
.m(function (Command, cs, config, o) {
|
|
4190
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4191
|
-
})
|
|
4192
|
-
.s("CloudTrail_20131101", "StartQuery", {})
|
|
4193
|
-
.n("CloudTrailClient", "StartQueryCommand")
|
|
4194
|
-
.sc(StartQuery$)
|
|
4195
|
-
.build() {
|
|
3723
|
+
class StartQueryCommand extends command(_ep0, _mw0, "StartQuery", StartQuery$) {
|
|
4196
3724
|
}
|
|
4197
3725
|
|
|
4198
|
-
class StopEventDataStoreIngestionCommand extends
|
|
4199
|
-
.classBuilder()
|
|
4200
|
-
.ep(commonParams)
|
|
4201
|
-
.m(function (Command, cs, config, o) {
|
|
4202
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4203
|
-
})
|
|
4204
|
-
.s("CloudTrail_20131101", "StopEventDataStoreIngestion", {})
|
|
4205
|
-
.n("CloudTrailClient", "StopEventDataStoreIngestionCommand")
|
|
4206
|
-
.sc(StopEventDataStoreIngestion$)
|
|
4207
|
-
.build() {
|
|
3726
|
+
class StopEventDataStoreIngestionCommand extends command(_ep0, _mw0, "StopEventDataStoreIngestion", StopEventDataStoreIngestion$) {
|
|
4208
3727
|
}
|
|
4209
3728
|
|
|
4210
|
-
class StopImportCommand extends
|
|
4211
|
-
.classBuilder()
|
|
4212
|
-
.ep(commonParams)
|
|
4213
|
-
.m(function (Command, cs, config, o) {
|
|
4214
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4215
|
-
})
|
|
4216
|
-
.s("CloudTrail_20131101", "StopImport", {})
|
|
4217
|
-
.n("CloudTrailClient", "StopImportCommand")
|
|
4218
|
-
.sc(StopImport$)
|
|
4219
|
-
.build() {
|
|
3729
|
+
class StopImportCommand extends command(_ep0, _mw0, "StopImport", StopImport$) {
|
|
4220
3730
|
}
|
|
4221
3731
|
|
|
4222
|
-
class StopLoggingCommand extends
|
|
4223
|
-
.classBuilder()
|
|
4224
|
-
.ep(commonParams)
|
|
4225
|
-
.m(function (Command, cs, config, o) {
|
|
4226
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4227
|
-
})
|
|
4228
|
-
.s("CloudTrail_20131101", "StopLogging", {})
|
|
4229
|
-
.n("CloudTrailClient", "StopLoggingCommand")
|
|
4230
|
-
.sc(StopLogging$)
|
|
4231
|
-
.build() {
|
|
3732
|
+
class StopLoggingCommand extends command(_ep0, _mw0, "StopLogging", StopLogging$) {
|
|
4232
3733
|
}
|
|
4233
3734
|
|
|
4234
|
-
class UpdateChannelCommand extends
|
|
4235
|
-
.classBuilder()
|
|
4236
|
-
.ep(commonParams)
|
|
4237
|
-
.m(function (Command, cs, config, o) {
|
|
4238
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4239
|
-
})
|
|
4240
|
-
.s("CloudTrail_20131101", "UpdateChannel", {})
|
|
4241
|
-
.n("CloudTrailClient", "UpdateChannelCommand")
|
|
4242
|
-
.sc(UpdateChannel$)
|
|
4243
|
-
.build() {
|
|
3735
|
+
class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
|
|
4244
3736
|
}
|
|
4245
3737
|
|
|
4246
|
-
class UpdateDashboardCommand extends
|
|
4247
|
-
.classBuilder()
|
|
4248
|
-
.ep(commonParams)
|
|
4249
|
-
.m(function (Command, cs, config, o) {
|
|
4250
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4251
|
-
})
|
|
4252
|
-
.s("CloudTrail_20131101", "UpdateDashboard", {})
|
|
4253
|
-
.n("CloudTrailClient", "UpdateDashboardCommand")
|
|
4254
|
-
.sc(UpdateDashboard$)
|
|
4255
|
-
.build() {
|
|
3738
|
+
class UpdateDashboardCommand extends command(_ep0, _mw0, "UpdateDashboard", UpdateDashboard$) {
|
|
4256
3739
|
}
|
|
4257
3740
|
|
|
4258
|
-
class UpdateEventDataStoreCommand extends
|
|
4259
|
-
.classBuilder()
|
|
4260
|
-
.ep(commonParams)
|
|
4261
|
-
.m(function (Command, cs, config, o) {
|
|
4262
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4263
|
-
})
|
|
4264
|
-
.s("CloudTrail_20131101", "UpdateEventDataStore", {})
|
|
4265
|
-
.n("CloudTrailClient", "UpdateEventDataStoreCommand")
|
|
4266
|
-
.sc(UpdateEventDataStore$)
|
|
4267
|
-
.build() {
|
|
3741
|
+
class UpdateEventDataStoreCommand extends command(_ep0, _mw0, "UpdateEventDataStore", UpdateEventDataStore$) {
|
|
4268
3742
|
}
|
|
4269
3743
|
|
|
4270
|
-
class UpdateTrailCommand extends
|
|
4271
|
-
.classBuilder()
|
|
4272
|
-
.ep(commonParams)
|
|
4273
|
-
.m(function (Command, cs, config, o) {
|
|
4274
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4275
|
-
})
|
|
4276
|
-
.s("CloudTrail_20131101", "UpdateTrail", {})
|
|
4277
|
-
.n("CloudTrailClient", "UpdateTrailCommand")
|
|
4278
|
-
.sc(UpdateTrail$)
|
|
4279
|
-
.build() {
|
|
3744
|
+
class UpdateTrailCommand extends command(_ep0, _mw0, "UpdateTrail", UpdateTrail$) {
|
|
4280
3745
|
}
|
|
4281
3746
|
|
|
4282
3747
|
const paginateGetQueryResults = createPaginator(CloudTrailClient, GetQueryResultsCommand, "NextToken", "NextToken", "");
|