@aws-sdk/client-internetmonitor 3.489.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 (31) hide show
  1. package/dist-cjs/InternetMonitor.js +1 -39
  2. package/dist-cjs/InternetMonitorClient.js +1 -43
  3. package/dist-cjs/commands/CreateMonitorCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteMonitorCommand.js +1 -28
  5. package/dist-cjs/commands/GetHealthEventCommand.js +1 -28
  6. package/dist-cjs/commands/GetMonitorCommand.js +1 -28
  7. package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
  8. package/dist-cjs/commands/GetQueryStatusCommand.js +1 -28
  9. package/dist-cjs/commands/ListHealthEventsCommand.js +1 -28
  10. package/dist-cjs/commands/ListMonitorsCommand.js +1 -28
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  12. package/dist-cjs/commands/StartQueryCommand.js +1 -28
  13. package/dist-cjs/commands/StopQueryCommand.js +1 -28
  14. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  15. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  16. package/dist-cjs/commands/UpdateMonitorCommand.js +1 -28
  17. package/dist-cjs/commands/index.js +1 -17
  18. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  19. package/dist-cjs/extensionConfiguration.js +1 -2
  20. package/dist-cjs/index.js +1877 -11
  21. package/dist-cjs/models/InternetMonitorServiceException.js +1 -12
  22. package/dist-cjs/models/index.js +1 -4
  23. package/dist-cjs/models/models_0.js +1 -207
  24. package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
  25. package/dist-cjs/pagination/Interfaces.js +1 -2
  26. package/dist-cjs/pagination/ListHealthEventsPaginator.js +1 -7
  27. package/dist-cjs/pagination/ListMonitorsPaginator.js +1 -7
  28. package/dist-cjs/pagination/index.js +1 -7
  29. package/dist-cjs/protocols/Aws_restJson1.js +1 -1167
  30. package/dist-cjs/runtimeExtensions.js +1 -22
  31. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InternetMonitorServiceException = 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 InternetMonitorServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, InternetMonitorServiceException.prototype);
10
- }
11
- }
12
- exports.InternetMonitorServiceException = InternetMonitorServiceException;
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,207 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceNotFoundException = exports.QueryType = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.QueryStatus = exports.MonitorProcessingStatusCode = exports.HealthEventImpactType = exports.HealthEventStatus = exports.TriangulationEventType = exports.Operator = exports.ValidationException = exports.ThrottlingException = exports.LimitExceededException = exports.InternalServerException = exports.MonitorConfigState = exports.LogDeliveryStatus = exports.LocalHealthEventsConfigStatus = exports.ConflictException = exports.BadRequestException = exports.AccessDeniedException = void 0;
4
- const InternetMonitorServiceException_1 = require("./InternetMonitorServiceException");
5
- class AccessDeniedException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
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
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- class BadRequestException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "BadRequestException",
22
- $fault: "client",
23
- ...opts,
24
- });
25
- this.name = "BadRequestException";
26
- this.$fault = "client";
27
- Object.setPrototypeOf(this, BadRequestException.prototype);
28
- }
29
- }
30
- exports.BadRequestException = BadRequestException;
31
- class ConflictException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
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
- }
42
- }
43
- exports.ConflictException = ConflictException;
44
- exports.LocalHealthEventsConfigStatus = {
45
- DISABLED: "DISABLED",
46
- ENABLED: "ENABLED",
47
- };
48
- exports.LogDeliveryStatus = {
49
- DISABLED: "DISABLED",
50
- ENABLED: "ENABLED",
51
- };
52
- exports.MonitorConfigState = {
53
- ACTIVE: "ACTIVE",
54
- ERROR: "ERROR",
55
- INACTIVE: "INACTIVE",
56
- PENDING: "PENDING",
57
- };
58
- class InternalServerException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
59
- constructor(opts) {
60
- super({
61
- name: "InternalServerException",
62
- $fault: "server",
63
- ...opts,
64
- });
65
- this.name = "InternalServerException";
66
- this.$fault = "server";
67
- this.$retryable = {};
68
- Object.setPrototypeOf(this, InternalServerException.prototype);
69
- }
70
- }
71
- exports.InternalServerException = InternalServerException;
72
- class LimitExceededException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
73
- constructor(opts) {
74
- super({
75
- name: "LimitExceededException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- this.name = "LimitExceededException";
80
- this.$fault = "client";
81
- Object.setPrototypeOf(this, LimitExceededException.prototype);
82
- }
83
- }
84
- exports.LimitExceededException = LimitExceededException;
85
- class ThrottlingException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
86
- constructor(opts) {
87
- super({
88
- name: "ThrottlingException",
89
- $fault: "client",
90
- ...opts,
91
- });
92
- this.name = "ThrottlingException";
93
- this.$fault = "client";
94
- this.$retryable = {
95
- throttling: true,
96
- };
97
- Object.setPrototypeOf(this, ThrottlingException.prototype);
98
- }
99
- }
100
- exports.ThrottlingException = ThrottlingException;
101
- class ValidationException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
102
- constructor(opts) {
103
- super({
104
- name: "ValidationException",
105
- $fault: "client",
106
- ...opts,
107
- });
108
- this.name = "ValidationException";
109
- this.$fault = "client";
110
- Object.setPrototypeOf(this, ValidationException.prototype);
111
- }
112
- }
113
- exports.ValidationException = ValidationException;
114
- exports.Operator = {
115
- EQUALS: "EQUALS",
116
- NOT_EQUALS: "NOT_EQUALS",
117
- };
118
- exports.TriangulationEventType = {
119
- AWS: "AWS",
120
- INTERNET: "Internet",
121
- };
122
- exports.HealthEventStatus = {
123
- ACTIVE: "ACTIVE",
124
- RESOLVED: "RESOLVED",
125
- };
126
- exports.HealthEventImpactType = {
127
- AVAILABILITY: "AVAILABILITY",
128
- LOCAL_AVAILABILITY: "LOCAL_AVAILABILITY",
129
- LOCAL_PERFORMANCE: "LOCAL_PERFORMANCE",
130
- PERFORMANCE: "PERFORMANCE",
131
- };
132
- exports.MonitorProcessingStatusCode = {
133
- COLLECTING_DATA: "COLLECTING_DATA",
134
- FAULT_ACCESS_CLOUDWATCH: "FAULT_ACCESS_CLOUDWATCH",
135
- FAULT_SERVICE: "FAULT_SERVICE",
136
- INACTIVE: "INACTIVE",
137
- INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
138
- OK: "OK",
139
- };
140
- exports.QueryStatus = {
141
- CANCELED: "CANCELED",
142
- FAILED: "FAILED",
143
- QUEUED: "QUEUED",
144
- RUNNING: "RUNNING",
145
- SUCCEEDED: "SUCCEEDED",
146
- };
147
- class InternalServerErrorException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
148
- constructor(opts) {
149
- super({
150
- name: "InternalServerErrorException",
151
- $fault: "server",
152
- ...opts,
153
- });
154
- this.name = "InternalServerErrorException";
155
- this.$fault = "server";
156
- this.$retryable = {};
157
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
158
- }
159
- }
160
- exports.InternalServerErrorException = InternalServerErrorException;
161
- class NotFoundException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
162
- constructor(opts) {
163
- super({
164
- name: "NotFoundException",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- this.name = "NotFoundException";
169
- this.$fault = "client";
170
- Object.setPrototypeOf(this, NotFoundException.prototype);
171
- }
172
- }
173
- exports.NotFoundException = NotFoundException;
174
- class TooManyRequestsException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
175
- constructor(opts) {
176
- super({
177
- name: "TooManyRequestsException",
178
- $fault: "client",
179
- ...opts,
180
- });
181
- this.name = "TooManyRequestsException";
182
- this.$fault = "client";
183
- this.$retryable = {
184
- throttling: true,
185
- };
186
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
187
- }
188
- }
189
- exports.TooManyRequestsException = TooManyRequestsException;
190
- exports.QueryType = {
191
- MEASUREMENTS: "MEASUREMENTS",
192
- TOP_LOCATIONS: "TOP_LOCATIONS",
193
- TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS",
194
- };
195
- class ResourceNotFoundException extends InternetMonitorServiceException_1.InternetMonitorServiceException {
196
- constructor(opts) {
197
- super({
198
- name: "ResourceNotFoundException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- this.name = "ResourceNotFoundException";
203
- this.$fault = "client";
204
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
205
- }
206
- }
207
- exports.ResourceNotFoundException = ResourceNotFoundException;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetQueryResults = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetQueryResultsCommand_1 = require("../commands/GetQueryResultsCommand");
6
- const InternetMonitorClient_1 = require("../InternetMonitorClient");
7
- exports.paginateGetQueryResults = (0, core_1.createPaginator)(InternetMonitorClient_1.InternetMonitorClient, GetQueryResultsCommand_1.GetQueryResultsCommand, "NextToken", "NextToken", "MaxResults");
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.paginateListHealthEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListHealthEventsCommand_1 = require("../commands/ListHealthEventsCommand");
6
- const InternetMonitorClient_1 = require("../InternetMonitorClient");
7
- exports.paginateListHealthEvents = (0, core_1.createPaginator)(InternetMonitorClient_1.InternetMonitorClient, ListHealthEventsCommand_1.ListHealthEventsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMonitors = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMonitorsCommand_1 = require("../commands/ListMonitorsCommand");
6
- const InternetMonitorClient_1 = require("../InternetMonitorClient");
7
- exports.paginateListMonitors = (0, core_1.createPaginator)(InternetMonitorClient_1.InternetMonitorClient, ListMonitorsCommand_1.ListMonitorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetQueryResultsPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListHealthEventsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListMonitorsPaginator"), exports);
1
+ module.exports = require("../index.js");