@aws-sdk/client-rtbfabric 3.987.0 → 3.989.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 +46 -952
- package/dist-cjs/models/RTBFabricServiceException.js +12 -0
- package/dist-cjs/models/errors.js +97 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +736 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +74 -68
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -0,0 +1,736 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinkLogSettings$ = exports.LinkAttributes$ = exports.LinkApplicationLogSampling$ = exports.LinkApplicationLogConfiguration$ = exports.HeaderTagAction$ = exports.GetResponderGatewayResponse$ = exports.GetResponderGatewayRequest$ = exports.GetRequesterGatewayResponse$ = exports.GetRequesterGatewayRequest$ = exports.GetOutboundExternalLinkResponse$ = exports.GetOutboundExternalLinkRequest$ = exports.GetLinkResponse$ = exports.GetLinkRequest$ = exports.GetInboundExternalLinkResponse$ = exports.GetInboundExternalLinkRequest$ = exports.FilterCriterion$ = exports.Filter$ = exports.EksEndpointsConfiguration$ = exports.DeleteResponderGatewayResponse$ = exports.DeleteResponderGatewayRequest$ = exports.DeleteRequesterGatewayResponse$ = exports.DeleteRequesterGatewayRequest$ = exports.DeleteOutboundExternalLinkResponse$ = exports.DeleteOutboundExternalLinkRequest$ = exports.DeleteLinkResponse$ = exports.DeleteLinkRequest$ = exports.DeleteInboundExternalLinkResponse$ = exports.DeleteInboundExternalLinkRequest$ = exports.CreateResponderGatewayResponse$ = exports.CreateResponderGatewayRequest$ = exports.CreateRequesterGatewayResponse$ = exports.CreateRequesterGatewayRequest$ = exports.CreateOutboundExternalLinkResponse$ = exports.CreateOutboundExternalLinkRequest$ = exports.CreateLinkResponse$ = exports.CreateLinkRequest$ = exports.CreateInboundExternalLinkResponse$ = exports.CreateInboundExternalLinkRequest$ = exports.AutoScalingGroupsConfiguration$ = exports.AcceptLinkResponse$ = exports.AcceptLinkRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.RTBFabricServiceException$ = void 0;
|
|
4
|
+
exports.ListLinks$ = exports.GetResponderGateway$ = exports.GetRequesterGateway$ = exports.GetOutboundExternalLink$ = exports.GetLink$ = exports.GetInboundExternalLink$ = exports.DeleteResponderGateway$ = exports.DeleteRequesterGateway$ = exports.DeleteOutboundExternalLink$ = exports.DeleteLink$ = exports.DeleteInboundExternalLink$ = exports.CreateResponderGateway$ = exports.CreateRequesterGateway$ = exports.CreateOutboundExternalLink$ = exports.CreateLink$ = exports.CreateInboundExternalLink$ = exports.AcceptLink$ = exports.ModuleParameters$ = exports.ManagedEndpointConfiguration$ = exports.Action$ = exports.UpdateResponderGatewayResponse$ = exports.UpdateResponderGatewayRequest$ = exports.UpdateRequesterGatewayResponse$ = exports.UpdateRequesterGatewayRequest$ = exports.UpdateLinkResponse$ = exports.UpdateLinkRequest$ = exports.UpdateLinkModuleFlowResponse$ = exports.UpdateLinkModuleFlowRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrustStoreConfiguration$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.ResponderErrorMaskingForHttpCode$ = exports.RejectLinkResponse$ = exports.RejectLinkRequest$ = exports.RateLimiterModuleParameters$ = exports.OpenRtbAttributeModuleParameters$ = exports.NoBidModuleParameters$ = exports.NoBidAction$ = exports.ModuleConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResponderGatewaysResponse$ = exports.ListResponderGatewaysRequest$ = exports.ListRequesterGatewaysResponse$ = exports.ListRequesterGatewaysRequest$ = exports.ListLinksResponseStructure$ = exports.ListLinksResponse$ = exports.ListLinksRequest$ = void 0;
|
|
5
|
+
exports.UpdateResponderGateway$ = exports.UpdateRequesterGateway$ = exports.UpdateLinkModuleFlow$ = exports.UpdateLink$ = exports.UntagResource$ = exports.TagResource$ = exports.RejectLink$ = exports.ListTagsForResource$ = exports.ListResponderGateways$ = exports.ListRequesterGateways$ = void 0;
|
|
6
|
+
const _A = "Action";
|
|
7
|
+
const _ADE = "AccessDeniedException";
|
|
8
|
+
const _AL = "AcceptLink";
|
|
9
|
+
const _ALR = "AcceptLinkRequest";
|
|
10
|
+
const _ALRc = "AcceptLinkResponse";
|
|
11
|
+
const _ASGC = "AutoScalingGroupsConfiguration";
|
|
12
|
+
const _BECC = "Base64EncodedCertificateChain";
|
|
13
|
+
const _CAC = "CertificateAuthorityCertificates";
|
|
14
|
+
const _CE = "ConflictException";
|
|
15
|
+
const _CIEL = "CreateInboundExternalLink";
|
|
16
|
+
const _CIELR = "CreateInboundExternalLinkRequest";
|
|
17
|
+
const _CIELRr = "CreateInboundExternalLinkResponse";
|
|
18
|
+
const _CL = "CreateLink";
|
|
19
|
+
const _CLR = "CreateLinkRequest";
|
|
20
|
+
const _CLRr = "CreateLinkResponse";
|
|
21
|
+
const _COEL = "CreateOutboundExternalLink";
|
|
22
|
+
const _COELR = "CreateOutboundExternalLinkRequest";
|
|
23
|
+
const _COELRr = "CreateOutboundExternalLinkResponse";
|
|
24
|
+
const _CRG = "CreateRequesterGateway";
|
|
25
|
+
const _CRGR = "CreateRequesterGatewayRequest";
|
|
26
|
+
const _CRGRr = "CreateRequesterGatewayResponse";
|
|
27
|
+
const _CRGRre = "CreateResponderGatewayRequest";
|
|
28
|
+
const _CRGRrea = "CreateResponderGatewayResponse";
|
|
29
|
+
const _CRGr = "CreateResponderGateway";
|
|
30
|
+
const _DIEL = "DeleteInboundExternalLink";
|
|
31
|
+
const _DIELR = "DeleteInboundExternalLinkRequest";
|
|
32
|
+
const _DIELRe = "DeleteInboundExternalLinkResponse";
|
|
33
|
+
const _DL = "DeleteLink";
|
|
34
|
+
const _DLR = "DeleteLinkRequest";
|
|
35
|
+
const _DLRe = "DeleteLinkResponse";
|
|
36
|
+
const _DOEL = "DeleteOutboundExternalLink";
|
|
37
|
+
const _DOELR = "DeleteOutboundExternalLinkRequest";
|
|
38
|
+
const _DOELRe = "DeleteOutboundExternalLinkResponse";
|
|
39
|
+
const _DRG = "DeleteRequesterGateway";
|
|
40
|
+
const _DRGR = "DeleteRequesterGatewayRequest";
|
|
41
|
+
const _DRGRe = "DeleteRequesterGatewayResponse";
|
|
42
|
+
const _DRGRel = "DeleteResponderGatewayRequest";
|
|
43
|
+
const _DRGRele = "DeleteResponderGatewayResponse";
|
|
44
|
+
const _DRGe = "DeleteResponderGateway";
|
|
45
|
+
const _EEC = "EksEndpointsConfiguration";
|
|
46
|
+
const _F = "Filter";
|
|
47
|
+
const _FC = "FilterCriterion";
|
|
48
|
+
const _FCi = "FilterConfiguration";
|
|
49
|
+
const _FCil = "FilterCriteria";
|
|
50
|
+
const _GIEL = "GetInboundExternalLink";
|
|
51
|
+
const _GIELR = "GetInboundExternalLinkRequest";
|
|
52
|
+
const _GIELRe = "GetInboundExternalLinkResponse";
|
|
53
|
+
const _GL = "GetLink";
|
|
54
|
+
const _GLR = "GetLinkRequest";
|
|
55
|
+
const _GLRe = "GetLinkResponse";
|
|
56
|
+
const _GOEL = "GetOutboundExternalLink";
|
|
57
|
+
const _GOELR = "GetOutboundExternalLinkRequest";
|
|
58
|
+
const _GOELRe = "GetOutboundExternalLinkResponse";
|
|
59
|
+
const _GRG = "GetRequesterGateway";
|
|
60
|
+
const _GRGR = "GetRequesterGatewayRequest";
|
|
61
|
+
const _GRGRe = "GetRequesterGatewayResponse";
|
|
62
|
+
const _GRGRet = "GetResponderGatewayRequest";
|
|
63
|
+
const _GRGRete = "GetResponderGatewayResponse";
|
|
64
|
+
const _GRGe = "GetResponderGateway";
|
|
65
|
+
const _HTA = "HeaderTagAction";
|
|
66
|
+
const _ISE = "InternalServerException";
|
|
67
|
+
const _LA = "LinkAttributes";
|
|
68
|
+
const _LALC = "LinkApplicationLogConfiguration";
|
|
69
|
+
const _LALS = "LinkApplicationLogSampling";
|
|
70
|
+
const _LL = "LinkList";
|
|
71
|
+
const _LLR = "ListLinksRequest";
|
|
72
|
+
const _LLRS = "ListLinksResponseStructure";
|
|
73
|
+
const _LLRi = "ListLinksResponse";
|
|
74
|
+
const _LLS = "LinkLogSettings";
|
|
75
|
+
const _LLi = "ListLinks";
|
|
76
|
+
const _LRG = "ListRequesterGateways";
|
|
77
|
+
const _LRGR = "ListRequesterGatewaysRequest";
|
|
78
|
+
const _LRGRi = "ListRequesterGatewaysResponse";
|
|
79
|
+
const _LRGRis = "ListResponderGatewaysRequest";
|
|
80
|
+
const _LRGRist = "ListResponderGatewaysResponse";
|
|
81
|
+
const _LRGi = "ListResponderGateways";
|
|
82
|
+
const _LTFR = "ListTagsForResource";
|
|
83
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
84
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
85
|
+
const _MC = "ModuleConfiguration";
|
|
86
|
+
const _MCL = "ModuleConfigurationList";
|
|
87
|
+
const _MEC = "ManagedEndpointConfiguration";
|
|
88
|
+
const _MP = "ModuleParameters";
|
|
89
|
+
const _NBA = "NoBidAction";
|
|
90
|
+
const _NBMP = "NoBidModuleParameters";
|
|
91
|
+
const _ORAMP = "OpenRtbAttributeModuleParameters";
|
|
92
|
+
const _REM = "ResponderErrorMasking";
|
|
93
|
+
const _REMFHC = "ResponderErrorMaskingForHttpCode";
|
|
94
|
+
const _RL = "RejectLink";
|
|
95
|
+
const _RLMP = "RateLimiterModuleParameters";
|
|
96
|
+
const _RLR = "RejectLinkRequest";
|
|
97
|
+
const _RLRe = "RejectLinkResponse";
|
|
98
|
+
const _RNFE = "ResourceNotFoundException";
|
|
99
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
100
|
+
const _TE = "ThrottlingException";
|
|
101
|
+
const _TR = "TagResource";
|
|
102
|
+
const _TRR = "TagResourceRequest";
|
|
103
|
+
const _TRRa = "TagResourceResponse";
|
|
104
|
+
const _TSC = "TrustStoreConfiguration";
|
|
105
|
+
const _UL = "UpdateLink";
|
|
106
|
+
const _ULMF = "UpdateLinkModuleFlow";
|
|
107
|
+
const _ULMFR = "UpdateLinkModuleFlowRequest";
|
|
108
|
+
const _ULMFRp = "UpdateLinkModuleFlowResponse";
|
|
109
|
+
const _ULR = "UpdateLinkRequest";
|
|
110
|
+
const _ULRp = "UpdateLinkResponse";
|
|
111
|
+
const _UR = "UntagResource";
|
|
112
|
+
const _URG = "UpdateRequesterGateway";
|
|
113
|
+
const _URGR = "UpdateRequesterGatewayRequest";
|
|
114
|
+
const _URGRp = "UpdateRequesterGatewayResponse";
|
|
115
|
+
const _URGRpd = "UpdateResponderGatewayRequest";
|
|
116
|
+
const _URGRpda = "UpdateResponderGatewayResponse";
|
|
117
|
+
const _URGp = "UpdateResponderGateway";
|
|
118
|
+
const _URR = "UntagResourceRequest";
|
|
119
|
+
const _URRn = "UntagResourceResponse";
|
|
120
|
+
const _VE = "ValidationException";
|
|
121
|
+
const _a = "attributes";
|
|
122
|
+
const _aL = "applicationLogs";
|
|
123
|
+
const _aLC = "activeLinksCount";
|
|
124
|
+
const _aSG = "autoScalingGroups";
|
|
125
|
+
const _aSGN = "autoScalingGroupNames";
|
|
126
|
+
const _ac = "action";
|
|
127
|
+
const _c = "client";
|
|
128
|
+
const _cA = "createdAt";
|
|
129
|
+
const _cAC = "certificateAuthorityCertificates";
|
|
130
|
+
const _cASCCC = "clusterApiServerCaCertificateChain";
|
|
131
|
+
const _cASEU = "clusterApiServerEndpointUri";
|
|
132
|
+
const _cN = "clusterName";
|
|
133
|
+
const _cPI = "customerProvidedId";
|
|
134
|
+
const _cT = "clientToken";
|
|
135
|
+
const _cr = "criteria";
|
|
136
|
+
const _d = "direction";
|
|
137
|
+
const _dN = "domainName";
|
|
138
|
+
const _dO = "dependsOn";
|
|
139
|
+
const _de = "description";
|
|
140
|
+
const _e = "error";
|
|
141
|
+
const _eE = "eksEndpoints";
|
|
142
|
+
const _eL = "errorLog";
|
|
143
|
+
const _eRN = "endpointsResourceName";
|
|
144
|
+
const _eRNn = "endpointsResourceNamespace";
|
|
145
|
+
const _fC = "filterConfiguration";
|
|
146
|
+
const _fL = "filterLog";
|
|
147
|
+
const _fM = "flowModules";
|
|
148
|
+
const _fT = "filterType";
|
|
149
|
+
const _gI = "gatewayId";
|
|
150
|
+
const _gIa = "gatewayIds";
|
|
151
|
+
const _h = "http";
|
|
152
|
+
const _hC = "httpCode";
|
|
153
|
+
const _hE = "httpError";
|
|
154
|
+
const _hP = "holdbackPercentage";
|
|
155
|
+
const _hQ = "httpQuery";
|
|
156
|
+
const _hRA = "httpResponderAllowed";
|
|
157
|
+
const _hT = "headerTag";
|
|
158
|
+
const _iLC = "inboundLinksCount";
|
|
159
|
+
const _l = "links";
|
|
160
|
+
const _lI = "linkId";
|
|
161
|
+
const _lS = "logSettings";
|
|
162
|
+
const _lT = "loggingTypes";
|
|
163
|
+
const _m = "message";
|
|
164
|
+
const _mEC = "managedEndpointConfiguration";
|
|
165
|
+
const _mP = "moduleParameters";
|
|
166
|
+
const _mR = "maxResults";
|
|
167
|
+
const _mo = "modules";
|
|
168
|
+
const _n = "name";
|
|
169
|
+
const _nB = "noBid";
|
|
170
|
+
const _nBRC = "noBidReasonCode";
|
|
171
|
+
const _nT = "nextToken";
|
|
172
|
+
const _oRA = "openRtbAttribute";
|
|
173
|
+
const _p = "port";
|
|
174
|
+
const _pE = "publicEndpoint";
|
|
175
|
+
const _pFM = "pendingFlowModules";
|
|
176
|
+
const _pGI = "peerGatewayId";
|
|
177
|
+
const _pTP = "passThroughPercentage";
|
|
178
|
+
const _pa = "path";
|
|
179
|
+
const _pr = "protocol";
|
|
180
|
+
const _r = "reason";
|
|
181
|
+
const _rA = "roleArn";
|
|
182
|
+
const _rAe = "resourceArn";
|
|
183
|
+
const _rC = "reasonCode";
|
|
184
|
+
const _rEM = "responderErrorMasking";
|
|
185
|
+
const _rL = "rateLimiter";
|
|
186
|
+
const _rLP = "responseLoggingPercentage";
|
|
187
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rtbfabric";
|
|
188
|
+
const _sGI = "securityGroupIds";
|
|
189
|
+
const _sI = "subnetIds";
|
|
190
|
+
const _sa = "sampling";
|
|
191
|
+
const _se = "server";
|
|
192
|
+
const _st = "status";
|
|
193
|
+
const _t = "tags";
|
|
194
|
+
const _tK = "tagKeys";
|
|
195
|
+
const _tLC = "totalLinksCount";
|
|
196
|
+
const _tSC = "trustStoreConfiguration";
|
|
197
|
+
const _tp = "tps";
|
|
198
|
+
const _uA = "updatedAt";
|
|
199
|
+
const _v = "values";
|
|
200
|
+
const _vI = "vpcId";
|
|
201
|
+
const _va = "value";
|
|
202
|
+
const _ve = "version";
|
|
203
|
+
const n0 = "com.amazonaws.rtbfabric";
|
|
204
|
+
const schema_1 = require("@smithy/core/schema");
|
|
205
|
+
const errors_1 = require("../models/errors");
|
|
206
|
+
const RTBFabricServiceException_1 = require("../models/RTBFabricServiceException");
|
|
207
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
208
|
+
exports.RTBFabricServiceException$ = [-3, _s, "RTBFabricServiceException", 0, [], []];
|
|
209
|
+
_s_registry.registerError(exports.RTBFabricServiceException$, RTBFabricServiceException_1.RTBFabricServiceException);
|
|
210
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
211
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
212
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
213
|
+
[_m],
|
|
214
|
+
[0], 1
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
217
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
218
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
219
|
+
[_m],
|
|
220
|
+
[0], 1
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
223
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
224
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
225
|
+
[_m],
|
|
226
|
+
[0], 1
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
229
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
230
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
231
|
+
[_m],
|
|
232
|
+
[0], 1
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
235
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
236
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
237
|
+
[_m],
|
|
238
|
+
[0], 1
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
241
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
242
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
243
|
+
[_m],
|
|
244
|
+
[0], 1
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
247
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
248
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
249
|
+
[_m],
|
|
250
|
+
[0], 1
|
|
251
|
+
];
|
|
252
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
253
|
+
exports.errorTypeRegistries = [
|
|
254
|
+
_s_registry,
|
|
255
|
+
n0_registry,
|
|
256
|
+
];
|
|
257
|
+
var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
|
|
258
|
+
exports.AcceptLinkRequest$ = [3, n0, _ALR,
|
|
259
|
+
0,
|
|
260
|
+
[_gI, _lI, _lS, _a],
|
|
261
|
+
[[0, 1], [0, 1], () => exports.LinkLogSettings$, () => exports.LinkAttributes$], 3
|
|
262
|
+
];
|
|
263
|
+
exports.AcceptLinkResponse$ = [3, n0, _ALRc,
|
|
264
|
+
0,
|
|
265
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a],
|
|
266
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$], 6
|
|
267
|
+
];
|
|
268
|
+
exports.AutoScalingGroupsConfiguration$ = [3, n0, _ASGC,
|
|
269
|
+
0,
|
|
270
|
+
[_aSGN, _rA],
|
|
271
|
+
[64 | 0, 0], 2
|
|
272
|
+
];
|
|
273
|
+
exports.CreateInboundExternalLinkRequest$ = [3, n0, _CIELR,
|
|
274
|
+
0,
|
|
275
|
+
[_gI, _lS, _cT, _a, _t],
|
|
276
|
+
[[0, 1], () => exports.LinkLogSettings$, [0, 4], () => exports.LinkAttributes$, 128 | 0], 2
|
|
277
|
+
];
|
|
278
|
+
exports.CreateInboundExternalLinkResponse$ = [3, n0, _CIELRr,
|
|
279
|
+
0,
|
|
280
|
+
[_gI, _lI, _st, _dN],
|
|
281
|
+
[0, 0, 0, 0], 4
|
|
282
|
+
];
|
|
283
|
+
exports.CreateLinkRequest$ = [3, n0, _CLR,
|
|
284
|
+
0,
|
|
285
|
+
[_gI, _pGI, _lS, _a, _hRA, _t],
|
|
286
|
+
[[0, 1], 0, () => exports.LinkLogSettings$, () => exports.LinkAttributes$, 2, 128 | 0], 3
|
|
287
|
+
];
|
|
288
|
+
exports.CreateLinkResponse$ = [3, n0, _CLRr,
|
|
289
|
+
0,
|
|
290
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _cPI],
|
|
291
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$, 0], 6
|
|
292
|
+
];
|
|
293
|
+
exports.CreateOutboundExternalLinkRequest$ = [3, n0, _COELR,
|
|
294
|
+
0,
|
|
295
|
+
[_gI, _pE, _lS, _cT, _a, _t],
|
|
296
|
+
[[0, 1], 0, () => exports.LinkLogSettings$, [0, 4], () => exports.LinkAttributes$, 128 | 0], 3
|
|
297
|
+
];
|
|
298
|
+
exports.CreateOutboundExternalLinkResponse$ = [3, n0, _COELRr,
|
|
299
|
+
0,
|
|
300
|
+
[_gI, _lI, _st],
|
|
301
|
+
[0, 0, 0], 3
|
|
302
|
+
];
|
|
303
|
+
exports.CreateRequesterGatewayRequest$ = [3, n0, _CRGR,
|
|
304
|
+
0,
|
|
305
|
+
[_vI, _sI, _sGI, _cT, _de, _t],
|
|
306
|
+
[0, 64 | 0, 64 | 0, [0, 4], 0, 128 | 0], 3
|
|
307
|
+
];
|
|
308
|
+
exports.CreateRequesterGatewayResponse$ = [3, n0, _CRGRr,
|
|
309
|
+
0,
|
|
310
|
+
[_gI, _dN, _st],
|
|
311
|
+
[0, 0, 0], 3
|
|
312
|
+
];
|
|
313
|
+
exports.CreateResponderGatewayRequest$ = [3, n0, _CRGRre,
|
|
314
|
+
0,
|
|
315
|
+
[_vI, _sI, _sGI, _p, _pr, _dN, _tSC, _mEC, _cT, _de, _t],
|
|
316
|
+
[0, 64 | 0, 64 | 0, 1, 0, 0, [() => exports.TrustStoreConfiguration$, 0], [() => exports.ManagedEndpointConfiguration$, 0], [0, 4], 0, 128 | 0], 5
|
|
317
|
+
];
|
|
318
|
+
exports.CreateResponderGatewayResponse$ = [3, n0, _CRGRrea,
|
|
319
|
+
0,
|
|
320
|
+
[_gI, _st],
|
|
321
|
+
[0, 0], 2
|
|
322
|
+
];
|
|
323
|
+
exports.DeleteInboundExternalLinkRequest$ = [3, n0, _DIELR,
|
|
324
|
+
0,
|
|
325
|
+
[_gI, _lI],
|
|
326
|
+
[[0, 1], [0, 1]], 2
|
|
327
|
+
];
|
|
328
|
+
exports.DeleteInboundExternalLinkResponse$ = [3, n0, _DIELRe,
|
|
329
|
+
0,
|
|
330
|
+
[_lI, _st],
|
|
331
|
+
[0, 0], 2
|
|
332
|
+
];
|
|
333
|
+
exports.DeleteLinkRequest$ = [3, n0, _DLR,
|
|
334
|
+
0,
|
|
335
|
+
[_gI, _lI],
|
|
336
|
+
[[0, 1], [0, 1]], 2
|
|
337
|
+
];
|
|
338
|
+
exports.DeleteLinkResponse$ = [3, n0, _DLRe,
|
|
339
|
+
0,
|
|
340
|
+
[_lI, _st],
|
|
341
|
+
[0, 0], 2
|
|
342
|
+
];
|
|
343
|
+
exports.DeleteOutboundExternalLinkRequest$ = [3, n0, _DOELR,
|
|
344
|
+
0,
|
|
345
|
+
[_gI, _lI],
|
|
346
|
+
[[0, 1], [0, 1]], 2
|
|
347
|
+
];
|
|
348
|
+
exports.DeleteOutboundExternalLinkResponse$ = [3, n0, _DOELRe,
|
|
349
|
+
0,
|
|
350
|
+
[_lI, _st],
|
|
351
|
+
[0, 0], 2
|
|
352
|
+
];
|
|
353
|
+
exports.DeleteRequesterGatewayRequest$ = [3, n0, _DRGR,
|
|
354
|
+
0,
|
|
355
|
+
[_gI],
|
|
356
|
+
[[0, 1]], 1
|
|
357
|
+
];
|
|
358
|
+
exports.DeleteRequesterGatewayResponse$ = [3, n0, _DRGRe,
|
|
359
|
+
0,
|
|
360
|
+
[_gI, _st],
|
|
361
|
+
[0, 0], 2
|
|
362
|
+
];
|
|
363
|
+
exports.DeleteResponderGatewayRequest$ = [3, n0, _DRGRel,
|
|
364
|
+
0,
|
|
365
|
+
[_gI],
|
|
366
|
+
[[0, 1]], 1
|
|
367
|
+
];
|
|
368
|
+
exports.DeleteResponderGatewayResponse$ = [3, n0, _DRGRele,
|
|
369
|
+
0,
|
|
370
|
+
[_gI, _st],
|
|
371
|
+
[0, 0], 2
|
|
372
|
+
];
|
|
373
|
+
exports.EksEndpointsConfiguration$ = [3, n0, _EEC,
|
|
374
|
+
0,
|
|
375
|
+
[_eRN, _eRNn, _cASEU, _cASCCC, _cN, _rA],
|
|
376
|
+
[0, 0, 0, [() => Base64EncodedCertificateChain, 0], 0, 0], 6
|
|
377
|
+
];
|
|
378
|
+
exports.Filter$ = [3, n0, _F,
|
|
379
|
+
0,
|
|
380
|
+
[_cr],
|
|
381
|
+
[() => FilterCriteria], 1
|
|
382
|
+
];
|
|
383
|
+
exports.FilterCriterion$ = [3, n0, _FC,
|
|
384
|
+
0,
|
|
385
|
+
[_pa, _v],
|
|
386
|
+
[0, 64 | 0], 2
|
|
387
|
+
];
|
|
388
|
+
exports.GetInboundExternalLinkRequest$ = [3, n0, _GIELR,
|
|
389
|
+
0,
|
|
390
|
+
[_gI, _lI],
|
|
391
|
+
[[0, 1], [0, 1]], 2
|
|
392
|
+
];
|
|
393
|
+
exports.GetInboundExternalLinkResponse$ = [3, n0, _GIELRe,
|
|
394
|
+
0,
|
|
395
|
+
[_gI, _lI, _st, _dN, _fM, _pFM, _a, _cA, _uA, _t, _lS],
|
|
396
|
+
[0, 0, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$, 4, 4, 128 | 0, () => exports.LinkLogSettings$], 4
|
|
397
|
+
];
|
|
398
|
+
exports.GetLinkRequest$ = [3, n0, _GLR,
|
|
399
|
+
0,
|
|
400
|
+
[_gI, _lI],
|
|
401
|
+
[[0, 1], [0, 1]], 2
|
|
402
|
+
];
|
|
403
|
+
exports.GetLinkResponse$ = [3, n0, _GLRe,
|
|
404
|
+
0,
|
|
405
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t, _lS],
|
|
406
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$, 128 | 0, () => exports.LinkLogSettings$], 6
|
|
407
|
+
];
|
|
408
|
+
exports.GetOutboundExternalLinkRequest$ = [3, n0, _GOELR,
|
|
409
|
+
0,
|
|
410
|
+
[_gI, _lI],
|
|
411
|
+
[[0, 1], [0, 1]], 2
|
|
412
|
+
];
|
|
413
|
+
exports.GetOutboundExternalLinkResponse$ = [3, n0, _GOELRe,
|
|
414
|
+
0,
|
|
415
|
+
[_gI, _lI, _st, _pE, _cA, _uA, _t, _lS],
|
|
416
|
+
[0, 0, 0, 0, 4, 4, 128 | 0, () => exports.LinkLogSettings$], 4
|
|
417
|
+
];
|
|
418
|
+
exports.GetRequesterGatewayRequest$ = [3, n0, _GRGR,
|
|
419
|
+
0,
|
|
420
|
+
[_gI],
|
|
421
|
+
[[0, 1]], 1
|
|
422
|
+
];
|
|
423
|
+
exports.GetRequesterGatewayResponse$ = [3, n0, _GRGRe,
|
|
424
|
+
0,
|
|
425
|
+
[_st, _dN, _vI, _sI, _sGI, _gI, _de, _cA, _uA, _t, _aLC, _tLC],
|
|
426
|
+
[0, 0, 0, 64 | 0, 64 | 0, 0, 0, 4, 4, 128 | 0, 1, 1], 6
|
|
427
|
+
];
|
|
428
|
+
exports.GetResponderGatewayRequest$ = [3, n0, _GRGRet,
|
|
429
|
+
0,
|
|
430
|
+
[_gI],
|
|
431
|
+
[[0, 1]], 1
|
|
432
|
+
];
|
|
433
|
+
exports.GetResponderGatewayResponse$ = [3, n0, _GRGRete,
|
|
434
|
+
0,
|
|
435
|
+
[_vI, _sI, _sGI, _st, _p, _pr, _gI, _de, _cA, _uA, _dN, _tSC, _mEC, _t, _aLC, _tLC, _iLC],
|
|
436
|
+
[0, 64 | 0, 64 | 0, 0, 1, 0, 0, 0, 4, 4, 0, [() => exports.TrustStoreConfiguration$, 0], [() => exports.ManagedEndpointConfiguration$, 0], 128 | 0, 1, 1, 1], 7
|
|
437
|
+
];
|
|
438
|
+
exports.HeaderTagAction$ = [3, n0, _HTA,
|
|
439
|
+
0,
|
|
440
|
+
[_n, _va],
|
|
441
|
+
[0, 0], 2
|
|
442
|
+
];
|
|
443
|
+
exports.LinkApplicationLogConfiguration$ = [3, n0, _LALC,
|
|
444
|
+
0,
|
|
445
|
+
[_sa],
|
|
446
|
+
[() => exports.LinkApplicationLogSampling$], 1
|
|
447
|
+
];
|
|
448
|
+
exports.LinkApplicationLogSampling$ = [3, n0, _LALS,
|
|
449
|
+
0,
|
|
450
|
+
[_eL, _fL],
|
|
451
|
+
[1, 1], 2
|
|
452
|
+
];
|
|
453
|
+
exports.LinkAttributes$ = [3, n0, _LA,
|
|
454
|
+
0,
|
|
455
|
+
[_rEM, _cPI],
|
|
456
|
+
[() => ResponderErrorMasking, 0]
|
|
457
|
+
];
|
|
458
|
+
exports.LinkLogSettings$ = [3, n0, _LLS,
|
|
459
|
+
0,
|
|
460
|
+
[_aL],
|
|
461
|
+
[() => exports.LinkApplicationLogConfiguration$], 1
|
|
462
|
+
];
|
|
463
|
+
exports.ListLinksRequest$ = [3, n0, _LLR,
|
|
464
|
+
0,
|
|
465
|
+
[_gI, _nT, _mR],
|
|
466
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
467
|
+
];
|
|
468
|
+
exports.ListLinksResponse$ = [3, n0, _LLRi,
|
|
469
|
+
0,
|
|
470
|
+
[_l, _nT],
|
|
471
|
+
[() => LinkList, 0]
|
|
472
|
+
];
|
|
473
|
+
exports.ListLinksResponseStructure$ = [3, n0, _LLRS,
|
|
474
|
+
0,
|
|
475
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a, _t],
|
|
476
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$, 128 | 0], 6
|
|
477
|
+
];
|
|
478
|
+
exports.ListRequesterGatewaysRequest$ = [3, n0, _LRGR,
|
|
479
|
+
0,
|
|
480
|
+
[_mR, _nT],
|
|
481
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
482
|
+
];
|
|
483
|
+
exports.ListRequesterGatewaysResponse$ = [3, n0, _LRGRi,
|
|
484
|
+
0,
|
|
485
|
+
[_gIa, _nT],
|
|
486
|
+
[64 | 0, 0]
|
|
487
|
+
];
|
|
488
|
+
exports.ListResponderGatewaysRequest$ = [3, n0, _LRGRis,
|
|
489
|
+
0,
|
|
490
|
+
[_mR, _nT],
|
|
491
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
492
|
+
];
|
|
493
|
+
exports.ListResponderGatewaysResponse$ = [3, n0, _LRGRist,
|
|
494
|
+
0,
|
|
495
|
+
[_gIa, _nT],
|
|
496
|
+
[64 | 0, 0]
|
|
497
|
+
];
|
|
498
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
499
|
+
0,
|
|
500
|
+
[_rAe],
|
|
501
|
+
[[0, 1]], 1
|
|
502
|
+
];
|
|
503
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
504
|
+
0,
|
|
505
|
+
[_t],
|
|
506
|
+
[128 | 0]
|
|
507
|
+
];
|
|
508
|
+
exports.ModuleConfiguration$ = [3, n0, _MC,
|
|
509
|
+
0,
|
|
510
|
+
[_n, _ve, _dO, _mP],
|
|
511
|
+
[0, 0, 64 | 0, () => exports.ModuleParameters$], 1
|
|
512
|
+
];
|
|
513
|
+
exports.NoBidAction$ = [3, n0, _NBA,
|
|
514
|
+
0,
|
|
515
|
+
[_nBRC],
|
|
516
|
+
[1]
|
|
517
|
+
];
|
|
518
|
+
exports.NoBidModuleParameters$ = [3, n0, _NBMP,
|
|
519
|
+
0,
|
|
520
|
+
[_r, _rC, _pTP],
|
|
521
|
+
[0, 1, 1]
|
|
522
|
+
];
|
|
523
|
+
exports.OpenRtbAttributeModuleParameters$ = [3, n0, _ORAMP,
|
|
524
|
+
0,
|
|
525
|
+
[_fT, _fC, _ac, _hP],
|
|
526
|
+
[0, () => FilterConfiguration, () => exports.Action$, 1], 4
|
|
527
|
+
];
|
|
528
|
+
exports.RateLimiterModuleParameters$ = [3, n0, _RLMP,
|
|
529
|
+
0,
|
|
530
|
+
[_tp],
|
|
531
|
+
[1]
|
|
532
|
+
];
|
|
533
|
+
exports.RejectLinkRequest$ = [3, n0, _RLR,
|
|
534
|
+
0,
|
|
535
|
+
[_gI, _lI],
|
|
536
|
+
[[0, 1], [0, 1]], 2
|
|
537
|
+
];
|
|
538
|
+
exports.RejectLinkResponse$ = [3, n0, _RLRe,
|
|
539
|
+
0,
|
|
540
|
+
[_gI, _pGI, _st, _cA, _uA, _lI, _d, _fM, _pFM, _a],
|
|
541
|
+
[0, 0, 0, 4, 4, 0, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => exports.LinkAttributes$], 6
|
|
542
|
+
];
|
|
543
|
+
exports.ResponderErrorMaskingForHttpCode$ = [3, n0, _REMFHC,
|
|
544
|
+
0,
|
|
545
|
+
[_hC, _ac, _lT, _rLP],
|
|
546
|
+
[0, 0, 64 | 0, 1], 3
|
|
547
|
+
];
|
|
548
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
549
|
+
0,
|
|
550
|
+
[_rAe, _t],
|
|
551
|
+
[[0, 1], 128 | 0], 2
|
|
552
|
+
];
|
|
553
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
554
|
+
0,
|
|
555
|
+
[],
|
|
556
|
+
[]
|
|
557
|
+
];
|
|
558
|
+
exports.TrustStoreConfiguration$ = [3, n0, _TSC,
|
|
559
|
+
0,
|
|
560
|
+
[_cAC],
|
|
561
|
+
[[() => CertificateAuthorityCertificates, 0]], 1
|
|
562
|
+
];
|
|
563
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
564
|
+
0,
|
|
565
|
+
[_rAe, _tK],
|
|
566
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
567
|
+
];
|
|
568
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
569
|
+
0,
|
|
570
|
+
[],
|
|
571
|
+
[]
|
|
572
|
+
];
|
|
573
|
+
exports.UpdateLinkModuleFlowRequest$ = [3, n0, _ULMFR,
|
|
574
|
+
0,
|
|
575
|
+
[_gI, _lI, _mo, _cT],
|
|
576
|
+
[[0, 1], [0, 1], () => ModuleConfigurationList, [0, 4]], 3
|
|
577
|
+
];
|
|
578
|
+
exports.UpdateLinkModuleFlowResponse$ = [3, n0, _ULMFRp,
|
|
579
|
+
0,
|
|
580
|
+
[_gI, _lI, _st],
|
|
581
|
+
[0, 0, 0], 3
|
|
582
|
+
];
|
|
583
|
+
exports.UpdateLinkRequest$ = [3, n0, _ULR,
|
|
584
|
+
0,
|
|
585
|
+
[_gI, _lI, _lS],
|
|
586
|
+
[[0, 1], [0, 1], () => exports.LinkLogSettings$], 2
|
|
587
|
+
];
|
|
588
|
+
exports.UpdateLinkResponse$ = [3, n0, _ULRp,
|
|
589
|
+
0,
|
|
590
|
+
[_lI, _st],
|
|
591
|
+
[0, 0], 2
|
|
592
|
+
];
|
|
593
|
+
exports.UpdateRequesterGatewayRequest$ = [3, n0, _URGR,
|
|
594
|
+
0,
|
|
595
|
+
[_gI, _cT, _de],
|
|
596
|
+
[[0, 1], [0, 4], 0], 1
|
|
597
|
+
];
|
|
598
|
+
exports.UpdateRequesterGatewayResponse$ = [3, n0, _URGRp,
|
|
599
|
+
0,
|
|
600
|
+
[_gI, _st],
|
|
601
|
+
[0, 0], 2
|
|
602
|
+
];
|
|
603
|
+
exports.UpdateResponderGatewayRequest$ = [3, n0, _URGRpd,
|
|
604
|
+
0,
|
|
605
|
+
[_p, _pr, _gI, _dN, _tSC, _mEC, _cT, _de],
|
|
606
|
+
[1, 0, [0, 1], 0, [() => exports.TrustStoreConfiguration$, 0], [() => exports.ManagedEndpointConfiguration$, 0], [0, 4], 0], 3
|
|
607
|
+
];
|
|
608
|
+
exports.UpdateResponderGatewayResponse$ = [3, n0, _URGRpda,
|
|
609
|
+
0,
|
|
610
|
+
[_gI, _st],
|
|
611
|
+
[0, 0], 2
|
|
612
|
+
];
|
|
613
|
+
var AutoScalingGroupNameList = 64 | 0;
|
|
614
|
+
var CertificateAuthorityCertificates = [1, n0, _CAC,
|
|
615
|
+
0, [() => Base64EncodedCertificateChain,
|
|
616
|
+
0]
|
|
617
|
+
];
|
|
618
|
+
var FilterConfiguration = [1, n0, _FCi,
|
|
619
|
+
0, () => exports.Filter$
|
|
620
|
+
];
|
|
621
|
+
var FilterCriteria = [1, n0, _FCil,
|
|
622
|
+
0, () => exports.FilterCriterion$
|
|
623
|
+
];
|
|
624
|
+
var FlowModuleNameList = 64 | 0;
|
|
625
|
+
var GatewayIdList = 64 | 0;
|
|
626
|
+
var LinkList = [1, n0, _LL,
|
|
627
|
+
0, () => exports.ListLinksResponseStructure$
|
|
628
|
+
];
|
|
629
|
+
var ModuleConfigurationList = [1, n0, _MCL,
|
|
630
|
+
0, () => exports.ModuleConfiguration$
|
|
631
|
+
];
|
|
632
|
+
var ResponderErrorMasking = [1, n0, _REM,
|
|
633
|
+
0, () => exports.ResponderErrorMaskingForHttpCode$
|
|
634
|
+
];
|
|
635
|
+
var ResponderErrorMaskingLoggingTypes = 64 | 0;
|
|
636
|
+
var SecurityGroupIdList = 64 | 0;
|
|
637
|
+
var SubnetIdList = 64 | 0;
|
|
638
|
+
var TagKeyList = 64 | 0;
|
|
639
|
+
var ValueList = 64 | 0;
|
|
640
|
+
var TagsMap = 128 | 0;
|
|
641
|
+
exports.Action$ = [4, n0, _A,
|
|
642
|
+
0,
|
|
643
|
+
[_nB, _hT],
|
|
644
|
+
[() => exports.NoBidAction$, () => exports.HeaderTagAction$]
|
|
645
|
+
];
|
|
646
|
+
exports.ManagedEndpointConfiguration$ = [4, n0, _MEC,
|
|
647
|
+
0,
|
|
648
|
+
[_aSG, _eE],
|
|
649
|
+
[() => exports.AutoScalingGroupsConfiguration$, [() => exports.EksEndpointsConfiguration$, 0]]
|
|
650
|
+
];
|
|
651
|
+
exports.ModuleParameters$ = [4, n0, _MP,
|
|
652
|
+
0,
|
|
653
|
+
[_nB, _oRA, _rL],
|
|
654
|
+
[() => exports.NoBidModuleParameters$, () => exports.OpenRtbAttributeModuleParameters$, () => exports.RateLimiterModuleParameters$]
|
|
655
|
+
];
|
|
656
|
+
exports.AcceptLink$ = [9, n0, _AL,
|
|
657
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200] }, () => exports.AcceptLinkRequest$, () => exports.AcceptLinkResponse$
|
|
658
|
+
];
|
|
659
|
+
exports.CreateInboundExternalLink$ = [9, n0, _CIEL,
|
|
660
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200] }, () => exports.CreateInboundExternalLinkRequest$, () => exports.CreateInboundExternalLinkResponse$
|
|
661
|
+
];
|
|
662
|
+
exports.CreateLink$ = [9, n0, _CL,
|
|
663
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/create-link", 200] }, () => exports.CreateLinkRequest$, () => exports.CreateLinkResponse$
|
|
664
|
+
];
|
|
665
|
+
exports.CreateOutboundExternalLink$ = [9, n0, _COEL,
|
|
666
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200] }, () => exports.CreateOutboundExternalLinkRequest$, () => exports.CreateOutboundExternalLinkResponse$
|
|
667
|
+
];
|
|
668
|
+
exports.CreateRequesterGateway$ = [9, n0, _CRG,
|
|
669
|
+
{ [_h]: ["POST", "/requester-gateway", 200] }, () => exports.CreateRequesterGatewayRequest$, () => exports.CreateRequesterGatewayResponse$
|
|
670
|
+
];
|
|
671
|
+
exports.CreateResponderGateway$ = [9, n0, _CRGr,
|
|
672
|
+
{ [_h]: ["POST", "/responder-gateway", 200] }, () => exports.CreateResponderGatewayRequest$, () => exports.CreateResponderGatewayResponse$
|
|
673
|
+
];
|
|
674
|
+
exports.DeleteInboundExternalLink$ = [9, n0, _DIEL,
|
|
675
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => exports.DeleteInboundExternalLinkRequest$, () => exports.DeleteInboundExternalLinkResponse$
|
|
676
|
+
];
|
|
677
|
+
exports.DeleteLink$ = [9, n0, _DL,
|
|
678
|
+
{ [_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => exports.DeleteLinkRequest$, () => exports.DeleteLinkResponse$
|
|
679
|
+
];
|
|
680
|
+
exports.DeleteOutboundExternalLink$ = [9, n0, _DOEL,
|
|
681
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => exports.DeleteOutboundExternalLinkRequest$, () => exports.DeleteOutboundExternalLinkResponse$
|
|
682
|
+
];
|
|
683
|
+
exports.DeleteRequesterGateway$ = [9, n0, _DRG,
|
|
684
|
+
{ [_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200] }, () => exports.DeleteRequesterGatewayRequest$, () => exports.DeleteRequesterGatewayResponse$
|
|
685
|
+
];
|
|
686
|
+
exports.DeleteResponderGateway$ = [9, n0, _DRGe,
|
|
687
|
+
{ [_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200] }, () => exports.DeleteResponderGatewayRequest$, () => exports.DeleteResponderGatewayResponse$
|
|
688
|
+
];
|
|
689
|
+
exports.GetInboundExternalLink$ = [9, n0, _GIEL,
|
|
690
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200] }, () => exports.GetInboundExternalLinkRequest$, () => exports.GetInboundExternalLinkResponse$
|
|
691
|
+
];
|
|
692
|
+
exports.GetLink$ = [9, n0, _GL,
|
|
693
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => exports.GetLinkRequest$, () => exports.GetLinkResponse$
|
|
694
|
+
];
|
|
695
|
+
exports.GetOutboundExternalLink$ = [9, n0, _GOEL,
|
|
696
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200] }, () => exports.GetOutboundExternalLinkRequest$, () => exports.GetOutboundExternalLinkResponse$
|
|
697
|
+
];
|
|
698
|
+
exports.GetRequesterGateway$ = [9, n0, _GRG,
|
|
699
|
+
{ [_h]: ["GET", "/requester-gateway/{gatewayId}", 200] }, () => exports.GetRequesterGatewayRequest$, () => exports.GetRequesterGatewayResponse$
|
|
700
|
+
];
|
|
701
|
+
exports.GetResponderGateway$ = [9, n0, _GRGe,
|
|
702
|
+
{ [_h]: ["GET", "/responder-gateway/{gatewayId}", 200] }, () => exports.GetResponderGatewayRequest$, () => exports.GetResponderGatewayResponse$
|
|
703
|
+
];
|
|
704
|
+
exports.ListLinks$ = [9, n0, _LLi,
|
|
705
|
+
{ [_h]: ["GET", "/gateway/{gatewayId}/links/", 200] }, () => exports.ListLinksRequest$, () => exports.ListLinksResponse$
|
|
706
|
+
];
|
|
707
|
+
exports.ListRequesterGateways$ = [9, n0, _LRG,
|
|
708
|
+
{ [_h]: ["GET", "/requester-gateways", 200] }, () => exports.ListRequesterGatewaysRequest$, () => exports.ListRequesterGatewaysResponse$
|
|
709
|
+
];
|
|
710
|
+
exports.ListResponderGateways$ = [9, n0, _LRGi,
|
|
711
|
+
{ [_h]: ["GET", "/responder-gateways", 200] }, () => exports.ListResponderGatewaysRequest$, () => exports.ListResponderGatewaysResponse$
|
|
712
|
+
];
|
|
713
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
714
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
715
|
+
];
|
|
716
|
+
exports.RejectLink$ = [9, n0, _RL,
|
|
717
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200] }, () => exports.RejectLinkRequest$, () => exports.RejectLinkResponse$
|
|
718
|
+
];
|
|
719
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
720
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
721
|
+
];
|
|
722
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
723
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
724
|
+
];
|
|
725
|
+
exports.UpdateLink$ = [9, n0, _UL,
|
|
726
|
+
{ [_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200] }, () => exports.UpdateLinkRequest$, () => exports.UpdateLinkResponse$
|
|
727
|
+
];
|
|
728
|
+
exports.UpdateLinkModuleFlow$ = [9, n0, _ULMF,
|
|
729
|
+
{ [_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200] }, () => exports.UpdateLinkModuleFlowRequest$, () => exports.UpdateLinkModuleFlowResponse$
|
|
730
|
+
];
|
|
731
|
+
exports.UpdateRequesterGateway$ = [9, n0, _URG,
|
|
732
|
+
{ [_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200] }, () => exports.UpdateRequesterGatewayRequest$, () => exports.UpdateRequesterGatewayResponse$
|
|
733
|
+
];
|
|
734
|
+
exports.UpdateResponderGateway$ = [9, n0, _URGp,
|
|
735
|
+
{ [_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200] }, () => exports.UpdateResponderGatewayRequest$, () => exports.UpdateResponderGatewayResponse$
|
|
736
|
+
];
|