@aws-sdk/client-rtbfabric 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/RTBFabric.d.ts +140 -180
- package/dist-types/ts3.4/RTBFabricClient.d.ts +13 -46
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLinksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCertificateAssociated.d.ts +3 -7
- package/dist-types/ts3.4/waiters/waitForCertificateDisassociated.d.ts +4 -12
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkAccepted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkActive.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkDeleted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForResponderGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForResponderGatewayDeleted.d.ts +4 -8
- package/package.json +39 -39
|
@@ -5,10 +5,7 @@ import {
|
|
|
5
5
|
Paginator,
|
|
6
6
|
WaiterConfiguration,
|
|
7
7
|
} from "@smithy/types";
|
|
8
|
-
import {
|
|
9
|
-
AcceptLinkCommandInput,
|
|
10
|
-
AcceptLinkCommandOutput,
|
|
11
|
-
} from "./commands/AcceptLinkCommand";
|
|
8
|
+
import { AcceptLinkCommandInput, AcceptLinkCommandOutput } from "./commands/AcceptLinkCommand";
|
|
12
9
|
import {
|
|
13
10
|
AssociateCertificateCommandInput,
|
|
14
11
|
AssociateCertificateCommandOutput,
|
|
@@ -17,10 +14,7 @@ import {
|
|
|
17
14
|
CreateInboundExternalLinkCommandInput,
|
|
18
15
|
CreateInboundExternalLinkCommandOutput,
|
|
19
16
|
} from "./commands/CreateInboundExternalLinkCommand";
|
|
20
|
-
import {
|
|
21
|
-
CreateLinkCommandInput,
|
|
22
|
-
CreateLinkCommandOutput,
|
|
23
|
-
} from "./commands/CreateLinkCommand";
|
|
17
|
+
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
24
18
|
import {
|
|
25
19
|
CreateLinkRoutingRuleCommandInput,
|
|
26
20
|
CreateLinkRoutingRuleCommandOutput,
|
|
@@ -41,10 +35,7 @@ import {
|
|
|
41
35
|
DeleteInboundExternalLinkCommandInput,
|
|
42
36
|
DeleteInboundExternalLinkCommandOutput,
|
|
43
37
|
} from "./commands/DeleteInboundExternalLinkCommand";
|
|
44
|
-
import {
|
|
45
|
-
DeleteLinkCommandInput,
|
|
46
|
-
DeleteLinkCommandOutput,
|
|
47
|
-
} from "./commands/DeleteLinkCommand";
|
|
38
|
+
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
48
39
|
import {
|
|
49
40
|
DeleteLinkRoutingRuleCommandInput,
|
|
50
41
|
DeleteLinkRoutingRuleCommandOutput,
|
|
@@ -73,10 +64,7 @@ import {
|
|
|
73
64
|
GetInboundExternalLinkCommandInput,
|
|
74
65
|
GetInboundExternalLinkCommandOutput,
|
|
75
66
|
} from "./commands/GetInboundExternalLinkCommand";
|
|
76
|
-
import {
|
|
77
|
-
GetLinkCommandInput,
|
|
78
|
-
GetLinkCommandOutput,
|
|
79
|
-
} from "./commands/GetLinkCommand";
|
|
67
|
+
import { GetLinkCommandInput, GetLinkCommandOutput } from "./commands/GetLinkCommand";
|
|
80
68
|
import {
|
|
81
69
|
GetLinkRoutingRuleCommandInput,
|
|
82
70
|
GetLinkRoutingRuleCommandOutput,
|
|
@@ -101,10 +89,7 @@ import {
|
|
|
101
89
|
ListLinkRoutingRulesCommandInput,
|
|
102
90
|
ListLinkRoutingRulesCommandOutput,
|
|
103
91
|
} from "./commands/ListLinkRoutingRulesCommand";
|
|
104
|
-
import {
|
|
105
|
-
ListLinksCommandInput,
|
|
106
|
-
ListLinksCommandOutput,
|
|
107
|
-
} from "./commands/ListLinksCommand";
|
|
92
|
+
import { ListLinksCommandInput, ListLinksCommandOutput } from "./commands/ListLinksCommand";
|
|
108
93
|
import {
|
|
109
94
|
ListRequesterGatewaysCommandInput,
|
|
110
95
|
ListRequesterGatewaysCommandOutput,
|
|
@@ -117,22 +102,13 @@ import {
|
|
|
117
102
|
ListTagsForResourceCommandInput,
|
|
118
103
|
ListTagsForResourceCommandOutput,
|
|
119
104
|
} from "./commands/ListTagsForResourceCommand";
|
|
120
|
-
import {
|
|
121
|
-
|
|
122
|
-
RejectLinkCommandOutput,
|
|
123
|
-
} from "./commands/RejectLinkCommand";
|
|
124
|
-
import {
|
|
125
|
-
TagResourceCommandInput,
|
|
126
|
-
TagResourceCommandOutput,
|
|
127
|
-
} from "./commands/TagResourceCommand";
|
|
105
|
+
import { RejectLinkCommandInput, RejectLinkCommandOutput } from "./commands/RejectLinkCommand";
|
|
106
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
128
107
|
import {
|
|
129
108
|
UntagResourceCommandInput,
|
|
130
109
|
UntagResourceCommandOutput,
|
|
131
110
|
} from "./commands/UntagResourceCommand";
|
|
132
|
-
import {
|
|
133
|
-
UpdateLinkCommandInput,
|
|
134
|
-
UpdateLinkCommandOutput,
|
|
135
|
-
} from "./commands/UpdateLinkCommand";
|
|
111
|
+
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
136
112
|
import {
|
|
137
113
|
UpdateLinkModuleFlowCommandInput,
|
|
138
114
|
UpdateLinkModuleFlowCommandOutput,
|
|
@@ -154,508 +130,502 @@ import { RTBFabricClient } from "./RTBFabricClient";
|
|
|
154
130
|
export interface RTBFabric {
|
|
155
131
|
acceptLink(
|
|
156
132
|
args: AcceptLinkCommandInput,
|
|
157
|
-
options?: __HttpHandlerOptions
|
|
133
|
+
options?: __HttpHandlerOptions,
|
|
158
134
|
): Promise<AcceptLinkCommandOutput>;
|
|
159
135
|
acceptLink(
|
|
160
136
|
args: AcceptLinkCommandInput,
|
|
161
|
-
cb: (err: any, data?: AcceptLinkCommandOutput) => void
|
|
137
|
+
cb: (err: any, data?: AcceptLinkCommandOutput) => void,
|
|
162
138
|
): void;
|
|
163
139
|
acceptLink(
|
|
164
140
|
args: AcceptLinkCommandInput,
|
|
165
141
|
options: __HttpHandlerOptions,
|
|
166
|
-
cb: (err: any, data?: AcceptLinkCommandOutput) => void
|
|
142
|
+
cb: (err: any, data?: AcceptLinkCommandOutput) => void,
|
|
167
143
|
): void;
|
|
168
144
|
associateCertificate(
|
|
169
145
|
args: AssociateCertificateCommandInput,
|
|
170
|
-
options?: __HttpHandlerOptions
|
|
146
|
+
options?: __HttpHandlerOptions,
|
|
171
147
|
): Promise<AssociateCertificateCommandOutput>;
|
|
172
148
|
associateCertificate(
|
|
173
149
|
args: AssociateCertificateCommandInput,
|
|
174
|
-
cb: (err: any, data?: AssociateCertificateCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: AssociateCertificateCommandOutput) => void,
|
|
175
151
|
): void;
|
|
176
152
|
associateCertificate(
|
|
177
153
|
args: AssociateCertificateCommandInput,
|
|
178
154
|
options: __HttpHandlerOptions,
|
|
179
|
-
cb: (err: any, data?: AssociateCertificateCommandOutput) => void
|
|
155
|
+
cb: (err: any, data?: AssociateCertificateCommandOutput) => void,
|
|
180
156
|
): void;
|
|
181
157
|
createInboundExternalLink(
|
|
182
158
|
args: CreateInboundExternalLinkCommandInput,
|
|
183
|
-
options?: __HttpHandlerOptions
|
|
159
|
+
options?: __HttpHandlerOptions,
|
|
184
160
|
): Promise<CreateInboundExternalLinkCommandOutput>;
|
|
185
161
|
createInboundExternalLink(
|
|
186
162
|
args: CreateInboundExternalLinkCommandInput,
|
|
187
|
-
cb: (err: any, data?: CreateInboundExternalLinkCommandOutput) => void
|
|
163
|
+
cb: (err: any, data?: CreateInboundExternalLinkCommandOutput) => void,
|
|
188
164
|
): void;
|
|
189
165
|
createInboundExternalLink(
|
|
190
166
|
args: CreateInboundExternalLinkCommandInput,
|
|
191
167
|
options: __HttpHandlerOptions,
|
|
192
|
-
cb: (err: any, data?: CreateInboundExternalLinkCommandOutput) => void
|
|
168
|
+
cb: (err: any, data?: CreateInboundExternalLinkCommandOutput) => void,
|
|
193
169
|
): void;
|
|
194
170
|
createLink(
|
|
195
171
|
args: CreateLinkCommandInput,
|
|
196
|
-
options?: __HttpHandlerOptions
|
|
172
|
+
options?: __HttpHandlerOptions,
|
|
197
173
|
): Promise<CreateLinkCommandOutput>;
|
|
198
174
|
createLink(
|
|
199
175
|
args: CreateLinkCommandInput,
|
|
200
|
-
cb: (err: any, data?: CreateLinkCommandOutput) => void
|
|
176
|
+
cb: (err: any, data?: CreateLinkCommandOutput) => void,
|
|
201
177
|
): void;
|
|
202
178
|
createLink(
|
|
203
179
|
args: CreateLinkCommandInput,
|
|
204
180
|
options: __HttpHandlerOptions,
|
|
205
|
-
cb: (err: any, data?: CreateLinkCommandOutput) => void
|
|
181
|
+
cb: (err: any, data?: CreateLinkCommandOutput) => void,
|
|
206
182
|
): void;
|
|
207
183
|
createLinkRoutingRule(
|
|
208
184
|
args: CreateLinkRoutingRuleCommandInput,
|
|
209
|
-
options?: __HttpHandlerOptions
|
|
185
|
+
options?: __HttpHandlerOptions,
|
|
210
186
|
): Promise<CreateLinkRoutingRuleCommandOutput>;
|
|
211
187
|
createLinkRoutingRule(
|
|
212
188
|
args: CreateLinkRoutingRuleCommandInput,
|
|
213
|
-
cb: (err: any, data?: CreateLinkRoutingRuleCommandOutput) => void
|
|
189
|
+
cb: (err: any, data?: CreateLinkRoutingRuleCommandOutput) => void,
|
|
214
190
|
): void;
|
|
215
191
|
createLinkRoutingRule(
|
|
216
192
|
args: CreateLinkRoutingRuleCommandInput,
|
|
217
193
|
options: __HttpHandlerOptions,
|
|
218
|
-
cb: (err: any, data?: CreateLinkRoutingRuleCommandOutput) => void
|
|
194
|
+
cb: (err: any, data?: CreateLinkRoutingRuleCommandOutput) => void,
|
|
219
195
|
): void;
|
|
220
196
|
createOutboundExternalLink(
|
|
221
197
|
args: CreateOutboundExternalLinkCommandInput,
|
|
222
|
-
options?: __HttpHandlerOptions
|
|
198
|
+
options?: __HttpHandlerOptions,
|
|
223
199
|
): Promise<CreateOutboundExternalLinkCommandOutput>;
|
|
224
200
|
createOutboundExternalLink(
|
|
225
201
|
args: CreateOutboundExternalLinkCommandInput,
|
|
226
|
-
cb: (err: any, data?: CreateOutboundExternalLinkCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: CreateOutboundExternalLinkCommandOutput) => void,
|
|
227
203
|
): void;
|
|
228
204
|
createOutboundExternalLink(
|
|
229
205
|
args: CreateOutboundExternalLinkCommandInput,
|
|
230
206
|
options: __HttpHandlerOptions,
|
|
231
|
-
cb: (err: any, data?: CreateOutboundExternalLinkCommandOutput) => void
|
|
207
|
+
cb: (err: any, data?: CreateOutboundExternalLinkCommandOutput) => void,
|
|
232
208
|
): void;
|
|
233
209
|
createRequesterGateway(
|
|
234
210
|
args: CreateRequesterGatewayCommandInput,
|
|
235
|
-
options?: __HttpHandlerOptions
|
|
211
|
+
options?: __HttpHandlerOptions,
|
|
236
212
|
): Promise<CreateRequesterGatewayCommandOutput>;
|
|
237
213
|
createRequesterGateway(
|
|
238
214
|
args: CreateRequesterGatewayCommandInput,
|
|
239
|
-
cb: (err: any, data?: CreateRequesterGatewayCommandOutput) => void
|
|
215
|
+
cb: (err: any, data?: CreateRequesterGatewayCommandOutput) => void,
|
|
240
216
|
): void;
|
|
241
217
|
createRequesterGateway(
|
|
242
218
|
args: CreateRequesterGatewayCommandInput,
|
|
243
219
|
options: __HttpHandlerOptions,
|
|
244
|
-
cb: (err: any, data?: CreateRequesterGatewayCommandOutput) => void
|
|
220
|
+
cb: (err: any, data?: CreateRequesterGatewayCommandOutput) => void,
|
|
245
221
|
): void;
|
|
246
222
|
createResponderGateway(
|
|
247
223
|
args: CreateResponderGatewayCommandInput,
|
|
248
|
-
options?: __HttpHandlerOptions
|
|
224
|
+
options?: __HttpHandlerOptions,
|
|
249
225
|
): Promise<CreateResponderGatewayCommandOutput>;
|
|
250
226
|
createResponderGateway(
|
|
251
227
|
args: CreateResponderGatewayCommandInput,
|
|
252
|
-
cb: (err: any, data?: CreateResponderGatewayCommandOutput) => void
|
|
228
|
+
cb: (err: any, data?: CreateResponderGatewayCommandOutput) => void,
|
|
253
229
|
): void;
|
|
254
230
|
createResponderGateway(
|
|
255
231
|
args: CreateResponderGatewayCommandInput,
|
|
256
232
|
options: __HttpHandlerOptions,
|
|
257
|
-
cb: (err: any, data?: CreateResponderGatewayCommandOutput) => void
|
|
233
|
+
cb: (err: any, data?: CreateResponderGatewayCommandOutput) => void,
|
|
258
234
|
): void;
|
|
259
235
|
deleteInboundExternalLink(
|
|
260
236
|
args: DeleteInboundExternalLinkCommandInput,
|
|
261
|
-
options?: __HttpHandlerOptions
|
|
237
|
+
options?: __HttpHandlerOptions,
|
|
262
238
|
): Promise<DeleteInboundExternalLinkCommandOutput>;
|
|
263
239
|
deleteInboundExternalLink(
|
|
264
240
|
args: DeleteInboundExternalLinkCommandInput,
|
|
265
|
-
cb: (err: any, data?: DeleteInboundExternalLinkCommandOutput) => void
|
|
241
|
+
cb: (err: any, data?: DeleteInboundExternalLinkCommandOutput) => void,
|
|
266
242
|
): void;
|
|
267
243
|
deleteInboundExternalLink(
|
|
268
244
|
args: DeleteInboundExternalLinkCommandInput,
|
|
269
245
|
options: __HttpHandlerOptions,
|
|
270
|
-
cb: (err: any, data?: DeleteInboundExternalLinkCommandOutput) => void
|
|
246
|
+
cb: (err: any, data?: DeleteInboundExternalLinkCommandOutput) => void,
|
|
271
247
|
): void;
|
|
272
248
|
deleteLink(
|
|
273
249
|
args: DeleteLinkCommandInput,
|
|
274
|
-
options?: __HttpHandlerOptions
|
|
250
|
+
options?: __HttpHandlerOptions,
|
|
275
251
|
): Promise<DeleteLinkCommandOutput>;
|
|
276
252
|
deleteLink(
|
|
277
253
|
args: DeleteLinkCommandInput,
|
|
278
|
-
cb: (err: any, data?: DeleteLinkCommandOutput) => void
|
|
254
|
+
cb: (err: any, data?: DeleteLinkCommandOutput) => void,
|
|
279
255
|
): void;
|
|
280
256
|
deleteLink(
|
|
281
257
|
args: DeleteLinkCommandInput,
|
|
282
258
|
options: __HttpHandlerOptions,
|
|
283
|
-
cb: (err: any, data?: DeleteLinkCommandOutput) => void
|
|
259
|
+
cb: (err: any, data?: DeleteLinkCommandOutput) => void,
|
|
284
260
|
): void;
|
|
285
261
|
deleteLinkRoutingRule(
|
|
286
262
|
args: DeleteLinkRoutingRuleCommandInput,
|
|
287
|
-
options?: __HttpHandlerOptions
|
|
263
|
+
options?: __HttpHandlerOptions,
|
|
288
264
|
): Promise<DeleteLinkRoutingRuleCommandOutput>;
|
|
289
265
|
deleteLinkRoutingRule(
|
|
290
266
|
args: DeleteLinkRoutingRuleCommandInput,
|
|
291
|
-
cb: (err: any, data?: DeleteLinkRoutingRuleCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: DeleteLinkRoutingRuleCommandOutput) => void,
|
|
292
268
|
): void;
|
|
293
269
|
deleteLinkRoutingRule(
|
|
294
270
|
args: DeleteLinkRoutingRuleCommandInput,
|
|
295
271
|
options: __HttpHandlerOptions,
|
|
296
|
-
cb: (err: any, data?: DeleteLinkRoutingRuleCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: DeleteLinkRoutingRuleCommandOutput) => void,
|
|
297
273
|
): void;
|
|
298
274
|
deleteOutboundExternalLink(
|
|
299
275
|
args: DeleteOutboundExternalLinkCommandInput,
|
|
300
|
-
options?: __HttpHandlerOptions
|
|
276
|
+
options?: __HttpHandlerOptions,
|
|
301
277
|
): Promise<DeleteOutboundExternalLinkCommandOutput>;
|
|
302
278
|
deleteOutboundExternalLink(
|
|
303
279
|
args: DeleteOutboundExternalLinkCommandInput,
|
|
304
|
-
cb: (err: any, data?: DeleteOutboundExternalLinkCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: DeleteOutboundExternalLinkCommandOutput) => void,
|
|
305
281
|
): void;
|
|
306
282
|
deleteOutboundExternalLink(
|
|
307
283
|
args: DeleteOutboundExternalLinkCommandInput,
|
|
308
284
|
options: __HttpHandlerOptions,
|
|
309
|
-
cb: (err: any, data?: DeleteOutboundExternalLinkCommandOutput) => void
|
|
285
|
+
cb: (err: any, data?: DeleteOutboundExternalLinkCommandOutput) => void,
|
|
310
286
|
): void;
|
|
311
287
|
deleteRequesterGateway(
|
|
312
288
|
args: DeleteRequesterGatewayCommandInput,
|
|
313
|
-
options?: __HttpHandlerOptions
|
|
289
|
+
options?: __HttpHandlerOptions,
|
|
314
290
|
): Promise<DeleteRequesterGatewayCommandOutput>;
|
|
315
291
|
deleteRequesterGateway(
|
|
316
292
|
args: DeleteRequesterGatewayCommandInput,
|
|
317
|
-
cb: (err: any, data?: DeleteRequesterGatewayCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: DeleteRequesterGatewayCommandOutput) => void,
|
|
318
294
|
): void;
|
|
319
295
|
deleteRequesterGateway(
|
|
320
296
|
args: DeleteRequesterGatewayCommandInput,
|
|
321
297
|
options: __HttpHandlerOptions,
|
|
322
|
-
cb: (err: any, data?: DeleteRequesterGatewayCommandOutput) => void
|
|
298
|
+
cb: (err: any, data?: DeleteRequesterGatewayCommandOutput) => void,
|
|
323
299
|
): void;
|
|
324
300
|
deleteResponderGateway(
|
|
325
301
|
args: DeleteResponderGatewayCommandInput,
|
|
326
|
-
options?: __HttpHandlerOptions
|
|
302
|
+
options?: __HttpHandlerOptions,
|
|
327
303
|
): Promise<DeleteResponderGatewayCommandOutput>;
|
|
328
304
|
deleteResponderGateway(
|
|
329
305
|
args: DeleteResponderGatewayCommandInput,
|
|
330
|
-
cb: (err: any, data?: DeleteResponderGatewayCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: DeleteResponderGatewayCommandOutput) => void,
|
|
331
307
|
): void;
|
|
332
308
|
deleteResponderGateway(
|
|
333
309
|
args: DeleteResponderGatewayCommandInput,
|
|
334
310
|
options: __HttpHandlerOptions,
|
|
335
|
-
cb: (err: any, data?: DeleteResponderGatewayCommandOutput) => void
|
|
311
|
+
cb: (err: any, data?: DeleteResponderGatewayCommandOutput) => void,
|
|
336
312
|
): void;
|
|
337
313
|
disassociateCertificate(
|
|
338
314
|
args: DisassociateCertificateCommandInput,
|
|
339
|
-
options?: __HttpHandlerOptions
|
|
315
|
+
options?: __HttpHandlerOptions,
|
|
340
316
|
): Promise<DisassociateCertificateCommandOutput>;
|
|
341
317
|
disassociateCertificate(
|
|
342
318
|
args: DisassociateCertificateCommandInput,
|
|
343
|
-
cb: (err: any, data?: DisassociateCertificateCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: DisassociateCertificateCommandOutput) => void,
|
|
344
320
|
): void;
|
|
345
321
|
disassociateCertificate(
|
|
346
322
|
args: DisassociateCertificateCommandInput,
|
|
347
323
|
options: __HttpHandlerOptions,
|
|
348
|
-
cb: (err: any, data?: DisassociateCertificateCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: DisassociateCertificateCommandOutput) => void,
|
|
349
325
|
): void;
|
|
350
326
|
getCertificateAssociation(
|
|
351
327
|
args: GetCertificateAssociationCommandInput,
|
|
352
|
-
options?: __HttpHandlerOptions
|
|
328
|
+
options?: __HttpHandlerOptions,
|
|
353
329
|
): Promise<GetCertificateAssociationCommandOutput>;
|
|
354
330
|
getCertificateAssociation(
|
|
355
331
|
args: GetCertificateAssociationCommandInput,
|
|
356
|
-
cb: (err: any, data?: GetCertificateAssociationCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: GetCertificateAssociationCommandOutput) => void,
|
|
357
333
|
): void;
|
|
358
334
|
getCertificateAssociation(
|
|
359
335
|
args: GetCertificateAssociationCommandInput,
|
|
360
336
|
options: __HttpHandlerOptions,
|
|
361
|
-
cb: (err: any, data?: GetCertificateAssociationCommandOutput) => void
|
|
337
|
+
cb: (err: any, data?: GetCertificateAssociationCommandOutput) => void,
|
|
362
338
|
): void;
|
|
363
339
|
getInboundExternalLink(
|
|
364
340
|
args: GetInboundExternalLinkCommandInput,
|
|
365
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
366
342
|
): Promise<GetInboundExternalLinkCommandOutput>;
|
|
367
343
|
getInboundExternalLink(
|
|
368
344
|
args: GetInboundExternalLinkCommandInput,
|
|
369
|
-
cb: (err: any, data?: GetInboundExternalLinkCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: GetInboundExternalLinkCommandOutput) => void,
|
|
370
346
|
): void;
|
|
371
347
|
getInboundExternalLink(
|
|
372
348
|
args: GetInboundExternalLinkCommandInput,
|
|
373
349
|
options: __HttpHandlerOptions,
|
|
374
|
-
cb: (err: any, data?: GetInboundExternalLinkCommandOutput) => void
|
|
375
|
-
): void;
|
|
376
|
-
getLink(
|
|
377
|
-
args: GetLinkCommandInput,
|
|
378
|
-
options?: __HttpHandlerOptions
|
|
379
|
-
): Promise<GetLinkCommandOutput>;
|
|
380
|
-
getLink(
|
|
381
|
-
args: GetLinkCommandInput,
|
|
382
|
-
cb: (err: any, data?: GetLinkCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: GetInboundExternalLinkCommandOutput) => void,
|
|
383
351
|
): void;
|
|
352
|
+
getLink(args: GetLinkCommandInput, options?: __HttpHandlerOptions): Promise<GetLinkCommandOutput>;
|
|
353
|
+
getLink(args: GetLinkCommandInput, cb: (err: any, data?: GetLinkCommandOutput) => void): void;
|
|
384
354
|
getLink(
|
|
385
355
|
args: GetLinkCommandInput,
|
|
386
356
|
options: __HttpHandlerOptions,
|
|
387
|
-
cb: (err: any, data?: GetLinkCommandOutput) => void
|
|
357
|
+
cb: (err: any, data?: GetLinkCommandOutput) => void,
|
|
388
358
|
): void;
|
|
389
359
|
getLinkRoutingRule(
|
|
390
360
|
args: GetLinkRoutingRuleCommandInput,
|
|
391
|
-
options?: __HttpHandlerOptions
|
|
361
|
+
options?: __HttpHandlerOptions,
|
|
392
362
|
): Promise<GetLinkRoutingRuleCommandOutput>;
|
|
393
363
|
getLinkRoutingRule(
|
|
394
364
|
args: GetLinkRoutingRuleCommandInput,
|
|
395
|
-
cb: (err: any, data?: GetLinkRoutingRuleCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: GetLinkRoutingRuleCommandOutput) => void,
|
|
396
366
|
): void;
|
|
397
367
|
getLinkRoutingRule(
|
|
398
368
|
args: GetLinkRoutingRuleCommandInput,
|
|
399
369
|
options: __HttpHandlerOptions,
|
|
400
|
-
cb: (err: any, data?: GetLinkRoutingRuleCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: GetLinkRoutingRuleCommandOutput) => void,
|
|
401
371
|
): void;
|
|
402
372
|
getOutboundExternalLink(
|
|
403
373
|
args: GetOutboundExternalLinkCommandInput,
|
|
404
|
-
options?: __HttpHandlerOptions
|
|
374
|
+
options?: __HttpHandlerOptions,
|
|
405
375
|
): Promise<GetOutboundExternalLinkCommandOutput>;
|
|
406
376
|
getOutboundExternalLink(
|
|
407
377
|
args: GetOutboundExternalLinkCommandInput,
|
|
408
|
-
cb: (err: any, data?: GetOutboundExternalLinkCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: GetOutboundExternalLinkCommandOutput) => void,
|
|
409
379
|
): void;
|
|
410
380
|
getOutboundExternalLink(
|
|
411
381
|
args: GetOutboundExternalLinkCommandInput,
|
|
412
382
|
options: __HttpHandlerOptions,
|
|
413
|
-
cb: (err: any, data?: GetOutboundExternalLinkCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: GetOutboundExternalLinkCommandOutput) => void,
|
|
414
384
|
): void;
|
|
415
385
|
getRequesterGateway(
|
|
416
386
|
args: GetRequesterGatewayCommandInput,
|
|
417
|
-
options?: __HttpHandlerOptions
|
|
387
|
+
options?: __HttpHandlerOptions,
|
|
418
388
|
): Promise<GetRequesterGatewayCommandOutput>;
|
|
419
389
|
getRequesterGateway(
|
|
420
390
|
args: GetRequesterGatewayCommandInput,
|
|
421
|
-
cb: (err: any, data?: GetRequesterGatewayCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: GetRequesterGatewayCommandOutput) => void,
|
|
422
392
|
): void;
|
|
423
393
|
getRequesterGateway(
|
|
424
394
|
args: GetRequesterGatewayCommandInput,
|
|
425
395
|
options: __HttpHandlerOptions,
|
|
426
|
-
cb: (err: any, data?: GetRequesterGatewayCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: GetRequesterGatewayCommandOutput) => void,
|
|
427
397
|
): void;
|
|
428
398
|
getResponderGateway(
|
|
429
399
|
args: GetResponderGatewayCommandInput,
|
|
430
|
-
options?: __HttpHandlerOptions
|
|
400
|
+
options?: __HttpHandlerOptions,
|
|
431
401
|
): Promise<GetResponderGatewayCommandOutput>;
|
|
432
402
|
getResponderGateway(
|
|
433
403
|
args: GetResponderGatewayCommandInput,
|
|
434
|
-
cb: (err: any, data?: GetResponderGatewayCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: GetResponderGatewayCommandOutput) => void,
|
|
435
405
|
): void;
|
|
436
406
|
getResponderGateway(
|
|
437
407
|
args: GetResponderGatewayCommandInput,
|
|
438
408
|
options: __HttpHandlerOptions,
|
|
439
|
-
cb: (err: any, data?: GetResponderGatewayCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: GetResponderGatewayCommandOutput) => void,
|
|
440
410
|
): void;
|
|
441
411
|
listCertificateAssociations(
|
|
442
412
|
args: ListCertificateAssociationsCommandInput,
|
|
443
|
-
options?: __HttpHandlerOptions
|
|
413
|
+
options?: __HttpHandlerOptions,
|
|
444
414
|
): Promise<ListCertificateAssociationsCommandOutput>;
|
|
445
415
|
listCertificateAssociations(
|
|
446
416
|
args: ListCertificateAssociationsCommandInput,
|
|
447
|
-
cb: (err: any, data?: ListCertificateAssociationsCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: ListCertificateAssociationsCommandOutput) => void,
|
|
448
418
|
): void;
|
|
449
419
|
listCertificateAssociations(
|
|
450
420
|
args: ListCertificateAssociationsCommandInput,
|
|
451
421
|
options: __HttpHandlerOptions,
|
|
452
|
-
cb: (err: any, data?: ListCertificateAssociationsCommandOutput) => void
|
|
422
|
+
cb: (err: any, data?: ListCertificateAssociationsCommandOutput) => void,
|
|
453
423
|
): void;
|
|
454
424
|
listLinkRoutingRules(
|
|
455
425
|
args: ListLinkRoutingRulesCommandInput,
|
|
456
|
-
options?: __HttpHandlerOptions
|
|
426
|
+
options?: __HttpHandlerOptions,
|
|
457
427
|
): Promise<ListLinkRoutingRulesCommandOutput>;
|
|
458
428
|
listLinkRoutingRules(
|
|
459
429
|
args: ListLinkRoutingRulesCommandInput,
|
|
460
|
-
cb: (err: any, data?: ListLinkRoutingRulesCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: ListLinkRoutingRulesCommandOutput) => void,
|
|
461
431
|
): void;
|
|
462
432
|
listLinkRoutingRules(
|
|
463
433
|
args: ListLinkRoutingRulesCommandInput,
|
|
464
434
|
options: __HttpHandlerOptions,
|
|
465
|
-
cb: (err: any, data?: ListLinkRoutingRulesCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: ListLinkRoutingRulesCommandOutput) => void,
|
|
466
436
|
): void;
|
|
467
437
|
listLinks(
|
|
468
438
|
args: ListLinksCommandInput,
|
|
469
|
-
options?: __HttpHandlerOptions
|
|
439
|
+
options?: __HttpHandlerOptions,
|
|
470
440
|
): Promise<ListLinksCommandOutput>;
|
|
471
441
|
listLinks(
|
|
472
442
|
args: ListLinksCommandInput,
|
|
473
|
-
cb: (err: any, data?: ListLinksCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: ListLinksCommandOutput) => void,
|
|
474
444
|
): void;
|
|
475
445
|
listLinks(
|
|
476
446
|
args: ListLinksCommandInput,
|
|
477
447
|
options: __HttpHandlerOptions,
|
|
478
|
-
cb: (err: any, data?: ListLinksCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: ListLinksCommandOutput) => void,
|
|
479
449
|
): void;
|
|
480
450
|
listRequesterGateways(): Promise<ListRequesterGatewaysCommandOutput>;
|
|
481
451
|
listRequesterGateways(
|
|
482
452
|
args: ListRequesterGatewaysCommandInput,
|
|
483
|
-
options?: __HttpHandlerOptions
|
|
453
|
+
options?: __HttpHandlerOptions,
|
|
484
454
|
): Promise<ListRequesterGatewaysCommandOutput>;
|
|
485
455
|
listRequesterGateways(
|
|
486
456
|
args: ListRequesterGatewaysCommandInput,
|
|
487
|
-
cb: (err: any, data?: ListRequesterGatewaysCommandOutput) => void
|
|
457
|
+
cb: (err: any, data?: ListRequesterGatewaysCommandOutput) => void,
|
|
488
458
|
): void;
|
|
489
459
|
listRequesterGateways(
|
|
490
460
|
args: ListRequesterGatewaysCommandInput,
|
|
491
461
|
options: __HttpHandlerOptions,
|
|
492
|
-
cb: (err: any, data?: ListRequesterGatewaysCommandOutput) => void
|
|
462
|
+
cb: (err: any, data?: ListRequesterGatewaysCommandOutput) => void,
|
|
493
463
|
): void;
|
|
494
464
|
listResponderGateways(): Promise<ListResponderGatewaysCommandOutput>;
|
|
495
465
|
listResponderGateways(
|
|
496
466
|
args: ListResponderGatewaysCommandInput,
|
|
497
|
-
options?: __HttpHandlerOptions
|
|
467
|
+
options?: __HttpHandlerOptions,
|
|
498
468
|
): Promise<ListResponderGatewaysCommandOutput>;
|
|
499
469
|
listResponderGateways(
|
|
500
470
|
args: ListResponderGatewaysCommandInput,
|
|
501
|
-
cb: (err: any, data?: ListResponderGatewaysCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: ListResponderGatewaysCommandOutput) => void,
|
|
502
472
|
): void;
|
|
503
473
|
listResponderGateways(
|
|
504
474
|
args: ListResponderGatewaysCommandInput,
|
|
505
475
|
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (err: any, data?: ListResponderGatewaysCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: ListResponderGatewaysCommandOutput) => void,
|
|
507
477
|
): void;
|
|
508
478
|
listTagsForResource(
|
|
509
479
|
args: ListTagsForResourceCommandInput,
|
|
510
|
-
options?: __HttpHandlerOptions
|
|
480
|
+
options?: __HttpHandlerOptions,
|
|
511
481
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
512
482
|
listTagsForResource(
|
|
513
483
|
args: ListTagsForResourceCommandInput,
|
|
514
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
484
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
515
485
|
): void;
|
|
516
486
|
listTagsForResource(
|
|
517
487
|
args: ListTagsForResourceCommandInput,
|
|
518
488
|
options: __HttpHandlerOptions,
|
|
519
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
520
490
|
): void;
|
|
521
491
|
rejectLink(
|
|
522
492
|
args: RejectLinkCommandInput,
|
|
523
|
-
options?: __HttpHandlerOptions
|
|
493
|
+
options?: __HttpHandlerOptions,
|
|
524
494
|
): Promise<RejectLinkCommandOutput>;
|
|
525
495
|
rejectLink(
|
|
526
496
|
args: RejectLinkCommandInput,
|
|
527
|
-
cb: (err: any, data?: RejectLinkCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: RejectLinkCommandOutput) => void,
|
|
528
498
|
): void;
|
|
529
499
|
rejectLink(
|
|
530
500
|
args: RejectLinkCommandInput,
|
|
531
501
|
options: __HttpHandlerOptions,
|
|
532
|
-
cb: (err: any, data?: RejectLinkCommandOutput) => void
|
|
502
|
+
cb: (err: any, data?: RejectLinkCommandOutput) => void,
|
|
533
503
|
): void;
|
|
534
504
|
tagResource(
|
|
535
505
|
args: TagResourceCommandInput,
|
|
536
|
-
options?: __HttpHandlerOptions
|
|
506
|
+
options?: __HttpHandlerOptions,
|
|
537
507
|
): Promise<TagResourceCommandOutput>;
|
|
538
508
|
tagResource(
|
|
539
509
|
args: TagResourceCommandInput,
|
|
540
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
541
511
|
): void;
|
|
542
512
|
tagResource(
|
|
543
513
|
args: TagResourceCommandInput,
|
|
544
514
|
options: __HttpHandlerOptions,
|
|
545
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
546
516
|
): void;
|
|
547
517
|
untagResource(
|
|
548
518
|
args: UntagResourceCommandInput,
|
|
549
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
550
520
|
): Promise<UntagResourceCommandOutput>;
|
|
551
521
|
untagResource(
|
|
552
522
|
args: UntagResourceCommandInput,
|
|
553
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
554
524
|
): void;
|
|
555
525
|
untagResource(
|
|
556
526
|
args: UntagResourceCommandInput,
|
|
557
527
|
options: __HttpHandlerOptions,
|
|
558
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
559
529
|
): void;
|
|
560
530
|
updateLink(
|
|
561
531
|
args: UpdateLinkCommandInput,
|
|
562
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
563
533
|
): Promise<UpdateLinkCommandOutput>;
|
|
564
534
|
updateLink(
|
|
565
535
|
args: UpdateLinkCommandInput,
|
|
566
|
-
cb: (err: any, data?: UpdateLinkCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: UpdateLinkCommandOutput) => void,
|
|
567
537
|
): void;
|
|
568
538
|
updateLink(
|
|
569
539
|
args: UpdateLinkCommandInput,
|
|
570
540
|
options: __HttpHandlerOptions,
|
|
571
|
-
cb: (err: any, data?: UpdateLinkCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: UpdateLinkCommandOutput) => void,
|
|
572
542
|
): void;
|
|
573
543
|
updateLinkModuleFlow(
|
|
574
544
|
args: UpdateLinkModuleFlowCommandInput,
|
|
575
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
576
546
|
): Promise<UpdateLinkModuleFlowCommandOutput>;
|
|
577
547
|
updateLinkModuleFlow(
|
|
578
548
|
args: UpdateLinkModuleFlowCommandInput,
|
|
579
|
-
cb: (err: any, data?: UpdateLinkModuleFlowCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: UpdateLinkModuleFlowCommandOutput) => void,
|
|
580
550
|
): void;
|
|
581
551
|
updateLinkModuleFlow(
|
|
582
552
|
args: UpdateLinkModuleFlowCommandInput,
|
|
583
553
|
options: __HttpHandlerOptions,
|
|
584
|
-
cb: (err: any, data?: UpdateLinkModuleFlowCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: UpdateLinkModuleFlowCommandOutput) => void,
|
|
585
555
|
): void;
|
|
586
556
|
updateLinkRoutingRule(
|
|
587
557
|
args: UpdateLinkRoutingRuleCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
589
559
|
): Promise<UpdateLinkRoutingRuleCommandOutput>;
|
|
590
560
|
updateLinkRoutingRule(
|
|
591
561
|
args: UpdateLinkRoutingRuleCommandInput,
|
|
592
|
-
cb: (err: any, data?: UpdateLinkRoutingRuleCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: UpdateLinkRoutingRuleCommandOutput) => void,
|
|
593
563
|
): void;
|
|
594
564
|
updateLinkRoutingRule(
|
|
595
565
|
args: UpdateLinkRoutingRuleCommandInput,
|
|
596
566
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: UpdateLinkRoutingRuleCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: UpdateLinkRoutingRuleCommandOutput) => void,
|
|
598
568
|
): void;
|
|
599
569
|
updateRequesterGateway(
|
|
600
570
|
args: UpdateRequesterGatewayCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
571
|
+
options?: __HttpHandlerOptions,
|
|
602
572
|
): Promise<UpdateRequesterGatewayCommandOutput>;
|
|
603
573
|
updateRequesterGateway(
|
|
604
574
|
args: UpdateRequesterGatewayCommandInput,
|
|
605
|
-
cb: (err: any, data?: UpdateRequesterGatewayCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: UpdateRequesterGatewayCommandOutput) => void,
|
|
606
576
|
): void;
|
|
607
577
|
updateRequesterGateway(
|
|
608
578
|
args: UpdateRequesterGatewayCommandInput,
|
|
609
579
|
options: __HttpHandlerOptions,
|
|
610
|
-
cb: (err: any, data?: UpdateRequesterGatewayCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: UpdateRequesterGatewayCommandOutput) => void,
|
|
611
581
|
): void;
|
|
612
582
|
updateResponderGateway(
|
|
613
583
|
args: UpdateResponderGatewayCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
584
|
+
options?: __HttpHandlerOptions,
|
|
615
585
|
): Promise<UpdateResponderGatewayCommandOutput>;
|
|
616
586
|
updateResponderGateway(
|
|
617
587
|
args: UpdateResponderGatewayCommandInput,
|
|
618
|
-
cb: (err: any, data?: UpdateResponderGatewayCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: UpdateResponderGatewayCommandOutput) => void,
|
|
619
589
|
): void;
|
|
620
590
|
updateResponderGateway(
|
|
621
591
|
args: UpdateResponderGatewayCommandInput,
|
|
622
592
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: UpdateResponderGatewayCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: UpdateResponderGatewayCommandOutput) => void,
|
|
624
594
|
): void;
|
|
625
595
|
paginateListCertificateAssociations(
|
|
626
596
|
args: ListCertificateAssociationsCommandInput,
|
|
627
597
|
paginationConfig?: Pick<
|
|
628
598
|
PaginationConfiguration,
|
|
629
599
|
Exclude<keyof PaginationConfiguration, "client">
|
|
630
|
-
|
|
600
|
+
>,
|
|
631
601
|
): Paginator<ListCertificateAssociationsCommandOutput>;
|
|
632
602
|
paginateListLinkRoutingRules(
|
|
633
603
|
args: ListLinkRoutingRulesCommandInput,
|
|
634
604
|
paginationConfig?: Pick<
|
|
635
605
|
PaginationConfiguration,
|
|
636
606
|
Exclude<keyof PaginationConfiguration, "client">
|
|
637
|
-
|
|
607
|
+
>,
|
|
638
608
|
): Paginator<ListLinkRoutingRulesCommandOutput>;
|
|
639
609
|
paginateListLinks(
|
|
640
610
|
args: ListLinksCommandInput,
|
|
641
611
|
paginationConfig?: Pick<
|
|
642
612
|
PaginationConfiguration,
|
|
643
613
|
Exclude<keyof PaginationConfiguration, "client">
|
|
644
|
-
|
|
614
|
+
>,
|
|
645
615
|
): Paginator<ListLinksCommandOutput>;
|
|
646
616
|
paginateListRequesterGateways(
|
|
647
617
|
args?: ListRequesterGatewaysCommandInput,
|
|
648
618
|
paginationConfig?: Pick<
|
|
649
619
|
PaginationConfiguration,
|
|
650
620
|
Exclude<keyof PaginationConfiguration, "client">
|
|
651
|
-
|
|
621
|
+
>,
|
|
652
622
|
): Paginator<ListRequesterGatewaysCommandOutput>;
|
|
653
623
|
paginateListResponderGateways(
|
|
654
624
|
args?: ListResponderGatewaysCommandInput,
|
|
655
625
|
paginationConfig?: Pick<
|
|
656
626
|
PaginationConfiguration,
|
|
657
627
|
Exclude<keyof PaginationConfiguration, "client">
|
|
658
|
-
|
|
628
|
+
>,
|
|
659
629
|
): Paginator<ListResponderGatewaysCommandOutput>;
|
|
660
630
|
waitUntilCertificateAssociated(
|
|
661
631
|
args: GetCertificateAssociationCommandInput,
|
|
@@ -664,7 +634,7 @@ export interface RTBFabric {
|
|
|
664
634
|
| Pick<
|
|
665
635
|
WaiterConfiguration<RTBFabric>,
|
|
666
636
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
667
|
-
|
|
637
|
+
>,
|
|
668
638
|
): Promise<WaiterResult<GetCertificateAssociationCommandOutput>>;
|
|
669
639
|
waitUntilCertificateDisassociated(
|
|
670
640
|
args: GetCertificateAssociationCommandInput,
|
|
@@ -673,12 +643,8 @@ export interface RTBFabric {
|
|
|
673
643
|
| Pick<
|
|
674
644
|
WaiterConfiguration<RTBFabric>,
|
|
675
645
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
676
|
-
|
|
677
|
-
): Promise<
|
|
678
|
-
WaiterResult<
|
|
679
|
-
GetCertificateAssociationCommandOutput | ResourceNotFoundException
|
|
680
|
-
>
|
|
681
|
-
>;
|
|
646
|
+
>,
|
|
647
|
+
): Promise<WaiterResult<GetCertificateAssociationCommandOutput | ResourceNotFoundException>>;
|
|
682
648
|
waitUntilInboundExternalLinkActive(
|
|
683
649
|
args: GetInboundExternalLinkCommandInput,
|
|
684
650
|
waiterConfig:
|
|
@@ -686,7 +652,7 @@ export interface RTBFabric {
|
|
|
686
652
|
| Pick<
|
|
687
653
|
WaiterConfiguration<RTBFabric>,
|
|
688
654
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
689
|
-
|
|
655
|
+
>,
|
|
690
656
|
): Promise<WaiterResult<GetInboundExternalLinkCommandOutput>>;
|
|
691
657
|
waitUntilInboundExternalLinkDeleted(
|
|
692
658
|
args: GetInboundExternalLinkCommandInput,
|
|
@@ -695,7 +661,7 @@ export interface RTBFabric {
|
|
|
695
661
|
| Pick<
|
|
696
662
|
WaiterConfiguration<RTBFabric>,
|
|
697
663
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
698
|
-
|
|
664
|
+
>,
|
|
699
665
|
): Promise<WaiterResult<GetInboundExternalLinkCommandOutput>>;
|
|
700
666
|
waitUntilLinkAccepted(
|
|
701
667
|
args: GetLinkCommandInput,
|
|
@@ -704,7 +670,7 @@ export interface RTBFabric {
|
|
|
704
670
|
| Pick<
|
|
705
671
|
WaiterConfiguration<RTBFabric>,
|
|
706
672
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
707
|
-
|
|
673
|
+
>,
|
|
708
674
|
): Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
709
675
|
waitUntilLinkActive(
|
|
710
676
|
args: GetLinkCommandInput,
|
|
@@ -713,7 +679,7 @@ export interface RTBFabric {
|
|
|
713
679
|
| Pick<
|
|
714
680
|
WaiterConfiguration<RTBFabric>,
|
|
715
681
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
716
|
-
|
|
682
|
+
>,
|
|
717
683
|
): Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
718
684
|
waitUntilLinkDeleted(
|
|
719
685
|
args: GetLinkCommandInput,
|
|
@@ -722,7 +688,7 @@ export interface RTBFabric {
|
|
|
722
688
|
| Pick<
|
|
723
689
|
WaiterConfiguration<RTBFabric>,
|
|
724
690
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
725
|
-
|
|
691
|
+
>,
|
|
726
692
|
): Promise<WaiterResult<GetLinkCommandOutput>>;
|
|
727
693
|
waitUntilLinkRoutingRuleActive(
|
|
728
694
|
args: GetLinkRoutingRuleCommandInput,
|
|
@@ -731,7 +697,7 @@ export interface RTBFabric {
|
|
|
731
697
|
| Pick<
|
|
732
698
|
WaiterConfiguration<RTBFabric>,
|
|
733
699
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
734
|
-
|
|
700
|
+
>,
|
|
735
701
|
): Promise<WaiterResult<GetLinkRoutingRuleCommandOutput>>;
|
|
736
702
|
waitUntilLinkRoutingRuleDeleted(
|
|
737
703
|
args: GetLinkRoutingRuleCommandInput,
|
|
@@ -740,10 +706,8 @@ export interface RTBFabric {
|
|
|
740
706
|
| Pick<
|
|
741
707
|
WaiterConfiguration<RTBFabric>,
|
|
742
708
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
743
|
-
|
|
744
|
-
): Promise<
|
|
745
|
-
WaiterResult<GetLinkRoutingRuleCommandOutput | ResourceNotFoundException>
|
|
746
|
-
>;
|
|
709
|
+
>,
|
|
710
|
+
): Promise<WaiterResult<GetLinkRoutingRuleCommandOutput | ResourceNotFoundException>>;
|
|
747
711
|
waitUntilOutboundExternalLinkActive(
|
|
748
712
|
args: GetOutboundExternalLinkCommandInput,
|
|
749
713
|
waiterConfig:
|
|
@@ -751,7 +715,7 @@ export interface RTBFabric {
|
|
|
751
715
|
| Pick<
|
|
752
716
|
WaiterConfiguration<RTBFabric>,
|
|
753
717
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
754
|
-
|
|
718
|
+
>,
|
|
755
719
|
): Promise<WaiterResult<GetOutboundExternalLinkCommandOutput>>;
|
|
756
720
|
waitUntilOutboundExternalLinkDeleted(
|
|
757
721
|
args: GetOutboundExternalLinkCommandInput,
|
|
@@ -760,7 +724,7 @@ export interface RTBFabric {
|
|
|
760
724
|
| Pick<
|
|
761
725
|
WaiterConfiguration<RTBFabric>,
|
|
762
726
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
763
|
-
|
|
727
|
+
>,
|
|
764
728
|
): Promise<WaiterResult<GetOutboundExternalLinkCommandOutput>>;
|
|
765
729
|
waitUntilRequesterGatewayActive(
|
|
766
730
|
args: GetRequesterGatewayCommandInput,
|
|
@@ -769,7 +733,7 @@ export interface RTBFabric {
|
|
|
769
733
|
| Pick<
|
|
770
734
|
WaiterConfiguration<RTBFabric>,
|
|
771
735
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
772
|
-
|
|
736
|
+
>,
|
|
773
737
|
): Promise<WaiterResult<GetRequesterGatewayCommandOutput>>;
|
|
774
738
|
waitUntilRequesterGatewayDeleted(
|
|
775
739
|
args: GetRequesterGatewayCommandInput,
|
|
@@ -778,10 +742,8 @@ export interface RTBFabric {
|
|
|
778
742
|
| Pick<
|
|
779
743
|
WaiterConfiguration<RTBFabric>,
|
|
780
744
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
781
|
-
|
|
782
|
-
): Promise<
|
|
783
|
-
WaiterResult<GetRequesterGatewayCommandOutput | ResourceNotFoundException>
|
|
784
|
-
>;
|
|
745
|
+
>,
|
|
746
|
+
): Promise<WaiterResult<GetRequesterGatewayCommandOutput | ResourceNotFoundException>>;
|
|
785
747
|
waitUntilResponderGatewayActive(
|
|
786
748
|
args: GetResponderGatewayCommandInput,
|
|
787
749
|
waiterConfig:
|
|
@@ -789,7 +751,7 @@ export interface RTBFabric {
|
|
|
789
751
|
| Pick<
|
|
790
752
|
WaiterConfiguration<RTBFabric>,
|
|
791
753
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
792
|
-
|
|
754
|
+
>,
|
|
793
755
|
): Promise<WaiterResult<GetResponderGatewayCommandOutput>>;
|
|
794
756
|
waitUntilResponderGatewayDeleted(
|
|
795
757
|
args: GetResponderGatewayCommandInput,
|
|
@@ -798,9 +760,7 @@ export interface RTBFabric {
|
|
|
798
760
|
| Pick<
|
|
799
761
|
WaiterConfiguration<RTBFabric>,
|
|
800
762
|
Exclude<keyof WaiterConfiguration<RTBFabric>, "client">
|
|
801
|
-
|
|
802
|
-
): Promise<
|
|
803
|
-
WaiterResult<GetResponderGatewayCommandOutput | ResourceNotFoundException>
|
|
804
|
-
>;
|
|
763
|
+
>,
|
|
764
|
+
): Promise<WaiterResult<GetResponderGatewayCommandOutput | ResourceNotFoundException>>;
|
|
805
765
|
}
|
|
806
766
|
export declare class RTBFabric extends RTBFabricClient implements RTBFabric {}
|