@aws-sdk/client-cloudtrail 3.1077.0 → 3.1079.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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CloudTrail_20131101", "CloudTrailClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "AddTags", {})
|
|
13
|
-
.n("CloudTrailClient", "AddTagsCommand")
|
|
14
|
-
.sc(AddTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CancelQuery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelQueryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "CancelQuery", {})
|
|
13
|
-
.n("CloudTrailClient", "CancelQueryCommand")
|
|
14
|
-
.sc(CancelQuery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelQueryCommand extends command(_ep0, _mw0, "CancelQuery", CancelQuery$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "CreateChannel", {})
|
|
13
|
-
.n("CloudTrailClient", "CreateChannelCommand")
|
|
14
|
-
.sc(CreateChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDashboard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDashboardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "CreateDashboard", {})
|
|
13
|
-
.n("CloudTrailClient", "CreateDashboardCommand")
|
|
14
|
-
.sc(CreateDashboard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDashboardCommand extends command(_ep0, _mw0, "CreateDashboard", CreateDashboard$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEventDataStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEventDataStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "CreateEventDataStore", {})
|
|
13
|
-
.n("CloudTrailClient", "CreateEventDataStoreCommand")
|
|
14
|
-
.sc(CreateEventDataStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEventDataStoreCommand extends command(_ep0, _mw0, "CreateEventDataStore", CreateEventDataStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTrail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTrailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "CreateTrail", {})
|
|
13
|
-
.n("CloudTrailClient", "CreateTrailCommand")
|
|
14
|
-
.sc(CreateTrail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTrailCommand extends command(_ep0, _mw0, "CreateTrail", CreateTrail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeleteChannel", {})
|
|
13
|
-
.n("CloudTrailClient", "DeleteChannelCommand")
|
|
14
|
-
.sc(DeleteChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDashboard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDashboardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeleteDashboard", {})
|
|
13
|
-
.n("CloudTrailClient", "DeleteDashboardCommand")
|
|
14
|
-
.sc(DeleteDashboard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDashboardCommand extends command(_ep0, _mw0, "DeleteDashboard", DeleteDashboard$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEventDataStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEventDataStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeleteEventDataStore", {})
|
|
13
|
-
.n("CloudTrailClient", "DeleteEventDataStoreCommand")
|
|
14
|
-
.sc(DeleteEventDataStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEventDataStoreCommand extends command(_ep0, _mw0, "DeleteEventDataStore", DeleteEventDataStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeleteResourcePolicy", {})
|
|
13
|
-
.n("CloudTrailClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTrail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTrailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeleteTrail", {})
|
|
13
|
-
.n("CloudTrailClient", "DeleteTrailCommand")
|
|
14
|
-
.sc(DeleteTrail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTrailCommand extends command(_ep0, _mw0, "DeleteTrail", DeleteTrail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterOrganizationDelegatedAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterOrganizationDelegatedAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
|
|
13
|
-
.n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
|
|
14
|
-
.sc(DeregisterOrganizationDelegatedAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterOrganizationDelegatedAdminCommand extends command(_ep0, _mw0, "DeregisterOrganizationDelegatedAdmin", DeregisterOrganizationDelegatedAdmin$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeQuery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeQueryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DescribeQuery", {})
|
|
13
|
-
.n("CloudTrailClient", "DescribeQueryCommand")
|
|
14
|
-
.sc(DescribeQuery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeQueryCommand extends command(_ep0, _mw0, "DescribeQuery", DescribeQuery$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeTrails$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeTrailsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DescribeTrails", {})
|
|
13
|
-
.n("CloudTrailClient", "DescribeTrailsCommand")
|
|
14
|
-
.sc(DescribeTrails$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeTrailsCommand extends command(_ep0, _mw0, "DescribeTrails", DescribeTrails$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableFederation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableFederationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "DisableFederation", {})
|
|
13
|
-
.n("CloudTrailClient", "DisableFederationCommand")
|
|
14
|
-
.sc(DisableFederation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableFederationCommand extends command(_ep0, _mw0, "DisableFederation", DisableFederation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableFederation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableFederationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "EnableFederation", {})
|
|
13
|
-
.n("CloudTrailClient", "EnableFederationCommand")
|
|
14
|
-
.sc(EnableFederation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableFederationCommand extends command(_ep0, _mw0, "EnableFederation", EnableFederation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GenerateQuery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GenerateQueryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GenerateQuery", {})
|
|
13
|
-
.n("CloudTrailClient", "GenerateQueryCommand")
|
|
14
|
-
.sc(GenerateQuery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GenerateQueryCommand extends command(_ep0, _mw0, "GenerateQuery", GenerateQuery$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetChannel", {})
|
|
13
|
-
.n("CloudTrailClient", "GetChannelCommand")
|
|
14
|
-
.sc(GetChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetChannelCommand extends command(_ep0, _mw0, "GetChannel", GetChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDashboard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDashboardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetDashboard", {})
|
|
13
|
-
.n("CloudTrailClient", "GetDashboardCommand")
|
|
14
|
-
.sc(GetDashboard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDashboardCommand extends command(_ep0, _mw0, "GetDashboard", GetDashboard$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetEventConfiguration", {})
|
|
13
|
-
.n("CloudTrailClient", "GetEventConfigurationCommand")
|
|
14
|
-
.sc(GetEventConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventConfigurationCommand extends command(_ep0, _mw0, "GetEventConfiguration", GetEventConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventDataStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventDataStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetEventDataStore", {})
|
|
13
|
-
.n("CloudTrailClient", "GetEventDataStoreCommand")
|
|
14
|
-
.sc(GetEventDataStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventDataStoreCommand extends command(_ep0, _mw0, "GetEventDataStore", GetEventDataStore$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventSelectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventSelectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetEventSelectors", {})
|
|
13
|
-
.n("CloudTrailClient", "GetEventSelectorsCommand")
|
|
14
|
-
.sc(GetEventSelectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventSelectorsCommand extends command(_ep0, _mw0, "GetEventSelectors", GetEventSelectors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetImport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetImportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetImport", {})
|
|
13
|
-
.n("CloudTrailClient", "GetImportCommand")
|
|
14
|
-
.sc(GetImport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetImportCommand extends command(_ep0, _mw0, "GetImport", GetImport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsightSelectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightSelectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetInsightSelectors", {})
|
|
13
|
-
.n("CloudTrailClient", "GetInsightSelectorsCommand")
|
|
14
|
-
.sc(GetInsightSelectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightSelectorsCommand extends command(_ep0, _mw0, "GetInsightSelectors", GetInsightSelectors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetQueryResults$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetQueryResultsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetQueryResults", {})
|
|
13
|
-
.n("CloudTrailClient", "GetQueryResultsCommand")
|
|
14
|
-
.sc(GetQueryResults$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetQueryResultsCommand extends command(_ep0, _mw0, "GetQueryResults", GetQueryResults$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetResourcePolicy", {})
|
|
13
|
-
.n("CloudTrailClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetTrail", {})
|
|
13
|
-
.n("CloudTrailClient", "GetTrailCommand")
|
|
14
|
-
.sc(GetTrail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrailCommand extends command(_ep0, _mw0, "GetTrail", GetTrail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrailStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrailStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "GetTrailStatus", {})
|
|
13
|
-
.n("CloudTrailClient", "GetTrailStatusCommand")
|
|
14
|
-
.sc(GetTrailStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrailStatusCommand extends command(_ep0, _mw0, "GetTrailStatus", GetTrailStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "ListChannels", {})
|
|
13
|
-
.n("CloudTrailClient", "ListChannelsCommand")
|
|
14
|
-
.sc(ListChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDashboards$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDashboardsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "ListDashboards", {})
|
|
13
|
-
.n("CloudTrailClient", "ListDashboardsCommand")
|
|
14
|
-
.sc(ListDashboards$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDashboardsCommand extends command(_ep0, _mw0, "ListDashboards", ListDashboards$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEventDataStores$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEventDataStoresCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CloudTrail_20131101", "ListEventDataStores", {})
|
|
13
|
-
.n("CloudTrailClient", "ListEventDataStoresCommand")
|
|
14
|
-
.sc(ListEventDataStores$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEventDataStoresCommand extends command(_ep0, _mw0, "ListEventDataStores", ListEventDataStores$) {
|
|
16
4
|
}
|