@aws-sdk/client-cloudtrail 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/CloudTrail.d.ts +210 -287
- package/dist-types/ts3.4/CloudTrailClient.d.ts +22 -82
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +84 -331
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CloudTrailExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -27,8 +27,7 @@ export declare const DestinationType: {
|
|
|
27
27
|
readonly AWS_SERVICE: "AWS_SERVICE";
|
|
28
28
|
readonly EVENT_DATA_STORE: "EVENT_DATA_STORE";
|
|
29
29
|
};
|
|
30
|
-
export type DestinationType =
|
|
31
|
-
(typeof DestinationType)[keyof typeof DestinationType];
|
|
30
|
+
export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
|
|
32
31
|
export declare const RefreshScheduleFrequencyUnit: {
|
|
33
32
|
readonly DAYS: "DAYS";
|
|
34
33
|
readonly HOURS: "HOURS";
|
|
@@ -54,8 +53,7 @@ export declare const EventDataStoreStatus: {
|
|
|
54
53
|
readonly STOPPED_INGESTION: "STOPPED_INGESTION";
|
|
55
54
|
readonly STOPPING_INGESTION: "STOPPING_INGESTION";
|
|
56
55
|
};
|
|
57
|
-
export type EventDataStoreStatus =
|
|
58
|
-
(typeof EventDataStoreStatus)[keyof typeof EventDataStoreStatus];
|
|
56
|
+
export type EventDataStoreStatus = (typeof EventDataStoreStatus)[keyof typeof EventDataStoreStatus];
|
|
59
57
|
export declare const DeliveryStatus: {
|
|
60
58
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
61
59
|
readonly ACCESS_DENIED_SIGNING_FILE: "ACCESS_DENIED_SIGNING_FILE";
|
|
@@ -67,16 +65,14 @@ export declare const DeliveryStatus: {
|
|
|
67
65
|
readonly SUCCESS: "SUCCESS";
|
|
68
66
|
readonly UNKNOWN: "UNKNOWN";
|
|
69
67
|
};
|
|
70
|
-
export type DeliveryStatus =
|
|
71
|
-
(typeof DeliveryStatus)[keyof typeof DeliveryStatus];
|
|
68
|
+
export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus];
|
|
72
69
|
export declare const FederationStatus: {
|
|
73
70
|
readonly DISABLED: "DISABLED";
|
|
74
71
|
readonly DISABLING: "DISABLING";
|
|
75
72
|
readonly ENABLED: "ENABLED";
|
|
76
73
|
readonly ENABLING: "ENABLING";
|
|
77
74
|
};
|
|
78
|
-
export type FederationStatus =
|
|
79
|
-
(typeof FederationStatus)[keyof typeof FederationStatus];
|
|
75
|
+
export type FederationStatus = (typeof FederationStatus)[keyof typeof FederationStatus];
|
|
80
76
|
export declare const DashboardStatus: {
|
|
81
77
|
readonly CREATED: "CREATED";
|
|
82
78
|
readonly CREATING: "CREATING";
|
|
@@ -84,8 +80,7 @@ export declare const DashboardStatus: {
|
|
|
84
80
|
readonly UPDATED: "UPDATED";
|
|
85
81
|
readonly UPDATING: "UPDATING";
|
|
86
82
|
};
|
|
87
|
-
export type DashboardStatus =
|
|
88
|
-
(typeof DashboardStatus)[keyof typeof DashboardStatus];
|
|
83
|
+
export type DashboardStatus = (typeof DashboardStatus)[keyof typeof DashboardStatus];
|
|
89
84
|
export declare const Type: {
|
|
90
85
|
readonly RequestContext: "RequestContext";
|
|
91
86
|
readonly TagContext: "TagContext";
|
|
@@ -114,8 +109,7 @@ export declare const SourceEventCategory: {
|
|
|
114
109
|
readonly Data: "Data";
|
|
115
110
|
readonly Management: "Management";
|
|
116
111
|
};
|
|
117
|
-
export type SourceEventCategory =
|
|
118
|
-
(typeof SourceEventCategory)[keyof typeof SourceEventCategory];
|
|
112
|
+
export type SourceEventCategory = (typeof SourceEventCategory)[keyof typeof SourceEventCategory];
|
|
119
113
|
export declare const InsightType: {
|
|
120
114
|
readonly ApiCallRateInsight: "ApiCallRateInsight";
|
|
121
115
|
readonly ApiErrorRateInsight: "ApiErrorRateInsight";
|
|
@@ -126,13 +120,11 @@ export declare const ImportFailureStatus: {
|
|
|
126
120
|
readonly RETRY: "RETRY";
|
|
127
121
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
128
122
|
};
|
|
129
|
-
export type ImportFailureStatus =
|
|
130
|
-
(typeof ImportFailureStatus)[keyof typeof ImportFailureStatus];
|
|
123
|
+
export type ImportFailureStatus = (typeof ImportFailureStatus)[keyof typeof ImportFailureStatus];
|
|
131
124
|
export declare const ListInsightsDataType: {
|
|
132
125
|
readonly INSIGHTS_EVENTS: "InsightsEvents";
|
|
133
126
|
};
|
|
134
|
-
export type ListInsightsDataType =
|
|
135
|
-
(typeof ListInsightsDataType)[keyof typeof ListInsightsDataType];
|
|
127
|
+
export type ListInsightsDataType = (typeof ListInsightsDataType)[keyof typeof ListInsightsDataType];
|
|
136
128
|
export declare const ListInsightsDataDimensionKey: {
|
|
137
129
|
readonly EVENT_ID: "EventId";
|
|
138
130
|
readonly EVENT_NAME: "EventName";
|
|
@@ -160,5 +152,4 @@ export declare const LookupAttributeKey: {
|
|
|
160
152
|
readonly RESOURCE_TYPE: "ResourceType";
|
|
161
153
|
readonly USERNAME: "Username";
|
|
162
154
|
};
|
|
163
|
-
export type LookupAttributeKey =
|
|
164
|
-
(typeof LookupAttributeKey)[keyof typeof LookupAttributeKey];
|
|
155
|
+
export type LookupAttributeKey = (typeof LookupAttributeKey)[keyof typeof LookupAttributeKey];
|