@aws-sdk/client-devops-guru 3.490.0 → 3.495.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 (59) hide show
  1. package/dist-cjs/DevOpsGuru.js +1 -73
  2. package/dist-cjs/DevOpsGuruClient.js +1 -43
  3. package/dist-cjs/commands/AddNotificationChannelCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteInsightCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeAccountHealthCommand.js +1 -28
  6. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +1 -28
  7. package/dist-cjs/commands/DescribeAnomalyCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeFeedbackCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeInsightCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +1 -28
  16. package/dist-cjs/commands/GetCostEstimationCommand.js +1 -28
  17. package/dist-cjs/commands/GetResourceCollectionCommand.js +1 -28
  18. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +1 -28
  19. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +1 -28
  20. package/dist-cjs/commands/ListEventsCommand.js +1 -28
  21. package/dist-cjs/commands/ListInsightsCommand.js +1 -28
  22. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +1 -28
  23. package/dist-cjs/commands/ListNotificationChannelsCommand.js +1 -28
  24. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +1 -28
  25. package/dist-cjs/commands/ListRecommendationsCommand.js +1 -28
  26. package/dist-cjs/commands/PutFeedbackCommand.js +1 -28
  27. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +1 -28
  28. package/dist-cjs/commands/SearchInsightsCommand.js +1 -28
  29. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +1 -28
  30. package/dist-cjs/commands/StartCostEstimationCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +1 -28
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +3706 -11
  38. package/dist-cjs/models/DevOpsGuruServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -304
  41. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +1 -7
  42. package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +1 -7
  43. package/dist-cjs/pagination/GetCostEstimationPaginator.js +1 -7
  44. package/dist-cjs/pagination/GetResourceCollectionPaginator.js +1 -7
  45. package/dist-cjs/pagination/Interfaces.js +1 -2
  46. package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListEventsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListInsightsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListRecommendationsPaginator.js +1 -7
  54. package/dist-cjs/pagination/SearchInsightsPaginator.js +1 -7
  55. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +1 -7
  56. package/dist-cjs/pagination/index.js +1 -18
  57. package/dist-cjs/protocols/Aws_restJson1.js +1 -2516
  58. package/dist-cjs/runtimeExtensions.js +1 -22
  59. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DevOpsGuruServiceException = 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 DevOpsGuruServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, DevOpsGuruServiceException.prototype);
10
- }
11
- }
12
- exports.DevOpsGuruServiceException = DevOpsGuruServiceException;
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,304 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateResourceCollectionAction = exports.Locale = exports.ResourceTypeFilter = exports.ResourcePermission = exports.InsightType = exports.EventClass = exports.EventDataSource = exports.CostEstimationStatus = exports.CostEstimationServiceResourceState = exports.ServerSideEncryptionType = exports.OptInStatus = exports.ResourceCollectionType = exports.ServiceName = exports.OrganizationResourceCollectionType = exports.InsightStatus = exports.InsightFeedbackOption = exports.AnomalyType = exports.AnomalyStatus = exports.CloudWatchMetricsStat = exports.CloudWatchMetricDataStatusCode = exports.AnomalySeverity = exports.LogAnomalyType = exports.EventSourceOptInStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.InsightSeverity = exports.NotificationMessageType = exports.AccessDeniedException = void 0;
4
- const DevOpsGuruServiceException_1 = require("./DevOpsGuruServiceException");
5
- class AccessDeniedException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- this.Message = opts.Message;
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- exports.NotificationMessageType = {
20
- CLOSED_INSIGHT: "CLOSED_INSIGHT",
21
- NEW_ASSOCIATION: "NEW_ASSOCIATION",
22
- NEW_INSIGHT: "NEW_INSIGHT",
23
- NEW_RECOMMENDATION: "NEW_RECOMMENDATION",
24
- SEVERITY_UPGRADED: "SEVERITY_UPGRADED",
25
- };
26
- exports.InsightSeverity = {
27
- HIGH: "HIGH",
28
- LOW: "LOW",
29
- MEDIUM: "MEDIUM",
30
- };
31
- class ConflictException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "ConflictException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "ConflictException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, ConflictException.prototype);
41
- this.Message = opts.Message;
42
- this.ResourceId = opts.ResourceId;
43
- this.ResourceType = opts.ResourceType;
44
- }
45
- }
46
- exports.ConflictException = ConflictException;
47
- class InternalServerException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
48
- constructor(opts) {
49
- super({
50
- name: "InternalServerException",
51
- $fault: "server",
52
- ...opts,
53
- });
54
- this.name = "InternalServerException";
55
- this.$fault = "server";
56
- Object.setPrototypeOf(this, InternalServerException.prototype);
57
- this.Message = opts.Message;
58
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
59
- }
60
- }
61
- exports.InternalServerException = InternalServerException;
62
- class ResourceNotFoundException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
63
- constructor(opts) {
64
- super({
65
- name: "ResourceNotFoundException",
66
- $fault: "client",
67
- ...opts,
68
- });
69
- this.name = "ResourceNotFoundException";
70
- this.$fault = "client";
71
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
72
- this.Message = opts.Message;
73
- this.ResourceId = opts.ResourceId;
74
- this.ResourceType = opts.ResourceType;
75
- }
76
- }
77
- exports.ResourceNotFoundException = ResourceNotFoundException;
78
- class ServiceQuotaExceededException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
79
- constructor(opts) {
80
- super({
81
- name: "ServiceQuotaExceededException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- this.name = "ServiceQuotaExceededException";
86
- this.$fault = "client";
87
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
88
- this.Message = opts.Message;
89
- }
90
- }
91
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
92
- class ThrottlingException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
93
- constructor(opts) {
94
- super({
95
- name: "ThrottlingException",
96
- $fault: "client",
97
- ...opts,
98
- });
99
- this.name = "ThrottlingException";
100
- this.$fault = "client";
101
- Object.setPrototypeOf(this, ThrottlingException.prototype);
102
- this.Message = opts.Message;
103
- this.QuotaCode = opts.QuotaCode;
104
- this.ServiceCode = opts.ServiceCode;
105
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
106
- }
107
- }
108
- exports.ThrottlingException = ThrottlingException;
109
- exports.ValidationExceptionReason = {
110
- CANNOT_PARSE: "CANNOT_PARSE",
111
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
112
- INVALID_PARAMETER_COMBINATION: "INVALID_PARAMETER_COMBINATION",
113
- OTHER: "OTHER",
114
- PARAMETER_INCONSISTENT_WITH_SERVICE_STATE: "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
115
- UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
116
- };
117
- class ValidationException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
118
- constructor(opts) {
119
- super({
120
- name: "ValidationException",
121
- $fault: "client",
122
- ...opts,
123
- });
124
- this.name = "ValidationException";
125
- this.$fault = "client";
126
- Object.setPrototypeOf(this, ValidationException.prototype);
127
- this.Message = opts.Message;
128
- this.Reason = opts.Reason;
129
- this.Fields = opts.Fields;
130
- }
131
- }
132
- exports.ValidationException = ValidationException;
133
- exports.EventSourceOptInStatus = {
134
- DISABLED: "DISABLED",
135
- ENABLED: "ENABLED",
136
- };
137
- exports.LogAnomalyType = {
138
- BLOCK_FORMAT: "BLOCK_FORMAT",
139
- FORMAT: "FORMAT",
140
- HTTP_CODE: "HTTP_CODE",
141
- KEYWORD: "KEYWORD",
142
- KEYWORD_TOKEN: "KEYWORD_TOKEN",
143
- NEW_FIELD_NAME: "NEW_FIELD_NAME",
144
- NUMERICAL_NAN: "NUMERICAL_NAN",
145
- NUMERICAL_POINT: "NUMERICAL_POINT",
146
- };
147
- exports.AnomalySeverity = {
148
- HIGH: "HIGH",
149
- LOW: "LOW",
150
- MEDIUM: "MEDIUM",
151
- };
152
- exports.CloudWatchMetricDataStatusCode = {
153
- COMPLETE: "Complete",
154
- INTERNAL_ERROR: "InternalError",
155
- PARTIAL_DATA: "PartialData",
156
- };
157
- exports.CloudWatchMetricsStat = {
158
- AVERAGE: "Average",
159
- MAXIMUM: "Maximum",
160
- MINIMUM: "Minimum",
161
- P50: "p50",
162
- P90: "p90",
163
- P99: "p99",
164
- SAMPLE_COUNT: "SampleCount",
165
- SUM: "Sum",
166
- };
167
- exports.AnomalyStatus = {
168
- CLOSED: "CLOSED",
169
- ONGOING: "ONGOING",
170
- };
171
- exports.AnomalyType = {
172
- CAUSAL: "CAUSAL",
173
- CONTEXTUAL: "CONTEXTUAL",
174
- };
175
- exports.InsightFeedbackOption = {
176
- ALERT_TOO_SENSITIVE: "ALERT_TOO_SENSITIVE",
177
- DATA_INCORRECT: "DATA_INCORRECT",
178
- DATA_NOISY_ANOMALY: "DATA_NOISY_ANOMALY",
179
- RECOMMENDATION_USEFUL: "RECOMMENDATION_USEFUL",
180
- VALID_COLLECTION: "VALID_COLLECTION",
181
- };
182
- exports.InsightStatus = {
183
- CLOSED: "CLOSED",
184
- ONGOING: "ONGOING",
185
- };
186
- exports.OrganizationResourceCollectionType = {
187
- AWS_ACCOUNT: "AWS_ACCOUNT",
188
- AWS_CLOUD_FORMATION: "AWS_CLOUD_FORMATION",
189
- AWS_SERVICE: "AWS_SERVICE",
190
- AWS_TAGS: "AWS_TAGS",
191
- };
192
- exports.ServiceName = {
193
- API_GATEWAY: "API_GATEWAY",
194
- APPLICATION_ELB: "APPLICATION_ELB",
195
- AUTO_SCALING_GROUP: "AUTO_SCALING_GROUP",
196
- CLOUD_FRONT: "CLOUD_FRONT",
197
- DYNAMO_DB: "DYNAMO_DB",
198
- EC2: "EC2",
199
- ECS: "ECS",
200
- EKS: "EKS",
201
- ELASTIC_BEANSTALK: "ELASTIC_BEANSTALK",
202
- ELASTI_CACHE: "ELASTI_CACHE",
203
- ELB: "ELB",
204
- ES: "ES",
205
- KINESIS: "KINESIS",
206
- LAMBDA: "LAMBDA",
207
- NAT_GATEWAY: "NAT_GATEWAY",
208
- NETWORK_ELB: "NETWORK_ELB",
209
- RDS: "RDS",
210
- REDSHIFT: "REDSHIFT",
211
- ROUTE_53: "ROUTE_53",
212
- S3: "S3",
213
- SAGE_MAKER: "SAGE_MAKER",
214
- SNS: "SNS",
215
- SQS: "SQS",
216
- STEP_FUNCTIONS: "STEP_FUNCTIONS",
217
- SWF: "SWF",
218
- };
219
- exports.ResourceCollectionType = {
220
- AWS_CLOUD_FORMATION: "AWS_CLOUD_FORMATION",
221
- AWS_SERVICE: "AWS_SERVICE",
222
- AWS_TAGS: "AWS_TAGS",
223
- };
224
- exports.OptInStatus = {
225
- DISABLED: "DISABLED",
226
- ENABLED: "ENABLED",
227
- };
228
- exports.ServerSideEncryptionType = {
229
- AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY",
230
- CUSTOMER_MANAGED_KEY: "CUSTOMER_MANAGED_KEY",
231
- };
232
- exports.CostEstimationServiceResourceState = {
233
- ACTIVE: "ACTIVE",
234
- INACTIVE: "INACTIVE",
235
- };
236
- exports.CostEstimationStatus = {
237
- COMPLETED: "COMPLETED",
238
- ONGOING: "ONGOING",
239
- };
240
- exports.EventDataSource = {
241
- AWS_CLOUD_TRAIL: "AWS_CLOUD_TRAIL",
242
- AWS_CODE_DEPLOY: "AWS_CODE_DEPLOY",
243
- };
244
- exports.EventClass = {
245
- CONFIG_CHANGE: "CONFIG_CHANGE",
246
- DEPLOYMENT: "DEPLOYMENT",
247
- INFRASTRUCTURE: "INFRASTRUCTURE",
248
- SCHEMA_CHANGE: "SCHEMA_CHANGE",
249
- SECURITY_CHANGE: "SECURITY_CHANGE",
250
- };
251
- exports.InsightType = {
252
- PROACTIVE: "PROACTIVE",
253
- REACTIVE: "REACTIVE",
254
- };
255
- exports.ResourcePermission = {
256
- FULL_PERMISSION: "FULL_PERMISSION",
257
- MISSING_PERMISSION: "MISSING_PERMISSION",
258
- };
259
- exports.ResourceTypeFilter = {
260
- CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION",
261
- DYNAMODB_TABLE: "DYNAMODB_TABLE",
262
- EC2_NAT_GATEWAY: "EC2_NAT_GATEWAY",
263
- ECS_CLUSTER: "ECS_CLUSTER",
264
- ECS_SERVICE: "ECS_SERVICE",
265
- EKS_CLUSTER: "EKS_CLUSTER",
266
- ELASTICACHE_CACHE_CLUSTER: "ELASTICACHE_CACHE_CLUSTER",
267
- ELASTICSEARCH_DOMAIN: "ELASTICSEARCH_DOMAIN",
268
- ELASTIC_BEANSTALK_ENVIRONMENT: "ELASTIC_BEANSTALK_ENVIRONMENT",
269
- ELASTIC_LOAD_BALANCER_LOAD_BALANCER: "ELASTIC_LOAD_BALANCER_LOAD_BALANCER",
270
- ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER: "ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER",
271
- ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP: "ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP",
272
- KINESIS_STREAM: "KINESIS_STREAM",
273
- LAMBDA_FUNCTION: "LAMBDA_FUNCTION",
274
- LOG_GROUPS: "LOG_GROUPS",
275
- OPEN_SEARCH_SERVICE_DOMAIN: "OPEN_SEARCH_SERVICE_DOMAIN",
276
- RDS_DB_CLUSTER: "RDS_DB_CLUSTER",
277
- RDS_DB_INSTANCE: "RDS_DB_INSTANCE",
278
- REDSHIFT_CLUSTER: "REDSHIFT_CLUSTER",
279
- ROUTE53_HEALTH_CHECK: "ROUTE53_HEALTH_CHECK",
280
- ROUTE53_HOSTED_ZONE: "ROUTE53_HOSTED_ZONE",
281
- S3_BUCKET: "S3_BUCKET",
282
- SAGEMAKER_ENDPOINT: "SAGEMAKER_ENDPOINT",
283
- SNS_TOPIC: "SNS_TOPIC",
284
- SQS_QUEUE: "SQS_QUEUE",
285
- STEP_FUNCTIONS_ACTIVITY: "STEP_FUNCTIONS_ACTIVITY",
286
- STEP_FUNCTIONS_STATE_MACHINE: "STEP_FUNCTIONS_STATE_MACHINE",
287
- };
288
- exports.Locale = {
289
- DE_DE: "DE_DE",
290
- EN_GB: "EN_GB",
291
- EN_US: "EN_US",
292
- ES_ES: "ES_ES",
293
- FR_FR: "FR_FR",
294
- IT_IT: "IT_IT",
295
- JA_JP: "JA_JP",
296
- KO_KR: "KO_KR",
297
- PT_BR: "PT_BR",
298
- ZH_CN: "ZH_CN",
299
- ZH_TW: "ZH_TW",
300
- };
301
- exports.UpdateResourceCollectionAction = {
302
- ADD: "ADD",
303
- REMOVE: "REMOVE",
304
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeOrganizationResourceCollectionHealth = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeOrganizationResourceCollectionHealthCommand_1 = require("../commands/DescribeOrganizationResourceCollectionHealthCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateDescribeOrganizationResourceCollectionHealth = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand_1.DescribeOrganizationResourceCollectionHealthCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeResourceCollectionHealth = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeResourceCollectionHealthCommand_1 = require("../commands/DescribeResourceCollectionHealthCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateDescribeResourceCollectionHealth = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, DescribeResourceCollectionHealthCommand_1.DescribeResourceCollectionHealthCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetCostEstimation = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetCostEstimationCommand_1 = require("../commands/GetCostEstimationCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateGetCostEstimation = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, GetCostEstimationCommand_1.GetCostEstimationCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetResourceCollection = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetResourceCollectionCommand_1 = require("../commands/GetResourceCollectionCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateGetResourceCollection = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, GetResourceCollectionCommand_1.GetResourceCollectionCommand, "NextToken", "NextToken", "");
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.paginateListAnomaliesForInsight = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAnomaliesForInsightCommand_1 = require("../commands/ListAnomaliesForInsightCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListAnomaliesForInsight = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListAnomaliesForInsightCommand_1.ListAnomaliesForInsightCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAnomalousLogGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAnomalousLogGroupsCommand_1 = require("../commands/ListAnomalousLogGroupsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListAnomalousLogGroups = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListAnomalousLogGroupsCommand_1.ListAnomalousLogGroupsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEventsCommand_1 = require("../commands/ListEventsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListEvents = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListEventsCommand_1.ListEventsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListInsights = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListInsightsCommand_1 = require("../commands/ListInsightsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListInsights = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListInsightsCommand_1.ListInsightsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMonitoredResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMonitoredResourcesCommand_1 = require("../commands/ListMonitoredResourcesCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListMonitoredResources = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListMonitoredResourcesCommand_1.ListMonitoredResourcesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNotificationChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNotificationChannelsCommand_1 = require("../commands/ListNotificationChannelsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListNotificationChannels = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListNotificationChannelsCommand_1.ListNotificationChannelsCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOrganizationInsights = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOrganizationInsightsCommand_1 = require("../commands/ListOrganizationInsightsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListOrganizationInsights = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListOrganizationInsightsCommand_1.ListOrganizationInsightsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListRecommendations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListRecommendationsCommand_1 = require("../commands/ListRecommendationsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateListRecommendations = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, ListRecommendationsCommand_1.ListRecommendationsCommand, "NextToken", "NextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchInsights = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchInsightsCommand_1 = require("../commands/SearchInsightsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateSearchInsights = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, SearchInsightsCommand_1.SearchInsightsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchOrganizationInsights = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchOrganizationInsightsCommand_1 = require("../commands/SearchOrganizationInsightsCommand");
6
- const DevOpsGuruClient_1 = require("../DevOpsGuruClient");
7
- exports.paginateSearchOrganizationInsights = (0, core_1.createPaginator)(DevOpsGuruClient_1.DevOpsGuruClient, SearchOrganizationInsightsCommand_1.SearchOrganizationInsightsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeOrganizationResourceCollectionHealthPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeResourceCollectionHealthPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetCostEstimationPaginator"), exports);
7
- tslib_1.__exportStar(require("./GetResourceCollectionPaginator"), exports);
8
- tslib_1.__exportStar(require("./Interfaces"), exports);
9
- tslib_1.__exportStar(require("./ListAnomaliesForInsightPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListAnomalousLogGroupsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListEventsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListInsightsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListMonitoredResourcesPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListNotificationChannelsPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListOrganizationInsightsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListRecommendationsPaginator"), exports);
17
- tslib_1.__exportStar(require("./SearchInsightsPaginator"), exports);
18
- tslib_1.__exportStar(require("./SearchOrganizationInsightsPaginator"), exports);
1
+ module.exports = require("../index.js");