@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
|
@@ -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 { ListPublicKeys } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPublicKeys$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPublicKeysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPublicKeysCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListPublicKeys", {})
|
|
13
13
|
.n("CloudTrailClient", "ListPublicKeysCommand")
|
|
14
|
-
.sc(ListPublicKeys)
|
|
14
|
+
.sc(ListPublicKeys$)
|
|
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 { ListQueries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListQueries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListQueriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListQueriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListQueries", {})
|
|
13
13
|
.n("CloudTrailClient", "ListQueriesCommand")
|
|
14
|
-
.sc(ListQueries)
|
|
14
|
+
.sc(ListQueries$)
|
|
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 { ListTags } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListTags", {})
|
|
13
13
|
.n("CloudTrailClient", "ListTagsCommand")
|
|
14
|
-
.sc(ListTags)
|
|
14
|
+
.sc(ListTags$)
|
|
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 { ListTrails } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTrails$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTrailsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTrailsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "ListTrails", {})
|
|
13
13
|
.n("CloudTrailClient", "ListTrailsCommand")
|
|
14
|
-
.sc(ListTrails)
|
|
14
|
+
.sc(ListTrails$)
|
|
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 { LookupEvents } from "../schemas/schemas_0";
|
|
4
|
+
import { LookupEvents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class LookupEventsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class LookupEventsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "LookupEvents", {})
|
|
13
13
|
.n("CloudTrailClient", "LookupEventsCommand")
|
|
14
|
-
.sc(LookupEvents)
|
|
14
|
+
.sc(LookupEvents$)
|
|
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 { PutEventConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutEventConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutEventConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutEventConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "PutEventConfiguration", {})
|
|
13
13
|
.n("CloudTrailClient", "PutEventConfigurationCommand")
|
|
14
|
-
.sc(PutEventConfiguration)
|
|
14
|
+
.sc(PutEventConfiguration$)
|
|
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 { PutEventSelectors } from "../schemas/schemas_0";
|
|
4
|
+
import { PutEventSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutEventSelectorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutEventSelectorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "PutEventSelectors", {})
|
|
13
13
|
.n("CloudTrailClient", "PutEventSelectorsCommand")
|
|
14
|
-
.sc(PutEventSelectors)
|
|
14
|
+
.sc(PutEventSelectors$)
|
|
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 { PutInsightSelectors } from "../schemas/schemas_0";
|
|
4
|
+
import { PutInsightSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutInsightSelectorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutInsightSelectorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "PutInsightSelectors", {})
|
|
13
13
|
.n("CloudTrailClient", "PutInsightSelectorsCommand")
|
|
14
|
-
.sc(PutInsightSelectors)
|
|
14
|
+
.sc(PutInsightSelectors$)
|
|
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 { PutResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "PutResourcePolicy", {})
|
|
13
13
|
.n("CloudTrailClient", "PutResourcePolicyCommand")
|
|
14
|
-
.sc(PutResourcePolicy)
|
|
14
|
+
.sc(PutResourcePolicy$)
|
|
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 { RegisterOrganizationDelegatedAdmin } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterOrganizationDelegatedAdmin$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterOrganizationDelegatedAdminCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "RegisterOrganizationDelegatedAdmin", {})
|
|
13
13
|
.n("CloudTrailClient", "RegisterOrganizationDelegatedAdminCommand")
|
|
14
|
-
.sc(RegisterOrganizationDelegatedAdmin)
|
|
14
|
+
.sc(RegisterOrganizationDelegatedAdmin$)
|
|
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 { RemoveTags } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "RemoveTags", {})
|
|
13
13
|
.n("CloudTrailClient", "RemoveTagsCommand")
|
|
14
|
-
.sc(RemoveTags)
|
|
14
|
+
.sc(RemoveTags$)
|
|
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 { RestoreEventDataStore } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreEventDataStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RestoreEventDataStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "RestoreEventDataStore", {})
|
|
13
13
|
.n("CloudTrailClient", "RestoreEventDataStoreCommand")
|
|
14
|
-
.sc(RestoreEventDataStore)
|
|
14
|
+
.sc(RestoreEventDataStore$)
|
|
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 { SearchSampleQueries } from "../schemas/schemas_0";
|
|
4
|
+
import { SearchSampleQueries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SearchSampleQueriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SearchSampleQueriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "SearchSampleQueries", {})
|
|
13
13
|
.n("CloudTrailClient", "SearchSampleQueriesCommand")
|
|
14
|
-
.sc(SearchSampleQueries)
|
|
14
|
+
.sc(SearchSampleQueries$)
|
|
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 { StartDashboardRefresh } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDashboardRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDashboardRefreshCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDashboardRefreshCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StartDashboardRefresh", {})
|
|
13
13
|
.n("CloudTrailClient", "StartDashboardRefreshCommand")
|
|
14
|
-
.sc(StartDashboardRefresh)
|
|
14
|
+
.sc(StartDashboardRefresh$)
|
|
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 { StartEventDataStoreIngestion } from "../schemas/schemas_0";
|
|
4
|
+
import { StartEventDataStoreIngestion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartEventDataStoreIngestionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartEventDataStoreIngestionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StartEventDataStoreIngestion", {})
|
|
13
13
|
.n("CloudTrailClient", "StartEventDataStoreIngestionCommand")
|
|
14
|
-
.sc(StartEventDataStoreIngestion)
|
|
14
|
+
.sc(StartEventDataStoreIngestion$)
|
|
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 { StartImport } from "../schemas/schemas_0";
|
|
4
|
+
import { StartImport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartImportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartImportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StartImport", {})
|
|
13
13
|
.n("CloudTrailClient", "StartImportCommand")
|
|
14
|
-
.sc(StartImport)
|
|
14
|
+
.sc(StartImport$)
|
|
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 { StartLogging } from "../schemas/schemas_0";
|
|
4
|
+
import { StartLogging$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartLoggingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartLoggingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StartLogging", {})
|
|
13
13
|
.n("CloudTrailClient", "StartLoggingCommand")
|
|
14
|
-
.sc(StartLogging)
|
|
14
|
+
.sc(StartLogging$)
|
|
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 { StartQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { StartQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StartQuery", {})
|
|
13
13
|
.n("CloudTrailClient", "StartQueryCommand")
|
|
14
|
-
.sc(StartQuery)
|
|
14
|
+
.sc(StartQuery$)
|
|
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 { StopEventDataStoreIngestion } from "../schemas/schemas_0";
|
|
4
|
+
import { StopEventDataStoreIngestion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopEventDataStoreIngestionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopEventDataStoreIngestionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StopEventDataStoreIngestion", {})
|
|
13
13
|
.n("CloudTrailClient", "StopEventDataStoreIngestionCommand")
|
|
14
|
-
.sc(StopEventDataStoreIngestion)
|
|
14
|
+
.sc(StopEventDataStoreIngestion$)
|
|
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 { StopImport } from "../schemas/schemas_0";
|
|
4
|
+
import { StopImport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopImportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopImportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StopImport", {})
|
|
13
13
|
.n("CloudTrailClient", "StopImportCommand")
|
|
14
|
-
.sc(StopImport)
|
|
14
|
+
.sc(StopImport$)
|
|
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 { StopLogging } from "../schemas/schemas_0";
|
|
4
|
+
import { StopLogging$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopLoggingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopLoggingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "StopLogging", {})
|
|
13
13
|
.n("CloudTrailClient", "StopLoggingCommand")
|
|
14
|
-
.sc(StopLogging)
|
|
14
|
+
.sc(StopLogging$)
|
|
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 { UpdateChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "UpdateChannel", {})
|
|
13
13
|
.n("CloudTrailClient", "UpdateChannelCommand")
|
|
14
|
-
.sc(UpdateChannel)
|
|
14
|
+
.sc(UpdateChannel$)
|
|
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 { UpdateDashboard } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDashboardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDashboardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "UpdateDashboard", {})
|
|
13
13
|
.n("CloudTrailClient", "UpdateDashboardCommand")
|
|
14
|
-
.sc(UpdateDashboard)
|
|
14
|
+
.sc(UpdateDashboard$)
|
|
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 { UpdateEventDataStore } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateEventDataStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateEventDataStoreCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "UpdateEventDataStore", {})
|
|
13
13
|
.n("CloudTrailClient", "UpdateEventDataStoreCommand")
|
|
14
|
-
.sc(UpdateEventDataStore)
|
|
14
|
+
.sc(UpdateEventDataStore$)
|
|
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 { UpdateTrail } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTrail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTrailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateTrailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CloudTrail_20131101", "UpdateTrail", {})
|
|
13
13
|
.n("CloudTrailClient", "UpdateTrailCommand")
|
|
14
|
-
.sc(UpdateTrail)
|
|
14
|
+
.sc(UpdateTrail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.cloudtrail",
|
|
29
|
+
xmlNamespace: "http://cloudtrail.amazonaws.com/doc/2013-11-01/",
|
|
30
|
+
version: "2013-11-01",
|
|
31
|
+
serviceTarget: "CloudTrail_20131101",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "CloudTrail",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|