@aws-sdk/client-application-signals 3.893.0 → 3.895.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/index.js +1602 -10
- package/package.json +7 -7
- package/dist-cjs/ApplicationSignals.js +0 -45
- package/dist-cjs/ApplicationSignalsClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateExclusionWindowsCommand.js +0 -26
- package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +0 -26
- package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +0 -26
- package/dist-cjs/commands/GetServiceCommand.js +0 -26
- package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +0 -26
- package/dist-cjs/commands/ListServiceDependenciesCommand.js +0 -26
- package/dist-cjs/commands/ListServiceDependentsCommand.js +0 -26
- package/dist-cjs/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +0 -26
- package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +0 -26
- package/dist-cjs/commands/ListServiceOperationsCommand.js +0 -26
- package/dist-cjs/commands/ListServicesCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/StartDiscoveryCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -20
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/ApplicationSignalsServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -176
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +0 -7
- package/dist-cjs/pagination/ListServiceDependentsPaginator.js +0 -7
- package/dist-cjs/pagination/ListServiceLevelObjectiveExclusionWindowsPaginator.js +0 -7
- package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +0 -7
- package/dist-cjs/pagination/ListServiceOperationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -837
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateServiceLevelObjectiveCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateServiceLevelObjectiveCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("ApplicationSignals", "UpdateServiceLevelObjective", {})
|
|
20
|
-
.n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_restJson1_1.se_UpdateServiceLevelObjectiveCommand)
|
|
23
|
-
.de(Aws_restJson1_1.de_UpdateServiceLevelObjectiveCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateServiceLevelObjectiveCommand = UpdateServiceLevelObjectiveCommand;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchGetServiceLevelObjectiveBudgetReportCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchUpdateExclusionWindowsCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateServiceLevelObjectiveCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DeleteServiceLevelObjectiveCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./GetServiceCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetServiceLevelObjectiveCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListServiceDependenciesCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListServiceDependentsCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListServiceLevelObjectiveExclusionWindowsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListServiceLevelObjectivesCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListServiceOperationsCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListServicesCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./StartDiscoveryCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./UpdateServiceLevelObjectiveCommand"), exports);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
7
|
-
defaultSigningName: "application-signals",
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
11
|
-
exports.commonParams = {
|
|
12
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
-
Region: { type: "builtInParams", name: "region" },
|
|
15
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplicationSignalsServiceException = 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 ApplicationSignalsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, ApplicationSignalsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.ApplicationSignalsServiceException = ApplicationSignalsServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceQuotaExceededException = exports.MetricSourceType = exports.ConflictException = exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.MonitoredRequestCountMetricDataQueries = exports.StandardUnit = exports.ServiceLevelIndicatorMetricType = exports.ServiceLevelIndicatorComparisonOperator = exports.Interval = exports.DurationUnit = exports.EvaluationType = exports.ServiceLevelObjectiveBudgetStatus = exports.AccessDeniedException = void 0;
|
|
4
|
-
const ApplicationSignalsServiceException_1 = require("./ApplicationSignalsServiceException");
|
|
5
|
-
class AccessDeniedException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
6
|
-
name = "AccessDeniedException";
|
|
7
|
-
$fault = "client";
|
|
8
|
-
Message;
|
|
9
|
-
constructor(opts) {
|
|
10
|
-
super({
|
|
11
|
-
name: "AccessDeniedException",
|
|
12
|
-
$fault: "client",
|
|
13
|
-
...opts,
|
|
14
|
-
});
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
this.Message = opts.Message;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
exports.ServiceLevelObjectiveBudgetStatus = {
|
|
21
|
-
BREACHED: "BREACHED",
|
|
22
|
-
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
23
|
-
OK: "OK",
|
|
24
|
-
WARNING: "WARNING",
|
|
25
|
-
};
|
|
26
|
-
exports.EvaluationType = {
|
|
27
|
-
PERIOD_BASED: "PeriodBased",
|
|
28
|
-
REQUEST_BASED: "RequestBased",
|
|
29
|
-
};
|
|
30
|
-
exports.DurationUnit = {
|
|
31
|
-
DAY: "DAY",
|
|
32
|
-
HOUR: "HOUR",
|
|
33
|
-
MINUTE: "MINUTE",
|
|
34
|
-
MONTH: "MONTH",
|
|
35
|
-
};
|
|
36
|
-
var Interval;
|
|
37
|
-
(function (Interval) {
|
|
38
|
-
Interval.visit = (value, visitor) => {
|
|
39
|
-
if (value.RollingInterval !== undefined)
|
|
40
|
-
return visitor.RollingInterval(value.RollingInterval);
|
|
41
|
-
if (value.CalendarInterval !== undefined)
|
|
42
|
-
return visitor.CalendarInterval(value.CalendarInterval);
|
|
43
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
44
|
-
};
|
|
45
|
-
})(Interval || (exports.Interval = Interval = {}));
|
|
46
|
-
exports.ServiceLevelIndicatorComparisonOperator = {
|
|
47
|
-
GREATER_THAN: "GreaterThan",
|
|
48
|
-
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
49
|
-
LESS_THAN: "LessThan",
|
|
50
|
-
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
51
|
-
};
|
|
52
|
-
exports.ServiceLevelIndicatorMetricType = {
|
|
53
|
-
AVAILABILITY: "AVAILABILITY",
|
|
54
|
-
LATENCY: "LATENCY",
|
|
55
|
-
};
|
|
56
|
-
exports.StandardUnit = {
|
|
57
|
-
BITS: "Bits",
|
|
58
|
-
BITS_SECOND: "Bits/Second",
|
|
59
|
-
BYTES: "Bytes",
|
|
60
|
-
BYTES_SECOND: "Bytes/Second",
|
|
61
|
-
COUNT: "Count",
|
|
62
|
-
COUNT_SECOND: "Count/Second",
|
|
63
|
-
GIGABITS: "Gigabits",
|
|
64
|
-
GIGABITS_SECOND: "Gigabits/Second",
|
|
65
|
-
GIGABYTES: "Gigabytes",
|
|
66
|
-
GIGABYTES_SECOND: "Gigabytes/Second",
|
|
67
|
-
KILOBITS: "Kilobits",
|
|
68
|
-
KILOBITS_SECOND: "Kilobits/Second",
|
|
69
|
-
KILOBYTES: "Kilobytes",
|
|
70
|
-
KILOBYTES_SECOND: "Kilobytes/Second",
|
|
71
|
-
MEGABITS: "Megabits",
|
|
72
|
-
MEGABITS_SECOND: "Megabits/Second",
|
|
73
|
-
MEGABYTES: "Megabytes",
|
|
74
|
-
MEGABYTES_SECOND: "Megabytes/Second",
|
|
75
|
-
MICROSECONDS: "Microseconds",
|
|
76
|
-
MILLISECONDS: "Milliseconds",
|
|
77
|
-
NONE: "None",
|
|
78
|
-
PERCENT: "Percent",
|
|
79
|
-
SECONDS: "Seconds",
|
|
80
|
-
TERABITS: "Terabits",
|
|
81
|
-
TERABITS_SECOND: "Terabits/Second",
|
|
82
|
-
TERABYTES: "Terabytes",
|
|
83
|
-
TERABYTES_SECOND: "Terabytes/Second",
|
|
84
|
-
};
|
|
85
|
-
var MonitoredRequestCountMetricDataQueries;
|
|
86
|
-
(function (MonitoredRequestCountMetricDataQueries) {
|
|
87
|
-
MonitoredRequestCountMetricDataQueries.visit = (value, visitor) => {
|
|
88
|
-
if (value.GoodCountMetric !== undefined)
|
|
89
|
-
return visitor.GoodCountMetric(value.GoodCountMetric);
|
|
90
|
-
if (value.BadCountMetric !== undefined)
|
|
91
|
-
return visitor.BadCountMetric(value.BadCountMetric);
|
|
92
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
93
|
-
};
|
|
94
|
-
})(MonitoredRequestCountMetricDataQueries || (exports.MonitoredRequestCountMetricDataQueries = MonitoredRequestCountMetricDataQueries = {}));
|
|
95
|
-
class ThrottlingException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
96
|
-
name = "ThrottlingException";
|
|
97
|
-
$fault = "client";
|
|
98
|
-
Message;
|
|
99
|
-
constructor(opts) {
|
|
100
|
-
super({
|
|
101
|
-
name: "ThrottlingException",
|
|
102
|
-
$fault: "client",
|
|
103
|
-
...opts,
|
|
104
|
-
});
|
|
105
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
106
|
-
this.Message = opts.Message;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
exports.ThrottlingException = ThrottlingException;
|
|
110
|
-
class ValidationException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
111
|
-
name = "ValidationException";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "ValidationException",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
exports.ValidationException = ValidationException;
|
|
123
|
-
class ResourceNotFoundException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
124
|
-
name = "ResourceNotFoundException";
|
|
125
|
-
$fault = "client";
|
|
126
|
-
ResourceType;
|
|
127
|
-
ResourceId;
|
|
128
|
-
Message;
|
|
129
|
-
constructor(opts) {
|
|
130
|
-
super({
|
|
131
|
-
name: "ResourceNotFoundException",
|
|
132
|
-
$fault: "client",
|
|
133
|
-
...opts,
|
|
134
|
-
});
|
|
135
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
136
|
-
this.ResourceType = opts.ResourceType;
|
|
137
|
-
this.ResourceId = opts.ResourceId;
|
|
138
|
-
this.Message = opts.Message;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
142
|
-
class ConflictException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
143
|
-
name = "ConflictException";
|
|
144
|
-
$fault = "client";
|
|
145
|
-
Message;
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "ConflictException",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
153
|
-
this.Message = opts.Message;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
exports.ConflictException = ConflictException;
|
|
157
|
-
exports.MetricSourceType = {
|
|
158
|
-
CLOUDWATCH_METRIC: "CloudWatchMetric",
|
|
159
|
-
SERVICE_DEPENDENCY: "ServiceDependency",
|
|
160
|
-
SERVICE_OPERATION: "ServiceOperation",
|
|
161
|
-
};
|
|
162
|
-
class ServiceQuotaExceededException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
163
|
-
name = "ServiceQuotaExceededException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ServiceQuotaExceededException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceDependencies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServiceDependenciesCommand_1 = require("../commands/ListServiceDependenciesCommand");
|
|
7
|
-
exports.paginateListServiceDependencies = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServiceDependenciesCommand_1.ListServiceDependenciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceDependents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServiceDependentsCommand_1 = require("../commands/ListServiceDependentsCommand");
|
|
7
|
-
exports.paginateListServiceDependents = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServiceDependentsCommand_1.ListServiceDependentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceLevelObjectiveExclusionWindows = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServiceLevelObjectiveExclusionWindowsCommand_1 = require("../commands/ListServiceLevelObjectiveExclusionWindowsCommand");
|
|
7
|
-
exports.paginateListServiceLevelObjectiveExclusionWindows = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServiceLevelObjectiveExclusionWindowsCommand_1.ListServiceLevelObjectiveExclusionWindowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceLevelObjectives = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServiceLevelObjectivesCommand_1 = require("../commands/ListServiceLevelObjectivesCommand");
|
|
7
|
-
exports.paginateListServiceLevelObjectives = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServiceLevelObjectivesCommand_1.ListServiceLevelObjectivesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceOperations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServiceOperationsCommand_1 = require("../commands/ListServiceOperationsCommand");
|
|
7
|
-
exports.paginateListServiceOperations = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServiceOperationsCommand_1.ListServiceOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServices = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ApplicationSignalsClient_1 = require("../ApplicationSignalsClient");
|
|
6
|
-
const ListServicesCommand_1 = require("../commands/ListServicesCommand");
|
|
7
|
-
exports.paginateListServices = (0, core_1.createPaginator)(ApplicationSignalsClient_1.ApplicationSignalsClient, ListServicesCommand_1.ListServicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListServiceDependenciesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListServiceDependentsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListServiceLevelObjectiveExclusionWindowsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListServiceLevelObjectivesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListServiceOperationsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
|