@aws-sdk/client-application-signals 3.594.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/LICENSE +201 -0
- package/README.md +345 -0
- package/dist-cjs/ApplicationSignals.js +41 -0
- package/dist-cjs/ApplicationSignalsClient.js +56 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +28 -0
- package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/GetServiceCommand.js +28 -0
- package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependenciesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceDependentsCommand.js +28 -0
- package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +28 -0
- package/dist-cjs/commands/ListServiceOperationsCommand.js +28 -0
- package/dist-cjs/commands/ListServicesCommand.js +28 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
- package/dist-cjs/commands/StartDiscoveryCommand.js +28 -0
- package/dist-cjs/commands/TagResourceCommand.js +28 -0
- package/dist-cjs/commands/UntagResourceCommand.js +28 -0
- package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +28 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/ApplicationSignalsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +148 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceDependentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +7 -0
- package/dist-cjs/pagination/ListServiceOperationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListServicesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +49 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/ApplicationSignals.js +37 -0
- package/dist-es/ApplicationSignalsClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +24 -0
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/GetServiceCommand.js +24 -0
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/ListServiceDependenciesCommand.js +24 -0
- package/dist-es/commands/ListServiceDependentsCommand.js +24 -0
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +24 -0
- package/dist-es/commands/ListServiceOperationsCommand.js +24 -0
- package/dist-es/commands/ListServicesCommand.js +24 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/StartDiscoveryCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +24 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +10 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/ApplicationSignalsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +139 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListServiceDependenciesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceDependentsPaginator.js +4 -0
- package/dist-es/pagination/ListServiceLevelObjectivesPaginator.js +4 -0
- package/dist-es/pagination/ListServiceOperationsPaginator.js +4 -0
- package/dist-es/pagination/ListServicesPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +680 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +44 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/ApplicationSignals.d.ts +137 -0
- package/dist-types/ApplicationSignalsClient.d.ts +206 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +148 -0
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +252 -0
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +67 -0
- package/dist-types/commands/GetServiceCommand.d.ts +94 -0
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +126 -0
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +99 -0
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +97 -0
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +82 -0
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +93 -0
- package/dist-types/commands/ListServicesCommand.d.ts +98 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +71 -0
- package/dist-types/commands/StartDiscoveryCommand.d.ts +108 -0
- package/dist-types/commands/TagResourceCommand.d.ts +82 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +67 -0
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +181 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +34 -0
- package/dist-types/models/ApplicationSignalsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2004 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +137 -0
- package/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/dist-types/runtimeConfig.d.ts +45 -0
- package/dist-types/runtimeConfig.native.d.ts +44 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/ApplicationSignals.d.ts +270 -0
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +213 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +390 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListServiceDependenciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceDependentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceLevelObjectivesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServiceOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceQuotaExceededException = exports.ConflictException = exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.ServiceLevelIndicatorMetricType = exports.StandardUnit = exports.ServiceLevelIndicatorComparisonOperator = exports.Interval = exports.DurationUnit = exports.ServiceLevelObjectiveBudgetStatus = exports.AccessDeniedException = void 0;
|
|
4
|
+
const ApplicationSignalsServiceException_1 = require("./ApplicationSignalsServiceException");
|
|
5
|
+
class AccessDeniedException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
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.ServiceLevelObjectiveBudgetStatus = {
|
|
20
|
+
BREACHED: "BREACHED",
|
|
21
|
+
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
22
|
+
OK: "OK",
|
|
23
|
+
WARNING: "WARNING",
|
|
24
|
+
};
|
|
25
|
+
exports.DurationUnit = {
|
|
26
|
+
DAY: "DAY",
|
|
27
|
+
MONTH: "MONTH",
|
|
28
|
+
};
|
|
29
|
+
var Interval;
|
|
30
|
+
(function (Interval) {
|
|
31
|
+
Interval.visit = (value, visitor) => {
|
|
32
|
+
if (value.RollingInterval !== undefined)
|
|
33
|
+
return visitor.RollingInterval(value.RollingInterval);
|
|
34
|
+
if (value.CalendarInterval !== undefined)
|
|
35
|
+
return visitor.CalendarInterval(value.CalendarInterval);
|
|
36
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
37
|
+
};
|
|
38
|
+
})(Interval = exports.Interval || (exports.Interval = {}));
|
|
39
|
+
exports.ServiceLevelIndicatorComparisonOperator = {
|
|
40
|
+
GREATER_THAN: "GreaterThan",
|
|
41
|
+
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
42
|
+
LESS_THAN: "LessThan",
|
|
43
|
+
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
44
|
+
};
|
|
45
|
+
exports.StandardUnit = {
|
|
46
|
+
BITS: "Bits",
|
|
47
|
+
BITS_SECOND: "Bits/Second",
|
|
48
|
+
BYTES: "Bytes",
|
|
49
|
+
BYTES_SECOND: "Bytes/Second",
|
|
50
|
+
COUNT: "Count",
|
|
51
|
+
COUNT_SECOND: "Count/Second",
|
|
52
|
+
GIGABITS: "Gigabits",
|
|
53
|
+
GIGABITS_SECOND: "Gigabits/Second",
|
|
54
|
+
GIGABYTES: "Gigabytes",
|
|
55
|
+
GIGABYTES_SECOND: "Gigabytes/Second",
|
|
56
|
+
KILOBITS: "Kilobits",
|
|
57
|
+
KILOBITS_SECOND: "Kilobits/Second",
|
|
58
|
+
KILOBYTES: "Kilobytes",
|
|
59
|
+
KILOBYTES_SECOND: "Kilobytes/Second",
|
|
60
|
+
MEGABITS: "Megabits",
|
|
61
|
+
MEGABITS_SECOND: "Megabits/Second",
|
|
62
|
+
MEGABYTES: "Megabytes",
|
|
63
|
+
MEGABYTES_SECOND: "Megabytes/Second",
|
|
64
|
+
MICROSECONDS: "Microseconds",
|
|
65
|
+
MILLISECONDS: "Milliseconds",
|
|
66
|
+
NONE: "None",
|
|
67
|
+
PERCENT: "Percent",
|
|
68
|
+
SECONDS: "Seconds",
|
|
69
|
+
TERABITS: "Terabits",
|
|
70
|
+
TERABITS_SECOND: "Terabits/Second",
|
|
71
|
+
TERABYTES: "Terabytes",
|
|
72
|
+
TERABYTES_SECOND: "Terabytes/Second",
|
|
73
|
+
};
|
|
74
|
+
exports.ServiceLevelIndicatorMetricType = {
|
|
75
|
+
AVAILABILITY: "AVAILABILITY",
|
|
76
|
+
LATENCY: "LATENCY",
|
|
77
|
+
};
|
|
78
|
+
class ThrottlingException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
79
|
+
constructor(opts) {
|
|
80
|
+
super({
|
|
81
|
+
name: "ThrottlingException",
|
|
82
|
+
$fault: "client",
|
|
83
|
+
...opts,
|
|
84
|
+
});
|
|
85
|
+
this.name = "ThrottlingException";
|
|
86
|
+
this.$fault = "client";
|
|
87
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
88
|
+
this.Message = opts.Message;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.ThrottlingException = ThrottlingException;
|
|
92
|
+
class ValidationException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
93
|
+
constructor(opts) {
|
|
94
|
+
super({
|
|
95
|
+
name: "ValidationException",
|
|
96
|
+
$fault: "client",
|
|
97
|
+
...opts,
|
|
98
|
+
});
|
|
99
|
+
this.name = "ValidationException";
|
|
100
|
+
this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.ValidationException = ValidationException;
|
|
105
|
+
class ResourceNotFoundException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
106
|
+
constructor(opts) {
|
|
107
|
+
super({
|
|
108
|
+
name: "ResourceNotFoundException",
|
|
109
|
+
$fault: "client",
|
|
110
|
+
...opts,
|
|
111
|
+
});
|
|
112
|
+
this.name = "ResourceNotFoundException";
|
|
113
|
+
this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
115
|
+
this.ResourceType = opts.ResourceType;
|
|
116
|
+
this.ResourceId = opts.ResourceId;
|
|
117
|
+
this.Message = opts.Message;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
121
|
+
class ConflictException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
122
|
+
constructor(opts) {
|
|
123
|
+
super({
|
|
124
|
+
name: "ConflictException",
|
|
125
|
+
$fault: "client",
|
|
126
|
+
...opts,
|
|
127
|
+
});
|
|
128
|
+
this.name = "ConflictException";
|
|
129
|
+
this.$fault = "client";
|
|
130
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
131
|
+
this.Message = opts.Message;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
exports.ConflictException = ConflictException;
|
|
135
|
+
class ServiceQuotaExceededException extends ApplicationSignalsServiceException_1.ApplicationSignalsServiceException {
|
|
136
|
+
constructor(opts) {
|
|
137
|
+
super({
|
|
138
|
+
name: "ServiceQuotaExceededException",
|
|
139
|
+
$fault: "client",
|
|
140
|
+
...opts,
|
|
141
|
+
});
|
|
142
|
+
this.name = "ServiceQuotaExceededException";
|
|
143
|
+
this.$fault = "client";
|
|
144
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
145
|
+
this.Message = opts.Message;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
@@ -0,0 +1,7 @@
|
|
|
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");
|
|
@@ -0,0 +1,7 @@
|
|
|
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");
|
|
@@ -0,0 +1,7 @@
|
|
|
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");
|
|
@@ -0,0 +1,7 @@
|
|
|
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");
|
|
@@ -0,0 +1,7 @@
|
|
|
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");
|
|
@@ -0,0 +1,9 @@
|
|
|
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("./ListServiceLevelObjectivesPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListServiceOperationsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
|