@aws-sdk/client-cloudwatch 3.490.0 → 3.496.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.
Files changed (64) hide show
  1. package/dist-cjs/CloudWatch.js +1 -87
  2. package/dist-cjs/CloudWatchClient.js +1 -43
  3. package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +1 -28
  5. package/dist-cjs/commands/DeleteDashboardsCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteInsightRulesCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteMetricStreamCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeAlarmsCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeInsightRulesCommand.js +1 -28
  13. package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -28
  14. package/dist-cjs/commands/DisableInsightRulesCommand.js +1 -28
  15. package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -28
  16. package/dist-cjs/commands/EnableInsightRulesCommand.js +1 -28
  17. package/dist-cjs/commands/GetDashboardCommand.js +1 -28
  18. package/dist-cjs/commands/GetInsightRuleReportCommand.js +1 -28
  19. package/dist-cjs/commands/GetMetricDataCommand.js +1 -28
  20. package/dist-cjs/commands/GetMetricStatisticsCommand.js +1 -28
  21. package/dist-cjs/commands/GetMetricStreamCommand.js +1 -28
  22. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +1 -28
  23. package/dist-cjs/commands/ListDashboardsCommand.js +1 -28
  24. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +1 -28
  25. package/dist-cjs/commands/ListMetricStreamsCommand.js +1 -28
  26. package/dist-cjs/commands/ListMetricsCommand.js +1 -28
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  28. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +1 -28
  29. package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -28
  30. package/dist-cjs/commands/PutDashboardCommand.js +1 -28
  31. package/dist-cjs/commands/PutInsightRuleCommand.js +1 -28
  32. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +1 -28
  33. package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -28
  34. package/dist-cjs/commands/PutMetricDataCommand.js +1 -28
  35. package/dist-cjs/commands/PutMetricStreamCommand.js +1 -28
  36. package/dist-cjs/commands/SetAlarmStateCommand.js +1 -28
  37. package/dist-cjs/commands/StartMetricStreamsCommand.js +1 -28
  38. package/dist-cjs/commands/StopMetricStreamsCommand.js +1 -28
  39. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  40. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/index.js +1 -41
  42. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  43. package/dist-cjs/extensionConfiguration.js +1 -2
  44. package/dist-cjs/index.js +6389 -12
  45. package/dist-cjs/models/CloudWatchServiceException.js +1 -12
  46. package/dist-cjs/models/index.js +1 -4
  47. package/dist-cjs/models/models_0.js +1 -274
  48. package/dist-cjs/pagination/DescribeAlarmHistoryPaginator.js +1 -7
  49. package/dist-cjs/pagination/DescribeAlarmsPaginator.js +1 -7
  50. package/dist-cjs/pagination/DescribeAnomalyDetectorsPaginator.js +1 -7
  51. package/dist-cjs/pagination/DescribeInsightRulesPaginator.js +1 -7
  52. package/dist-cjs/pagination/GetMetricDataPaginator.js +1 -7
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListDashboardsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListManagedInsightRulesPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListMetricStreamsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMetricsPaginator.js +1 -7
  58. package/dist-cjs/pagination/index.js +1 -13
  59. package/dist-cjs/protocols/Aws_query.js +1 -5129
  60. package/dist-cjs/runtimeExtensions.js +1 -22
  61. package/dist-cjs/waiters/index.js +1 -5
  62. package/dist-cjs/waiters/waitForAlarmExists.js +1 -37
  63. package/dist-cjs/waiters/waitForCompositeAlarmExists.js +1 -37
  64. package/package.json +41 -41
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudWatchServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CloudWatchServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CloudWatchServiceException.prototype);
10
- }
11
- }
12
- exports.CloudWatchServiceException = CloudWatchServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,274 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvalidFormatFault = exports.LimitExceededFault = exports.RecentlyActive = exports.MetricStreamOutputFormat = exports.StatusCode = exports.LimitExceededException = exports.Statistic = exports.EvaluationState = exports.InvalidNextToken = exports.ScanBy = exports.ResourceNotFoundException = exports.MissingRequiredParameterException = exports.InvalidParameterValueException = exports.InvalidParameterCombinationException = exports.InternalServiceFault = exports.ResourceNotFound = exports.DashboardNotFoundError = exports.DashboardInvalidInputError = exports.ConcurrentModificationException = exports.StateValue = exports.ComparisonOperator = exports.AnomalyDetectorType = exports.AnomalyDetectorStateValue = exports.StandardUnit = exports.HistoryItemType = exports.AlarmType = exports.ActionsSuppressedBy = void 0;
4
- const CloudWatchServiceException_1 = require("./CloudWatchServiceException");
5
- exports.ActionsSuppressedBy = {
6
- Alarm: "Alarm",
7
- ExtensionPeriod: "ExtensionPeriod",
8
- WaitPeriod: "WaitPeriod",
9
- };
10
- exports.AlarmType = {
11
- CompositeAlarm: "CompositeAlarm",
12
- MetricAlarm: "MetricAlarm",
13
- };
14
- exports.HistoryItemType = {
15
- Action: "Action",
16
- ConfigurationUpdate: "ConfigurationUpdate",
17
- StateUpdate: "StateUpdate",
18
- };
19
- exports.StandardUnit = {
20
- Bits: "Bits",
21
- Bits_Second: "Bits/Second",
22
- Bytes: "Bytes",
23
- Bytes_Second: "Bytes/Second",
24
- Count: "Count",
25
- Count_Second: "Count/Second",
26
- Gigabits: "Gigabits",
27
- Gigabits_Second: "Gigabits/Second",
28
- Gigabytes: "Gigabytes",
29
- Gigabytes_Second: "Gigabytes/Second",
30
- Kilobits: "Kilobits",
31
- Kilobits_Second: "Kilobits/Second",
32
- Kilobytes: "Kilobytes",
33
- Kilobytes_Second: "Kilobytes/Second",
34
- Megabits: "Megabits",
35
- Megabits_Second: "Megabits/Second",
36
- Megabytes: "Megabytes",
37
- Megabytes_Second: "Megabytes/Second",
38
- Microseconds: "Microseconds",
39
- Milliseconds: "Milliseconds",
40
- None: "None",
41
- Percent: "Percent",
42
- Seconds: "Seconds",
43
- Terabits: "Terabits",
44
- Terabits_Second: "Terabits/Second",
45
- Terabytes: "Terabytes",
46
- Terabytes_Second: "Terabytes/Second",
47
- };
48
- exports.AnomalyDetectorStateValue = {
49
- PENDING_TRAINING: "PENDING_TRAINING",
50
- TRAINED: "TRAINED",
51
- TRAINED_INSUFFICIENT_DATA: "TRAINED_INSUFFICIENT_DATA",
52
- };
53
- exports.AnomalyDetectorType = {
54
- METRIC_MATH: "METRIC_MATH",
55
- SINGLE_METRIC: "SINGLE_METRIC",
56
- };
57
- exports.ComparisonOperator = {
58
- GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
59
- GreaterThanThreshold: "GreaterThanThreshold",
60
- GreaterThanUpperThreshold: "GreaterThanUpperThreshold",
61
- LessThanLowerOrGreaterThanUpperThreshold: "LessThanLowerOrGreaterThanUpperThreshold",
62
- LessThanLowerThreshold: "LessThanLowerThreshold",
63
- LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
64
- LessThanThreshold: "LessThanThreshold",
65
- };
66
- exports.StateValue = {
67
- ALARM: "ALARM",
68
- INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
69
- OK: "OK",
70
- };
71
- class ConcurrentModificationException extends CloudWatchServiceException_1.CloudWatchServiceException {
72
- constructor(opts) {
73
- super({
74
- name: "ConcurrentModificationException",
75
- $fault: "client",
76
- ...opts,
77
- });
78
- this.name = "ConcurrentModificationException";
79
- this.$fault = "client";
80
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
81
- this.Message = opts.Message;
82
- }
83
- }
84
- exports.ConcurrentModificationException = ConcurrentModificationException;
85
- class DashboardInvalidInputError extends CloudWatchServiceException_1.CloudWatchServiceException {
86
- constructor(opts) {
87
- super({
88
- name: "DashboardInvalidInputError",
89
- $fault: "client",
90
- ...opts,
91
- });
92
- this.name = "DashboardInvalidInputError";
93
- this.$fault = "client";
94
- Object.setPrototypeOf(this, DashboardInvalidInputError.prototype);
95
- this.dashboardValidationMessages = opts.dashboardValidationMessages;
96
- }
97
- }
98
- exports.DashboardInvalidInputError = DashboardInvalidInputError;
99
- class DashboardNotFoundError extends CloudWatchServiceException_1.CloudWatchServiceException {
100
- constructor(opts) {
101
- super({
102
- name: "DashboardNotFoundError",
103
- $fault: "client",
104
- ...opts,
105
- });
106
- this.name = "DashboardNotFoundError";
107
- this.$fault = "client";
108
- Object.setPrototypeOf(this, DashboardNotFoundError.prototype);
109
- }
110
- }
111
- exports.DashboardNotFoundError = DashboardNotFoundError;
112
- class ResourceNotFound extends CloudWatchServiceException_1.CloudWatchServiceException {
113
- constructor(opts) {
114
- super({
115
- name: "ResourceNotFound",
116
- $fault: "client",
117
- ...opts,
118
- });
119
- this.name = "ResourceNotFound";
120
- this.$fault = "client";
121
- Object.setPrototypeOf(this, ResourceNotFound.prototype);
122
- }
123
- }
124
- exports.ResourceNotFound = ResourceNotFound;
125
- class InternalServiceFault extends CloudWatchServiceException_1.CloudWatchServiceException {
126
- constructor(opts) {
127
- super({
128
- name: "InternalServiceFault",
129
- $fault: "server",
130
- ...opts,
131
- });
132
- this.name = "InternalServiceFault";
133
- this.$fault = "server";
134
- Object.setPrototypeOf(this, InternalServiceFault.prototype);
135
- this.Message = opts.Message;
136
- }
137
- }
138
- exports.InternalServiceFault = InternalServiceFault;
139
- class InvalidParameterCombinationException extends CloudWatchServiceException_1.CloudWatchServiceException {
140
- constructor(opts) {
141
- super({
142
- name: "InvalidParameterCombinationException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- this.name = "InvalidParameterCombinationException";
147
- this.$fault = "client";
148
- Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
149
- }
150
- }
151
- exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
152
- class InvalidParameterValueException extends CloudWatchServiceException_1.CloudWatchServiceException {
153
- constructor(opts) {
154
- super({
155
- name: "InvalidParameterValueException",
156
- $fault: "client",
157
- ...opts,
158
- });
159
- this.name = "InvalidParameterValueException";
160
- this.$fault = "client";
161
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
162
- }
163
- }
164
- exports.InvalidParameterValueException = InvalidParameterValueException;
165
- class MissingRequiredParameterException extends CloudWatchServiceException_1.CloudWatchServiceException {
166
- constructor(opts) {
167
- super({
168
- name: "MissingRequiredParameterException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- this.name = "MissingRequiredParameterException";
173
- this.$fault = "client";
174
- Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
175
- }
176
- }
177
- exports.MissingRequiredParameterException = MissingRequiredParameterException;
178
- class ResourceNotFoundException extends CloudWatchServiceException_1.CloudWatchServiceException {
179
- constructor(opts) {
180
- super({
181
- name: "ResourceNotFoundException",
182
- $fault: "client",
183
- ...opts,
184
- });
185
- this.name = "ResourceNotFoundException";
186
- this.$fault = "client";
187
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
188
- this.ResourceType = opts.ResourceType;
189
- this.ResourceId = opts.ResourceId;
190
- this.Message = opts.Message;
191
- }
192
- }
193
- exports.ResourceNotFoundException = ResourceNotFoundException;
194
- exports.ScanBy = {
195
- TIMESTAMP_ASCENDING: "TimestampAscending",
196
- TIMESTAMP_DESCENDING: "TimestampDescending",
197
- };
198
- class InvalidNextToken extends CloudWatchServiceException_1.CloudWatchServiceException {
199
- constructor(opts) {
200
- super({
201
- name: "InvalidNextToken",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- this.name = "InvalidNextToken";
206
- this.$fault = "client";
207
- Object.setPrototypeOf(this, InvalidNextToken.prototype);
208
- }
209
- }
210
- exports.InvalidNextToken = InvalidNextToken;
211
- exports.EvaluationState = {
212
- PARTIAL_DATA: "PARTIAL_DATA",
213
- };
214
- exports.Statistic = {
215
- Average: "Average",
216
- Maximum: "Maximum",
217
- Minimum: "Minimum",
218
- SampleCount: "SampleCount",
219
- Sum: "Sum",
220
- };
221
- class LimitExceededException extends CloudWatchServiceException_1.CloudWatchServiceException {
222
- constructor(opts) {
223
- super({
224
- name: "LimitExceededException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- this.name = "LimitExceededException";
229
- this.$fault = "client";
230
- Object.setPrototypeOf(this, LimitExceededException.prototype);
231
- this.Message = opts.Message;
232
- }
233
- }
234
- exports.LimitExceededException = LimitExceededException;
235
- exports.StatusCode = {
236
- COMPLETE: "Complete",
237
- FORBIDDEN: "Forbidden",
238
- INTERNAL_ERROR: "InternalError",
239
- PARTIAL_DATA: "PartialData",
240
- };
241
- exports.MetricStreamOutputFormat = {
242
- JSON: "json",
243
- OPEN_TELEMETRY_0_7: "opentelemetry0.7",
244
- OPEN_TELEMETRY_1_0: "opentelemetry1.0",
245
- };
246
- exports.RecentlyActive = {
247
- PT3H: "PT3H",
248
- };
249
- class LimitExceededFault extends CloudWatchServiceException_1.CloudWatchServiceException {
250
- constructor(opts) {
251
- super({
252
- name: "LimitExceededFault",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- this.name = "LimitExceededFault";
257
- this.$fault = "client";
258
- Object.setPrototypeOf(this, LimitExceededFault.prototype);
259
- }
260
- }
261
- exports.LimitExceededFault = LimitExceededFault;
262
- class InvalidFormatFault extends CloudWatchServiceException_1.CloudWatchServiceException {
263
- constructor(opts) {
264
- super({
265
- name: "InvalidFormatFault",
266
- $fault: "client",
267
- ...opts,
268
- });
269
- this.name = "InvalidFormatFault";
270
- this.$fault = "client";
271
- Object.setPrototypeOf(this, InvalidFormatFault.prototype);
272
- }
273
- }
274
- exports.InvalidFormatFault = InvalidFormatFault;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAlarmHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const DescribeAlarmHistoryCommand_1 = require("../commands/DescribeAlarmHistoryCommand");
7
- exports.paginateDescribeAlarmHistory = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, DescribeAlarmHistoryCommand_1.DescribeAlarmHistoryCommand, "NextToken", "NextToken", "MaxRecords");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAlarms = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const DescribeAlarmsCommand_1 = require("../commands/DescribeAlarmsCommand");
7
- exports.paginateDescribeAlarms = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, DescribeAlarmsCommand_1.DescribeAlarmsCommand, "NextToken", "NextToken", "MaxRecords");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAnomalyDetectors = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const DescribeAnomalyDetectorsCommand_1 = require("../commands/DescribeAnomalyDetectorsCommand");
7
- exports.paginateDescribeAnomalyDetectors = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, DescribeAnomalyDetectorsCommand_1.DescribeAnomalyDetectorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeInsightRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const DescribeInsightRulesCommand_1 = require("../commands/DescribeInsightRulesCommand");
7
- exports.paginateDescribeInsightRules = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, DescribeInsightRulesCommand_1.DescribeInsightRulesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetMetricData = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const GetMetricDataCommand_1 = require("../commands/GetMetricDataCommand");
7
- exports.paginateGetMetricData = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, GetMetricDataCommand_1.GetMetricDataCommand, "NextToken", "NextToken", "MaxDatapoints");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDashboards = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const ListDashboardsCommand_1 = require("../commands/ListDashboardsCommand");
7
- exports.paginateListDashboards = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, ListDashboardsCommand_1.ListDashboardsCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListManagedInsightRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const ListManagedInsightRulesCommand_1 = require("../commands/ListManagedInsightRulesCommand");
7
- exports.paginateListManagedInsightRules = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, ListManagedInsightRulesCommand_1.ListManagedInsightRulesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMetricStreams = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const ListMetricStreamsCommand_1 = require("../commands/ListMetricStreamsCommand");
7
- exports.paginateListMetricStreams = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, ListMetricStreamsCommand_1.ListMetricStreamsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMetrics = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudWatchClient_1 = require("../CloudWatchClient");
6
- const ListMetricsCommand_1 = require("../commands/ListMetricsCommand");
7
- exports.paginateListMetrics = (0, core_1.createPaginator)(CloudWatchClient_1.CloudWatchClient, ListMetricsCommand_1.ListMetricsCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,13 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeAlarmHistoryPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeAlarmsPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribeAnomalyDetectorsPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribeInsightRulesPaginator"), exports);
8
- tslib_1.__exportStar(require("./GetMetricDataPaginator"), exports);
9
- tslib_1.__exportStar(require("./Interfaces"), exports);
10
- tslib_1.__exportStar(require("./ListDashboardsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListManagedInsightRulesPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListMetricStreamsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListMetricsPaginator"), exports);
1
+ module.exports = require("../index.js");