@aws-sdk/client-rtbfabric 3.928.0 → 3.930.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 +1115 -1450
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/RTBFabricClient.js +2 -0
- package/dist-es/commands/AcceptLinkCommand.js +3 -9
- package/dist-es/commands/CreateInboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/CreateLinkCommand.js +3 -9
- package/dist-es/commands/CreateOutboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/CreateRequesterGatewayCommand.js +3 -9
- package/dist-es/commands/CreateResponderGatewayCommand.js +3 -10
- package/dist-es/commands/DeleteInboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/DeleteLinkCommand.js +3 -9
- package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/DeleteRequesterGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteResponderGatewayCommand.js +3 -9
- package/dist-es/commands/GetInboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/GetLinkCommand.js +3 -9
- package/dist-es/commands/GetOutboundExternalLinkCommand.js +3 -9
- package/dist-es/commands/GetRequesterGatewayCommand.js +3 -9
- package/dist-es/commands/GetResponderGatewayCommand.js +3 -10
- package/dist-es/commands/ListLinksCommand.js +3 -9
- package/dist-es/commands/ListRequesterGatewaysCommand.js +3 -9
- package/dist-es/commands/ListResponderGatewaysCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RejectLinkCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLinkCommand.js +3 -9
- package/dist-es/commands/UpdateLinkModuleFlowCommand.js +3 -9
- package/dist-es/commands/UpdateRequesterGatewayCommand.js +3 -9
- package/dist-es/commands/UpdateResponderGatewayCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -76
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1051 -0
- package/dist-types/RTBFabricClient.d.ts +10 -1
- package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +17 -1
- package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +29 -0
- package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +8 -0
- package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +37 -27
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +127 -0
- package/dist-types/ts3.4/RTBFabricClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -24
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +133 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_restJson1.js +0 -1163
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
|
@@ -0,0 +1,1051 @@
|
|
|
1
|
+
const _A = "Action";
|
|
2
|
+
const _ADE = "AccessDeniedException";
|
|
3
|
+
const _AL = "AcceptLink";
|
|
4
|
+
const _ALR = "AcceptLinkRequest";
|
|
5
|
+
const _ALRc = "AcceptLinkResponse";
|
|
6
|
+
const _ASGC = "AutoScalingGroupsConfiguration";
|
|
7
|
+
const _BECC = "Base64EncodedCertificateChain";
|
|
8
|
+
const _CAC = "CertificateAuthorityCertificates";
|
|
9
|
+
const _CE = "ConflictException";
|
|
10
|
+
const _CIEL = "CreateInboundExternalLink";
|
|
11
|
+
const _CIELR = "CreateInboundExternalLinkRequest";
|
|
12
|
+
const _CIELRr = "CreateInboundExternalLinkResponse";
|
|
13
|
+
const _CL = "CreateLink";
|
|
14
|
+
const _CLR = "CreateLinkRequest";
|
|
15
|
+
const _CLRr = "CreateLinkResponse";
|
|
16
|
+
const _COEL = "CreateOutboundExternalLink";
|
|
17
|
+
const _COELR = "CreateOutboundExternalLinkRequest";
|
|
18
|
+
const _COELRr = "CreateOutboundExternalLinkResponse";
|
|
19
|
+
const _CRG = "CreateRequesterGateway";
|
|
20
|
+
const _CRGR = "CreateRequesterGatewayRequest";
|
|
21
|
+
const _CRGRr = "CreateRequesterGatewayResponse";
|
|
22
|
+
const _CRGRre = "CreateResponderGatewayRequest";
|
|
23
|
+
const _CRGRrea = "CreateResponderGatewayResponse";
|
|
24
|
+
const _CRGr = "CreateResponderGateway";
|
|
25
|
+
const _DIEL = "DeleteInboundExternalLink";
|
|
26
|
+
const _DIELR = "DeleteInboundExternalLinkRequest";
|
|
27
|
+
const _DIELRe = "DeleteInboundExternalLinkResponse";
|
|
28
|
+
const _DL = "DeleteLink";
|
|
29
|
+
const _DLR = "DeleteLinkRequest";
|
|
30
|
+
const _DLRe = "DeleteLinkResponse";
|
|
31
|
+
const _DOEL = "DeleteOutboundExternalLink";
|
|
32
|
+
const _DOELR = "DeleteOutboundExternalLinkRequest";
|
|
33
|
+
const _DOELRe = "DeleteOutboundExternalLinkResponse";
|
|
34
|
+
const _DRG = "DeleteRequesterGateway";
|
|
35
|
+
const _DRGR = "DeleteRequesterGatewayRequest";
|
|
36
|
+
const _DRGRe = "DeleteRequesterGatewayResponse";
|
|
37
|
+
const _DRGRel = "DeleteResponderGatewayRequest";
|
|
38
|
+
const _DRGRele = "DeleteResponderGatewayResponse";
|
|
39
|
+
const _DRGe = "DeleteResponderGateway";
|
|
40
|
+
const _EEC = "EksEndpointsConfiguration";
|
|
41
|
+
const _F = "Filter";
|
|
42
|
+
const _FC = "FilterCriterion";
|
|
43
|
+
const _FCi = "FilterConfiguration";
|
|
44
|
+
const _FCil = "FilterCriteria";
|
|
45
|
+
const _GIEL = "GetInboundExternalLink";
|
|
46
|
+
const _GIELR = "GetInboundExternalLinkRequest";
|
|
47
|
+
const _GIELRe = "GetInboundExternalLinkResponse";
|
|
48
|
+
const _GL = "GetLink";
|
|
49
|
+
const _GLR = "GetLinkRequest";
|
|
50
|
+
const _GLRe = "GetLinkResponse";
|
|
51
|
+
const _GOEL = "GetOutboundExternalLink";
|
|
52
|
+
const _GOELR = "GetOutboundExternalLinkRequest";
|
|
53
|
+
const _GOELRe = "GetOutboundExternalLinkResponse";
|
|
54
|
+
const _GRG = "GetRequesterGateway";
|
|
55
|
+
const _GRGR = "GetRequesterGatewayRequest";
|
|
56
|
+
const _GRGRe = "GetRequesterGatewayResponse";
|
|
57
|
+
const _GRGRet = "GetResponderGatewayRequest";
|
|
58
|
+
const _GRGRete = "GetResponderGatewayResponse";
|
|
59
|
+
const _GRGe = "GetResponderGateway";
|
|
60
|
+
const _HTA = "HeaderTagAction";
|
|
61
|
+
const _ISE = "InternalServerException";
|
|
62
|
+
const _LA = "LinkAttributes";
|
|
63
|
+
const _LALC = "LinkApplicationLogConfiguration";
|
|
64
|
+
const _LALS = "LinkApplicationLogSampling";
|
|
65
|
+
const _LL = "LinkList";
|
|
66
|
+
const _LLR = "ListLinksRequest";
|
|
67
|
+
const _LLRS = "ListLinksResponseStructure";
|
|
68
|
+
const _LLRi = "ListLinksResponse";
|
|
69
|
+
const _LLS = "LinkLogSettings";
|
|
70
|
+
const _LLi = "ListLinks";
|
|
71
|
+
const _LRG = "ListRequesterGateways";
|
|
72
|
+
const _LRGR = "ListRequesterGatewaysRequest";
|
|
73
|
+
const _LRGRi = "ListRequesterGatewaysResponse";
|
|
74
|
+
const _LRGRis = "ListResponderGatewaysRequest";
|
|
75
|
+
const _LRGRist = "ListResponderGatewaysResponse";
|
|
76
|
+
const _LRGi = "ListResponderGateways";
|
|
77
|
+
const _LTFR = "ListTagsForResource";
|
|
78
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
79
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
80
|
+
const _MC = "ModuleConfiguration";
|
|
81
|
+
const _MCL = "ModuleConfigurationList";
|
|
82
|
+
const _MEC = "ManagedEndpointConfiguration";
|
|
83
|
+
const _MP = "ModuleParameters";
|
|
84
|
+
const _NBA = "NoBidAction";
|
|
85
|
+
const _NBMP = "NoBidModuleParameters";
|
|
86
|
+
const _ORAMP = "OpenRtbAttributeModuleParameters";
|
|
87
|
+
const _REM = "ResponderErrorMasking";
|
|
88
|
+
const _REMFHC = "ResponderErrorMaskingForHttpCode";
|
|
89
|
+
const _RL = "RejectLink";
|
|
90
|
+
const _RLMP = "RateLimiterModuleParameters";
|
|
91
|
+
const _RLR = "RejectLinkRequest";
|
|
92
|
+
const _RLRe = "RejectLinkResponse";
|
|
93
|
+
const _RNFE = "ResourceNotFoundException";
|
|
94
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
95
|
+
const _TE = "ThrottlingException";
|
|
96
|
+
const _TR = "TagResource";
|
|
97
|
+
const _TRR = "TagResourceRequest";
|
|
98
|
+
const _TRRa = "TagResourceResponse";
|
|
99
|
+
const _TSC = "TrustStoreConfiguration";
|
|
100
|
+
const _UL = "UpdateLink";
|
|
101
|
+
const _ULMF = "UpdateLinkModuleFlow";
|
|
102
|
+
const _ULMFR = "UpdateLinkModuleFlowRequest";
|
|
103
|
+
const _ULMFRp = "UpdateLinkModuleFlowResponse";
|
|
104
|
+
const _ULR = "UpdateLinkRequest";
|
|
105
|
+
const _ULRp = "UpdateLinkResponse";
|
|
106
|
+
const _UR = "UntagResource";
|
|
107
|
+
const _URG = "UpdateRequesterGateway";
|
|
108
|
+
const _URGR = "UpdateRequesterGatewayRequest";
|
|
109
|
+
const _URGRp = "UpdateRequesterGatewayResponse";
|
|
110
|
+
const _URGRpd = "UpdateResponderGatewayRequest";
|
|
111
|
+
const _URGRpda = "UpdateResponderGatewayResponse";
|
|
112
|
+
const _URGp = "UpdateResponderGateway";
|
|
113
|
+
const _URR = "UntagResourceRequest";
|
|
114
|
+
const _URRn = "UntagResourceResponse";
|
|
115
|
+
const _VE = "ValidationException";
|
|
116
|
+
const _a = "attributes";
|
|
117
|
+
const _aL = "applicationLogs";
|
|
118
|
+
const _aLC = "activeLinksCount";
|
|
119
|
+
const _aSG = "autoScalingGroups";
|
|
120
|
+
const _aSGN = "autoScalingGroupNames";
|
|
121
|
+
const _ac = "action";
|
|
122
|
+
const _c = "client";
|
|
123
|
+
const _cA = "createdAt";
|
|
124
|
+
const _cAC = "certificateAuthorityCertificates";
|
|
125
|
+
const _cASCCC = "clusterApiServerCaCertificateChain";
|
|
126
|
+
const _cASEU = "clusterApiServerEndpointUri";
|
|
127
|
+
const _cN = "clusterName";
|
|
128
|
+
const _cPI = "customerProvidedId";
|
|
129
|
+
const _cT = "clientToken";
|
|
130
|
+
const _cr = "criteria";
|
|
131
|
+
const _d = "direction";
|
|
132
|
+
const _dN = "domainName";
|
|
133
|
+
const _dO = "dependsOn";
|
|
134
|
+
const _de = "description";
|
|
135
|
+
const _e = "error";
|
|
136
|
+
const _eE = "eksEndpoints";
|
|
137
|
+
const _eL = "errorLog";
|
|
138
|
+
const _eRN = "endpointsResourceName";
|
|
139
|
+
const _eRNn = "endpointsResourceNamespace";
|
|
140
|
+
const _fC = "filterConfiguration";
|
|
141
|
+
const _fL = "filterLog";
|
|
142
|
+
const _fM = "flowModules";
|
|
143
|
+
const _fT = "filterType";
|
|
144
|
+
const _gI = "gatewayId";
|
|
145
|
+
const _gIa = "gatewayIds";
|
|
146
|
+
const _h = "http";
|
|
147
|
+
const _hC = "httpCode";
|
|
148
|
+
const _hE = "httpError";
|
|
149
|
+
const _hP = "holdbackPercentage";
|
|
150
|
+
const _hQ = "httpQuery";
|
|
151
|
+
const _hRA = "httpResponderAllowed";
|
|
152
|
+
const _hT = "headerTag";
|
|
153
|
+
const _iLC = "inboundLinksCount";
|
|
154
|
+
const _l = "links";
|
|
155
|
+
const _lI = "linkId";
|
|
156
|
+
const _lS = "logSettings";
|
|
157
|
+
const _lT = "loggingTypes";
|
|
158
|
+
const _m = "message";
|
|
159
|
+
const _mEC = "managedEndpointConfiguration";
|
|
160
|
+
const _mP = "moduleParameters";
|
|
161
|
+
const _mR = "maxResults";
|
|
162
|
+
const _mo = "modules";
|
|
163
|
+
const _n = "name";
|
|
164
|
+
const _nB = "noBid";
|
|
165
|
+
const _nBRC = "noBidReasonCode";
|
|
166
|
+
const _nT = "nextToken";
|
|
167
|
+
const _oRA = "openRtbAttribute";
|
|
168
|
+
const _p = "port";
|
|
169
|
+
const _pE = "publicEndpoint";
|
|
170
|
+
const _pFM = "pendingFlowModules";
|
|
171
|
+
const _pGI = "peerGatewayId";
|
|
172
|
+
const _pTP = "passThroughPercentage";
|
|
173
|
+
const _pa = "path";
|
|
174
|
+
const _pr = "protocol";
|
|
175
|
+
const _r = "reason";
|
|
176
|
+
const _rA = "roleArn";
|
|
177
|
+
const _rAe = "resourceArn";
|
|
178
|
+
const _rC = "reasonCode";
|
|
179
|
+
const _rEM = "responderErrorMasking";
|
|
180
|
+
const _rL = "rateLimiter";
|
|
181
|
+
const _rLP = "responseLoggingPercentage";
|
|
182
|
+
const _s = "status";
|
|
183
|
+
const _sGI = "securityGroupIds";
|
|
184
|
+
const _sI = "subnetIds";
|
|
185
|
+
const _sa = "sampling";
|
|
186
|
+
const _se = "server";
|
|
187
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.rtbfabric";
|
|
188
|
+
const _t = "tags";
|
|
189
|
+
const _tK = "tagKeys";
|
|
190
|
+
const _tLC = "totalLinksCount";
|
|
191
|
+
const _tSC = "trustStoreConfiguration";
|
|
192
|
+
const _tp = "tps";
|
|
193
|
+
const _uA = "updatedAt";
|
|
194
|
+
const _v = "values";
|
|
195
|
+
const _vI = "vpcId";
|
|
196
|
+
const _va = "value";
|
|
197
|
+
const _ve = "version";
|
|
198
|
+
const n0 = "com.amazonaws.rtbfabric";
|
|
199
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
200
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
201
|
+
import { RTBFabricServiceException as __RTBFabricServiceException } from "../models/RTBFabricServiceException";
|
|
202
|
+
export var Base64EncodedCertificateChain = [0, n0, _BECC, 8, 0];
|
|
203
|
+
export var AcceptLinkRequest = [
|
|
204
|
+
3,
|
|
205
|
+
n0,
|
|
206
|
+
_ALR,
|
|
207
|
+
0,
|
|
208
|
+
[_gI, _lI, _a, _lS],
|
|
209
|
+
[[0, 1], [0, 1], () => LinkAttributes, () => LinkLogSettings],
|
|
210
|
+
];
|
|
211
|
+
export var AcceptLinkResponse = [
|
|
212
|
+
3,
|
|
213
|
+
n0,
|
|
214
|
+
_ALRc,
|
|
215
|
+
0,
|
|
216
|
+
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
|
|
217
|
+
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
|
|
218
|
+
];
|
|
219
|
+
export var AccessDeniedException = [
|
|
220
|
+
-3,
|
|
221
|
+
n0,
|
|
222
|
+
_ADE,
|
|
223
|
+
{
|
|
224
|
+
[_e]: _c,
|
|
225
|
+
[_hE]: 403,
|
|
226
|
+
},
|
|
227
|
+
[_m],
|
|
228
|
+
[0],
|
|
229
|
+
];
|
|
230
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
231
|
+
export var AutoScalingGroupsConfiguration = [3, n0, _ASGC, 0, [_aSGN, _rA], [64 | 0, 0]];
|
|
232
|
+
export var ConflictException = [
|
|
233
|
+
-3,
|
|
234
|
+
n0,
|
|
235
|
+
_CE,
|
|
236
|
+
{
|
|
237
|
+
[_e]: _c,
|
|
238
|
+
[_hE]: 409,
|
|
239
|
+
},
|
|
240
|
+
[_m],
|
|
241
|
+
[0],
|
|
242
|
+
];
|
|
243
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
244
|
+
export var CreateInboundExternalLinkRequest = [
|
|
245
|
+
3,
|
|
246
|
+
n0,
|
|
247
|
+
_CIELR,
|
|
248
|
+
0,
|
|
249
|
+
[_cT, _gI, _a, _lS, _t],
|
|
250
|
+
[[0, 4], [0, 1], () => LinkAttributes, () => LinkLogSettings, 128 | 0],
|
|
251
|
+
];
|
|
252
|
+
export var CreateInboundExternalLinkResponse = [
|
|
253
|
+
3,
|
|
254
|
+
n0,
|
|
255
|
+
_CIELRr,
|
|
256
|
+
0,
|
|
257
|
+
[_gI, _lI, _s, _dN],
|
|
258
|
+
[0, 0, 0, 0],
|
|
259
|
+
];
|
|
260
|
+
export var CreateLinkRequest = [
|
|
261
|
+
3,
|
|
262
|
+
n0,
|
|
263
|
+
_CLR,
|
|
264
|
+
0,
|
|
265
|
+
[_gI, _pGI, _a, _hRA, _t, _lS],
|
|
266
|
+
[[0, 1], 0, () => LinkAttributes, 2, 128 | 0, () => LinkLogSettings],
|
|
267
|
+
];
|
|
268
|
+
export var CreateLinkResponse = [
|
|
269
|
+
3,
|
|
270
|
+
n0,
|
|
271
|
+
_CLRr,
|
|
272
|
+
0,
|
|
273
|
+
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI, _cPI],
|
|
274
|
+
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0, 0],
|
|
275
|
+
];
|
|
276
|
+
export var CreateOutboundExternalLinkRequest = [
|
|
277
|
+
3,
|
|
278
|
+
n0,
|
|
279
|
+
_COELR,
|
|
280
|
+
0,
|
|
281
|
+
[_cT, _gI, _a, _pE, _lS, _t],
|
|
282
|
+
[[0, 4], [0, 1], () => LinkAttributes, 0, () => LinkLogSettings, 128 | 0],
|
|
283
|
+
];
|
|
284
|
+
export var CreateOutboundExternalLinkResponse = [3, n0, _COELRr, 0, [_gI, _lI, _s], [0, 0, 0]];
|
|
285
|
+
export var CreateRequesterGatewayRequest = [
|
|
286
|
+
3,
|
|
287
|
+
n0,
|
|
288
|
+
_CRGR,
|
|
289
|
+
0,
|
|
290
|
+
[_vI, _sI, _sGI, _cT, _de, _t],
|
|
291
|
+
[0, 64 | 0, 64 | 0, [0, 4], 0, 128 | 0],
|
|
292
|
+
];
|
|
293
|
+
export var CreateRequesterGatewayResponse = [3, n0, _CRGRr, 0, [_gI, _dN, _s], [0, 0, 0]];
|
|
294
|
+
export var CreateResponderGatewayRequest = [
|
|
295
|
+
3,
|
|
296
|
+
n0,
|
|
297
|
+
_CRGRre,
|
|
298
|
+
0,
|
|
299
|
+
[_vI, _sI, _sGI, _dN, _p, _pr, _tSC, _mEC, _cT, _de, _t],
|
|
300
|
+
[
|
|
301
|
+
0,
|
|
302
|
+
64 | 0,
|
|
303
|
+
64 | 0,
|
|
304
|
+
0,
|
|
305
|
+
1,
|
|
306
|
+
0,
|
|
307
|
+
[() => TrustStoreConfiguration, 0],
|
|
308
|
+
[() => ManagedEndpointConfiguration, 0],
|
|
309
|
+
[0, 4],
|
|
310
|
+
0,
|
|
311
|
+
128 | 0,
|
|
312
|
+
],
|
|
313
|
+
];
|
|
314
|
+
export var CreateResponderGatewayResponse = [3, n0, _CRGRrea, 0, [_gI, _s], [0, 0]];
|
|
315
|
+
export var DeleteInboundExternalLinkRequest = [
|
|
316
|
+
3,
|
|
317
|
+
n0,
|
|
318
|
+
_DIELR,
|
|
319
|
+
0,
|
|
320
|
+
[_gI, _lI],
|
|
321
|
+
[
|
|
322
|
+
[0, 1],
|
|
323
|
+
[0, 1],
|
|
324
|
+
],
|
|
325
|
+
];
|
|
326
|
+
export var DeleteInboundExternalLinkResponse = [3, n0, _DIELRe, 0, [_lI, _s], [0, 0]];
|
|
327
|
+
export var DeleteLinkRequest = [
|
|
328
|
+
3,
|
|
329
|
+
n0,
|
|
330
|
+
_DLR,
|
|
331
|
+
0,
|
|
332
|
+
[_gI, _lI],
|
|
333
|
+
[
|
|
334
|
+
[0, 1],
|
|
335
|
+
[0, 1],
|
|
336
|
+
],
|
|
337
|
+
];
|
|
338
|
+
export var DeleteLinkResponse = [3, n0, _DLRe, 0, [_lI, _s], [0, 0]];
|
|
339
|
+
export var DeleteOutboundExternalLinkRequest = [
|
|
340
|
+
3,
|
|
341
|
+
n0,
|
|
342
|
+
_DOELR,
|
|
343
|
+
0,
|
|
344
|
+
[_gI, _lI],
|
|
345
|
+
[
|
|
346
|
+
[0, 1],
|
|
347
|
+
[0, 1],
|
|
348
|
+
],
|
|
349
|
+
];
|
|
350
|
+
export var DeleteOutboundExternalLinkResponse = [3, n0, _DOELRe, 0, [_lI, _s], [0, 0]];
|
|
351
|
+
export var DeleteRequesterGatewayRequest = [3, n0, _DRGR, 0, [_gI], [[0, 1]]];
|
|
352
|
+
export var DeleteRequesterGatewayResponse = [3, n0, _DRGRe, 0, [_gI, _s], [0, 0]];
|
|
353
|
+
export var DeleteResponderGatewayRequest = [3, n0, _DRGRel, 0, [_gI], [[0, 1]]];
|
|
354
|
+
export var DeleteResponderGatewayResponse = [3, n0, _DRGRele, 0, [_gI, _s], [0, 0]];
|
|
355
|
+
export var EksEndpointsConfiguration = [
|
|
356
|
+
3,
|
|
357
|
+
n0,
|
|
358
|
+
_EEC,
|
|
359
|
+
0,
|
|
360
|
+
[_eRN, _eRNn, _cASEU, _cASCCC, _cN, _rA],
|
|
361
|
+
[0, 0, 0, [() => Base64EncodedCertificateChain, 0], 0, 0],
|
|
362
|
+
];
|
|
363
|
+
export var Filter = [3, n0, _F, 0, [_cr], [() => FilterCriteria]];
|
|
364
|
+
export var FilterCriterion = [3, n0, _FC, 0, [_pa, _v], [0, 64 | 0]];
|
|
365
|
+
export var GetInboundExternalLinkRequest = [
|
|
366
|
+
3,
|
|
367
|
+
n0,
|
|
368
|
+
_GIELR,
|
|
369
|
+
0,
|
|
370
|
+
[_gI, _lI],
|
|
371
|
+
[
|
|
372
|
+
[0, 1],
|
|
373
|
+
[0, 1],
|
|
374
|
+
],
|
|
375
|
+
];
|
|
376
|
+
export var GetInboundExternalLinkResponse = [
|
|
377
|
+
3,
|
|
378
|
+
n0,
|
|
379
|
+
_GIELRe,
|
|
380
|
+
0,
|
|
381
|
+
[_gI, _lI, _s, _dN, _fM, _pFM, _a, _cA, _uA, _t, _lS],
|
|
382
|
+
[
|
|
383
|
+
0,
|
|
384
|
+
0,
|
|
385
|
+
0,
|
|
386
|
+
0,
|
|
387
|
+
() => ModuleConfigurationList,
|
|
388
|
+
() => ModuleConfigurationList,
|
|
389
|
+
() => LinkAttributes,
|
|
390
|
+
4,
|
|
391
|
+
4,
|
|
392
|
+
128 | 0,
|
|
393
|
+
() => LinkLogSettings,
|
|
394
|
+
],
|
|
395
|
+
];
|
|
396
|
+
export var GetLinkRequest = [
|
|
397
|
+
3,
|
|
398
|
+
n0,
|
|
399
|
+
_GLR,
|
|
400
|
+
0,
|
|
401
|
+
[_gI, _lI],
|
|
402
|
+
[
|
|
403
|
+
[0, 1],
|
|
404
|
+
[0, 1],
|
|
405
|
+
],
|
|
406
|
+
];
|
|
407
|
+
export var GetLinkResponse = [
|
|
408
|
+
3,
|
|
409
|
+
n0,
|
|
410
|
+
_GLRe,
|
|
411
|
+
0,
|
|
412
|
+
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI, _t, _lS],
|
|
413
|
+
[
|
|
414
|
+
0,
|
|
415
|
+
0,
|
|
416
|
+
0,
|
|
417
|
+
4,
|
|
418
|
+
4,
|
|
419
|
+
0,
|
|
420
|
+
() => ModuleConfigurationList,
|
|
421
|
+
() => ModuleConfigurationList,
|
|
422
|
+
() => LinkAttributes,
|
|
423
|
+
0,
|
|
424
|
+
128 | 0,
|
|
425
|
+
() => LinkLogSettings,
|
|
426
|
+
],
|
|
427
|
+
];
|
|
428
|
+
export var GetOutboundExternalLinkRequest = [
|
|
429
|
+
3,
|
|
430
|
+
n0,
|
|
431
|
+
_GOELR,
|
|
432
|
+
0,
|
|
433
|
+
[_gI, _lI],
|
|
434
|
+
[
|
|
435
|
+
[0, 1],
|
|
436
|
+
[0, 1],
|
|
437
|
+
],
|
|
438
|
+
];
|
|
439
|
+
export var GetOutboundExternalLinkResponse = [
|
|
440
|
+
3,
|
|
441
|
+
n0,
|
|
442
|
+
_GOELRe,
|
|
443
|
+
0,
|
|
444
|
+
[_gI, _lI, _s, _pE, _cA, _uA, _t, _lS],
|
|
445
|
+
[0, 0, 0, 0, 4, 4, 128 | 0, () => LinkLogSettings],
|
|
446
|
+
];
|
|
447
|
+
export var GetRequesterGatewayRequest = [3, n0, _GRGR, 0, [_gI], [[0, 1]]];
|
|
448
|
+
export var GetRequesterGatewayResponse = [
|
|
449
|
+
3,
|
|
450
|
+
n0,
|
|
451
|
+
_GRGRe,
|
|
452
|
+
0,
|
|
453
|
+
[_s, _dN, _de, _cA, _uA, _vI, _sI, _sGI, _gI, _t, _aLC, _tLC],
|
|
454
|
+
[0, 0, 0, 4, 4, 0, 64 | 0, 64 | 0, 0, 128 | 0, 1, 1],
|
|
455
|
+
];
|
|
456
|
+
export var GetResponderGatewayRequest = [3, n0, _GRGRet, 0, [_gI], [[0, 1]]];
|
|
457
|
+
export var GetResponderGatewayResponse = [
|
|
458
|
+
3,
|
|
459
|
+
n0,
|
|
460
|
+
_GRGRete,
|
|
461
|
+
0,
|
|
462
|
+
[_vI, _sI, _sGI, _s, _de, _cA, _uA, _dN, _p, _pr, _tSC, _mEC, _gI, _t, _aLC, _tLC, _iLC],
|
|
463
|
+
[
|
|
464
|
+
0,
|
|
465
|
+
64 | 0,
|
|
466
|
+
64 | 0,
|
|
467
|
+
0,
|
|
468
|
+
0,
|
|
469
|
+
4,
|
|
470
|
+
4,
|
|
471
|
+
0,
|
|
472
|
+
1,
|
|
473
|
+
0,
|
|
474
|
+
[() => TrustStoreConfiguration, 0],
|
|
475
|
+
[() => ManagedEndpointConfiguration, 0],
|
|
476
|
+
0,
|
|
477
|
+
128 | 0,
|
|
478
|
+
1,
|
|
479
|
+
1,
|
|
480
|
+
1,
|
|
481
|
+
],
|
|
482
|
+
];
|
|
483
|
+
export var HeaderTagAction = [3, n0, _HTA, 0, [_n, _va], [0, 0]];
|
|
484
|
+
export var InternalServerException = [
|
|
485
|
+
-3,
|
|
486
|
+
n0,
|
|
487
|
+
_ISE,
|
|
488
|
+
{
|
|
489
|
+
[_e]: _se,
|
|
490
|
+
[_hE]: 500,
|
|
491
|
+
},
|
|
492
|
+
[_m],
|
|
493
|
+
[0],
|
|
494
|
+
];
|
|
495
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
496
|
+
export var LinkApplicationLogConfiguration = [
|
|
497
|
+
3,
|
|
498
|
+
n0,
|
|
499
|
+
_LALC,
|
|
500
|
+
0,
|
|
501
|
+
[_sa],
|
|
502
|
+
[() => LinkApplicationLogSampling],
|
|
503
|
+
];
|
|
504
|
+
export var LinkApplicationLogSampling = [3, n0, _LALS, 0, [_eL, _fL], [1, 1]];
|
|
505
|
+
export var LinkAttributes = [3, n0, _LA, 0, [_rEM, _cPI], [() => ResponderErrorMasking, 0]];
|
|
506
|
+
export var LinkLogSettings = [3, n0, _LLS, 0, [_aL], [() => LinkApplicationLogConfiguration]];
|
|
507
|
+
export var ListLinksRequest = [
|
|
508
|
+
3,
|
|
509
|
+
n0,
|
|
510
|
+
_LLR,
|
|
511
|
+
0,
|
|
512
|
+
[_gI, _nT, _mR],
|
|
513
|
+
[
|
|
514
|
+
[0, 1],
|
|
515
|
+
[
|
|
516
|
+
0,
|
|
517
|
+
{
|
|
518
|
+
[_hQ]: _nT,
|
|
519
|
+
},
|
|
520
|
+
],
|
|
521
|
+
[
|
|
522
|
+
1,
|
|
523
|
+
{
|
|
524
|
+
[_hQ]: _mR,
|
|
525
|
+
},
|
|
526
|
+
],
|
|
527
|
+
],
|
|
528
|
+
];
|
|
529
|
+
export var ListLinksResponse = [3, n0, _LLRi, 0, [_l, _nT], [() => LinkList, 0]];
|
|
530
|
+
export var ListLinksResponseStructure = [
|
|
531
|
+
3,
|
|
532
|
+
n0,
|
|
533
|
+
_LLRS,
|
|
534
|
+
0,
|
|
535
|
+
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI, _t],
|
|
536
|
+
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0, 128 | 0],
|
|
537
|
+
];
|
|
538
|
+
export var ListRequesterGatewaysRequest = [
|
|
539
|
+
3,
|
|
540
|
+
n0,
|
|
541
|
+
_LRGR,
|
|
542
|
+
0,
|
|
543
|
+
[_mR, _nT],
|
|
544
|
+
[
|
|
545
|
+
[
|
|
546
|
+
1,
|
|
547
|
+
{
|
|
548
|
+
[_hQ]: _mR,
|
|
549
|
+
},
|
|
550
|
+
],
|
|
551
|
+
[
|
|
552
|
+
0,
|
|
553
|
+
{
|
|
554
|
+
[_hQ]: _nT,
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
],
|
|
558
|
+
];
|
|
559
|
+
export var ListRequesterGatewaysResponse = [3, n0, _LRGRi, 0, [_gIa, _nT], [64 | 0, 0]];
|
|
560
|
+
export var ListResponderGatewaysRequest = [
|
|
561
|
+
3,
|
|
562
|
+
n0,
|
|
563
|
+
_LRGRis,
|
|
564
|
+
0,
|
|
565
|
+
[_mR, _nT],
|
|
566
|
+
[
|
|
567
|
+
[
|
|
568
|
+
1,
|
|
569
|
+
{
|
|
570
|
+
[_hQ]: _mR,
|
|
571
|
+
},
|
|
572
|
+
],
|
|
573
|
+
[
|
|
574
|
+
0,
|
|
575
|
+
{
|
|
576
|
+
[_hQ]: _nT,
|
|
577
|
+
},
|
|
578
|
+
],
|
|
579
|
+
],
|
|
580
|
+
];
|
|
581
|
+
export var ListResponderGatewaysResponse = [3, n0, _LRGRist, 0, [_gIa, _nT], [64 | 0, 0]];
|
|
582
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
583
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
584
|
+
export var ModuleConfiguration = [
|
|
585
|
+
3,
|
|
586
|
+
n0,
|
|
587
|
+
_MC,
|
|
588
|
+
0,
|
|
589
|
+
[_ve, _n, _dO, _mP],
|
|
590
|
+
[0, 0, 64 | 0, () => ModuleParameters],
|
|
591
|
+
];
|
|
592
|
+
export var NoBidAction = [3, n0, _NBA, 0, [_nBRC], [1]];
|
|
593
|
+
export var NoBidModuleParameters = [3, n0, _NBMP, 0, [_r, _rC, _pTP], [0, 1, 1]];
|
|
594
|
+
export var OpenRtbAttributeModuleParameters = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_ORAMP,
|
|
598
|
+
0,
|
|
599
|
+
[_fT, _fC, _ac, _hP],
|
|
600
|
+
[0, () => FilterConfiguration, () => Action, 1],
|
|
601
|
+
];
|
|
602
|
+
export var RateLimiterModuleParameters = [3, n0, _RLMP, 0, [_tp], [1]];
|
|
603
|
+
export var RejectLinkRequest = [
|
|
604
|
+
3,
|
|
605
|
+
n0,
|
|
606
|
+
_RLR,
|
|
607
|
+
0,
|
|
608
|
+
[_gI, _lI],
|
|
609
|
+
[
|
|
610
|
+
[0, 1],
|
|
611
|
+
[0, 1],
|
|
612
|
+
],
|
|
613
|
+
];
|
|
614
|
+
export var RejectLinkResponse = [
|
|
615
|
+
3,
|
|
616
|
+
n0,
|
|
617
|
+
_RLRe,
|
|
618
|
+
0,
|
|
619
|
+
[_gI, _pGI, _s, _cA, _uA, _d, _fM, _pFM, _a, _lI],
|
|
620
|
+
[0, 0, 0, 4, 4, 0, () => ModuleConfigurationList, () => ModuleConfigurationList, () => LinkAttributes, 0],
|
|
621
|
+
];
|
|
622
|
+
export var ResourceNotFoundException = [
|
|
623
|
+
-3,
|
|
624
|
+
n0,
|
|
625
|
+
_RNFE,
|
|
626
|
+
{
|
|
627
|
+
[_e]: _c,
|
|
628
|
+
[_hE]: 404,
|
|
629
|
+
},
|
|
630
|
+
[_m],
|
|
631
|
+
[0],
|
|
632
|
+
];
|
|
633
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
634
|
+
export var ResponderErrorMaskingForHttpCode = [
|
|
635
|
+
3,
|
|
636
|
+
n0,
|
|
637
|
+
_REMFHC,
|
|
638
|
+
0,
|
|
639
|
+
[_hC, _ac, _lT, _rLP],
|
|
640
|
+
[0, 0, 64 | 0, 1],
|
|
641
|
+
];
|
|
642
|
+
export var ServiceQuotaExceededException = [
|
|
643
|
+
-3,
|
|
644
|
+
n0,
|
|
645
|
+
_SQEE,
|
|
646
|
+
{
|
|
647
|
+
[_e]: _c,
|
|
648
|
+
[_hE]: 402,
|
|
649
|
+
},
|
|
650
|
+
[_m],
|
|
651
|
+
[0],
|
|
652
|
+
];
|
|
653
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
654
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
655
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
656
|
+
export var ThrottlingException = [
|
|
657
|
+
-3,
|
|
658
|
+
n0,
|
|
659
|
+
_TE,
|
|
660
|
+
{
|
|
661
|
+
[_e]: _c,
|
|
662
|
+
[_hE]: 429,
|
|
663
|
+
},
|
|
664
|
+
[_m],
|
|
665
|
+
[0],
|
|
666
|
+
];
|
|
667
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
668
|
+
export var TrustStoreConfiguration = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_TSC,
|
|
672
|
+
0,
|
|
673
|
+
[_cAC],
|
|
674
|
+
[[() => CertificateAuthorityCertificates, 0]],
|
|
675
|
+
];
|
|
676
|
+
export var UntagResourceRequest = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_URR,
|
|
680
|
+
0,
|
|
681
|
+
[_rAe, _tK],
|
|
682
|
+
[
|
|
683
|
+
[0, 1],
|
|
684
|
+
[
|
|
685
|
+
64 | 0,
|
|
686
|
+
{
|
|
687
|
+
[_hQ]: _tK,
|
|
688
|
+
},
|
|
689
|
+
],
|
|
690
|
+
],
|
|
691
|
+
];
|
|
692
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
693
|
+
export var UpdateLinkModuleFlowRequest = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_ULMFR,
|
|
697
|
+
0,
|
|
698
|
+
[_cT, _gI, _lI, _mo],
|
|
699
|
+
[[0, 4], [0, 1], [0, 1], () => ModuleConfigurationList],
|
|
700
|
+
];
|
|
701
|
+
export var UpdateLinkModuleFlowResponse = [3, n0, _ULMFRp, 0, [_gI, _lI, _s], [0, 0, 0]];
|
|
702
|
+
export var UpdateLinkRequest = [
|
|
703
|
+
3,
|
|
704
|
+
n0,
|
|
705
|
+
_ULR,
|
|
706
|
+
0,
|
|
707
|
+
[_gI, _lI, _lS],
|
|
708
|
+
[[0, 1], [0, 1], () => LinkLogSettings],
|
|
709
|
+
];
|
|
710
|
+
export var UpdateLinkResponse = [3, n0, _ULRp, 0, [_lI, _s], [0, 0]];
|
|
711
|
+
export var UpdateRequesterGatewayRequest = [
|
|
712
|
+
3,
|
|
713
|
+
n0,
|
|
714
|
+
_URGR,
|
|
715
|
+
0,
|
|
716
|
+
[_cT, _gI, _de],
|
|
717
|
+
[[0, 4], [0, 1], 0],
|
|
718
|
+
];
|
|
719
|
+
export var UpdateRequesterGatewayResponse = [3, n0, _URGRp, 0, [_gI, _s], [0, 0]];
|
|
720
|
+
export var UpdateResponderGatewayRequest = [
|
|
721
|
+
3,
|
|
722
|
+
n0,
|
|
723
|
+
_URGRpd,
|
|
724
|
+
0,
|
|
725
|
+
[_dN, _p, _pr, _tSC, _mEC, _cT, _gI, _de],
|
|
726
|
+
[0, 1, 0, [() => TrustStoreConfiguration, 0], [() => ManagedEndpointConfiguration, 0], [0, 4], [0, 1], 0],
|
|
727
|
+
];
|
|
728
|
+
export var UpdateResponderGatewayResponse = [3, n0, _URGRpda, 0, [_gI, _s], [0, 0]];
|
|
729
|
+
export var ValidationException = [
|
|
730
|
+
-3,
|
|
731
|
+
n0,
|
|
732
|
+
_VE,
|
|
733
|
+
{
|
|
734
|
+
[_e]: _c,
|
|
735
|
+
[_hE]: 400,
|
|
736
|
+
},
|
|
737
|
+
[_m],
|
|
738
|
+
[0],
|
|
739
|
+
];
|
|
740
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
741
|
+
export var __Unit = "unit";
|
|
742
|
+
export var RTBFabricServiceException = [-3, _sm, "RTBFabricServiceException", 0, [], []];
|
|
743
|
+
TypeRegistry.for(_sm).registerError(RTBFabricServiceException, __RTBFabricServiceException);
|
|
744
|
+
export var AutoScalingGroupNameList = 64 | 0;
|
|
745
|
+
export var CertificateAuthorityCertificates = [
|
|
746
|
+
1,
|
|
747
|
+
n0,
|
|
748
|
+
_CAC,
|
|
749
|
+
0,
|
|
750
|
+
[() => Base64EncodedCertificateChain, 0],
|
|
751
|
+
];
|
|
752
|
+
export var FilterConfiguration = [1, n0, _FCi, 0, () => Filter];
|
|
753
|
+
export var FilterCriteria = [1, n0, _FCil, 0, () => FilterCriterion];
|
|
754
|
+
export var FlowModuleNameList = 64 | 0;
|
|
755
|
+
export var GatewayIdList = 64 | 0;
|
|
756
|
+
export var LinkList = [1, n0, _LL, 0, () => ListLinksResponseStructure];
|
|
757
|
+
export var ModuleConfigurationList = [1, n0, _MCL, 0, () => ModuleConfiguration];
|
|
758
|
+
export var ResponderErrorMasking = [1, n0, _REM, 0, () => ResponderErrorMaskingForHttpCode];
|
|
759
|
+
export var ResponderErrorMaskingLoggingTypes = 64 | 0;
|
|
760
|
+
export var SecurityGroupIdList = 64 | 0;
|
|
761
|
+
export var SubnetIdList = 64 | 0;
|
|
762
|
+
export var TagKeyList = 64 | 0;
|
|
763
|
+
export var ValueList = 64 | 0;
|
|
764
|
+
export var TagsMap = 128 | 0;
|
|
765
|
+
export var Action = [3, n0, _A, 0, [_nB, _hT], [() => NoBidAction, () => HeaderTagAction]];
|
|
766
|
+
export var ManagedEndpointConfiguration = [
|
|
767
|
+
3,
|
|
768
|
+
n0,
|
|
769
|
+
_MEC,
|
|
770
|
+
0,
|
|
771
|
+
[_aSG, _eE],
|
|
772
|
+
[() => AutoScalingGroupsConfiguration, [() => EksEndpointsConfiguration, 0]],
|
|
773
|
+
];
|
|
774
|
+
export var ModuleParameters = [
|
|
775
|
+
3,
|
|
776
|
+
n0,
|
|
777
|
+
_MP,
|
|
778
|
+
0,
|
|
779
|
+
[_nB, _oRA, _rL],
|
|
780
|
+
[() => NoBidModuleParameters, () => OpenRtbAttributeModuleParameters, () => RateLimiterModuleParameters],
|
|
781
|
+
];
|
|
782
|
+
export var AcceptLink = [
|
|
783
|
+
9,
|
|
784
|
+
n0,
|
|
785
|
+
_AL,
|
|
786
|
+
{
|
|
787
|
+
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/accept", 200],
|
|
788
|
+
},
|
|
789
|
+
() => AcceptLinkRequest,
|
|
790
|
+
() => AcceptLinkResponse,
|
|
791
|
+
];
|
|
792
|
+
export var CreateInboundExternalLink = [
|
|
793
|
+
9,
|
|
794
|
+
n0,
|
|
795
|
+
_CIEL,
|
|
796
|
+
{
|
|
797
|
+
[_h]: ["POST", "/responder-gateway/{gatewayId}/inbound-external-link", 200],
|
|
798
|
+
},
|
|
799
|
+
() => CreateInboundExternalLinkRequest,
|
|
800
|
+
() => CreateInboundExternalLinkResponse,
|
|
801
|
+
];
|
|
802
|
+
export var CreateLink = [
|
|
803
|
+
9,
|
|
804
|
+
n0,
|
|
805
|
+
_CL,
|
|
806
|
+
{
|
|
807
|
+
[_h]: ["POST", "/gateway/{gatewayId}/create-link", 200],
|
|
808
|
+
},
|
|
809
|
+
() => CreateLinkRequest,
|
|
810
|
+
() => CreateLinkResponse,
|
|
811
|
+
];
|
|
812
|
+
export var CreateOutboundExternalLink = [
|
|
813
|
+
9,
|
|
814
|
+
n0,
|
|
815
|
+
_COEL,
|
|
816
|
+
{
|
|
817
|
+
[_h]: ["POST", "/requester-gateway/{gatewayId}/outbound-external-link", 200],
|
|
818
|
+
},
|
|
819
|
+
() => CreateOutboundExternalLinkRequest,
|
|
820
|
+
() => CreateOutboundExternalLinkResponse,
|
|
821
|
+
];
|
|
822
|
+
export var CreateRequesterGateway = [
|
|
823
|
+
9,
|
|
824
|
+
n0,
|
|
825
|
+
_CRG,
|
|
826
|
+
{
|
|
827
|
+
[_h]: ["POST", "/requester-gateway", 200],
|
|
828
|
+
},
|
|
829
|
+
() => CreateRequesterGatewayRequest,
|
|
830
|
+
() => CreateRequesterGatewayResponse,
|
|
831
|
+
];
|
|
832
|
+
export var CreateResponderGateway = [
|
|
833
|
+
9,
|
|
834
|
+
n0,
|
|
835
|
+
_CRGr,
|
|
836
|
+
{
|
|
837
|
+
[_h]: ["POST", "/responder-gateway", 200],
|
|
838
|
+
},
|
|
839
|
+
() => CreateResponderGatewayRequest,
|
|
840
|
+
() => CreateResponderGatewayResponse,
|
|
841
|
+
];
|
|
842
|
+
export var DeleteInboundExternalLink = [
|
|
843
|
+
9,
|
|
844
|
+
n0,
|
|
845
|
+
_DIEL,
|
|
846
|
+
{
|
|
847
|
+
[_h]: ["DELETE", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
|
|
848
|
+
},
|
|
849
|
+
() => DeleteInboundExternalLinkRequest,
|
|
850
|
+
() => DeleteInboundExternalLinkResponse,
|
|
851
|
+
];
|
|
852
|
+
export var DeleteLink = [
|
|
853
|
+
9,
|
|
854
|
+
n0,
|
|
855
|
+
_DL,
|
|
856
|
+
{
|
|
857
|
+
[_h]: ["DELETE", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
858
|
+
},
|
|
859
|
+
() => DeleteLinkRequest,
|
|
860
|
+
() => DeleteLinkResponse,
|
|
861
|
+
];
|
|
862
|
+
export var DeleteOutboundExternalLink = [
|
|
863
|
+
9,
|
|
864
|
+
n0,
|
|
865
|
+
_DOEL,
|
|
866
|
+
{
|
|
867
|
+
[_h]: ["DELETE", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
|
|
868
|
+
},
|
|
869
|
+
() => DeleteOutboundExternalLinkRequest,
|
|
870
|
+
() => DeleteOutboundExternalLinkResponse,
|
|
871
|
+
];
|
|
872
|
+
export var DeleteRequesterGateway = [
|
|
873
|
+
9,
|
|
874
|
+
n0,
|
|
875
|
+
_DRG,
|
|
876
|
+
{
|
|
877
|
+
[_h]: ["DELETE", "/requester-gateway/{gatewayId}", 200],
|
|
878
|
+
},
|
|
879
|
+
() => DeleteRequesterGatewayRequest,
|
|
880
|
+
() => DeleteRequesterGatewayResponse,
|
|
881
|
+
];
|
|
882
|
+
export var DeleteResponderGateway = [
|
|
883
|
+
9,
|
|
884
|
+
n0,
|
|
885
|
+
_DRGe,
|
|
886
|
+
{
|
|
887
|
+
[_h]: ["DELETE", "/responder-gateway/{gatewayId}", 200],
|
|
888
|
+
},
|
|
889
|
+
() => DeleteResponderGatewayRequest,
|
|
890
|
+
() => DeleteResponderGatewayResponse,
|
|
891
|
+
];
|
|
892
|
+
export var GetInboundExternalLink = [
|
|
893
|
+
9,
|
|
894
|
+
n0,
|
|
895
|
+
_GIEL,
|
|
896
|
+
{
|
|
897
|
+
[_h]: ["GET", "/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", 200],
|
|
898
|
+
},
|
|
899
|
+
() => GetInboundExternalLinkRequest,
|
|
900
|
+
() => GetInboundExternalLinkResponse,
|
|
901
|
+
];
|
|
902
|
+
export var GetLink = [
|
|
903
|
+
9,
|
|
904
|
+
n0,
|
|
905
|
+
_GL,
|
|
906
|
+
{
|
|
907
|
+
[_h]: ["GET", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
908
|
+
},
|
|
909
|
+
() => GetLinkRequest,
|
|
910
|
+
() => GetLinkResponse,
|
|
911
|
+
];
|
|
912
|
+
export var GetOutboundExternalLink = [
|
|
913
|
+
9,
|
|
914
|
+
n0,
|
|
915
|
+
_GOEL,
|
|
916
|
+
{
|
|
917
|
+
[_h]: ["GET", "/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", 200],
|
|
918
|
+
},
|
|
919
|
+
() => GetOutboundExternalLinkRequest,
|
|
920
|
+
() => GetOutboundExternalLinkResponse,
|
|
921
|
+
];
|
|
922
|
+
export var GetRequesterGateway = [
|
|
923
|
+
9,
|
|
924
|
+
n0,
|
|
925
|
+
_GRG,
|
|
926
|
+
{
|
|
927
|
+
[_h]: ["GET", "/requester-gateway/{gatewayId}", 200],
|
|
928
|
+
},
|
|
929
|
+
() => GetRequesterGatewayRequest,
|
|
930
|
+
() => GetRequesterGatewayResponse,
|
|
931
|
+
];
|
|
932
|
+
export var GetResponderGateway = [
|
|
933
|
+
9,
|
|
934
|
+
n0,
|
|
935
|
+
_GRGe,
|
|
936
|
+
{
|
|
937
|
+
[_h]: ["GET", "/responder-gateway/{gatewayId}", 200],
|
|
938
|
+
},
|
|
939
|
+
() => GetResponderGatewayRequest,
|
|
940
|
+
() => GetResponderGatewayResponse,
|
|
941
|
+
];
|
|
942
|
+
export var ListLinks = [
|
|
943
|
+
9,
|
|
944
|
+
n0,
|
|
945
|
+
_LLi,
|
|
946
|
+
{
|
|
947
|
+
[_h]: ["GET", "/gateway/{gatewayId}/links/", 200],
|
|
948
|
+
},
|
|
949
|
+
() => ListLinksRequest,
|
|
950
|
+
() => ListLinksResponse,
|
|
951
|
+
];
|
|
952
|
+
export var ListRequesterGateways = [
|
|
953
|
+
9,
|
|
954
|
+
n0,
|
|
955
|
+
_LRG,
|
|
956
|
+
{
|
|
957
|
+
[_h]: ["GET", "/requester-gateways", 200],
|
|
958
|
+
},
|
|
959
|
+
() => ListRequesterGatewaysRequest,
|
|
960
|
+
() => ListRequesterGatewaysResponse,
|
|
961
|
+
];
|
|
962
|
+
export var ListResponderGateways = [
|
|
963
|
+
9,
|
|
964
|
+
n0,
|
|
965
|
+
_LRGi,
|
|
966
|
+
{
|
|
967
|
+
[_h]: ["GET", "/responder-gateways", 200],
|
|
968
|
+
},
|
|
969
|
+
() => ListResponderGatewaysRequest,
|
|
970
|
+
() => ListResponderGatewaysResponse,
|
|
971
|
+
];
|
|
972
|
+
export var ListTagsForResource = [
|
|
973
|
+
9,
|
|
974
|
+
n0,
|
|
975
|
+
_LTFR,
|
|
976
|
+
{
|
|
977
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
978
|
+
},
|
|
979
|
+
() => ListTagsForResourceRequest,
|
|
980
|
+
() => ListTagsForResourceResponse,
|
|
981
|
+
];
|
|
982
|
+
export var RejectLink = [
|
|
983
|
+
9,
|
|
984
|
+
n0,
|
|
985
|
+
_RL,
|
|
986
|
+
{
|
|
987
|
+
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/reject", 200],
|
|
988
|
+
},
|
|
989
|
+
() => RejectLinkRequest,
|
|
990
|
+
() => RejectLinkResponse,
|
|
991
|
+
];
|
|
992
|
+
export var TagResource = [
|
|
993
|
+
9,
|
|
994
|
+
n0,
|
|
995
|
+
_TR,
|
|
996
|
+
{
|
|
997
|
+
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
998
|
+
},
|
|
999
|
+
() => TagResourceRequest,
|
|
1000
|
+
() => TagResourceResponse,
|
|
1001
|
+
];
|
|
1002
|
+
export var UntagResource = [
|
|
1003
|
+
9,
|
|
1004
|
+
n0,
|
|
1005
|
+
_UR,
|
|
1006
|
+
{
|
|
1007
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
1008
|
+
},
|
|
1009
|
+
() => UntagResourceRequest,
|
|
1010
|
+
() => UntagResourceResponse,
|
|
1011
|
+
];
|
|
1012
|
+
export var UpdateLink = [
|
|
1013
|
+
9,
|
|
1014
|
+
n0,
|
|
1015
|
+
_UL,
|
|
1016
|
+
{
|
|
1017
|
+
[_h]: ["PATCH", "/gateway/{gatewayId}/link/{linkId}", 200],
|
|
1018
|
+
},
|
|
1019
|
+
() => UpdateLinkRequest,
|
|
1020
|
+
() => UpdateLinkResponse,
|
|
1021
|
+
];
|
|
1022
|
+
export var UpdateLinkModuleFlow = [
|
|
1023
|
+
9,
|
|
1024
|
+
n0,
|
|
1025
|
+
_ULMF,
|
|
1026
|
+
{
|
|
1027
|
+
[_h]: ["POST", "/gateway/{gatewayId}/link/{linkId}/module-flow", 200],
|
|
1028
|
+
},
|
|
1029
|
+
() => UpdateLinkModuleFlowRequest,
|
|
1030
|
+
() => UpdateLinkModuleFlowResponse,
|
|
1031
|
+
];
|
|
1032
|
+
export var UpdateRequesterGateway = [
|
|
1033
|
+
9,
|
|
1034
|
+
n0,
|
|
1035
|
+
_URG,
|
|
1036
|
+
{
|
|
1037
|
+
[_h]: ["POST", "/requester-gateway/{gatewayId}/update", 200],
|
|
1038
|
+
},
|
|
1039
|
+
() => UpdateRequesterGatewayRequest,
|
|
1040
|
+
() => UpdateRequesterGatewayResponse,
|
|
1041
|
+
];
|
|
1042
|
+
export var UpdateResponderGateway = [
|
|
1043
|
+
9,
|
|
1044
|
+
n0,
|
|
1045
|
+
_URGp,
|
|
1046
|
+
{
|
|
1047
|
+
[_h]: ["POST", "/responder-gateway/{gatewayId}/update", 200],
|
|
1048
|
+
},
|
|
1049
|
+
() => UpdateResponderGatewayRequest,
|
|
1050
|
+
() => UpdateResponderGatewayResponse,
|
|
1051
|
+
];
|