@aws-sdk/client-cloudtrail 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +136 -137
- package/dist-cjs/models/CloudTrailServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudTrail.js +1 -1
- package/dist-es/CloudTrailClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- 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/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudTrailServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CloudTrailClient.d.ts +5 -5
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrailCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrailCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQueryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrailsCommand.d.ts +6 -4
- package/dist-types/commands/DisableFederationCommand.d.ts +6 -4
- package/dist-types/commands/EnableFederationCommand.d.ts +6 -4
- package/dist-types/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/commands/GetEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/GetImportCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTrailCommand.d.ts +6 -4
- package/dist-types/commands/GetTrailStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListImportFailuresCommand.d.ts +6 -4
- package/dist-types/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsDataCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListTrailsCommand.d.ts +6 -4
- package/dist-types/commands/LookupEventsCommand.d.ts +6 -4
- package/dist-types/commands/PutEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/SearchSampleQueriesCommand.d.ts +6 -4
- package/dist-types/commands/StartDashboardRefreshCommand.d.ts +6 -4
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/commands/StartLoggingCommand.d.ts +6 -4
- package/dist-types/commands/StartQueryCommand.d.ts +6 -4
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/commands/StopImportCommand.d.ts +6 -4
- package/dist-types/commands/StopLoggingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrailCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudTrailServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudTrailClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutEventSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutInsightSelectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RegisterOrganizationDelegatedAdmin$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RemoveTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RestoreEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { SearchSampleQueries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartDashboardRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartEventDataStoreIngestion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartImport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartLogging$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopEventDataStoreIngestion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopImport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopLogging$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateDashboard$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateEventDataStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateTrail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const m = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { [m]: "Region" }, k = {}, l = [j];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class CloudTrailServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultCloudTrailHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { AddTagsRequest, AddTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddTagsCommandInput extends AddTagsRequest {
|
|
|
22
22
|
export interface AddTagsCommandOutput extends AddTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddTagsCommand_base: {
|
|
25
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more tags to a trail, event data store, dashboard, or channel, up to a limit of 50. Overwrites an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelQueryCommandInput extends CancelQueryRequest {
|
|
|
22
22
|
export interface CancelQueryCommandOutput extends CancelQueryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelQueryCommand_base: {
|
|
25
|
-
new (input: CancelQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelQueryCommandInput): import("@smithy/core/client").CommandImpl<CancelQueryCommandInput, CancelQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels a query if the query is not in a terminated state, such as
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
|
|
|
22
22
|
export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateChannelCommand_base: {
|
|
25
|
-
new (input: CreateChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a channel for CloudTrail to ingest events from a partner or external source.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDashboardCommandInput extends CreateDashboardRequest {
|
|
|
22
22
|
export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDashboardCommand_base: {
|
|
25
|
-
new (input: CreateDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDashboardCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDashboardCommandInput): import("@smithy/core/client").CommandImpl<CreateDashboardCommandInput, CreateDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { CreateEventDataStoreRequest, CreateEventDataStoreResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEventDataStoreCommandInput extends CreateEventDataStoreRe
|
|
|
22
22
|
export interface CreateEventDataStoreCommandOutput extends CreateEventDataStoreResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEventDataStoreCommand_base: {
|
|
25
|
-
new (input: CreateEventDataStoreCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEventDataStoreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new event data store.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { CreateTrailRequest, CreateTrailResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTrailCommandInput extends CreateTrailRequest {
|
|
|
22
22
|
export interface CreateTrailCommandOutput extends CreateTrailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTrailCommand_base: {
|
|
25
|
-
new (input: CreateTrailCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTrailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTrailCommandInput): import("@smithy/core/client").CommandImpl<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTrailCommandInput): import("@smithy/core/client").CommandImpl<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
|
22
22
|
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteChannelCommand_base: {
|
|
25
|
-
new (input: DeleteChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a channel.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
|
|
|
22
22
|
export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDashboardCommand_base: {
|
|
25
|
-
new (input: DeleteDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDashboardCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDashboardCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeleteEventDataStoreRequest, DeleteEventDataStoreResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventDataStoreCommandInput extends DeleteEventDataStoreRe
|
|
|
22
22
|
export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventDataStoreCommand_base: {
|
|
25
|
-
new (input: DeleteEventDataStoreCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventDataStoreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
22
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTrailCommandInput extends DeleteTrailRequest {
|
|
|
22
22
|
export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTrailCommand_base: {
|
|
25
|
-
new (input: DeleteTrailCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTrailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTrailCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTrailCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a trail. This operation must be called from the Region in which the trail was
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DeregisterOrganizationDelegatedAdminRequest, DeregisterOrganizationDelegatedAdminResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterOrganizationDelegatedAdminCommandInput extends Deregi
|
|
|
22
22
|
export interface DeregisterOrganizationDelegatedAdminCommandOutput extends DeregisterOrganizationDelegatedAdminResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
25
|
-
new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes CloudTrail delegated administrator permissions from a member account in
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
4
|
import type { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeQueryCommandInput extends DescribeQueryRequest {
|
|
|
22
22
|
export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeQueryCommand_base: {
|
|
25
|
-
new (input: DescribeQueryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeQueryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeQueryCommandInput): import("@smithy/core/client").CommandImpl<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeQueryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns metadata about a query, including query run time in milliseconds, number of
|