@aws-sdk/client-cloudwatch-logs 3.940.0 → 3.943.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/README.md +40 -0
- package/dist-cjs/index.js +328 -71
- package/dist-es/CloudWatchLogs.js +10 -0
- package/dist-es/commands/AssociateSourceToS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/DisassociateSourceFromS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/GetLogFieldsCommand.js +16 -0
- package/dist-es/commands/ListAggregateLogGroupSummariesCommand.js +16 -0
- package/dist-es/commands/ListSourcesForS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +14 -0
- package/dist-es/models/errors.js +32 -32
- package/dist-es/pagination/ListSourcesForS3TableIntegrationPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +207 -39
- package/dist-types/CloudWatchLogs.d.ts +35 -0
- package/dist-types/CloudWatchLogsClient.d.ts +7 -2
- package/dist-types/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +97 -0
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +8 -3
- package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +8 -3
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/DescribeFieldIndexesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLogGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeQueriesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +92 -0
- package/dist-types/commands/GetLogFieldsCommand.d.ts +107 -0
- package/dist-types/commands/GetLogGroupFieldsCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -0
- package/dist-types/commands/GetScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +4 -2
- package/dist-types/commands/ListAggregateLogGroupSummariesCommand.d.ts +118 -0
- package/dist-types/commands/ListLogGroupsCommand.d.ts +14 -2
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +4 -2
- package/dist-types/commands/ListSourcesForS3TableIntegrationCommand.d.ts +106 -0
- package/dist-types/commands/PutAccountPolicyCommand.d.ts +19 -6
- package/dist-types/commands/PutIndexPolicyCommand.d.ts +12 -4
- package/dist-types/commands/StartQueryCommand.d.ts +9 -3
- package/dist-types/commands/StopQueryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +38 -0
- package/dist-types/models/errors.d.ts +34 -32
- package/dist-types/models/models_0.d.ts +479 -102
- package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +28 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +97 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/errors.d.ts +21 -21
- package/dist-types/ts3.4/models/models_0.d.ts +81 -0
- package/dist-types/ts3.4/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +5 -5
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloudWatchLogsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CloudWatchLogsClient";
|
|
8
|
+
import {
|
|
9
|
+
ListSourcesForS3TableIntegrationRequest,
|
|
10
|
+
ListSourcesForS3TableIntegrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListSourcesForS3TableIntegrationCommandInput
|
|
15
|
+
extends ListSourcesForS3TableIntegrationRequest {}
|
|
16
|
+
export interface ListSourcesForS3TableIntegrationCommandOutput
|
|
17
|
+
extends ListSourcesForS3TableIntegrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListSourcesForS3TableIntegrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListSourcesForS3TableIntegrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListSourcesForS3TableIntegrationCommandInput,
|
|
24
|
+
ListSourcesForS3TableIntegrationCommandOutput,
|
|
25
|
+
CloudWatchLogsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListSourcesForS3TableIntegrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListSourcesForS3TableIntegrationCommandInput,
|
|
33
|
+
ListSourcesForS3TableIntegrationCommandOutput,
|
|
34
|
+
CloudWatchLogsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListSourcesForS3TableIntegrationCommand extends ListSourcesForS3TableIntegrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSourcesForS3TableIntegrationRequest;
|
|
44
|
+
output: ListSourcesForS3TableIntegrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSourcesForS3TableIntegrationCommandInput;
|
|
48
|
+
output: ListSourcesForS3TableIntegrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from "./AssociateKmsKeyCommand";
|
|
2
|
+
export * from "./AssociateSourceToS3TableIntegrationCommand";
|
|
2
3
|
export * from "./CancelExportTaskCommand";
|
|
3
4
|
export * from "./CreateDeliveryCommand";
|
|
4
5
|
export * from "./CreateExportTaskCommand";
|
|
@@ -42,6 +43,7 @@ export * from "./DescribeQueryDefinitionsCommand";
|
|
|
42
43
|
export * from "./DescribeResourcePoliciesCommand";
|
|
43
44
|
export * from "./DescribeSubscriptionFiltersCommand";
|
|
44
45
|
export * from "./DisassociateKmsKeyCommand";
|
|
46
|
+
export * from "./DisassociateSourceFromS3TableIntegrationCommand";
|
|
45
47
|
export * from "./FilterLogEventsCommand";
|
|
46
48
|
export * from "./GetDataProtectionPolicyCommand";
|
|
47
49
|
export * from "./GetDeliveryCommand";
|
|
@@ -51,6 +53,7 @@ export * from "./GetDeliverySourceCommand";
|
|
|
51
53
|
export * from "./GetIntegrationCommand";
|
|
52
54
|
export * from "./GetLogAnomalyDetectorCommand";
|
|
53
55
|
export * from "./GetLogEventsCommand";
|
|
56
|
+
export * from "./GetLogFieldsCommand";
|
|
54
57
|
export * from "./GetLogGroupFieldsCommand";
|
|
55
58
|
export * from "./GetLogObjectCommand";
|
|
56
59
|
export * from "./GetLogRecordCommand";
|
|
@@ -58,12 +61,14 @@ export * from "./GetQueryResultsCommand";
|
|
|
58
61
|
export * from "./GetScheduledQueryCommand";
|
|
59
62
|
export * from "./GetScheduledQueryHistoryCommand";
|
|
60
63
|
export * from "./GetTransformerCommand";
|
|
64
|
+
export * from "./ListAggregateLogGroupSummariesCommand";
|
|
61
65
|
export * from "./ListAnomaliesCommand";
|
|
62
66
|
export * from "./ListIntegrationsCommand";
|
|
63
67
|
export * from "./ListLogAnomalyDetectorsCommand";
|
|
64
68
|
export * from "./ListLogGroupsCommand";
|
|
65
69
|
export * from "./ListLogGroupsForQueryCommand";
|
|
66
70
|
export * from "./ListScheduledQueriesCommand";
|
|
71
|
+
export * from "./ListSourcesForS3TableIntegrationCommand";
|
|
67
72
|
export * from "./ListTagsForResourceCommand";
|
|
68
73
|
export * from "./ListTagsLogGroupCommand";
|
|
69
74
|
export * from "./PutAccountPolicyCommand";
|
|
@@ -95,6 +95,11 @@ export declare const ExportTaskStatusCode: {
|
|
|
95
95
|
};
|
|
96
96
|
export type ExportTaskStatusCode =
|
|
97
97
|
(typeof ExportTaskStatusCode)[keyof typeof ExportTaskStatusCode];
|
|
98
|
+
export declare const IndexType: {
|
|
99
|
+
readonly FACET: "FACET";
|
|
100
|
+
readonly FIELD_INDEX: "FIELD_INDEX";
|
|
101
|
+
};
|
|
102
|
+
export type IndexType = (typeof IndexType)[keyof typeof IndexType];
|
|
98
103
|
export declare const IndexSource: {
|
|
99
104
|
readonly ACCOUNT: "ACCOUNT";
|
|
100
105
|
readonly LOG_GROUP: "LOG_GROUP";
|
|
@@ -230,12 +235,26 @@ export declare const Type: {
|
|
|
230
235
|
readonly STRING: "string";
|
|
231
236
|
};
|
|
232
237
|
export type Type = (typeof Type)[keyof typeof Type];
|
|
238
|
+
export declare const ListAggregateLogGroupSummariesGroupBy: {
|
|
239
|
+
readonly DATA_SOURCE_NAME_AND_TYPE: "DATA_SOURCE_NAME_AND_TYPE";
|
|
240
|
+
readonly DATA_SOURCE_NAME_TYPE_AND_FORMAT: "DATA_SOURCE_NAME_TYPE_AND_FORMAT";
|
|
241
|
+
};
|
|
242
|
+
export type ListAggregateLogGroupSummariesGroupBy =
|
|
243
|
+
(typeof ListAggregateLogGroupSummariesGroupBy)[keyof typeof ListAggregateLogGroupSummariesGroupBy];
|
|
233
244
|
export declare const SuppressionState: {
|
|
234
245
|
readonly SUPPRESSED: "SUPPRESSED";
|
|
235
246
|
readonly UNSUPPRESSED: "UNSUPPRESSED";
|
|
236
247
|
};
|
|
237
248
|
export type SuppressionState =
|
|
238
249
|
(typeof SuppressionState)[keyof typeof SuppressionState];
|
|
250
|
+
export declare const S3TableIntegrationSourceStatus: {
|
|
251
|
+
readonly ACTIVE: "ACTIVE";
|
|
252
|
+
readonly DATA_SOURCE_DELETE_IN_PROGRESS: "DATA_SOURCE_DELETE_IN_PROGRESS";
|
|
253
|
+
readonly FAILED: "FAILED";
|
|
254
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
255
|
+
};
|
|
256
|
+
export type S3TableIntegrationSourceStatus =
|
|
257
|
+
(typeof S3TableIntegrationSourceStatus)[keyof typeof S3TableIntegrationSourceStatus];
|
|
239
258
|
export declare const SuppressionUnit: {
|
|
240
259
|
readonly HOURS: "HOURS";
|
|
241
260
|
readonly MINUTES: "MINUTES";
|
|
@@ -36,6 +36,27 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
36
36
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
37
37
|
);
|
|
38
38
|
}
|
|
39
|
+
export declare class InternalServerException extends __BaseException {
|
|
40
|
+
readonly name: "InternalServerException";
|
|
41
|
+
readonly $fault: "server";
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export declare class ThrottlingException extends __BaseException {
|
|
47
|
+
readonly name: "ThrottlingException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
export declare class ValidationException extends __BaseException {
|
|
54
|
+
readonly name: "ValidationException";
|
|
55
|
+
readonly $fault: "client";
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
39
60
|
export declare class InvalidOperationException extends __BaseException {
|
|
40
61
|
readonly name: "InvalidOperationException";
|
|
41
62
|
readonly $fault: "client";
|
|
@@ -55,20 +76,6 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
55
76
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
56
77
|
);
|
|
57
78
|
}
|
|
58
|
-
export declare class ThrottlingException extends __BaseException {
|
|
59
|
-
readonly name: "ThrottlingException";
|
|
60
|
-
readonly $fault: "client";
|
|
61
|
-
constructor(
|
|
62
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
63
|
-
);
|
|
64
|
-
}
|
|
65
|
-
export declare class ValidationException extends __BaseException {
|
|
66
|
-
readonly name: "ValidationException";
|
|
67
|
-
readonly $fault: "client";
|
|
68
|
-
constructor(
|
|
69
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
70
|
-
);
|
|
71
|
-
}
|
|
72
79
|
export declare class LimitExceededException extends __BaseException {
|
|
73
80
|
readonly name: "LimitExceededException";
|
|
74
81
|
readonly $fault: "client";
|
|
@@ -83,13 +90,6 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
83
90
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
84
91
|
);
|
|
85
92
|
}
|
|
86
|
-
export declare class InternalServerException extends __BaseException {
|
|
87
|
-
readonly name: "InternalServerException";
|
|
88
|
-
readonly $fault: "server";
|
|
89
|
-
constructor(
|
|
90
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
93
|
export declare class DataAlreadyAcceptedException extends __BaseException {
|
|
94
94
|
readonly name: "DataAlreadyAcceptedException";
|
|
95
95
|
readonly $fault: "client";
|
|
@@ -11,9 +11,11 @@ import {
|
|
|
11
11
|
ExportTaskStatusCode,
|
|
12
12
|
FlattenedElement,
|
|
13
13
|
IndexSource,
|
|
14
|
+
IndexType,
|
|
14
15
|
InheritedProperty,
|
|
15
16
|
IntegrationStatus,
|
|
16
17
|
IntegrationType,
|
|
18
|
+
ListAggregateLogGroupSummariesGroupBy,
|
|
17
19
|
LogGroupClass,
|
|
18
20
|
OCSFVersion,
|
|
19
21
|
OpenSearchResourceStatusType,
|
|
@@ -23,6 +25,7 @@ import {
|
|
|
23
25
|
PolicyType,
|
|
24
26
|
QueryLanguage,
|
|
25
27
|
QueryStatus,
|
|
28
|
+
S3TableIntegrationSourceStatus,
|
|
26
29
|
ScheduledQueryDestinationType,
|
|
27
30
|
ScheduledQueryState,
|
|
28
31
|
Scope,
|
|
@@ -55,6 +58,14 @@ export interface AddKeyEntry {
|
|
|
55
58
|
export interface AddKeys {
|
|
56
59
|
entries: AddKeyEntry[] | undefined;
|
|
57
60
|
}
|
|
61
|
+
export interface GroupingIdentifier {
|
|
62
|
+
key?: string | undefined;
|
|
63
|
+
value?: string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface AggregateLogGroupSummary {
|
|
66
|
+
logGroupCount?: number | undefined;
|
|
67
|
+
groupingIdentifiers?: GroupingIdentifier[] | undefined;
|
|
68
|
+
}
|
|
58
69
|
export interface RecordField {
|
|
59
70
|
name?: string | undefined;
|
|
60
71
|
mandatory?: boolean | undefined;
|
|
@@ -108,6 +119,17 @@ export interface AssociateKmsKeyRequest {
|
|
|
108
119
|
kmsKeyId: string | undefined;
|
|
109
120
|
resourceIdentifier?: string | undefined;
|
|
110
121
|
}
|
|
122
|
+
export interface DataSource {
|
|
123
|
+
name: string | undefined;
|
|
124
|
+
type?: string | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface AssociateSourceToS3TableIntegrationRequest {
|
|
127
|
+
integrationArn: string | undefined;
|
|
128
|
+
dataSource: DataSource | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface AssociateSourceToS3TableIntegrationResponse {
|
|
131
|
+
identifier?: string | undefined;
|
|
132
|
+
}
|
|
111
133
|
export interface CancelExportTaskRequest {
|
|
112
134
|
taskId: string | undefined;
|
|
113
135
|
}
|
|
@@ -232,6 +254,10 @@ export interface CSV {
|
|
|
232
254
|
columns?: string[] | undefined;
|
|
233
255
|
source?: string | undefined;
|
|
234
256
|
}
|
|
257
|
+
export interface DataSourceFilter {
|
|
258
|
+
name: string | undefined;
|
|
259
|
+
type?: string | undefined;
|
|
260
|
+
}
|
|
235
261
|
export interface DateTimeConverter {
|
|
236
262
|
source: string | undefined;
|
|
237
263
|
target: string | undefined;
|
|
@@ -437,6 +463,7 @@ export interface FieldIndex {
|
|
|
437
463
|
lastScanTime?: number | undefined;
|
|
438
464
|
firstEventTime?: number | undefined;
|
|
439
465
|
lastEventTime?: number | undefined;
|
|
466
|
+
type?: IndexType | undefined;
|
|
440
467
|
}
|
|
441
468
|
export interface DescribeFieldIndexesResponse {
|
|
442
469
|
fieldIndexes?: FieldIndex[] | undefined;
|
|
@@ -619,6 +646,12 @@ export interface DisassociateKmsKeyRequest {
|
|
|
619
646
|
logGroupName?: string | undefined;
|
|
620
647
|
resourceIdentifier?: string | undefined;
|
|
621
648
|
}
|
|
649
|
+
export interface DisassociateSourceFromS3TableIntegrationRequest {
|
|
650
|
+
identifier: string | undefined;
|
|
651
|
+
}
|
|
652
|
+
export interface DisassociateSourceFromS3TableIntegrationResponse {
|
|
653
|
+
identifier?: string | undefined;
|
|
654
|
+
}
|
|
622
655
|
export interface Entity {
|
|
623
656
|
keyAttributes?: Record<string, string> | undefined;
|
|
624
657
|
attributes?: Record<string, string> | undefined;
|
|
@@ -800,6 +833,10 @@ export interface GetLogEventsResponse {
|
|
|
800
833
|
nextForwardToken?: string | undefined;
|
|
801
834
|
nextBackwardToken?: string | undefined;
|
|
802
835
|
}
|
|
836
|
+
export interface GetLogFieldsRequest {
|
|
837
|
+
dataSourceName: string | undefined;
|
|
838
|
+
dataSourceType: string | undefined;
|
|
839
|
+
}
|
|
803
840
|
export interface GetLogGroupFieldsRequest {
|
|
804
841
|
logGroupName?: string | undefined;
|
|
805
842
|
time?: number | undefined;
|
|
@@ -1061,6 +1098,20 @@ export interface IntegrationSummary {
|
|
|
1061
1098
|
integrationType?: IntegrationType | undefined;
|
|
1062
1099
|
integrationStatus?: IntegrationStatus | undefined;
|
|
1063
1100
|
}
|
|
1101
|
+
export interface ListAggregateLogGroupSummariesRequest {
|
|
1102
|
+
accountIdentifiers?: string[] | undefined;
|
|
1103
|
+
includeLinkedAccounts?: boolean | undefined;
|
|
1104
|
+
logGroupClass?: LogGroupClass | undefined;
|
|
1105
|
+
logGroupNamePattern?: string | undefined;
|
|
1106
|
+
dataSources?: DataSourceFilter[] | undefined;
|
|
1107
|
+
groupBy: ListAggregateLogGroupSummariesGroupBy | undefined;
|
|
1108
|
+
nextToken?: string | undefined;
|
|
1109
|
+
limit?: number | undefined;
|
|
1110
|
+
}
|
|
1111
|
+
export interface ListAggregateLogGroupSummariesResponse {
|
|
1112
|
+
aggregateLogGroupSummaries?: AggregateLogGroupSummary[] | undefined;
|
|
1113
|
+
nextToken?: string | undefined;
|
|
1114
|
+
}
|
|
1064
1115
|
export interface ListAnomaliesRequest {
|
|
1065
1116
|
anomalyDetectorArn?: string | undefined;
|
|
1066
1117
|
suppressionState?: SuppressionState | undefined;
|
|
@@ -1095,6 +1146,8 @@ export interface ListLogGroupsRequest {
|
|
|
1095
1146
|
accountIdentifiers?: string[] | undefined;
|
|
1096
1147
|
nextToken?: string | undefined;
|
|
1097
1148
|
limit?: number | undefined;
|
|
1149
|
+
dataSources?: DataSourceFilter[] | undefined;
|
|
1150
|
+
fieldIndexNames?: string[] | undefined;
|
|
1098
1151
|
}
|
|
1099
1152
|
export interface LogGroupSummary {
|
|
1100
1153
|
logGroupName?: string | undefined;
|
|
@@ -1135,6 +1188,22 @@ export interface ListScheduledQueriesResponse {
|
|
|
1135
1188
|
nextToken?: string | undefined;
|
|
1136
1189
|
scheduledQueries?: ScheduledQuerySummary[] | undefined;
|
|
1137
1190
|
}
|
|
1191
|
+
export interface ListSourcesForS3TableIntegrationRequest {
|
|
1192
|
+
integrationArn: string | undefined;
|
|
1193
|
+
maxResults?: number | undefined;
|
|
1194
|
+
nextToken?: string | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
export interface S3TableIntegrationSource {
|
|
1197
|
+
identifier?: string | undefined;
|
|
1198
|
+
dataSource?: DataSource | undefined;
|
|
1199
|
+
status?: S3TableIntegrationSourceStatus | undefined;
|
|
1200
|
+
statusReason?: string | undefined;
|
|
1201
|
+
createdTimeStamp?: number | undefined;
|
|
1202
|
+
}
|
|
1203
|
+
export interface ListSourcesForS3TableIntegrationResponse {
|
|
1204
|
+
sources?: S3TableIntegrationSource[] | undefined;
|
|
1205
|
+
nextToken?: string | undefined;
|
|
1206
|
+
}
|
|
1138
1207
|
export interface ListTagsForResourceRequest {
|
|
1139
1208
|
resourceArn: string | undefined;
|
|
1140
1209
|
}
|
|
@@ -1530,3 +1599,15 @@ export interface UpdateScheduledQueryResponse {
|
|
|
1530
1599
|
creationTime?: number | undefined;
|
|
1531
1600
|
lastUpdatedTime?: number | undefined;
|
|
1532
1601
|
}
|
|
1602
|
+
export interface LogFieldType {
|
|
1603
|
+
type?: string | undefined;
|
|
1604
|
+
element?: LogFieldType | undefined;
|
|
1605
|
+
fields?: LogFieldsListItem[] | undefined;
|
|
1606
|
+
}
|
|
1607
|
+
export interface LogFieldsListItem {
|
|
1608
|
+
logFieldName?: string | undefined;
|
|
1609
|
+
logFieldType?: LogFieldType | undefined;
|
|
1610
|
+
}
|
|
1611
|
+
export interface GetLogFieldsResponse {
|
|
1612
|
+
logFields?: LogFieldsListItem[] | undefined;
|
|
1613
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSourcesForS3TableIntegrationCommandInput,
|
|
4
|
+
ListSourcesForS3TableIntegrationCommandOutput,
|
|
5
|
+
} from "../commands/ListSourcesForS3TableIntegrationCommand";
|
|
6
|
+
import { CloudWatchLogsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSourcesForS3TableIntegration: (
|
|
8
|
+
config: CloudWatchLogsPaginationConfiguration,
|
|
9
|
+
input: ListSourcesForS3TableIntegrationCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSourcesForS3TableIntegrationCommandOutput>;
|
|
@@ -8,9 +8,12 @@ export declare var AccessDeniedException: StaticErrorSchema;
|
|
|
8
8
|
export declare var AccountPolicy: StaticStructureSchema;
|
|
9
9
|
export declare var AddKeyEntry: StaticStructureSchema;
|
|
10
10
|
export declare var AddKeys: StaticStructureSchema;
|
|
11
|
+
export declare var AggregateLogGroupSummary: StaticStructureSchema;
|
|
11
12
|
export declare var Anomaly: StaticStructureSchema;
|
|
12
13
|
export declare var AnomalyDetector: StaticStructureSchema;
|
|
13
14
|
export declare var AssociateKmsKeyRequest: StaticStructureSchema;
|
|
15
|
+
export declare var AssociateSourceToS3TableIntegrationRequest: StaticStructureSchema;
|
|
16
|
+
export declare var AssociateSourceToS3TableIntegrationResponse: StaticStructureSchema;
|
|
14
17
|
export declare var CancelExportTaskRequest: StaticStructureSchema;
|
|
15
18
|
export declare var ConfigurationTemplate: StaticStructureSchema;
|
|
16
19
|
export declare var ConfigurationTemplateDeliveryConfigValues: StaticStructureSchema;
|
|
@@ -29,6 +32,8 @@ export declare var CreateScheduledQueryRequest: StaticStructureSchema;
|
|
|
29
32
|
export declare var CreateScheduledQueryResponse: StaticStructureSchema;
|
|
30
33
|
export declare var CSV: StaticStructureSchema;
|
|
31
34
|
export declare var DataAlreadyAcceptedException: StaticErrorSchema;
|
|
35
|
+
export declare var DataSource: StaticStructureSchema;
|
|
36
|
+
export declare var DataSourceFilter: StaticStructureSchema;
|
|
32
37
|
export declare var DateTimeConverter: StaticStructureSchema;
|
|
33
38
|
export declare var DeleteAccountPolicyRequest: StaticStructureSchema;
|
|
34
39
|
export declare var DeleteDataProtectionPolicyRequest: StaticStructureSchema;
|
|
@@ -93,6 +98,8 @@ export declare var DescribeSubscriptionFiltersResponse: StaticStructureSchema;
|
|
|
93
98
|
export declare var Destination: StaticStructureSchema;
|
|
94
99
|
export declare var DestinationConfiguration: StaticStructureSchema;
|
|
95
100
|
export declare var DisassociateKmsKeyRequest: StaticStructureSchema;
|
|
101
|
+
export declare var DisassociateSourceFromS3TableIntegrationRequest: StaticStructureSchema;
|
|
102
|
+
export declare var DisassociateSourceFromS3TableIntegrationResponse: StaticStructureSchema;
|
|
96
103
|
export declare var Entity: StaticStructureSchema;
|
|
97
104
|
export declare var ExportTask: StaticStructureSchema;
|
|
98
105
|
export declare var ExportTaskExecutionInfo: StaticStructureSchema;
|
|
@@ -118,6 +125,8 @@ export declare var GetLogAnomalyDetectorRequest: StaticStructureSchema;
|
|
|
118
125
|
export declare var GetLogAnomalyDetectorResponse: StaticStructureSchema;
|
|
119
126
|
export declare var GetLogEventsRequest: StaticStructureSchema;
|
|
120
127
|
export declare var GetLogEventsResponse: StaticStructureSchema;
|
|
128
|
+
export declare var GetLogFieldsRequest: StaticStructureSchema;
|
|
129
|
+
export declare var GetLogFieldsResponse: StaticStructureSchema;
|
|
121
130
|
export declare var GetLogGroupFieldsRequest: StaticStructureSchema;
|
|
122
131
|
export declare var GetLogGroupFieldsResponse: StaticStructureSchema;
|
|
123
132
|
export declare var GetLogObjectRequest: StaticStructureSchema;
|
|
@@ -133,6 +142,7 @@ export declare var GetScheduledQueryResponse: StaticStructureSchema;
|
|
|
133
142
|
export declare var GetTransformerRequest: StaticStructureSchema;
|
|
134
143
|
export declare var GetTransformerResponse: StaticStructureSchema;
|
|
135
144
|
export declare var Grok: StaticStructureSchema;
|
|
145
|
+
export declare var GroupingIdentifier: StaticStructureSchema;
|
|
136
146
|
export declare var IndexPolicy: StaticStructureSchema;
|
|
137
147
|
export declare var InputLogEvent: StaticStructureSchema;
|
|
138
148
|
export declare var IntegrationSummary: StaticStructureSchema;
|
|
@@ -142,6 +152,8 @@ export declare var InvalidOperationException: StaticErrorSchema;
|
|
|
142
152
|
export declare var InvalidParameterException: StaticErrorSchema;
|
|
143
153
|
export declare var InvalidSequenceTokenException: StaticErrorSchema;
|
|
144
154
|
export declare var LimitExceededException: StaticErrorSchema;
|
|
155
|
+
export declare var ListAggregateLogGroupSummariesRequest: StaticStructureSchema;
|
|
156
|
+
export declare var ListAggregateLogGroupSummariesResponse: StaticStructureSchema;
|
|
145
157
|
export declare var ListAnomaliesRequest: StaticStructureSchema;
|
|
146
158
|
export declare var ListAnomaliesResponse: StaticStructureSchema;
|
|
147
159
|
export declare var ListIntegrationsRequest: StaticStructureSchema;
|
|
@@ -154,6 +166,8 @@ export declare var ListLogGroupsRequest: StaticStructureSchema;
|
|
|
154
166
|
export declare var ListLogGroupsResponse: StaticStructureSchema;
|
|
155
167
|
export declare var ListScheduledQueriesRequest: StaticStructureSchema;
|
|
156
168
|
export declare var ListScheduledQueriesResponse: StaticStructureSchema;
|
|
169
|
+
export declare var ListSourcesForS3TableIntegrationRequest: StaticStructureSchema;
|
|
170
|
+
export declare var ListSourcesForS3TableIntegrationResponse: StaticStructureSchema;
|
|
157
171
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
158
172
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
159
173
|
export declare var ListTagsLogGroupRequest: StaticStructureSchema;
|
|
@@ -164,6 +178,8 @@ export declare var LiveTailSessionMetadata: StaticStructureSchema;
|
|
|
164
178
|
export declare var LiveTailSessionStart: StaticStructureSchema;
|
|
165
179
|
export declare var LiveTailSessionUpdate: StaticStructureSchema;
|
|
166
180
|
export declare var LogEvent: StaticStructureSchema;
|
|
181
|
+
export declare var LogFieldsListItem: StaticStructureSchema;
|
|
182
|
+
export declare var LogFieldType: StaticStructureSchema;
|
|
167
183
|
export declare var LogGroup: StaticStructureSchema;
|
|
168
184
|
export declare var LogGroupField: StaticStructureSchema;
|
|
169
185
|
export declare var LogGroupSummary: StaticStructureSchema;
|
|
@@ -243,6 +259,7 @@ export declare var ResourcePolicy: StaticStructureSchema;
|
|
|
243
259
|
export declare var ResultField: StaticStructureSchema;
|
|
244
260
|
export declare var S3Configuration: StaticStructureSchema;
|
|
245
261
|
export declare var S3DeliveryConfiguration: StaticStructureSchema;
|
|
262
|
+
export declare var S3TableIntegrationSource: StaticStructureSchema;
|
|
246
263
|
export declare var ScheduledQueryDestination: StaticStructureSchema;
|
|
247
264
|
export declare var ScheduledQuerySummary: StaticStructureSchema;
|
|
248
265
|
export declare var SearchedLogStream: StaticStructureSchema;
|
|
@@ -291,6 +308,7 @@ export declare var CloudWatchLogsServiceException: StaticErrorSchema;
|
|
|
291
308
|
export declare var AccountIds: number;
|
|
292
309
|
export declare var AccountPolicies: StaticListSchema;
|
|
293
310
|
export declare var AddKeyEntries: StaticListSchema;
|
|
311
|
+
export declare var AggregateLogGroupSummaries: StaticListSchema;
|
|
294
312
|
export declare var AllowedFieldDelimiters: number;
|
|
295
313
|
export declare var AllowedFields: StaticListSchema;
|
|
296
314
|
export declare var Anomalies: StaticListSchema;
|
|
@@ -299,6 +317,7 @@ export declare var Columns: number;
|
|
|
299
317
|
export declare var ConfigurationTemplates: StaticListSchema;
|
|
300
318
|
export declare var CopyValueEntries: StaticListSchema;
|
|
301
319
|
export declare var DashboardViewerPrincipals: number;
|
|
320
|
+
export declare var DataSourceFilters: StaticListSchema;
|
|
302
321
|
export declare var DeleteWithKeys: number;
|
|
303
322
|
export declare var Deliveries: StaticListSchema;
|
|
304
323
|
export declare var DeliveryDestinations: StaticListSchema;
|
|
@@ -312,13 +331,16 @@ export declare var EmitSystemFields: number;
|
|
|
312
331
|
export declare var ExecutionStatusList: number;
|
|
313
332
|
export declare var ExportTasks: StaticListSchema;
|
|
314
333
|
export declare var FieldIndexes: StaticListSchema;
|
|
334
|
+
export declare var FieldIndexNames: number;
|
|
315
335
|
export declare var FilteredLogEvents: StaticListSchema;
|
|
336
|
+
export declare var GroupingIdentifiers: StaticListSchema;
|
|
316
337
|
export declare var IndexPolicies: StaticListSchema;
|
|
317
338
|
export declare var InheritedProperties: number;
|
|
318
339
|
export declare var InputLogEvents: StaticListSchema;
|
|
319
340
|
export declare var InputLogStreamNames: number;
|
|
320
341
|
export declare var IntegrationSummaries: StaticListSchema;
|
|
321
342
|
export declare var LiveTailSessionResults: StaticListSchema;
|
|
343
|
+
export declare var LogFieldsList: StaticListSchema;
|
|
322
344
|
export declare var LogGroupArnList: number;
|
|
323
345
|
export declare var LogGroupFieldList: StaticListSchema;
|
|
324
346
|
export declare var LogGroupIdentifiers: number;
|
|
@@ -347,6 +369,7 @@ export declare var ResourceArns: number;
|
|
|
347
369
|
export declare var ResourcePolicies: StaticListSchema;
|
|
348
370
|
export declare var ResourceTypes: number;
|
|
349
371
|
export declare var ResultRows: StaticListSchema;
|
|
372
|
+
export declare var S3TableIntegrationSources: StaticListSchema;
|
|
350
373
|
export declare var ScheduledQueryDestinationList: StaticListSchema;
|
|
351
374
|
export declare var ScheduledQueryLogGroupIdentifiers: number;
|
|
352
375
|
export declare var ScheduledQuerySummaryList: StaticListSchema;
|
|
@@ -376,6 +399,7 @@ export declare var IntegrationDetails: StaticStructureSchema;
|
|
|
376
399
|
export declare var ResourceConfig: StaticStructureSchema;
|
|
377
400
|
export declare var StartLiveTailResponseStream: StaticStructureSchema;
|
|
378
401
|
export declare var AssociateKmsKey: StaticOperationSchema;
|
|
402
|
+
export declare var AssociateSourceToS3TableIntegration: StaticOperationSchema;
|
|
379
403
|
export declare var CancelExportTask: StaticOperationSchema;
|
|
380
404
|
export declare var CreateDelivery: StaticOperationSchema;
|
|
381
405
|
export declare var CreateExportTask: StaticOperationSchema;
|
|
@@ -419,6 +443,7 @@ export declare var DescribeQueryDefinitions: StaticOperationSchema;
|
|
|
419
443
|
export declare var DescribeResourcePolicies: StaticOperationSchema;
|
|
420
444
|
export declare var DescribeSubscriptionFilters: StaticOperationSchema;
|
|
421
445
|
export declare var DisassociateKmsKey: StaticOperationSchema;
|
|
446
|
+
export declare var DisassociateSourceFromS3TableIntegration: StaticOperationSchema;
|
|
422
447
|
export declare var FilterLogEvents: StaticOperationSchema;
|
|
423
448
|
export declare var GetDataProtectionPolicy: StaticOperationSchema;
|
|
424
449
|
export declare var GetDelivery: StaticOperationSchema;
|
|
@@ -428,6 +453,7 @@ export declare var GetDeliverySource: StaticOperationSchema;
|
|
|
428
453
|
export declare var GetIntegration: StaticOperationSchema;
|
|
429
454
|
export declare var GetLogAnomalyDetector: StaticOperationSchema;
|
|
430
455
|
export declare var GetLogEvents: StaticOperationSchema;
|
|
456
|
+
export declare var GetLogFields: StaticOperationSchema;
|
|
431
457
|
export declare var GetLogGroupFields: StaticOperationSchema;
|
|
432
458
|
export declare var GetLogObject: StaticOperationSchema;
|
|
433
459
|
export declare var GetLogRecord: StaticOperationSchema;
|
|
@@ -435,12 +461,14 @@ export declare var GetQueryResults: StaticOperationSchema;
|
|
|
435
461
|
export declare var GetScheduledQuery: StaticOperationSchema;
|
|
436
462
|
export declare var GetScheduledQueryHistory: StaticOperationSchema;
|
|
437
463
|
export declare var GetTransformer: StaticOperationSchema;
|
|
464
|
+
export declare var ListAggregateLogGroupSummaries: StaticOperationSchema;
|
|
438
465
|
export declare var ListAnomalies: StaticOperationSchema;
|
|
439
466
|
export declare var ListIntegrations: StaticOperationSchema;
|
|
440
467
|
export declare var ListLogAnomalyDetectors: StaticOperationSchema;
|
|
441
468
|
export declare var ListLogGroups: StaticOperationSchema;
|
|
442
469
|
export declare var ListLogGroupsForQuery: StaticOperationSchema;
|
|
443
470
|
export declare var ListScheduledQueries: StaticOperationSchema;
|
|
471
|
+
export declare var ListSourcesForS3TableIntegration: StaticOperationSchema;
|
|
444
472
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
445
473
|
export declare var ListTagsLogGroup: StaticOperationSchema;
|
|
446
474
|
export declare var PutAccountPolicy: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch-logs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.943.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/core": "3.943.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.943.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
32
32
|
"@aws-sdk/types": "3.936.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.943.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.3",
|
|
37
37
|
"@smithy/core": "^3.18.5",
|
|
38
38
|
"@smithy/eventstream-serde-browser": "^4.2.5",
|