@aws-sdk/client-cloudwatch-logs 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +404 -419
- package/dist-cjs/models/CloudWatchLogsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +43 -67
- package/dist-cjs/runtimeConfig.browser.js +24 -28
- package/dist-cjs/runtimeConfig.js +32 -36
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +924 -602
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +14 -12
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetScheduledQueryCommand.d.ts +2 -0
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +6 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +36 -8
- package/dist-types/models/models_1.d.ts +17 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
var __exportStar = (m, e) => { Object.assign(e, m); };
|
|
2
|
+
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
|
+
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
+
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = Command;
|
|
6
|
+
exports.__Client = Client;
|
|
7
|
+
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
+
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
+
const { resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
|
|
10
|
+
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
11
|
+
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
12
|
+
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
13
|
+
const { resolveHttpAuthSchemeConfig, defaultCloudWatchLogsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
14
|
+
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
15
|
+
const { AssociateKmsKey$, AssociateSourceToS3TableIntegration$, CancelExportTask$, CancelImportTask$, CreateDelivery$, CreateExportTask$, CreateImportTask$, CreateLogAnomalyDetector$, CreateLogGroup$, CreateLogStream$, CreateLookupTable$, CreateScheduledQuery$, DeleteAccountPolicy$, DeleteDataProtectionPolicy$, DeleteDelivery$, DeleteDeliveryDestination$, DeleteDeliveryDestinationPolicy$, DeleteDeliverySource$, DeleteDestination$, DeleteIndexPolicy$, DeleteIntegration$, DeleteLogAnomalyDetector$, DeleteLogGroup$, DeleteLogStream$, DeleteLookupTable$, DeleteMetricFilter$, DeleteQueryDefinition$, DeleteResourcePolicy$, DeleteRetentionPolicy$, DeleteScheduledQuery$, DeleteSubscriptionFilter$, DeleteTransformer$, DescribeAccountPolicies$, DescribeConfigurationTemplates$, DescribeDeliveries$, DescribeDeliveryDestinations$, DescribeDeliverySources$, DescribeDestinations$, DescribeExportTasks$, DescribeFieldIndexes$, DescribeImportTaskBatches$, DescribeImportTasks$, DescribeIndexPolicies$, DescribeLogGroups$, DescribeLogStreams$, DescribeLookupTables$, DescribeMetricFilters$, DescribeQueries$, DescribeQueryDefinitions$, DescribeResourcePolicies$, DescribeSubscriptionFilters$, DisassociateKmsKey$, DisassociateSourceFromS3TableIntegration$, FilterLogEvents$, GetDataProtectionPolicy$, GetDelivery$, GetDeliveryDestination$, GetDeliveryDestinationPolicy$, GetDeliverySource$, GetIntegration$, GetLogAnomalyDetector$, GetLogEvents$, GetLogFields$, GetLogGroupFields$, GetLogObject$, GetLogRecord$, GetLookupTable$, GetQueryResults$, GetScheduledQuery$, GetScheduledQueryHistory$, GetTransformer$, ListAggregateLogGroupSummaries$, ListAnomalies$, ListIntegrations$, ListLogAnomalyDetectors$, ListLogGroups$, ListLogGroupsForQuery$, ListScheduledQueries$, ListSourcesForS3TableIntegration$, ListTagsForResource$, ListTagsLogGroup$, PutAccountPolicy$, PutBearerTokenAuthentication$, PutDataProtectionPolicy$, PutDeliveryDestination$, PutDeliveryDestinationPolicy$, PutDeliverySource$, PutDestination$, PutDestinationPolicy$, PutIndexPolicy$, PutIntegration$, PutLogEvents$, PutLogGroupDeletionProtection$, PutMetricFilter$, PutQueryDefinition$, PutResourcePolicy$, PutRetentionPolicy$, PutSubscriptionFilter$, PutTransformer$, StartLiveTail$, StartQuery$, StopQuery$, TagLogGroup$, TagResource$, TestMetricFilter$, TestTransformer$, UntagLogGroup$, UntagResource$, UpdateAnomaly$, UpdateDeliveryConfiguration$, UpdateLogAnomalyDetector$, UpdateLookupTable$, UpdateScheduledQuery$ } = require("./schemas/schemas_0");
|
|
16
|
+
__exportStar(require("./schemas/schemas_0"), exports);
|
|
17
|
+
__exportStar(require("./models/errors"), exports);
|
|
18
|
+
const { CloudWatchLogsServiceException } = require("./models/CloudWatchLogsServiceException");
|
|
19
|
+
exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException;
|
|
17
20
|
|
|
18
21
|
const resolveClientEndpointParameters = (options) => {
|
|
19
22
|
return Object.assign(options, {
|
|
@@ -69,820 +72,820 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
69
72
|
};
|
|
70
73
|
|
|
71
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
72
|
-
const extensionConfiguration = Object.assign(
|
|
75
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
73
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
74
|
-
return Object.assign(runtimeConfig,
|
|
77
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
75
78
|
};
|
|
76
79
|
|
|
77
|
-
class CloudWatchLogsClient extends
|
|
80
|
+
class CloudWatchLogsClient extends Client {
|
|
78
81
|
config;
|
|
79
82
|
constructor(...[configuration]) {
|
|
80
|
-
const _config_0 =
|
|
83
|
+
const _config_0 = getRuntimeConfig(configuration || {});
|
|
81
84
|
super(_config_0);
|
|
82
85
|
this.initConfig = _config_0;
|
|
83
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
84
|
-
const _config_2 =
|
|
85
|
-
const _config_3 =
|
|
86
|
-
const _config_4 =
|
|
87
|
-
const _config_5 =
|
|
88
|
-
const _config_6 =
|
|
89
|
-
const _config_7 =
|
|
90
|
-
const _config_8 =
|
|
87
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
88
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
90
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
91
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
92
|
+
const _config_7 = resolveEventStreamSerdeConfig(_config_6);
|
|
93
|
+
const _config_8 = resolveHttpAuthSchemeConfig(_config_7);
|
|
91
94
|
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
92
95
|
this.config = _config_9;
|
|
93
|
-
this.middlewareStack.use(
|
|
94
|
-
this.middlewareStack.use(
|
|
95
|
-
this.middlewareStack.use(
|
|
96
|
-
this.middlewareStack.use(
|
|
97
|
-
this.middlewareStack.use(
|
|
98
|
-
this.middlewareStack.use(
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
101
|
-
httpAuthSchemeParametersProvider:
|
|
102
|
-
identityProviderConfigProvider: async (config) => new
|
|
96
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
97
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
101
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
102
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
103
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
104
|
+
httpAuthSchemeParametersProvider: defaultCloudWatchLogsHttpAuthSchemeParametersProvider,
|
|
105
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
103
106
|
"aws.auth#sigv4": config.credentials,
|
|
104
107
|
}),
|
|
105
108
|
}));
|
|
106
|
-
this.middlewareStack.use(
|
|
109
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
107
110
|
}
|
|
108
111
|
destroy() {
|
|
109
112
|
super.destroy();
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class AssociateKmsKeyCommand extends
|
|
116
|
+
class AssociateKmsKeyCommand extends Command
|
|
114
117
|
.classBuilder()
|
|
115
118
|
.ep(commonParams)
|
|
116
119
|
.m(function (Command, cs, config, o) {
|
|
117
|
-
return [
|
|
120
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
118
121
|
})
|
|
119
122
|
.s("Logs_20140328", "AssociateKmsKey", {})
|
|
120
123
|
.n("CloudWatchLogsClient", "AssociateKmsKeyCommand")
|
|
121
|
-
.sc(
|
|
124
|
+
.sc(AssociateKmsKey$)
|
|
122
125
|
.build() {
|
|
123
126
|
}
|
|
124
127
|
|
|
125
|
-
class AssociateSourceToS3TableIntegrationCommand extends
|
|
128
|
+
class AssociateSourceToS3TableIntegrationCommand extends Command
|
|
126
129
|
.classBuilder()
|
|
127
130
|
.ep(commonParams)
|
|
128
131
|
.m(function (Command, cs, config, o) {
|
|
129
|
-
return [
|
|
132
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
130
133
|
})
|
|
131
134
|
.s("Logs_20140328", "AssociateSourceToS3TableIntegration", {})
|
|
132
135
|
.n("CloudWatchLogsClient", "AssociateSourceToS3TableIntegrationCommand")
|
|
133
|
-
.sc(
|
|
136
|
+
.sc(AssociateSourceToS3TableIntegration$)
|
|
134
137
|
.build() {
|
|
135
138
|
}
|
|
136
139
|
|
|
137
|
-
class CancelExportTaskCommand extends
|
|
140
|
+
class CancelExportTaskCommand extends Command
|
|
138
141
|
.classBuilder()
|
|
139
142
|
.ep(commonParams)
|
|
140
143
|
.m(function (Command, cs, config, o) {
|
|
141
|
-
return [
|
|
144
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
142
145
|
})
|
|
143
146
|
.s("Logs_20140328", "CancelExportTask", {})
|
|
144
147
|
.n("CloudWatchLogsClient", "CancelExportTaskCommand")
|
|
145
|
-
.sc(
|
|
148
|
+
.sc(CancelExportTask$)
|
|
146
149
|
.build() {
|
|
147
150
|
}
|
|
148
151
|
|
|
149
|
-
class CancelImportTaskCommand extends
|
|
152
|
+
class CancelImportTaskCommand extends Command
|
|
150
153
|
.classBuilder()
|
|
151
154
|
.ep(commonParams)
|
|
152
155
|
.m(function (Command, cs, config, o) {
|
|
153
|
-
return [
|
|
156
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
154
157
|
})
|
|
155
158
|
.s("Logs_20140328", "CancelImportTask", {})
|
|
156
159
|
.n("CloudWatchLogsClient", "CancelImportTaskCommand")
|
|
157
|
-
.sc(
|
|
160
|
+
.sc(CancelImportTask$)
|
|
158
161
|
.build() {
|
|
159
162
|
}
|
|
160
163
|
|
|
161
|
-
class CreateDeliveryCommand extends
|
|
164
|
+
class CreateDeliveryCommand extends Command
|
|
162
165
|
.classBuilder()
|
|
163
166
|
.ep(commonParams)
|
|
164
167
|
.m(function (Command, cs, config, o) {
|
|
165
|
-
return [
|
|
168
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
166
169
|
})
|
|
167
170
|
.s("Logs_20140328", "CreateDelivery", {})
|
|
168
171
|
.n("CloudWatchLogsClient", "CreateDeliveryCommand")
|
|
169
|
-
.sc(
|
|
172
|
+
.sc(CreateDelivery$)
|
|
170
173
|
.build() {
|
|
171
174
|
}
|
|
172
175
|
|
|
173
|
-
class CreateExportTaskCommand extends
|
|
176
|
+
class CreateExportTaskCommand extends Command
|
|
174
177
|
.classBuilder()
|
|
175
178
|
.ep(commonParams)
|
|
176
179
|
.m(function (Command, cs, config, o) {
|
|
177
|
-
return [
|
|
180
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
178
181
|
})
|
|
179
182
|
.s("Logs_20140328", "CreateExportTask", {})
|
|
180
183
|
.n("CloudWatchLogsClient", "CreateExportTaskCommand")
|
|
181
|
-
.sc(
|
|
184
|
+
.sc(CreateExportTask$)
|
|
182
185
|
.build() {
|
|
183
186
|
}
|
|
184
187
|
|
|
185
|
-
class CreateImportTaskCommand extends
|
|
188
|
+
class CreateImportTaskCommand extends Command
|
|
186
189
|
.classBuilder()
|
|
187
190
|
.ep(commonParams)
|
|
188
191
|
.m(function (Command, cs, config, o) {
|
|
189
|
-
return [
|
|
192
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
190
193
|
})
|
|
191
194
|
.s("Logs_20140328", "CreateImportTask", {})
|
|
192
195
|
.n("CloudWatchLogsClient", "CreateImportTaskCommand")
|
|
193
|
-
.sc(
|
|
196
|
+
.sc(CreateImportTask$)
|
|
194
197
|
.build() {
|
|
195
198
|
}
|
|
196
199
|
|
|
197
|
-
class CreateLogAnomalyDetectorCommand extends
|
|
200
|
+
class CreateLogAnomalyDetectorCommand extends Command
|
|
198
201
|
.classBuilder()
|
|
199
202
|
.ep(commonParams)
|
|
200
203
|
.m(function (Command, cs, config, o) {
|
|
201
|
-
return [
|
|
204
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
202
205
|
})
|
|
203
206
|
.s("Logs_20140328", "CreateLogAnomalyDetector", {})
|
|
204
207
|
.n("CloudWatchLogsClient", "CreateLogAnomalyDetectorCommand")
|
|
205
|
-
.sc(
|
|
208
|
+
.sc(CreateLogAnomalyDetector$)
|
|
206
209
|
.build() {
|
|
207
210
|
}
|
|
208
211
|
|
|
209
|
-
class CreateLogGroupCommand extends
|
|
212
|
+
class CreateLogGroupCommand extends Command
|
|
210
213
|
.classBuilder()
|
|
211
214
|
.ep(commonParams)
|
|
212
215
|
.m(function (Command, cs, config, o) {
|
|
213
|
-
return [
|
|
216
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
214
217
|
})
|
|
215
218
|
.s("Logs_20140328", "CreateLogGroup", {})
|
|
216
219
|
.n("CloudWatchLogsClient", "CreateLogGroupCommand")
|
|
217
|
-
.sc(
|
|
220
|
+
.sc(CreateLogGroup$)
|
|
218
221
|
.build() {
|
|
219
222
|
}
|
|
220
223
|
|
|
221
|
-
class CreateLogStreamCommand extends
|
|
224
|
+
class CreateLogStreamCommand extends Command
|
|
222
225
|
.classBuilder()
|
|
223
226
|
.ep(commonParams)
|
|
224
227
|
.m(function (Command, cs, config, o) {
|
|
225
|
-
return [
|
|
228
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
226
229
|
})
|
|
227
230
|
.s("Logs_20140328", "CreateLogStream", {})
|
|
228
231
|
.n("CloudWatchLogsClient", "CreateLogStreamCommand")
|
|
229
|
-
.sc(
|
|
232
|
+
.sc(CreateLogStream$)
|
|
230
233
|
.build() {
|
|
231
234
|
}
|
|
232
235
|
|
|
233
|
-
class CreateLookupTableCommand extends
|
|
236
|
+
class CreateLookupTableCommand extends Command
|
|
234
237
|
.classBuilder()
|
|
235
238
|
.ep(commonParams)
|
|
236
239
|
.m(function (Command, cs, config, o) {
|
|
237
|
-
return [
|
|
240
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
238
241
|
})
|
|
239
242
|
.s("Logs_20140328", "CreateLookupTable", {})
|
|
240
243
|
.n("CloudWatchLogsClient", "CreateLookupTableCommand")
|
|
241
|
-
.sc(
|
|
244
|
+
.sc(CreateLookupTable$)
|
|
242
245
|
.build() {
|
|
243
246
|
}
|
|
244
247
|
|
|
245
|
-
class CreateScheduledQueryCommand extends
|
|
248
|
+
class CreateScheduledQueryCommand extends Command
|
|
246
249
|
.classBuilder()
|
|
247
250
|
.ep(commonParams)
|
|
248
251
|
.m(function (Command, cs, config, o) {
|
|
249
|
-
return [
|
|
252
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
250
253
|
})
|
|
251
254
|
.s("Logs_20140328", "CreateScheduledQuery", {})
|
|
252
255
|
.n("CloudWatchLogsClient", "CreateScheduledQueryCommand")
|
|
253
|
-
.sc(
|
|
256
|
+
.sc(CreateScheduledQuery$)
|
|
254
257
|
.build() {
|
|
255
258
|
}
|
|
256
259
|
|
|
257
|
-
class DeleteAccountPolicyCommand extends
|
|
260
|
+
class DeleteAccountPolicyCommand extends Command
|
|
258
261
|
.classBuilder()
|
|
259
262
|
.ep(commonParams)
|
|
260
263
|
.m(function (Command, cs, config, o) {
|
|
261
|
-
return [
|
|
264
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
262
265
|
})
|
|
263
266
|
.s("Logs_20140328", "DeleteAccountPolicy", {})
|
|
264
267
|
.n("CloudWatchLogsClient", "DeleteAccountPolicyCommand")
|
|
265
|
-
.sc(
|
|
268
|
+
.sc(DeleteAccountPolicy$)
|
|
266
269
|
.build() {
|
|
267
270
|
}
|
|
268
271
|
|
|
269
|
-
class DeleteDataProtectionPolicyCommand extends
|
|
272
|
+
class DeleteDataProtectionPolicyCommand extends Command
|
|
270
273
|
.classBuilder()
|
|
271
274
|
.ep(commonParams)
|
|
272
275
|
.m(function (Command, cs, config, o) {
|
|
273
|
-
return [
|
|
276
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
274
277
|
})
|
|
275
278
|
.s("Logs_20140328", "DeleteDataProtectionPolicy", {})
|
|
276
279
|
.n("CloudWatchLogsClient", "DeleteDataProtectionPolicyCommand")
|
|
277
|
-
.sc(
|
|
280
|
+
.sc(DeleteDataProtectionPolicy$)
|
|
278
281
|
.build() {
|
|
279
282
|
}
|
|
280
283
|
|
|
281
|
-
class DeleteDeliveryCommand extends
|
|
284
|
+
class DeleteDeliveryCommand extends Command
|
|
282
285
|
.classBuilder()
|
|
283
286
|
.ep(commonParams)
|
|
284
287
|
.m(function (Command, cs, config, o) {
|
|
285
|
-
return [
|
|
288
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
286
289
|
})
|
|
287
290
|
.s("Logs_20140328", "DeleteDelivery", {})
|
|
288
291
|
.n("CloudWatchLogsClient", "DeleteDeliveryCommand")
|
|
289
|
-
.sc(
|
|
292
|
+
.sc(DeleteDelivery$)
|
|
290
293
|
.build() {
|
|
291
294
|
}
|
|
292
295
|
|
|
293
|
-
class DeleteDeliveryDestinationCommand extends
|
|
296
|
+
class DeleteDeliveryDestinationCommand extends Command
|
|
294
297
|
.classBuilder()
|
|
295
298
|
.ep(commonParams)
|
|
296
299
|
.m(function (Command, cs, config, o) {
|
|
297
|
-
return [
|
|
300
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
298
301
|
})
|
|
299
302
|
.s("Logs_20140328", "DeleteDeliveryDestination", {})
|
|
300
303
|
.n("CloudWatchLogsClient", "DeleteDeliveryDestinationCommand")
|
|
301
|
-
.sc(
|
|
304
|
+
.sc(DeleteDeliveryDestination$)
|
|
302
305
|
.build() {
|
|
303
306
|
}
|
|
304
307
|
|
|
305
|
-
class DeleteDeliveryDestinationPolicyCommand extends
|
|
308
|
+
class DeleteDeliveryDestinationPolicyCommand extends Command
|
|
306
309
|
.classBuilder()
|
|
307
310
|
.ep(commonParams)
|
|
308
311
|
.m(function (Command, cs, config, o) {
|
|
309
|
-
return [
|
|
312
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
310
313
|
})
|
|
311
314
|
.s("Logs_20140328", "DeleteDeliveryDestinationPolicy", {})
|
|
312
315
|
.n("CloudWatchLogsClient", "DeleteDeliveryDestinationPolicyCommand")
|
|
313
|
-
.sc(
|
|
316
|
+
.sc(DeleteDeliveryDestinationPolicy$)
|
|
314
317
|
.build() {
|
|
315
318
|
}
|
|
316
319
|
|
|
317
|
-
class DeleteDeliverySourceCommand extends
|
|
320
|
+
class DeleteDeliverySourceCommand extends Command
|
|
318
321
|
.classBuilder()
|
|
319
322
|
.ep(commonParams)
|
|
320
323
|
.m(function (Command, cs, config, o) {
|
|
321
|
-
return [
|
|
324
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
322
325
|
})
|
|
323
326
|
.s("Logs_20140328", "DeleteDeliverySource", {})
|
|
324
327
|
.n("CloudWatchLogsClient", "DeleteDeliverySourceCommand")
|
|
325
|
-
.sc(
|
|
328
|
+
.sc(DeleteDeliverySource$)
|
|
326
329
|
.build() {
|
|
327
330
|
}
|
|
328
331
|
|
|
329
|
-
class DeleteDestinationCommand extends
|
|
332
|
+
class DeleteDestinationCommand extends Command
|
|
330
333
|
.classBuilder()
|
|
331
334
|
.ep(commonParams)
|
|
332
335
|
.m(function (Command, cs, config, o) {
|
|
333
|
-
return [
|
|
336
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
334
337
|
})
|
|
335
338
|
.s("Logs_20140328", "DeleteDestination", {})
|
|
336
339
|
.n("CloudWatchLogsClient", "DeleteDestinationCommand")
|
|
337
|
-
.sc(
|
|
340
|
+
.sc(DeleteDestination$)
|
|
338
341
|
.build() {
|
|
339
342
|
}
|
|
340
343
|
|
|
341
|
-
class DeleteIndexPolicyCommand extends
|
|
344
|
+
class DeleteIndexPolicyCommand extends Command
|
|
342
345
|
.classBuilder()
|
|
343
346
|
.ep(commonParams)
|
|
344
347
|
.m(function (Command, cs, config, o) {
|
|
345
|
-
return [
|
|
348
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
346
349
|
})
|
|
347
350
|
.s("Logs_20140328", "DeleteIndexPolicy", {})
|
|
348
351
|
.n("CloudWatchLogsClient", "DeleteIndexPolicyCommand")
|
|
349
|
-
.sc(
|
|
352
|
+
.sc(DeleteIndexPolicy$)
|
|
350
353
|
.build() {
|
|
351
354
|
}
|
|
352
355
|
|
|
353
|
-
class DeleteIntegrationCommand extends
|
|
356
|
+
class DeleteIntegrationCommand extends Command
|
|
354
357
|
.classBuilder()
|
|
355
358
|
.ep(commonParams)
|
|
356
359
|
.m(function (Command, cs, config, o) {
|
|
357
|
-
return [
|
|
360
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
358
361
|
})
|
|
359
362
|
.s("Logs_20140328", "DeleteIntegration", {})
|
|
360
363
|
.n("CloudWatchLogsClient", "DeleteIntegrationCommand")
|
|
361
|
-
.sc(
|
|
364
|
+
.sc(DeleteIntegration$)
|
|
362
365
|
.build() {
|
|
363
366
|
}
|
|
364
367
|
|
|
365
|
-
class DeleteLogAnomalyDetectorCommand extends
|
|
368
|
+
class DeleteLogAnomalyDetectorCommand extends Command
|
|
366
369
|
.classBuilder()
|
|
367
370
|
.ep(commonParams)
|
|
368
371
|
.m(function (Command, cs, config, o) {
|
|
369
|
-
return [
|
|
372
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
370
373
|
})
|
|
371
374
|
.s("Logs_20140328", "DeleteLogAnomalyDetector", {})
|
|
372
375
|
.n("CloudWatchLogsClient", "DeleteLogAnomalyDetectorCommand")
|
|
373
|
-
.sc(
|
|
376
|
+
.sc(DeleteLogAnomalyDetector$)
|
|
374
377
|
.build() {
|
|
375
378
|
}
|
|
376
379
|
|
|
377
|
-
class DeleteLogGroupCommand extends
|
|
380
|
+
class DeleteLogGroupCommand extends Command
|
|
378
381
|
.classBuilder()
|
|
379
382
|
.ep(commonParams)
|
|
380
383
|
.m(function (Command, cs, config, o) {
|
|
381
|
-
return [
|
|
384
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
382
385
|
})
|
|
383
386
|
.s("Logs_20140328", "DeleteLogGroup", {})
|
|
384
387
|
.n("CloudWatchLogsClient", "DeleteLogGroupCommand")
|
|
385
|
-
.sc(
|
|
388
|
+
.sc(DeleteLogGroup$)
|
|
386
389
|
.build() {
|
|
387
390
|
}
|
|
388
391
|
|
|
389
|
-
class DeleteLogStreamCommand extends
|
|
392
|
+
class DeleteLogStreamCommand extends Command
|
|
390
393
|
.classBuilder()
|
|
391
394
|
.ep(commonParams)
|
|
392
395
|
.m(function (Command, cs, config, o) {
|
|
393
|
-
return [
|
|
396
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
394
397
|
})
|
|
395
398
|
.s("Logs_20140328", "DeleteLogStream", {})
|
|
396
399
|
.n("CloudWatchLogsClient", "DeleteLogStreamCommand")
|
|
397
|
-
.sc(
|
|
400
|
+
.sc(DeleteLogStream$)
|
|
398
401
|
.build() {
|
|
399
402
|
}
|
|
400
403
|
|
|
401
|
-
class DeleteLookupTableCommand extends
|
|
404
|
+
class DeleteLookupTableCommand extends Command
|
|
402
405
|
.classBuilder()
|
|
403
406
|
.ep(commonParams)
|
|
404
407
|
.m(function (Command, cs, config, o) {
|
|
405
|
-
return [
|
|
408
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
406
409
|
})
|
|
407
410
|
.s("Logs_20140328", "DeleteLookupTable", {})
|
|
408
411
|
.n("CloudWatchLogsClient", "DeleteLookupTableCommand")
|
|
409
|
-
.sc(
|
|
412
|
+
.sc(DeleteLookupTable$)
|
|
410
413
|
.build() {
|
|
411
414
|
}
|
|
412
415
|
|
|
413
|
-
class DeleteMetricFilterCommand extends
|
|
416
|
+
class DeleteMetricFilterCommand extends Command
|
|
414
417
|
.classBuilder()
|
|
415
418
|
.ep(commonParams)
|
|
416
419
|
.m(function (Command, cs, config, o) {
|
|
417
|
-
return [
|
|
420
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
418
421
|
})
|
|
419
422
|
.s("Logs_20140328", "DeleteMetricFilter", {})
|
|
420
423
|
.n("CloudWatchLogsClient", "DeleteMetricFilterCommand")
|
|
421
|
-
.sc(
|
|
424
|
+
.sc(DeleteMetricFilter$)
|
|
422
425
|
.build() {
|
|
423
426
|
}
|
|
424
427
|
|
|
425
|
-
class DeleteQueryDefinitionCommand extends
|
|
428
|
+
class DeleteQueryDefinitionCommand extends Command
|
|
426
429
|
.classBuilder()
|
|
427
430
|
.ep(commonParams)
|
|
428
431
|
.m(function (Command, cs, config, o) {
|
|
429
|
-
return [
|
|
432
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
430
433
|
})
|
|
431
434
|
.s("Logs_20140328", "DeleteQueryDefinition", {})
|
|
432
435
|
.n("CloudWatchLogsClient", "DeleteQueryDefinitionCommand")
|
|
433
|
-
.sc(
|
|
436
|
+
.sc(DeleteQueryDefinition$)
|
|
434
437
|
.build() {
|
|
435
438
|
}
|
|
436
439
|
|
|
437
|
-
class DeleteResourcePolicyCommand extends
|
|
440
|
+
class DeleteResourcePolicyCommand extends Command
|
|
438
441
|
.classBuilder()
|
|
439
442
|
.ep(commonParams)
|
|
440
443
|
.m(function (Command, cs, config, o) {
|
|
441
|
-
return [
|
|
444
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
442
445
|
})
|
|
443
446
|
.s("Logs_20140328", "DeleteResourcePolicy", {})
|
|
444
447
|
.n("CloudWatchLogsClient", "DeleteResourcePolicyCommand")
|
|
445
|
-
.sc(
|
|
448
|
+
.sc(DeleteResourcePolicy$)
|
|
446
449
|
.build() {
|
|
447
450
|
}
|
|
448
451
|
|
|
449
|
-
class DeleteRetentionPolicyCommand extends
|
|
452
|
+
class DeleteRetentionPolicyCommand extends Command
|
|
450
453
|
.classBuilder()
|
|
451
454
|
.ep(commonParams)
|
|
452
455
|
.m(function (Command, cs, config, o) {
|
|
453
|
-
return [
|
|
456
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
454
457
|
})
|
|
455
458
|
.s("Logs_20140328", "DeleteRetentionPolicy", {})
|
|
456
459
|
.n("CloudWatchLogsClient", "DeleteRetentionPolicyCommand")
|
|
457
|
-
.sc(
|
|
460
|
+
.sc(DeleteRetentionPolicy$)
|
|
458
461
|
.build() {
|
|
459
462
|
}
|
|
460
463
|
|
|
461
|
-
class DeleteScheduledQueryCommand extends
|
|
464
|
+
class DeleteScheduledQueryCommand extends Command
|
|
462
465
|
.classBuilder()
|
|
463
466
|
.ep(commonParams)
|
|
464
467
|
.m(function (Command, cs, config, o) {
|
|
465
|
-
return [
|
|
468
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
466
469
|
})
|
|
467
470
|
.s("Logs_20140328", "DeleteScheduledQuery", {})
|
|
468
471
|
.n("CloudWatchLogsClient", "DeleteScheduledQueryCommand")
|
|
469
|
-
.sc(
|
|
472
|
+
.sc(DeleteScheduledQuery$)
|
|
470
473
|
.build() {
|
|
471
474
|
}
|
|
472
475
|
|
|
473
|
-
class DeleteSubscriptionFilterCommand extends
|
|
476
|
+
class DeleteSubscriptionFilterCommand extends Command
|
|
474
477
|
.classBuilder()
|
|
475
478
|
.ep(commonParams)
|
|
476
479
|
.m(function (Command, cs, config, o) {
|
|
477
|
-
return [
|
|
480
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
478
481
|
})
|
|
479
482
|
.s("Logs_20140328", "DeleteSubscriptionFilter", {})
|
|
480
483
|
.n("CloudWatchLogsClient", "DeleteSubscriptionFilterCommand")
|
|
481
|
-
.sc(
|
|
484
|
+
.sc(DeleteSubscriptionFilter$)
|
|
482
485
|
.build() {
|
|
483
486
|
}
|
|
484
487
|
|
|
485
|
-
class DeleteTransformerCommand extends
|
|
488
|
+
class DeleteTransformerCommand extends Command
|
|
486
489
|
.classBuilder()
|
|
487
490
|
.ep(commonParams)
|
|
488
491
|
.m(function (Command, cs, config, o) {
|
|
489
|
-
return [
|
|
492
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
490
493
|
})
|
|
491
494
|
.s("Logs_20140328", "DeleteTransformer", {})
|
|
492
495
|
.n("CloudWatchLogsClient", "DeleteTransformerCommand")
|
|
493
|
-
.sc(
|
|
496
|
+
.sc(DeleteTransformer$)
|
|
494
497
|
.build() {
|
|
495
498
|
}
|
|
496
499
|
|
|
497
|
-
class DescribeAccountPoliciesCommand extends
|
|
500
|
+
class DescribeAccountPoliciesCommand extends Command
|
|
498
501
|
.classBuilder()
|
|
499
502
|
.ep(commonParams)
|
|
500
503
|
.m(function (Command, cs, config, o) {
|
|
501
|
-
return [
|
|
504
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
502
505
|
})
|
|
503
506
|
.s("Logs_20140328", "DescribeAccountPolicies", {})
|
|
504
507
|
.n("CloudWatchLogsClient", "DescribeAccountPoliciesCommand")
|
|
505
|
-
.sc(
|
|
508
|
+
.sc(DescribeAccountPolicies$)
|
|
506
509
|
.build() {
|
|
507
510
|
}
|
|
508
511
|
|
|
509
|
-
class DescribeConfigurationTemplatesCommand extends
|
|
512
|
+
class DescribeConfigurationTemplatesCommand extends Command
|
|
510
513
|
.classBuilder()
|
|
511
514
|
.ep(commonParams)
|
|
512
515
|
.m(function (Command, cs, config, o) {
|
|
513
|
-
return [
|
|
516
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
514
517
|
})
|
|
515
518
|
.s("Logs_20140328", "DescribeConfigurationTemplates", {})
|
|
516
519
|
.n("CloudWatchLogsClient", "DescribeConfigurationTemplatesCommand")
|
|
517
|
-
.sc(
|
|
520
|
+
.sc(DescribeConfigurationTemplates$)
|
|
518
521
|
.build() {
|
|
519
522
|
}
|
|
520
523
|
|
|
521
|
-
class DescribeDeliveriesCommand extends
|
|
524
|
+
class DescribeDeliveriesCommand extends Command
|
|
522
525
|
.classBuilder()
|
|
523
526
|
.ep(commonParams)
|
|
524
527
|
.m(function (Command, cs, config, o) {
|
|
525
|
-
return [
|
|
528
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
526
529
|
})
|
|
527
530
|
.s("Logs_20140328", "DescribeDeliveries", {})
|
|
528
531
|
.n("CloudWatchLogsClient", "DescribeDeliveriesCommand")
|
|
529
|
-
.sc(
|
|
532
|
+
.sc(DescribeDeliveries$)
|
|
530
533
|
.build() {
|
|
531
534
|
}
|
|
532
535
|
|
|
533
|
-
class DescribeDeliveryDestinationsCommand extends
|
|
536
|
+
class DescribeDeliveryDestinationsCommand extends Command
|
|
534
537
|
.classBuilder()
|
|
535
538
|
.ep(commonParams)
|
|
536
539
|
.m(function (Command, cs, config, o) {
|
|
537
|
-
return [
|
|
540
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
538
541
|
})
|
|
539
542
|
.s("Logs_20140328", "DescribeDeliveryDestinations", {})
|
|
540
543
|
.n("CloudWatchLogsClient", "DescribeDeliveryDestinationsCommand")
|
|
541
|
-
.sc(
|
|
544
|
+
.sc(DescribeDeliveryDestinations$)
|
|
542
545
|
.build() {
|
|
543
546
|
}
|
|
544
547
|
|
|
545
|
-
class DescribeDeliverySourcesCommand extends
|
|
548
|
+
class DescribeDeliverySourcesCommand extends Command
|
|
546
549
|
.classBuilder()
|
|
547
550
|
.ep(commonParams)
|
|
548
551
|
.m(function (Command, cs, config, o) {
|
|
549
|
-
return [
|
|
552
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
550
553
|
})
|
|
551
554
|
.s("Logs_20140328", "DescribeDeliverySources", {})
|
|
552
555
|
.n("CloudWatchLogsClient", "DescribeDeliverySourcesCommand")
|
|
553
|
-
.sc(
|
|
556
|
+
.sc(DescribeDeliverySources$)
|
|
554
557
|
.build() {
|
|
555
558
|
}
|
|
556
559
|
|
|
557
|
-
class DescribeDestinationsCommand extends
|
|
560
|
+
class DescribeDestinationsCommand extends Command
|
|
558
561
|
.classBuilder()
|
|
559
562
|
.ep(commonParams)
|
|
560
563
|
.m(function (Command, cs, config, o) {
|
|
561
|
-
return [
|
|
564
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
562
565
|
})
|
|
563
566
|
.s("Logs_20140328", "DescribeDestinations", {})
|
|
564
567
|
.n("CloudWatchLogsClient", "DescribeDestinationsCommand")
|
|
565
|
-
.sc(
|
|
568
|
+
.sc(DescribeDestinations$)
|
|
566
569
|
.build() {
|
|
567
570
|
}
|
|
568
571
|
|
|
569
|
-
class DescribeExportTasksCommand extends
|
|
572
|
+
class DescribeExportTasksCommand extends Command
|
|
570
573
|
.classBuilder()
|
|
571
574
|
.ep(commonParams)
|
|
572
575
|
.m(function (Command, cs, config, o) {
|
|
573
|
-
return [
|
|
576
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
574
577
|
})
|
|
575
578
|
.s("Logs_20140328", "DescribeExportTasks", {})
|
|
576
579
|
.n("CloudWatchLogsClient", "DescribeExportTasksCommand")
|
|
577
|
-
.sc(
|
|
580
|
+
.sc(DescribeExportTasks$)
|
|
578
581
|
.build() {
|
|
579
582
|
}
|
|
580
583
|
|
|
581
|
-
class DescribeFieldIndexesCommand extends
|
|
584
|
+
class DescribeFieldIndexesCommand extends Command
|
|
582
585
|
.classBuilder()
|
|
583
586
|
.ep(commonParams)
|
|
584
587
|
.m(function (Command, cs, config, o) {
|
|
585
|
-
return [
|
|
588
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
586
589
|
})
|
|
587
590
|
.s("Logs_20140328", "DescribeFieldIndexes", {})
|
|
588
591
|
.n("CloudWatchLogsClient", "DescribeFieldIndexesCommand")
|
|
589
|
-
.sc(
|
|
592
|
+
.sc(DescribeFieldIndexes$)
|
|
590
593
|
.build() {
|
|
591
594
|
}
|
|
592
595
|
|
|
593
|
-
class DescribeImportTaskBatchesCommand extends
|
|
596
|
+
class DescribeImportTaskBatchesCommand extends Command
|
|
594
597
|
.classBuilder()
|
|
595
598
|
.ep(commonParams)
|
|
596
599
|
.m(function (Command, cs, config, o) {
|
|
597
|
-
return [
|
|
600
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
598
601
|
})
|
|
599
602
|
.s("Logs_20140328", "DescribeImportTaskBatches", {})
|
|
600
603
|
.n("CloudWatchLogsClient", "DescribeImportTaskBatchesCommand")
|
|
601
|
-
.sc(
|
|
604
|
+
.sc(DescribeImportTaskBatches$)
|
|
602
605
|
.build() {
|
|
603
606
|
}
|
|
604
607
|
|
|
605
|
-
class DescribeImportTasksCommand extends
|
|
608
|
+
class DescribeImportTasksCommand extends Command
|
|
606
609
|
.classBuilder()
|
|
607
610
|
.ep(commonParams)
|
|
608
611
|
.m(function (Command, cs, config, o) {
|
|
609
|
-
return [
|
|
612
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
610
613
|
})
|
|
611
614
|
.s("Logs_20140328", "DescribeImportTasks", {})
|
|
612
615
|
.n("CloudWatchLogsClient", "DescribeImportTasksCommand")
|
|
613
|
-
.sc(
|
|
616
|
+
.sc(DescribeImportTasks$)
|
|
614
617
|
.build() {
|
|
615
618
|
}
|
|
616
619
|
|
|
617
|
-
class DescribeIndexPoliciesCommand extends
|
|
620
|
+
class DescribeIndexPoliciesCommand extends Command
|
|
618
621
|
.classBuilder()
|
|
619
622
|
.ep(commonParams)
|
|
620
623
|
.m(function (Command, cs, config, o) {
|
|
621
|
-
return [
|
|
624
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
622
625
|
})
|
|
623
626
|
.s("Logs_20140328", "DescribeIndexPolicies", {})
|
|
624
627
|
.n("CloudWatchLogsClient", "DescribeIndexPoliciesCommand")
|
|
625
|
-
.sc(
|
|
628
|
+
.sc(DescribeIndexPolicies$)
|
|
626
629
|
.build() {
|
|
627
630
|
}
|
|
628
631
|
|
|
629
|
-
class DescribeLogGroupsCommand extends
|
|
632
|
+
class DescribeLogGroupsCommand extends Command
|
|
630
633
|
.classBuilder()
|
|
631
634
|
.ep(commonParams)
|
|
632
635
|
.m(function (Command, cs, config, o) {
|
|
633
|
-
return [
|
|
636
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
634
637
|
})
|
|
635
638
|
.s("Logs_20140328", "DescribeLogGroups", {})
|
|
636
639
|
.n("CloudWatchLogsClient", "DescribeLogGroupsCommand")
|
|
637
|
-
.sc(
|
|
640
|
+
.sc(DescribeLogGroups$)
|
|
638
641
|
.build() {
|
|
639
642
|
}
|
|
640
643
|
|
|
641
|
-
class DescribeLogStreamsCommand extends
|
|
644
|
+
class DescribeLogStreamsCommand extends Command
|
|
642
645
|
.classBuilder()
|
|
643
646
|
.ep(commonParams)
|
|
644
647
|
.m(function (Command, cs, config, o) {
|
|
645
|
-
return [
|
|
648
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
646
649
|
})
|
|
647
650
|
.s("Logs_20140328", "DescribeLogStreams", {})
|
|
648
651
|
.n("CloudWatchLogsClient", "DescribeLogStreamsCommand")
|
|
649
|
-
.sc(
|
|
652
|
+
.sc(DescribeLogStreams$)
|
|
650
653
|
.build() {
|
|
651
654
|
}
|
|
652
655
|
|
|
653
|
-
class DescribeLookupTablesCommand extends
|
|
656
|
+
class DescribeLookupTablesCommand extends Command
|
|
654
657
|
.classBuilder()
|
|
655
658
|
.ep(commonParams)
|
|
656
659
|
.m(function (Command, cs, config, o) {
|
|
657
|
-
return [
|
|
660
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
658
661
|
})
|
|
659
662
|
.s("Logs_20140328", "DescribeLookupTables", {})
|
|
660
663
|
.n("CloudWatchLogsClient", "DescribeLookupTablesCommand")
|
|
661
|
-
.sc(
|
|
664
|
+
.sc(DescribeLookupTables$)
|
|
662
665
|
.build() {
|
|
663
666
|
}
|
|
664
667
|
|
|
665
|
-
class DescribeMetricFiltersCommand extends
|
|
668
|
+
class DescribeMetricFiltersCommand extends Command
|
|
666
669
|
.classBuilder()
|
|
667
670
|
.ep(commonParams)
|
|
668
671
|
.m(function (Command, cs, config, o) {
|
|
669
|
-
return [
|
|
672
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
670
673
|
})
|
|
671
674
|
.s("Logs_20140328", "DescribeMetricFilters", {})
|
|
672
675
|
.n("CloudWatchLogsClient", "DescribeMetricFiltersCommand")
|
|
673
|
-
.sc(
|
|
676
|
+
.sc(DescribeMetricFilters$)
|
|
674
677
|
.build() {
|
|
675
678
|
}
|
|
676
679
|
|
|
677
|
-
class DescribeQueriesCommand extends
|
|
680
|
+
class DescribeQueriesCommand extends Command
|
|
678
681
|
.classBuilder()
|
|
679
682
|
.ep(commonParams)
|
|
680
683
|
.m(function (Command, cs, config, o) {
|
|
681
|
-
return [
|
|
684
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
682
685
|
})
|
|
683
686
|
.s("Logs_20140328", "DescribeQueries", {})
|
|
684
687
|
.n("CloudWatchLogsClient", "DescribeQueriesCommand")
|
|
685
|
-
.sc(
|
|
688
|
+
.sc(DescribeQueries$)
|
|
686
689
|
.build() {
|
|
687
690
|
}
|
|
688
691
|
|
|
689
|
-
class DescribeQueryDefinitionsCommand extends
|
|
692
|
+
class DescribeQueryDefinitionsCommand extends Command
|
|
690
693
|
.classBuilder()
|
|
691
694
|
.ep(commonParams)
|
|
692
695
|
.m(function (Command, cs, config, o) {
|
|
693
|
-
return [
|
|
696
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
694
697
|
})
|
|
695
698
|
.s("Logs_20140328", "DescribeQueryDefinitions", {})
|
|
696
699
|
.n("CloudWatchLogsClient", "DescribeQueryDefinitionsCommand")
|
|
697
|
-
.sc(
|
|
700
|
+
.sc(DescribeQueryDefinitions$)
|
|
698
701
|
.build() {
|
|
699
702
|
}
|
|
700
703
|
|
|
701
|
-
class DescribeResourcePoliciesCommand extends
|
|
704
|
+
class DescribeResourcePoliciesCommand extends Command
|
|
702
705
|
.classBuilder()
|
|
703
706
|
.ep(commonParams)
|
|
704
707
|
.m(function (Command, cs, config, o) {
|
|
705
|
-
return [
|
|
708
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
706
709
|
})
|
|
707
710
|
.s("Logs_20140328", "DescribeResourcePolicies", {})
|
|
708
711
|
.n("CloudWatchLogsClient", "DescribeResourcePoliciesCommand")
|
|
709
|
-
.sc(
|
|
712
|
+
.sc(DescribeResourcePolicies$)
|
|
710
713
|
.build() {
|
|
711
714
|
}
|
|
712
715
|
|
|
713
|
-
class DescribeSubscriptionFiltersCommand extends
|
|
716
|
+
class DescribeSubscriptionFiltersCommand extends Command
|
|
714
717
|
.classBuilder()
|
|
715
718
|
.ep(commonParams)
|
|
716
719
|
.m(function (Command, cs, config, o) {
|
|
717
|
-
return [
|
|
720
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
718
721
|
})
|
|
719
722
|
.s("Logs_20140328", "DescribeSubscriptionFilters", {})
|
|
720
723
|
.n("CloudWatchLogsClient", "DescribeSubscriptionFiltersCommand")
|
|
721
|
-
.sc(
|
|
724
|
+
.sc(DescribeSubscriptionFilters$)
|
|
722
725
|
.build() {
|
|
723
726
|
}
|
|
724
727
|
|
|
725
|
-
class DisassociateKmsKeyCommand extends
|
|
728
|
+
class DisassociateKmsKeyCommand extends Command
|
|
726
729
|
.classBuilder()
|
|
727
730
|
.ep(commonParams)
|
|
728
731
|
.m(function (Command, cs, config, o) {
|
|
729
|
-
return [
|
|
732
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
730
733
|
})
|
|
731
734
|
.s("Logs_20140328", "DisassociateKmsKey", {})
|
|
732
735
|
.n("CloudWatchLogsClient", "DisassociateKmsKeyCommand")
|
|
733
|
-
.sc(
|
|
736
|
+
.sc(DisassociateKmsKey$)
|
|
734
737
|
.build() {
|
|
735
738
|
}
|
|
736
739
|
|
|
737
|
-
class DisassociateSourceFromS3TableIntegrationCommand extends
|
|
740
|
+
class DisassociateSourceFromS3TableIntegrationCommand extends Command
|
|
738
741
|
.classBuilder()
|
|
739
742
|
.ep(commonParams)
|
|
740
743
|
.m(function (Command, cs, config, o) {
|
|
741
|
-
return [
|
|
744
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
742
745
|
})
|
|
743
746
|
.s("Logs_20140328", "DisassociateSourceFromS3TableIntegration", {})
|
|
744
747
|
.n("CloudWatchLogsClient", "DisassociateSourceFromS3TableIntegrationCommand")
|
|
745
|
-
.sc(
|
|
748
|
+
.sc(DisassociateSourceFromS3TableIntegration$)
|
|
746
749
|
.build() {
|
|
747
750
|
}
|
|
748
751
|
|
|
749
|
-
class FilterLogEventsCommand extends
|
|
752
|
+
class FilterLogEventsCommand extends Command
|
|
750
753
|
.classBuilder()
|
|
751
754
|
.ep(commonParams)
|
|
752
755
|
.m(function (Command, cs, config, o) {
|
|
753
|
-
return [
|
|
756
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
754
757
|
})
|
|
755
758
|
.s("Logs_20140328", "FilterLogEvents", {})
|
|
756
759
|
.n("CloudWatchLogsClient", "FilterLogEventsCommand")
|
|
757
|
-
.sc(
|
|
760
|
+
.sc(FilterLogEvents$)
|
|
758
761
|
.build() {
|
|
759
762
|
}
|
|
760
763
|
|
|
761
|
-
class GetDataProtectionPolicyCommand extends
|
|
764
|
+
class GetDataProtectionPolicyCommand extends Command
|
|
762
765
|
.classBuilder()
|
|
763
766
|
.ep(commonParams)
|
|
764
767
|
.m(function (Command, cs, config, o) {
|
|
765
|
-
return [
|
|
768
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
766
769
|
})
|
|
767
770
|
.s("Logs_20140328", "GetDataProtectionPolicy", {})
|
|
768
771
|
.n("CloudWatchLogsClient", "GetDataProtectionPolicyCommand")
|
|
769
|
-
.sc(
|
|
772
|
+
.sc(GetDataProtectionPolicy$)
|
|
770
773
|
.build() {
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
class GetDeliveryCommand extends
|
|
776
|
+
class GetDeliveryCommand extends Command
|
|
774
777
|
.classBuilder()
|
|
775
778
|
.ep(commonParams)
|
|
776
779
|
.m(function (Command, cs, config, o) {
|
|
777
|
-
return [
|
|
780
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
778
781
|
})
|
|
779
782
|
.s("Logs_20140328", "GetDelivery", {})
|
|
780
783
|
.n("CloudWatchLogsClient", "GetDeliveryCommand")
|
|
781
|
-
.sc(
|
|
784
|
+
.sc(GetDelivery$)
|
|
782
785
|
.build() {
|
|
783
786
|
}
|
|
784
787
|
|
|
785
|
-
class GetDeliveryDestinationCommand extends
|
|
788
|
+
class GetDeliveryDestinationCommand extends Command
|
|
786
789
|
.classBuilder()
|
|
787
790
|
.ep(commonParams)
|
|
788
791
|
.m(function (Command, cs, config, o) {
|
|
789
|
-
return [
|
|
792
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
790
793
|
})
|
|
791
794
|
.s("Logs_20140328", "GetDeliveryDestination", {})
|
|
792
795
|
.n("CloudWatchLogsClient", "GetDeliveryDestinationCommand")
|
|
793
|
-
.sc(
|
|
796
|
+
.sc(GetDeliveryDestination$)
|
|
794
797
|
.build() {
|
|
795
798
|
}
|
|
796
799
|
|
|
797
|
-
class GetDeliveryDestinationPolicyCommand extends
|
|
800
|
+
class GetDeliveryDestinationPolicyCommand extends Command
|
|
798
801
|
.classBuilder()
|
|
799
802
|
.ep(commonParams)
|
|
800
803
|
.m(function (Command, cs, config, o) {
|
|
801
|
-
return [
|
|
804
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
802
805
|
})
|
|
803
806
|
.s("Logs_20140328", "GetDeliveryDestinationPolicy", {})
|
|
804
807
|
.n("CloudWatchLogsClient", "GetDeliveryDestinationPolicyCommand")
|
|
805
|
-
.sc(
|
|
808
|
+
.sc(GetDeliveryDestinationPolicy$)
|
|
806
809
|
.build() {
|
|
807
810
|
}
|
|
808
811
|
|
|
809
|
-
class GetDeliverySourceCommand extends
|
|
812
|
+
class GetDeliverySourceCommand extends Command
|
|
810
813
|
.classBuilder()
|
|
811
814
|
.ep(commonParams)
|
|
812
815
|
.m(function (Command, cs, config, o) {
|
|
813
|
-
return [
|
|
816
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
814
817
|
})
|
|
815
818
|
.s("Logs_20140328", "GetDeliverySource", {})
|
|
816
819
|
.n("CloudWatchLogsClient", "GetDeliverySourceCommand")
|
|
817
|
-
.sc(
|
|
820
|
+
.sc(GetDeliverySource$)
|
|
818
821
|
.build() {
|
|
819
822
|
}
|
|
820
823
|
|
|
821
|
-
class GetIntegrationCommand extends
|
|
824
|
+
class GetIntegrationCommand extends Command
|
|
822
825
|
.classBuilder()
|
|
823
826
|
.ep(commonParams)
|
|
824
827
|
.m(function (Command, cs, config, o) {
|
|
825
|
-
return [
|
|
828
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
826
829
|
})
|
|
827
830
|
.s("Logs_20140328", "GetIntegration", {})
|
|
828
831
|
.n("CloudWatchLogsClient", "GetIntegrationCommand")
|
|
829
|
-
.sc(
|
|
832
|
+
.sc(GetIntegration$)
|
|
830
833
|
.build() {
|
|
831
834
|
}
|
|
832
835
|
|
|
833
|
-
class GetLogAnomalyDetectorCommand extends
|
|
836
|
+
class GetLogAnomalyDetectorCommand extends Command
|
|
834
837
|
.classBuilder()
|
|
835
838
|
.ep(commonParams)
|
|
836
839
|
.m(function (Command, cs, config, o) {
|
|
837
|
-
return [
|
|
840
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
838
841
|
})
|
|
839
842
|
.s("Logs_20140328", "GetLogAnomalyDetector", {})
|
|
840
843
|
.n("CloudWatchLogsClient", "GetLogAnomalyDetectorCommand")
|
|
841
|
-
.sc(
|
|
844
|
+
.sc(GetLogAnomalyDetector$)
|
|
842
845
|
.build() {
|
|
843
846
|
}
|
|
844
847
|
|
|
845
|
-
class GetLogEventsCommand extends
|
|
848
|
+
class GetLogEventsCommand extends Command
|
|
846
849
|
.classBuilder()
|
|
847
850
|
.ep(commonParams)
|
|
848
851
|
.m(function (Command, cs, config, o) {
|
|
849
|
-
return [
|
|
852
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
850
853
|
})
|
|
851
854
|
.s("Logs_20140328", "GetLogEvents", {})
|
|
852
855
|
.n("CloudWatchLogsClient", "GetLogEventsCommand")
|
|
853
|
-
.sc(
|
|
856
|
+
.sc(GetLogEvents$)
|
|
854
857
|
.build() {
|
|
855
858
|
}
|
|
856
859
|
|
|
857
|
-
class GetLogFieldsCommand extends
|
|
860
|
+
class GetLogFieldsCommand extends Command
|
|
858
861
|
.classBuilder()
|
|
859
862
|
.ep(commonParams)
|
|
860
863
|
.m(function (Command, cs, config, o) {
|
|
861
|
-
return [
|
|
864
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
862
865
|
})
|
|
863
866
|
.s("Logs_20140328", "GetLogFields", {})
|
|
864
867
|
.n("CloudWatchLogsClient", "GetLogFieldsCommand")
|
|
865
|
-
.sc(
|
|
868
|
+
.sc(GetLogFields$)
|
|
866
869
|
.build() {
|
|
867
870
|
}
|
|
868
871
|
|
|
869
|
-
class GetLogGroupFieldsCommand extends
|
|
872
|
+
class GetLogGroupFieldsCommand extends Command
|
|
870
873
|
.classBuilder()
|
|
871
874
|
.ep(commonParams)
|
|
872
875
|
.m(function (Command, cs, config, o) {
|
|
873
|
-
return [
|
|
876
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
874
877
|
})
|
|
875
878
|
.s("Logs_20140328", "GetLogGroupFields", {})
|
|
876
879
|
.n("CloudWatchLogsClient", "GetLogGroupFieldsCommand")
|
|
877
|
-
.sc(
|
|
880
|
+
.sc(GetLogGroupFields$)
|
|
878
881
|
.build() {
|
|
879
882
|
}
|
|
880
883
|
|
|
881
|
-
class GetLogObjectCommand extends
|
|
884
|
+
class GetLogObjectCommand extends Command
|
|
882
885
|
.classBuilder()
|
|
883
886
|
.ep(commonParams)
|
|
884
887
|
.m(function (Command, cs, config, o) {
|
|
885
|
-
return [
|
|
888
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
886
889
|
})
|
|
887
890
|
.s("Logs_20140328", "GetLogObject", {
|
|
888
891
|
eventStream: {
|
|
@@ -890,423 +893,423 @@ class GetLogObjectCommand extends client.Command
|
|
|
890
893
|
},
|
|
891
894
|
})
|
|
892
895
|
.n("CloudWatchLogsClient", "GetLogObjectCommand")
|
|
893
|
-
.sc(
|
|
896
|
+
.sc(GetLogObject$)
|
|
894
897
|
.build() {
|
|
895
898
|
}
|
|
896
899
|
|
|
897
|
-
class GetLogRecordCommand extends
|
|
900
|
+
class GetLogRecordCommand extends Command
|
|
898
901
|
.classBuilder()
|
|
899
902
|
.ep(commonParams)
|
|
900
903
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
904
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
905
|
})
|
|
903
906
|
.s("Logs_20140328", "GetLogRecord", {})
|
|
904
907
|
.n("CloudWatchLogsClient", "GetLogRecordCommand")
|
|
905
|
-
.sc(
|
|
908
|
+
.sc(GetLogRecord$)
|
|
906
909
|
.build() {
|
|
907
910
|
}
|
|
908
911
|
|
|
909
|
-
class GetLookupTableCommand extends
|
|
912
|
+
class GetLookupTableCommand extends Command
|
|
910
913
|
.classBuilder()
|
|
911
914
|
.ep(commonParams)
|
|
912
915
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
916
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
917
|
})
|
|
915
918
|
.s("Logs_20140328", "GetLookupTable", {})
|
|
916
919
|
.n("CloudWatchLogsClient", "GetLookupTableCommand")
|
|
917
|
-
.sc(
|
|
920
|
+
.sc(GetLookupTable$)
|
|
918
921
|
.build() {
|
|
919
922
|
}
|
|
920
923
|
|
|
921
|
-
class GetQueryResultsCommand extends
|
|
924
|
+
class GetQueryResultsCommand extends Command
|
|
922
925
|
.classBuilder()
|
|
923
926
|
.ep(commonParams)
|
|
924
927
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
928
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
929
|
})
|
|
927
930
|
.s("Logs_20140328", "GetQueryResults", {})
|
|
928
931
|
.n("CloudWatchLogsClient", "GetQueryResultsCommand")
|
|
929
|
-
.sc(
|
|
932
|
+
.sc(GetQueryResults$)
|
|
930
933
|
.build() {
|
|
931
934
|
}
|
|
932
935
|
|
|
933
|
-
class GetScheduledQueryCommand extends
|
|
936
|
+
class GetScheduledQueryCommand extends Command
|
|
934
937
|
.classBuilder()
|
|
935
938
|
.ep(commonParams)
|
|
936
939
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
940
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
941
|
})
|
|
939
942
|
.s("Logs_20140328", "GetScheduledQuery", {})
|
|
940
943
|
.n("CloudWatchLogsClient", "GetScheduledQueryCommand")
|
|
941
|
-
.sc(
|
|
944
|
+
.sc(GetScheduledQuery$)
|
|
942
945
|
.build() {
|
|
943
946
|
}
|
|
944
947
|
|
|
945
|
-
class GetScheduledQueryHistoryCommand extends
|
|
948
|
+
class GetScheduledQueryHistoryCommand extends Command
|
|
946
949
|
.classBuilder()
|
|
947
950
|
.ep(commonParams)
|
|
948
951
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
952
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
953
|
})
|
|
951
954
|
.s("Logs_20140328", "GetScheduledQueryHistory", {})
|
|
952
955
|
.n("CloudWatchLogsClient", "GetScheduledQueryHistoryCommand")
|
|
953
|
-
.sc(
|
|
956
|
+
.sc(GetScheduledQueryHistory$)
|
|
954
957
|
.build() {
|
|
955
958
|
}
|
|
956
959
|
|
|
957
|
-
class GetTransformerCommand extends
|
|
960
|
+
class GetTransformerCommand extends Command
|
|
958
961
|
.classBuilder()
|
|
959
962
|
.ep(commonParams)
|
|
960
963
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
964
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
965
|
})
|
|
963
966
|
.s("Logs_20140328", "GetTransformer", {})
|
|
964
967
|
.n("CloudWatchLogsClient", "GetTransformerCommand")
|
|
965
|
-
.sc(
|
|
968
|
+
.sc(GetTransformer$)
|
|
966
969
|
.build() {
|
|
967
970
|
}
|
|
968
971
|
|
|
969
|
-
class ListAggregateLogGroupSummariesCommand extends
|
|
972
|
+
class ListAggregateLogGroupSummariesCommand extends Command
|
|
970
973
|
.classBuilder()
|
|
971
974
|
.ep(commonParams)
|
|
972
975
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
976
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
977
|
})
|
|
975
978
|
.s("Logs_20140328", "ListAggregateLogGroupSummaries", {})
|
|
976
979
|
.n("CloudWatchLogsClient", "ListAggregateLogGroupSummariesCommand")
|
|
977
|
-
.sc(
|
|
980
|
+
.sc(ListAggregateLogGroupSummaries$)
|
|
978
981
|
.build() {
|
|
979
982
|
}
|
|
980
983
|
|
|
981
|
-
class ListAnomaliesCommand extends
|
|
984
|
+
class ListAnomaliesCommand extends Command
|
|
982
985
|
.classBuilder()
|
|
983
986
|
.ep(commonParams)
|
|
984
987
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
988
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
989
|
})
|
|
987
990
|
.s("Logs_20140328", "ListAnomalies", {})
|
|
988
991
|
.n("CloudWatchLogsClient", "ListAnomaliesCommand")
|
|
989
|
-
.sc(
|
|
992
|
+
.sc(ListAnomalies$)
|
|
990
993
|
.build() {
|
|
991
994
|
}
|
|
992
995
|
|
|
993
|
-
class ListIntegrationsCommand extends
|
|
996
|
+
class ListIntegrationsCommand extends Command
|
|
994
997
|
.classBuilder()
|
|
995
998
|
.ep(commonParams)
|
|
996
999
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
1000
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
1001
|
})
|
|
999
1002
|
.s("Logs_20140328", "ListIntegrations", {})
|
|
1000
1003
|
.n("CloudWatchLogsClient", "ListIntegrationsCommand")
|
|
1001
|
-
.sc(
|
|
1004
|
+
.sc(ListIntegrations$)
|
|
1002
1005
|
.build() {
|
|
1003
1006
|
}
|
|
1004
1007
|
|
|
1005
|
-
class ListLogAnomalyDetectorsCommand extends
|
|
1008
|
+
class ListLogAnomalyDetectorsCommand extends Command
|
|
1006
1009
|
.classBuilder()
|
|
1007
1010
|
.ep(commonParams)
|
|
1008
1011
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1012
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1013
|
})
|
|
1011
1014
|
.s("Logs_20140328", "ListLogAnomalyDetectors", {})
|
|
1012
1015
|
.n("CloudWatchLogsClient", "ListLogAnomalyDetectorsCommand")
|
|
1013
|
-
.sc(
|
|
1016
|
+
.sc(ListLogAnomalyDetectors$)
|
|
1014
1017
|
.build() {
|
|
1015
1018
|
}
|
|
1016
1019
|
|
|
1017
|
-
class ListLogGroupsCommand extends
|
|
1020
|
+
class ListLogGroupsCommand extends Command
|
|
1018
1021
|
.classBuilder()
|
|
1019
1022
|
.ep(commonParams)
|
|
1020
1023
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1024
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1025
|
})
|
|
1023
1026
|
.s("Logs_20140328", "ListLogGroups", {})
|
|
1024
1027
|
.n("CloudWatchLogsClient", "ListLogGroupsCommand")
|
|
1025
|
-
.sc(
|
|
1028
|
+
.sc(ListLogGroups$)
|
|
1026
1029
|
.build() {
|
|
1027
1030
|
}
|
|
1028
1031
|
|
|
1029
|
-
class ListLogGroupsForQueryCommand extends
|
|
1032
|
+
class ListLogGroupsForQueryCommand extends Command
|
|
1030
1033
|
.classBuilder()
|
|
1031
1034
|
.ep(commonParams)
|
|
1032
1035
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1036
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1037
|
})
|
|
1035
1038
|
.s("Logs_20140328", "ListLogGroupsForQuery", {})
|
|
1036
1039
|
.n("CloudWatchLogsClient", "ListLogGroupsForQueryCommand")
|
|
1037
|
-
.sc(
|
|
1040
|
+
.sc(ListLogGroupsForQuery$)
|
|
1038
1041
|
.build() {
|
|
1039
1042
|
}
|
|
1040
1043
|
|
|
1041
|
-
class ListScheduledQueriesCommand extends
|
|
1044
|
+
class ListScheduledQueriesCommand extends Command
|
|
1042
1045
|
.classBuilder()
|
|
1043
1046
|
.ep(commonParams)
|
|
1044
1047
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1048
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1049
|
})
|
|
1047
1050
|
.s("Logs_20140328", "ListScheduledQueries", {})
|
|
1048
1051
|
.n("CloudWatchLogsClient", "ListScheduledQueriesCommand")
|
|
1049
|
-
.sc(
|
|
1052
|
+
.sc(ListScheduledQueries$)
|
|
1050
1053
|
.build() {
|
|
1051
1054
|
}
|
|
1052
1055
|
|
|
1053
|
-
class ListSourcesForS3TableIntegrationCommand extends
|
|
1056
|
+
class ListSourcesForS3TableIntegrationCommand extends Command
|
|
1054
1057
|
.classBuilder()
|
|
1055
1058
|
.ep(commonParams)
|
|
1056
1059
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1060
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1061
|
})
|
|
1059
1062
|
.s("Logs_20140328", "ListSourcesForS3TableIntegration", {})
|
|
1060
1063
|
.n("CloudWatchLogsClient", "ListSourcesForS3TableIntegrationCommand")
|
|
1061
|
-
.sc(
|
|
1064
|
+
.sc(ListSourcesForS3TableIntegration$)
|
|
1062
1065
|
.build() {
|
|
1063
1066
|
}
|
|
1064
1067
|
|
|
1065
|
-
class ListTagsForResourceCommand extends
|
|
1068
|
+
class ListTagsForResourceCommand extends Command
|
|
1066
1069
|
.classBuilder()
|
|
1067
1070
|
.ep(commonParams)
|
|
1068
1071
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1072
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1073
|
})
|
|
1071
1074
|
.s("Logs_20140328", "ListTagsForResource", {})
|
|
1072
1075
|
.n("CloudWatchLogsClient", "ListTagsForResourceCommand")
|
|
1073
|
-
.sc(
|
|
1076
|
+
.sc(ListTagsForResource$)
|
|
1074
1077
|
.build() {
|
|
1075
1078
|
}
|
|
1076
1079
|
|
|
1077
|
-
class ListTagsLogGroupCommand extends
|
|
1080
|
+
class ListTagsLogGroupCommand extends Command
|
|
1078
1081
|
.classBuilder()
|
|
1079
1082
|
.ep(commonParams)
|
|
1080
1083
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1084
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1085
|
})
|
|
1083
1086
|
.s("Logs_20140328", "ListTagsLogGroup", {})
|
|
1084
1087
|
.n("CloudWatchLogsClient", "ListTagsLogGroupCommand")
|
|
1085
|
-
.sc(
|
|
1088
|
+
.sc(ListTagsLogGroup$)
|
|
1086
1089
|
.build() {
|
|
1087
1090
|
}
|
|
1088
1091
|
|
|
1089
|
-
class PutAccountPolicyCommand extends
|
|
1092
|
+
class PutAccountPolicyCommand extends Command
|
|
1090
1093
|
.classBuilder()
|
|
1091
1094
|
.ep(commonParams)
|
|
1092
1095
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1096
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1097
|
})
|
|
1095
1098
|
.s("Logs_20140328", "PutAccountPolicy", {})
|
|
1096
1099
|
.n("CloudWatchLogsClient", "PutAccountPolicyCommand")
|
|
1097
|
-
.sc(
|
|
1100
|
+
.sc(PutAccountPolicy$)
|
|
1098
1101
|
.build() {
|
|
1099
1102
|
}
|
|
1100
1103
|
|
|
1101
|
-
class PutBearerTokenAuthenticationCommand extends
|
|
1104
|
+
class PutBearerTokenAuthenticationCommand extends Command
|
|
1102
1105
|
.classBuilder()
|
|
1103
1106
|
.ep(commonParams)
|
|
1104
1107
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1108
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1109
|
})
|
|
1107
1110
|
.s("Logs_20140328", "PutBearerTokenAuthentication", {})
|
|
1108
1111
|
.n("CloudWatchLogsClient", "PutBearerTokenAuthenticationCommand")
|
|
1109
|
-
.sc(
|
|
1112
|
+
.sc(PutBearerTokenAuthentication$)
|
|
1110
1113
|
.build() {
|
|
1111
1114
|
}
|
|
1112
1115
|
|
|
1113
|
-
class PutDataProtectionPolicyCommand extends
|
|
1116
|
+
class PutDataProtectionPolicyCommand extends Command
|
|
1114
1117
|
.classBuilder()
|
|
1115
1118
|
.ep(commonParams)
|
|
1116
1119
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1120
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1121
|
})
|
|
1119
1122
|
.s("Logs_20140328", "PutDataProtectionPolicy", {})
|
|
1120
1123
|
.n("CloudWatchLogsClient", "PutDataProtectionPolicyCommand")
|
|
1121
|
-
.sc(
|
|
1124
|
+
.sc(PutDataProtectionPolicy$)
|
|
1122
1125
|
.build() {
|
|
1123
1126
|
}
|
|
1124
1127
|
|
|
1125
|
-
class PutDeliveryDestinationCommand extends
|
|
1128
|
+
class PutDeliveryDestinationCommand extends Command
|
|
1126
1129
|
.classBuilder()
|
|
1127
1130
|
.ep(commonParams)
|
|
1128
1131
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1132
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1133
|
})
|
|
1131
1134
|
.s("Logs_20140328", "PutDeliveryDestination", {})
|
|
1132
1135
|
.n("CloudWatchLogsClient", "PutDeliveryDestinationCommand")
|
|
1133
|
-
.sc(
|
|
1136
|
+
.sc(PutDeliveryDestination$)
|
|
1134
1137
|
.build() {
|
|
1135
1138
|
}
|
|
1136
1139
|
|
|
1137
|
-
class PutDeliveryDestinationPolicyCommand extends
|
|
1140
|
+
class PutDeliveryDestinationPolicyCommand extends Command
|
|
1138
1141
|
.classBuilder()
|
|
1139
1142
|
.ep(commonParams)
|
|
1140
1143
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1144
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1145
|
})
|
|
1143
1146
|
.s("Logs_20140328", "PutDeliveryDestinationPolicy", {})
|
|
1144
1147
|
.n("CloudWatchLogsClient", "PutDeliveryDestinationPolicyCommand")
|
|
1145
|
-
.sc(
|
|
1148
|
+
.sc(PutDeliveryDestinationPolicy$)
|
|
1146
1149
|
.build() {
|
|
1147
1150
|
}
|
|
1148
1151
|
|
|
1149
|
-
class PutDeliverySourceCommand extends
|
|
1152
|
+
class PutDeliverySourceCommand extends Command
|
|
1150
1153
|
.classBuilder()
|
|
1151
1154
|
.ep(commonParams)
|
|
1152
1155
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1156
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1157
|
})
|
|
1155
1158
|
.s("Logs_20140328", "PutDeliverySource", {})
|
|
1156
1159
|
.n("CloudWatchLogsClient", "PutDeliverySourceCommand")
|
|
1157
|
-
.sc(
|
|
1160
|
+
.sc(PutDeliverySource$)
|
|
1158
1161
|
.build() {
|
|
1159
1162
|
}
|
|
1160
1163
|
|
|
1161
|
-
class PutDestinationCommand extends
|
|
1164
|
+
class PutDestinationCommand extends Command
|
|
1162
1165
|
.classBuilder()
|
|
1163
1166
|
.ep(commonParams)
|
|
1164
1167
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1168
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1169
|
})
|
|
1167
1170
|
.s("Logs_20140328", "PutDestination", {})
|
|
1168
1171
|
.n("CloudWatchLogsClient", "PutDestinationCommand")
|
|
1169
|
-
.sc(
|
|
1172
|
+
.sc(PutDestination$)
|
|
1170
1173
|
.build() {
|
|
1171
1174
|
}
|
|
1172
1175
|
|
|
1173
|
-
class PutDestinationPolicyCommand extends
|
|
1176
|
+
class PutDestinationPolicyCommand extends Command
|
|
1174
1177
|
.classBuilder()
|
|
1175
1178
|
.ep(commonParams)
|
|
1176
1179
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1180
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1181
|
})
|
|
1179
1182
|
.s("Logs_20140328", "PutDestinationPolicy", {})
|
|
1180
1183
|
.n("CloudWatchLogsClient", "PutDestinationPolicyCommand")
|
|
1181
|
-
.sc(
|
|
1184
|
+
.sc(PutDestinationPolicy$)
|
|
1182
1185
|
.build() {
|
|
1183
1186
|
}
|
|
1184
1187
|
|
|
1185
|
-
class PutIndexPolicyCommand extends
|
|
1188
|
+
class PutIndexPolicyCommand extends Command
|
|
1186
1189
|
.classBuilder()
|
|
1187
1190
|
.ep(commonParams)
|
|
1188
1191
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1192
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1193
|
})
|
|
1191
1194
|
.s("Logs_20140328", "PutIndexPolicy", {})
|
|
1192
1195
|
.n("CloudWatchLogsClient", "PutIndexPolicyCommand")
|
|
1193
|
-
.sc(
|
|
1196
|
+
.sc(PutIndexPolicy$)
|
|
1194
1197
|
.build() {
|
|
1195
1198
|
}
|
|
1196
1199
|
|
|
1197
|
-
class PutIntegrationCommand extends
|
|
1200
|
+
class PutIntegrationCommand extends Command
|
|
1198
1201
|
.classBuilder()
|
|
1199
1202
|
.ep(commonParams)
|
|
1200
1203
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1204
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1205
|
})
|
|
1203
1206
|
.s("Logs_20140328", "PutIntegration", {})
|
|
1204
1207
|
.n("CloudWatchLogsClient", "PutIntegrationCommand")
|
|
1205
|
-
.sc(
|
|
1208
|
+
.sc(PutIntegration$)
|
|
1206
1209
|
.build() {
|
|
1207
1210
|
}
|
|
1208
1211
|
|
|
1209
|
-
class PutLogEventsCommand extends
|
|
1212
|
+
class PutLogEventsCommand extends Command
|
|
1210
1213
|
.classBuilder()
|
|
1211
1214
|
.ep(commonParams)
|
|
1212
1215
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1216
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1217
|
})
|
|
1215
1218
|
.s("Logs_20140328", "PutLogEvents", {})
|
|
1216
1219
|
.n("CloudWatchLogsClient", "PutLogEventsCommand")
|
|
1217
|
-
.sc(
|
|
1220
|
+
.sc(PutLogEvents$)
|
|
1218
1221
|
.build() {
|
|
1219
1222
|
}
|
|
1220
1223
|
|
|
1221
|
-
class PutLogGroupDeletionProtectionCommand extends
|
|
1224
|
+
class PutLogGroupDeletionProtectionCommand extends Command
|
|
1222
1225
|
.classBuilder()
|
|
1223
1226
|
.ep(commonParams)
|
|
1224
1227
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1228
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1229
|
})
|
|
1227
1230
|
.s("Logs_20140328", "PutLogGroupDeletionProtection", {})
|
|
1228
1231
|
.n("CloudWatchLogsClient", "PutLogGroupDeletionProtectionCommand")
|
|
1229
|
-
.sc(
|
|
1232
|
+
.sc(PutLogGroupDeletionProtection$)
|
|
1230
1233
|
.build() {
|
|
1231
1234
|
}
|
|
1232
1235
|
|
|
1233
|
-
class PutMetricFilterCommand extends
|
|
1236
|
+
class PutMetricFilterCommand extends Command
|
|
1234
1237
|
.classBuilder()
|
|
1235
1238
|
.ep(commonParams)
|
|
1236
1239
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1240
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1241
|
})
|
|
1239
1242
|
.s("Logs_20140328", "PutMetricFilter", {})
|
|
1240
1243
|
.n("CloudWatchLogsClient", "PutMetricFilterCommand")
|
|
1241
|
-
.sc(
|
|
1244
|
+
.sc(PutMetricFilter$)
|
|
1242
1245
|
.build() {
|
|
1243
1246
|
}
|
|
1244
1247
|
|
|
1245
|
-
class PutQueryDefinitionCommand extends
|
|
1248
|
+
class PutQueryDefinitionCommand extends Command
|
|
1246
1249
|
.classBuilder()
|
|
1247
1250
|
.ep(commonParams)
|
|
1248
1251
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1252
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1253
|
})
|
|
1251
1254
|
.s("Logs_20140328", "PutQueryDefinition", {})
|
|
1252
1255
|
.n("CloudWatchLogsClient", "PutQueryDefinitionCommand")
|
|
1253
|
-
.sc(
|
|
1256
|
+
.sc(PutQueryDefinition$)
|
|
1254
1257
|
.build() {
|
|
1255
1258
|
}
|
|
1256
1259
|
|
|
1257
|
-
class PutResourcePolicyCommand extends
|
|
1260
|
+
class PutResourcePolicyCommand extends Command
|
|
1258
1261
|
.classBuilder()
|
|
1259
1262
|
.ep(commonParams)
|
|
1260
1263
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1264
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1265
|
})
|
|
1263
1266
|
.s("Logs_20140328", "PutResourcePolicy", {})
|
|
1264
1267
|
.n("CloudWatchLogsClient", "PutResourcePolicyCommand")
|
|
1265
|
-
.sc(
|
|
1268
|
+
.sc(PutResourcePolicy$)
|
|
1266
1269
|
.build() {
|
|
1267
1270
|
}
|
|
1268
1271
|
|
|
1269
|
-
class PutRetentionPolicyCommand extends
|
|
1272
|
+
class PutRetentionPolicyCommand extends Command
|
|
1270
1273
|
.classBuilder()
|
|
1271
1274
|
.ep(commonParams)
|
|
1272
1275
|
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [
|
|
1276
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
1277
|
})
|
|
1275
1278
|
.s("Logs_20140328", "PutRetentionPolicy", {})
|
|
1276
1279
|
.n("CloudWatchLogsClient", "PutRetentionPolicyCommand")
|
|
1277
|
-
.sc(
|
|
1280
|
+
.sc(PutRetentionPolicy$)
|
|
1278
1281
|
.build() {
|
|
1279
1282
|
}
|
|
1280
1283
|
|
|
1281
|
-
class PutSubscriptionFilterCommand extends
|
|
1284
|
+
class PutSubscriptionFilterCommand extends Command
|
|
1282
1285
|
.classBuilder()
|
|
1283
1286
|
.ep(commonParams)
|
|
1284
1287
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1288
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
1289
|
})
|
|
1287
1290
|
.s("Logs_20140328", "PutSubscriptionFilter", {})
|
|
1288
1291
|
.n("CloudWatchLogsClient", "PutSubscriptionFilterCommand")
|
|
1289
|
-
.sc(
|
|
1292
|
+
.sc(PutSubscriptionFilter$)
|
|
1290
1293
|
.build() {
|
|
1291
1294
|
}
|
|
1292
1295
|
|
|
1293
|
-
class PutTransformerCommand extends
|
|
1296
|
+
class PutTransformerCommand extends Command
|
|
1294
1297
|
.classBuilder()
|
|
1295
1298
|
.ep(commonParams)
|
|
1296
1299
|
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [
|
|
1300
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
1301
|
})
|
|
1299
1302
|
.s("Logs_20140328", "PutTransformer", {})
|
|
1300
1303
|
.n("CloudWatchLogsClient", "PutTransformerCommand")
|
|
1301
|
-
.sc(
|
|
1304
|
+
.sc(PutTransformer$)
|
|
1302
1305
|
.build() {
|
|
1303
1306
|
}
|
|
1304
1307
|
|
|
1305
|
-
class StartLiveTailCommand extends
|
|
1308
|
+
class StartLiveTailCommand extends Command
|
|
1306
1309
|
.classBuilder()
|
|
1307
1310
|
.ep(commonParams)
|
|
1308
1311
|
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [
|
|
1312
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
1313
|
})
|
|
1311
1314
|
.s("Logs_20140328", "StartLiveTail", {
|
|
1312
1315
|
eventStream: {
|
|
@@ -1314,201 +1317,201 @@ class StartLiveTailCommand extends client.Command
|
|
|
1314
1317
|
},
|
|
1315
1318
|
})
|
|
1316
1319
|
.n("CloudWatchLogsClient", "StartLiveTailCommand")
|
|
1317
|
-
.sc(
|
|
1320
|
+
.sc(StartLiveTail$)
|
|
1318
1321
|
.build() {
|
|
1319
1322
|
}
|
|
1320
1323
|
|
|
1321
|
-
class StartQueryCommand extends
|
|
1324
|
+
class StartQueryCommand extends Command
|
|
1322
1325
|
.classBuilder()
|
|
1323
1326
|
.ep(commonParams)
|
|
1324
1327
|
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [
|
|
1328
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1326
1329
|
})
|
|
1327
1330
|
.s("Logs_20140328", "StartQuery", {})
|
|
1328
1331
|
.n("CloudWatchLogsClient", "StartQueryCommand")
|
|
1329
|
-
.sc(
|
|
1332
|
+
.sc(StartQuery$)
|
|
1330
1333
|
.build() {
|
|
1331
1334
|
}
|
|
1332
1335
|
|
|
1333
|
-
class StopQueryCommand extends
|
|
1336
|
+
class StopQueryCommand extends Command
|
|
1334
1337
|
.classBuilder()
|
|
1335
1338
|
.ep(commonParams)
|
|
1336
1339
|
.m(function (Command, cs, config, o) {
|
|
1337
|
-
return [
|
|
1340
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1338
1341
|
})
|
|
1339
1342
|
.s("Logs_20140328", "StopQuery", {})
|
|
1340
1343
|
.n("CloudWatchLogsClient", "StopQueryCommand")
|
|
1341
|
-
.sc(
|
|
1344
|
+
.sc(StopQuery$)
|
|
1342
1345
|
.build() {
|
|
1343
1346
|
}
|
|
1344
1347
|
|
|
1345
|
-
class TagLogGroupCommand extends
|
|
1348
|
+
class TagLogGroupCommand extends Command
|
|
1346
1349
|
.classBuilder()
|
|
1347
1350
|
.ep(commonParams)
|
|
1348
1351
|
.m(function (Command, cs, config, o) {
|
|
1349
|
-
return [
|
|
1352
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1350
1353
|
})
|
|
1351
1354
|
.s("Logs_20140328", "TagLogGroup", {})
|
|
1352
1355
|
.n("CloudWatchLogsClient", "TagLogGroupCommand")
|
|
1353
|
-
.sc(
|
|
1356
|
+
.sc(TagLogGroup$)
|
|
1354
1357
|
.build() {
|
|
1355
1358
|
}
|
|
1356
1359
|
|
|
1357
|
-
class TagResourceCommand extends
|
|
1360
|
+
class TagResourceCommand extends Command
|
|
1358
1361
|
.classBuilder()
|
|
1359
1362
|
.ep(commonParams)
|
|
1360
1363
|
.m(function (Command, cs, config, o) {
|
|
1361
|
-
return [
|
|
1364
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1362
1365
|
})
|
|
1363
1366
|
.s("Logs_20140328", "TagResource", {})
|
|
1364
1367
|
.n("CloudWatchLogsClient", "TagResourceCommand")
|
|
1365
|
-
.sc(
|
|
1368
|
+
.sc(TagResource$)
|
|
1366
1369
|
.build() {
|
|
1367
1370
|
}
|
|
1368
1371
|
|
|
1369
|
-
class TestMetricFilterCommand extends
|
|
1372
|
+
class TestMetricFilterCommand extends Command
|
|
1370
1373
|
.classBuilder()
|
|
1371
1374
|
.ep(commonParams)
|
|
1372
1375
|
.m(function (Command, cs, config, o) {
|
|
1373
|
-
return [
|
|
1376
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
1377
|
})
|
|
1375
1378
|
.s("Logs_20140328", "TestMetricFilter", {})
|
|
1376
1379
|
.n("CloudWatchLogsClient", "TestMetricFilterCommand")
|
|
1377
|
-
.sc(
|
|
1380
|
+
.sc(TestMetricFilter$)
|
|
1378
1381
|
.build() {
|
|
1379
1382
|
}
|
|
1380
1383
|
|
|
1381
|
-
class TestTransformerCommand extends
|
|
1384
|
+
class TestTransformerCommand extends Command
|
|
1382
1385
|
.classBuilder()
|
|
1383
1386
|
.ep(commonParams)
|
|
1384
1387
|
.m(function (Command, cs, config, o) {
|
|
1385
|
-
return [
|
|
1388
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1386
1389
|
})
|
|
1387
1390
|
.s("Logs_20140328", "TestTransformer", {})
|
|
1388
1391
|
.n("CloudWatchLogsClient", "TestTransformerCommand")
|
|
1389
|
-
.sc(
|
|
1392
|
+
.sc(TestTransformer$)
|
|
1390
1393
|
.build() {
|
|
1391
1394
|
}
|
|
1392
1395
|
|
|
1393
|
-
class UntagLogGroupCommand extends
|
|
1396
|
+
class UntagLogGroupCommand extends Command
|
|
1394
1397
|
.classBuilder()
|
|
1395
1398
|
.ep(commonParams)
|
|
1396
1399
|
.m(function (Command, cs, config, o) {
|
|
1397
|
-
return [
|
|
1400
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1398
1401
|
})
|
|
1399
1402
|
.s("Logs_20140328", "UntagLogGroup", {})
|
|
1400
1403
|
.n("CloudWatchLogsClient", "UntagLogGroupCommand")
|
|
1401
|
-
.sc(
|
|
1404
|
+
.sc(UntagLogGroup$)
|
|
1402
1405
|
.build() {
|
|
1403
1406
|
}
|
|
1404
1407
|
|
|
1405
|
-
class UntagResourceCommand extends
|
|
1408
|
+
class UntagResourceCommand extends Command
|
|
1406
1409
|
.classBuilder()
|
|
1407
1410
|
.ep(commonParams)
|
|
1408
1411
|
.m(function (Command, cs, config, o) {
|
|
1409
|
-
return [
|
|
1412
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1410
1413
|
})
|
|
1411
1414
|
.s("Logs_20140328", "UntagResource", {})
|
|
1412
1415
|
.n("CloudWatchLogsClient", "UntagResourceCommand")
|
|
1413
|
-
.sc(
|
|
1416
|
+
.sc(UntagResource$)
|
|
1414
1417
|
.build() {
|
|
1415
1418
|
}
|
|
1416
1419
|
|
|
1417
|
-
class UpdateAnomalyCommand extends
|
|
1420
|
+
class UpdateAnomalyCommand extends Command
|
|
1418
1421
|
.classBuilder()
|
|
1419
1422
|
.ep(commonParams)
|
|
1420
1423
|
.m(function (Command, cs, config, o) {
|
|
1421
|
-
return [
|
|
1424
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1422
1425
|
})
|
|
1423
1426
|
.s("Logs_20140328", "UpdateAnomaly", {})
|
|
1424
1427
|
.n("CloudWatchLogsClient", "UpdateAnomalyCommand")
|
|
1425
|
-
.sc(
|
|
1428
|
+
.sc(UpdateAnomaly$)
|
|
1426
1429
|
.build() {
|
|
1427
1430
|
}
|
|
1428
1431
|
|
|
1429
|
-
class UpdateDeliveryConfigurationCommand extends
|
|
1432
|
+
class UpdateDeliveryConfigurationCommand extends Command
|
|
1430
1433
|
.classBuilder()
|
|
1431
1434
|
.ep(commonParams)
|
|
1432
1435
|
.m(function (Command, cs, config, o) {
|
|
1433
|
-
return [
|
|
1436
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1434
1437
|
})
|
|
1435
1438
|
.s("Logs_20140328", "UpdateDeliveryConfiguration", {})
|
|
1436
1439
|
.n("CloudWatchLogsClient", "UpdateDeliveryConfigurationCommand")
|
|
1437
|
-
.sc(
|
|
1440
|
+
.sc(UpdateDeliveryConfiguration$)
|
|
1438
1441
|
.build() {
|
|
1439
1442
|
}
|
|
1440
1443
|
|
|
1441
|
-
class UpdateLogAnomalyDetectorCommand extends
|
|
1444
|
+
class UpdateLogAnomalyDetectorCommand extends Command
|
|
1442
1445
|
.classBuilder()
|
|
1443
1446
|
.ep(commonParams)
|
|
1444
1447
|
.m(function (Command, cs, config, o) {
|
|
1445
|
-
return [
|
|
1448
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1446
1449
|
})
|
|
1447
1450
|
.s("Logs_20140328", "UpdateLogAnomalyDetector", {})
|
|
1448
1451
|
.n("CloudWatchLogsClient", "UpdateLogAnomalyDetectorCommand")
|
|
1449
|
-
.sc(
|
|
1452
|
+
.sc(UpdateLogAnomalyDetector$)
|
|
1450
1453
|
.build() {
|
|
1451
1454
|
}
|
|
1452
1455
|
|
|
1453
|
-
class UpdateLookupTableCommand extends
|
|
1456
|
+
class UpdateLookupTableCommand extends Command
|
|
1454
1457
|
.classBuilder()
|
|
1455
1458
|
.ep(commonParams)
|
|
1456
1459
|
.m(function (Command, cs, config, o) {
|
|
1457
|
-
return [
|
|
1460
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1458
1461
|
})
|
|
1459
1462
|
.s("Logs_20140328", "UpdateLookupTable", {})
|
|
1460
1463
|
.n("CloudWatchLogsClient", "UpdateLookupTableCommand")
|
|
1461
|
-
.sc(
|
|
1464
|
+
.sc(UpdateLookupTable$)
|
|
1462
1465
|
.build() {
|
|
1463
1466
|
}
|
|
1464
1467
|
|
|
1465
|
-
class UpdateScheduledQueryCommand extends
|
|
1468
|
+
class UpdateScheduledQueryCommand extends Command
|
|
1466
1469
|
.classBuilder()
|
|
1467
1470
|
.ep(commonParams)
|
|
1468
1471
|
.m(function (Command, cs, config, o) {
|
|
1469
|
-
return [
|
|
1472
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1470
1473
|
})
|
|
1471
1474
|
.s("Logs_20140328", "UpdateScheduledQuery", {})
|
|
1472
1475
|
.n("CloudWatchLogsClient", "UpdateScheduledQueryCommand")
|
|
1473
|
-
.sc(
|
|
1476
|
+
.sc(UpdateScheduledQuery$)
|
|
1474
1477
|
.build() {
|
|
1475
1478
|
}
|
|
1476
1479
|
|
|
1477
|
-
const paginateDescribeConfigurationTemplates =
|
|
1480
|
+
const paginateDescribeConfigurationTemplates = createPaginator(CloudWatchLogsClient, DescribeConfigurationTemplatesCommand, "nextToken", "nextToken", "limit");
|
|
1478
1481
|
|
|
1479
|
-
const paginateDescribeDeliveries =
|
|
1482
|
+
const paginateDescribeDeliveries = createPaginator(CloudWatchLogsClient, DescribeDeliveriesCommand, "nextToken", "nextToken", "limit");
|
|
1480
1483
|
|
|
1481
|
-
const paginateDescribeDeliveryDestinations =
|
|
1484
|
+
const paginateDescribeDeliveryDestinations = createPaginator(CloudWatchLogsClient, DescribeDeliveryDestinationsCommand, "nextToken", "nextToken", "limit");
|
|
1482
1485
|
|
|
1483
|
-
const paginateDescribeDeliverySources =
|
|
1486
|
+
const paginateDescribeDeliverySources = createPaginator(CloudWatchLogsClient, DescribeDeliverySourcesCommand, "nextToken", "nextToken", "limit");
|
|
1484
1487
|
|
|
1485
|
-
const paginateDescribeDestinations =
|
|
1488
|
+
const paginateDescribeDestinations = createPaginator(CloudWatchLogsClient, DescribeDestinationsCommand, "nextToken", "nextToken", "limit");
|
|
1486
1489
|
|
|
1487
|
-
const paginateDescribeLogGroups =
|
|
1490
|
+
const paginateDescribeLogGroups = createPaginator(CloudWatchLogsClient, DescribeLogGroupsCommand, "nextToken", "nextToken", "limit");
|
|
1488
1491
|
|
|
1489
|
-
const paginateDescribeLogStreams =
|
|
1492
|
+
const paginateDescribeLogStreams = createPaginator(CloudWatchLogsClient, DescribeLogStreamsCommand, "nextToken", "nextToken", "limit");
|
|
1490
1493
|
|
|
1491
|
-
const paginateDescribeMetricFilters =
|
|
1494
|
+
const paginateDescribeMetricFilters = createPaginator(CloudWatchLogsClient, DescribeMetricFiltersCommand, "nextToken", "nextToken", "limit");
|
|
1492
1495
|
|
|
1493
|
-
const paginateDescribeSubscriptionFilters =
|
|
1496
|
+
const paginateDescribeSubscriptionFilters = createPaginator(CloudWatchLogsClient, DescribeSubscriptionFiltersCommand, "nextToken", "nextToken", "limit");
|
|
1494
1497
|
|
|
1495
|
-
const paginateFilterLogEvents =
|
|
1498
|
+
const paginateFilterLogEvents = createPaginator(CloudWatchLogsClient, FilterLogEventsCommand, "nextToken", "nextToken", "limit");
|
|
1496
1499
|
|
|
1497
|
-
const paginateGetLogEvents =
|
|
1500
|
+
const paginateGetLogEvents = createPaginator(CloudWatchLogsClient, GetLogEventsCommand, "nextToken", "nextForwardToken", "limit");
|
|
1498
1501
|
|
|
1499
|
-
const paginateGetScheduledQueryHistory =
|
|
1502
|
+
const paginateGetScheduledQueryHistory = createPaginator(CloudWatchLogsClient, GetScheduledQueryHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
1500
1503
|
|
|
1501
|
-
const paginateListAggregateLogGroupSummaries =
|
|
1504
|
+
const paginateListAggregateLogGroupSummaries = createPaginator(CloudWatchLogsClient, ListAggregateLogGroupSummariesCommand, "nextToken", "nextToken", "limit");
|
|
1502
1505
|
|
|
1503
|
-
const paginateListAnomalies =
|
|
1506
|
+
const paginateListAnomalies = createPaginator(CloudWatchLogsClient, ListAnomaliesCommand, "nextToken", "nextToken", "limit");
|
|
1504
1507
|
|
|
1505
|
-
const paginateListLogAnomalyDetectors =
|
|
1508
|
+
const paginateListLogAnomalyDetectors = createPaginator(CloudWatchLogsClient, ListLogAnomalyDetectorsCommand, "nextToken", "nextToken", "limit");
|
|
1506
1509
|
|
|
1507
|
-
const paginateListLogGroupsForQuery =
|
|
1510
|
+
const paginateListLogGroupsForQuery = createPaginator(CloudWatchLogsClient, ListLogGroupsForQueryCommand, "nextToken", "nextToken", "maxResults");
|
|
1508
1511
|
|
|
1509
|
-
const paginateListScheduledQueries =
|
|
1512
|
+
const paginateListScheduledQueries = createPaginator(CloudWatchLogsClient, ListScheduledQueriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1510
1513
|
|
|
1511
|
-
const paginateListSourcesForS3TableIntegration =
|
|
1514
|
+
const paginateListSourcesForS3TableIntegration = createPaginator(CloudWatchLogsClient, ListSourcesForS3TableIntegrationCommand, "nextToken", "nextToken", "maxResults");
|
|
1512
1515
|
|
|
1513
1516
|
const commands = {
|
|
1514
1517
|
AssociateKmsKeyCommand,
|
|
@@ -1647,7 +1650,7 @@ const paginators = {
|
|
|
1647
1650
|
};
|
|
1648
1651
|
class CloudWatchLogs extends CloudWatchLogsClient {
|
|
1649
1652
|
}
|
|
1650
|
-
|
|
1653
|
+
createAggregatedClient(commands, CloudWatchLogs, { paginators });
|
|
1651
1654
|
|
|
1652
1655
|
const PolicyType = {
|
|
1653
1656
|
DATA_PROTECTION_POLICY: "DATA_PROTECTION_POLICY",
|
|
@@ -1848,6 +1851,10 @@ const IntegrationStatus = {
|
|
|
1848
1851
|
const IntegrationType = {
|
|
1849
1852
|
OPENSEARCH: "OPENSEARCH",
|
|
1850
1853
|
};
|
|
1854
|
+
const ScheduleType = {
|
|
1855
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
1856
|
+
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
1857
|
+
};
|
|
1851
1858
|
const ScheduledQueryDestinationType = {
|
|
1852
1859
|
S3: "S3",
|
|
1853
1860
|
};
|
|
@@ -1885,9 +1892,6 @@ const SuppressionType = {
|
|
|
1885
1892
|
LIMITED: "LIMITED",
|
|
1886
1893
|
};
|
|
1887
1894
|
|
|
1888
|
-
exports.$Command = client.Command;
|
|
1889
|
-
exports.__Client = client.Client;
|
|
1890
|
-
exports.CloudWatchLogsServiceException = CloudWatchLogsServiceException.CloudWatchLogsServiceException;
|
|
1891
1895
|
exports.ActionStatus = ActionStatus;
|
|
1892
1896
|
exports.AnomalyDetectorStatus = AnomalyDetectorStatus;
|
|
1893
1897
|
exports.AssociateKmsKeyCommand = AssociateKmsKeyCommand;
|
|
@@ -2020,6 +2024,7 @@ exports.PutTransformerCommand = PutTransformerCommand;
|
|
|
2020
2024
|
exports.QueryLanguage = QueryLanguage;
|
|
2021
2025
|
exports.QueryStatus = QueryStatus;
|
|
2022
2026
|
exports.S3TableIntegrationSourceStatus = S3TableIntegrationSourceStatus;
|
|
2027
|
+
exports.ScheduleType = ScheduleType;
|
|
2023
2028
|
exports.ScheduledQueryDestinationType = ScheduledQueryDestinationType;
|
|
2024
2029
|
exports.ScheduledQueryState = ScheduledQueryState;
|
|
2025
2030
|
exports.Scope = Scope;
|
|
@@ -2061,23 +2066,3 @@ exports.paginateListLogAnomalyDetectors = paginateListLogAnomalyDetectors;
|
|
|
2061
2066
|
exports.paginateListLogGroupsForQuery = paginateListLogGroupsForQuery;
|
|
2062
2067
|
exports.paginateListScheduledQueries = paginateListScheduledQueries;
|
|
2063
2068
|
exports.paginateListSourcesForS3TableIntegration = paginateListSourcesForS3TableIntegration;
|
|
2064
|
-
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
2065
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
2066
|
-
Object.defineProperty(exports, '__proto__', {
|
|
2067
|
-
enumerable: true,
|
|
2068
|
-
value: schemas_0['__proto__']
|
|
2069
|
-
});
|
|
2070
|
-
|
|
2071
|
-
Object.keys(schemas_0).forEach(function (k) {
|
|
2072
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
2073
|
-
});
|
|
2074
|
-
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
2075
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
2076
|
-
Object.defineProperty(exports, '__proto__', {
|
|
2077
|
-
enumerable: true,
|
|
2078
|
-
value: errors['__proto__']
|
|
2079
|
-
});
|
|
2080
|
-
|
|
2081
|
-
Object.keys(errors).forEach(function (k) {
|
|
2082
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
2083
|
-
});
|