@aws-sdk/client-vpc-lattice 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.
- package/dist-cjs/VPCLattice.js +1 -115
- package/dist-cjs/VPCLatticeClient.js +1 -43
- package/dist-cjs/commands/BatchUpdateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateListenerCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/GetAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetListenerCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetRuleCommand.js +1 -28
- package/dist-cjs/commands/GetServiceCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListListenersCommand.js +1 -28
- package/dist-cjs/commands/ListRulesCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworksCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsCommand.js +1 -28
- package/dist-cjs/commands/PutAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateListenerCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -55
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5327 -11
- package/dist-cjs/models/VPCLatticeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -244
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessLogSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListListenersPaginator.js +1 -7
- package/dist-cjs/pagination/ListRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworkServiceAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworkVpcAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworksPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3667
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VPCLatticeServiceException = 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 VPCLatticeServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, VPCLatticeServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.VPCLatticeServiceException = VPCLatticeServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,244 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TargetStatus = exports.TargetGroupStatus = exports.TargetGroupType = exports.TargetGroupProtocolVersion = exports.LambdaEventStructureVersion = exports.IpAddressType = exports.HealthCheckProtocolVersion = exports.TargetGroupProtocol = exports.Matcher = exports.ServiceNetworkVpcAssociationStatus = exports.ServiceNetworkServiceAssociationStatus = exports.ServiceStatus = exports.ServiceQuotaExceededException = exports.ListenerProtocol = exports.RuleMatch = exports.PathMatchType = exports.HeaderMatchType = exports.RuleAction = exports.AuthType = exports.AuthPolicyState = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
-
const VPCLatticeServiceException_1 = require("./VPCLatticeServiceException");
|
|
5
|
-
class AccessDeniedException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
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 ConflictException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
19
|
-
constructor(opts) {
|
|
20
|
-
super({
|
|
21
|
-
name: "ConflictException",
|
|
22
|
-
$fault: "client",
|
|
23
|
-
...opts,
|
|
24
|
-
});
|
|
25
|
-
this.name = "ConflictException";
|
|
26
|
-
this.$fault = "client";
|
|
27
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
28
|
-
this.resourceId = opts.resourceId;
|
|
29
|
-
this.resourceType = opts.resourceType;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.ConflictException = ConflictException;
|
|
33
|
-
class InternalServerException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "InternalServerException",
|
|
37
|
-
$fault: "server",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
this.name = "InternalServerException";
|
|
41
|
-
this.$fault = "server";
|
|
42
|
-
this.$retryable = {};
|
|
43
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
44
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
exports.InternalServerException = InternalServerException;
|
|
48
|
-
class ResourceNotFoundException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
49
|
-
constructor(opts) {
|
|
50
|
-
super({
|
|
51
|
-
name: "ResourceNotFoundException",
|
|
52
|
-
$fault: "client",
|
|
53
|
-
...opts,
|
|
54
|
-
});
|
|
55
|
-
this.name = "ResourceNotFoundException";
|
|
56
|
-
this.$fault = "client";
|
|
57
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
58
|
-
this.resourceId = opts.resourceId;
|
|
59
|
-
this.resourceType = opts.resourceType;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
63
|
-
class ThrottlingException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "ThrottlingException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
this.name = "ThrottlingException";
|
|
71
|
-
this.$fault = "client";
|
|
72
|
-
this.$retryable = {
|
|
73
|
-
throttling: true,
|
|
74
|
-
};
|
|
75
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
76
|
-
this.serviceCode = opts.serviceCode;
|
|
77
|
-
this.quotaCode = opts.quotaCode;
|
|
78
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.ThrottlingException = ThrottlingException;
|
|
82
|
-
exports.ValidationExceptionReason = {
|
|
83
|
-
CANNOT_PARSE: "cannotParse",
|
|
84
|
-
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
85
|
-
OTHER: "other",
|
|
86
|
-
UNKNOWN_OPERATION: "unknownOperation",
|
|
87
|
-
};
|
|
88
|
-
class ValidationException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "ValidationException",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
this.name = "ValidationException";
|
|
96
|
-
this.$fault = "client";
|
|
97
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
98
|
-
this.reason = opts.reason;
|
|
99
|
-
this.fieldList = opts.fieldList;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
exports.ValidationException = ValidationException;
|
|
103
|
-
exports.AuthPolicyState = {
|
|
104
|
-
Active: "Active",
|
|
105
|
-
Inactive: "Inactive",
|
|
106
|
-
};
|
|
107
|
-
exports.AuthType = {
|
|
108
|
-
AWS_IAM: "AWS_IAM",
|
|
109
|
-
NONE: "NONE",
|
|
110
|
-
};
|
|
111
|
-
var RuleAction;
|
|
112
|
-
(function (RuleAction) {
|
|
113
|
-
RuleAction.visit = (value, visitor) => {
|
|
114
|
-
if (value.forward !== undefined)
|
|
115
|
-
return visitor.forward(value.forward);
|
|
116
|
-
if (value.fixedResponse !== undefined)
|
|
117
|
-
return visitor.fixedResponse(value.fixedResponse);
|
|
118
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
119
|
-
};
|
|
120
|
-
})(RuleAction = exports.RuleAction || (exports.RuleAction = {}));
|
|
121
|
-
var HeaderMatchType;
|
|
122
|
-
(function (HeaderMatchType) {
|
|
123
|
-
HeaderMatchType.visit = (value, visitor) => {
|
|
124
|
-
if (value.exact !== undefined)
|
|
125
|
-
return visitor.exact(value.exact);
|
|
126
|
-
if (value.prefix !== undefined)
|
|
127
|
-
return visitor.prefix(value.prefix);
|
|
128
|
-
if (value.contains !== undefined)
|
|
129
|
-
return visitor.contains(value.contains);
|
|
130
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
131
|
-
};
|
|
132
|
-
})(HeaderMatchType = exports.HeaderMatchType || (exports.HeaderMatchType = {}));
|
|
133
|
-
var PathMatchType;
|
|
134
|
-
(function (PathMatchType) {
|
|
135
|
-
PathMatchType.visit = (value, visitor) => {
|
|
136
|
-
if (value.exact !== undefined)
|
|
137
|
-
return visitor.exact(value.exact);
|
|
138
|
-
if (value.prefix !== undefined)
|
|
139
|
-
return visitor.prefix(value.prefix);
|
|
140
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
141
|
-
};
|
|
142
|
-
})(PathMatchType = exports.PathMatchType || (exports.PathMatchType = {}));
|
|
143
|
-
var RuleMatch;
|
|
144
|
-
(function (RuleMatch) {
|
|
145
|
-
RuleMatch.visit = (value, visitor) => {
|
|
146
|
-
if (value.httpMatch !== undefined)
|
|
147
|
-
return visitor.httpMatch(value.httpMatch);
|
|
148
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
149
|
-
};
|
|
150
|
-
})(RuleMatch = exports.RuleMatch || (exports.RuleMatch = {}));
|
|
151
|
-
exports.ListenerProtocol = {
|
|
152
|
-
HTTP: "HTTP",
|
|
153
|
-
HTTPS: "HTTPS",
|
|
154
|
-
};
|
|
155
|
-
class ServiceQuotaExceededException extends VPCLatticeServiceException_1.VPCLatticeServiceException {
|
|
156
|
-
constructor(opts) {
|
|
157
|
-
super({
|
|
158
|
-
name: "ServiceQuotaExceededException",
|
|
159
|
-
$fault: "client",
|
|
160
|
-
...opts,
|
|
161
|
-
});
|
|
162
|
-
this.name = "ServiceQuotaExceededException";
|
|
163
|
-
this.$fault = "client";
|
|
164
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
165
|
-
this.resourceId = opts.resourceId;
|
|
166
|
-
this.resourceType = opts.resourceType;
|
|
167
|
-
this.serviceCode = opts.serviceCode;
|
|
168
|
-
this.quotaCode = opts.quotaCode;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
172
|
-
exports.ServiceStatus = {
|
|
173
|
-
ACTIVE: "ACTIVE",
|
|
174
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
175
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
176
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
177
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
178
|
-
};
|
|
179
|
-
exports.ServiceNetworkServiceAssociationStatus = {
|
|
180
|
-
ACTIVE: "ACTIVE",
|
|
181
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
182
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
183
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
184
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
185
|
-
};
|
|
186
|
-
exports.ServiceNetworkVpcAssociationStatus = {
|
|
187
|
-
ACTIVE: "ACTIVE",
|
|
188
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
189
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
190
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
191
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
192
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
193
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
194
|
-
};
|
|
195
|
-
var Matcher;
|
|
196
|
-
(function (Matcher) {
|
|
197
|
-
Matcher.visit = (value, visitor) => {
|
|
198
|
-
if (value.httpCode !== undefined)
|
|
199
|
-
return visitor.httpCode(value.httpCode);
|
|
200
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
201
|
-
};
|
|
202
|
-
})(Matcher = exports.Matcher || (exports.Matcher = {}));
|
|
203
|
-
exports.TargetGroupProtocol = {
|
|
204
|
-
HTTP: "HTTP",
|
|
205
|
-
HTTPS: "HTTPS",
|
|
206
|
-
};
|
|
207
|
-
exports.HealthCheckProtocolVersion = {
|
|
208
|
-
HTTP1: "HTTP1",
|
|
209
|
-
HTTP2: "HTTP2",
|
|
210
|
-
};
|
|
211
|
-
exports.IpAddressType = {
|
|
212
|
-
IPV4: "IPV4",
|
|
213
|
-
IPV6: "IPV6",
|
|
214
|
-
};
|
|
215
|
-
exports.LambdaEventStructureVersion = {
|
|
216
|
-
V1: "V1",
|
|
217
|
-
V2: "V2",
|
|
218
|
-
};
|
|
219
|
-
exports.TargetGroupProtocolVersion = {
|
|
220
|
-
GRPC: "GRPC",
|
|
221
|
-
HTTP1: "HTTP1",
|
|
222
|
-
HTTP2: "HTTP2",
|
|
223
|
-
};
|
|
224
|
-
exports.TargetGroupType = {
|
|
225
|
-
ALB: "ALB",
|
|
226
|
-
INSTANCE: "INSTANCE",
|
|
227
|
-
IP: "IP",
|
|
228
|
-
LAMBDA: "LAMBDA",
|
|
229
|
-
};
|
|
230
|
-
exports.TargetGroupStatus = {
|
|
231
|
-
ACTIVE: "ACTIVE",
|
|
232
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
233
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
234
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
235
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
236
|
-
};
|
|
237
|
-
exports.TargetStatus = {
|
|
238
|
-
DRAINING: "DRAINING",
|
|
239
|
-
HEALTHY: "HEALTHY",
|
|
240
|
-
INITIAL: "INITIAL",
|
|
241
|
-
UNAVAILABLE: "UNAVAILABLE",
|
|
242
|
-
UNHEALTHY: "UNHEALTHY",
|
|
243
|
-
UNUSED: "UNUSED",
|
|
244
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAccessLogSubscriptions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAccessLogSubscriptionsCommand_1 = require("../commands/ListAccessLogSubscriptionsCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListAccessLogSubscriptions = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListAccessLogSubscriptionsCommand_1.ListAccessLogSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListListeners = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListListenersCommand_1 = require("../commands/ListListenersCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListListeners = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListListenersCommand_1.ListListenersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRules = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRulesCommand_1 = require("../commands/ListRulesCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListRules = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListRulesCommand_1.ListRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceNetworkServiceAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServiceNetworkServiceAssociationsCommand_1 = require("../commands/ListServiceNetworkServiceAssociationsCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListServiceNetworkServiceAssociations = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListServiceNetworkServiceAssociationsCommand_1.ListServiceNetworkServiceAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceNetworkVpcAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServiceNetworkVpcAssociationsCommand_1 = require("../commands/ListServiceNetworkVpcAssociationsCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListServiceNetworkVpcAssociations = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListServiceNetworkVpcAssociationsCommand_1.ListServiceNetworkVpcAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServiceNetworks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServiceNetworksCommand_1 = require("../commands/ListServiceNetworksCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListServiceNetworks = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListServiceNetworksCommand_1.ListServiceNetworksCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServices = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServicesCommand_1 = require("../commands/ListServicesCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListServices = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListServicesCommand_1.ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargetGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetGroupsCommand_1 = require("../commands/ListTargetGroupsCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListTargetGroups = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListTargetGroupsCommand_1.ListTargetGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetsCommand_1 = require("../commands/ListTargetsCommand");
|
|
6
|
-
const VPCLatticeClient_1 = require("../VPCLatticeClient");
|
|
7
|
-
exports.paginateListTargets = (0, core_1.createPaginator)(VPCLatticeClient_1.VPCLatticeClient, ListTargetsCommand_1.ListTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
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("./ListAccessLogSubscriptionsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListListenersPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListRulesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListServiceNetworkServiceAssociationsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListServiceNetworkVpcAssociationsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListServiceNetworksPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListTargetGroupsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListTargetsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|