@aws-sdk/client-cloudtrail 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1196 -837
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelQueryCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/CreateTrailCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrailCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/DescribeQueryCommand.js +2 -2
- package/dist-es/commands/DescribeTrailsCommand.js +2 -2
- package/dist-es/commands/DisableFederationCommand.js +2 -2
- package/dist-es/commands/EnableFederationCommand.js +2 -2
- package/dist-es/commands/GenerateQueryCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-es/commands/GetImportCommand.js +2 -2
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrailCommand.js +2 -2
- package/dist-es/commands/GetTrailStatusCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-es/commands/ListImportFailuresCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListInsightsDataCommand.js +2 -2
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListQueriesCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListTrailsCommand.js +2 -2
- package/dist-es/commands/LookupEventsCommand.js +2 -2
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StartImportCommand.js +2 -2
- package/dist-es/commands/StartLoggingCommand.js +2 -2
- package/dist-es/commands/StartQueryCommand.js +2 -2
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StopImportCommand.js +2 -2
- package/dist-es/commands/StopLoggingCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +2 -2
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/UpdateTrailCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +593 -536
- package/dist-types/CloudTrailClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +303 -348
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +302 -348
- package/package.json +34 -34
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.cloudtrail",
|
|
32
|
+
xmlNamespace: "http://cloudtrail.amazonaws.com/doc/2013-11-01/",
|
|
33
|
+
version: "2013-11-01",
|
|
34
|
+
serviceTarget: "CloudTrail_20131101",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "CloudTrail",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AddTags } from "../schemas/schemas_0";
|
|
4
|
+
import { AddTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "AddTags", {})
|
|
13
13
|
.n("CloudTrailClient", "AddTagsCommand")
|
|
14
|
-
.sc(AddTags)
|
|
14
|
+
.sc(AddTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CancelQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "CancelQuery", {})
|
|
13
13
|
.n("CloudTrailClient", "CancelQueryCommand")
|
|
14
|
-
.sc(CancelQuery)
|
|
14
|
+
.sc(CancelQuery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "CreateChannel", {})
|
|
13
13
|
.n("CloudTrailClient", "CreateChannelCommand")
|
|
14
|
-
.sc(CreateChannel)
|
|
14
|
+
.sc(CreateChannel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDashboard } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDashboardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDashboardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "CreateDashboard", {})
|
|
13
13
|
.n("CloudTrailClient", "CreateDashboardCommand")
|
|
14
|
-
.sc(CreateDashboard)
|
|
14
|
+
.sc(CreateDashboard$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateEventDataStore } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEventDataStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEventDataStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "CreateEventDataStore", {})
|
|
13
13
|
.n("CloudTrailClient", "CreateEventDataStoreCommand")
|
|
14
|
-
.sc(CreateEventDataStore)
|
|
14
|
+
.sc(CreateEventDataStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTrail } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "CreateTrail", {})
|
|
13
13
|
.n("CloudTrailClient", "CreateTrailCommand")
|
|
14
|
-
.sc(CreateTrail)
|
|
14
|
+
.sc(CreateTrail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeleteChannel", {})
|
|
13
13
|
.n("CloudTrailClient", "DeleteChannelCommand")
|
|
14
|
-
.sc(DeleteChannel)
|
|
14
|
+
.sc(DeleteChannel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDashboard } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDashboardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDashboardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeleteDashboard", {})
|
|
13
13
|
.n("CloudTrailClient", "DeleteDashboardCommand")
|
|
14
|
-
.sc(DeleteDashboard)
|
|
14
|
+
.sc(DeleteDashboard$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteEventDataStore } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEventDataStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEventDataStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeleteEventDataStore", {})
|
|
13
13
|
.n("CloudTrailClient", "DeleteEventDataStoreCommand")
|
|
14
|
-
.sc(DeleteEventDataStore)
|
|
14
|
+
.sc(DeleteEventDataStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeleteResourcePolicy", {})
|
|
13
13
|
.n("CloudTrailClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy)
|
|
14
|
+
.sc(DeleteResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTrail } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeleteTrail", {})
|
|
13
13
|
.n("CloudTrailClient", "DeleteTrailCommand")
|
|
14
|
-
.sc(DeleteTrail)
|
|
14
|
+
.sc(DeleteTrail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeregisterOrganizationDelegatedAdmin } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterOrganizationDelegatedAdmin$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterOrganizationDelegatedAdminCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
|
|
13
13
|
.n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
|
|
14
|
-
.sc(DeregisterOrganizationDelegatedAdmin)
|
|
14
|
+
.sc(DeregisterOrganizationDelegatedAdmin$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DescribeQuery", {})
|
|
13
13
|
.n("CloudTrailClient", "DescribeQueryCommand")
|
|
14
|
-
.sc(DescribeQuery)
|
|
14
|
+
.sc(DescribeQuery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTrails } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTrails$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrailsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrailsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DescribeTrails", {})
|
|
13
13
|
.n("CloudTrailClient", "DescribeTrailsCommand")
|
|
14
|
-
.sc(DescribeTrails)
|
|
14
|
+
.sc(DescribeTrails$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisableFederation } from "../schemas/schemas_0";
|
|
4
|
+
import { DisableFederation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableFederationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisableFederationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "DisableFederation", {})
|
|
13
13
|
.n("CloudTrailClient", "DisableFederationCommand")
|
|
14
|
-
.sc(DisableFederation)
|
|
14
|
+
.sc(DisableFederation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnableFederation } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableFederation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableFederationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableFederationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "EnableFederation", {})
|
|
13
13
|
.n("CloudTrailClient", "EnableFederationCommand")
|
|
14
|
-
.sc(EnableFederation)
|
|
14
|
+
.sc(EnableFederation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GenerateQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { GenerateQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GenerateQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GenerateQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GenerateQuery", {})
|
|
13
13
|
.n("CloudTrailClient", "GenerateQueryCommand")
|
|
14
|
-
.sc(GenerateQuery)
|
|
14
|
+
.sc(GenerateQuery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetChannel", {})
|
|
13
13
|
.n("CloudTrailClient", "GetChannelCommand")
|
|
14
|
-
.sc(GetChannel)
|
|
14
|
+
.sc(GetChannel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDashboard } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDashboardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDashboardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetDashboard", {})
|
|
13
13
|
.n("CloudTrailClient", "GetDashboardCommand")
|
|
14
|
-
.sc(GetDashboard)
|
|
14
|
+
.sc(GetDashboard$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetEventConfiguration", {})
|
|
13
13
|
.n("CloudTrailClient", "GetEventConfigurationCommand")
|
|
14
|
-
.sc(GetEventConfiguration)
|
|
14
|
+
.sc(GetEventConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventDataStore } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventDataStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventDataStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetEventDataStore", {})
|
|
13
13
|
.n("CloudTrailClient", "GetEventDataStoreCommand")
|
|
14
|
-
.sc(GetEventDataStore)
|
|
14
|
+
.sc(GetEventDataStore$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventSelectors } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventSelectorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventSelectorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetEventSelectors", {})
|
|
13
13
|
.n("CloudTrailClient", "GetEventSelectorsCommand")
|
|
14
|
-
.sc(GetEventSelectors)
|
|
14
|
+
.sc(GetEventSelectors$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetImport } from "../schemas/schemas_0";
|
|
4
|
+
import { GetImport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetImportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetImportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetImport", {})
|
|
13
13
|
.n("CloudTrailClient", "GetImportCommand")
|
|
14
|
-
.sc(GetImport)
|
|
14
|
+
.sc(GetImport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetInsightSelectors } from "../schemas/schemas_0";
|
|
4
|
+
import { GetInsightSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInsightSelectorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetInsightSelectorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetInsightSelectors", {})
|
|
13
13
|
.n("CloudTrailClient", "GetInsightSelectorsCommand")
|
|
14
|
-
.sc(GetInsightSelectors)
|
|
14
|
+
.sc(GetInsightSelectors$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetQueryResults } from "../schemas/schemas_0";
|
|
4
|
+
import { GetQueryResults$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetQueryResultsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetQueryResultsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetQueryResults", {})
|
|
13
13
|
.n("CloudTrailClient", "GetQueryResultsCommand")
|
|
14
|
-
.sc(GetQueryResults)
|
|
14
|
+
.sc(GetQueryResults$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetResourcePolicy", {})
|
|
13
13
|
.n("CloudTrailClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy)
|
|
14
|
+
.sc(GetResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTrail } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetTrail", {})
|
|
13
13
|
.n("CloudTrailClient", "GetTrailCommand")
|
|
14
|
-
.sc(GetTrail)
|
|
14
|
+
.sc(GetTrail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTrailStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrailStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrailStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrailStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "GetTrailStatus", {})
|
|
13
13
|
.n("CloudTrailClient", "GetTrailStatusCommand")
|
|
14
|
-
.sc(GetTrailStatus)
|
|
14
|
+
.sc(GetTrailStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListChannels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListChannels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListChannelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListChannelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListChannels", {})
|
|
13
13
|
.n("CloudTrailClient", "ListChannelsCommand")
|
|
14
|
-
.sc(ListChannels)
|
|
14
|
+
.sc(ListChannels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDashboards } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDashboards$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDashboardsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDashboardsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListDashboards", {})
|
|
13
13
|
.n("CloudTrailClient", "ListDashboardsCommand")
|
|
14
|
-
.sc(ListDashboards)
|
|
14
|
+
.sc(ListDashboards$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEventDataStores } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEventDataStores$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEventDataStoresCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEventDataStoresCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListEventDataStores", {})
|
|
13
13
|
.n("CloudTrailClient", "ListEventDataStoresCommand")
|
|
14
|
-
.sc(ListEventDataStores)
|
|
14
|
+
.sc(ListEventDataStores$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListImportFailures } from "../schemas/schemas_0";
|
|
4
|
+
import { ListImportFailures$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListImportFailuresCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListImportFailuresCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListImportFailures", {})
|
|
13
13
|
.n("CloudTrailClient", "ListImportFailuresCommand")
|
|
14
|
-
.sc(ListImportFailures)
|
|
14
|
+
.sc(ListImportFailures$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListImports } from "../schemas/schemas_0";
|
|
4
|
+
import { ListImports$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListImportsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListImportsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListImports", {})
|
|
13
13
|
.n("CloudTrailClient", "ListImportsCommand")
|
|
14
|
-
.sc(ListImports)
|
|
14
|
+
.sc(ListImports$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListInsightsData } from "../schemas/schemas_0";
|
|
4
|
+
import { ListInsightsData$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListInsightsDataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListInsightsDataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListInsightsData", {})
|
|
13
13
|
.n("CloudTrailClient", "ListInsightsDataCommand")
|
|
14
|
-
.sc(ListInsightsData)
|
|
14
|
+
.sc(ListInsightsData$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListInsightsMetricData } from "../schemas/schemas_0";
|
|
4
|
+
import { ListInsightsMetricData$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListInsightsMetricDataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListInsightsMetricDataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListInsightsMetricData", {})
|
|
13
13
|
.n("CloudTrailClient", "ListInsightsMetricDataCommand")
|
|
14
|
-
.sc(ListInsightsMetricData)
|
|
14
|
+
.sc(ListInsightsMetricData$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|