@aws-sdk/client-cloudwatch-logs 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2751 -2844
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudWatchLogsClient.js +2 -0
- package/dist-es/commands/AssociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/CancelExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateDeliveryCommand.js +3 -9
- package/dist-es/commands/CreateExportTaskCommand.js +3 -9
- package/dist-es/commands/CreateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/CreateLogGroupCommand.js +3 -9
- package/dist-es/commands/CreateLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteAccountPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteDeliverySourceCommand.js +3 -9
- package/dist-es/commands/DeleteDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteIndexPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/DeleteLogGroupCommand.js +3 -9
- package/dist-es/commands/DeleteLogStreamCommand.js +3 -9
- package/dist-es/commands/DeleteMetricFilterCommand.js +3 -9
- package/dist-es/commands/DeleteQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/DeleteTransformerCommand.js +3 -9
- package/dist-es/commands/DescribeAccountPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationTemplatesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveriesCommand.js +3 -9
- package/dist-es/commands/DescribeDeliveryDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeDeliverySourcesCommand.js +3 -9
- package/dist-es/commands/DescribeDestinationsCommand.js +3 -9
- package/dist-es/commands/DescribeExportTasksCommand.js +3 -9
- package/dist-es/commands/DescribeFieldIndexesCommand.js +3 -9
- package/dist-es/commands/DescribeIndexPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeLogGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeLogStreamsCommand.js +3 -9
- package/dist-es/commands/DescribeMetricFiltersCommand.js +3 -9
- package/dist-es/commands/DescribeQueriesCommand.js +3 -9
- package/dist-es/commands/DescribeQueryDefinitionsCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeSubscriptionFiltersCommand.js +3 -9
- package/dist-es/commands/DisassociateKmsKeyCommand.js +3 -9
- package/dist-es/commands/FilterLogEventsCommand.js +3 -9
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliveryCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/GetDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/GetDeliverySourceCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/commands/GetLogEventsCommand.js +3 -9
- package/dist-es/commands/GetLogGroupFieldsCommand.js +3 -9
- package/dist-es/commands/GetLogObjectCommand.js +3 -10
- package/dist-es/commands/GetLogRecordCommand.js +3 -9
- package/dist-es/commands/GetQueryResultsCommand.js +3 -9
- package/dist-es/commands/GetTransformerCommand.js +3 -9
- package/dist-es/commands/ListAnomaliesCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListLogAnomalyDetectorsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsCommand.js +3 -9
- package/dist-es/commands/ListLogGroupsForQueryCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsLogGroupCommand.js +3 -9
- package/dist-es/commands/PutAccountPolicyCommand.js +3 -9
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationCommand.js +3 -9
- package/dist-es/commands/PutDeliveryDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutDeliverySourceCommand.js +3 -9
- package/dist-es/commands/PutDestinationCommand.js +3 -9
- package/dist-es/commands/PutDestinationPolicyCommand.js +3 -9
- package/dist-es/commands/PutIndexPolicyCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -9
- package/dist-es/commands/PutLogEventsCommand.js +3 -9
- package/dist-es/commands/PutMetricFilterCommand.js +3 -9
- package/dist-es/commands/PutQueryDefinitionCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutRetentionPolicyCommand.js +3 -9
- package/dist-es/commands/PutSubscriptionFilterCommand.js +3 -9
- package/dist-es/commands/PutTransformerCommand.js +3 -9
- package/dist-es/commands/StartLiveTailCommand.js +3 -10
- package/dist-es/commands/StartQueryCommand.js +3 -9
- package/dist-es/commands/StopQueryCommand.js +3 -9
- package/dist-es/commands/TagLogGroupCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestMetricFilterCommand.js +3 -9
- package/dist-es/commands/TestTransformerCommand.js +3 -9
- package/dist-es/commands/UntagLogGroupCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAnomalyCommand.js +3 -9
- package/dist-es/commands/UpdateDeliveryConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLogAnomalyDetectorCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -28
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2543 -0
- package/dist-types/CloudWatchLogsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +439 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +444 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -2116
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1100
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteRetentionPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRetentionPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DeleteRetentionPolicy", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DeleteRetentionPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRetentionPolicyCommand)
|
|
20
|
-
.de(de_DeleteRetentionPolicyCommand)
|
|
14
|
+
.sc(DeleteRetentionPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSubscriptionFilter } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSubscriptionFilterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DeleteSubscriptionFilter", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DeleteSubscriptionFilterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSubscriptionFilterCommand)
|
|
20
|
-
.de(de_DeleteSubscriptionFilterCommand)
|
|
14
|
+
.sc(DeleteSubscriptionFilter)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteTransformer } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteTransformerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DeleteTransformer", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DeleteTransformerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteTransformerCommand)
|
|
20
|
-
.de(de_DeleteTransformerCommand)
|
|
14
|
+
.sc(DeleteTransformer)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeAccountPolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAccountPoliciesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeAccountPolicies", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeAccountPoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAccountPoliciesCommand)
|
|
20
|
-
.de(de_DescribeAccountPoliciesCommand)
|
|
14
|
+
.sc(DescribeAccountPolicies)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeConfigurationTemplates } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeConfigurationTemplatesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeConfigurationTemplates", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeConfigurationTemplatesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeConfigurationTemplatesCommand)
|
|
20
|
-
.de(de_DescribeConfigurationTemplatesCommand)
|
|
14
|
+
.sc(DescribeConfigurationTemplates)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDeliveries } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDeliveriesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeDeliveries", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeDeliveriesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDeliveriesCommand)
|
|
20
|
-
.de(de_DescribeDeliveriesCommand)
|
|
14
|
+
.sc(DescribeDeliveries)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDeliveryDestinations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDeliveryDestinationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeDeliveryDestinations", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeDeliveryDestinationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDeliveryDestinationsCommand)
|
|
20
|
-
.de(de_DescribeDeliveryDestinationsCommand)
|
|
14
|
+
.sc(DescribeDeliveryDestinations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDeliverySources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDeliverySourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeDeliverySources", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeDeliverySourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDeliverySourcesCommand)
|
|
20
|
-
.de(de_DescribeDeliverySourcesCommand)
|
|
14
|
+
.sc(DescribeDeliverySources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDestinations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDestinationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeDestinations", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeDestinationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDestinationsCommand)
|
|
20
|
-
.de(de_DescribeDestinationsCommand)
|
|
14
|
+
.sc(DescribeDestinations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeExportTasks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeExportTasksCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeExportTasks", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeExportTasksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeExportTasksCommand)
|
|
20
|
-
.de(de_DescribeExportTasksCommand)
|
|
14
|
+
.sc(DescribeExportTasks)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeFieldIndexes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeFieldIndexesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeFieldIndexes", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeFieldIndexesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeFieldIndexesCommand)
|
|
20
|
-
.de(de_DescribeFieldIndexesCommand)
|
|
14
|
+
.sc(DescribeFieldIndexes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeIndexPolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeIndexPoliciesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeIndexPolicies", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeIndexPoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeIndexPoliciesCommand)
|
|
20
|
-
.de(de_DescribeIndexPoliciesCommand)
|
|
14
|
+
.sc(DescribeIndexPolicies)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLogGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLogGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeLogGroups", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeLogGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLogGroupsCommand)
|
|
20
|
-
.de(de_DescribeLogGroupsCommand)
|
|
14
|
+
.sc(DescribeLogGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLogStreams } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLogStreamsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeLogStreams", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeLogStreamsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLogStreamsCommand)
|
|
20
|
-
.de(de_DescribeLogStreamsCommand)
|
|
14
|
+
.sc(DescribeLogStreams)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeMetricFilters } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeMetricFiltersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeMetricFilters", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeMetricFiltersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeMetricFiltersCommand)
|
|
20
|
-
.de(de_DescribeMetricFiltersCommand)
|
|
14
|
+
.sc(DescribeMetricFilters)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeQueries } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeQueriesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeQueries", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeQueriesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeQueriesCommand)
|
|
20
|
-
.de(de_DescribeQueriesCommand)
|
|
14
|
+
.sc(DescribeQueries)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeQueryDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeQueryDefinitionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeQueryDefinitions", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeQueryDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeQueryDefinitionsCommand)
|
|
20
|
-
.de(de_DescribeQueryDefinitionsCommand)
|
|
14
|
+
.sc(DescribeQueryDefinitions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeResourcePolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeResourcePoliciesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeResourcePolicies", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeResourcePoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeResourcePoliciesCommand)
|
|
20
|
-
.de(de_DescribeResourcePoliciesCommand)
|
|
14
|
+
.sc(DescribeResourcePolicies)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeSubscriptionFilters } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeSubscriptionFiltersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DescribeSubscriptionFilters", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DescribeSubscriptionFiltersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeSubscriptionFiltersCommand)
|
|
20
|
-
.de(de_DescribeSubscriptionFiltersCommand)
|
|
14
|
+
.sc(DescribeSubscriptionFilters)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisassociateKmsKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateKmsKeyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "DisassociateKmsKey", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "DisassociateKmsKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateKmsKeyCommand)
|
|
20
|
-
.de(de_DisassociateKmsKeyCommand)
|
|
14
|
+
.sc(DisassociateKmsKey)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { FilterLogEvents } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class FilterLogEventsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "FilterLogEvents", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "FilterLogEventsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_FilterLogEventsCommand)
|
|
20
|
-
.de(de_FilterLogEventsCommand)
|
|
14
|
+
.sc(FilterLogEvents)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetDataProtectionPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDataProtectionPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "GetDataProtectionPolicy", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "GetDataProtectionPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDataProtectionPolicyCommand)
|
|
20
|
-
.de(de_GetDataProtectionPolicyCommand)
|
|
14
|
+
.sc(GetDataProtectionPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetDelivery } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeliveryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Logs_20140328", "GetDelivery", {})
|
|
17
13
|
.n("CloudWatchLogsClient", "GetDeliveryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeliveryCommand)
|
|
20
|
-
.de(de_GetDeliveryCommand)
|
|
14
|
+
.sc(GetDelivery)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|