@aws-sdk/client-cloudwatch-logs 3.1041.0 → 3.1043.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 +17 -0
- package/dist-cjs/schemas/schemas_0.js +51 -24
- package/dist-es/models/enums.js +14 -0
- package/dist-es/schemas/schemas_0.js +43 -16
- package/dist-types/commands/DescribeConfigurationTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDeliverySourcesCommand.d.ts +5 -0
- package/dist-types/commands/GetDeliverySourceCommand.d.ts +5 -0
- package/dist-types/commands/PutDeliverySourceCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDeliveryConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLogAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +38 -0
- package/dist-types/models/models_0.d.ts +97 -44
- package/dist-types/models/models_1.d.ts +44 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -8
- package/dist-types/ts3.4/models/models_1.d.ts +14 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1710,6 +1710,13 @@ const DeliveryDestinationType = {
|
|
|
1710
1710
|
S3: "S3",
|
|
1711
1711
|
XRAY: "XRAY",
|
|
1712
1712
|
};
|
|
1713
|
+
const DeliverySourceConfigurationSchemaValueType = {
|
|
1714
|
+
BOOLEAN: "boolean",
|
|
1715
|
+
DOUBLE: "double",
|
|
1716
|
+
INT: "int",
|
|
1717
|
+
LONG: "long",
|
|
1718
|
+
STRING: "string",
|
|
1719
|
+
};
|
|
1713
1720
|
const LogGroupClass = {
|
|
1714
1721
|
DELIVERY: "DELIVERY",
|
|
1715
1722
|
INFREQUENT_ACCESS: "INFREQUENT_ACCESS",
|
|
@@ -1730,6 +1737,13 @@ const DataProtectionStatus = {
|
|
|
1730
1737
|
DELETED: "DELETED",
|
|
1731
1738
|
DISABLED: "DISABLED",
|
|
1732
1739
|
};
|
|
1740
|
+
const DeliverySourceStatus = {
|
|
1741
|
+
ACTIVE: "ACTIVE",
|
|
1742
|
+
INACTIVE: "INACTIVE",
|
|
1743
|
+
};
|
|
1744
|
+
const DeliverySourceStatusReason = {
|
|
1745
|
+
RESOURCE_DELETED: "RESOURCE_DELETED",
|
|
1746
|
+
};
|
|
1733
1747
|
const ExportTaskStatusCode = {
|
|
1734
1748
|
CANCELLED: "CANCELLED",
|
|
1735
1749
|
COMPLETED: "COMPLETED",
|
|
@@ -1917,6 +1931,9 @@ exports.DeleteScheduledQueryCommand = DeleteScheduledQueryCommand;
|
|
|
1917
1931
|
exports.DeleteSubscriptionFilterCommand = DeleteSubscriptionFilterCommand;
|
|
1918
1932
|
exports.DeleteTransformerCommand = DeleteTransformerCommand;
|
|
1919
1933
|
exports.DeliveryDestinationType = DeliveryDestinationType;
|
|
1934
|
+
exports.DeliverySourceConfigurationSchemaValueType = DeliverySourceConfigurationSchemaValueType;
|
|
1935
|
+
exports.DeliverySourceStatus = DeliverySourceStatus;
|
|
1936
|
+
exports.DeliverySourceStatusReason = DeliverySourceStatusReason;
|
|
1920
1937
|
exports.DescribeAccountPoliciesCommand = DescribeAccountPoliciesCommand;
|
|
1921
1938
|
exports.DescribeConfigurationTemplatesCommand = DescribeConfigurationTemplatesCommand;
|
|
1922
1939
|
exports.DescribeDeliveriesCommand = DescribeDeliveriesCommand;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateLookupTableRequest$ = exports.CreateLogStreamRequest$ = exports.CreateLogGroupRequest$ = exports.CreateLogAnomalyDetectorResponse$ = exports.CreateLogAnomalyDetectorRequest$ = exports.CreateImportTaskResponse$ = exports.CreateImportTaskRequest$ = exports.CreateExportTaskResponse$ = exports.CreateExportTaskRequest$ = exports.CreateDeliveryResponse$ = exports.CreateDeliveryRequest$ = exports.CopyValueEntry$ = exports.CopyValue$ = exports.ConfigurationTemplateDeliveryConfigValues$ = exports.ConfigurationTemplate$ = exports.CancelImportTaskResponse$ = exports.CancelImportTaskRequest$ = exports.CancelExportTaskRequest$ = exports.AssociateSourceToS3TableIntegrationResponse$ = exports.AssociateSourceToS3TableIntegrationRequest$ = exports.AssociateKmsKeyRequest$ = exports.AnomalyDetector$ = exports.Anomaly$ = exports.AggregateLogGroupSummary$ = exports.AddKeys$ = exports.AddKeyEntry$ = exports.AccountPolicy$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnrecognizedClientException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.SessionTimeoutException$ = exports.SessionStreamingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.OperationAbortedException$ = exports.MalformedQueryException$ = exports.LimitExceededException$ = exports.InvalidSequenceTokenException$ = exports.InvalidParameterException$ = exports.InvalidOperationException$ = exports.InternalStreamingException$ = exports.InternalServerException$ = exports.DataAlreadyAcceptedException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.CloudWatchLogsServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.UpdateScheduledQuery$ = exports.UpdateLookupTable$ = exports.UpdateLogAnomalyDetector$ = exports.UpdateDeliveryConfiguration$ = exports.UpdateAnomaly$ = exports.UntagResource$ = exports.UntagLogGroup$ = exports.TestTransformer$ = exports.TestMetricFilter$ = exports.TagResource$ = exports.TagLogGroup$ = exports.StopQuery$ = exports.StartQuery$ = exports.StartLiveTail$ = exports.PutTransformer$ = exports.PutSubscriptionFilter$ = exports.PutRetentionPolicy$ = exports.PutResourcePolicy$ = exports.PutQueryDefinition$ = exports.PutMetricFilter$ = exports.PutLogGroupDeletionProtection$ = exports.PutLogEvents$ = exports.PutIntegration$ = exports.PutIndexPolicy$ = exports.PutDestinationPolicy$ = exports.PutDestination$ = exports.PutDeliverySource$ = exports.PutDeliveryDestinationPolicy$ = exports.PutDeliveryDestination$ = exports.PutDataProtectionPolicy$ = exports.PutBearerTokenAuthentication$ = exports.PutAccountPolicy$ = exports.ListTagsLogGroup$ = exports.ListTagsForResource$ = exports.ListSourcesForS3TableIntegration$ = exports.ListScheduledQueries$ = exports.ListLogGroupsForQuery$ = exports.ListLogGroups$ = exports.ListLogAnomalyDetectors$ = exports.ListIntegrations$ = exports.ListAnomalies$ = exports.ListAggregateLogGroupSummaries$ = exports.GetTransformer$ = void 0;
|
|
4
|
+
exports.DescribeExportTasksRequest$ = exports.DescribeDestinationsResponse$ = exports.DescribeDestinationsRequest$ = exports.DescribeDeliverySourcesResponse$ = exports.DescribeDeliverySourcesRequest$ = exports.DescribeDeliveryDestinationsResponse$ = exports.DescribeDeliveryDestinationsRequest$ = exports.DescribeDeliveriesResponse$ = exports.DescribeDeliveriesRequest$ = exports.DescribeConfigurationTemplatesResponse$ = exports.DescribeConfigurationTemplatesRequest$ = exports.DescribeAccountPoliciesResponse$ = exports.DescribeAccountPoliciesRequest$ = exports.DeliverySourceConfigurationSchema$ = exports.DeliverySource$ = exports.DeliveryDestinationConfiguration$ = exports.DeliveryDestination$ = exports.Delivery$ = exports.DeleteTransformerRequest$ = exports.DeleteSubscriptionFilterRequest$ = exports.DeleteScheduledQueryResponse$ = exports.DeleteScheduledQueryRequest$ = exports.DeleteRetentionPolicyRequest$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteQueryDefinitionResponse$ = exports.DeleteQueryDefinitionRequest$ = exports.DeleteMetricFilterRequest$ = exports.DeleteLookupTableRequest$ = exports.DeleteLogStreamRequest$ = exports.DeleteLogGroupRequest$ = exports.DeleteLogAnomalyDetectorRequest$ = exports.DeleteKeys$ = exports.DeleteIntegrationResponse$ = exports.DeleteIntegrationRequest$ = exports.DeleteIndexPolicyResponse$ = exports.DeleteIndexPolicyRequest$ = exports.DeleteDestinationRequest$ = exports.DeleteDeliverySourceRequest$ = exports.DeleteDeliveryRequest$ = exports.DeleteDeliveryDestinationRequest$ = exports.DeleteDeliveryDestinationPolicyRequest$ = exports.DeleteDataProtectionPolicyRequest$ = exports.DeleteAccountPolicyRequest$ = exports.DateTimeConverter$ = exports.DataSourceFilter$ = exports.DataSource$ = exports.CSV$ = exports.CreateScheduledQueryResponse$ = exports.CreateScheduledQueryRequest$ = exports.CreateLookupTableResponse$ = void 0;
|
|
5
|
+
exports.GetIntegrationRequest$ = exports.GetDeliverySourceResponse$ = exports.GetDeliverySourceRequest$ = exports.GetDeliveryResponse$ = exports.GetDeliveryRequest$ = exports.GetDeliveryDestinationResponse$ = exports.GetDeliveryDestinationRequest$ = exports.GetDeliveryDestinationPolicyResponse$ = exports.GetDeliveryDestinationPolicyRequest$ = exports.GetDataProtectionPolicyResponse$ = exports.GetDataProtectionPolicyRequest$ = exports.FilterLogEventsResponse$ = exports.FilterLogEventsRequest$ = exports.FilteredLogEvent$ = exports.FieldsData$ = exports.FieldIndex$ = exports.ExportTaskStatus$ = exports.ExportTaskExecutionInfo$ = exports.ExportTask$ = exports.Entity$ = exports.DisassociateSourceFromS3TableIntegrationResponse$ = exports.DisassociateSourceFromS3TableIntegrationRequest$ = exports.DisassociateKmsKeyRequest$ = exports.DestinationConfiguration$ = exports.Destination$ = exports.DescribeSubscriptionFiltersResponse$ = exports.DescribeSubscriptionFiltersRequest$ = exports.DescribeResourcePoliciesResponse$ = exports.DescribeResourcePoliciesRequest$ = exports.DescribeQueryDefinitionsResponse$ = exports.DescribeQueryDefinitionsRequest$ = exports.DescribeQueriesResponse$ = exports.DescribeQueriesRequest$ = exports.DescribeMetricFiltersResponse$ = exports.DescribeMetricFiltersRequest$ = exports.DescribeLookupTablesResponse$ = exports.DescribeLookupTablesRequest$ = exports.DescribeLogStreamsResponse$ = exports.DescribeLogStreamsRequest$ = exports.DescribeLogGroupsResponse$ = exports.DescribeLogGroupsRequest$ = exports.DescribeIndexPoliciesResponse$ = exports.DescribeIndexPoliciesRequest$ = exports.DescribeImportTasksResponse$ = exports.DescribeImportTasksRequest$ = exports.DescribeImportTaskBatchesResponse$ = exports.DescribeImportTaskBatchesRequest$ = exports.DescribeFieldIndexesResponse$ = exports.DescribeFieldIndexesRequest$ = exports.DescribeExportTasksResponse$ = void 0;
|
|
6
|
+
exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSourcesForS3TableIntegrationResponse$ = exports.ListSourcesForS3TableIntegrationRequest$ = exports.ListScheduledQueriesResponse$ = exports.ListScheduledQueriesRequest$ = exports.ListLogGroupsResponse$ = exports.ListLogGroupsRequest$ = exports.ListLogGroupsForQueryResponse$ = exports.ListLogGroupsForQueryRequest$ = exports.ListLogAnomalyDetectorsResponse$ = exports.ListLogAnomalyDetectorsRequest$ = exports.ListIntegrationsResponse$ = exports.ListIntegrationsRequest$ = exports.ListAnomaliesResponse$ = exports.ListAnomaliesRequest$ = exports.ListAggregateLogGroupSummariesResponse$ = exports.ListAggregateLogGroupSummariesRequest$ = exports.IntegrationSummary$ = exports.InputLogEvent$ = exports.IndexPolicy$ = exports.ImportStatistics$ = exports.ImportFilter$ = exports.ImportBatch$ = exports.Import$ = exports.GroupingIdentifier$ = exports.Grok$ = exports.GetTransformerResponse$ = exports.GetTransformerRequest$ = exports.GetScheduledQueryResponse$ = exports.GetScheduledQueryRequest$ = exports.GetScheduledQueryHistoryResponse$ = exports.GetScheduledQueryHistoryRequest$ = exports.GetQueryResultsResponse$ = exports.GetQueryResultsRequest$ = exports.GetLookupTableResponse$ = exports.GetLookupTableRequest$ = exports.GetLogRecordResponse$ = exports.GetLogRecordRequest$ = exports.GetLogObjectResponse$ = exports.GetLogObjectRequest$ = exports.GetLogGroupFieldsResponse$ = exports.GetLogGroupFieldsRequest$ = exports.GetLogFieldsResponse$ = exports.GetLogFieldsRequest$ = exports.GetLogEventsResponse$ = exports.GetLogEventsRequest$ = exports.GetLogAnomalyDetectorResponse$ = exports.GetLogAnomalyDetectorRequest$ = exports.GetIntegrationResponse$ = void 0;
|
|
7
|
+
exports.PutDeliveryDestinationPolicyRequest$ = exports.PutDataProtectionPolicyResponse$ = exports.PutDataProtectionPolicyRequest$ = exports.PutBearerTokenAuthenticationRequest$ = exports.PutAccountPolicyResponse$ = exports.PutAccountPolicyRequest$ = exports.Processor$ = exports.Policy$ = exports.PatternToken$ = exports.ParseWAF$ = exports.ParseVPC$ = exports.ParseToOCSF$ = exports.ParseRoute53$ = exports.ParsePostgres$ = exports.ParseKeyValue$ = exports.ParseJSON$ = exports.ParseCloudfront$ = exports.OutputLogEvent$ = exports.OpenSearchWorkspace$ = exports.OpenSearchResourceStatus$ = exports.OpenSearchResourceConfig$ = exports.OpenSearchNetworkPolicy$ = exports.OpenSearchLifecyclePolicy$ = exports.OpenSearchIntegrationDetails$ = exports.OpenSearchEncryptionPolicy$ = exports.OpenSearchDataSource$ = exports.OpenSearchDataAccessPolicy$ = exports.OpenSearchCollection$ = exports.OpenSearchApplication$ = exports.MoveKeys$ = exports.MoveKeyEntry$ = exports.MetricTransformation$ = exports.MetricFilterMatchRecord$ = exports.MetricFilter$ = exports.LowerCaseString$ = exports.LookupTable$ = exports.LogStream$ = exports.LogGroupSummary$ = exports.LogGroupField$ = exports.LogGroup$ = exports.LogFieldType$ = exports.LogFieldsListItem$ = exports.LogEvent$ = exports.LiveTailSessionUpdate$ = exports.LiveTailSessionStart$ = exports.LiveTailSessionMetadata$ = exports.LiveTailSessionLogEvent$ = exports.ListToMap$ = exports.ListTagsLogGroupResponse$ = exports.ListTagsLogGroupRequest$ = void 0;
|
|
8
|
+
exports.StopQueryRequest$ = exports.StartQueryResponse$ = exports.StartQueryRequest$ = exports.StartLiveTailResponse$ = exports.StartLiveTailRequest$ = exports.SplitStringEntry$ = exports.SplitString$ = exports.SearchedLogStream$ = exports.ScheduledQuerySummary$ = exports.ScheduledQueryDestination$ = exports.S3TablesIntegration$ = exports.S3TableIntegrationSource$ = exports.S3DeliveryConfiguration$ = exports.S3Configuration$ = exports.ResultField$ = exports.ResourcePolicy$ = exports.RenameKeys$ = exports.RenameKeyEntry$ = exports.RejectedLogEventsInfo$ = exports.RejectedEntityInfo$ = exports.RecordField$ = exports.QueryStatistics$ = exports.QueryParameter$ = exports.QueryInfo$ = exports.QueryDefinition$ = exports.QueryCompileErrorLocation$ = exports.QueryCompileError$ = exports.PutTransformerRequest$ = exports.PutSubscriptionFilterRequest$ = exports.PutRetentionPolicyRequest$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.PutQueryDefinitionResponse$ = exports.PutQueryDefinitionRequest$ = exports.PutMetricFilterRequest$ = exports.PutLogGroupDeletionProtectionRequest$ = exports.PutLogEventsResponse$ = exports.PutLogEventsRequest$ = exports.PutIntegrationResponse$ = exports.PutIntegrationRequest$ = exports.PutIndexPolicyResponse$ = exports.PutIndexPolicyRequest$ = exports.PutDestinationResponse$ = exports.PutDestinationRequest$ = exports.PutDestinationPolicyRequest$ = exports.PutDeliverySourceResponse$ = exports.PutDeliverySourceRequest$ = exports.PutDeliveryDestinationResponse$ = exports.PutDeliveryDestinationRequest$ = exports.PutDeliveryDestinationPolicyResponse$ = void 0;
|
|
9
|
+
exports.DeleteDeliverySource$ = exports.DeleteDeliveryDestinationPolicy$ = exports.DeleteDeliveryDestination$ = exports.DeleteDelivery$ = exports.DeleteDataProtectionPolicy$ = exports.DeleteAccountPolicy$ = exports.CreateScheduledQuery$ = exports.CreateLookupTable$ = exports.CreateLogStream$ = exports.CreateLogGroup$ = exports.CreateLogAnomalyDetector$ = exports.CreateImportTask$ = exports.CreateExportTask$ = exports.CreateDelivery$ = exports.CancelImportTask$ = exports.CancelExportTask$ = exports.AssociateSourceToS3TableIntegration$ = exports.AssociateKmsKey$ = exports.StartLiveTailResponseStream$ = exports.ResourceConfig$ = exports.IntegrationDetails$ = exports.GetLogObjectResponseStream$ = exports.UpperCaseString$ = exports.UpdateScheduledQueryResponse$ = exports.UpdateScheduledQueryRequest$ = exports.UpdateLookupTableResponse$ = exports.UpdateLookupTableRequest$ = exports.UpdateLogAnomalyDetectorRequest$ = exports.UpdateDeliveryConfigurationResponse$ = exports.UpdateDeliveryConfigurationRequest$ = exports.UpdateAnomalyRequest$ = exports.UntagResourceRequest$ = exports.UntagLogGroupRequest$ = exports.TypeConverterEntry$ = exports.TypeConverter$ = exports.TrimString$ = exports.TriggerHistoryRecord$ = exports.TransformedLogRecord$ = exports.TestTransformerResponse$ = exports.TestTransformerRequest$ = exports.TestMetricFilterResponse$ = exports.TestMetricFilterRequest$ = exports.TagResourceRequest$ = exports.TagLogGroupRequest$ = exports.TagFilter$ = exports.SuppressionPeriod$ = exports.SubstituteStringEntry$ = exports.SubstituteString$ = exports.SubscriptionFilter$ = exports.StopQueryResponse$ = void 0;
|
|
10
|
+
exports.GetQueryResults$ = exports.GetLookupTable$ = exports.GetLogRecord$ = exports.GetLogObject$ = exports.GetLogGroupFields$ = exports.GetLogFields$ = exports.GetLogEvents$ = exports.GetLogAnomalyDetector$ = exports.GetIntegration$ = exports.GetDeliverySource$ = exports.GetDeliveryDestinationPolicy$ = exports.GetDeliveryDestination$ = exports.GetDelivery$ = exports.GetDataProtectionPolicy$ = exports.FilterLogEvents$ = exports.DisassociateSourceFromS3TableIntegration$ = exports.DisassociateKmsKey$ = exports.DescribeSubscriptionFilters$ = exports.DescribeResourcePolicies$ = exports.DescribeQueryDefinitions$ = exports.DescribeQueries$ = exports.DescribeMetricFilters$ = exports.DescribeLookupTables$ = exports.DescribeLogStreams$ = exports.DescribeLogGroups$ = exports.DescribeIndexPolicies$ = exports.DescribeImportTasks$ = exports.DescribeImportTaskBatches$ = exports.DescribeFieldIndexes$ = exports.DescribeExportTasks$ = exports.DescribeDestinations$ = exports.DescribeDeliverySources$ = exports.DescribeDeliveryDestinations$ = exports.DescribeDeliveries$ = exports.DescribeConfigurationTemplates$ = exports.DescribeAccountPolicies$ = exports.DeleteTransformer$ = exports.DeleteSubscriptionFilter$ = exports.DeleteScheduledQuery$ = exports.DeleteRetentionPolicy$ = exports.DeleteResourcePolicy$ = exports.DeleteQueryDefinition$ = exports.DeleteMetricFilter$ = exports.DeleteLookupTable$ = exports.DeleteLogStream$ = exports.DeleteLogGroup$ = exports.DeleteLogAnomalyDetector$ = exports.DeleteIntegration$ = exports.DeleteIndexPolicy$ = exports.DeleteDestination$ = void 0;
|
|
11
|
+
exports.UpdateScheduledQuery$ = exports.UpdateLookupTable$ = exports.UpdateLogAnomalyDetector$ = exports.UpdateDeliveryConfiguration$ = exports.UpdateAnomaly$ = exports.UntagResource$ = exports.UntagLogGroup$ = exports.TestTransformer$ = exports.TestMetricFilter$ = exports.TagResource$ = exports.TagLogGroup$ = exports.StopQuery$ = exports.StartQuery$ = exports.StartLiveTail$ = exports.PutTransformer$ = exports.PutSubscriptionFilter$ = exports.PutRetentionPolicy$ = exports.PutResourcePolicy$ = exports.PutQueryDefinition$ = exports.PutMetricFilter$ = exports.PutLogGroupDeletionProtection$ = exports.PutLogEvents$ = exports.PutIntegration$ = exports.PutIndexPolicy$ = exports.PutDestinationPolicy$ = exports.PutDestination$ = exports.PutDeliverySource$ = exports.PutDeliveryDestinationPolicy$ = exports.PutDeliveryDestination$ = exports.PutDataProtectionPolicy$ = exports.PutBearerTokenAuthentication$ = exports.PutAccountPolicy$ = exports.ListTagsLogGroup$ = exports.ListTagsForResource$ = exports.ListSourcesForS3TableIntegration$ = exports.ListScheduledQueries$ = exports.ListLogGroupsForQuery$ = exports.ListLogGroups$ = exports.ListLogAnomalyDetectors$ = exports.ListIntegrations$ = exports.ListAnomalies$ = exports.ListAggregateLogGroupSummaries$ = exports.GetTransformer$ = exports.GetScheduledQueryHistory$ = exports.GetScheduledQuery$ = void 0;
|
|
12
12
|
const _A = "Anomaly";
|
|
13
13
|
const _AD = "AnomalyDetector";
|
|
14
14
|
const _ADE = "AccessDeniedException";
|
|
@@ -164,6 +164,8 @@ const _DRPResc = "DescribeResourcePoliciesResponse";
|
|
|
164
164
|
const _DRPe = "DeleteRetentionPolicy";
|
|
165
165
|
const _DRPes = "DescribeResourcePolicies";
|
|
166
166
|
const _DS = "DataSource";
|
|
167
|
+
const _DSCS = "DeliverySourceConfigurationSchema";
|
|
168
|
+
const _DSCSe = "DeliverySourceConfigurationSchemas";
|
|
167
169
|
const _DSF = "DataSourceFilter";
|
|
168
170
|
const _DSFR = "DeleteSubscriptionFilterRequest";
|
|
169
171
|
const _DSFRe = "DescribeSubscriptionFiltersRequest";
|
|
@@ -461,6 +463,7 @@ const _SSEu = "SubstituteStringEntry";
|
|
|
461
463
|
const _SSEub = "SubstituteStringEntries";
|
|
462
464
|
const _SSu = "SubstituteString";
|
|
463
465
|
const _STE = "SessionTimeoutException";
|
|
466
|
+
const _STI = "S3TablesIntegration";
|
|
464
467
|
const _STIS = "S3TableIntegrationSource";
|
|
465
468
|
const _STISa = "S3TableIntegrationSources";
|
|
466
469
|
const _SUE = "ServiceUnavailableException";
|
|
@@ -569,12 +572,14 @@ const _dDe = "deliveryDestination";
|
|
|
569
572
|
const _dI = "destinationIdentifier";
|
|
570
573
|
const _dK = "deleteKeys";
|
|
571
574
|
const _dN = "detectorName";
|
|
575
|
+
const _dNa = "datasourceName";
|
|
572
576
|
const _dNe = "destinationName";
|
|
573
577
|
const _dP = "destinationPrefix";
|
|
574
578
|
const _dPE = "deletionProtectionEnabled";
|
|
575
579
|
const _dPS = "dataProtectionStatus";
|
|
576
580
|
const _dRA = "destinationResourceArn";
|
|
577
581
|
const _dS = "dataSource";
|
|
582
|
+
const _dSC = "deliverySourceConfiguration";
|
|
578
583
|
const _dSN = "deliverySourceName";
|
|
579
584
|
const _dSNa = "dataSourceName";
|
|
580
585
|
const _dSRA = "dataSourceRoleArn";
|
|
@@ -582,9 +587,10 @@ const _dST = "dataSourceType";
|
|
|
582
587
|
const _dSa = "dataSources";
|
|
583
588
|
const _dSe = "deliverySources";
|
|
584
589
|
const _dSel = "deliverySource";
|
|
585
|
-
const _dT = "
|
|
590
|
+
const _dT = "datasourceType";
|
|
586
591
|
const _dTC = "dateTimeConverter";
|
|
587
592
|
const _dTP = "dynamicTokenPosition";
|
|
593
|
+
const _dTe = "destinationType";
|
|
588
594
|
const _dV = "defaultValue";
|
|
589
595
|
const _dVP = "dashboardViewerPrincipals";
|
|
590
596
|
const _da = "data";
|
|
@@ -686,6 +692,7 @@ const _k = "key";
|
|
|
686
692
|
const _kA = "keyAttributes";
|
|
687
693
|
const _kKA = "kmsKeyArn";
|
|
688
694
|
const _kKI = "kmsKeyId";
|
|
695
|
+
const _kN = "keyName";
|
|
689
696
|
const _kP = "keyPrefix";
|
|
690
697
|
const _kVD = "keyValueDelimiter";
|
|
691
698
|
const _l = "locale";
|
|
@@ -751,8 +758,10 @@ const _mNe = "metricNamespace";
|
|
|
751
758
|
const _mP = "matchPatterns";
|
|
752
759
|
const _mR = "maxResults";
|
|
753
760
|
const _mT = "metricTransformations";
|
|
754
|
-
const _mV = "
|
|
755
|
-
const _mVa = "
|
|
761
|
+
const _mV = "minValue";
|
|
762
|
+
const _mVa = "maxValue";
|
|
763
|
+
const _mVap = "mappingVersion";
|
|
764
|
+
const _mVe = "metricValue";
|
|
756
765
|
const _ma = "match";
|
|
757
766
|
const _man = "mandatory";
|
|
758
767
|
const _mat = "matches";
|
|
@@ -849,14 +858,15 @@ const _sP = "suffixPath";
|
|
|
849
858
|
const _sPu = "suppressionPeriod";
|
|
850
859
|
const _sQ = "scheduledQueries";
|
|
851
860
|
const _sQA = "scheduledQueryArn";
|
|
852
|
-
const _sR = "
|
|
853
|
-
const
|
|
861
|
+
const _sR = "statusReason";
|
|
862
|
+
const _sRe = "sessionResults";
|
|
854
863
|
const _sS = "suppressionState";
|
|
855
864
|
const _sST = "scheduleStartTime";
|
|
856
865
|
const _sSe = "sessionStart";
|
|
857
866
|
const _sSp = "splitString";
|
|
858
867
|
const _sSu = "substituteString";
|
|
859
868
|
const _sT = "sourceTimezone";
|
|
869
|
+
const _sTI = "s3TablesIntegration";
|
|
860
870
|
const _sTO = "startTimeOffset";
|
|
861
871
|
const _sTe = "sequenceToken";
|
|
862
872
|
const _sTt = "startTime";
|
|
@@ -864,6 +874,7 @@ const _sTu = "suppressionType";
|
|
|
864
874
|
const _sU = "suppressedUntil";
|
|
865
875
|
const _sUe = "sessionUpdate";
|
|
866
876
|
const _sUu = "suppressionUnit";
|
|
877
|
+
const _sV = "supportedValues";
|
|
867
878
|
const _sa = "sampled";
|
|
868
879
|
const _sc = "scope";
|
|
869
880
|
const _se = "server";
|
|
@@ -908,6 +919,7 @@ const _uST = "uploadSequenceToken";
|
|
|
908
919
|
const _un = "unit";
|
|
909
920
|
const _v = "value";
|
|
910
921
|
const _vK = "valueKey";
|
|
922
|
+
const _vT = "valueType";
|
|
911
923
|
const _va = "values";
|
|
912
924
|
const _w = "workspace";
|
|
913
925
|
const _wI = "workspaceId";
|
|
@@ -1112,8 +1124,8 @@ exports.CancelImportTaskResponse$ = [3, n0, _CITRa,
|
|
|
1112
1124
|
];
|
|
1113
1125
|
exports.ConfigurationTemplate$ = [3, n0, _CT,
|
|
1114
1126
|
0,
|
|
1115
|
-
[_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
|
|
1116
|
-
[0, 0, 0, 0, () => exports.ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0]
|
|
1127
|
+
[_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF, _dSC, _sTI],
|
|
1128
|
+
[0, 0, 0, 0, () => exports.ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0, () => DeliverySourceConfigurationSchemas, () => exports.S3TablesIntegration$]
|
|
1117
1129
|
];
|
|
1118
1130
|
exports.ConfigurationTemplateDeliveryConfigValues$ = [3, n0, _CTDCV,
|
|
1119
1131
|
0,
|
|
@@ -1362,8 +1374,13 @@ exports.DeliveryDestinationConfiguration$ = [3, n0, _DDC,
|
|
|
1362
1374
|
];
|
|
1363
1375
|
exports.DeliverySource$ = [3, n0, _DSe,
|
|
1364
1376
|
0,
|
|
1365
|
-
[_n, _ar, _rAe, _ser, _lT, _ta],
|
|
1366
|
-
[0, 0, 64 | 0, 0, 0, 128 | 0]
|
|
1377
|
+
[_n, _ar, _rAe, _ser, _lT, _ta, _dSC, _sta, _sR],
|
|
1378
|
+
[0, 0, 64 | 0, 0, 0, 128 | 0, 128 | 0, 0, 0]
|
|
1379
|
+
];
|
|
1380
|
+
exports.DeliverySourceConfigurationSchema$ = [3, n0, _DSCS,
|
|
1381
|
+
0,
|
|
1382
|
+
[_kN, _vT, _dV, _sV, _mV, _mVa],
|
|
1383
|
+
[0, 0, 0, 64 | 0, 1, 1], 3
|
|
1367
1384
|
];
|
|
1368
1385
|
exports.DescribeAccountPoliciesRequest$ = [3, n0, _DAPRe,
|
|
1369
1386
|
0,
|
|
@@ -1962,7 +1979,7 @@ exports.LiveTailSessionStart$ = [3, n0, _LTSS,
|
|
|
1962
1979
|
];
|
|
1963
1980
|
exports.LiveTailSessionUpdate$ = [3, n0, _LTSU,
|
|
1964
1981
|
0,
|
|
1965
|
-
[_sM,
|
|
1982
|
+
[_sM, _sRe],
|
|
1966
1983
|
[() => exports.LiveTailSessionMetadata$, () => LiveTailSessionResults]
|
|
1967
1984
|
];
|
|
1968
1985
|
exports.LogEvent$ = [3, n0, _LE,
|
|
@@ -2022,7 +2039,7 @@ exports.MetricFilterMatchRecord$ = [3, n0, _MFMR,
|
|
|
2022
2039
|
];
|
|
2023
2040
|
exports.MetricTransformation$ = [3, n0, _MT,
|
|
2024
2041
|
0,
|
|
2025
|
-
[_mN, _mNe,
|
|
2042
|
+
[_mN, _mNe, _mVe, _dV, _di, _un],
|
|
2026
2043
|
[0, 0, 0, 1, 128 | 0, 0], 3
|
|
2027
2044
|
];
|
|
2028
2045
|
exports.MoveKeyEntry$ = [3, n0, _MKE,
|
|
@@ -2122,7 +2139,7 @@ exports.ParseRoute53$ = [3, n0, _PR,
|
|
|
2122
2139
|
];
|
|
2123
2140
|
exports.ParseToOCSF$ = [3, n0, _PTOCSF,
|
|
2124
2141
|
0,
|
|
2125
|
-
[_eSv, _oV, _so,
|
|
2142
|
+
[_eSv, _oV, _so, _mVap],
|
|
2126
2143
|
[0, 0, 0, 0], 2
|
|
2127
2144
|
];
|
|
2128
2145
|
exports.ParseVPC$ = [3, n0, _PVPC,
|
|
@@ -2197,8 +2214,8 @@ exports.PutDeliveryDestinationResponse$ = [3, n0, _PDDRu,
|
|
|
2197
2214
|
];
|
|
2198
2215
|
exports.PutDeliverySourceRequest$ = [3, n0, _PDSR,
|
|
2199
2216
|
0,
|
|
2200
|
-
[_n, _rA, _lT, _ta],
|
|
2201
|
-
[0, 0, 0, 128 | 0], 3
|
|
2217
|
+
[_n, _rA, _lT, _ta, _dSC],
|
|
2218
|
+
[0, 0, 0, 128 | 0, 128 | 0], 3
|
|
2202
2219
|
];
|
|
2203
2220
|
exports.PutDeliverySourceResponse$ = [3, n0, _PDSRu,
|
|
2204
2221
|
0,
|
|
@@ -2372,12 +2389,17 @@ exports.S3DeliveryConfiguration$ = [3, n0, _SDC,
|
|
|
2372
2389
|
];
|
|
2373
2390
|
exports.S3TableIntegrationSource$ = [3, n0, _STIS,
|
|
2374
2391
|
0,
|
|
2375
|
-
[_i, _dS, _sta,
|
|
2392
|
+
[_i, _dS, _sta, _sR, _cTSr, _pSI],
|
|
2376
2393
|
[0, () => exports.DataSource$, 0, 0, 1, 0]
|
|
2377
2394
|
];
|
|
2395
|
+
exports.S3TablesIntegration$ = [3, n0, _STI,
|
|
2396
|
+
0,
|
|
2397
|
+
[_dNa, _dT],
|
|
2398
|
+
[0, 0]
|
|
2399
|
+
];
|
|
2378
2400
|
exports.ScheduledQueryDestination$ = [3, n0, _SQD,
|
|
2379
2401
|
0,
|
|
2380
|
-
[
|
|
2402
|
+
[_dTe, _dI, _sta, _pIr, _eM],
|
|
2381
2403
|
[0, 0, 0, 0, 0]
|
|
2382
2404
|
];
|
|
2383
2405
|
exports.ScheduledQuerySummary$ = [3, n0, _SQS,
|
|
@@ -2605,6 +2627,10 @@ var DeliveryDestinations = [1, n0, _DDe,
|
|
|
2605
2627
|
0, () => exports.DeliveryDestination$
|
|
2606
2628
|
];
|
|
2607
2629
|
var DeliveryDestinationTypes = 64 | 0;
|
|
2630
|
+
var DeliverySourceConfigurationSchemas = [1, n0, _DSCSe,
|
|
2631
|
+
0, () => exports.DeliverySourceConfigurationSchema$
|
|
2632
|
+
];
|
|
2633
|
+
var DeliverySourceConfigurationSupportedValues = 64 | 0;
|
|
2608
2634
|
var DeliverySources = [1, n0, _DSel,
|
|
2609
2635
|
0, () => exports.DeliverySource$
|
|
2610
2636
|
];
|
|
@@ -2765,6 +2791,7 @@ var TypeConverterEntries = [1, n0, _TCEy,
|
|
|
2765
2791
|
0, () => exports.TypeConverterEntry$
|
|
2766
2792
|
];
|
|
2767
2793
|
var UpperCaseStringWithKeys = 64 | 0;
|
|
2794
|
+
var DeliverySourceConfiguration = 128 | 0;
|
|
2768
2795
|
var Dimensions = 128 | 0;
|
|
2769
2796
|
var EntityAttributes = 128 | 0;
|
|
2770
2797
|
var EntityKeyAttributes = 128 | 0;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -54,6 +54,13 @@ export const DeliveryDestinationType = {
|
|
|
54
54
|
S3: "S3",
|
|
55
55
|
XRAY: "XRAY",
|
|
56
56
|
};
|
|
57
|
+
export const DeliverySourceConfigurationSchemaValueType = {
|
|
58
|
+
BOOLEAN: "boolean",
|
|
59
|
+
DOUBLE: "double",
|
|
60
|
+
INT: "int",
|
|
61
|
+
LONG: "long",
|
|
62
|
+
STRING: "string",
|
|
63
|
+
};
|
|
57
64
|
export const LogGroupClass = {
|
|
58
65
|
DELIVERY: "DELIVERY",
|
|
59
66
|
INFREQUENT_ACCESS: "INFREQUENT_ACCESS",
|
|
@@ -74,6 +81,13 @@ export const DataProtectionStatus = {
|
|
|
74
81
|
DELETED: "DELETED",
|
|
75
82
|
DISABLED: "DISABLED",
|
|
76
83
|
};
|
|
84
|
+
export const DeliverySourceStatus = {
|
|
85
|
+
ACTIVE: "ACTIVE",
|
|
86
|
+
INACTIVE: "INACTIVE",
|
|
87
|
+
};
|
|
88
|
+
export const DeliverySourceStatusReason = {
|
|
89
|
+
RESOURCE_DELETED: "RESOURCE_DELETED",
|
|
90
|
+
};
|
|
77
91
|
export const ExportTaskStatusCode = {
|
|
78
92
|
CANCELLED: "CANCELLED",
|
|
79
93
|
COMPLETED: "COMPLETED",
|
|
@@ -153,6 +153,8 @@ const _DRPResc = "DescribeResourcePoliciesResponse";
|
|
|
153
153
|
const _DRPe = "DeleteRetentionPolicy";
|
|
154
154
|
const _DRPes = "DescribeResourcePolicies";
|
|
155
155
|
const _DS = "DataSource";
|
|
156
|
+
const _DSCS = "DeliverySourceConfigurationSchema";
|
|
157
|
+
const _DSCSe = "DeliverySourceConfigurationSchemas";
|
|
156
158
|
const _DSF = "DataSourceFilter";
|
|
157
159
|
const _DSFR = "DeleteSubscriptionFilterRequest";
|
|
158
160
|
const _DSFRe = "DescribeSubscriptionFiltersRequest";
|
|
@@ -450,6 +452,7 @@ const _SSEu = "SubstituteStringEntry";
|
|
|
450
452
|
const _SSEub = "SubstituteStringEntries";
|
|
451
453
|
const _SSu = "SubstituteString";
|
|
452
454
|
const _STE = "SessionTimeoutException";
|
|
455
|
+
const _STI = "S3TablesIntegration";
|
|
453
456
|
const _STIS = "S3TableIntegrationSource";
|
|
454
457
|
const _STISa = "S3TableIntegrationSources";
|
|
455
458
|
const _SUE = "ServiceUnavailableException";
|
|
@@ -558,12 +561,14 @@ const _dDe = "deliveryDestination";
|
|
|
558
561
|
const _dI = "destinationIdentifier";
|
|
559
562
|
const _dK = "deleteKeys";
|
|
560
563
|
const _dN = "detectorName";
|
|
564
|
+
const _dNa = "datasourceName";
|
|
561
565
|
const _dNe = "destinationName";
|
|
562
566
|
const _dP = "destinationPrefix";
|
|
563
567
|
const _dPE = "deletionProtectionEnabled";
|
|
564
568
|
const _dPS = "dataProtectionStatus";
|
|
565
569
|
const _dRA = "destinationResourceArn";
|
|
566
570
|
const _dS = "dataSource";
|
|
571
|
+
const _dSC = "deliverySourceConfiguration";
|
|
567
572
|
const _dSN = "deliverySourceName";
|
|
568
573
|
const _dSNa = "dataSourceName";
|
|
569
574
|
const _dSRA = "dataSourceRoleArn";
|
|
@@ -571,9 +576,10 @@ const _dST = "dataSourceType";
|
|
|
571
576
|
const _dSa = "dataSources";
|
|
572
577
|
const _dSe = "deliverySources";
|
|
573
578
|
const _dSel = "deliverySource";
|
|
574
|
-
const _dT = "
|
|
579
|
+
const _dT = "datasourceType";
|
|
575
580
|
const _dTC = "dateTimeConverter";
|
|
576
581
|
const _dTP = "dynamicTokenPosition";
|
|
582
|
+
const _dTe = "destinationType";
|
|
577
583
|
const _dV = "defaultValue";
|
|
578
584
|
const _dVP = "dashboardViewerPrincipals";
|
|
579
585
|
const _da = "data";
|
|
@@ -675,6 +681,7 @@ const _k = "key";
|
|
|
675
681
|
const _kA = "keyAttributes";
|
|
676
682
|
const _kKA = "kmsKeyArn";
|
|
677
683
|
const _kKI = "kmsKeyId";
|
|
684
|
+
const _kN = "keyName";
|
|
678
685
|
const _kP = "keyPrefix";
|
|
679
686
|
const _kVD = "keyValueDelimiter";
|
|
680
687
|
const _l = "locale";
|
|
@@ -740,8 +747,10 @@ const _mNe = "metricNamespace";
|
|
|
740
747
|
const _mP = "matchPatterns";
|
|
741
748
|
const _mR = "maxResults";
|
|
742
749
|
const _mT = "metricTransformations";
|
|
743
|
-
const _mV = "
|
|
744
|
-
const _mVa = "
|
|
750
|
+
const _mV = "minValue";
|
|
751
|
+
const _mVa = "maxValue";
|
|
752
|
+
const _mVap = "mappingVersion";
|
|
753
|
+
const _mVe = "metricValue";
|
|
745
754
|
const _ma = "match";
|
|
746
755
|
const _man = "mandatory";
|
|
747
756
|
const _mat = "matches";
|
|
@@ -838,14 +847,15 @@ const _sP = "suffixPath";
|
|
|
838
847
|
const _sPu = "suppressionPeriod";
|
|
839
848
|
const _sQ = "scheduledQueries";
|
|
840
849
|
const _sQA = "scheduledQueryArn";
|
|
841
|
-
const _sR = "
|
|
842
|
-
const
|
|
850
|
+
const _sR = "statusReason";
|
|
851
|
+
const _sRe = "sessionResults";
|
|
843
852
|
const _sS = "suppressionState";
|
|
844
853
|
const _sST = "scheduleStartTime";
|
|
845
854
|
const _sSe = "sessionStart";
|
|
846
855
|
const _sSp = "splitString";
|
|
847
856
|
const _sSu = "substituteString";
|
|
848
857
|
const _sT = "sourceTimezone";
|
|
858
|
+
const _sTI = "s3TablesIntegration";
|
|
849
859
|
const _sTO = "startTimeOffset";
|
|
850
860
|
const _sTe = "sequenceToken";
|
|
851
861
|
const _sTt = "startTime";
|
|
@@ -853,6 +863,7 @@ const _sTu = "suppressionType";
|
|
|
853
863
|
const _sU = "suppressedUntil";
|
|
854
864
|
const _sUe = "sessionUpdate";
|
|
855
865
|
const _sUu = "suppressionUnit";
|
|
866
|
+
const _sV = "supportedValues";
|
|
856
867
|
const _sa = "sampled";
|
|
857
868
|
const _sc = "scope";
|
|
858
869
|
const _se = "server";
|
|
@@ -897,6 +908,7 @@ const _uST = "uploadSequenceToken";
|
|
|
897
908
|
const _un = "unit";
|
|
898
909
|
const _v = "value";
|
|
899
910
|
const _vK = "valueKey";
|
|
911
|
+
const _vT = "valueType";
|
|
900
912
|
const _va = "values";
|
|
901
913
|
const _w = "workspace";
|
|
902
914
|
const _wI = "workspaceId";
|
|
@@ -1101,8 +1113,8 @@ export var CancelImportTaskResponse$ = [3, n0, _CITRa,
|
|
|
1101
1113
|
];
|
|
1102
1114
|
export var ConfigurationTemplate$ = [3, n0, _CT,
|
|
1103
1115
|
0,
|
|
1104
|
-
[_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF],
|
|
1105
|
-
[0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0]
|
|
1116
|
+
[_ser, _lT, _rT, _dDT, _dDCV, _aF, _aOF, _aAFAVLDFR, _aFD, _aSPF, _dSC, _sTI],
|
|
1117
|
+
[0, 0, 0, 0, () => ConfigurationTemplateDeliveryConfigValues$, () => AllowedFields, 64 | 0, 0, 64 | 0, 64 | 0, () => DeliverySourceConfigurationSchemas, () => S3TablesIntegration$]
|
|
1106
1118
|
];
|
|
1107
1119
|
export var ConfigurationTemplateDeliveryConfigValues$ = [3, n0, _CTDCV,
|
|
1108
1120
|
0,
|
|
@@ -1351,8 +1363,13 @@ export var DeliveryDestinationConfiguration$ = [3, n0, _DDC,
|
|
|
1351
1363
|
];
|
|
1352
1364
|
export var DeliverySource$ = [3, n0, _DSe,
|
|
1353
1365
|
0,
|
|
1354
|
-
[_n, _ar, _rAe, _ser, _lT, _ta],
|
|
1355
|
-
[0, 0, 64 | 0, 0, 0, 128 | 0]
|
|
1366
|
+
[_n, _ar, _rAe, _ser, _lT, _ta, _dSC, _sta, _sR],
|
|
1367
|
+
[0, 0, 64 | 0, 0, 0, 128 | 0, 128 | 0, 0, 0]
|
|
1368
|
+
];
|
|
1369
|
+
export var DeliverySourceConfigurationSchema$ = [3, n0, _DSCS,
|
|
1370
|
+
0,
|
|
1371
|
+
[_kN, _vT, _dV, _sV, _mV, _mVa],
|
|
1372
|
+
[0, 0, 0, 64 | 0, 1, 1], 3
|
|
1356
1373
|
];
|
|
1357
1374
|
export var DescribeAccountPoliciesRequest$ = [3, n0, _DAPRe,
|
|
1358
1375
|
0,
|
|
@@ -1951,7 +1968,7 @@ export var LiveTailSessionStart$ = [3, n0, _LTSS,
|
|
|
1951
1968
|
];
|
|
1952
1969
|
export var LiveTailSessionUpdate$ = [3, n0, _LTSU,
|
|
1953
1970
|
0,
|
|
1954
|
-
[_sM,
|
|
1971
|
+
[_sM, _sRe],
|
|
1955
1972
|
[() => LiveTailSessionMetadata$, () => LiveTailSessionResults]
|
|
1956
1973
|
];
|
|
1957
1974
|
export var LogEvent$ = [3, n0, _LE,
|
|
@@ -2011,7 +2028,7 @@ export var MetricFilterMatchRecord$ = [3, n0, _MFMR,
|
|
|
2011
2028
|
];
|
|
2012
2029
|
export var MetricTransformation$ = [3, n0, _MT,
|
|
2013
2030
|
0,
|
|
2014
|
-
[_mN, _mNe,
|
|
2031
|
+
[_mN, _mNe, _mVe, _dV, _di, _un],
|
|
2015
2032
|
[0, 0, 0, 1, 128 | 0, 0], 3
|
|
2016
2033
|
];
|
|
2017
2034
|
export var MoveKeyEntry$ = [3, n0, _MKE,
|
|
@@ -2111,7 +2128,7 @@ export var ParseRoute53$ = [3, n0, _PR,
|
|
|
2111
2128
|
];
|
|
2112
2129
|
export var ParseToOCSF$ = [3, n0, _PTOCSF,
|
|
2113
2130
|
0,
|
|
2114
|
-
[_eSv, _oV, _so,
|
|
2131
|
+
[_eSv, _oV, _so, _mVap],
|
|
2115
2132
|
[0, 0, 0, 0], 2
|
|
2116
2133
|
];
|
|
2117
2134
|
export var ParseVPC$ = [3, n0, _PVPC,
|
|
@@ -2186,8 +2203,8 @@ export var PutDeliveryDestinationResponse$ = [3, n0, _PDDRu,
|
|
|
2186
2203
|
];
|
|
2187
2204
|
export var PutDeliverySourceRequest$ = [3, n0, _PDSR,
|
|
2188
2205
|
0,
|
|
2189
|
-
[_n, _rA, _lT, _ta],
|
|
2190
|
-
[0, 0, 0, 128 | 0], 3
|
|
2206
|
+
[_n, _rA, _lT, _ta, _dSC],
|
|
2207
|
+
[0, 0, 0, 128 | 0, 128 | 0], 3
|
|
2191
2208
|
];
|
|
2192
2209
|
export var PutDeliverySourceResponse$ = [3, n0, _PDSRu,
|
|
2193
2210
|
0,
|
|
@@ -2361,12 +2378,17 @@ export var S3DeliveryConfiguration$ = [3, n0, _SDC,
|
|
|
2361
2378
|
];
|
|
2362
2379
|
export var S3TableIntegrationSource$ = [3, n0, _STIS,
|
|
2363
2380
|
0,
|
|
2364
|
-
[_i, _dS, _sta,
|
|
2381
|
+
[_i, _dS, _sta, _sR, _cTSr, _pSI],
|
|
2365
2382
|
[0, () => DataSource$, 0, 0, 1, 0]
|
|
2366
2383
|
];
|
|
2384
|
+
export var S3TablesIntegration$ = [3, n0, _STI,
|
|
2385
|
+
0,
|
|
2386
|
+
[_dNa, _dT],
|
|
2387
|
+
[0, 0]
|
|
2388
|
+
];
|
|
2367
2389
|
export var ScheduledQueryDestination$ = [3, n0, _SQD,
|
|
2368
2390
|
0,
|
|
2369
|
-
[
|
|
2391
|
+
[_dTe, _dI, _sta, _pIr, _eM],
|
|
2370
2392
|
[0, 0, 0, 0, 0]
|
|
2371
2393
|
];
|
|
2372
2394
|
export var ScheduledQuerySummary$ = [3, n0, _SQS,
|
|
@@ -2594,6 +2616,10 @@ var DeliveryDestinations = [1, n0, _DDe,
|
|
|
2594
2616
|
0, () => DeliveryDestination$
|
|
2595
2617
|
];
|
|
2596
2618
|
var DeliveryDestinationTypes = 64 | 0;
|
|
2619
|
+
var DeliverySourceConfigurationSchemas = [1, n0, _DSCSe,
|
|
2620
|
+
0, () => DeliverySourceConfigurationSchema$
|
|
2621
|
+
];
|
|
2622
|
+
var DeliverySourceConfigurationSupportedValues = 64 | 0;
|
|
2597
2623
|
var DeliverySources = [1, n0, _DSel,
|
|
2598
2624
|
0, () => DeliverySource$
|
|
2599
2625
|
];
|
|
@@ -2754,6 +2780,7 @@ var TypeConverterEntries = [1, n0, _TCEy,
|
|
|
2754
2780
|
0, () => TypeConverterEntry$
|
|
2755
2781
|
];
|
|
2756
2782
|
var UpperCaseStringWithKeys = 64 | 0;
|
|
2783
|
+
var DeliverySourceConfiguration = 128 | 0;
|
|
2757
2784
|
var Dimensions = 128 | 0;
|
|
2758
2785
|
var EntityAttributes = 128 | 0;
|
|
2759
2786
|
var EntityKeyAttributes = 128 | 0;
|
|
@@ -87,6 +87,22 @@ declare const DescribeConfigurationTemplatesCommand_base: {
|
|
|
87
87
|
* // allowedSuffixPathFields: [
|
|
88
88
|
* // "STRING_VALUE",
|
|
89
89
|
* // ],
|
|
90
|
+
* // deliverySourceConfiguration: [ // DeliverySourceConfigurationSchemas
|
|
91
|
+
* // { // DeliverySourceConfigurationSchema
|
|
92
|
+
* // keyName: "STRING_VALUE", // required
|
|
93
|
+
* // valueType: "string" || "boolean" || "int" || "double" || "long", // required
|
|
94
|
+
* // defaultValue: "STRING_VALUE", // required
|
|
95
|
+
* // supportedValues: [ // DeliverySourceConfigurationSupportedValues
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // minValue: Number("double"),
|
|
99
|
+
* // maxValue: Number("double"),
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // s3TablesIntegration: { // S3TablesIntegration
|
|
103
|
+
* // datasourceName: "STRING_VALUE",
|
|
104
|
+
* // datasourceType: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
90
106
|
* // },
|
|
91
107
|
* // ],
|
|
92
108
|
* // nextToken: "STRING_VALUE",
|
|
@@ -55,6 +55,11 @@ declare const DescribeDeliverySourcesCommand_base: {
|
|
|
55
55
|
* // tags: { // Tags
|
|
56
56
|
* // "<keys>": "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
|
+
* // deliverySourceConfiguration: { // DeliverySourceConfiguration
|
|
59
|
+
* // "<keys>": "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // status: "ACTIVE" || "INACTIVE",
|
|
62
|
+
* // statusReason: "RESOURCE_DELETED",
|
|
58
63
|
* // },
|
|
59
64
|
* // ],
|
|
60
65
|
* // nextToken: "STRING_VALUE",
|
|
@@ -53,6 +53,11 @@ declare const GetDeliverySourceCommand_base: {
|
|
|
53
53
|
* // tags: { // Tags
|
|
54
54
|
* // "<keys>": "STRING_VALUE",
|
|
55
55
|
* // },
|
|
56
|
+
* // deliverySourceConfiguration: { // DeliverySourceConfiguration
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // status: "ACTIVE" || "INACTIVE",
|
|
60
|
+
* // statusReason: "RESOURCE_DELETED",
|
|
56
61
|
* // },
|
|
57
62
|
* // };
|
|
58
63
|
*
|
|
@@ -76,6 +76,9 @@ declare const PutDeliverySourceCommand_base: {
|
|
|
76
76
|
* tags: { // Tags
|
|
77
77
|
* "<keys>": "STRING_VALUE",
|
|
78
78
|
* },
|
|
79
|
+
* deliverySourceConfiguration: { // DeliverySourceConfiguration
|
|
80
|
+
* "<keys>": "STRING_VALUE",
|
|
81
|
+
* },
|
|
79
82
|
* };
|
|
80
83
|
* const command = new PutDeliverySourceCommand(input);
|
|
81
84
|
* const response = await client.send(command);
|
|
@@ -91,6 +94,11 @@ declare const PutDeliverySourceCommand_base: {
|
|
|
91
94
|
* // tags: { // Tags
|
|
92
95
|
* // "<keys>": "STRING_VALUE",
|
|
93
96
|
* // },
|
|
97
|
+
* // deliverySourceConfiguration: { // DeliverySourceConfiguration
|
|
98
|
+
* // "<keys>": "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // status: "ACTIVE" || "INACTIVE",
|
|
101
|
+
* // statusReason: "RESOURCE_DELETED",
|
|
94
102
|
* // },
|
|
95
103
|
* // };
|
|
96
104
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient";
|
|
4
|
-
import type { UpdateDeliveryConfigurationRequest
|
|
4
|
+
import type { UpdateDeliveryConfigurationRequest } from "../models/models_0";
|
|
5
|
+
import type { UpdateDeliveryConfigurationResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchLogsClient";
|
|
4
|
-
import type { UpdateLogAnomalyDetectorRequest } from "../models/
|
|
4
|
+
import type { UpdateLogAnomalyDetectorRequest } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -126,6 +126,21 @@ export declare const DeliveryDestinationType: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export type DeliveryDestinationType = (typeof DeliveryDestinationType)[keyof typeof DeliveryDestinationType];
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
* @enum
|
|
132
|
+
*/
|
|
133
|
+
export declare const DeliverySourceConfigurationSchemaValueType: {
|
|
134
|
+
readonly BOOLEAN: "boolean";
|
|
135
|
+
readonly DOUBLE: "double";
|
|
136
|
+
readonly INT: "int";
|
|
137
|
+
readonly LONG: "long";
|
|
138
|
+
readonly STRING: "string";
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export type DeliverySourceConfigurationSchemaValueType = (typeof DeliverySourceConfigurationSchemaValueType)[keyof typeof DeliverySourceConfigurationSchemaValueType];
|
|
129
144
|
/**
|
|
130
145
|
* @public
|
|
131
146
|
* @enum
|
|
@@ -178,6 +193,29 @@ export declare const DataProtectionStatus: {
|
|
|
178
193
|
* @public
|
|
179
194
|
*/
|
|
180
195
|
export type DataProtectionStatus = (typeof DataProtectionStatus)[keyof typeof DataProtectionStatus];
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
* @enum
|
|
199
|
+
*/
|
|
200
|
+
export declare const DeliverySourceStatus: {
|
|
201
|
+
readonly ACTIVE: "ACTIVE";
|
|
202
|
+
readonly INACTIVE: "INACTIVE";
|
|
203
|
+
};
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export type DeliverySourceStatus = (typeof DeliverySourceStatus)[keyof typeof DeliverySourceStatus];
|
|
208
|
+
/**
|
|
209
|
+
* @public
|
|
210
|
+
* @enum
|
|
211
|
+
*/
|
|
212
|
+
export declare const DeliverySourceStatusReason: {
|
|
213
|
+
readonly RESOURCE_DELETED: "RESOURCE_DELETED";
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
export type DeliverySourceStatusReason = (typeof DeliverySourceStatusReason)[keyof typeof DeliverySourceStatusReason];
|
|
181
219
|
/**
|
|
182
220
|
* @public
|
|
183
221
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActionStatus, AnomalyDetectorStatus, DataProtectionStatus, DeliveryDestinationType, Distribution, EntityRejectionErrorType, EvaluationFrequency, EventSource, ExecutionStatus, ExportTaskStatusCode, FlattenedElement, ImportStatus, IndexSource, IndexType, InheritedProperty, IntegrationStatus, IntegrationType, ListAggregateLogGroupSummariesGroupBy, LogGroupClass, OCSFVersion, OpenSearchResourceStatusType, OrderBy, OutputFormat, PolicyScope, PolicyType, QueryLanguage, QueryStatus, S3TableIntegrationSourceStatus, ScheduledQueryDestinationType, ScheduledQueryState, Scope, StandardUnit, State, SuppressionState, SuppressionType, SuppressionUnit, Type } from "./enums";
|
|
1
|
+
import type { ActionStatus, AnomalyDetectorStatus, DataProtectionStatus, DeliveryDestinationType, DeliverySourceConfigurationSchemaValueType, DeliverySourceStatus, DeliverySourceStatusReason, Distribution, EntityRejectionErrorType, EvaluationFrequency, EventSource, ExecutionStatus, ExportTaskStatusCode, FlattenedElement, ImportStatus, IndexSource, IndexType, InheritedProperty, IntegrationStatus, IntegrationType, ListAggregateLogGroupSummariesGroupBy, LogGroupClass, OCSFVersion, OpenSearchResourceStatusType, OrderBy, OutputFormat, PolicyScope, PolicyType, QueryLanguage, QueryStatus, S3TableIntegrationSourceStatus, ScheduledQueryDestinationType, ScheduledQueryState, Scope, StandardUnit, State, SuppressionState, SuppressionType, SuppressionUnit, Type } from "./enums";
|
|
2
2
|
import type { InternalStreamingException, SessionStreamingException, SessionTimeoutException } from "./errors";
|
|
3
3
|
/**
|
|
4
4
|
* <p>A structure that contains information about one CloudWatch Logs account policy.</p>
|
|
@@ -580,6 +580,65 @@ export interface ConfigurationTemplateDeliveryConfigValues {
|
|
|
580
580
|
*/
|
|
581
581
|
s3DeliveryConfiguration?: S3DeliveryConfiguration | undefined;
|
|
582
582
|
}
|
|
583
|
+
/**
|
|
584
|
+
* <p>A structure that describes a single configuration for a log type,
|
|
585
|
+
* including its name, value type, default value, and the range of supported values.</p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
export interface DeliverySourceConfigurationSchema {
|
|
589
|
+
/**
|
|
590
|
+
* <p>The name of the configuration.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
keyName: string | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <p>The data type of the configuration value. Valid values are <code>string</code>,
|
|
596
|
+
* <code>boolean</code>, <code>int</code>, <code>double</code>, and
|
|
597
|
+
* <code>long</code>.</p>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
valueType: DeliverySourceConfigurationSchemaValueType | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* <p>The default value of the configuration that is used when a value is not
|
|
603
|
+
* specified in a <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html">PutDeliverySource</a> request.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
defaultValue: string | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The list of allowed values for the configuration. Empty for free-form configuration.</p>
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
supportedValues?: string[] | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* <p>The minimum numeric value allowed for the configuration. This applies only when
|
|
614
|
+
* the <code>valueType</code> is a numeric type.</p>
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
minValue?: number | undefined;
|
|
618
|
+
/**
|
|
619
|
+
* <p>The maximum numeric value allowed for the configuration. This applies only when
|
|
620
|
+
* the <code>valueType</code> is a numeric type.</p>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
maxValue?: number | undefined;
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* <p>Contains information about the S3 Tables integration configuration for a configuration
|
|
627
|
+
* template.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
export interface S3TablesIntegration {
|
|
631
|
+
/**
|
|
632
|
+
* <p>The name of the S3 Tables datasource.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
datasourceName?: string | undefined;
|
|
636
|
+
/**
|
|
637
|
+
* <p>The type of the S3 Tables datasource.</p>
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
datasourceType?: string | undefined;
|
|
641
|
+
}
|
|
583
642
|
/**
|
|
584
643
|
* <p>A structure containing information about the deafult settings and available settings that
|
|
585
644
|
* you can use to configure a <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_Delivery.html">delivery</a> or a
|
|
@@ -646,6 +705,18 @@ export interface ConfigurationTemplate {
|
|
|
646
705
|
* @public
|
|
647
706
|
*/
|
|
648
707
|
allowedSuffixPathFields?: string[] | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* <p>The schema of the delivery source configuration that is available for this log type.
|
|
710
|
+
* Each element describes a configuration that can be set when calling <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html">PutDeliverySource</a>, including the configuration name, type, and default value.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
deliverySourceConfiguration?: DeliverySourceConfigurationSchema[] | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p>The S3 Tables integration configuration for this configuration template, including the
|
|
716
|
+
* datasource name and type.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
s3TablesIntegration?: S3TablesIntegration | undefined;
|
|
649
720
|
}
|
|
650
721
|
/**
|
|
651
722
|
* <p>This object defines one value to be copied with the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-copoyValue"> copyValue</a> processor.</p>
|
|
@@ -1789,6 +1860,24 @@ export interface DeliverySource {
|
|
|
1789
1860
|
* @public
|
|
1790
1861
|
*/
|
|
1791
1862
|
tags?: Record<string, string> | undefined;
|
|
1863
|
+
/**
|
|
1864
|
+
* <p>The map of key-value pairs that configure the delivery source.</p>
|
|
1865
|
+
* @public
|
|
1866
|
+
*/
|
|
1867
|
+
deliverySourceConfiguration?: Record<string, string> | undefined;
|
|
1868
|
+
/**
|
|
1869
|
+
* <p>The status of the delivery source. A delivery source can have the status
|
|
1870
|
+
* <code>ACTIVE</code> or <code>INACTIVE</code>. Note: This value is defined for selective log types.</p>
|
|
1871
|
+
* @public
|
|
1872
|
+
*/
|
|
1873
|
+
status?: DeliverySourceStatus | undefined;
|
|
1874
|
+
/**
|
|
1875
|
+
* <p>The reason for the status of the delivery source. A status reason of
|
|
1876
|
+
* <code>RESOURCE_DELETED</code> indicates that the resource associated with the delivery
|
|
1877
|
+
* source has been deleted. Note: This value is defined for selective log types.</p>
|
|
1878
|
+
* @public
|
|
1879
|
+
*/
|
|
1880
|
+
statusReason?: DeliverySourceStatusReason | undefined;
|
|
1792
1881
|
}
|
|
1793
1882
|
/**
|
|
1794
1883
|
* @public
|
|
@@ -7089,6 +7178,13 @@ export interface PutDeliverySourceRequest {
|
|
|
7089
7178
|
* @public
|
|
7090
7179
|
*/
|
|
7091
7180
|
tags?: Record<string, string> | undefined;
|
|
7181
|
+
/**
|
|
7182
|
+
* <p>A map of key-value pairs to configure the delivery source. Both keys and values must be
|
|
7183
|
+
* between 1 and 255 characters in length. For example,
|
|
7184
|
+
* <code>\{"samplingRate": "50"\}</code>.</p>
|
|
7185
|
+
* @public
|
|
7186
|
+
*/
|
|
7187
|
+
deliverySourceConfiguration?: Record<string, string> | undefined;
|
|
7092
7188
|
}
|
|
7093
7189
|
/**
|
|
7094
7190
|
* @public
|
|
@@ -8317,46 +8413,3 @@ export interface UpdateDeliveryConfigurationRequest {
|
|
|
8317
8413
|
*/
|
|
8318
8414
|
s3DeliveryConfiguration?: S3DeliveryConfiguration | undefined;
|
|
8319
8415
|
}
|
|
8320
|
-
/**
|
|
8321
|
-
* @public
|
|
8322
|
-
*/
|
|
8323
|
-
export interface UpdateDeliveryConfigurationResponse {
|
|
8324
|
-
}
|
|
8325
|
-
/**
|
|
8326
|
-
* @public
|
|
8327
|
-
*/
|
|
8328
|
-
export interface UpdateLogAnomalyDetectorRequest {
|
|
8329
|
-
/**
|
|
8330
|
-
* <p>The ARN of the anomaly detector that you want to update.</p>
|
|
8331
|
-
* @public
|
|
8332
|
-
*/
|
|
8333
|
-
anomalyDetectorArn: string | undefined;
|
|
8334
|
-
/**
|
|
8335
|
-
* <p>Specifies how often the anomaly detector runs and look for anomalies. Set this value
|
|
8336
|
-
* according to the frequency that the log group receives new logs. For example, if the log group
|
|
8337
|
-
* receives new log events every 10 minutes, then setting <code>evaluationFrequency</code> to
|
|
8338
|
-
* <code>FIFTEEN_MIN</code> might be appropriate.</p>
|
|
8339
|
-
* @public
|
|
8340
|
-
*/
|
|
8341
|
-
evaluationFrequency?: EvaluationFrequency | undefined;
|
|
8342
|
-
/**
|
|
8343
|
-
* <p>A symbolic description of how CloudWatch Logs should interpret the data in each log
|
|
8344
|
-
* event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You
|
|
8345
|
-
* use the filter pattern to specify what to look for in the log event message.</p>
|
|
8346
|
-
* @public
|
|
8347
|
-
*/
|
|
8348
|
-
filterPattern?: string | undefined;
|
|
8349
|
-
/**
|
|
8350
|
-
* <p>The number of days to use as the life cycle of anomalies. After this time, anomalies are
|
|
8351
|
-
* automatically baselined and the anomaly detector model will treat new occurrences of similar
|
|
8352
|
-
* event as normal. Therefore, if you do not correct the cause of an anomaly during this time, it
|
|
8353
|
-
* will be considered normal going forward and will not be detected.</p>
|
|
8354
|
-
* @public
|
|
8355
|
-
*/
|
|
8356
|
-
anomalyVisibilityTime?: number | undefined;
|
|
8357
|
-
/**
|
|
8358
|
-
* <p>Use this parameter to pause or restart the anomaly detector. </p>
|
|
8359
|
-
* @public
|
|
8360
|
-
*/
|
|
8361
|
-
enabled: boolean | undefined;
|
|
8362
|
-
}
|
|
@@ -1,5 +1,48 @@
|
|
|
1
|
-
import type { ExecutionStatus, QueryLanguage, ScheduledQueryState } from "./enums";
|
|
1
|
+
import type { EvaluationFrequency, ExecutionStatus, QueryLanguage, ScheduledQueryState } from "./enums";
|
|
2
2
|
import type { DestinationConfiguration } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface UpdateDeliveryConfigurationResponse {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface UpdateLogAnomalyDetectorRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ARN of the anomaly detector that you want to update.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
anomalyDetectorArn: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>Specifies how often the anomaly detector runs and look for anomalies. Set this value
|
|
19
|
+
* according to the frequency that the log group receives new logs. For example, if the log group
|
|
20
|
+
* receives new log events every 10 minutes, then setting <code>evaluationFrequency</code> to
|
|
21
|
+
* <code>FIFTEEN_MIN</code> might be appropriate.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
evaluationFrequency?: EvaluationFrequency | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A symbolic description of how CloudWatch Logs should interpret the data in each log
|
|
27
|
+
* event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You
|
|
28
|
+
* use the filter pattern to specify what to look for in the log event message.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
filterPattern?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The number of days to use as the life cycle of anomalies. After this time, anomalies are
|
|
34
|
+
* automatically baselined and the anomaly detector model will treat new occurrences of similar
|
|
35
|
+
* event as normal. Therefore, if you do not correct the cause of an anomaly during this time, it
|
|
36
|
+
* will be considered normal going forward and will not be detected.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
anomalyVisibilityTime?: number | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>Use this parameter to pause or restart the anomaly detector. </p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
enabled: boolean | undefined;
|
|
45
|
+
}
|
|
3
46
|
/**
|
|
4
47
|
* @public
|
|
5
48
|
*/
|
|
@@ -91,6 +91,7 @@ export declare var Delivery$: StaticStructureSchema;
|
|
|
91
91
|
export declare var DeliveryDestination$: StaticStructureSchema;
|
|
92
92
|
export declare var DeliveryDestinationConfiguration$: StaticStructureSchema;
|
|
93
93
|
export declare var DeliverySource$: StaticStructureSchema;
|
|
94
|
+
export declare var DeliverySourceConfigurationSchema$: StaticStructureSchema;
|
|
94
95
|
export declare var DescribeAccountPoliciesRequest$: StaticStructureSchema;
|
|
95
96
|
export declare var DescribeAccountPoliciesResponse$: StaticStructureSchema;
|
|
96
97
|
export declare var DescribeConfigurationTemplatesRequest$: StaticStructureSchema;
|
|
@@ -293,6 +294,7 @@ export declare var ResultField$: StaticStructureSchema;
|
|
|
293
294
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
294
295
|
export declare var S3DeliveryConfiguration$: StaticStructureSchema;
|
|
295
296
|
export declare var S3TableIntegrationSource$: StaticStructureSchema;
|
|
297
|
+
export declare var S3TablesIntegration$: StaticStructureSchema;
|
|
296
298
|
export declare var ScheduledQueryDestination$: StaticStructureSchema;
|
|
297
299
|
export declare var ScheduledQuerySummary$: StaticStructureSchema;
|
|
298
300
|
export declare var SearchedLogStream$: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudWatchLogsClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateDeliveryConfigurationResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { UpdateDeliveryConfigurationRequest } from "../models/models_0";
|
|
9
|
+
import { UpdateDeliveryConfigurationResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateDeliveryConfigurationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudWatchLogsClient";
|
|
8
|
-
import { UpdateLogAnomalyDetectorRequest } from "../models/
|
|
8
|
+
import { UpdateLogAnomalyDetectorRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateLogAnomalyDetectorCommandInput
|
|
@@ -66,6 +66,15 @@ export declare const DeliveryDestinationType: {
|
|
|
66
66
|
};
|
|
67
67
|
export type DeliveryDestinationType =
|
|
68
68
|
(typeof DeliveryDestinationType)[keyof typeof DeliveryDestinationType];
|
|
69
|
+
export declare const DeliverySourceConfigurationSchemaValueType: {
|
|
70
|
+
readonly BOOLEAN: "boolean";
|
|
71
|
+
readonly DOUBLE: "double";
|
|
72
|
+
readonly INT: "int";
|
|
73
|
+
readonly LONG: "long";
|
|
74
|
+
readonly STRING: "string";
|
|
75
|
+
};
|
|
76
|
+
export type DeliverySourceConfigurationSchemaValueType =
|
|
77
|
+
(typeof DeliverySourceConfigurationSchemaValueType)[keyof typeof DeliverySourceConfigurationSchemaValueType];
|
|
69
78
|
export declare const LogGroupClass: {
|
|
70
79
|
readonly DELIVERY: "DELIVERY";
|
|
71
80
|
readonly INFREQUENT_ACCESS: "INFREQUENT_ACCESS";
|
|
@@ -92,6 +101,17 @@ export declare const DataProtectionStatus: {
|
|
|
92
101
|
};
|
|
93
102
|
export type DataProtectionStatus =
|
|
94
103
|
(typeof DataProtectionStatus)[keyof typeof DataProtectionStatus];
|
|
104
|
+
export declare const DeliverySourceStatus: {
|
|
105
|
+
readonly ACTIVE: "ACTIVE";
|
|
106
|
+
readonly INACTIVE: "INACTIVE";
|
|
107
|
+
};
|
|
108
|
+
export type DeliverySourceStatus =
|
|
109
|
+
(typeof DeliverySourceStatus)[keyof typeof DeliverySourceStatus];
|
|
110
|
+
export declare const DeliverySourceStatusReason: {
|
|
111
|
+
readonly RESOURCE_DELETED: "RESOURCE_DELETED";
|
|
112
|
+
};
|
|
113
|
+
export type DeliverySourceStatusReason =
|
|
114
|
+
(typeof DeliverySourceStatusReason)[keyof typeof DeliverySourceStatusReason];
|
|
95
115
|
export declare const ExportTaskStatusCode: {
|
|
96
116
|
readonly CANCELLED: "CANCELLED";
|
|
97
117
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -3,6 +3,9 @@ import {
|
|
|
3
3
|
AnomalyDetectorStatus,
|
|
4
4
|
DataProtectionStatus,
|
|
5
5
|
DeliveryDestinationType,
|
|
6
|
+
DeliverySourceConfigurationSchemaValueType,
|
|
7
|
+
DeliverySourceStatus,
|
|
8
|
+
DeliverySourceStatusReason,
|
|
6
9
|
Distribution,
|
|
7
10
|
EntityRejectionErrorType,
|
|
8
11
|
EvaluationFrequency,
|
|
@@ -156,6 +159,18 @@ export interface ConfigurationTemplateDeliveryConfigValues {
|
|
|
156
159
|
fieldDelimiter?: string | undefined;
|
|
157
160
|
s3DeliveryConfiguration?: S3DeliveryConfiguration | undefined;
|
|
158
161
|
}
|
|
162
|
+
export interface DeliverySourceConfigurationSchema {
|
|
163
|
+
keyName: string | undefined;
|
|
164
|
+
valueType: DeliverySourceConfigurationSchemaValueType | undefined;
|
|
165
|
+
defaultValue: string | undefined;
|
|
166
|
+
supportedValues?: string[] | undefined;
|
|
167
|
+
minValue?: number | undefined;
|
|
168
|
+
maxValue?: number | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface S3TablesIntegration {
|
|
171
|
+
datasourceName?: string | undefined;
|
|
172
|
+
datasourceType?: string | undefined;
|
|
173
|
+
}
|
|
159
174
|
export interface ConfigurationTemplate {
|
|
160
175
|
service?: string | undefined;
|
|
161
176
|
logType?: string | undefined;
|
|
@@ -169,6 +184,8 @@ export interface ConfigurationTemplate {
|
|
|
169
184
|
allowedActionForAllowVendedLogsDeliveryForResource?: string | undefined;
|
|
170
185
|
allowedFieldDelimiters?: string[] | undefined;
|
|
171
186
|
allowedSuffixPathFields?: string[] | undefined;
|
|
187
|
+
deliverySourceConfiguration?: DeliverySourceConfigurationSchema[] | undefined;
|
|
188
|
+
s3TablesIntegration?: S3TablesIntegration | undefined;
|
|
172
189
|
}
|
|
173
190
|
export interface CopyValueEntry {
|
|
174
191
|
source: string | undefined;
|
|
@@ -405,6 +422,9 @@ export interface DeliverySource {
|
|
|
405
422
|
service?: string | undefined;
|
|
406
423
|
logType?: string | undefined;
|
|
407
424
|
tags?: Record<string, string> | undefined;
|
|
425
|
+
deliverySourceConfiguration?: Record<string, string> | undefined;
|
|
426
|
+
status?: DeliverySourceStatus | undefined;
|
|
427
|
+
statusReason?: DeliverySourceStatusReason | undefined;
|
|
408
428
|
}
|
|
409
429
|
export interface DescribeAccountPoliciesRequest {
|
|
410
430
|
policyType: PolicyType | undefined;
|
|
@@ -1419,6 +1439,7 @@ export interface PutDeliverySourceRequest {
|
|
|
1419
1439
|
resourceArn: string | undefined;
|
|
1420
1440
|
logType: string | undefined;
|
|
1421
1441
|
tags?: Record<string, string> | undefined;
|
|
1442
|
+
deliverySourceConfiguration?: Record<string, string> | undefined;
|
|
1422
1443
|
}
|
|
1423
1444
|
export interface PutDeliverySourceResponse {
|
|
1424
1445
|
deliverySource?: DeliverySource | undefined;
|
|
@@ -1695,11 +1716,3 @@ export interface UpdateDeliveryConfigurationRequest {
|
|
|
1695
1716
|
fieldDelimiter?: string | undefined;
|
|
1696
1717
|
s3DeliveryConfiguration?: S3DeliveryConfiguration | undefined;
|
|
1697
1718
|
}
|
|
1698
|
-
export interface UpdateDeliveryConfigurationResponse {}
|
|
1699
|
-
export interface UpdateLogAnomalyDetectorRequest {
|
|
1700
|
-
anomalyDetectorArn: string | undefined;
|
|
1701
|
-
evaluationFrequency?: EvaluationFrequency | undefined;
|
|
1702
|
-
filterPattern?: string | undefined;
|
|
1703
|
-
anomalyVisibilityTime?: number | undefined;
|
|
1704
|
-
enabled: boolean | undefined;
|
|
1705
|
-
}
|
|
@@ -1,5 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
EvaluationFrequency,
|
|
3
|
+
ExecutionStatus,
|
|
4
|
+
QueryLanguage,
|
|
5
|
+
ScheduledQueryState,
|
|
6
|
+
} from "./enums";
|
|
2
7
|
import { DestinationConfiguration } from "./models_0";
|
|
8
|
+
export interface UpdateDeliveryConfigurationResponse {}
|
|
9
|
+
export interface UpdateLogAnomalyDetectorRequest {
|
|
10
|
+
anomalyDetectorArn: string | undefined;
|
|
11
|
+
evaluationFrequency?: EvaluationFrequency | undefined;
|
|
12
|
+
filterPattern?: string | undefined;
|
|
13
|
+
anomalyVisibilityTime?: number | undefined;
|
|
14
|
+
enabled: boolean | undefined;
|
|
15
|
+
}
|
|
3
16
|
export interface UpdateLookupTableRequest {
|
|
4
17
|
lookupTableArn: string | undefined;
|
|
5
18
|
description?: string | undefined;
|
|
@@ -91,6 +91,7 @@ export declare var Delivery$: StaticStructureSchema;
|
|
|
91
91
|
export declare var DeliveryDestination$: StaticStructureSchema;
|
|
92
92
|
export declare var DeliveryDestinationConfiguration$: StaticStructureSchema;
|
|
93
93
|
export declare var DeliverySource$: StaticStructureSchema;
|
|
94
|
+
export declare var DeliverySourceConfigurationSchema$: StaticStructureSchema;
|
|
94
95
|
export declare var DescribeAccountPoliciesRequest$: StaticStructureSchema;
|
|
95
96
|
export declare var DescribeAccountPoliciesResponse$: StaticStructureSchema;
|
|
96
97
|
export declare var DescribeConfigurationTemplatesRequest$: StaticStructureSchema;
|
|
@@ -293,6 +294,7 @@ export declare var ResultField$: StaticStructureSchema;
|
|
|
293
294
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
294
295
|
export declare var S3DeliveryConfiguration$: StaticStructureSchema;
|
|
295
296
|
export declare var S3TableIntegrationSource$: StaticStructureSchema;
|
|
297
|
+
export declare var S3TablesIntegration$: StaticStructureSchema;
|
|
296
298
|
export declare var ScheduledQueryDestination$: StaticStructureSchema;
|
|
297
299
|
export declare var ScheduledQuerySummary$: StaticStructureSchema;
|
|
298
300
|
export declare var SearchedLogStream$: StaticStructureSchema;
|
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.1043.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|