@aws-sdk/client-rum 3.44.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +211 -0
- package/dist-cjs/RUM.js +157 -0
- package/dist-cjs/RUMClient.js +35 -0
- package/dist-cjs/commands/CreateAppMonitorCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppMonitorCommand.js +36 -0
- package/dist-cjs/commands/GetAppMonitorCommand.js +36 -0
- package/dist-cjs/commands/GetAppMonitorDataCommand.js +36 -0
- package/dist-cjs/commands/ListAppMonitorsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/PutRumEventsCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateAppMonitorCommand.js +36 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoints.js +130 -0
- package/dist-cjs/index.js +8 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +237 -0
- package/dist-cjs/pagination/GetAppMonitorDataPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAppMonitorsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1502 -0
- package/dist-cjs/runtimeConfig.browser.js +40 -0
- package/dist-cjs/runtimeConfig.js +44 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/RUM.js +160 -0
- package/dist-es/RUMClient.js +37 -0
- package/dist-es/commands/CreateAppMonitorCommand.js +39 -0
- package/dist-es/commands/DeleteAppMonitorCommand.js +39 -0
- package/dist-es/commands/GetAppMonitorCommand.js +39 -0
- package/dist-es/commands/GetAppMonitorDataCommand.js +39 -0
- package/dist-es/commands/ListAppMonitorsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutRumEventsCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAppMonitorCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +126 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +161 -0
- package/dist-es/pagination/GetAppMonitorDataPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAppMonitorsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1652 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/RUM.d.ts +120 -0
- package/dist-types/RUMClient.d.ts +158 -0
- package/dist-types/commands/CreateAppMonitorCommand.d.ts +43 -0
- package/dist-types/commands/DeleteAppMonitorCommand.d.ts +35 -0
- package/dist-types/commands/GetAppMonitorCommand.d.ts +35 -0
- package/dist-types/commands/GetAppMonitorDataCommand.d.ts +36 -0
- package/dist-types/commands/ListAppMonitorsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PutRumEventsCommand.d.ts +38 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAppMonitorCommand.d.ts +45 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +5 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +824 -0
- package/dist-types/pagination/GetAppMonitorDataPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAppMonitorsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +32 -0
- package/dist-types/runtimeConfig.browser.d.ts +39 -0
- package/dist-types/runtimeConfig.d.ts +39 -0
- package/dist-types/runtimeConfig.native.d.ts +38 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/RUM.d.ts +55 -0
- package/dist-types/ts3.4/RUMClient.d.ts +81 -0
- package/dist-types/ts3.4/commands/CreateAppMonitorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppMonitorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppMonitorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppMonitorDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppMonitorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRumEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppMonitorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +455 -0
- package/dist-types/ts3.4/pagination/GetAppMonitorDataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAppMonitorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +32 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutRumEventsResponse = exports.PutRumEventsRequest = exports.UserDetails = exports.RumEvent = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.UpdateAppMonitorResponse = exports.UpdateAppMonitorRequest = exports.ListAppMonitorsResponse = exports.AppMonitorSummary = exports.ListAppMonitorsRequest = exports.GetAppMonitorDataResponse = exports.GetAppMonitorDataRequest = exports.TimeRange = exports.QueryFilter = exports.GetAppMonitorResponse = exports.GetAppMonitorRequest = exports.ResourceNotFoundException = exports.DeleteAppMonitorResponse = exports.DeleteAppMonitorRequest = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.CreateAppMonitorResponse = exports.CreateAppMonitorRequest = exports.ConflictException = exports.AppMonitorDetails = exports.AppMonitor = exports.StateEnum = exports.DataStorage = exports.CwLog = exports.AppMonitorConfiguration = exports.Telemetry = exports.AccessDeniedException = void 0;
|
|
4
|
+
var AccessDeniedException;
|
|
5
|
+
(function (AccessDeniedException) {
|
|
6
|
+
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
});
|
|
9
|
+
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
10
|
+
var Telemetry;
|
|
11
|
+
(function (Telemetry) {
|
|
12
|
+
Telemetry["ERRORS"] = "errors";
|
|
13
|
+
Telemetry["HTTP"] = "http";
|
|
14
|
+
Telemetry["PERFORMANCE"] = "performance";
|
|
15
|
+
})(Telemetry = exports.Telemetry || (exports.Telemetry = {}));
|
|
16
|
+
var AppMonitorConfiguration;
|
|
17
|
+
(function (AppMonitorConfiguration) {
|
|
18
|
+
AppMonitorConfiguration.filterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
});
|
|
21
|
+
})(AppMonitorConfiguration = exports.AppMonitorConfiguration || (exports.AppMonitorConfiguration = {}));
|
|
22
|
+
var CwLog;
|
|
23
|
+
(function (CwLog) {
|
|
24
|
+
CwLog.filterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
})(CwLog = exports.CwLog || (exports.CwLog = {}));
|
|
28
|
+
var DataStorage;
|
|
29
|
+
(function (DataStorage) {
|
|
30
|
+
DataStorage.filterSensitiveLog = (obj) => ({
|
|
31
|
+
...obj,
|
|
32
|
+
});
|
|
33
|
+
})(DataStorage = exports.DataStorage || (exports.DataStorage = {}));
|
|
34
|
+
var StateEnum;
|
|
35
|
+
(function (StateEnum) {
|
|
36
|
+
StateEnum["ACTIVE"] = "ACTIVE";
|
|
37
|
+
StateEnum["CREATED"] = "CREATED";
|
|
38
|
+
StateEnum["DELETING"] = "DELETING";
|
|
39
|
+
})(StateEnum = exports.StateEnum || (exports.StateEnum = {}));
|
|
40
|
+
var AppMonitor;
|
|
41
|
+
(function (AppMonitor) {
|
|
42
|
+
AppMonitor.filterSensitiveLog = (obj) => ({
|
|
43
|
+
...obj,
|
|
44
|
+
});
|
|
45
|
+
})(AppMonitor = exports.AppMonitor || (exports.AppMonitor = {}));
|
|
46
|
+
var AppMonitorDetails;
|
|
47
|
+
(function (AppMonitorDetails) {
|
|
48
|
+
AppMonitorDetails.filterSensitiveLog = (obj) => ({
|
|
49
|
+
...obj,
|
|
50
|
+
});
|
|
51
|
+
})(AppMonitorDetails = exports.AppMonitorDetails || (exports.AppMonitorDetails = {}));
|
|
52
|
+
var ConflictException;
|
|
53
|
+
(function (ConflictException) {
|
|
54
|
+
ConflictException.filterSensitiveLog = (obj) => ({
|
|
55
|
+
...obj,
|
|
56
|
+
});
|
|
57
|
+
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
58
|
+
var CreateAppMonitorRequest;
|
|
59
|
+
(function (CreateAppMonitorRequest) {
|
|
60
|
+
CreateAppMonitorRequest.filterSensitiveLog = (obj) => ({
|
|
61
|
+
...obj,
|
|
62
|
+
});
|
|
63
|
+
})(CreateAppMonitorRequest = exports.CreateAppMonitorRequest || (exports.CreateAppMonitorRequest = {}));
|
|
64
|
+
var CreateAppMonitorResponse;
|
|
65
|
+
(function (CreateAppMonitorResponse) {
|
|
66
|
+
CreateAppMonitorResponse.filterSensitiveLog = (obj) => ({
|
|
67
|
+
...obj,
|
|
68
|
+
});
|
|
69
|
+
})(CreateAppMonitorResponse = exports.CreateAppMonitorResponse || (exports.CreateAppMonitorResponse = {}));
|
|
70
|
+
var InternalServerException;
|
|
71
|
+
(function (InternalServerException) {
|
|
72
|
+
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
73
|
+
...obj,
|
|
74
|
+
});
|
|
75
|
+
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
76
|
+
var ServiceQuotaExceededException;
|
|
77
|
+
(function (ServiceQuotaExceededException) {
|
|
78
|
+
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
79
|
+
...obj,
|
|
80
|
+
});
|
|
81
|
+
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
82
|
+
var ThrottlingException;
|
|
83
|
+
(function (ThrottlingException) {
|
|
84
|
+
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
85
|
+
...obj,
|
|
86
|
+
});
|
|
87
|
+
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
88
|
+
var ValidationException;
|
|
89
|
+
(function (ValidationException) {
|
|
90
|
+
ValidationException.filterSensitiveLog = (obj) => ({
|
|
91
|
+
...obj,
|
|
92
|
+
});
|
|
93
|
+
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
94
|
+
var DeleteAppMonitorRequest;
|
|
95
|
+
(function (DeleteAppMonitorRequest) {
|
|
96
|
+
DeleteAppMonitorRequest.filterSensitiveLog = (obj) => ({
|
|
97
|
+
...obj,
|
|
98
|
+
});
|
|
99
|
+
})(DeleteAppMonitorRequest = exports.DeleteAppMonitorRequest || (exports.DeleteAppMonitorRequest = {}));
|
|
100
|
+
var DeleteAppMonitorResponse;
|
|
101
|
+
(function (DeleteAppMonitorResponse) {
|
|
102
|
+
DeleteAppMonitorResponse.filterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
})(DeleteAppMonitorResponse = exports.DeleteAppMonitorResponse || (exports.DeleteAppMonitorResponse = {}));
|
|
106
|
+
var ResourceNotFoundException;
|
|
107
|
+
(function (ResourceNotFoundException) {
|
|
108
|
+
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
109
|
+
...obj,
|
|
110
|
+
});
|
|
111
|
+
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
112
|
+
var GetAppMonitorRequest;
|
|
113
|
+
(function (GetAppMonitorRequest) {
|
|
114
|
+
GetAppMonitorRequest.filterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
})(GetAppMonitorRequest = exports.GetAppMonitorRequest || (exports.GetAppMonitorRequest = {}));
|
|
118
|
+
var GetAppMonitorResponse;
|
|
119
|
+
(function (GetAppMonitorResponse) {
|
|
120
|
+
GetAppMonitorResponse.filterSensitiveLog = (obj) => ({
|
|
121
|
+
...obj,
|
|
122
|
+
});
|
|
123
|
+
})(GetAppMonitorResponse = exports.GetAppMonitorResponse || (exports.GetAppMonitorResponse = {}));
|
|
124
|
+
var QueryFilter;
|
|
125
|
+
(function (QueryFilter) {
|
|
126
|
+
QueryFilter.filterSensitiveLog = (obj) => ({
|
|
127
|
+
...obj,
|
|
128
|
+
});
|
|
129
|
+
})(QueryFilter = exports.QueryFilter || (exports.QueryFilter = {}));
|
|
130
|
+
var TimeRange;
|
|
131
|
+
(function (TimeRange) {
|
|
132
|
+
TimeRange.filterSensitiveLog = (obj) => ({
|
|
133
|
+
...obj,
|
|
134
|
+
});
|
|
135
|
+
})(TimeRange = exports.TimeRange || (exports.TimeRange = {}));
|
|
136
|
+
var GetAppMonitorDataRequest;
|
|
137
|
+
(function (GetAppMonitorDataRequest) {
|
|
138
|
+
GetAppMonitorDataRequest.filterSensitiveLog = (obj) => ({
|
|
139
|
+
...obj,
|
|
140
|
+
});
|
|
141
|
+
})(GetAppMonitorDataRequest = exports.GetAppMonitorDataRequest || (exports.GetAppMonitorDataRequest = {}));
|
|
142
|
+
var GetAppMonitorDataResponse;
|
|
143
|
+
(function (GetAppMonitorDataResponse) {
|
|
144
|
+
GetAppMonitorDataResponse.filterSensitiveLog = (obj) => ({
|
|
145
|
+
...obj,
|
|
146
|
+
});
|
|
147
|
+
})(GetAppMonitorDataResponse = exports.GetAppMonitorDataResponse || (exports.GetAppMonitorDataResponse = {}));
|
|
148
|
+
var ListAppMonitorsRequest;
|
|
149
|
+
(function (ListAppMonitorsRequest) {
|
|
150
|
+
ListAppMonitorsRequest.filterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
})(ListAppMonitorsRequest = exports.ListAppMonitorsRequest || (exports.ListAppMonitorsRequest = {}));
|
|
154
|
+
var AppMonitorSummary;
|
|
155
|
+
(function (AppMonitorSummary) {
|
|
156
|
+
AppMonitorSummary.filterSensitiveLog = (obj) => ({
|
|
157
|
+
...obj,
|
|
158
|
+
});
|
|
159
|
+
})(AppMonitorSummary = exports.AppMonitorSummary || (exports.AppMonitorSummary = {}));
|
|
160
|
+
var ListAppMonitorsResponse;
|
|
161
|
+
(function (ListAppMonitorsResponse) {
|
|
162
|
+
ListAppMonitorsResponse.filterSensitiveLog = (obj) => ({
|
|
163
|
+
...obj,
|
|
164
|
+
});
|
|
165
|
+
})(ListAppMonitorsResponse = exports.ListAppMonitorsResponse || (exports.ListAppMonitorsResponse = {}));
|
|
166
|
+
var UpdateAppMonitorRequest;
|
|
167
|
+
(function (UpdateAppMonitorRequest) {
|
|
168
|
+
UpdateAppMonitorRequest.filterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
});
|
|
171
|
+
})(UpdateAppMonitorRequest = exports.UpdateAppMonitorRequest || (exports.UpdateAppMonitorRequest = {}));
|
|
172
|
+
var UpdateAppMonitorResponse;
|
|
173
|
+
(function (UpdateAppMonitorResponse) {
|
|
174
|
+
UpdateAppMonitorResponse.filterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
})(UpdateAppMonitorResponse = exports.UpdateAppMonitorResponse || (exports.UpdateAppMonitorResponse = {}));
|
|
178
|
+
var ListTagsForResourceRequest;
|
|
179
|
+
(function (ListTagsForResourceRequest) {
|
|
180
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
});
|
|
183
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
184
|
+
var ListTagsForResourceResponse;
|
|
185
|
+
(function (ListTagsForResourceResponse) {
|
|
186
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
190
|
+
var RumEvent;
|
|
191
|
+
(function (RumEvent) {
|
|
192
|
+
RumEvent.filterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
});
|
|
195
|
+
})(RumEvent = exports.RumEvent || (exports.RumEvent = {}));
|
|
196
|
+
var UserDetails;
|
|
197
|
+
(function (UserDetails) {
|
|
198
|
+
UserDetails.filterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
})(UserDetails = exports.UserDetails || (exports.UserDetails = {}));
|
|
202
|
+
var PutRumEventsRequest;
|
|
203
|
+
(function (PutRumEventsRequest) {
|
|
204
|
+
PutRumEventsRequest.filterSensitiveLog = (obj) => ({
|
|
205
|
+
...obj,
|
|
206
|
+
});
|
|
207
|
+
})(PutRumEventsRequest = exports.PutRumEventsRequest || (exports.PutRumEventsRequest = {}));
|
|
208
|
+
var PutRumEventsResponse;
|
|
209
|
+
(function (PutRumEventsResponse) {
|
|
210
|
+
PutRumEventsResponse.filterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
})(PutRumEventsResponse = exports.PutRumEventsResponse || (exports.PutRumEventsResponse = {}));
|
|
214
|
+
var TagResourceRequest;
|
|
215
|
+
(function (TagResourceRequest) {
|
|
216
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
220
|
+
var TagResourceResponse;
|
|
221
|
+
(function (TagResourceResponse) {
|
|
222
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
});
|
|
225
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
226
|
+
var UntagResourceRequest;
|
|
227
|
+
(function (UntagResourceRequest) {
|
|
228
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
229
|
+
...obj,
|
|
230
|
+
});
|
|
231
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
232
|
+
var UntagResourceResponse;
|
|
233
|
+
(function (UntagResourceResponse) {
|
|
234
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateGetAppMonitorData = void 0;
|
|
4
|
+
const GetAppMonitorDataCommand_1 = require("../commands/GetAppMonitorDataCommand");
|
|
5
|
+
const RUM_1 = require("../RUM");
|
|
6
|
+
const RUMClient_1 = require("../RUMClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new GetAppMonitorDataCommand_1.GetAppMonitorDataCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.getAppMonitorData(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateGetAppMonitorData(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof RUM_1.RUM) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof RUMClient_1.RUMClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected RUM | RUMClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateGetAppMonitorData = paginateGetAppMonitorData;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListAppMonitors = void 0;
|
|
4
|
+
const ListAppMonitorsCommand_1 = require("../commands/ListAppMonitorsCommand");
|
|
5
|
+
const RUM_1 = require("../RUM");
|
|
6
|
+
const RUMClient_1 = require("../RUMClient");
|
|
7
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.send(new ListAppMonitorsCommand_1.ListAppMonitorsCommand(input), ...args);
|
|
9
|
+
};
|
|
10
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
11
|
+
return await client.listAppMonitors(input, ...args);
|
|
12
|
+
};
|
|
13
|
+
async function* paginateListAppMonitors(config, input, ...additionalArguments) {
|
|
14
|
+
let token = config.startingToken || undefined;
|
|
15
|
+
let hasNext = true;
|
|
16
|
+
let page;
|
|
17
|
+
while (hasNext) {
|
|
18
|
+
input.NextToken = token;
|
|
19
|
+
input["MaxResults"] = config.pageSize;
|
|
20
|
+
if (config.client instanceof RUM_1.RUM) {
|
|
21
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else if (config.client instanceof RUMClient_1.RUMClient) {
|
|
24
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
throw new Error("Invalid client, expected RUM | RUMClient");
|
|
28
|
+
}
|
|
29
|
+
yield page;
|
|
30
|
+
token = page.NextToken;
|
|
31
|
+
hasNext = !!token;
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
exports.paginateListAppMonitors = paginateListAppMonitors;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetAppMonitorDataPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListAppMonitorsPaginator"), exports);
|