@aws-sdk/client-migration-hub-refactor-spaces 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +0 -24
- package/dist-types/ts3.4/MigrationHubRefactorSpacesClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MigrationHubRefactorSpacesServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -381
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MigrationHubRefactorSpacesServiceException as __BaseException } from "./MigrationHubRefactorSpacesServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message: string | undefined;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
@@ -14,42 +12,26 @@ export declare enum ApiGatewayEndpointType {
|
|
|
14
12
|
PRIVATE = "PRIVATE",
|
|
15
13
|
REGIONAL = "REGIONAL",
|
|
16
14
|
}
|
|
17
|
-
|
|
18
15
|
export interface ApiGatewayProxyConfig {
|
|
19
16
|
ProxyUrl?: string;
|
|
20
|
-
|
|
21
17
|
ApiGatewayId?: string;
|
|
22
|
-
|
|
23
18
|
VpcLinkId?: string;
|
|
24
|
-
|
|
25
19
|
NlbArn?: string;
|
|
26
|
-
|
|
27
20
|
NlbName?: string;
|
|
28
|
-
|
|
29
21
|
EndpointType?: ApiGatewayEndpointType | string;
|
|
30
|
-
|
|
31
22
|
StageName?: string;
|
|
32
23
|
}
|
|
33
|
-
|
|
34
24
|
export interface ApiGatewayProxyInput {
|
|
35
25
|
EndpointType?: ApiGatewayEndpointType | string;
|
|
36
|
-
|
|
37
26
|
StageName?: string;
|
|
38
27
|
}
|
|
39
|
-
|
|
40
28
|
export interface ApiGatewayProxySummary {
|
|
41
29
|
ProxyUrl?: string;
|
|
42
|
-
|
|
43
30
|
ApiGatewayId?: string;
|
|
44
|
-
|
|
45
31
|
VpcLinkId?: string;
|
|
46
|
-
|
|
47
32
|
NlbArn?: string;
|
|
48
|
-
|
|
49
33
|
NlbName?: string;
|
|
50
|
-
|
|
51
34
|
EndpointType?: ApiGatewayEndpointType | string;
|
|
52
|
-
|
|
53
35
|
StageName?: string;
|
|
54
36
|
}
|
|
55
37
|
export declare enum ApplicationState {
|
|
@@ -94,171 +76,110 @@ export declare enum ErrorResourceType {
|
|
|
94
76
|
VPC_ENDPOINT_SERVICE_CONFIGURATION = "VPC_ENDPOINT_SERVICE_CONFIGURATION",
|
|
95
77
|
VPC_LINK = "VPC_LINK",
|
|
96
78
|
}
|
|
97
|
-
|
|
98
79
|
export interface ErrorResponse {
|
|
99
80
|
Code?: ErrorCode | string;
|
|
100
|
-
|
|
101
81
|
Message?: string;
|
|
102
|
-
|
|
103
82
|
AccountId?: string;
|
|
104
|
-
|
|
105
83
|
ResourceIdentifier?: string;
|
|
106
|
-
|
|
107
84
|
ResourceType?: ErrorResourceType | string;
|
|
108
|
-
|
|
109
85
|
AdditionalDetails?: Record<string, string>;
|
|
110
86
|
}
|
|
111
87
|
export declare enum ProxyType {
|
|
112
88
|
API_GATEWAY = "API_GATEWAY",
|
|
113
89
|
}
|
|
114
|
-
|
|
115
90
|
export interface ApplicationSummary {
|
|
116
91
|
Name?: string;
|
|
117
|
-
|
|
118
92
|
Arn?: string;
|
|
119
|
-
|
|
120
93
|
OwnerAccountId?: string;
|
|
121
|
-
|
|
122
94
|
CreatedByAccountId?: string;
|
|
123
|
-
|
|
124
95
|
ApplicationId?: string;
|
|
125
|
-
|
|
126
96
|
EnvironmentId?: string;
|
|
127
|
-
|
|
128
97
|
VpcId?: string;
|
|
129
|
-
|
|
130
98
|
ProxyType?: ProxyType | string;
|
|
131
|
-
|
|
132
99
|
ApiGatewayProxy?: ApiGatewayProxySummary;
|
|
133
|
-
|
|
134
100
|
State?: ApplicationState | string;
|
|
135
|
-
|
|
136
101
|
Tags?: Record<string, string>;
|
|
137
|
-
|
|
138
102
|
Error?: ErrorResponse;
|
|
139
|
-
|
|
140
103
|
LastUpdatedTime?: Date;
|
|
141
|
-
|
|
142
104
|
CreatedTime?: Date;
|
|
143
105
|
}
|
|
144
|
-
|
|
145
106
|
export declare class ConflictException extends __BaseException {
|
|
146
107
|
readonly name: "ConflictException";
|
|
147
108
|
readonly $fault: "client";
|
|
148
109
|
Message: string | undefined;
|
|
149
|
-
|
|
150
110
|
ResourceId: string | undefined;
|
|
151
|
-
|
|
152
111
|
ResourceType: string | undefined;
|
|
153
|
-
|
|
154
112
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
155
113
|
}
|
|
156
114
|
export interface CreateApplicationRequest {
|
|
157
115
|
Name: string | undefined;
|
|
158
|
-
|
|
159
116
|
EnvironmentIdentifier: string | undefined;
|
|
160
|
-
|
|
161
117
|
VpcId: string | undefined;
|
|
162
|
-
|
|
163
118
|
ProxyType: ProxyType | string | undefined;
|
|
164
|
-
|
|
165
119
|
ApiGatewayProxy?: ApiGatewayProxyInput;
|
|
166
|
-
|
|
167
120
|
Tags?: Record<string, string>;
|
|
168
|
-
|
|
169
121
|
ClientToken?: string;
|
|
170
122
|
}
|
|
171
123
|
export interface CreateApplicationResponse {
|
|
172
124
|
Name?: string;
|
|
173
|
-
|
|
174
125
|
Arn?: string;
|
|
175
|
-
|
|
176
126
|
OwnerAccountId?: string;
|
|
177
|
-
|
|
178
127
|
CreatedByAccountId?: string;
|
|
179
|
-
|
|
180
128
|
ApplicationId?: string;
|
|
181
|
-
|
|
182
129
|
EnvironmentId?: string;
|
|
183
|
-
|
|
184
130
|
VpcId?: string;
|
|
185
|
-
|
|
186
131
|
ProxyType?: ProxyType | string;
|
|
187
|
-
|
|
188
132
|
ApiGatewayProxy?: ApiGatewayProxyInput;
|
|
189
|
-
|
|
190
133
|
State?: ApplicationState | string;
|
|
191
|
-
|
|
192
134
|
Tags?: Record<string, string>;
|
|
193
|
-
|
|
194
135
|
LastUpdatedTime?: Date;
|
|
195
|
-
|
|
196
136
|
CreatedTime?: Date;
|
|
197
137
|
}
|
|
198
|
-
|
|
199
138
|
export declare class InternalServerException extends __BaseException {
|
|
200
139
|
readonly name: "InternalServerException";
|
|
201
140
|
readonly $fault: "server";
|
|
202
141
|
Message: string | undefined;
|
|
203
|
-
|
|
204
142
|
constructor(
|
|
205
143
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
206
144
|
);
|
|
207
145
|
}
|
|
208
|
-
|
|
209
146
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
210
147
|
readonly name: "ResourceNotFoundException";
|
|
211
148
|
readonly $fault: "client";
|
|
212
149
|
Message: string | undefined;
|
|
213
|
-
|
|
214
150
|
ResourceId: string | undefined;
|
|
215
|
-
|
|
216
151
|
ResourceType: string | undefined;
|
|
217
|
-
|
|
218
152
|
constructor(
|
|
219
153
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
220
154
|
);
|
|
221
155
|
}
|
|
222
|
-
|
|
223
156
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
224
157
|
readonly name: "ServiceQuotaExceededException";
|
|
225
158
|
readonly $fault: "client";
|
|
226
159
|
Message: string | undefined;
|
|
227
|
-
|
|
228
160
|
ResourceId: string | undefined;
|
|
229
|
-
|
|
230
161
|
ResourceType: string | undefined;
|
|
231
|
-
|
|
232
162
|
QuotaCode?: string;
|
|
233
|
-
|
|
234
163
|
ServiceCode: string | undefined;
|
|
235
|
-
|
|
236
164
|
constructor(
|
|
237
165
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
238
166
|
);
|
|
239
167
|
}
|
|
240
|
-
|
|
241
168
|
export declare class ThrottlingException extends __BaseException {
|
|
242
169
|
readonly name: "ThrottlingException";
|
|
243
170
|
readonly $fault: "client";
|
|
244
171
|
Message: string | undefined;
|
|
245
|
-
|
|
246
172
|
QuotaCode?: string;
|
|
247
|
-
|
|
248
173
|
ServiceCode?: string;
|
|
249
|
-
|
|
250
174
|
RetryAfterSeconds?: number;
|
|
251
|
-
|
|
252
175
|
constructor(
|
|
253
176
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
254
177
|
);
|
|
255
178
|
}
|
|
256
|
-
|
|
257
179
|
export declare class ValidationException extends __BaseException {
|
|
258
180
|
readonly name: "ValidationException";
|
|
259
181
|
readonly $fault: "client";
|
|
260
182
|
Message: string | undefined;
|
|
261
|
-
|
|
262
183
|
constructor(
|
|
263
184
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
264
185
|
);
|
|
@@ -268,13 +189,9 @@ export declare enum NetworkFabricType {
|
|
|
268
189
|
}
|
|
269
190
|
export interface CreateEnvironmentRequest {
|
|
270
191
|
Name: string | undefined;
|
|
271
|
-
|
|
272
192
|
Description?: string;
|
|
273
|
-
|
|
274
193
|
NetworkFabricType: NetworkFabricType | string | undefined;
|
|
275
|
-
|
|
276
194
|
Tags?: Record<string, string>;
|
|
277
|
-
|
|
278
195
|
ClientToken?: string;
|
|
279
196
|
}
|
|
280
197
|
export declare enum EnvironmentState {
|
|
@@ -285,30 +202,20 @@ export declare enum EnvironmentState {
|
|
|
285
202
|
}
|
|
286
203
|
export interface CreateEnvironmentResponse {
|
|
287
204
|
Name?: string;
|
|
288
|
-
|
|
289
205
|
Arn?: string;
|
|
290
|
-
|
|
291
206
|
Description?: string;
|
|
292
|
-
|
|
293
207
|
EnvironmentId?: string;
|
|
294
|
-
|
|
295
208
|
NetworkFabricType?: NetworkFabricType | string;
|
|
296
|
-
|
|
297
209
|
OwnerAccountId?: string;
|
|
298
|
-
|
|
299
210
|
State?: EnvironmentState | string;
|
|
300
|
-
|
|
301
211
|
Tags?: Record<string, string>;
|
|
302
|
-
|
|
303
212
|
LastUpdatedTime?: Date;
|
|
304
|
-
|
|
305
213
|
CreatedTime?: Date;
|
|
306
214
|
}
|
|
307
215
|
export declare enum RouteActivationState {
|
|
308
216
|
ACTIVE = "ACTIVE",
|
|
309
217
|
INACTIVE = "INACTIVE",
|
|
310
218
|
}
|
|
311
|
-
|
|
312
219
|
export interface DefaultRouteInput {
|
|
313
220
|
ActivationState?: RouteActivationState | string;
|
|
314
221
|
}
|
|
@@ -325,31 +232,20 @@ export declare enum HttpMethod {
|
|
|
325
232
|
POST = "POST",
|
|
326
233
|
PUT = "PUT",
|
|
327
234
|
}
|
|
328
|
-
|
|
329
235
|
export interface UriPathRouteInput {
|
|
330
236
|
SourcePath: string | undefined;
|
|
331
|
-
|
|
332
237
|
ActivationState: RouteActivationState | string | undefined;
|
|
333
|
-
|
|
334
238
|
Methods?: (HttpMethod | string)[];
|
|
335
|
-
|
|
336
239
|
IncludeChildPaths?: boolean;
|
|
337
240
|
}
|
|
338
241
|
export interface CreateRouteRequest {
|
|
339
242
|
EnvironmentIdentifier: string | undefined;
|
|
340
|
-
|
|
341
243
|
ApplicationIdentifier: string | undefined;
|
|
342
|
-
|
|
343
244
|
ServiceIdentifier: string | undefined;
|
|
344
|
-
|
|
345
245
|
RouteType: RouteType | string | undefined;
|
|
346
|
-
|
|
347
246
|
DefaultRoute?: DefaultRouteInput;
|
|
348
|
-
|
|
349
247
|
UriPathRoute?: UriPathRouteInput;
|
|
350
|
-
|
|
351
248
|
Tags?: Record<string, string>;
|
|
352
|
-
|
|
353
249
|
ClientToken?: string;
|
|
354
250
|
}
|
|
355
251
|
export declare enum RouteState {
|
|
@@ -362,62 +258,39 @@ export declare enum RouteState {
|
|
|
362
258
|
}
|
|
363
259
|
export interface CreateRouteResponse {
|
|
364
260
|
RouteId?: string;
|
|
365
|
-
|
|
366
261
|
Arn?: string;
|
|
367
|
-
|
|
368
262
|
OwnerAccountId?: string;
|
|
369
|
-
|
|
370
263
|
CreatedByAccountId?: string;
|
|
371
|
-
|
|
372
264
|
RouteType?: RouteType | string;
|
|
373
|
-
|
|
374
265
|
ServiceId?: string;
|
|
375
|
-
|
|
376
266
|
ApplicationId?: string;
|
|
377
|
-
|
|
378
267
|
UriPathRoute?: UriPathRouteInput;
|
|
379
|
-
|
|
380
268
|
State?: RouteState | string;
|
|
381
|
-
|
|
382
269
|
Tags?: Record<string, string>;
|
|
383
|
-
|
|
384
270
|
LastUpdatedTime?: Date;
|
|
385
|
-
|
|
386
271
|
CreatedTime?: Date;
|
|
387
272
|
}
|
|
388
273
|
export declare enum ServiceEndpointType {
|
|
389
274
|
LAMBDA = "LAMBDA",
|
|
390
275
|
URL = "URL",
|
|
391
276
|
}
|
|
392
|
-
|
|
393
277
|
export interface LambdaEndpointInput {
|
|
394
278
|
Arn: string | undefined;
|
|
395
279
|
}
|
|
396
|
-
|
|
397
280
|
export interface UrlEndpointInput {
|
|
398
281
|
Url: string | undefined;
|
|
399
|
-
|
|
400
282
|
HealthUrl?: string;
|
|
401
283
|
}
|
|
402
284
|
export interface CreateServiceRequest {
|
|
403
285
|
Name: string | undefined;
|
|
404
|
-
|
|
405
286
|
Description?: string;
|
|
406
|
-
|
|
407
287
|
EnvironmentIdentifier: string | undefined;
|
|
408
|
-
|
|
409
288
|
ApplicationIdentifier: string | undefined;
|
|
410
|
-
|
|
411
289
|
VpcId?: string;
|
|
412
|
-
|
|
413
290
|
EndpointType: ServiceEndpointType | string | undefined;
|
|
414
|
-
|
|
415
291
|
UrlEndpoint?: UrlEndpointInput;
|
|
416
|
-
|
|
417
292
|
LambdaEndpoint?: LambdaEndpointInput;
|
|
418
|
-
|
|
419
293
|
Tags?: Record<string, string>;
|
|
420
|
-
|
|
421
294
|
ClientToken?: string;
|
|
422
295
|
}
|
|
423
296
|
export declare enum ServiceState {
|
|
@@ -428,53 +301,32 @@ export declare enum ServiceState {
|
|
|
428
301
|
}
|
|
429
302
|
export interface CreateServiceResponse {
|
|
430
303
|
ServiceId?: string;
|
|
431
|
-
|
|
432
304
|
Name?: string;
|
|
433
|
-
|
|
434
305
|
Arn?: string;
|
|
435
|
-
|
|
436
306
|
OwnerAccountId?: string;
|
|
437
|
-
|
|
438
307
|
CreatedByAccountId?: string;
|
|
439
|
-
|
|
440
308
|
Description?: string;
|
|
441
|
-
|
|
442
309
|
EnvironmentId?: string;
|
|
443
|
-
|
|
444
310
|
ApplicationId?: string;
|
|
445
|
-
|
|
446
311
|
VpcId?: string;
|
|
447
|
-
|
|
448
312
|
EndpointType?: ServiceEndpointType | string;
|
|
449
|
-
|
|
450
313
|
UrlEndpoint?: UrlEndpointInput;
|
|
451
|
-
|
|
452
314
|
LambdaEndpoint?: LambdaEndpointInput;
|
|
453
|
-
|
|
454
315
|
State?: ServiceState | string;
|
|
455
|
-
|
|
456
316
|
Tags?: Record<string, string>;
|
|
457
|
-
|
|
458
317
|
LastUpdatedTime?: Date;
|
|
459
|
-
|
|
460
318
|
CreatedTime?: Date;
|
|
461
319
|
}
|
|
462
320
|
export interface DeleteApplicationRequest {
|
|
463
321
|
EnvironmentIdentifier: string | undefined;
|
|
464
|
-
|
|
465
322
|
ApplicationIdentifier: string | undefined;
|
|
466
323
|
}
|
|
467
324
|
export interface DeleteApplicationResponse {
|
|
468
325
|
Name?: string;
|
|
469
|
-
|
|
470
326
|
Arn?: string;
|
|
471
|
-
|
|
472
327
|
ApplicationId?: string;
|
|
473
|
-
|
|
474
328
|
EnvironmentId?: string;
|
|
475
|
-
|
|
476
329
|
State?: ApplicationState | string;
|
|
477
|
-
|
|
478
330
|
LastUpdatedTime?: Date;
|
|
479
331
|
}
|
|
480
332
|
export interface DeleteEnvironmentRequest {
|
|
@@ -482,13 +334,9 @@ export interface DeleteEnvironmentRequest {
|
|
|
482
334
|
}
|
|
483
335
|
export interface DeleteEnvironmentResponse {
|
|
484
336
|
Name?: string;
|
|
485
|
-
|
|
486
337
|
Arn?: string;
|
|
487
|
-
|
|
488
338
|
EnvironmentId?: string;
|
|
489
|
-
|
|
490
339
|
State?: EnvironmentState | string;
|
|
491
|
-
|
|
492
340
|
LastUpdatedTime?: Date;
|
|
493
341
|
}
|
|
494
342
|
export interface DeleteResourcePolicyRequest {
|
|
@@ -497,120 +345,72 @@ export interface DeleteResourcePolicyRequest {
|
|
|
497
345
|
export interface DeleteResourcePolicyResponse {}
|
|
498
346
|
export interface DeleteRouteRequest {
|
|
499
347
|
EnvironmentIdentifier: string | undefined;
|
|
500
|
-
|
|
501
348
|
ApplicationIdentifier: string | undefined;
|
|
502
|
-
|
|
503
349
|
RouteIdentifier: string | undefined;
|
|
504
350
|
}
|
|
505
351
|
export interface DeleteRouteResponse {
|
|
506
352
|
RouteId?: string;
|
|
507
|
-
|
|
508
353
|
Arn?: string;
|
|
509
|
-
|
|
510
354
|
ServiceId?: string;
|
|
511
|
-
|
|
512
355
|
ApplicationId?: string;
|
|
513
|
-
|
|
514
356
|
State?: RouteState | string;
|
|
515
|
-
|
|
516
357
|
LastUpdatedTime?: Date;
|
|
517
358
|
}
|
|
518
359
|
export interface DeleteServiceRequest {
|
|
519
360
|
EnvironmentIdentifier: string | undefined;
|
|
520
|
-
|
|
521
361
|
ApplicationIdentifier: string | undefined;
|
|
522
|
-
|
|
523
362
|
ServiceIdentifier: string | undefined;
|
|
524
363
|
}
|
|
525
364
|
export interface DeleteServiceResponse {
|
|
526
365
|
ServiceId?: string;
|
|
527
|
-
|
|
528
366
|
Name?: string;
|
|
529
|
-
|
|
530
367
|
Arn?: string;
|
|
531
|
-
|
|
532
368
|
EnvironmentId?: string;
|
|
533
|
-
|
|
534
369
|
ApplicationId?: string;
|
|
535
|
-
|
|
536
370
|
State?: ServiceState | string;
|
|
537
|
-
|
|
538
371
|
LastUpdatedTime?: Date;
|
|
539
372
|
}
|
|
540
|
-
|
|
541
373
|
export interface EnvironmentSummary {
|
|
542
374
|
Name?: string;
|
|
543
|
-
|
|
544
375
|
Arn?: string;
|
|
545
|
-
|
|
546
376
|
Description?: string;
|
|
547
|
-
|
|
548
377
|
EnvironmentId?: string;
|
|
549
|
-
|
|
550
378
|
NetworkFabricType?: NetworkFabricType | string;
|
|
551
|
-
|
|
552
379
|
OwnerAccountId?: string;
|
|
553
|
-
|
|
554
380
|
TransitGatewayId?: string;
|
|
555
|
-
|
|
556
381
|
State?: EnvironmentState | string;
|
|
557
|
-
|
|
558
382
|
Tags?: Record<string, string>;
|
|
559
|
-
|
|
560
383
|
Error?: ErrorResponse;
|
|
561
|
-
|
|
562
384
|
LastUpdatedTime?: Date;
|
|
563
|
-
|
|
564
385
|
CreatedTime?: Date;
|
|
565
386
|
}
|
|
566
|
-
|
|
567
387
|
export interface EnvironmentVpc {
|
|
568
388
|
EnvironmentId?: string;
|
|
569
|
-
|
|
570
389
|
VpcId?: string;
|
|
571
|
-
|
|
572
390
|
AccountId?: string;
|
|
573
|
-
|
|
574
391
|
CidrBlocks?: string[];
|
|
575
|
-
|
|
576
392
|
VpcName?: string;
|
|
577
|
-
|
|
578
393
|
LastUpdatedTime?: Date;
|
|
579
|
-
|
|
580
394
|
CreatedTime?: Date;
|
|
581
395
|
}
|
|
582
396
|
export interface GetApplicationRequest {
|
|
583
397
|
EnvironmentIdentifier: string | undefined;
|
|
584
|
-
|
|
585
398
|
ApplicationIdentifier: string | undefined;
|
|
586
399
|
}
|
|
587
400
|
export interface GetApplicationResponse {
|
|
588
401
|
Name?: string;
|
|
589
|
-
|
|
590
402
|
Arn?: string;
|
|
591
|
-
|
|
592
403
|
OwnerAccountId?: string;
|
|
593
|
-
|
|
594
404
|
CreatedByAccountId?: string;
|
|
595
|
-
|
|
596
405
|
ApplicationId?: string;
|
|
597
|
-
|
|
598
406
|
EnvironmentId?: string;
|
|
599
|
-
|
|
600
407
|
VpcId?: string;
|
|
601
|
-
|
|
602
408
|
ProxyType?: ProxyType | string;
|
|
603
|
-
|
|
604
409
|
ApiGatewayProxy?: ApiGatewayProxyConfig;
|
|
605
|
-
|
|
606
410
|
State?: ApplicationState | string;
|
|
607
|
-
|
|
608
411
|
Tags?: Record<string, string>;
|
|
609
|
-
|
|
610
412
|
Error?: ErrorResponse;
|
|
611
|
-
|
|
612
413
|
LastUpdatedTime?: Date;
|
|
613
|
-
|
|
614
414
|
CreatedTime?: Date;
|
|
615
415
|
}
|
|
616
416
|
export interface GetEnvironmentRequest {
|
|
@@ -618,27 +418,16 @@ export interface GetEnvironmentRequest {
|
|
|
618
418
|
}
|
|
619
419
|
export interface GetEnvironmentResponse {
|
|
620
420
|
Name?: string;
|
|
621
|
-
|
|
622
421
|
Arn?: string;
|
|
623
|
-
|
|
624
422
|
Description?: string;
|
|
625
|
-
|
|
626
423
|
EnvironmentId?: string;
|
|
627
|
-
|
|
628
424
|
NetworkFabricType?: NetworkFabricType | string;
|
|
629
|
-
|
|
630
425
|
OwnerAccountId?: string;
|
|
631
|
-
|
|
632
426
|
TransitGatewayId?: string;
|
|
633
|
-
|
|
634
427
|
State?: EnvironmentState | string;
|
|
635
|
-
|
|
636
428
|
Tags?: Record<string, string>;
|
|
637
|
-
|
|
638
429
|
Error?: ErrorResponse;
|
|
639
|
-
|
|
640
430
|
LastUpdatedTime?: Date;
|
|
641
|
-
|
|
642
431
|
CreatedTime?: Date;
|
|
643
432
|
}
|
|
644
433
|
export interface GetResourcePolicyRequest {
|
|
@@ -649,250 +438,156 @@ export interface GetResourcePolicyResponse {
|
|
|
649
438
|
}
|
|
650
439
|
export interface GetRouteRequest {
|
|
651
440
|
EnvironmentIdentifier: string | undefined;
|
|
652
|
-
|
|
653
441
|
ApplicationIdentifier: string | undefined;
|
|
654
|
-
|
|
655
442
|
RouteIdentifier: string | undefined;
|
|
656
443
|
}
|
|
657
444
|
export interface GetRouteResponse {
|
|
658
445
|
RouteId?: string;
|
|
659
|
-
|
|
660
446
|
Arn?: string;
|
|
661
|
-
|
|
662
447
|
OwnerAccountId?: string;
|
|
663
|
-
|
|
664
448
|
CreatedByAccountId?: string;
|
|
665
|
-
|
|
666
449
|
RouteType?: RouteType | string;
|
|
667
|
-
|
|
668
450
|
ServiceId?: string;
|
|
669
|
-
|
|
670
451
|
ApplicationId?: string;
|
|
671
|
-
|
|
672
452
|
EnvironmentId?: string;
|
|
673
|
-
|
|
674
453
|
SourcePath?: string;
|
|
675
|
-
|
|
676
454
|
Methods?: (HttpMethod | string)[];
|
|
677
|
-
|
|
678
455
|
IncludeChildPaths?: boolean;
|
|
679
|
-
|
|
680
456
|
PathResourceToId?: Record<string, string>;
|
|
681
|
-
|
|
682
457
|
State?: RouteState | string;
|
|
683
|
-
|
|
684
458
|
Tags?: Record<string, string>;
|
|
685
|
-
|
|
686
459
|
Error?: ErrorResponse;
|
|
687
|
-
|
|
688
460
|
LastUpdatedTime?: Date;
|
|
689
|
-
|
|
690
461
|
CreatedTime?: Date;
|
|
691
462
|
}
|
|
692
463
|
export interface GetServiceRequest {
|
|
693
464
|
EnvironmentIdentifier: string | undefined;
|
|
694
|
-
|
|
695
465
|
ApplicationIdentifier: string | undefined;
|
|
696
|
-
|
|
697
466
|
ServiceIdentifier: string | undefined;
|
|
698
467
|
}
|
|
699
|
-
|
|
700
468
|
export interface LambdaEndpointConfig {
|
|
701
469
|
Arn?: string;
|
|
702
470
|
}
|
|
703
|
-
|
|
704
471
|
export interface UrlEndpointConfig {
|
|
705
472
|
Url?: string;
|
|
706
|
-
|
|
707
473
|
HealthUrl?: string;
|
|
708
474
|
}
|
|
709
475
|
export interface GetServiceResponse {
|
|
710
476
|
ServiceId?: string;
|
|
711
|
-
|
|
712
477
|
Name?: string;
|
|
713
|
-
|
|
714
478
|
Arn?: string;
|
|
715
|
-
|
|
716
479
|
OwnerAccountId?: string;
|
|
717
|
-
|
|
718
480
|
CreatedByAccountId?: string;
|
|
719
|
-
|
|
720
481
|
Description?: string;
|
|
721
|
-
|
|
722
482
|
EnvironmentId?: string;
|
|
723
|
-
|
|
724
483
|
ApplicationId?: string;
|
|
725
|
-
|
|
726
484
|
VpcId?: string;
|
|
727
|
-
|
|
728
485
|
EndpointType?: ServiceEndpointType | string;
|
|
729
|
-
|
|
730
486
|
UrlEndpoint?: UrlEndpointConfig;
|
|
731
|
-
|
|
732
487
|
LambdaEndpoint?: LambdaEndpointConfig;
|
|
733
|
-
|
|
734
488
|
State?: ServiceState | string;
|
|
735
|
-
|
|
736
489
|
Tags?: Record<string, string>;
|
|
737
|
-
|
|
738
490
|
Error?: ErrorResponse;
|
|
739
|
-
|
|
740
491
|
LastUpdatedTime?: Date;
|
|
741
|
-
|
|
742
492
|
CreatedTime?: Date;
|
|
743
493
|
}
|
|
744
|
-
|
|
745
494
|
export declare class InvalidResourcePolicyException extends __BaseException {
|
|
746
495
|
readonly name: "InvalidResourcePolicyException";
|
|
747
496
|
readonly $fault: "client";
|
|
748
497
|
Message: string | undefined;
|
|
749
|
-
|
|
750
498
|
constructor(
|
|
751
499
|
opts: __ExceptionOptionType<InvalidResourcePolicyException, __BaseException>
|
|
752
500
|
);
|
|
753
501
|
}
|
|
754
|
-
|
|
755
502
|
export interface LambdaEndpointSummary {
|
|
756
503
|
Arn?: string;
|
|
757
504
|
}
|
|
758
505
|
export interface ListApplicationsRequest {
|
|
759
506
|
EnvironmentIdentifier: string | undefined;
|
|
760
|
-
|
|
761
507
|
NextToken?: string;
|
|
762
|
-
|
|
763
508
|
MaxResults?: number;
|
|
764
509
|
}
|
|
765
510
|
export interface ListApplicationsResponse {
|
|
766
511
|
ApplicationSummaryList?: ApplicationSummary[];
|
|
767
|
-
|
|
768
512
|
NextToken?: string;
|
|
769
513
|
}
|
|
770
514
|
export interface ListEnvironmentsRequest {
|
|
771
515
|
NextToken?: string;
|
|
772
|
-
|
|
773
516
|
MaxResults?: number;
|
|
774
517
|
}
|
|
775
518
|
export interface ListEnvironmentsResponse {
|
|
776
519
|
EnvironmentSummaryList?: EnvironmentSummary[];
|
|
777
|
-
|
|
778
520
|
NextToken?: string;
|
|
779
521
|
}
|
|
780
522
|
export interface ListEnvironmentVpcsRequest {
|
|
781
523
|
EnvironmentIdentifier: string | undefined;
|
|
782
|
-
|
|
783
524
|
NextToken?: string;
|
|
784
|
-
|
|
785
525
|
MaxResults?: number;
|
|
786
526
|
}
|
|
787
527
|
export interface ListEnvironmentVpcsResponse {
|
|
788
528
|
EnvironmentVpcList?: EnvironmentVpc[];
|
|
789
|
-
|
|
790
529
|
NextToken?: string;
|
|
791
530
|
}
|
|
792
531
|
export interface ListRoutesRequest {
|
|
793
532
|
EnvironmentIdentifier: string | undefined;
|
|
794
|
-
|
|
795
533
|
ApplicationIdentifier: string | undefined;
|
|
796
|
-
|
|
797
534
|
NextToken?: string;
|
|
798
|
-
|
|
799
535
|
MaxResults?: number;
|
|
800
536
|
}
|
|
801
|
-
|
|
802
537
|
export interface RouteSummary {
|
|
803
538
|
RouteId?: string;
|
|
804
|
-
|
|
805
539
|
Arn?: string;
|
|
806
|
-
|
|
807
540
|
OwnerAccountId?: string;
|
|
808
|
-
|
|
809
541
|
CreatedByAccountId?: string;
|
|
810
|
-
|
|
811
542
|
RouteType?: RouteType | string;
|
|
812
|
-
|
|
813
543
|
ServiceId?: string;
|
|
814
|
-
|
|
815
544
|
ApplicationId?: string;
|
|
816
|
-
|
|
817
545
|
EnvironmentId?: string;
|
|
818
|
-
|
|
819
546
|
SourcePath?: string;
|
|
820
|
-
|
|
821
547
|
Methods?: (HttpMethod | string)[];
|
|
822
|
-
|
|
823
548
|
IncludeChildPaths?: boolean;
|
|
824
|
-
|
|
825
549
|
PathResourceToId?: Record<string, string>;
|
|
826
|
-
|
|
827
550
|
State?: RouteState | string;
|
|
828
|
-
|
|
829
551
|
Tags?: Record<string, string>;
|
|
830
|
-
|
|
831
552
|
Error?: ErrorResponse;
|
|
832
|
-
|
|
833
553
|
LastUpdatedTime?: Date;
|
|
834
|
-
|
|
835
554
|
CreatedTime?: Date;
|
|
836
555
|
}
|
|
837
556
|
export interface ListRoutesResponse {
|
|
838
557
|
RouteSummaryList?: RouteSummary[];
|
|
839
|
-
|
|
840
558
|
NextToken?: string;
|
|
841
559
|
}
|
|
842
560
|
export interface ListServicesRequest {
|
|
843
561
|
EnvironmentIdentifier: string | undefined;
|
|
844
|
-
|
|
845
562
|
ApplicationIdentifier: string | undefined;
|
|
846
|
-
|
|
847
563
|
NextToken?: string;
|
|
848
|
-
|
|
849
564
|
MaxResults?: number;
|
|
850
565
|
}
|
|
851
|
-
|
|
852
566
|
export interface UrlEndpointSummary {
|
|
853
567
|
Url?: string;
|
|
854
|
-
|
|
855
568
|
HealthUrl?: string;
|
|
856
569
|
}
|
|
857
|
-
|
|
858
570
|
export interface ServiceSummary {
|
|
859
571
|
ServiceId?: string;
|
|
860
|
-
|
|
861
572
|
Name?: string;
|
|
862
|
-
|
|
863
573
|
Arn?: string;
|
|
864
|
-
|
|
865
574
|
OwnerAccountId?: string;
|
|
866
|
-
|
|
867
575
|
CreatedByAccountId?: string;
|
|
868
|
-
|
|
869
576
|
Description?: string;
|
|
870
|
-
|
|
871
577
|
EnvironmentId?: string;
|
|
872
|
-
|
|
873
578
|
ApplicationId?: string;
|
|
874
|
-
|
|
875
579
|
VpcId?: string;
|
|
876
|
-
|
|
877
580
|
EndpointType?: ServiceEndpointType | string;
|
|
878
|
-
|
|
879
581
|
UrlEndpoint?: UrlEndpointSummary;
|
|
880
|
-
|
|
881
582
|
LambdaEndpoint?: LambdaEndpointSummary;
|
|
882
|
-
|
|
883
583
|
State?: ServiceState | string;
|
|
884
|
-
|
|
885
584
|
Tags?: Record<string, string>;
|
|
886
|
-
|
|
887
585
|
Error?: ErrorResponse;
|
|
888
|
-
|
|
889
586
|
LastUpdatedTime?: Date;
|
|
890
|
-
|
|
891
587
|
CreatedTime?: Date;
|
|
892
588
|
}
|
|
893
589
|
export interface ListServicesResponse {
|
|
894
590
|
ServiceSummaryList?: ServiceSummary[];
|
|
895
|
-
|
|
896
591
|
NextToken?: string;
|
|
897
592
|
}
|
|
898
593
|
export interface ListTagsForResourceRequest {
|
|
@@ -903,299 +598,223 @@ export interface ListTagsForResourceResponse {
|
|
|
903
598
|
}
|
|
904
599
|
export interface PutResourcePolicyRequest {
|
|
905
600
|
ResourceArn: string | undefined;
|
|
906
|
-
|
|
907
601
|
Policy: string | undefined;
|
|
908
602
|
}
|
|
909
603
|
export interface PutResourcePolicyResponse {}
|
|
910
604
|
export interface TagResourceRequest {
|
|
911
605
|
ResourceArn: string | undefined;
|
|
912
|
-
|
|
913
606
|
Tags: Record<string, string> | undefined;
|
|
914
607
|
}
|
|
915
608
|
export interface TagResourceResponse {}
|
|
916
609
|
export interface UntagResourceRequest {
|
|
917
610
|
ResourceArn: string | undefined;
|
|
918
|
-
|
|
919
611
|
TagKeys: string[] | undefined;
|
|
920
612
|
}
|
|
921
613
|
export interface UntagResourceResponse {}
|
|
922
614
|
export interface UpdateRouteRequest {
|
|
923
615
|
EnvironmentIdentifier: string | undefined;
|
|
924
|
-
|
|
925
616
|
ApplicationIdentifier: string | undefined;
|
|
926
|
-
|
|
927
617
|
RouteIdentifier: string | undefined;
|
|
928
|
-
|
|
929
618
|
ActivationState: RouteActivationState | string | undefined;
|
|
930
619
|
}
|
|
931
620
|
export interface UpdateRouteResponse {
|
|
932
621
|
RouteId?: string;
|
|
933
|
-
|
|
934
622
|
Arn?: string;
|
|
935
|
-
|
|
936
623
|
ServiceId?: string;
|
|
937
|
-
|
|
938
624
|
ApplicationId?: string;
|
|
939
|
-
|
|
940
625
|
State?: RouteState | string;
|
|
941
|
-
|
|
942
626
|
LastUpdatedTime?: Date;
|
|
943
627
|
}
|
|
944
|
-
|
|
945
628
|
export declare const ApiGatewayProxyConfigFilterSensitiveLog: (
|
|
946
629
|
obj: ApiGatewayProxyConfig
|
|
947
630
|
) => any;
|
|
948
|
-
|
|
949
631
|
export declare const ApiGatewayProxyInputFilterSensitiveLog: (
|
|
950
632
|
obj: ApiGatewayProxyInput
|
|
951
633
|
) => any;
|
|
952
|
-
|
|
953
634
|
export declare const ApiGatewayProxySummaryFilterSensitiveLog: (
|
|
954
635
|
obj: ApiGatewayProxySummary
|
|
955
636
|
) => any;
|
|
956
|
-
|
|
957
637
|
export declare const ErrorResponseFilterSensitiveLog: (
|
|
958
638
|
obj: ErrorResponse
|
|
959
639
|
) => any;
|
|
960
|
-
|
|
961
640
|
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
962
641
|
obj: ApplicationSummary
|
|
963
642
|
) => any;
|
|
964
|
-
|
|
965
643
|
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
966
644
|
obj: CreateApplicationRequest
|
|
967
645
|
) => any;
|
|
968
|
-
|
|
969
646
|
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
970
647
|
obj: CreateApplicationResponse
|
|
971
648
|
) => any;
|
|
972
|
-
|
|
973
649
|
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
974
650
|
obj: CreateEnvironmentRequest
|
|
975
651
|
) => any;
|
|
976
|
-
|
|
977
652
|
export declare const CreateEnvironmentResponseFilterSensitiveLog: (
|
|
978
653
|
obj: CreateEnvironmentResponse
|
|
979
654
|
) => any;
|
|
980
|
-
|
|
981
655
|
export declare const DefaultRouteInputFilterSensitiveLog: (
|
|
982
656
|
obj: DefaultRouteInput
|
|
983
657
|
) => any;
|
|
984
|
-
|
|
985
658
|
export declare const UriPathRouteInputFilterSensitiveLog: (
|
|
986
659
|
obj: UriPathRouteInput
|
|
987
660
|
) => any;
|
|
988
|
-
|
|
989
661
|
export declare const CreateRouteRequestFilterSensitiveLog: (
|
|
990
662
|
obj: CreateRouteRequest
|
|
991
663
|
) => any;
|
|
992
|
-
|
|
993
664
|
export declare const CreateRouteResponseFilterSensitiveLog: (
|
|
994
665
|
obj: CreateRouteResponse
|
|
995
666
|
) => any;
|
|
996
|
-
|
|
997
667
|
export declare const LambdaEndpointInputFilterSensitiveLog: (
|
|
998
668
|
obj: LambdaEndpointInput
|
|
999
669
|
) => any;
|
|
1000
|
-
|
|
1001
670
|
export declare const UrlEndpointInputFilterSensitiveLog: (
|
|
1002
671
|
obj: UrlEndpointInput
|
|
1003
672
|
) => any;
|
|
1004
|
-
|
|
1005
673
|
export declare const CreateServiceRequestFilterSensitiveLog: (
|
|
1006
674
|
obj: CreateServiceRequest
|
|
1007
675
|
) => any;
|
|
1008
|
-
|
|
1009
676
|
export declare const CreateServiceResponseFilterSensitiveLog: (
|
|
1010
677
|
obj: CreateServiceResponse
|
|
1011
678
|
) => any;
|
|
1012
|
-
|
|
1013
679
|
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
1014
680
|
obj: DeleteApplicationRequest
|
|
1015
681
|
) => any;
|
|
1016
|
-
|
|
1017
682
|
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
1018
683
|
obj: DeleteApplicationResponse
|
|
1019
684
|
) => any;
|
|
1020
|
-
|
|
1021
685
|
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
1022
686
|
obj: DeleteEnvironmentRequest
|
|
1023
687
|
) => any;
|
|
1024
|
-
|
|
1025
688
|
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
|
|
1026
689
|
obj: DeleteEnvironmentResponse
|
|
1027
690
|
) => any;
|
|
1028
|
-
|
|
1029
691
|
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
1030
692
|
obj: DeleteResourcePolicyRequest
|
|
1031
693
|
) => any;
|
|
1032
|
-
|
|
1033
694
|
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
1034
695
|
obj: DeleteResourcePolicyResponse
|
|
1035
696
|
) => any;
|
|
1036
|
-
|
|
1037
697
|
export declare const DeleteRouteRequestFilterSensitiveLog: (
|
|
1038
698
|
obj: DeleteRouteRequest
|
|
1039
699
|
) => any;
|
|
1040
|
-
|
|
1041
700
|
export declare const DeleteRouteResponseFilterSensitiveLog: (
|
|
1042
701
|
obj: DeleteRouteResponse
|
|
1043
702
|
) => any;
|
|
1044
|
-
|
|
1045
703
|
export declare const DeleteServiceRequestFilterSensitiveLog: (
|
|
1046
704
|
obj: DeleteServiceRequest
|
|
1047
705
|
) => any;
|
|
1048
|
-
|
|
1049
706
|
export declare const DeleteServiceResponseFilterSensitiveLog: (
|
|
1050
707
|
obj: DeleteServiceResponse
|
|
1051
708
|
) => any;
|
|
1052
|
-
|
|
1053
709
|
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
1054
710
|
obj: EnvironmentSummary
|
|
1055
711
|
) => any;
|
|
1056
|
-
|
|
1057
712
|
export declare const EnvironmentVpcFilterSensitiveLog: (
|
|
1058
713
|
obj: EnvironmentVpc
|
|
1059
714
|
) => any;
|
|
1060
|
-
|
|
1061
715
|
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
1062
716
|
obj: GetApplicationRequest
|
|
1063
717
|
) => any;
|
|
1064
|
-
|
|
1065
718
|
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
1066
719
|
obj: GetApplicationResponse
|
|
1067
720
|
) => any;
|
|
1068
|
-
|
|
1069
721
|
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
1070
722
|
obj: GetEnvironmentRequest
|
|
1071
723
|
) => any;
|
|
1072
|
-
|
|
1073
724
|
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
1074
725
|
obj: GetEnvironmentResponse
|
|
1075
726
|
) => any;
|
|
1076
|
-
|
|
1077
727
|
export declare const GetResourcePolicyRequestFilterSensitiveLog: (
|
|
1078
728
|
obj: GetResourcePolicyRequest
|
|
1079
729
|
) => any;
|
|
1080
|
-
|
|
1081
730
|
export declare const GetResourcePolicyResponseFilterSensitiveLog: (
|
|
1082
731
|
obj: GetResourcePolicyResponse
|
|
1083
732
|
) => any;
|
|
1084
|
-
|
|
1085
733
|
export declare const GetRouteRequestFilterSensitiveLog: (
|
|
1086
734
|
obj: GetRouteRequest
|
|
1087
735
|
) => any;
|
|
1088
|
-
|
|
1089
736
|
export declare const GetRouteResponseFilterSensitiveLog: (
|
|
1090
737
|
obj: GetRouteResponse
|
|
1091
738
|
) => any;
|
|
1092
|
-
|
|
1093
739
|
export declare const GetServiceRequestFilterSensitiveLog: (
|
|
1094
740
|
obj: GetServiceRequest
|
|
1095
741
|
) => any;
|
|
1096
|
-
|
|
1097
742
|
export declare const LambdaEndpointConfigFilterSensitiveLog: (
|
|
1098
743
|
obj: LambdaEndpointConfig
|
|
1099
744
|
) => any;
|
|
1100
|
-
|
|
1101
745
|
export declare const UrlEndpointConfigFilterSensitiveLog: (
|
|
1102
746
|
obj: UrlEndpointConfig
|
|
1103
747
|
) => any;
|
|
1104
|
-
|
|
1105
748
|
export declare const GetServiceResponseFilterSensitiveLog: (
|
|
1106
749
|
obj: GetServiceResponse
|
|
1107
750
|
) => any;
|
|
1108
|
-
|
|
1109
751
|
export declare const LambdaEndpointSummaryFilterSensitiveLog: (
|
|
1110
752
|
obj: LambdaEndpointSummary
|
|
1111
753
|
) => any;
|
|
1112
|
-
|
|
1113
754
|
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
1114
755
|
obj: ListApplicationsRequest
|
|
1115
756
|
) => any;
|
|
1116
|
-
|
|
1117
757
|
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
1118
758
|
obj: ListApplicationsResponse
|
|
1119
759
|
) => any;
|
|
1120
|
-
|
|
1121
760
|
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
1122
761
|
obj: ListEnvironmentsRequest
|
|
1123
762
|
) => any;
|
|
1124
|
-
|
|
1125
763
|
export declare const ListEnvironmentsResponseFilterSensitiveLog: (
|
|
1126
764
|
obj: ListEnvironmentsResponse
|
|
1127
765
|
) => any;
|
|
1128
|
-
|
|
1129
766
|
export declare const ListEnvironmentVpcsRequestFilterSensitiveLog: (
|
|
1130
767
|
obj: ListEnvironmentVpcsRequest
|
|
1131
768
|
) => any;
|
|
1132
|
-
|
|
1133
769
|
export declare const ListEnvironmentVpcsResponseFilterSensitiveLog: (
|
|
1134
770
|
obj: ListEnvironmentVpcsResponse
|
|
1135
771
|
) => any;
|
|
1136
|
-
|
|
1137
772
|
export declare const ListRoutesRequestFilterSensitiveLog: (
|
|
1138
773
|
obj: ListRoutesRequest
|
|
1139
774
|
) => any;
|
|
1140
|
-
|
|
1141
775
|
export declare const RouteSummaryFilterSensitiveLog: (obj: RouteSummary) => any;
|
|
1142
|
-
|
|
1143
776
|
export declare const ListRoutesResponseFilterSensitiveLog: (
|
|
1144
777
|
obj: ListRoutesResponse
|
|
1145
778
|
) => any;
|
|
1146
|
-
|
|
1147
779
|
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
1148
780
|
obj: ListServicesRequest
|
|
1149
781
|
) => any;
|
|
1150
|
-
|
|
1151
782
|
export declare const UrlEndpointSummaryFilterSensitiveLog: (
|
|
1152
783
|
obj: UrlEndpointSummary
|
|
1153
784
|
) => any;
|
|
1154
|
-
|
|
1155
785
|
export declare const ServiceSummaryFilterSensitiveLog: (
|
|
1156
786
|
obj: ServiceSummary
|
|
1157
787
|
) => any;
|
|
1158
|
-
|
|
1159
788
|
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
1160
789
|
obj: ListServicesResponse
|
|
1161
790
|
) => any;
|
|
1162
|
-
|
|
1163
791
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1164
792
|
obj: ListTagsForResourceRequest
|
|
1165
793
|
) => any;
|
|
1166
|
-
|
|
1167
794
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1168
795
|
obj: ListTagsForResourceResponse
|
|
1169
796
|
) => any;
|
|
1170
|
-
|
|
1171
797
|
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
1172
798
|
obj: PutResourcePolicyRequest
|
|
1173
799
|
) => any;
|
|
1174
|
-
|
|
1175
800
|
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
1176
801
|
obj: PutResourcePolicyResponse
|
|
1177
802
|
) => any;
|
|
1178
|
-
|
|
1179
803
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1180
804
|
obj: TagResourceRequest
|
|
1181
805
|
) => any;
|
|
1182
|
-
|
|
1183
806
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1184
807
|
obj: TagResourceResponse
|
|
1185
808
|
) => any;
|
|
1186
|
-
|
|
1187
809
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1188
810
|
obj: UntagResourceRequest
|
|
1189
811
|
) => any;
|
|
1190
|
-
|
|
1191
812
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1192
813
|
obj: UntagResourceResponse
|
|
1193
814
|
) => any;
|
|
1194
|
-
|
|
1195
815
|
export declare const UpdateRouteRequestFilterSensitiveLog: (
|
|
1196
816
|
obj: UpdateRouteRequest
|
|
1197
817
|
) => any;
|
|
1198
|
-
|
|
1199
818
|
export declare const UpdateRouteResponseFilterSensitiveLog: (
|
|
1200
819
|
obj: UpdateRouteResponse
|
|
1201
820
|
) => any;
|