@aws-sdk/client-cloudwatch-logs 3.888.0 → 3.891.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 +4 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/AssociateKmsKeyCommand.d.ts +2 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeliveryCommand.d.ts +2 -0
- package/dist-types/commands/CreateExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateLogAnomalyDetectorCommand.d.ts +2 -0
- package/dist-types/commands/CreateLogGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateLogStreamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataProtectionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeliveryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeliveryDestinationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeliverySourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLogAnomalyDetectorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLogGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLogStreamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMetricFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQueryDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubscriptionFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransformerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDeliveriesCommand.d.ts +4 -2
- package/dist-types/commands/DescribeDeliveryDestinationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDeliverySourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDestinationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFieldIndexesCommand.d.ts +4 -2
- package/dist-types/commands/DescribeIndexPoliciesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLogGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLogStreamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricFiltersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeQueriesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQueryDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSubscriptionFiltersCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateKmsKeyCommand.d.ts +2 -0
- package/dist-types/commands/FilterLogEventsCommand.d.ts +3 -1
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliveryCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliveryDestinationCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliveryDestinationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetDeliverySourceCommand.d.ts +2 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/GetLogAnomalyDetectorCommand.d.ts +2 -0
- package/dist-types/commands/GetLogEventsCommand.d.ts +2 -0
- package/dist-types/commands/GetLogGroupFieldsCommand.d.ts +2 -0
- package/dist-types/commands/GetLogObjectCommand.d.ts +13 -4
- package/dist-types/commands/GetLogRecordCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransformerCommand.d.ts +2 -0
- package/dist-types/commands/ListAnomaliesCommand.d.ts +2 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +2 -0
- package/dist-types/commands/ListLogAnomalyDetectorsCommand.d.ts +2 -0
- package/dist-types/commands/ListLogGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListLogGroupsForQueryCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsLogGroupCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountPolicyCommand.d.ts +58 -23
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutDeliveryDestinationCommand.d.ts +4 -1
- package/dist-types/commands/PutDeliveryDestinationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutDeliverySourceCommand.d.ts +2 -0
- package/dist-types/commands/PutDestinationCommand.d.ts +2 -0
- package/dist-types/commands/PutDestinationPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutIndexPolicyCommand.d.ts +28 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/PutLogEventsCommand.d.ts +2 -0
- package/dist-types/commands/PutMetricFilterCommand.d.ts +6 -0
- package/dist-types/commands/PutQueryDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutRetentionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutSubscriptionFilterCommand.d.ts +6 -0
- package/dist-types/commands/PutTransformerCommand.d.ts +2 -0
- package/dist-types/commands/StartLiveTailCommand.d.ts +2 -0
- package/dist-types/commands/StartQueryCommand.d.ts +2 -0
- package/dist-types/commands/StopQueryCommand.d.ts +2 -0
- package/dist-types/commands/TagLogGroupCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TestMetricFilterCommand.d.ts +2 -0
- package/dist-types/commands/TestTransformerCommand.d.ts +2 -0
- package/dist-types/commands/UntagLogGroupCommand.d.ts +4 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnomalyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeliveryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLogAnomalyDetectorCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +100 -28
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -2975,6 +2975,8 @@ var se_MetricTransformations = /* @__PURE__ */ __name((input, context) => {
|
|
|
2975
2975
|
var se_PutMetricFilterRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2976
2976
|
return (0, import_smithy_client.take)(input, {
|
|
2977
2977
|
applyOnTransformedLogs: [],
|
|
2978
|
+
emitSystemFieldDimensions: import_smithy_client._json,
|
|
2979
|
+
fieldSelectionCriteria: [],
|
|
2978
2980
|
filterName: [],
|
|
2979
2981
|
filterPattern: [],
|
|
2980
2982
|
logGroupName: [],
|
|
@@ -3015,6 +3017,8 @@ var de_MetricFilter = /* @__PURE__ */ __name((output, context) => {
|
|
|
3015
3017
|
return (0, import_smithy_client.take)(output, {
|
|
3016
3018
|
applyOnTransformedLogs: import_smithy_client.expectBoolean,
|
|
3017
3019
|
creationTime: import_smithy_client.expectLong,
|
|
3020
|
+
emitSystemFieldDimensions: import_smithy_client._json,
|
|
3021
|
+
fieldSelectionCriteria: import_smithy_client.expectString,
|
|
3018
3022
|
filterName: import_smithy_client.expectString,
|
|
3019
3023
|
filterPattern: import_smithy_client.expectString,
|
|
3020
3024
|
logGroupName: import_smithy_client.expectString,
|
|
@@ -1996,6 +1996,8 @@ const se_MetricTransformations = (input, context) => {
|
|
|
1996
1996
|
const se_PutMetricFilterRequest = (input, context) => {
|
|
1997
1997
|
return take(input, {
|
|
1998
1998
|
applyOnTransformedLogs: [],
|
|
1999
|
+
emitSystemFieldDimensions: _json,
|
|
2000
|
+
fieldSelectionCriteria: [],
|
|
1999
2001
|
filterName: [],
|
|
2000
2002
|
filterPattern: [],
|
|
2001
2003
|
logGroupName: [],
|
|
@@ -2036,6 +2038,8 @@ const de_MetricFilter = (output, context) => {
|
|
|
2036
2038
|
return take(output, {
|
|
2037
2039
|
applyOnTransformedLogs: __expectBoolean,
|
|
2038
2040
|
creationTime: __expectLong,
|
|
2041
|
+
emitSystemFieldDimensions: _json,
|
|
2042
|
+
fieldSelectionCriteria: __expectString,
|
|
2039
2043
|
filterName: __expectString,
|
|
2040
2044
|
filterPattern: __expectString,
|
|
2041
2045
|
logGroupName: __expectString,
|
|
@@ -77,6 +77,8 @@ declare const AssociateKmsKeyCommand_base: {
|
|
|
77
77
|
* ```javascript
|
|
78
78
|
* import { CloudWatchLogsClient, AssociateKmsKeyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
79
79
|
* // const { CloudWatchLogsClient, AssociateKmsKeyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
80
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
81
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
80
82
|
* const client = new CloudWatchLogsClient(config);
|
|
81
83
|
* const input = { // AssociateKmsKeyRequest
|
|
82
84
|
* logGroupName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const CancelExportTaskCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, CancelExportTaskCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, CancelExportTaskCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // CancelExportTaskRequest
|
|
39
41
|
* taskId: "STRING_VALUE", // required
|
|
@@ -65,6 +65,8 @@ declare const CreateDeliveryCommand_base: {
|
|
|
65
65
|
* ```javascript
|
|
66
66
|
* import { CloudWatchLogsClient, CreateDeliveryCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
67
67
|
* // const { CloudWatchLogsClient, CreateDeliveryCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
68
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
69
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
68
70
|
* const client = new CloudWatchLogsClient(config);
|
|
69
71
|
* const input = { // CreateDeliveryRequest
|
|
70
72
|
* deliverySourceName: "STRING_VALUE", // required
|
|
@@ -58,6 +58,8 @@ declare const CreateExportTaskCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { CloudWatchLogsClient, CreateExportTaskCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
60
60
|
* // const { CloudWatchLogsClient, CreateExportTaskCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
61
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
62
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
61
63
|
* const client = new CloudWatchLogsClient(config);
|
|
62
64
|
* const input = { // CreateExportTaskRequest
|
|
63
65
|
* taskName: "STRING_VALUE",
|
|
@@ -58,6 +58,8 @@ declare const CreateLogAnomalyDetectorCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { CloudWatchLogsClient, CreateLogAnomalyDetectorCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
60
60
|
* // const { CloudWatchLogsClient, CreateLogAnomalyDetectorCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
61
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
62
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
61
63
|
* const client = new CloudWatchLogsClient(config);
|
|
62
64
|
* const input = { // CreateLogAnomalyDetectorRequest
|
|
63
65
|
* logGroupArnList: [ // LogGroupArnList // required
|
|
@@ -67,6 +67,8 @@ declare const CreateLogGroupCommand_base: {
|
|
|
67
67
|
* ```javascript
|
|
68
68
|
* import { CloudWatchLogsClient, CreateLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
69
69
|
* // const { CloudWatchLogsClient, CreateLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
70
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
71
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
70
72
|
* const client = new CloudWatchLogsClient(config);
|
|
71
73
|
* const input = { // CreateLogGroupRequest
|
|
72
74
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const CreateLogStreamCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { CloudWatchLogsClient, CreateLogStreamCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
52
52
|
* // const { CloudWatchLogsClient, CreateLogStreamCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
53
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
54
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
53
55
|
* const client = new CloudWatchLogsClient(config);
|
|
54
56
|
* const input = { // CreateLogStreamRequest
|
|
55
57
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -60,6 +60,8 @@ declare const DeleteAccountPolicyCommand_base: {
|
|
|
60
60
|
* ```javascript
|
|
61
61
|
* import { CloudWatchLogsClient, DeleteAccountPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
62
62
|
* // const { CloudWatchLogsClient, DeleteAccountPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
63
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
64
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
63
65
|
* const client = new CloudWatchLogsClient(config);
|
|
64
66
|
* const input = { // DeleteAccountPolicyRequest
|
|
65
67
|
* policyName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDataProtectionPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DeleteDataProtectionPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DeleteDataProtectionPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DeleteDataProtectionPolicyRequest
|
|
39
41
|
* logGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteDeliveryCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CloudWatchLogsClient, DeleteDeliveryCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
39
39
|
* // const { CloudWatchLogsClient, DeleteDeliveryCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
40
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
41
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
40
42
|
* const client = new CloudWatchLogsClient(config);
|
|
41
43
|
* const input = { // DeleteDeliveryRequest
|
|
42
44
|
* id: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteDeliveryDestinationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { CloudWatchLogsClient, DeleteDeliveryDestinationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
40
40
|
* // const { CloudWatchLogsClient, DeleteDeliveryDestinationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
41
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
42
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
41
43
|
* const client = new CloudWatchLogsClient(config);
|
|
42
44
|
* const input = { // DeleteDeliveryDestinationRequest
|
|
43
45
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDeliveryDestinationPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DeleteDeliveryDestinationPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DeleteDeliveryDestinationPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DeleteDeliveryDestinationPolicyRequest
|
|
39
41
|
* deliveryDestinationName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteDeliverySourceCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { CloudWatchLogsClient, DeleteDeliverySourceCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
40
40
|
* // const { CloudWatchLogsClient, DeleteDeliverySourceCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
41
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
42
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
41
43
|
* const client = new CloudWatchLogsClient(config);
|
|
42
44
|
* const input = { // DeleteDeliverySourceRequest
|
|
43
45
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteDestinationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DeleteDestinationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DeleteDestinationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DeleteDestinationRequest
|
|
40
42
|
* destinationName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteIndexPolicyCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { CloudWatchLogsClient, DeleteIndexPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
41
41
|
* // const { CloudWatchLogsClient, DeleteIndexPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
42
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
43
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
42
44
|
* const client = new CloudWatchLogsClient(config);
|
|
43
45
|
* const input = { // DeleteIndexPolicyRequest
|
|
44
46
|
* logGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { CloudWatchLogsClient, DeleteIntegrationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
40
40
|
* // const { CloudWatchLogsClient, DeleteIntegrationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
41
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
42
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
41
43
|
* const client = new CloudWatchLogsClient(config);
|
|
42
44
|
* const input = { // DeleteIntegrationRequest
|
|
43
45
|
* integrationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLogAnomalyDetectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, DeleteLogAnomalyDetectorCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, DeleteLogAnomalyDetectorCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // DeleteLogAnomalyDetectorRequest
|
|
38
40
|
* anomalyDetectorArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteLogGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DeleteLogGroupCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DeleteLogGroupCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DeleteLogGroupRequest
|
|
39
41
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteLogStreamCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DeleteLogStreamCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DeleteLogStreamCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DeleteLogStreamRequest
|
|
39
41
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteMetricFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, DeleteMetricFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, DeleteMetricFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // DeleteMetricFilterRequest
|
|
38
40
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteQueryDefinitionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CloudWatchLogsClient, DeleteQueryDefinitionCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
39
39
|
* // const { CloudWatchLogsClient, DeleteQueryDefinitionCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
40
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
41
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
40
42
|
* const client = new CloudWatchLogsClient(config);
|
|
41
43
|
* const input = { // DeleteQueryDefinitionRequest
|
|
42
44
|
* queryDefinitionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DeleteResourcePolicyRequest
|
|
39
41
|
* policyName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DeleteRetentionPolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DeleteRetentionPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DeleteRetentionPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DeleteRetentionPolicyRequest
|
|
40
42
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSubscriptionFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // DeleteSubscriptionFilterRequest
|
|
38
40
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteTransformerCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { CloudWatchLogsClient, DeleteTransformerCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
40
40
|
* // const { CloudWatchLogsClient, DeleteTransformerCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
41
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
42
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
41
43
|
* const client = new CloudWatchLogsClient(config);
|
|
42
44
|
* const input = { // DeleteTransformerRequest
|
|
43
45
|
* logGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const DescribeAccountPoliciesCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { CloudWatchLogsClient, DescribeAccountPoliciesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
57
57
|
* // const { CloudWatchLogsClient, DescribeAccountPoliciesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
58
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
59
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
58
60
|
* const client = new CloudWatchLogsClient(config);
|
|
59
61
|
* const input = { // DescribeAccountPoliciesRequest
|
|
60
62
|
* policyType: "DATA_PROTECTION_POLICY" || "SUBSCRIPTION_FILTER_POLICY" || "FIELD_INDEX_POLICY" || "TRANSFORMER_POLICY" || "METRIC_EXTRACTION_POLICY", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeConfigurationTemplatesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DescribeConfigurationTemplatesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DescribeConfigurationTemplatesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DescribeConfigurationTemplatesRequest
|
|
40
42
|
* service: "STRING_VALUE",
|
|
@@ -35,8 +35,8 @@ declare const DescribeDeliveriesCommand_base: {
|
|
|
35
35
|
* <i>delivery destination</i>
|
|
36
36
|
* </a>.</p>
|
|
37
37
|
* <p>A delivery source represents an Amazon Web Services resource that sends logs to an logs
|
|
38
|
-
* delivery destination. The destination can be CloudWatch Logs, Amazon S3, Firehose or X-Ray. Only some Amazon Web Services services support being
|
|
39
|
-
* source. These services are listed in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html">Enable logging from
|
|
38
|
+
* delivery destination. The destination can be CloudWatch Logs, Amazon S3, Firehose or X-Ray. Only some Amazon Web Services services support being
|
|
39
|
+
* configured as a delivery source. These services are listed in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html">Enable logging from
|
|
40
40
|
* Amazon Web Services services.</a>
|
|
41
41
|
* </p>
|
|
42
42
|
* @example
|
|
@@ -44,6 +44,8 @@ declare const DescribeDeliveriesCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { CloudWatchLogsClient, DescribeDeliveriesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
46
46
|
* // const { CloudWatchLogsClient, DescribeDeliveriesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
47
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
48
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
47
49
|
* const client = new CloudWatchLogsClient(config);
|
|
48
50
|
* const input = { // DescribeDeliveriesRequest
|
|
49
51
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const DescribeDeliveryDestinationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DescribeDeliveryDestinationsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DescribeDeliveryDestinationsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DescribeDeliveryDestinationsRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeDeliverySourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, DescribeDeliverySourcesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, DescribeDeliverySourcesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // DescribeDeliverySourcesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const DescribeDestinationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DescribeDestinationsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DescribeDestinationsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DescribeDestinationsRequest
|
|
39
41
|
* DestinationNamePrefix: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const DescribeExportTasksCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DescribeExportTasksCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DescribeExportTasksCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DescribeExportTasksRequest
|
|
39
41
|
* taskId: "STRING_VALUE",
|
|
@@ -27,13 +27,15 @@ declare const DescribeFieldIndexesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of
|
|
31
|
-
*
|
|
30
|
+
* <p>Returns a list of custom and default field indexes which are discovered in log data. For
|
|
31
|
+
* more information about field index policies, see <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutIndexPolicy.html">PutIndexPolicy</a>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, DescribeFieldIndexesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, DescribeFieldIndexesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // DescribeFieldIndexesRequest
|
|
39
41
|
* logGroupIdentifiers: [ // DescribeFieldIndexesLogGroupIdentifiers // required
|
|
@@ -27,7 +27,7 @@ declare const DescribeIndexPoliciesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the field index policies of
|
|
30
|
+
* <p>Returns the field index policies of the specified log group. For more information about
|
|
31
31
|
* field index policies, see <a href="https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutIndexPolicy.html">PutIndexPolicy</a>.</p>
|
|
32
32
|
* <p>If a specified log group has a log-group level index policy, that policy is returned by
|
|
33
33
|
* this operation.</p>
|
|
@@ -39,6 +39,8 @@ declare const DescribeIndexPoliciesCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { CloudWatchLogsClient, DescribeIndexPoliciesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
41
41
|
* // const { CloudWatchLogsClient, DescribeIndexPoliciesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
42
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
43
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
42
44
|
* const client = new CloudWatchLogsClient(config);
|
|
43
45
|
* const input = { // DescribeIndexPoliciesRequest
|
|
44
46
|
* logGroupIdentifiers: [ // DescribeIndexPoliciesLogGroupIdentifiers // required
|
|
@@ -46,6 +46,8 @@ declare const DescribeLogGroupsCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { CloudWatchLogsClient, DescribeLogGroupsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
48
48
|
* // const { CloudWatchLogsClient, DescribeLogGroupsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
49
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
50
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
49
51
|
* const client = new CloudWatchLogsClient(config);
|
|
50
52
|
* const input = { // DescribeLogGroupsRequest
|
|
51
53
|
* accountIdentifiers: [ // AccountIds
|
|
@@ -42,6 +42,8 @@ declare const DescribeLogStreamsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { CloudWatchLogsClient, DescribeLogStreamsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
44
44
|
* // const { CloudWatchLogsClient, DescribeLogStreamsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
45
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
46
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
45
47
|
* const client = new CloudWatchLogsClient(config);
|
|
46
48
|
* const input = { // DescribeLogStreamsRequest
|
|
47
49
|
* logGroupName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeMetricFiltersCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DescribeMetricFiltersCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DescribeMetricFiltersCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DescribeMetricFiltersRequest
|
|
40
42
|
* logGroupName: "STRING_VALUE",
|
|
@@ -66,6 +68,10 @@ declare const DescribeMetricFiltersCommand_base: {
|
|
|
66
68
|
* // creationTime: Number("long"),
|
|
67
69
|
* // logGroupName: "STRING_VALUE",
|
|
68
70
|
* // applyOnTransformedLogs: true || false,
|
|
71
|
+
* // fieldSelectionCriteria: "STRING_VALUE",
|
|
72
|
+
* // emitSystemFieldDimensions: [ // EmitSystemFields
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
69
75
|
* // },
|
|
70
76
|
* // ],
|
|
71
77
|
* // nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeQueriesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DescribeQueriesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DescribeQueriesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DescribeQueriesRequest
|
|
40
42
|
* logGroupName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const DescribeQueryDefinitionsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { CloudWatchLogsClient, DescribeQueryDefinitionsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
39
39
|
* // const { CloudWatchLogsClient, DescribeQueryDefinitionsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
40
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
41
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
40
42
|
* const client = new CloudWatchLogsClient(config);
|
|
41
43
|
* const input = { // DescribeQueryDefinitionsRequest
|
|
42
44
|
* queryLanguage: "CWLI" || "SQL" || "PPL",
|
|
@@ -33,6 +33,8 @@ declare const DescribeResourcePoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, DescribeResourcePoliciesCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, DescribeResourcePoliciesCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // DescribeResourcePoliciesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeSubscriptionFiltersCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CloudWatchLogsClient, DescribeSubscriptionFiltersCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
37
37
|
* // const { CloudWatchLogsClient, DescribeSubscriptionFiltersCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
38
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
39
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
38
40
|
* const client = new CloudWatchLogsClient(config);
|
|
39
41
|
* const input = { // DescribeSubscriptionFiltersRequest
|
|
40
42
|
* logGroupName: "STRING_VALUE", // required
|
|
@@ -55,6 +57,10 @@ declare const DescribeSubscriptionFiltersCommand_base: {
|
|
|
55
57
|
* // distribution: "Random" || "ByLogStream",
|
|
56
58
|
* // applyOnTransformedLogs: true || false,
|
|
57
59
|
* // creationTime: Number("long"),
|
|
60
|
+
* // fieldSelectionCriteria: "STRING_VALUE",
|
|
61
|
+
* // emitSystemFields: [ // EmitSystemFields
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
58
64
|
* // },
|
|
59
65
|
* // ],
|
|
60
66
|
* // nextToken: "STRING_VALUE",
|
|
@@ -55,6 +55,8 @@ declare const DisassociateKmsKeyCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { CloudWatchLogsClient, DisassociateKmsKeyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
57
57
|
* // const { CloudWatchLogsClient, DisassociateKmsKeyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
58
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
59
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
58
60
|
* const client = new CloudWatchLogsClient(config);
|
|
59
61
|
* const input = { // DisassociateKmsKeyRequest
|
|
60
62
|
* logGroupName: "STRING_VALUE",
|
|
@@ -37,7 +37,7 @@ declare const FilterLogEventsCommand_base: {
|
|
|
37
37
|
* <p>A time range</p>
|
|
38
38
|
* </li>
|
|
39
39
|
* <li>
|
|
40
|
-
* <p>The log stream name, or a log stream name prefix that matches
|
|
40
|
+
* <p>The log stream name, or a log stream name prefix that matches multiple log
|
|
41
41
|
* streams</p>
|
|
42
42
|
* </li>
|
|
43
43
|
* </ul>
|
|
@@ -77,6 +77,8 @@ declare const FilterLogEventsCommand_base: {
|
|
|
77
77
|
* ```javascript
|
|
78
78
|
* import { CloudWatchLogsClient, FilterLogEventsCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
79
79
|
* // const { CloudWatchLogsClient, FilterLogEventsCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
80
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
81
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
80
82
|
* const client = new CloudWatchLogsClient(config);
|
|
81
83
|
* const input = { // FilterLogEventsRequest
|
|
82
84
|
* logGroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetDataProtectionPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, GetDataProtectionPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, GetDataProtectionPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // GetDataProtectionPolicyRequest
|
|
38
40
|
* logGroupIdentifier: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const GetDeliveryCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { CloudWatchLogsClient, GetDeliveryCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
48
48
|
* // const { CloudWatchLogsClient, GetDeliveryCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
49
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
50
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
49
51
|
* const client = new CloudWatchLogsClient(config);
|
|
50
52
|
* const input = { // GetDeliveryRequest
|
|
51
53
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeliveryDestinationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, GetDeliveryDestinationCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, GetDeliveryDestinationCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // GetDeliveryDestinationRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetDeliveryDestinationPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CloudWatchLogsClient, GetDeliveryDestinationPolicyCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
36
36
|
* // const { CloudWatchLogsClient, GetDeliveryDestinationPolicyCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
37
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
38
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
37
39
|
* const client = new CloudWatchLogsClient(config);
|
|
38
40
|
* const input = { // GetDeliveryDestinationPolicyRequest
|
|
39
41
|
* deliveryDestinationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeliverySourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CloudWatchLogsClient, GetDeliverySourceCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import
|
|
35
35
|
* // const { CloudWatchLogsClient, GetDeliverySourceCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import
|
|
36
|
+
* // import type { CloudWatchLogsClientConfig } from "@aws-sdk/client-cloudwatch-logs";
|
|
37
|
+
* const config = {}; // type is CloudWatchLogsClientConfig
|
|
36
38
|
* const client = new CloudWatchLogsClient(config);
|
|
37
39
|
* const input = { // GetDeliverySourceRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|