@aws-sdk/client-cloudwatch-logs 3.926.0 → 3.928.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 +2751 -2844
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudWatchLogsClient.js +2 -0
- package/dist-es/commands/AssociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/CancelExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateDeliveryCommand.js +3 -9
- package/dist-es/commands/CreateExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/CreateLogGroupCommand.js +3 -9
- package/dist-es/commands/CreateLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteAccountPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliverySourceCommand.js +3 -9
- package/dist-es/commands/DeleteDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteIndexPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/DeleteLogGroupCommand.js +3 -9
- package/dist-es/commands/DeleteLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteMetricFilterCommand.js +3 -9
- package/dist-es/commands/DeleteQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/DeleteTransformerCommand.js +3 -9
- package/dist-es/commands/DescribeAccountPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationTemplatesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveriesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveryDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeDeliverySourcesCommand.js +3 -9
- package/dist-es/commands/DescribeDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeExportTasksCommand.js +3 -9
- package/dist-es/commands/DescribeFieldIndexesCommand.js +3 -9
- package/dist-es/commands/DescribeIndexPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeLogGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeLogStreamsCommand.js +3 -9
- package/dist-es/commands/DescribeMetricFiltersCommand.js +3 -9
- package/dist-es/commands/DescribeQueriesCommand.js +3 -9
- package/dist-es/commands/DescribeQueryDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeSubscriptionFiltersCommand.js +3 -9
- package/dist-es/commands/DisassociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/FilterLogEventsCommand.js +3 -9
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliveryCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliverySourceCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/GetLogEventsCommand.js +3 -9
- package/dist-es/commands/GetLogGroupFieldsCommand.js +3 -9
- package/dist-es/commands/GetLogObjectCommand.js +3 -10
- package/dist-es/commands/GetLogRecordCommand.js +3 -9
- package/dist-es/commands/GetQueryResultsCommand.js +3 -9
- package/dist-es/commands/GetTransformerCommand.js +3 -9
- package/dist-es/commands/ListAnomaliesCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListLogAnomalyDetectorsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsForQueryCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsLogGroupCommand.js +3 -9
- package/dist-es/commands/PutAccountPolicyCommand.js +3 -9
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliverySourceCommand.js +3 -9
- package/dist-es/commands/PutDestinationCommand.js +3 -9
- package/dist-es/commands/PutDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutIndexPolicyCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -9
- package/dist-es/commands/PutLogEventsCommand.js +3 -9
- package/dist-es/commands/PutMetricFilterCommand.js +3 -9
- package/dist-es/commands/PutQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/PutSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/PutTransformerCommand.js +3 -9
- package/dist-es/commands/StartLiveTailCommand.js +3 -10
- package/dist-es/commands/StartQueryCommand.js +3 -9
- package/dist-es/commands/StopQueryCommand.js +3 -9
- package/dist-es/commands/TagLogGroupCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestMetricFilterCommand.js +3 -9
- package/dist-es/commands/TestTransformerCommand.js +3 -9
- package/dist-es/commands/UntagLogGroupCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAnomalyCommand.js +3 -9
- package/dist-es/commands/UpdateDeliveryConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2543 -0
- package/dist-types/CloudWatchLogsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +439 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +444 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -2116
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1100
|
@@ -6,7 +6,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
6
6
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
7
7
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
8
8
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
9
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
10
10
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
11
|
import { AssociateKmsKeyCommandInput, AssociateKmsKeyCommandOutput } from "./commands/AssociateKmsKeyCommand";
|
|
12
12
|
import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
|
|
@@ -233,6 +233,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
233
233
|
* Optional extensions
|
|
234
234
|
*/
|
|
235
235
|
extensions?: RuntimeExtension[];
|
|
236
|
+
/**
|
|
237
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
238
|
+
* may be overridden. A default will always be set by the client.
|
|
239
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
240
|
+
* the client.
|
|
241
|
+
* @alpha
|
|
242
|
+
*
|
|
243
|
+
*/
|
|
244
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
236
245
|
/**
|
|
237
246
|
* The function that provides necessary utilities for generating and parsing event stream
|
|
238
247
|
*/
|
|
@@ -7418,19 +7418,3 @@ export interface UpdateLogAnomalyDetectorRequest {
|
|
|
7418
7418
|
*/
|
|
7419
7419
|
enabled: boolean | undefined;
|
|
7420
7420
|
}
|
|
7421
|
-
/**
|
|
7422
|
-
* @internal
|
|
7423
|
-
*/
|
|
7424
|
-
export declare const GetLogObjectResponseStreamFilterSensitiveLog: (obj: GetLogObjectResponseStream) => any;
|
|
7425
|
-
/**
|
|
7426
|
-
* @internal
|
|
7427
|
-
*/
|
|
7428
|
-
export declare const GetLogObjectResponseFilterSensitiveLog: (obj: GetLogObjectResponse) => any;
|
|
7429
|
-
/**
|
|
7430
|
-
* @internal
|
|
7431
|
-
*/
|
|
7432
|
-
export declare const StartLiveTailResponseStreamFilterSensitiveLog: (obj: StartLiveTailResponseStream) => any;
|
|
7433
|
-
/**
|
|
7434
|
-
* @internal
|
|
7435
|
-
*/
|
|
7436
|
-
export declare const StartLiveTailResponseFilterSensitiveLog: (obj: StartLiveTailResponse) => any;
|
|
@@ -30,6 +30,7 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
30
30
|
profile?: string;
|
|
31
31
|
logger: import("@smithy/types").Logger;
|
|
32
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
34
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
35
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -32,6 +32,7 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
32
32
|
profile?: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
37
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
38
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
31
32
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudWatchLogsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var AccountPolicy: StaticStructureSchema;
|
|
4
|
+
export declare var AddKeyEntry: StaticStructureSchema;
|
|
5
|
+
export declare var AddKeys: StaticStructureSchema;
|
|
6
|
+
export declare var Anomaly: StaticStructureSchema;
|
|
7
|
+
export declare var AnomalyDetector: StaticStructureSchema;
|
|
8
|
+
export declare var AssociateKmsKeyRequest: StaticStructureSchema;
|
|
9
|
+
export declare var CancelExportTaskRequest: StaticStructureSchema;
|
|
10
|
+
export declare var ConfigurationTemplate: StaticStructureSchema;
|
|
11
|
+
export declare var ConfigurationTemplateDeliveryConfigValues: StaticStructureSchema;
|
|
12
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
13
|
+
export declare var CopyValue: StaticStructureSchema;
|
|
14
|
+
export declare var CopyValueEntry: StaticStructureSchema;
|
|
15
|
+
export declare var CreateDeliveryRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateDeliveryResponse: StaticStructureSchema;
|
|
17
|
+
export declare var CreateExportTaskRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateExportTaskResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreateLogAnomalyDetectorRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateLogAnomalyDetectorResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CreateLogGroupRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CreateLogStreamRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CSV: StaticStructureSchema;
|
|
24
|
+
export declare var DataAlreadyAcceptedException: StaticErrorSchema;
|
|
25
|
+
export declare var DateTimeConverter: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteAccountPolicyRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteDataProtectionPolicyRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteDeliveryDestinationPolicyRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteDeliveryDestinationRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteDeliveryRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteDeliverySourceRequest: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteDestinationRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteIndexPolicyRequest: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteIndexPolicyResponse: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteIntegrationRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteIntegrationResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteKeys: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteLogAnomalyDetectorRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteLogGroupRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteLogStreamRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteMetricFilterRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteQueryDefinitionRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteQueryDefinitionResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteResourcePolicyRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteRetentionPolicyRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteSubscriptionFilterRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteTransformerRequest: StaticStructureSchema;
|
|
48
|
+
export declare var Delivery: StaticStructureSchema;
|
|
49
|
+
export declare var DeliveryDestination: StaticStructureSchema;
|
|
50
|
+
export declare var DeliveryDestinationConfiguration: StaticStructureSchema;
|
|
51
|
+
export declare var DeliverySource: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeAccountPoliciesRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DescribeAccountPoliciesResponse: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeConfigurationTemplatesRequest: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeConfigurationTemplatesResponse: StaticStructureSchema;
|
|
56
|
+
export declare var DescribeDeliveriesRequest: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeDeliveriesResponse: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeDeliveryDestinationsRequest: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeDeliveryDestinationsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeDeliverySourcesRequest: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeDeliverySourcesResponse: StaticStructureSchema;
|
|
62
|
+
export declare var DescribeDestinationsRequest: StaticStructureSchema;
|
|
63
|
+
export declare var DescribeDestinationsResponse: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeExportTasksRequest: StaticStructureSchema;
|
|
65
|
+
export declare var DescribeExportTasksResponse: StaticStructureSchema;
|
|
66
|
+
export declare var DescribeFieldIndexesRequest: StaticStructureSchema;
|
|
67
|
+
export declare var DescribeFieldIndexesResponse: StaticStructureSchema;
|
|
68
|
+
export declare var DescribeIndexPoliciesRequest: StaticStructureSchema;
|
|
69
|
+
export declare var DescribeIndexPoliciesResponse: StaticStructureSchema;
|
|
70
|
+
export declare var DescribeLogGroupsRequest: StaticStructureSchema;
|
|
71
|
+
export declare var DescribeLogGroupsResponse: StaticStructureSchema;
|
|
72
|
+
export declare var DescribeLogStreamsRequest: StaticStructureSchema;
|
|
73
|
+
export declare var DescribeLogStreamsResponse: StaticStructureSchema;
|
|
74
|
+
export declare var DescribeMetricFiltersRequest: StaticStructureSchema;
|
|
75
|
+
export declare var DescribeMetricFiltersResponse: StaticStructureSchema;
|
|
76
|
+
export declare var DescribeQueriesRequest: StaticStructureSchema;
|
|
77
|
+
export declare var DescribeQueriesResponse: StaticStructureSchema;
|
|
78
|
+
export declare var DescribeQueryDefinitionsRequest: StaticStructureSchema;
|
|
79
|
+
export declare var DescribeQueryDefinitionsResponse: StaticStructureSchema;
|
|
80
|
+
export declare var DescribeResourcePoliciesRequest: StaticStructureSchema;
|
|
81
|
+
export declare var DescribeResourcePoliciesResponse: StaticStructureSchema;
|
|
82
|
+
export declare var DescribeSubscriptionFiltersRequest: StaticStructureSchema;
|
|
83
|
+
export declare var DescribeSubscriptionFiltersResponse: StaticStructureSchema;
|
|
84
|
+
export declare var Destination: StaticStructureSchema;
|
|
85
|
+
export declare var DisassociateKmsKeyRequest: StaticStructureSchema;
|
|
86
|
+
export declare var Entity: StaticStructureSchema;
|
|
87
|
+
export declare var ExportTask: StaticStructureSchema;
|
|
88
|
+
export declare var ExportTaskExecutionInfo: StaticStructureSchema;
|
|
89
|
+
export declare var ExportTaskStatus: StaticStructureSchema;
|
|
90
|
+
export declare var FieldIndex: StaticStructureSchema;
|
|
91
|
+
export declare var FieldsData: StaticStructureSchema;
|
|
92
|
+
export declare var FilteredLogEvent: StaticStructureSchema;
|
|
93
|
+
export declare var FilterLogEventsRequest: StaticStructureSchema;
|
|
94
|
+
export declare var FilterLogEventsResponse: StaticStructureSchema;
|
|
95
|
+
export declare var GetDataProtectionPolicyRequest: StaticStructureSchema;
|
|
96
|
+
export declare var GetDataProtectionPolicyResponse: StaticStructureSchema;
|
|
97
|
+
export declare var GetDeliveryDestinationPolicyRequest: StaticStructureSchema;
|
|
98
|
+
export declare var GetDeliveryDestinationPolicyResponse: StaticStructureSchema;
|
|
99
|
+
export declare var GetDeliveryDestinationRequest: StaticStructureSchema;
|
|
100
|
+
export declare var GetDeliveryDestinationResponse: StaticStructureSchema;
|
|
101
|
+
export declare var GetDeliveryRequest: StaticStructureSchema;
|
|
102
|
+
export declare var GetDeliveryResponse: StaticStructureSchema;
|
|
103
|
+
export declare var GetDeliverySourceRequest: StaticStructureSchema;
|
|
104
|
+
export declare var GetDeliverySourceResponse: StaticStructureSchema;
|
|
105
|
+
export declare var GetIntegrationRequest: StaticStructureSchema;
|
|
106
|
+
export declare var GetIntegrationResponse: StaticStructureSchema;
|
|
107
|
+
export declare var GetLogAnomalyDetectorRequest: StaticStructureSchema;
|
|
108
|
+
export declare var GetLogAnomalyDetectorResponse: StaticStructureSchema;
|
|
109
|
+
export declare var GetLogEventsRequest: StaticStructureSchema;
|
|
110
|
+
export declare var GetLogEventsResponse: StaticStructureSchema;
|
|
111
|
+
export declare var GetLogGroupFieldsRequest: StaticStructureSchema;
|
|
112
|
+
export declare var GetLogGroupFieldsResponse: StaticStructureSchema;
|
|
113
|
+
export declare var GetLogObjectRequest: StaticStructureSchema;
|
|
114
|
+
export declare var GetLogObjectResponse: StaticStructureSchema;
|
|
115
|
+
export declare var GetLogRecordRequest: StaticStructureSchema;
|
|
116
|
+
export declare var GetLogRecordResponse: StaticStructureSchema;
|
|
117
|
+
export declare var GetQueryResultsRequest: StaticStructureSchema;
|
|
118
|
+
export declare var GetQueryResultsResponse: StaticStructureSchema;
|
|
119
|
+
export declare var GetTransformerRequest: StaticStructureSchema;
|
|
120
|
+
export declare var GetTransformerResponse: StaticStructureSchema;
|
|
121
|
+
export declare var Grok: StaticStructureSchema;
|
|
122
|
+
export declare var IndexPolicy: StaticStructureSchema;
|
|
123
|
+
export declare var InputLogEvent: StaticStructureSchema;
|
|
124
|
+
export declare var IntegrationSummary: StaticStructureSchema;
|
|
125
|
+
export declare var InternalStreamingException: StaticErrorSchema;
|
|
126
|
+
export declare var InvalidOperationException: StaticErrorSchema;
|
|
127
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
128
|
+
export declare var InvalidSequenceTokenException: StaticErrorSchema;
|
|
129
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
130
|
+
export declare var ListAnomaliesRequest: StaticStructureSchema;
|
|
131
|
+
export declare var ListAnomaliesResponse: StaticStructureSchema;
|
|
132
|
+
export declare var ListIntegrationsRequest: StaticStructureSchema;
|
|
133
|
+
export declare var ListIntegrationsResponse: StaticStructureSchema;
|
|
134
|
+
export declare var ListLogAnomalyDetectorsRequest: StaticStructureSchema;
|
|
135
|
+
export declare var ListLogAnomalyDetectorsResponse: StaticStructureSchema;
|
|
136
|
+
export declare var ListLogGroupsForQueryRequest: StaticStructureSchema;
|
|
137
|
+
export declare var ListLogGroupsForQueryResponse: StaticStructureSchema;
|
|
138
|
+
export declare var ListLogGroupsRequest: StaticStructureSchema;
|
|
139
|
+
export declare var ListLogGroupsResponse: StaticStructureSchema;
|
|
140
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
141
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
142
|
+
export declare var ListTagsLogGroupRequest: StaticStructureSchema;
|
|
143
|
+
export declare var ListTagsLogGroupResponse: StaticStructureSchema;
|
|
144
|
+
export declare var ListToMap: StaticStructureSchema;
|
|
145
|
+
export declare var LiveTailSessionLogEvent: StaticStructureSchema;
|
|
146
|
+
export declare var LiveTailSessionMetadata: StaticStructureSchema;
|
|
147
|
+
export declare var LiveTailSessionStart: StaticStructureSchema;
|
|
148
|
+
export declare var LiveTailSessionUpdate: StaticStructureSchema;
|
|
149
|
+
export declare var LogEvent: StaticStructureSchema;
|
|
150
|
+
export declare var LogGroup: StaticStructureSchema;
|
|
151
|
+
export declare var LogGroupField: StaticStructureSchema;
|
|
152
|
+
export declare var LogGroupSummary: StaticStructureSchema;
|
|
153
|
+
export declare var LogStream: StaticStructureSchema;
|
|
154
|
+
export declare var LowerCaseString: StaticStructureSchema;
|
|
155
|
+
export declare var MalformedQueryException: StaticErrorSchema;
|
|
156
|
+
export declare var MetricFilter: StaticStructureSchema;
|
|
157
|
+
export declare var MetricFilterMatchRecord: StaticStructureSchema;
|
|
158
|
+
export declare var MetricTransformation: StaticStructureSchema;
|
|
159
|
+
export declare var MoveKeyEntry: StaticStructureSchema;
|
|
160
|
+
export declare var MoveKeys: StaticStructureSchema;
|
|
161
|
+
export declare var OpenSearchApplication: StaticStructureSchema;
|
|
162
|
+
export declare var OpenSearchCollection: StaticStructureSchema;
|
|
163
|
+
export declare var OpenSearchDataAccessPolicy: StaticStructureSchema;
|
|
164
|
+
export declare var OpenSearchDataSource: StaticStructureSchema;
|
|
165
|
+
export declare var OpenSearchEncryptionPolicy: StaticStructureSchema;
|
|
166
|
+
export declare var OpenSearchIntegrationDetails: StaticStructureSchema;
|
|
167
|
+
export declare var OpenSearchLifecyclePolicy: StaticStructureSchema;
|
|
168
|
+
export declare var OpenSearchNetworkPolicy: StaticStructureSchema;
|
|
169
|
+
export declare var OpenSearchResourceConfig: StaticStructureSchema;
|
|
170
|
+
export declare var OpenSearchResourceStatus: StaticStructureSchema;
|
|
171
|
+
export declare var OpenSearchWorkspace: StaticStructureSchema;
|
|
172
|
+
export declare var OperationAbortedException: StaticErrorSchema;
|
|
173
|
+
export declare var OutputLogEvent: StaticStructureSchema;
|
|
174
|
+
export declare var ParseCloudfront: StaticStructureSchema;
|
|
175
|
+
export declare var ParseJSON: StaticStructureSchema;
|
|
176
|
+
export declare var ParseKeyValue: StaticStructureSchema;
|
|
177
|
+
export declare var ParsePostgres: StaticStructureSchema;
|
|
178
|
+
export declare var ParseRoute53: StaticStructureSchema;
|
|
179
|
+
export declare var ParseToOCSF: StaticStructureSchema;
|
|
180
|
+
export declare var ParseVPC: StaticStructureSchema;
|
|
181
|
+
export declare var ParseWAF: StaticStructureSchema;
|
|
182
|
+
export declare var PatternToken: StaticStructureSchema;
|
|
183
|
+
export declare var Policy: StaticStructureSchema;
|
|
184
|
+
export declare var Processor: StaticStructureSchema;
|
|
185
|
+
export declare var PutAccountPolicyRequest: StaticStructureSchema;
|
|
186
|
+
export declare var PutAccountPolicyResponse: StaticStructureSchema;
|
|
187
|
+
export declare var PutDataProtectionPolicyRequest: StaticStructureSchema;
|
|
188
|
+
export declare var PutDataProtectionPolicyResponse: StaticStructureSchema;
|
|
189
|
+
export declare var PutDeliveryDestinationPolicyRequest: StaticStructureSchema;
|
|
190
|
+
export declare var PutDeliveryDestinationPolicyResponse: StaticStructureSchema;
|
|
191
|
+
export declare var PutDeliveryDestinationRequest: StaticStructureSchema;
|
|
192
|
+
export declare var PutDeliveryDestinationResponse: StaticStructureSchema;
|
|
193
|
+
export declare var PutDeliverySourceRequest: StaticStructureSchema;
|
|
194
|
+
export declare var PutDeliverySourceResponse: StaticStructureSchema;
|
|
195
|
+
export declare var PutDestinationPolicyRequest: StaticStructureSchema;
|
|
196
|
+
export declare var PutDestinationRequest: StaticStructureSchema;
|
|
197
|
+
export declare var PutDestinationResponse: StaticStructureSchema;
|
|
198
|
+
export declare var PutIndexPolicyRequest: StaticStructureSchema;
|
|
199
|
+
export declare var PutIndexPolicyResponse: StaticStructureSchema;
|
|
200
|
+
export declare var PutIntegrationRequest: StaticStructureSchema;
|
|
201
|
+
export declare var PutIntegrationResponse: StaticStructureSchema;
|
|
202
|
+
export declare var PutLogEventsRequest: StaticStructureSchema;
|
|
203
|
+
export declare var PutLogEventsResponse: StaticStructureSchema;
|
|
204
|
+
export declare var PutMetricFilterRequest: StaticStructureSchema;
|
|
205
|
+
export declare var PutQueryDefinitionRequest: StaticStructureSchema;
|
|
206
|
+
export declare var PutQueryDefinitionResponse: StaticStructureSchema;
|
|
207
|
+
export declare var PutResourcePolicyRequest: StaticStructureSchema;
|
|
208
|
+
export declare var PutResourcePolicyResponse: StaticStructureSchema;
|
|
209
|
+
export declare var PutRetentionPolicyRequest: StaticStructureSchema;
|
|
210
|
+
export declare var PutSubscriptionFilterRequest: StaticStructureSchema;
|
|
211
|
+
export declare var PutTransformerRequest: StaticStructureSchema;
|
|
212
|
+
export declare var QueryCompileError: StaticStructureSchema;
|
|
213
|
+
export declare var QueryCompileErrorLocation: StaticStructureSchema;
|
|
214
|
+
export declare var QueryDefinition: StaticStructureSchema;
|
|
215
|
+
export declare var QueryInfo: StaticStructureSchema;
|
|
216
|
+
export declare var QueryStatistics: StaticStructureSchema;
|
|
217
|
+
export declare var RecordField: StaticStructureSchema;
|
|
218
|
+
export declare var RejectedEntityInfo: StaticStructureSchema;
|
|
219
|
+
export declare var RejectedLogEventsInfo: StaticStructureSchema;
|
|
220
|
+
export declare var RenameKeyEntry: StaticStructureSchema;
|
|
221
|
+
export declare var RenameKeys: StaticStructureSchema;
|
|
222
|
+
export declare var ResourceAlreadyExistsException: StaticErrorSchema;
|
|
223
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
224
|
+
export declare var ResourcePolicy: StaticStructureSchema;
|
|
225
|
+
export declare var ResultField: StaticStructureSchema;
|
|
226
|
+
export declare var S3DeliveryConfiguration: StaticStructureSchema;
|
|
227
|
+
export declare var SearchedLogStream: StaticStructureSchema;
|
|
228
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
229
|
+
export declare var ServiceUnavailableException: StaticErrorSchema;
|
|
230
|
+
export declare var SessionStreamingException: StaticErrorSchema;
|
|
231
|
+
export declare var SessionTimeoutException: StaticErrorSchema;
|
|
232
|
+
export declare var SplitString: StaticStructureSchema;
|
|
233
|
+
export declare var SplitStringEntry: StaticStructureSchema;
|
|
234
|
+
export declare var StartLiveTailRequest: StaticStructureSchema;
|
|
235
|
+
export declare var StartLiveTailResponse: StaticStructureSchema;
|
|
236
|
+
export declare var StartQueryRequest: StaticStructureSchema;
|
|
237
|
+
export declare var StartQueryResponse: StaticStructureSchema;
|
|
238
|
+
export declare var StopQueryRequest: StaticStructureSchema;
|
|
239
|
+
export declare var StopQueryResponse: StaticStructureSchema;
|
|
240
|
+
export declare var SubscriptionFilter: StaticStructureSchema;
|
|
241
|
+
export declare var SubstituteString: StaticStructureSchema;
|
|
242
|
+
export declare var SubstituteStringEntry: StaticStructureSchema;
|
|
243
|
+
export declare var SuppressionPeriod: StaticStructureSchema;
|
|
244
|
+
export declare var TagLogGroupRequest: StaticStructureSchema;
|
|
245
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
246
|
+
export declare var TestMetricFilterRequest: StaticStructureSchema;
|
|
247
|
+
export declare var TestMetricFilterResponse: StaticStructureSchema;
|
|
248
|
+
export declare var TestTransformerRequest: StaticStructureSchema;
|
|
249
|
+
export declare var TestTransformerResponse: StaticStructureSchema;
|
|
250
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
251
|
+
export declare var TooManyTagsException: StaticErrorSchema;
|
|
252
|
+
export declare var TransformedLogRecord: StaticStructureSchema;
|
|
253
|
+
export declare var TrimString: StaticStructureSchema;
|
|
254
|
+
export declare var TypeConverter: StaticStructureSchema;
|
|
255
|
+
export declare var TypeConverterEntry: StaticStructureSchema;
|
|
256
|
+
export declare var UnrecognizedClientException: StaticErrorSchema;
|
|
257
|
+
export declare var UntagLogGroupRequest: StaticStructureSchema;
|
|
258
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
259
|
+
export declare var UpdateAnomalyRequest: StaticStructureSchema;
|
|
260
|
+
export declare var UpdateDeliveryConfigurationRequest: StaticStructureSchema;
|
|
261
|
+
export declare var UpdateDeliveryConfigurationResponse: StaticStructureSchema;
|
|
262
|
+
export declare var UpdateLogAnomalyDetectorRequest: StaticStructureSchema;
|
|
263
|
+
export declare var UpperCaseString: StaticStructureSchema;
|
|
264
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
265
|
+
export declare var __Unit: "unit";
|
|
266
|
+
export declare var CloudWatchLogsServiceException: StaticErrorSchema;
|
|
267
|
+
export declare var AccountIds: number;
|
|
268
|
+
export declare var AccountPolicies: StaticListSchema;
|
|
269
|
+
export declare var AddKeyEntries: StaticListSchema;
|
|
270
|
+
export declare var AllowedFieldDelimiters: number;
|
|
271
|
+
export declare var AllowedFields: StaticListSchema;
|
|
272
|
+
export declare var Anomalies: StaticListSchema;
|
|
273
|
+
export declare var AnomalyDetectors: StaticListSchema;
|
|
274
|
+
export declare var Columns: number;
|
|
275
|
+
export declare var ConfigurationTemplates: StaticListSchema;
|
|
276
|
+
export declare var CopyValueEntries: StaticListSchema;
|
|
277
|
+
export declare var DashboardViewerPrincipals: number;
|
|
278
|
+
export declare var DeleteWithKeys: number;
|
|
279
|
+
export declare var Deliveries: StaticListSchema;
|
|
280
|
+
export declare var DeliveryDestinations: StaticListSchema;
|
|
281
|
+
export declare var DeliveryDestinationTypes: number;
|
|
282
|
+
export declare var DeliverySources: StaticListSchema;
|
|
283
|
+
export declare var DescribeFieldIndexesLogGroupIdentifiers: number;
|
|
284
|
+
export declare var DescribeIndexPoliciesLogGroupIdentifiers: number;
|
|
285
|
+
export declare var DescribeLogGroupsLogGroupIdentifiers: number;
|
|
286
|
+
export declare var Destinations: StaticListSchema;
|
|
287
|
+
export declare var EmitSystemFields: number;
|
|
288
|
+
export declare var ExportTasks: StaticListSchema;
|
|
289
|
+
export declare var FieldIndexes: StaticListSchema;
|
|
290
|
+
export declare var FilteredLogEvents: StaticListSchema;
|
|
291
|
+
export declare var IndexPolicies: StaticListSchema;
|
|
292
|
+
export declare var InheritedProperties: number;
|
|
293
|
+
export declare var InputLogEvents: StaticListSchema;
|
|
294
|
+
export declare var InputLogStreamNames: number;
|
|
295
|
+
export declare var IntegrationSummaries: StaticListSchema;
|
|
296
|
+
export declare var LiveTailSessionResults: StaticListSchema;
|
|
297
|
+
export declare var LogGroupArnList: number;
|
|
298
|
+
export declare var LogGroupFieldList: StaticListSchema;
|
|
299
|
+
export declare var LogGroupIdentifiers: number;
|
|
300
|
+
export declare var LogGroupNames: number;
|
|
301
|
+
export declare var LogGroups: StaticListSchema;
|
|
302
|
+
export declare var LogGroupSummaries: StaticListSchema;
|
|
303
|
+
export declare var LogSamples: StaticListSchema;
|
|
304
|
+
export declare var LogStreams: StaticListSchema;
|
|
305
|
+
export declare var LogTypes: number;
|
|
306
|
+
export declare var LowerCaseStringWithKeys: number;
|
|
307
|
+
export declare var MatchPatterns: number;
|
|
308
|
+
export declare var MetricFilterMatches: StaticListSchema;
|
|
309
|
+
export declare var MetricFilters: StaticListSchema;
|
|
310
|
+
export declare var MetricTransformations: StaticListSchema;
|
|
311
|
+
export declare var MoveKeyEntries: StaticListSchema;
|
|
312
|
+
export declare var OutputFormats: number;
|
|
313
|
+
export declare var OutputLogEvents: StaticListSchema;
|
|
314
|
+
export declare var PatternTokens: StaticListSchema;
|
|
315
|
+
export declare var Processors: StaticListSchema;
|
|
316
|
+
export declare var QueryDefinitionList: StaticListSchema;
|
|
317
|
+
export declare var QueryInfoList: StaticListSchema;
|
|
318
|
+
export declare var QueryResults: StaticListSchema;
|
|
319
|
+
export declare var RecordFields: number;
|
|
320
|
+
export declare var RenameKeyEntries: StaticListSchema;
|
|
321
|
+
export declare var ResourceArns: number;
|
|
322
|
+
export declare var ResourcePolicies: StaticListSchema;
|
|
323
|
+
export declare var ResourceTypes: number;
|
|
324
|
+
export declare var ResultRows: StaticListSchema;
|
|
325
|
+
export declare var SearchedLogStreams: StaticListSchema;
|
|
326
|
+
export declare var SplitStringEntries: StaticListSchema;
|
|
327
|
+
export declare var StartLiveTailLogGroupIdentifiers: number;
|
|
328
|
+
export declare var SubscriptionFilters: StaticListSchema;
|
|
329
|
+
export declare var SubstituteStringEntries: StaticListSchema;
|
|
330
|
+
export declare var TagKeyList: number;
|
|
331
|
+
export declare var TagList: number;
|
|
332
|
+
export declare var TestEventMessages: number;
|
|
333
|
+
export declare var TransformedLogs: StaticListSchema;
|
|
334
|
+
export declare var TrimStringWithKeys: number;
|
|
335
|
+
export declare var TypeConverterEntries: StaticListSchema;
|
|
336
|
+
export declare var UpperCaseStringWithKeys: number;
|
|
337
|
+
export declare var Dimensions: number;
|
|
338
|
+
export declare var EntityAttributes: number;
|
|
339
|
+
export declare var EntityKeyAttributes: number;
|
|
340
|
+
export declare var Enumerations: number;
|
|
341
|
+
export declare var ExtractedValues: number;
|
|
342
|
+
export declare var Histogram: number;
|
|
343
|
+
export declare var LogRecord: number;
|
|
344
|
+
export declare var Tags: number;
|
|
345
|
+
export declare var GetLogObjectResponseStream: StaticStructureSchema;
|
|
346
|
+
export declare var IntegrationDetails: StaticStructureSchema;
|
|
347
|
+
export declare var ResourceConfig: StaticStructureSchema;
|
|
348
|
+
export declare var StartLiveTailResponseStream: StaticStructureSchema;
|
|
349
|
+
export declare var AssociateKmsKey: StaticOperationSchema;
|
|
350
|
+
export declare var CancelExportTask: StaticOperationSchema;
|
|
351
|
+
export declare var CreateDelivery: StaticOperationSchema;
|
|
352
|
+
export declare var CreateExportTask: StaticOperationSchema;
|
|
353
|
+
export declare var CreateLogAnomalyDetector: StaticOperationSchema;
|
|
354
|
+
export declare var CreateLogGroup: StaticOperationSchema;
|
|
355
|
+
export declare var CreateLogStream: StaticOperationSchema;
|
|
356
|
+
export declare var DeleteAccountPolicy: StaticOperationSchema;
|
|
357
|
+
export declare var DeleteDataProtectionPolicy: StaticOperationSchema;
|
|
358
|
+
export declare var DeleteDelivery: StaticOperationSchema;
|
|
359
|
+
export declare var DeleteDeliveryDestination: StaticOperationSchema;
|
|
360
|
+
export declare var DeleteDeliveryDestinationPolicy: StaticOperationSchema;
|
|
361
|
+
export declare var DeleteDeliverySource: StaticOperationSchema;
|
|
362
|
+
export declare var DeleteDestination: StaticOperationSchema;
|
|
363
|
+
export declare var DeleteIndexPolicy: StaticOperationSchema;
|
|
364
|
+
export declare var DeleteIntegration: StaticOperationSchema;
|
|
365
|
+
export declare var DeleteLogAnomalyDetector: StaticOperationSchema;
|
|
366
|
+
export declare var DeleteLogGroup: StaticOperationSchema;
|
|
367
|
+
export declare var DeleteLogStream: StaticOperationSchema;
|
|
368
|
+
export declare var DeleteMetricFilter: StaticOperationSchema;
|
|
369
|
+
export declare var DeleteQueryDefinition: StaticOperationSchema;
|
|
370
|
+
export declare var DeleteResourcePolicy: StaticOperationSchema;
|
|
371
|
+
export declare var DeleteRetentionPolicy: StaticOperationSchema;
|
|
372
|
+
export declare var DeleteSubscriptionFilter: StaticOperationSchema;
|
|
373
|
+
export declare var DeleteTransformer: StaticOperationSchema;
|
|
374
|
+
export declare var DescribeAccountPolicies: StaticOperationSchema;
|
|
375
|
+
export declare var DescribeConfigurationTemplates: StaticOperationSchema;
|
|
376
|
+
export declare var DescribeDeliveries: StaticOperationSchema;
|
|
377
|
+
export declare var DescribeDeliveryDestinations: StaticOperationSchema;
|
|
378
|
+
export declare var DescribeDeliverySources: StaticOperationSchema;
|
|
379
|
+
export declare var DescribeDestinations: StaticOperationSchema;
|
|
380
|
+
export declare var DescribeExportTasks: StaticOperationSchema;
|
|
381
|
+
export declare var DescribeFieldIndexes: StaticOperationSchema;
|
|
382
|
+
export declare var DescribeIndexPolicies: StaticOperationSchema;
|
|
383
|
+
export declare var DescribeLogGroups: StaticOperationSchema;
|
|
384
|
+
export declare var DescribeLogStreams: StaticOperationSchema;
|
|
385
|
+
export declare var DescribeMetricFilters: StaticOperationSchema;
|
|
386
|
+
export declare var DescribeQueries: StaticOperationSchema;
|
|
387
|
+
export declare var DescribeQueryDefinitions: StaticOperationSchema;
|
|
388
|
+
export declare var DescribeResourcePolicies: StaticOperationSchema;
|
|
389
|
+
export declare var DescribeSubscriptionFilters: StaticOperationSchema;
|
|
390
|
+
export declare var DisassociateKmsKey: StaticOperationSchema;
|
|
391
|
+
export declare var FilterLogEvents: StaticOperationSchema;
|
|
392
|
+
export declare var GetDataProtectionPolicy: StaticOperationSchema;
|
|
393
|
+
export declare var GetDelivery: StaticOperationSchema;
|
|
394
|
+
export declare var GetDeliveryDestination: StaticOperationSchema;
|
|
395
|
+
export declare var GetDeliveryDestinationPolicy: StaticOperationSchema;
|
|
396
|
+
export declare var GetDeliverySource: StaticOperationSchema;
|
|
397
|
+
export declare var GetIntegration: StaticOperationSchema;
|
|
398
|
+
export declare var GetLogAnomalyDetector: StaticOperationSchema;
|
|
399
|
+
export declare var GetLogEvents: StaticOperationSchema;
|
|
400
|
+
export declare var GetLogGroupFields: StaticOperationSchema;
|
|
401
|
+
export declare var GetLogObject: StaticOperationSchema;
|
|
402
|
+
export declare var GetLogRecord: StaticOperationSchema;
|
|
403
|
+
export declare var GetQueryResults: StaticOperationSchema;
|
|
404
|
+
export declare var GetTransformer: StaticOperationSchema;
|
|
405
|
+
export declare var ListAnomalies: StaticOperationSchema;
|
|
406
|
+
export declare var ListIntegrations: StaticOperationSchema;
|
|
407
|
+
export declare var ListLogAnomalyDetectors: StaticOperationSchema;
|
|
408
|
+
export declare var ListLogGroups: StaticOperationSchema;
|
|
409
|
+
export declare var ListLogGroupsForQuery: StaticOperationSchema;
|
|
410
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
411
|
+
export declare var ListTagsLogGroup: StaticOperationSchema;
|
|
412
|
+
export declare var PutAccountPolicy: StaticOperationSchema;
|
|
413
|
+
export declare var PutDataProtectionPolicy: StaticOperationSchema;
|
|
414
|
+
export declare var PutDeliveryDestination: StaticOperationSchema;
|
|
415
|
+
export declare var PutDeliveryDestinationPolicy: StaticOperationSchema;
|
|
416
|
+
export declare var PutDeliverySource: StaticOperationSchema;
|
|
417
|
+
export declare var PutDestination: StaticOperationSchema;
|
|
418
|
+
export declare var PutDestinationPolicy: StaticOperationSchema;
|
|
419
|
+
export declare var PutIndexPolicy: StaticOperationSchema;
|
|
420
|
+
export declare var PutIntegration: StaticOperationSchema;
|
|
421
|
+
export declare var PutLogEvents: StaticOperationSchema;
|
|
422
|
+
export declare var PutMetricFilter: StaticOperationSchema;
|
|
423
|
+
export declare var PutQueryDefinition: StaticOperationSchema;
|
|
424
|
+
export declare var PutResourcePolicy: StaticOperationSchema;
|
|
425
|
+
export declare var PutRetentionPolicy: StaticOperationSchema;
|
|
426
|
+
export declare var PutSubscriptionFilter: StaticOperationSchema;
|
|
427
|
+
export declare var PutTransformer: StaticOperationSchema;
|
|
428
|
+
export declare var StartLiveTail: StaticOperationSchema;
|
|
429
|
+
export declare var StartQuery: StaticOperationSchema;
|
|
430
|
+
export declare var StopQuery: StaticOperationSchema;
|
|
431
|
+
export declare var TagLogGroup: StaticOperationSchema;
|
|
432
|
+
export declare var TagResource: StaticOperationSchema;
|
|
433
|
+
export declare var TestMetricFilter: StaticOperationSchema;
|
|
434
|
+
export declare var TestTransformer: StaticOperationSchema;
|
|
435
|
+
export declare var UntagLogGroup: StaticOperationSchema;
|
|
436
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
437
|
+
export declare var UpdateAnomaly: StaticOperationSchema;
|
|
438
|
+
export declare var UpdateDeliveryConfiguration: StaticOperationSchema;
|
|
439
|
+
export declare var UpdateLogAnomalyDetector: StaticOperationSchema;
|
|
@@ -34,11 +34,14 @@ import {
|
|
|
34
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
ClientProtocol,
|
|
37
38
|
Decoder as __Decoder,
|
|
38
39
|
Encoder as __Encoder,
|
|
39
40
|
EventStreamSerdeProvider as __EventStreamSerdeProvider,
|
|
40
41
|
HashConstructor as __HashConstructor,
|
|
41
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
HttpRequest,
|
|
44
|
+
HttpResponse,
|
|
42
45
|
Logger as __Logger,
|
|
43
46
|
Provider as __Provider,
|
|
44
47
|
Provider,
|
|
@@ -629,6 +632,7 @@ export interface ClientDefaults
|
|
|
629
632
|
retryMode?: string | __Provider<string>;
|
|
630
633
|
logger?: __Logger;
|
|
631
634
|
extensions?: RuntimeExtension[];
|
|
635
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
632
636
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
633
637
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
634
638
|
}
|
|
@@ -1719,15 +1719,3 @@ export interface UpdateLogAnomalyDetectorRequest {
|
|
|
1719
1719
|
anomalyVisibilityTime?: number | undefined;
|
|
1720
1720
|
enabled: boolean | undefined;
|
|
1721
1721
|
}
|
|
1722
|
-
export declare const GetLogObjectResponseStreamFilterSensitiveLog: (
|
|
1723
|
-
obj: GetLogObjectResponseStream
|
|
1724
|
-
) => any;
|
|
1725
|
-
export declare const GetLogObjectResponseFilterSensitiveLog: (
|
|
1726
|
-
obj: GetLogObjectResponse
|
|
1727
|
-
) => any;
|
|
1728
|
-
export declare const StartLiveTailResponseStreamFilterSensitiveLog: (
|
|
1729
|
-
obj: StartLiveTailResponseStream
|
|
1730
|
-
) => any;
|
|
1731
|
-
export declare const StartLiveTailResponseFilterSensitiveLog: (
|
|
1732
|
-
obj: StartLiveTailResponse
|
|
1733
|
-
) => any;
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
39
39
|
profile?: string;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
43
47
|
userAgentAppId?:
|
|
44
48
|
| string
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
39
39
|
profile?: string;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
43
47
|
retryStrategy?:
|
|
44
48
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
41
45
|
defaultsMode:
|
|
42
46
|
| import("@smithy/smithy-client").DefaultsMode
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: CloudWatchLogsClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudWatchLogsHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|