@aws-sdk/client-migration-hub-refactor-spaces 3.533.0 → 3.535.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-types/MigrationHubRefactorSpaces.d.ts +2 -1
- package/dist-types/MigrationHubRefactorSpacesClient.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetRouteCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +372 -372
- package/dist-types/ts3.4/MigrationHubRefactorSpaces.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MigrationHubRefactorSpacesServiceException as __BaseException } from "./MigrationHubRefactorSpacesServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>The user does not have sufficient access to perform this action. </p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -26,54 +26,53 @@ export declare const ApiGatewayEndpointType: {
|
|
|
26
26
|
*/
|
|
27
27
|
export type ApiGatewayEndpointType = (typeof ApiGatewayEndpointType)[keyof typeof ApiGatewayEndpointType];
|
|
28
28
|
/**
|
|
29
|
-
* @public
|
|
30
29
|
* <p>A wrapper object holding the Amazon API Gateway proxy configuration. </p>
|
|
30
|
+
* @public
|
|
31
31
|
*/
|
|
32
32
|
export interface ApiGatewayProxyConfig {
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>The endpoint URL of the API Gateway proxy. </p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
ProxyUrl?: string;
|
|
38
38
|
/**
|
|
39
|
-
* @public
|
|
40
39
|
* <p>The resource ID of the API Gateway for the proxy. </p>
|
|
40
|
+
* @public
|
|
41
41
|
*/
|
|
42
42
|
ApiGatewayId?: string;
|
|
43
43
|
/**
|
|
44
|
-
* @public
|
|
45
44
|
* <p>The <code>VpcLink</code> ID of the API Gateway proxy. </p>
|
|
45
|
+
* @public
|
|
46
46
|
*/
|
|
47
47
|
VpcLinkId?: string;
|
|
48
48
|
/**
|
|
49
|
-
* @public
|
|
50
49
|
* <p>The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy. </p>
|
|
50
|
+
* @public
|
|
51
51
|
*/
|
|
52
52
|
NlbArn?: string;
|
|
53
53
|
/**
|
|
54
|
-
* @public
|
|
55
54
|
* <p>The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
|
56
55
|
* </p>
|
|
56
|
+
* @public
|
|
57
57
|
*/
|
|
58
58
|
NlbName?: string;
|
|
59
59
|
/**
|
|
60
|
-
* @public
|
|
61
60
|
* <p>The type of API Gateway endpoint created. </p>
|
|
61
|
+
* @public
|
|
62
62
|
*/
|
|
63
63
|
EndpointType?: ApiGatewayEndpointType;
|
|
64
64
|
/**
|
|
65
|
-
* @public
|
|
66
65
|
* <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
StageName?: string;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
|
-
* @public
|
|
72
71
|
* <p>A wrapper object holding the Amazon API Gateway endpoint input. </p>
|
|
72
|
+
* @public
|
|
73
73
|
*/
|
|
74
74
|
export interface ApiGatewayProxyInput {
|
|
75
75
|
/**
|
|
76
|
-
* @public
|
|
77
76
|
* <p>The type of endpoint to use for the API Gateway proxy. If no value is specified in
|
|
78
77
|
* the request, the value is set to <code>REGIONAL</code> by default.</p>
|
|
79
78
|
* <p>If the value is set to <code>PRIVATE</code> in the request, this creates a private API
|
|
@@ -82,53 +81,54 @@ export interface ApiGatewayProxyInput {
|
|
|
82
81
|
* For more information about creating a private connection with Refactor Spaces and interface
|
|
83
82
|
* endpoint (Amazon Web Services PrivateLink) availability, see <a href="https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/vpc-interface-endpoints.html">Access
|
|
84
83
|
* Refactor Spaces using an interface endpoint (Amazon Web Services PrivateLink)</a>.</p>
|
|
84
|
+
* @public
|
|
85
85
|
*/
|
|
86
86
|
EndpointType?: ApiGatewayEndpointType;
|
|
87
87
|
/**
|
|
88
|
-
* @public
|
|
89
88
|
* <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
|
|
89
|
+
* @public
|
|
90
90
|
*/
|
|
91
91
|
StageName?: string;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* @public
|
|
95
94
|
* <p>A wrapper object holding the Amazon API Gateway proxy summary. </p>
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
export interface ApiGatewayProxySummary {
|
|
98
98
|
/**
|
|
99
|
-
* @public
|
|
100
99
|
* <p>The endpoint URL of the API Gateway proxy. </p>
|
|
100
|
+
* @public
|
|
101
101
|
*/
|
|
102
102
|
ProxyUrl?: string;
|
|
103
103
|
/**
|
|
104
|
-
* @public
|
|
105
104
|
* <p>The resource ID of the API Gateway for the proxy. </p>
|
|
105
|
+
* @public
|
|
106
106
|
*/
|
|
107
107
|
ApiGatewayId?: string;
|
|
108
108
|
/**
|
|
109
|
-
* @public
|
|
110
109
|
* <p>The <code>VpcLink</code> ID of the API Gateway proxy. </p>
|
|
110
|
+
* @public
|
|
111
111
|
*/
|
|
112
112
|
VpcLinkId?: string;
|
|
113
113
|
/**
|
|
114
|
-
* @public
|
|
115
114
|
* <p>The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy. </p>
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
NlbArn?: string;
|
|
118
118
|
/**
|
|
119
|
-
* @public
|
|
120
119
|
* <p>The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
|
121
120
|
* </p>
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
NlbName?: string;
|
|
124
124
|
/**
|
|
125
|
-
* @public
|
|
126
125
|
* <p>The type of API Gateway endpoint created. </p>
|
|
126
|
+
* @public
|
|
127
127
|
*/
|
|
128
128
|
EndpointType?: ApiGatewayEndpointType;
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>The name of the API Gateway stage. The name defaults to <code>prod</code>. </p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
StageName?: string;
|
|
134
134
|
}
|
|
@@ -199,38 +199,38 @@ export declare const ErrorResourceType: {
|
|
|
199
199
|
*/
|
|
200
200
|
export type ErrorResourceType = (typeof ErrorResourceType)[keyof typeof ErrorResourceType];
|
|
201
201
|
/**
|
|
202
|
-
* @public
|
|
203
202
|
* <p>Error associated with a resource returned for a Get or List resource response. </p>
|
|
203
|
+
* @public
|
|
204
204
|
*/
|
|
205
205
|
export interface ErrorResponse {
|
|
206
206
|
/**
|
|
207
|
-
* @public
|
|
208
207
|
* <p>The error code associated with the error. </p>
|
|
208
|
+
* @public
|
|
209
209
|
*/
|
|
210
210
|
Code?: ErrorCode;
|
|
211
211
|
/**
|
|
212
|
-
* @public
|
|
213
212
|
* <p>The message associated with the error. </p>
|
|
213
|
+
* @public
|
|
214
214
|
*/
|
|
215
215
|
Message?: string;
|
|
216
216
|
/**
|
|
217
|
-
* @public
|
|
218
217
|
* <p>The Amazon Web Services account ID of the resource owner. </p>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
AccountId?: string;
|
|
221
221
|
/**
|
|
222
|
-
* @public
|
|
223
222
|
* <p>The ID of the resource. </p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
ResourceIdentifier?: string;
|
|
226
226
|
/**
|
|
227
|
-
* @public
|
|
228
227
|
* <p>The type of resource. </p>
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
ResourceType?: ErrorResourceType;
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* <p>Additional details about the error. </p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
AdditionalDetails?: Record<string, string>;
|
|
236
236
|
}
|
|
@@ -246,98 +246,98 @@ export declare const ProxyType: {
|
|
|
246
246
|
*/
|
|
247
247
|
export type ProxyType = (typeof ProxyType)[keyof typeof ProxyType];
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* <p>The list of <code>ApplicationSummary</code> objects. </p>
|
|
250
|
+
* @public
|
|
251
251
|
*/
|
|
252
252
|
export interface ApplicationSummary {
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* <p>The name of the application. </p>
|
|
255
|
+
* @public
|
|
256
256
|
*/
|
|
257
257
|
Name?: string;
|
|
258
258
|
/**
|
|
259
|
-
* @public
|
|
260
259
|
* <p>The Amazon Resource Name (ARN) of the application. </p>
|
|
260
|
+
* @public
|
|
261
261
|
*/
|
|
262
262
|
Arn?: string;
|
|
263
263
|
/**
|
|
264
|
-
* @public
|
|
265
264
|
* <p>The Amazon Web Services account ID of the application owner (which is always the same as
|
|
266
265
|
* the environment owner account ID).</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
OwnerAccountId?: string;
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>The Amazon Web Services account ID of the application creator. </p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
CreatedByAccountId?: string;
|
|
274
274
|
/**
|
|
275
|
-
* @public
|
|
276
275
|
* <p>The unique identifier of the application. </p>
|
|
276
|
+
* @public
|
|
277
277
|
*/
|
|
278
278
|
ApplicationId?: string;
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>The unique identifier of the environment. </p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
EnvironmentId?: string;
|
|
284
284
|
/**
|
|
285
|
-
* @public
|
|
286
285
|
* <p>The ID of the virtual private cloud (VPC). </p>
|
|
286
|
+
* @public
|
|
287
287
|
*/
|
|
288
288
|
VpcId?: string;
|
|
289
289
|
/**
|
|
290
|
-
* @public
|
|
291
290
|
* <p>The proxy type of the proxy created within the application. </p>
|
|
291
|
+
* @public
|
|
292
292
|
*/
|
|
293
293
|
ProxyType?: ProxyType;
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p>The endpoint URL of the Amazon API Gateway proxy. </p>
|
|
296
|
+
* @public
|
|
297
297
|
*/
|
|
298
298
|
ApiGatewayProxy?: ApiGatewayProxySummary;
|
|
299
299
|
/**
|
|
300
|
-
* @public
|
|
301
300
|
* <p>The current state of the application. </p>
|
|
301
|
+
* @public
|
|
302
302
|
*/
|
|
303
303
|
State?: ApplicationState;
|
|
304
304
|
/**
|
|
305
|
-
* @public
|
|
306
305
|
* <p>The tags assigned to the application. </p>
|
|
306
|
+
* @public
|
|
307
307
|
*/
|
|
308
308
|
Tags?: Record<string, string>;
|
|
309
309
|
/**
|
|
310
|
-
* @public
|
|
311
310
|
* <p>Any error associated with the application resource. </p>
|
|
311
|
+
* @public
|
|
312
312
|
*/
|
|
313
313
|
Error?: ErrorResponse;
|
|
314
314
|
/**
|
|
315
|
-
* @public
|
|
316
315
|
* <p>A timestamp that indicates when the application was last updated. </p>
|
|
316
|
+
* @public
|
|
317
317
|
*/
|
|
318
318
|
LastUpdatedTime?: Date;
|
|
319
319
|
/**
|
|
320
|
-
* @public
|
|
321
320
|
* <p>A timestamp that indicates when the application is created. </p>
|
|
321
|
+
* @public
|
|
322
322
|
*/
|
|
323
323
|
CreatedTime?: Date;
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
|
-
* @public
|
|
327
326
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
327
|
+
* @public
|
|
328
328
|
*/
|
|
329
329
|
export declare class ConflictException extends __BaseException {
|
|
330
330
|
readonly name: "ConflictException";
|
|
331
331
|
readonly $fault: "client";
|
|
332
332
|
Message: string | undefined;
|
|
333
333
|
/**
|
|
334
|
-
* @public
|
|
335
334
|
* <p>The ID of the resource. </p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
ResourceId: string | undefined;
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The type of resource. </p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
ResourceType: string | undefined;
|
|
343
343
|
/**
|
|
@@ -350,40 +350,40 @@ export declare class ConflictException extends __BaseException {
|
|
|
350
350
|
*/
|
|
351
351
|
export interface CreateApplicationRequest {
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The name to use for the application. </p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
Name: string | undefined;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>The unique identifier of the environment.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
EnvironmentIdentifier: string | undefined;
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>The ID of the virtual private cloud (VPC).</p>
|
|
364
|
+
* @public
|
|
365
365
|
*/
|
|
366
366
|
VpcId: string | undefined;
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The proxy type of the proxy created within the application. </p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
ProxyType: ProxyType | undefined;
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>A wrapper object holding the API Gateway endpoint type and stage name for the
|
|
375
374
|
* proxy. </p>
|
|
375
|
+
* @public
|
|
376
376
|
*/
|
|
377
377
|
ApiGatewayProxy?: ApiGatewayProxyInput;
|
|
378
378
|
/**
|
|
379
|
-
* @public
|
|
380
379
|
* <p>The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.</p>
|
|
380
|
+
* @public
|
|
381
381
|
*/
|
|
382
382
|
Tags?: Record<string, string>;
|
|
383
383
|
/**
|
|
384
|
-
* @public
|
|
385
384
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
386
385
|
* request.</p>
|
|
386
|
+
* @public
|
|
387
387
|
*/
|
|
388
388
|
ClientToken?: string;
|
|
389
389
|
}
|
|
@@ -392,81 +392,81 @@ export interface CreateApplicationRequest {
|
|
|
392
392
|
*/
|
|
393
393
|
export interface CreateApplicationResponse {
|
|
394
394
|
/**
|
|
395
|
-
* @public
|
|
396
395
|
* <p>The name of the application.</p>
|
|
396
|
+
* @public
|
|
397
397
|
*/
|
|
398
398
|
Name?: string;
|
|
399
399
|
/**
|
|
400
|
-
* @public
|
|
401
400
|
* <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is
|
|
402
401
|
* <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
|
|
403
402
|
* </code>. For more information about ARNs,
|
|
404
403
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
405
404
|
* Amazon Resource Names (ARNs)</a> in the
|
|
406
405
|
* <i>Amazon Web Services General Reference</i>.</p>
|
|
406
|
+
* @public
|
|
407
407
|
*/
|
|
408
408
|
Arn?: string;
|
|
409
409
|
/**
|
|
410
|
-
* @public
|
|
411
410
|
* <p>The Amazon Web Services account ID of the application owner (which is always the same as
|
|
412
411
|
* the environment owner account ID).</p>
|
|
412
|
+
* @public
|
|
413
413
|
*/
|
|
414
414
|
OwnerAccountId?: string;
|
|
415
415
|
/**
|
|
416
|
-
* @public
|
|
417
416
|
* <p>The Amazon Web Services account ID of application creator.</p>
|
|
417
|
+
* @public
|
|
418
418
|
*/
|
|
419
419
|
CreatedByAccountId?: string;
|
|
420
420
|
/**
|
|
421
|
-
* @public
|
|
422
421
|
* <p>The unique identifier of the application.</p>
|
|
422
|
+
* @public
|
|
423
423
|
*/
|
|
424
424
|
ApplicationId?: string;
|
|
425
425
|
/**
|
|
426
|
-
* @public
|
|
427
426
|
* <p>The ID of the environment in which the application is created.</p>
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
EnvironmentId?: string;
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* <p>The ID of the Amazon VPC. </p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
VpcId?: string;
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* <p>The proxy type of the proxy created within the application. </p>
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
ProxyType?: ProxyType;
|
|
440
440
|
/**
|
|
441
|
-
* @public
|
|
442
441
|
* <p>A wrapper object holding the API Gateway endpoint type and stage name for the
|
|
443
442
|
* proxy. </p>
|
|
443
|
+
* @public
|
|
444
444
|
*/
|
|
445
445
|
ApiGatewayProxy?: ApiGatewayProxyInput;
|
|
446
446
|
/**
|
|
447
|
-
* @public
|
|
448
447
|
* <p>The current state of the application. </p>
|
|
448
|
+
* @public
|
|
449
449
|
*/
|
|
450
450
|
State?: ApplicationState;
|
|
451
451
|
/**
|
|
452
|
-
* @public
|
|
453
452
|
* <p>The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
453
|
+
* @public
|
|
454
454
|
*/
|
|
455
455
|
Tags?: Record<string, string>;
|
|
456
456
|
/**
|
|
457
|
-
* @public
|
|
458
457
|
* <p>A timestamp that indicates when the application was last updated. </p>
|
|
458
|
+
* @public
|
|
459
459
|
*/
|
|
460
460
|
LastUpdatedTime?: Date;
|
|
461
461
|
/**
|
|
462
|
-
* @public
|
|
463
462
|
* <p>A timestamp that indicates when the application is created.</p>
|
|
463
|
+
* @public
|
|
464
464
|
*/
|
|
465
465
|
CreatedTime?: Date;
|
|
466
466
|
}
|
|
467
467
|
/**
|
|
468
|
-
* @public
|
|
469
468
|
* <p>An unexpected error occurred while processing the request.</p>
|
|
469
|
+
* @public
|
|
470
470
|
*/
|
|
471
471
|
export declare class InternalServerException extends __BaseException {
|
|
472
472
|
readonly name: "InternalServerException";
|
|
@@ -478,21 +478,21 @@ export declare class InternalServerException extends __BaseException {
|
|
|
478
478
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
|
-
* @public
|
|
482
481
|
* <p>The request references a resource that does not exist. </p>
|
|
482
|
+
* @public
|
|
483
483
|
*/
|
|
484
484
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
485
485
|
readonly name: "ResourceNotFoundException";
|
|
486
486
|
readonly $fault: "client";
|
|
487
487
|
Message: string | undefined;
|
|
488
488
|
/**
|
|
489
|
-
* @public
|
|
490
489
|
* <p>The ID of the resource. </p>
|
|
490
|
+
* @public
|
|
491
491
|
*/
|
|
492
492
|
ResourceId: string | undefined;
|
|
493
493
|
/**
|
|
494
|
-
* @public
|
|
495
494
|
* <p>The type of resource. </p>
|
|
495
|
+
* @public
|
|
496
496
|
*/
|
|
497
497
|
ResourceType: string | undefined;
|
|
498
498
|
/**
|
|
@@ -501,33 +501,33 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
501
501
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The request would cause a service quota to be exceeded. </p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
508
508
|
readonly name: "ServiceQuotaExceededException";
|
|
509
509
|
readonly $fault: "client";
|
|
510
510
|
Message: string | undefined;
|
|
511
511
|
/**
|
|
512
|
-
* @public
|
|
513
512
|
* <p>The ID of the resource. </p>
|
|
513
|
+
* @public
|
|
514
514
|
*/
|
|
515
515
|
ResourceId: string | undefined;
|
|
516
516
|
/**
|
|
517
|
-
* @public
|
|
518
517
|
* <p>The type of resource. </p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
ResourceType: string | undefined;
|
|
521
521
|
/**
|
|
522
|
-
* @public
|
|
523
522
|
* <p>Service quota requirement to identify originating quota. Reached throttling quota
|
|
524
523
|
* exception. </p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
QuotaCode?: string;
|
|
527
527
|
/**
|
|
528
|
-
* @public
|
|
529
528
|
* <p>Service quota requirement to identify originating service. Reached throttling quota
|
|
530
529
|
* exception service code. </p>
|
|
530
|
+
* @public
|
|
531
531
|
*/
|
|
532
532
|
ServiceCode: string | undefined;
|
|
533
533
|
/**
|
|
@@ -536,28 +536,28 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
536
536
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
537
537
|
}
|
|
538
538
|
/**
|
|
539
|
-
* @public
|
|
540
539
|
* <p>Request was denied because the request was throttled. </p>
|
|
540
|
+
* @public
|
|
541
541
|
*/
|
|
542
542
|
export declare class ThrottlingException extends __BaseException {
|
|
543
543
|
readonly name: "ThrottlingException";
|
|
544
544
|
readonly $fault: "client";
|
|
545
545
|
Message: string | undefined;
|
|
546
546
|
/**
|
|
547
|
-
* @public
|
|
548
547
|
* <p>Service quota requirement to identify originating quota. Reached throttling quota
|
|
549
548
|
* exception. </p>
|
|
549
|
+
* @public
|
|
550
550
|
*/
|
|
551
551
|
QuotaCode?: string;
|
|
552
552
|
/**
|
|
553
|
-
* @public
|
|
554
553
|
* <p>Service quota requirement to identify originating service. Reached throttling quota
|
|
555
554
|
* exception service code. </p>
|
|
555
|
+
* @public
|
|
556
556
|
*/
|
|
557
557
|
ServiceCode?: string;
|
|
558
558
|
/**
|
|
559
|
-
* @public
|
|
560
559
|
* <p>The number of seconds to wait before retrying. </p>
|
|
560
|
+
* @public
|
|
561
561
|
*/
|
|
562
562
|
RetryAfterSeconds?: number;
|
|
563
563
|
/**
|
|
@@ -566,9 +566,9 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
566
566
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
567
567
|
}
|
|
568
568
|
/**
|
|
569
|
-
* @public
|
|
570
569
|
* <p>The input does not satisfy the constraints specified by an Amazon Web Service.
|
|
571
570
|
* </p>
|
|
571
|
+
* @public
|
|
572
572
|
*/
|
|
573
573
|
export declare class ValidationException extends __BaseException {
|
|
574
574
|
readonly name: "ValidationException";
|
|
@@ -596,29 +596,29 @@ export type NetworkFabricType = (typeof NetworkFabricType)[keyof typeof NetworkF
|
|
|
596
596
|
*/
|
|
597
597
|
export interface CreateEnvironmentRequest {
|
|
598
598
|
/**
|
|
599
|
-
* @public
|
|
600
599
|
* <p>The name of the environment.</p>
|
|
600
|
+
* @public
|
|
601
601
|
*/
|
|
602
602
|
Name: string | undefined;
|
|
603
603
|
/**
|
|
604
|
-
* @public
|
|
605
604
|
* <p>The description of the environment.</p>
|
|
605
|
+
* @public
|
|
606
606
|
*/
|
|
607
607
|
Description?: string;
|
|
608
608
|
/**
|
|
609
|
-
* @public
|
|
610
609
|
* <p>The network fabric type of the environment.</p>
|
|
610
|
+
* @public
|
|
611
611
|
*/
|
|
612
612
|
NetworkFabricType: NetworkFabricType | undefined;
|
|
613
613
|
/**
|
|
614
|
-
* @public
|
|
615
614
|
* <p>The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.</p>
|
|
615
|
+
* @public
|
|
616
616
|
*/
|
|
617
617
|
Tags?: Record<string, string>;
|
|
618
618
|
/**
|
|
619
|
-
* @public
|
|
620
619
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
621
620
|
* request.</p>
|
|
621
|
+
* @public
|
|
622
622
|
*/
|
|
623
623
|
ClientToken?: string;
|
|
624
624
|
}
|
|
@@ -641,53 +641,53 @@ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof Environmen
|
|
|
641
641
|
*/
|
|
642
642
|
export interface CreateEnvironmentResponse {
|
|
643
643
|
/**
|
|
644
|
-
* @public
|
|
645
644
|
* <p>The name of the environment.</p>
|
|
645
|
+
* @public
|
|
646
646
|
*/
|
|
647
647
|
Name?: string;
|
|
648
648
|
/**
|
|
649
|
-
* @public
|
|
650
649
|
* <p>The Amazon Resource Name (ARN) of the environment.</p>
|
|
650
|
+
* @public
|
|
651
651
|
*/
|
|
652
652
|
Arn?: string;
|
|
653
653
|
/**
|
|
654
|
-
* @public
|
|
655
654
|
* <p>A description of the environment.</p>
|
|
655
|
+
* @public
|
|
656
656
|
*/
|
|
657
657
|
Description?: string;
|
|
658
658
|
/**
|
|
659
|
-
* @public
|
|
660
659
|
* <p>The unique identifier of the environment.</p>
|
|
660
|
+
* @public
|
|
661
661
|
*/
|
|
662
662
|
EnvironmentId?: string;
|
|
663
663
|
/**
|
|
664
|
-
* @public
|
|
665
664
|
* <p>The network fabric type of the environment.</p>
|
|
665
|
+
* @public
|
|
666
666
|
*/
|
|
667
667
|
NetworkFabricType?: NetworkFabricType;
|
|
668
668
|
/**
|
|
669
|
-
* @public
|
|
670
669
|
* <p>The Amazon Web Services account ID of environment owner.</p>
|
|
670
|
+
* @public
|
|
671
671
|
*/
|
|
672
672
|
OwnerAccountId?: string;
|
|
673
673
|
/**
|
|
674
|
-
* @public
|
|
675
674
|
* <p>The current state of the environment. </p>
|
|
675
|
+
* @public
|
|
676
676
|
*/
|
|
677
677
|
State?: EnvironmentState;
|
|
678
678
|
/**
|
|
679
|
-
* @public
|
|
680
679
|
* <p>The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..</p>
|
|
680
|
+
* @public
|
|
681
681
|
*/
|
|
682
682
|
Tags?: Record<string, string>;
|
|
683
683
|
/**
|
|
684
|
-
* @public
|
|
685
684
|
* <p>A timestamp that indicates when the environment was last updated.</p>
|
|
685
|
+
* @public
|
|
686
686
|
*/
|
|
687
687
|
LastUpdatedTime?: Date;
|
|
688
688
|
/**
|
|
689
|
-
* @public
|
|
690
689
|
* <p>A timestamp that indicates when the environment is created.</p>
|
|
690
|
+
* @public
|
|
691
691
|
*/
|
|
692
692
|
CreatedTime?: Date;
|
|
693
693
|
}
|
|
@@ -704,14 +704,14 @@ export declare const RouteActivationState: {
|
|
|
704
704
|
*/
|
|
705
705
|
export type RouteActivationState = (typeof RouteActivationState)[keyof typeof RouteActivationState];
|
|
706
706
|
/**
|
|
707
|
-
* @public
|
|
708
707
|
* <p> The configuration for the default route type. </p>
|
|
708
|
+
* @public
|
|
709
709
|
*/
|
|
710
710
|
export interface DefaultRouteInput {
|
|
711
711
|
/**
|
|
712
|
-
* @public
|
|
713
712
|
* <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
|
|
714
713
|
* route is created. </p>
|
|
714
|
+
* @public
|
|
715
715
|
*/
|
|
716
716
|
ActivationState?: RouteActivationState;
|
|
717
717
|
}
|
|
@@ -745,39 +745,39 @@ export declare const HttpMethod: {
|
|
|
745
745
|
*/
|
|
746
746
|
export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod];
|
|
747
747
|
/**
|
|
748
|
-
* @public
|
|
749
748
|
* <p>The configuration for the URI path route type. </p>
|
|
749
|
+
* @public
|
|
750
750
|
*/
|
|
751
751
|
export interface UriPathRouteInput {
|
|
752
752
|
/**
|
|
753
|
-
* @public
|
|
754
753
|
* <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
|
|
755
754
|
* the base of the application. To use path parameters in the source path, add a variable in curly braces.
|
|
756
755
|
* For example, the resource path \{user\} represents a path parameter called 'user'.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
SourcePath: string | undefined;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
|
|
762
761
|
* route is created. </p>
|
|
762
|
+
* @public
|
|
763
763
|
*/
|
|
764
764
|
ActivationState: RouteActivationState | undefined;
|
|
765
765
|
/**
|
|
766
|
-
* @public
|
|
767
766
|
* <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
|
|
768
767
|
* only HTTP requests using that method are forwarded to this route’s service. </p>
|
|
768
|
+
* @public
|
|
769
769
|
*/
|
|
770
770
|
Methods?: HttpMethod[];
|
|
771
771
|
/**
|
|
772
|
-
* @public
|
|
773
772
|
* <p>Indicates whether to match all subpaths of the given source path. If this value is
|
|
774
773
|
* <code>false</code>, requests must match the source path exactly before they are forwarded to
|
|
775
774
|
* this route's service. </p>
|
|
775
|
+
* @public
|
|
776
776
|
*/
|
|
777
777
|
IncludeChildPaths?: boolean;
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
AppendSourcePath?: boolean;
|
|
783
783
|
}
|
|
@@ -786,48 +786,48 @@ export interface UriPathRouteInput {
|
|
|
786
786
|
*/
|
|
787
787
|
export interface CreateRouteRequest {
|
|
788
788
|
/**
|
|
789
|
-
* @public
|
|
790
789
|
* <p>The ID of the environment in which the route is created.</p>
|
|
790
|
+
* @public
|
|
791
791
|
*/
|
|
792
792
|
EnvironmentIdentifier: string | undefined;
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>The ID of the application within which the route is being created.</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
ApplicationIdentifier: string | undefined;
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p>The ID of the service in which the route is created. Traffic that matches this route is
|
|
801
800
|
* forwarded to this service.</p>
|
|
801
|
+
* @public
|
|
802
802
|
*/
|
|
803
803
|
ServiceIdentifier: string | undefined;
|
|
804
804
|
/**
|
|
805
|
-
* @public
|
|
806
805
|
* <p>The route type of the route. <code>DEFAULT</code> indicates that all traffic that does not
|
|
807
806
|
* match another route is forwarded to the default route. Applications must have a default route
|
|
808
807
|
* before any other routes can be created. <code>URI_PATH</code> indicates a route that is based
|
|
809
808
|
* on a URI path.</p>
|
|
809
|
+
* @public
|
|
810
810
|
*/
|
|
811
811
|
RouteType: RouteType | undefined;
|
|
812
812
|
/**
|
|
813
|
-
* @public
|
|
814
813
|
* <p> Configuration for the default route type. </p>
|
|
814
|
+
* @public
|
|
815
815
|
*/
|
|
816
816
|
DefaultRoute?: DefaultRouteInput;
|
|
817
817
|
/**
|
|
818
|
-
* @public
|
|
819
818
|
* <p>The configuration for the URI path route type. </p>
|
|
819
|
+
* @public
|
|
820
820
|
*/
|
|
821
821
|
UriPathRoute?: UriPathRouteInput;
|
|
822
822
|
/**
|
|
823
|
-
* @public
|
|
824
823
|
* <p>The tags to assign to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.. </p>
|
|
824
|
+
* @public
|
|
825
825
|
*/
|
|
826
826
|
Tags?: Record<string, string>;
|
|
827
827
|
/**
|
|
828
|
-
* @public
|
|
829
828
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
830
829
|
* request.</p>
|
|
830
|
+
* @public
|
|
831
831
|
*/
|
|
832
832
|
ClientToken?: string;
|
|
833
833
|
}
|
|
@@ -852,71 +852,71 @@ export type RouteState = (typeof RouteState)[keyof typeof RouteState];
|
|
|
852
852
|
*/
|
|
853
853
|
export interface CreateRouteResponse {
|
|
854
854
|
/**
|
|
855
|
-
* @public
|
|
856
855
|
* <p>The unique identifier of the route.</p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
RouteId?: string;
|
|
859
859
|
/**
|
|
860
|
-
* @public
|
|
861
860
|
* <p>The Amazon Resource Name (ARN) of the route. The format for this ARN is
|
|
862
861
|
* <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
|
|
863
862
|
* </code>. For more information about ARNs,
|
|
864
863
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
865
864
|
* Amazon Resource Names (ARNs)</a> in the
|
|
866
865
|
* <i>Amazon Web Services General Reference</i>.</p>
|
|
866
|
+
* @public
|
|
867
867
|
*/
|
|
868
868
|
Arn?: string;
|
|
869
869
|
/**
|
|
870
|
-
* @public
|
|
871
870
|
* <p>The Amazon Web Services account ID of the route owner.</p>
|
|
871
|
+
* @public
|
|
872
872
|
*/
|
|
873
873
|
OwnerAccountId?: string;
|
|
874
874
|
/**
|
|
875
|
-
* @public
|
|
876
875
|
* <p>The Amazon Web Services account ID of the route creator.</p>
|
|
876
|
+
* @public
|
|
877
877
|
*/
|
|
878
878
|
CreatedByAccountId?: string;
|
|
879
879
|
/**
|
|
880
|
-
* @public
|
|
881
880
|
* <p>The route type of the route.</p>
|
|
881
|
+
* @public
|
|
882
882
|
*/
|
|
883
883
|
RouteType?: RouteType;
|
|
884
884
|
/**
|
|
885
|
-
* @public
|
|
886
885
|
* <p>The ID of service in which the route is created. Traffic that matches this route is
|
|
887
886
|
* forwarded to this service.</p>
|
|
887
|
+
* @public
|
|
888
888
|
*/
|
|
889
889
|
ServiceId?: string;
|
|
890
890
|
/**
|
|
891
|
-
* @public
|
|
892
891
|
* <p>The ID of the application in which the route is created.</p>
|
|
892
|
+
* @public
|
|
893
893
|
*/
|
|
894
894
|
ApplicationId?: string;
|
|
895
895
|
/**
|
|
896
|
-
* @public
|
|
897
896
|
* <p>Configuration for the URI path route type. </p>
|
|
897
|
+
* @public
|
|
898
898
|
*/
|
|
899
899
|
UriPathRoute?: UriPathRouteInput;
|
|
900
900
|
/**
|
|
901
|
-
* @public
|
|
902
901
|
* <p>The current state of the route. Activation state only allows <code>ACTIVE</code> or
|
|
903
902
|
* <code>INACTIVE</code> as user inputs. <code>FAILED</code> is a route state that is system
|
|
904
903
|
* generated.</p>
|
|
904
|
+
* @public
|
|
905
905
|
*/
|
|
906
906
|
State?: RouteState;
|
|
907
907
|
/**
|
|
908
|
-
* @public
|
|
909
908
|
* <p>The tags assigned to the created route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
909
|
+
* @public
|
|
910
910
|
*/
|
|
911
911
|
Tags?: Record<string, string>;
|
|
912
912
|
/**
|
|
913
|
-
* @public
|
|
914
913
|
* <p>A timestamp that indicates when the route was last updated. </p>
|
|
914
|
+
* @public
|
|
915
915
|
*/
|
|
916
916
|
LastUpdatedTime?: Date;
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* <p>A timestamp that indicates when the route is created.</p>
|
|
919
|
+
* @public
|
|
920
920
|
*/
|
|
921
921
|
CreatedTime?: Date;
|
|
922
922
|
}
|
|
@@ -933,34 +933,34 @@ export declare const ServiceEndpointType: {
|
|
|
933
933
|
*/
|
|
934
934
|
export type ServiceEndpointType = (typeof ServiceEndpointType)[keyof typeof ServiceEndpointType];
|
|
935
935
|
/**
|
|
936
|
-
* @public
|
|
937
936
|
* <p>The input for the Lambda endpoint type. </p>
|
|
937
|
+
* @public
|
|
938
938
|
*/
|
|
939
939
|
export interface LambdaEndpointInput {
|
|
940
940
|
/**
|
|
941
|
-
* @public
|
|
942
941
|
* <p>The Amazon Resource Name (ARN) of the Lambda function or alias.</p>
|
|
942
|
+
* @public
|
|
943
943
|
*/
|
|
944
944
|
Arn: string | undefined;
|
|
945
945
|
}
|
|
946
946
|
/**
|
|
947
|
-
* @public
|
|
948
947
|
* <p>The configuration for the URL endpoint type. </p>
|
|
948
|
+
* @public
|
|
949
949
|
*/
|
|
950
950
|
export interface UrlEndpointInput {
|
|
951
951
|
/**
|
|
952
|
-
* @public
|
|
953
952
|
* <p>The URL to route traffic to. The URL must be an <a href="https://datatracker.ietf.org/doc/html/rfc3986">rfc3986-formatted URL</a>. If the
|
|
954
953
|
* host is a domain name, the name must be resolvable over the public internet. If the scheme is
|
|
955
954
|
* <code>https</code>, the top level domain of the host must be listed in the <a href="https://www.iana.org/domains/root/db">IANA root zone database</a>. </p>
|
|
955
|
+
* @public
|
|
956
956
|
*/
|
|
957
957
|
Url: string | undefined;
|
|
958
958
|
/**
|
|
959
|
-
* @public
|
|
960
959
|
* <p>The health check URL of the URL endpoint type. If the URL is a public endpoint, the
|
|
961
960
|
* <code>HealthUrl</code> must also be a public endpoint. If the URL is a private endpoint
|
|
962
961
|
* inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the
|
|
963
962
|
* host must be the same as the URL. </p>
|
|
963
|
+
* @public
|
|
964
964
|
*/
|
|
965
965
|
HealthUrl?: string;
|
|
966
966
|
}
|
|
@@ -969,57 +969,57 @@ export interface UrlEndpointInput {
|
|
|
969
969
|
*/
|
|
970
970
|
export interface CreateServiceRequest {
|
|
971
971
|
/**
|
|
972
|
-
* @public
|
|
973
972
|
* <p>The name of the service.</p>
|
|
973
|
+
* @public
|
|
974
974
|
*/
|
|
975
975
|
Name: string | undefined;
|
|
976
976
|
/**
|
|
977
|
-
* @public
|
|
978
977
|
* <p>The description of the service.</p>
|
|
978
|
+
* @public
|
|
979
979
|
*/
|
|
980
980
|
Description?: string;
|
|
981
981
|
/**
|
|
982
|
-
* @public
|
|
983
982
|
* <p>The ID of the environment in which the service is created.</p>
|
|
983
|
+
* @public
|
|
984
984
|
*/
|
|
985
985
|
EnvironmentIdentifier: string | undefined;
|
|
986
986
|
/**
|
|
987
|
-
* @public
|
|
988
987
|
* <p>The ID of the application which the service is created.</p>
|
|
988
|
+
* @public
|
|
989
989
|
*/
|
|
990
990
|
ApplicationIdentifier: string | undefined;
|
|
991
991
|
/**
|
|
992
|
-
* @public
|
|
993
992
|
* <p>The ID of the VPC.</p>
|
|
993
|
+
* @public
|
|
994
994
|
*/
|
|
995
995
|
VpcId?: string;
|
|
996
996
|
/**
|
|
997
|
-
* @public
|
|
998
997
|
* <p>The type of endpoint to use for the service. The type can be a URL in a VPC or an Lambda function.</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
EndpointType: ServiceEndpointType | undefined;
|
|
1001
1001
|
/**
|
|
1002
|
-
* @public
|
|
1003
1002
|
* <p>The configuration for the URL endpoint type. When creating a route to a service, Refactor Spaces
|
|
1004
1003
|
* automatically resolves the address in the <code>UrlEndpointInput</code> object URL when the
|
|
1005
1004
|
* Domain Name System (DNS) time-to-live (TTL) expires, or every 60 seconds for TTLs less than 60
|
|
1006
1005
|
* seconds.</p>
|
|
1006
|
+
* @public
|
|
1007
1007
|
*/
|
|
1008
1008
|
UrlEndpoint?: UrlEndpointInput;
|
|
1009
1009
|
/**
|
|
1010
|
-
* @public
|
|
1011
1010
|
* <p>The configuration for the Lambda endpoint type.</p>
|
|
1011
|
+
* @public
|
|
1012
1012
|
*/
|
|
1013
1013
|
LambdaEndpoint?: LambdaEndpointInput;
|
|
1014
1014
|
/**
|
|
1015
|
-
* @public
|
|
1016
1015
|
* <p>The tags to assign to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.. </p>
|
|
1016
|
+
* @public
|
|
1017
1017
|
*/
|
|
1018
1018
|
Tags?: Record<string, string>;
|
|
1019
1019
|
/**
|
|
1020
|
-
* @public
|
|
1021
1020
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1022
1021
|
* request.</p>
|
|
1022
|
+
* @public
|
|
1023
1023
|
*/
|
|
1024
1024
|
ClientToken?: string;
|
|
1025
1025
|
}
|
|
@@ -1042,83 +1042,83 @@ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
|
|
|
1042
1042
|
*/
|
|
1043
1043
|
export interface CreateServiceResponse {
|
|
1044
1044
|
/**
|
|
1045
|
-
* @public
|
|
1046
1045
|
* <p>The unique identifier of the service.</p>
|
|
1046
|
+
* @public
|
|
1047
1047
|
*/
|
|
1048
1048
|
ServiceId?: string;
|
|
1049
1049
|
/**
|
|
1050
|
-
* @public
|
|
1051
1050
|
* <p>The name of the service.</p>
|
|
1051
|
+
* @public
|
|
1052
1052
|
*/
|
|
1053
1053
|
Name?: string;
|
|
1054
1054
|
/**
|
|
1055
|
-
* @public
|
|
1056
1055
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1056
|
+
* @public
|
|
1057
1057
|
*/
|
|
1058
1058
|
Arn?: string;
|
|
1059
1059
|
/**
|
|
1060
|
-
* @public
|
|
1061
1060
|
* <p>The Amazon Web Services account ID of the service owner.</p>
|
|
1061
|
+
* @public
|
|
1062
1062
|
*/
|
|
1063
1063
|
OwnerAccountId?: string;
|
|
1064
1064
|
/**
|
|
1065
|
-
* @public
|
|
1066
1065
|
* <p>The Amazon Web Services account ID of the service creator.</p>
|
|
1066
|
+
* @public
|
|
1067
1067
|
*/
|
|
1068
1068
|
CreatedByAccountId?: string;
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* <p>The description of the created service.</p>
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
Description?: string;
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* <p>The unique identifier of the environment.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
EnvironmentId?: string;
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* <p>The ID of the application that the created service belongs to. </p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
ApplicationId?: string;
|
|
1084
1084
|
/**
|
|
1085
|
-
* @public
|
|
1086
1085
|
* <p>The ID of the VPC. </p>
|
|
1086
|
+
* @public
|
|
1087
1087
|
*/
|
|
1088
1088
|
VpcId?: string;
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>The endpoint type of the service.</p>
|
|
1091
|
+
* @public
|
|
1092
1092
|
*/
|
|
1093
1093
|
EndpointType?: ServiceEndpointType;
|
|
1094
1094
|
/**
|
|
1095
|
-
* @public
|
|
1096
1095
|
* <p>The configuration for the URL endpoint type. </p>
|
|
1096
|
+
* @public
|
|
1097
1097
|
*/
|
|
1098
1098
|
UrlEndpoint?: UrlEndpointInput;
|
|
1099
1099
|
/**
|
|
1100
|
-
* @public
|
|
1101
1100
|
* <p>The configuration for the Lambda endpoint type.</p>
|
|
1101
|
+
* @public
|
|
1102
1102
|
*/
|
|
1103
1103
|
LambdaEndpoint?: LambdaEndpointInput;
|
|
1104
1104
|
/**
|
|
1105
|
-
* @public
|
|
1106
1105
|
* <p>The current state of the service. </p>
|
|
1106
|
+
* @public
|
|
1107
1107
|
*/
|
|
1108
1108
|
State?: ServiceState;
|
|
1109
1109
|
/**
|
|
1110
|
-
* @public
|
|
1111
1110
|
* <p>The tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.. </p>
|
|
1111
|
+
* @public
|
|
1112
1112
|
*/
|
|
1113
1113
|
Tags?: Record<string, string>;
|
|
1114
1114
|
/**
|
|
1115
|
-
* @public
|
|
1116
1115
|
* <p>A timestamp that indicates when the service was last updated. </p>
|
|
1116
|
+
* @public
|
|
1117
1117
|
*/
|
|
1118
1118
|
LastUpdatedTime?: Date;
|
|
1119
1119
|
/**
|
|
1120
|
-
* @public
|
|
1121
1120
|
* <p>A timestamp that indicates when the service is created.</p>
|
|
1121
|
+
* @public
|
|
1122
1122
|
*/
|
|
1123
1123
|
CreatedTime?: Date;
|
|
1124
1124
|
}
|
|
@@ -1127,13 +1127,13 @@ export interface CreateServiceResponse {
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
export interface DeleteApplicationRequest {
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p>The ID of the environment. </p>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
EnvironmentIdentifier: string | undefined;
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>The ID of the application.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
ApplicationIdentifier: string | undefined;
|
|
1139
1139
|
}
|
|
@@ -1142,33 +1142,33 @@ export interface DeleteApplicationRequest {
|
|
|
1142
1142
|
*/
|
|
1143
1143
|
export interface DeleteApplicationResponse {
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The name of the application.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
Name?: string;
|
|
1149
1149
|
/**
|
|
1150
|
-
* @public
|
|
1151
1150
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
1151
|
+
* @public
|
|
1152
1152
|
*/
|
|
1153
1153
|
Arn?: string;
|
|
1154
1154
|
/**
|
|
1155
|
-
* @public
|
|
1156
1155
|
* <p>The ID of the application.</p>
|
|
1156
|
+
* @public
|
|
1157
1157
|
*/
|
|
1158
1158
|
ApplicationId?: string;
|
|
1159
1159
|
/**
|
|
1160
|
-
* @public
|
|
1161
1160
|
* <p>The unique identifier of the application’s environment.</p>
|
|
1161
|
+
* @public
|
|
1162
1162
|
*/
|
|
1163
1163
|
EnvironmentId?: string;
|
|
1164
1164
|
/**
|
|
1165
|
-
* @public
|
|
1166
1165
|
* <p>The current state of the application. </p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
State?: ApplicationState;
|
|
1169
1169
|
/**
|
|
1170
|
-
* @public
|
|
1171
1170
|
* <p>A timestamp that indicates when the environment was last updated. </p>
|
|
1171
|
+
* @public
|
|
1172
1172
|
*/
|
|
1173
1173
|
LastUpdatedTime?: Date;
|
|
1174
1174
|
}
|
|
@@ -1177,8 +1177,8 @@ export interface DeleteApplicationResponse {
|
|
|
1177
1177
|
*/
|
|
1178
1178
|
export interface DeleteEnvironmentRequest {
|
|
1179
1179
|
/**
|
|
1180
|
-
* @public
|
|
1181
1180
|
* <p>The ID of the environment. </p>
|
|
1181
|
+
* @public
|
|
1182
1182
|
*/
|
|
1183
1183
|
EnvironmentIdentifier: string | undefined;
|
|
1184
1184
|
}
|
|
@@ -1187,28 +1187,28 @@ export interface DeleteEnvironmentRequest {
|
|
|
1187
1187
|
*/
|
|
1188
1188
|
export interface DeleteEnvironmentResponse {
|
|
1189
1189
|
/**
|
|
1190
|
-
* @public
|
|
1191
1190
|
* <p>The name of the environment.</p>
|
|
1191
|
+
* @public
|
|
1192
1192
|
*/
|
|
1193
1193
|
Name?: string;
|
|
1194
1194
|
/**
|
|
1195
|
-
* @public
|
|
1196
1195
|
* <p>The Amazon Resource Name (ARN) of the environment.</p>
|
|
1196
|
+
* @public
|
|
1197
1197
|
*/
|
|
1198
1198
|
Arn?: string;
|
|
1199
1199
|
/**
|
|
1200
|
-
* @public
|
|
1201
1200
|
* <p>The unique identifier of the environment.</p>
|
|
1201
|
+
* @public
|
|
1202
1202
|
*/
|
|
1203
1203
|
EnvironmentId?: string;
|
|
1204
1204
|
/**
|
|
1205
|
-
* @public
|
|
1206
1205
|
* <p>The current state of the environment. </p>
|
|
1206
|
+
* @public
|
|
1207
1207
|
*/
|
|
1208
1208
|
State?: EnvironmentState;
|
|
1209
1209
|
/**
|
|
1210
|
-
* @public
|
|
1211
1210
|
* <p>A timestamp that indicates when the environment was last updated. </p>
|
|
1211
|
+
* @public
|
|
1212
1212
|
*/
|
|
1213
1213
|
LastUpdatedTime?: Date;
|
|
1214
1214
|
}
|
|
@@ -1217,8 +1217,8 @@ export interface DeleteEnvironmentResponse {
|
|
|
1217
1217
|
*/
|
|
1218
1218
|
export interface DeleteResourcePolicyRequest {
|
|
1219
1219
|
/**
|
|
1220
|
-
* @public
|
|
1221
1220
|
* <p>Amazon Resource Name (ARN) of the resource associated with the policy. </p>
|
|
1221
|
+
* @public
|
|
1222
1222
|
*/
|
|
1223
1223
|
Identifier: string | undefined;
|
|
1224
1224
|
}
|
|
@@ -1232,18 +1232,18 @@ export interface DeleteResourcePolicyResponse {
|
|
|
1232
1232
|
*/
|
|
1233
1233
|
export interface DeleteRouteRequest {
|
|
1234
1234
|
/**
|
|
1235
|
-
* @public
|
|
1236
1235
|
* <p>The ID of the environment to delete the route from.</p>
|
|
1236
|
+
* @public
|
|
1237
1237
|
*/
|
|
1238
1238
|
EnvironmentIdentifier: string | undefined;
|
|
1239
1239
|
/**
|
|
1240
|
-
* @public
|
|
1241
1240
|
* <p>The ID of the application to delete the route from.</p>
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
ApplicationIdentifier: string | undefined;
|
|
1244
1244
|
/**
|
|
1245
|
-
* @public
|
|
1246
1245
|
* <p>The ID of the route to delete.</p>
|
|
1246
|
+
* @public
|
|
1247
1247
|
*/
|
|
1248
1248
|
RouteIdentifier: string | undefined;
|
|
1249
1249
|
}
|
|
@@ -1252,33 +1252,33 @@ export interface DeleteRouteRequest {
|
|
|
1252
1252
|
*/
|
|
1253
1253
|
export interface DeleteRouteResponse {
|
|
1254
1254
|
/**
|
|
1255
|
-
* @public
|
|
1256
1255
|
* <p>The ID of the route to delete.</p>
|
|
1256
|
+
* @public
|
|
1257
1257
|
*/
|
|
1258
1258
|
RouteId?: string;
|
|
1259
1259
|
/**
|
|
1260
|
-
* @public
|
|
1261
1260
|
* <p>The Amazon Resource Name (ARN) of the route.</p>
|
|
1261
|
+
* @public
|
|
1262
1262
|
*/
|
|
1263
1263
|
Arn?: string;
|
|
1264
1264
|
/**
|
|
1265
|
-
* @public
|
|
1266
1265
|
* <p>The ID of the service that the route belongs to.</p>
|
|
1266
|
+
* @public
|
|
1267
1267
|
*/
|
|
1268
1268
|
ServiceId?: string;
|
|
1269
1269
|
/**
|
|
1270
|
-
* @public
|
|
1271
1270
|
* <p>The ID of the application that the route belongs to.</p>
|
|
1271
|
+
* @public
|
|
1272
1272
|
*/
|
|
1273
1273
|
ApplicationId?: string;
|
|
1274
1274
|
/**
|
|
1275
|
-
* @public
|
|
1276
1275
|
* <p>The current state of the route. </p>
|
|
1276
|
+
* @public
|
|
1277
1277
|
*/
|
|
1278
1278
|
State?: RouteState;
|
|
1279
1279
|
/**
|
|
1280
|
-
* @public
|
|
1281
1280
|
* <p>A timestamp that indicates when the route was last updated. </p>
|
|
1281
|
+
* @public
|
|
1282
1282
|
*/
|
|
1283
1283
|
LastUpdatedTime?: Date;
|
|
1284
1284
|
}
|
|
@@ -1287,23 +1287,23 @@ export interface DeleteRouteResponse {
|
|
|
1287
1287
|
*/
|
|
1288
1288
|
export interface DeleteServiceRequest {
|
|
1289
1289
|
/**
|
|
1290
|
-
* @public
|
|
1291
1290
|
* <p>The ID of the environment that the service is in.</p>
|
|
1291
|
+
* @public
|
|
1292
1292
|
*/
|
|
1293
1293
|
EnvironmentIdentifier: string | undefined;
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>Deletes a Refactor Spaces service.</p>
|
|
1297
1296
|
* <note>
|
|
1298
1297
|
* <p>The <code>RefactorSpacesSecurityGroup</code> security group must be removed from all
|
|
1299
1298
|
* Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL
|
|
1300
1299
|
* endpoint in a VPC.</p>
|
|
1301
1300
|
* </note>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
ApplicationIdentifier: string | undefined;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>The ID of the service to delete.</p>
|
|
1306
|
+
* @public
|
|
1307
1307
|
*/
|
|
1308
1308
|
ServiceIdentifier: string | undefined;
|
|
1309
1309
|
}
|
|
@@ -1312,147 +1312,147 @@ export interface DeleteServiceRequest {
|
|
|
1312
1312
|
*/
|
|
1313
1313
|
export interface DeleteServiceResponse {
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>The unique identifier of the service.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
ServiceId?: string;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>The name of the service.</p>
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
Name?: string;
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1326
|
+
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
Arn?: string;
|
|
1329
1329
|
/**
|
|
1330
|
-
* @public
|
|
1331
1330
|
* <p>The unique identifier of the environment.</p>
|
|
1331
|
+
* @public
|
|
1332
1332
|
*/
|
|
1333
1333
|
EnvironmentId?: string;
|
|
1334
1334
|
/**
|
|
1335
|
-
* @public
|
|
1336
1335
|
* <p>The ID of the application that the service is in.</p>
|
|
1336
|
+
* @public
|
|
1337
1337
|
*/
|
|
1338
1338
|
ApplicationId?: string;
|
|
1339
1339
|
/**
|
|
1340
|
-
* @public
|
|
1341
1340
|
* <p>The current state of the service. </p>
|
|
1341
|
+
* @public
|
|
1342
1342
|
*/
|
|
1343
1343
|
State?: ServiceState;
|
|
1344
1344
|
/**
|
|
1345
|
-
* @public
|
|
1346
1345
|
* <p>A timestamp that indicates when the service was last updated. </p>
|
|
1346
|
+
* @public
|
|
1347
1347
|
*/
|
|
1348
1348
|
LastUpdatedTime?: Date;
|
|
1349
1349
|
}
|
|
1350
1350
|
/**
|
|
1351
|
-
* @public
|
|
1352
1351
|
* <p>The summary information for environments as a response to <code>ListEnvironments</code>.
|
|
1353
1352
|
* </p>
|
|
1353
|
+
* @public
|
|
1354
1354
|
*/
|
|
1355
1355
|
export interface EnvironmentSummary {
|
|
1356
1356
|
/**
|
|
1357
|
-
* @public
|
|
1358
1357
|
* <p>The name of the environment. </p>
|
|
1358
|
+
* @public
|
|
1359
1359
|
*/
|
|
1360
1360
|
Name?: string;
|
|
1361
1361
|
/**
|
|
1362
|
-
* @public
|
|
1363
1362
|
* <p>The Amazon Resource Name (ARN) of the environment. </p>
|
|
1363
|
+
* @public
|
|
1364
1364
|
*/
|
|
1365
1365
|
Arn?: string;
|
|
1366
1366
|
/**
|
|
1367
|
-
* @public
|
|
1368
1367
|
* <p>A description of the environment. </p>
|
|
1368
|
+
* @public
|
|
1369
1369
|
*/
|
|
1370
1370
|
Description?: string;
|
|
1371
1371
|
/**
|
|
1372
|
-
* @public
|
|
1373
1372
|
* <p>The unique identifier of the environment. </p>
|
|
1373
|
+
* @public
|
|
1374
1374
|
*/
|
|
1375
1375
|
EnvironmentId?: string;
|
|
1376
1376
|
/**
|
|
1377
|
-
* @public
|
|
1378
1377
|
* <p>The network fabric type of the environment. </p>
|
|
1378
|
+
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
NetworkFabricType?: NetworkFabricType;
|
|
1381
1381
|
/**
|
|
1382
|
-
* @public
|
|
1383
1382
|
* <p>The Amazon Web Services account ID of the environment owner.</p>
|
|
1383
|
+
* @public
|
|
1384
1384
|
*/
|
|
1385
1385
|
OwnerAccountId?: string;
|
|
1386
1386
|
/**
|
|
1387
|
-
* @public
|
|
1388
1387
|
* <p>The ID of the Transit Gateway set up by the environment. </p>
|
|
1388
|
+
* @public
|
|
1389
1389
|
*/
|
|
1390
1390
|
TransitGatewayId?: string;
|
|
1391
1391
|
/**
|
|
1392
|
-
* @public
|
|
1393
1392
|
* <p>The current state of the environment. </p>
|
|
1393
|
+
* @public
|
|
1394
1394
|
*/
|
|
1395
1395
|
State?: EnvironmentState;
|
|
1396
1396
|
/**
|
|
1397
|
-
* @public
|
|
1398
1397
|
* <p>The tags assigned to the environment. </p>
|
|
1398
|
+
* @public
|
|
1399
1399
|
*/
|
|
1400
1400
|
Tags?: Record<string, string>;
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>Any error associated with the environment resource. </p>
|
|
1403
|
+
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
Error?: ErrorResponse;
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>A timestamp that indicates when the environment was last updated. </p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
LastUpdatedTime?: Date;
|
|
1411
1411
|
/**
|
|
1412
|
-
* @public
|
|
1413
1412
|
* <p>A timestamp that indicates when the environment is created. </p>
|
|
1413
|
+
* @public
|
|
1414
1414
|
*/
|
|
1415
1415
|
CreatedTime?: Date;
|
|
1416
1416
|
}
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>Provides summary information for the <code>EnvironmentVpc</code> resource as a response to
|
|
1420
1419
|
* <code>ListEnvironmentVpc</code>.</p>
|
|
1420
|
+
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
export interface EnvironmentVpc {
|
|
1423
1423
|
/**
|
|
1424
|
-
* @public
|
|
1425
1424
|
* <p>The unique identifier of the environment. </p>
|
|
1425
|
+
* @public
|
|
1426
1426
|
*/
|
|
1427
1427
|
EnvironmentId?: string;
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* <p>The ID of the VPC. </p>
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
VpcId?: string;
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>The Amazon Web Services account ID of the virtual private cloud (VPC) owner. </p>
|
|
1435
|
+
* @public
|
|
1436
1436
|
*/
|
|
1437
1437
|
AccountId?: string;
|
|
1438
1438
|
/**
|
|
1439
|
-
* @public
|
|
1440
1439
|
* <p>The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks. </p>
|
|
1440
|
+
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
CidrBlocks?: string[];
|
|
1443
1443
|
/**
|
|
1444
|
-
* @public
|
|
1445
1444
|
* <p>The name of the VPC at the time it is added to the environment. </p>
|
|
1445
|
+
* @public
|
|
1446
1446
|
*/
|
|
1447
1447
|
VpcName?: string;
|
|
1448
1448
|
/**
|
|
1449
|
-
* @public
|
|
1450
1449
|
* <p>A timestamp that indicates when the VPC was last updated by the environment. </p>
|
|
1450
|
+
* @public
|
|
1451
1451
|
*/
|
|
1452
1452
|
LastUpdatedTime?: Date;
|
|
1453
1453
|
/**
|
|
1454
|
-
* @public
|
|
1455
1454
|
* <p>A timestamp that indicates when the VPC is first added to the environment. </p>
|
|
1455
|
+
* @public
|
|
1456
1456
|
*/
|
|
1457
1457
|
CreatedTime?: Date;
|
|
1458
1458
|
}
|
|
@@ -1461,13 +1461,13 @@ export interface EnvironmentVpc {
|
|
|
1461
1461
|
*/
|
|
1462
1462
|
export interface GetApplicationRequest {
|
|
1463
1463
|
/**
|
|
1464
|
-
* @public
|
|
1465
1464
|
* <p>The ID of the environment. </p>
|
|
1465
|
+
* @public
|
|
1466
1466
|
*/
|
|
1467
1467
|
EnvironmentIdentifier: string | undefined;
|
|
1468
1468
|
/**
|
|
1469
|
-
* @public
|
|
1470
1469
|
* <p>The ID of the application.</p>
|
|
1470
|
+
* @public
|
|
1471
1471
|
*/
|
|
1472
1472
|
ApplicationIdentifier: string | undefined;
|
|
1473
1473
|
}
|
|
@@ -1476,74 +1476,74 @@ export interface GetApplicationRequest {
|
|
|
1476
1476
|
*/
|
|
1477
1477
|
export interface GetApplicationResponse {
|
|
1478
1478
|
/**
|
|
1479
|
-
* @public
|
|
1480
1479
|
* <p>The name of the application.</p>
|
|
1480
|
+
* @public
|
|
1481
1481
|
*/
|
|
1482
1482
|
Name?: string;
|
|
1483
1483
|
/**
|
|
1484
|
-
* @public
|
|
1485
1484
|
* <p>The Amazon Resource Name (ARN) of the application.</p>
|
|
1485
|
+
* @public
|
|
1486
1486
|
*/
|
|
1487
1487
|
Arn?: string;
|
|
1488
1488
|
/**
|
|
1489
|
-
* @public
|
|
1490
1489
|
* <p>The Amazon Web Services account ID of the application owner (which is always the same as
|
|
1491
1490
|
* the environment owner account ID).</p>
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
OwnerAccountId?: string;
|
|
1494
1494
|
/**
|
|
1495
|
-
* @public
|
|
1496
1495
|
* <p>The Amazon Web Services account ID of the application creator. </p>
|
|
1496
|
+
* @public
|
|
1497
1497
|
*/
|
|
1498
1498
|
CreatedByAccountId?: string;
|
|
1499
1499
|
/**
|
|
1500
|
-
* @public
|
|
1501
1500
|
* <p>The unique identifier of the application.</p>
|
|
1501
|
+
* @public
|
|
1502
1502
|
*/
|
|
1503
1503
|
ApplicationId?: string;
|
|
1504
1504
|
/**
|
|
1505
|
-
* @public
|
|
1506
1505
|
* <p>The unique identifier of the environment.</p>
|
|
1506
|
+
* @public
|
|
1507
1507
|
*/
|
|
1508
1508
|
EnvironmentId?: string;
|
|
1509
1509
|
/**
|
|
1510
|
-
* @public
|
|
1511
1510
|
* <p>The ID of the virtual private cloud (VPC). </p>
|
|
1511
|
+
* @public
|
|
1512
1512
|
*/
|
|
1513
1513
|
VpcId?: string;
|
|
1514
1514
|
/**
|
|
1515
|
-
* @public
|
|
1516
1515
|
* <p>The proxy type of the proxy created within the application. </p>
|
|
1516
|
+
* @public
|
|
1517
1517
|
*/
|
|
1518
1518
|
ProxyType?: ProxyType;
|
|
1519
1519
|
/**
|
|
1520
|
-
* @public
|
|
1521
1520
|
* <p>The endpoint URL of the API Gateway proxy. </p>
|
|
1521
|
+
* @public
|
|
1522
1522
|
*/
|
|
1523
1523
|
ApiGatewayProxy?: ApiGatewayProxyConfig;
|
|
1524
1524
|
/**
|
|
1525
|
-
* @public
|
|
1526
1525
|
* <p>The current state of the application. </p>
|
|
1526
|
+
* @public
|
|
1527
1527
|
*/
|
|
1528
1528
|
State?: ApplicationState;
|
|
1529
1529
|
/**
|
|
1530
|
-
* @public
|
|
1531
1530
|
* <p>The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
1531
|
+
* @public
|
|
1532
1532
|
*/
|
|
1533
1533
|
Tags?: Record<string, string>;
|
|
1534
1534
|
/**
|
|
1535
|
-
* @public
|
|
1536
1535
|
* <p>Any error associated with the application resource. </p>
|
|
1536
|
+
* @public
|
|
1537
1537
|
*/
|
|
1538
1538
|
Error?: ErrorResponse;
|
|
1539
1539
|
/**
|
|
1540
|
-
* @public
|
|
1541
1540
|
* <p>A timestamp that indicates when the application was last updated. </p>
|
|
1541
|
+
* @public
|
|
1542
1542
|
*/
|
|
1543
1543
|
LastUpdatedTime?: Date;
|
|
1544
1544
|
/**
|
|
1545
|
-
* @public
|
|
1546
1545
|
* <p>A timestamp that indicates when the application is created. </p>
|
|
1546
|
+
* @public
|
|
1547
1547
|
*/
|
|
1548
1548
|
CreatedTime?: Date;
|
|
1549
1549
|
}
|
|
@@ -1552,8 +1552,8 @@ export interface GetApplicationResponse {
|
|
|
1552
1552
|
*/
|
|
1553
1553
|
export interface GetEnvironmentRequest {
|
|
1554
1554
|
/**
|
|
1555
|
-
* @public
|
|
1556
1555
|
* <p>The ID of the environment.</p>
|
|
1556
|
+
* @public
|
|
1557
1557
|
*/
|
|
1558
1558
|
EnvironmentIdentifier: string | undefined;
|
|
1559
1559
|
}
|
|
@@ -1562,63 +1562,63 @@ export interface GetEnvironmentRequest {
|
|
|
1562
1562
|
*/
|
|
1563
1563
|
export interface GetEnvironmentResponse {
|
|
1564
1564
|
/**
|
|
1565
|
-
* @public
|
|
1566
1565
|
* <p>The name of the environment.</p>
|
|
1566
|
+
* @public
|
|
1567
1567
|
*/
|
|
1568
1568
|
Name?: string;
|
|
1569
1569
|
/**
|
|
1570
|
-
* @public
|
|
1571
1570
|
* <p>The Amazon Resource Name (ARN) of the environment.</p>
|
|
1571
|
+
* @public
|
|
1572
1572
|
*/
|
|
1573
1573
|
Arn?: string;
|
|
1574
1574
|
/**
|
|
1575
|
-
* @public
|
|
1576
1575
|
* <p>The description of the environment. </p>
|
|
1576
|
+
* @public
|
|
1577
1577
|
*/
|
|
1578
1578
|
Description?: string;
|
|
1579
1579
|
/**
|
|
1580
|
-
* @public
|
|
1581
1580
|
* <p>The unique identifier of the environment. </p>
|
|
1581
|
+
* @public
|
|
1582
1582
|
*/
|
|
1583
1583
|
EnvironmentId?: string;
|
|
1584
1584
|
/**
|
|
1585
|
-
* @public
|
|
1586
1585
|
* <p>The network fabric type of the environment. </p>
|
|
1586
|
+
* @public
|
|
1587
1587
|
*/
|
|
1588
1588
|
NetworkFabricType?: NetworkFabricType;
|
|
1589
1589
|
/**
|
|
1590
|
-
* @public
|
|
1591
1590
|
* <p>The Amazon Web Services account ID of the environment owner.</p>
|
|
1591
|
+
* @public
|
|
1592
1592
|
*/
|
|
1593
1593
|
OwnerAccountId?: string;
|
|
1594
1594
|
/**
|
|
1595
|
-
* @public
|
|
1596
1595
|
* <p>The ID of the Transit Gateway set up by the environment, if applicable.</p>
|
|
1596
|
+
* @public
|
|
1597
1597
|
*/
|
|
1598
1598
|
TransitGatewayId?: string;
|
|
1599
1599
|
/**
|
|
1600
|
-
* @public
|
|
1601
1600
|
* <p>The current state of the environment. </p>
|
|
1601
|
+
* @public
|
|
1602
1602
|
*/
|
|
1603
1603
|
State?: EnvironmentState;
|
|
1604
1604
|
/**
|
|
1605
|
-
* @public
|
|
1606
1605
|
* <p>The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
1606
|
+
* @public
|
|
1607
1607
|
*/
|
|
1608
1608
|
Tags?: Record<string, string>;
|
|
1609
1609
|
/**
|
|
1610
|
-
* @public
|
|
1611
1610
|
* <p>Any error associated with the environment resource. </p>
|
|
1611
|
+
* @public
|
|
1612
1612
|
*/
|
|
1613
1613
|
Error?: ErrorResponse;
|
|
1614
1614
|
/**
|
|
1615
|
-
* @public
|
|
1616
1615
|
* <p>A timestamp that indicates when the environment was last updated. </p>
|
|
1616
|
+
* @public
|
|
1617
1617
|
*/
|
|
1618
1618
|
LastUpdatedTime?: Date;
|
|
1619
1619
|
/**
|
|
1620
|
-
* @public
|
|
1621
1620
|
* <p>A timestamp that indicates when the environment is created. </p>
|
|
1621
|
+
* @public
|
|
1622
1622
|
*/
|
|
1623
1623
|
CreatedTime?: Date;
|
|
1624
1624
|
}
|
|
@@ -1627,8 +1627,8 @@ export interface GetEnvironmentResponse {
|
|
|
1627
1627
|
*/
|
|
1628
1628
|
export interface GetResourcePolicyRequest {
|
|
1629
1629
|
/**
|
|
1630
|
-
* @public
|
|
1631
1630
|
* <p>The Amazon Resource Name (ARN) of the resource associated with the policy. </p>
|
|
1631
|
+
* @public
|
|
1632
1632
|
*/
|
|
1633
1633
|
Identifier: string | undefined;
|
|
1634
1634
|
}
|
|
@@ -1637,8 +1637,8 @@ export interface GetResourcePolicyRequest {
|
|
|
1637
1637
|
*/
|
|
1638
1638
|
export interface GetResourcePolicyResponse {
|
|
1639
1639
|
/**
|
|
1640
|
-
* @public
|
|
1641
1640
|
* <p>A JSON-formatted string for an Amazon Web Services resource-based policy. </p>
|
|
1641
|
+
* @public
|
|
1642
1642
|
*/
|
|
1643
1643
|
Policy?: string;
|
|
1644
1644
|
}
|
|
@@ -1647,18 +1647,18 @@ export interface GetResourcePolicyResponse {
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
export interface GetRouteRequest {
|
|
1649
1649
|
/**
|
|
1650
|
-
* @public
|
|
1651
1650
|
* <p>The ID of the environment.</p>
|
|
1651
|
+
* @public
|
|
1652
1652
|
*/
|
|
1653
1653
|
EnvironmentIdentifier: string | undefined;
|
|
1654
1654
|
/**
|
|
1655
|
-
* @public
|
|
1656
1655
|
* <p>The ID of the application. </p>
|
|
1656
|
+
* @public
|
|
1657
1657
|
*/
|
|
1658
1658
|
ApplicationIdentifier: string | undefined;
|
|
1659
1659
|
/**
|
|
1660
|
-
* @public
|
|
1661
1660
|
* <p>The ID of the route.</p>
|
|
1661
|
+
* @public
|
|
1662
1662
|
*/
|
|
1663
1663
|
RouteIdentifier: string | undefined;
|
|
1664
1664
|
}
|
|
@@ -1667,7 +1667,6 @@ export interface GetRouteRequest {
|
|
|
1667
1667
|
*/
|
|
1668
1668
|
export interface GetRouteResponse {
|
|
1669
1669
|
/**
|
|
1670
|
-
* @public
|
|
1671
1670
|
* <p>The unique identifier of the route.</p>
|
|
1672
1671
|
* <p>
|
|
1673
1672
|
* <b>DEFAULT</b>: All traffic that does not match another route is
|
|
@@ -1675,96 +1674,97 @@ export interface GetRouteResponse {
|
|
|
1675
1674
|
* can be created.</p>
|
|
1676
1675
|
* <p>
|
|
1677
1676
|
* <b>URI_PATH</b>: A route that is based on a URI path.</p>
|
|
1677
|
+
* @public
|
|
1678
1678
|
*/
|
|
1679
1679
|
RouteId?: string;
|
|
1680
1680
|
/**
|
|
1681
|
-
* @public
|
|
1682
1681
|
* <p>The Amazon Resource Name (ARN) of the route.</p>
|
|
1682
|
+
* @public
|
|
1683
1683
|
*/
|
|
1684
1684
|
Arn?: string;
|
|
1685
1685
|
/**
|
|
1686
|
-
* @public
|
|
1687
1686
|
* <p>The Amazon Web Services account ID of the route owner.</p>
|
|
1687
|
+
* @public
|
|
1688
1688
|
*/
|
|
1689
1689
|
OwnerAccountId?: string;
|
|
1690
1690
|
/**
|
|
1691
|
-
* @public
|
|
1692
1691
|
* <p>The Amazon Web Services account ID of the route creator.</p>
|
|
1692
|
+
* @public
|
|
1693
1693
|
*/
|
|
1694
1694
|
CreatedByAccountId?: string;
|
|
1695
1695
|
/**
|
|
1696
|
-
* @public
|
|
1697
1696
|
* <p>The type of route.</p>
|
|
1697
|
+
* @public
|
|
1698
1698
|
*/
|
|
1699
1699
|
RouteType?: RouteType;
|
|
1700
1700
|
/**
|
|
1701
|
-
* @public
|
|
1702
1701
|
* <p>The unique identifier of the service.</p>
|
|
1702
|
+
* @public
|
|
1703
1703
|
*/
|
|
1704
1704
|
ServiceId?: string;
|
|
1705
1705
|
/**
|
|
1706
|
-
* @public
|
|
1707
1706
|
* <p>The ID of the application that the route belongs to. </p>
|
|
1707
|
+
* @public
|
|
1708
1708
|
*/
|
|
1709
1709
|
ApplicationId?: string;
|
|
1710
1710
|
/**
|
|
1711
|
-
* @public
|
|
1712
1711
|
* <p>Unique identifier of the environment.</p>
|
|
1712
|
+
* @public
|
|
1713
1713
|
*/
|
|
1714
1714
|
EnvironmentId?: string;
|
|
1715
1715
|
/**
|
|
1716
|
-
* @public
|
|
1717
1716
|
* <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
|
|
1718
1717
|
* the base of the application. To use path parameters in the source path, add a variable in curly braces.
|
|
1719
1718
|
* For example, the resource path \{user\} represents a path parameter called 'user'.</p>
|
|
1719
|
+
* @public
|
|
1720
1720
|
*/
|
|
1721
1721
|
SourcePath?: string;
|
|
1722
1722
|
/**
|
|
1723
|
-
* @public
|
|
1724
1723
|
* <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
|
|
1725
1724
|
* only HTTP requests using that method are forwarded to this route’s service. </p>
|
|
1725
|
+
* @public
|
|
1726
1726
|
*/
|
|
1727
1727
|
Methods?: HttpMethod[];
|
|
1728
1728
|
/**
|
|
1729
|
-
* @public
|
|
1730
1729
|
* <p>Indicates whether to match all subpaths of the given source path. If this value is
|
|
1731
1730
|
* <code>false</code>, requests must match the source path exactly before they are forwarded to
|
|
1732
1731
|
* this route's service. </p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
IncludeChildPaths?: boolean;
|
|
1735
1735
|
/**
|
|
1736
|
-
* @public
|
|
1737
1736
|
* <p>A mapping of Amazon API Gateway path resources to resource IDs. </p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
PathResourceToId?: Record<string, string>;
|
|
1740
1740
|
/**
|
|
1741
|
-
* @public
|
|
1742
1741
|
* <p>The current state of the route. </p>
|
|
1742
|
+
* @public
|
|
1743
1743
|
*/
|
|
1744
1744
|
State?: RouteState;
|
|
1745
1745
|
/**
|
|
1746
|
-
* @public
|
|
1747
1746
|
* <p>The tags assigned to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
1747
|
+
* @public
|
|
1748
1748
|
*/
|
|
1749
1749
|
Tags?: Record<string, string>;
|
|
1750
1750
|
/**
|
|
1751
|
-
* @public
|
|
1752
1751
|
* <p>Any error associated with the route resource. </p>
|
|
1752
|
+
* @public
|
|
1753
1753
|
*/
|
|
1754
1754
|
Error?: ErrorResponse;
|
|
1755
1755
|
/**
|
|
1756
|
-
* @public
|
|
1757
1756
|
* <p>A timestamp that indicates when the route was last updated. </p>
|
|
1757
|
+
* @public
|
|
1758
1758
|
*/
|
|
1759
1759
|
LastUpdatedTime?: Date;
|
|
1760
1760
|
/**
|
|
1761
|
-
* @public
|
|
1762
1761
|
* <p>The timestamp of when the route is created. </p>
|
|
1762
|
+
* @public
|
|
1763
1763
|
*/
|
|
1764
1764
|
CreatedTime?: Date;
|
|
1765
1765
|
/**
|
|
1766
|
-
* @public
|
|
1767
1766
|
* <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
|
|
1767
|
+
* @public
|
|
1768
1768
|
*/
|
|
1769
1769
|
AppendSourcePath?: boolean;
|
|
1770
1770
|
}
|
|
@@ -1773,45 +1773,45 @@ export interface GetRouteResponse {
|
|
|
1773
1773
|
*/
|
|
1774
1774
|
export interface GetServiceRequest {
|
|
1775
1775
|
/**
|
|
1776
|
-
* @public
|
|
1777
1776
|
* <p>The ID of the environment.</p>
|
|
1777
|
+
* @public
|
|
1778
1778
|
*/
|
|
1779
1779
|
EnvironmentIdentifier: string | undefined;
|
|
1780
1780
|
/**
|
|
1781
|
-
* @public
|
|
1782
1781
|
* <p>The ID of the application.</p>
|
|
1782
|
+
* @public
|
|
1783
1783
|
*/
|
|
1784
1784
|
ApplicationIdentifier: string | undefined;
|
|
1785
1785
|
/**
|
|
1786
|
-
* @public
|
|
1787
1786
|
* <p>The ID of the service.</p>
|
|
1787
|
+
* @public
|
|
1788
1788
|
*/
|
|
1789
1789
|
ServiceIdentifier: string | undefined;
|
|
1790
1790
|
}
|
|
1791
1791
|
/**
|
|
1792
|
-
* @public
|
|
1793
1792
|
* <p>The configuration for the Lambda endpoint type. </p>
|
|
1793
|
+
* @public
|
|
1794
1794
|
*/
|
|
1795
1795
|
export interface LambdaEndpointConfig {
|
|
1796
1796
|
/**
|
|
1797
|
-
* @public
|
|
1798
1797
|
* <p>The Amazon Resource Name (ARN) of the Lambda endpoint. </p>
|
|
1798
|
+
* @public
|
|
1799
1799
|
*/
|
|
1800
1800
|
Arn?: string;
|
|
1801
1801
|
}
|
|
1802
1802
|
/**
|
|
1803
|
-
* @public
|
|
1804
1803
|
* <p>The configuration for the URL endpoint type. </p>
|
|
1804
|
+
* @public
|
|
1805
1805
|
*/
|
|
1806
1806
|
export interface UrlEndpointConfig {
|
|
1807
1807
|
/**
|
|
1808
|
-
* @public
|
|
1809
1808
|
* <p>The HTTP URL endpoint. </p>
|
|
1809
|
+
* @public
|
|
1810
1810
|
*/
|
|
1811
1811
|
Url?: string;
|
|
1812
1812
|
/**
|
|
1813
|
-
* @public
|
|
1814
1813
|
* <p>The health check URL of the URL endpoint type. </p>
|
|
1814
|
+
* @public
|
|
1815
1815
|
*/
|
|
1816
1816
|
HealthUrl?: string;
|
|
1817
1817
|
}
|
|
@@ -1820,98 +1820,98 @@ export interface UrlEndpointConfig {
|
|
|
1820
1820
|
*/
|
|
1821
1821
|
export interface GetServiceResponse {
|
|
1822
1822
|
/**
|
|
1823
|
-
* @public
|
|
1824
1823
|
* <p>The unique identifier of the service.</p>
|
|
1824
|
+
* @public
|
|
1825
1825
|
*/
|
|
1826
1826
|
ServiceId?: string;
|
|
1827
1827
|
/**
|
|
1828
|
-
* @public
|
|
1829
1828
|
* <p>The name of the service.</p>
|
|
1829
|
+
* @public
|
|
1830
1830
|
*/
|
|
1831
1831
|
Name?: string;
|
|
1832
1832
|
/**
|
|
1833
|
-
* @public
|
|
1834
1833
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1834
|
+
* @public
|
|
1835
1835
|
*/
|
|
1836
1836
|
Arn?: string;
|
|
1837
1837
|
/**
|
|
1838
|
-
* @public
|
|
1839
1838
|
* <p>The Amazon Web Services account ID of the service owner.</p>
|
|
1839
|
+
* @public
|
|
1840
1840
|
*/
|
|
1841
1841
|
OwnerAccountId?: string;
|
|
1842
1842
|
/**
|
|
1843
|
-
* @public
|
|
1844
1843
|
* <p>The Amazon Web Services account ID of the service creator.</p>
|
|
1844
|
+
* @public
|
|
1845
1845
|
*/
|
|
1846
1846
|
CreatedByAccountId?: string;
|
|
1847
1847
|
/**
|
|
1848
|
-
* @public
|
|
1849
1848
|
* <p>The description of the service. </p>
|
|
1849
|
+
* @public
|
|
1850
1850
|
*/
|
|
1851
1851
|
Description?: string;
|
|
1852
1852
|
/**
|
|
1853
|
-
* @public
|
|
1854
1853
|
* <p>The unique identifier of the environment.</p>
|
|
1854
|
+
* @public
|
|
1855
1855
|
*/
|
|
1856
1856
|
EnvironmentId?: string;
|
|
1857
1857
|
/**
|
|
1858
|
-
* @public
|
|
1859
1858
|
* <p>The ID of the application.</p>
|
|
1859
|
+
* @public
|
|
1860
1860
|
*/
|
|
1861
1861
|
ApplicationId?: string;
|
|
1862
1862
|
/**
|
|
1863
|
-
* @public
|
|
1864
1863
|
* <p>The ID of the virtual private cloud (VPC). </p>
|
|
1864
|
+
* @public
|
|
1865
1865
|
*/
|
|
1866
1866
|
VpcId?: string;
|
|
1867
1867
|
/**
|
|
1868
|
-
* @public
|
|
1869
1868
|
* <p>The endpoint type of the service.</p>
|
|
1869
|
+
* @public
|
|
1870
1870
|
*/
|
|
1871
1871
|
EndpointType?: ServiceEndpointType;
|
|
1872
1872
|
/**
|
|
1873
|
-
* @public
|
|
1874
1873
|
* <p>The configuration for the URL endpoint type.</p>
|
|
1875
1874
|
* <p>The <b>Url</b> isthe URL of the endpoint type.</p>
|
|
1876
1875
|
* <p>The <b>HealthUrl</b> is the health check URL of the endpoint
|
|
1877
1876
|
* type. </p>
|
|
1877
|
+
* @public
|
|
1878
1878
|
*/
|
|
1879
1879
|
UrlEndpoint?: UrlEndpointConfig;
|
|
1880
1880
|
/**
|
|
1881
|
-
* @public
|
|
1882
1881
|
* <p>The configuration for the Lambda endpoint type.</p>
|
|
1883
1882
|
* <p>The <b>Arn</b> is the Amazon Resource Name (ARN) of the Lambda function associated with this service. </p>
|
|
1883
|
+
* @public
|
|
1884
1884
|
*/
|
|
1885
1885
|
LambdaEndpoint?: LambdaEndpointConfig;
|
|
1886
1886
|
/**
|
|
1887
|
-
* @public
|
|
1888
1887
|
* <p>The current state of the service. </p>
|
|
1888
|
+
* @public
|
|
1889
1889
|
*/
|
|
1890
1890
|
State?: ServiceState;
|
|
1891
1891
|
/**
|
|
1892
|
-
* @public
|
|
1893
1892
|
* <p>The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair. </p>
|
|
1893
|
+
* @public
|
|
1894
1894
|
*/
|
|
1895
1895
|
Tags?: Record<string, string>;
|
|
1896
1896
|
/**
|
|
1897
|
-
* @public
|
|
1898
1897
|
* <p>Any error associated with the service resource. </p>
|
|
1898
|
+
* @public
|
|
1899
1899
|
*/
|
|
1900
1900
|
Error?: ErrorResponse;
|
|
1901
1901
|
/**
|
|
1902
|
-
* @public
|
|
1903
1902
|
* <p>A timestamp that indicates when the service was last updated. </p>
|
|
1903
|
+
* @public
|
|
1904
1904
|
*/
|
|
1905
1905
|
LastUpdatedTime?: Date;
|
|
1906
1906
|
/**
|
|
1907
|
-
* @public
|
|
1908
1907
|
* <p>The timestamp of when the service is created.</p>
|
|
1908
|
+
* @public
|
|
1909
1909
|
*/
|
|
1910
1910
|
CreatedTime?: Date;
|
|
1911
1911
|
}
|
|
1912
1912
|
/**
|
|
1913
|
-
* @public
|
|
1914
1913
|
* <p>The resource policy is not valid.</p>
|
|
1914
|
+
* @public
|
|
1915
1915
|
*/
|
|
1916
1916
|
export declare class InvalidResourcePolicyException extends __BaseException {
|
|
1917
1917
|
readonly name: "InvalidResourcePolicyException";
|
|
@@ -1923,13 +1923,13 @@ export declare class InvalidResourcePolicyException extends __BaseException {
|
|
|
1923
1923
|
constructor(opts: __ExceptionOptionType<InvalidResourcePolicyException, __BaseException>);
|
|
1924
1924
|
}
|
|
1925
1925
|
/**
|
|
1926
|
-
* @public
|
|
1927
1926
|
* <p>The summary for the Lambda endpoint type. </p>
|
|
1927
|
+
* @public
|
|
1928
1928
|
*/
|
|
1929
1929
|
export interface LambdaEndpointSummary {
|
|
1930
1930
|
/**
|
|
1931
|
-
* @public
|
|
1932
1931
|
* <p>The Amazon Resource Name (ARN) of the Lambda endpoint. </p>
|
|
1932
|
+
* @public
|
|
1933
1933
|
*/
|
|
1934
1934
|
Arn?: string;
|
|
1935
1935
|
}
|
|
@@ -1938,19 +1938,19 @@ export interface LambdaEndpointSummary {
|
|
|
1938
1938
|
*/
|
|
1939
1939
|
export interface ListApplicationsRequest {
|
|
1940
1940
|
/**
|
|
1941
|
-
* @public
|
|
1942
1941
|
* <p>The ID of the environment. </p>
|
|
1942
|
+
* @public
|
|
1943
1943
|
*/
|
|
1944
1944
|
EnvironmentIdentifier: string | undefined;
|
|
1945
1945
|
/**
|
|
1946
|
-
* @public
|
|
1947
1946
|
* <p>The token for the next page of results.</p>
|
|
1947
|
+
* @public
|
|
1948
1948
|
*/
|
|
1949
1949
|
NextToken?: string;
|
|
1950
1950
|
/**
|
|
1951
|
-
* @public
|
|
1952
1951
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
1953
1952
|
* results, make another call with the returned <code>nextToken</code> value.</p>
|
|
1953
|
+
* @public
|
|
1954
1954
|
*/
|
|
1955
1955
|
MaxResults?: number;
|
|
1956
1956
|
}
|
|
@@ -1959,13 +1959,13 @@ export interface ListApplicationsRequest {
|
|
|
1959
1959
|
*/
|
|
1960
1960
|
export interface ListApplicationsResponse {
|
|
1961
1961
|
/**
|
|
1962
|
-
* @public
|
|
1963
1962
|
* <p>The list of <code>ApplicationSummary</code> objects. </p>
|
|
1963
|
+
* @public
|
|
1964
1964
|
*/
|
|
1965
1965
|
ApplicationSummaryList?: ApplicationSummary[];
|
|
1966
1966
|
/**
|
|
1967
|
-
* @public
|
|
1968
1967
|
* <p>The token for the next page of results.</p>
|
|
1968
|
+
* @public
|
|
1969
1969
|
*/
|
|
1970
1970
|
NextToken?: string;
|
|
1971
1971
|
}
|
|
@@ -1974,14 +1974,14 @@ export interface ListApplicationsResponse {
|
|
|
1974
1974
|
*/
|
|
1975
1975
|
export interface ListEnvironmentsRequest {
|
|
1976
1976
|
/**
|
|
1977
|
-
* @public
|
|
1978
1977
|
* <p>The token for the next page of results.</p>
|
|
1978
|
+
* @public
|
|
1979
1979
|
*/
|
|
1980
1980
|
NextToken?: string;
|
|
1981
1981
|
/**
|
|
1982
|
-
* @public
|
|
1983
1982
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
1984
1983
|
* results, make another call with the returned <code>nextToken</code> value.</p>
|
|
1984
|
+
* @public
|
|
1985
1985
|
*/
|
|
1986
1986
|
MaxResults?: number;
|
|
1987
1987
|
}
|
|
@@ -1990,13 +1990,13 @@ export interface ListEnvironmentsRequest {
|
|
|
1990
1990
|
*/
|
|
1991
1991
|
export interface ListEnvironmentsResponse {
|
|
1992
1992
|
/**
|
|
1993
|
-
* @public
|
|
1994
1993
|
* <p>The list of <code>EnvironmentSummary</code> objects. </p>
|
|
1994
|
+
* @public
|
|
1995
1995
|
*/
|
|
1996
1996
|
EnvironmentSummaryList?: EnvironmentSummary[];
|
|
1997
1997
|
/**
|
|
1998
|
-
* @public
|
|
1999
1998
|
* <p>The token for the next page of results.</p>
|
|
1999
|
+
* @public
|
|
2000
2000
|
*/
|
|
2001
2001
|
NextToken?: string;
|
|
2002
2002
|
}
|
|
@@ -2005,19 +2005,19 @@ export interface ListEnvironmentsResponse {
|
|
|
2005
2005
|
*/
|
|
2006
2006
|
export interface ListEnvironmentVpcsRequest {
|
|
2007
2007
|
/**
|
|
2008
|
-
* @public
|
|
2009
2008
|
* <p>The ID of the environment. </p>
|
|
2009
|
+
* @public
|
|
2010
2010
|
*/
|
|
2011
2011
|
EnvironmentIdentifier: string | undefined;
|
|
2012
2012
|
/**
|
|
2013
|
-
* @public
|
|
2014
2013
|
* <p>The token for the next page of results.</p>
|
|
2014
|
+
* @public
|
|
2015
2015
|
*/
|
|
2016
2016
|
NextToken?: string;
|
|
2017
2017
|
/**
|
|
2018
|
-
* @public
|
|
2019
2018
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
2020
2019
|
* results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2020
|
+
* @public
|
|
2021
2021
|
*/
|
|
2022
2022
|
MaxResults?: number;
|
|
2023
2023
|
}
|
|
@@ -2026,13 +2026,13 @@ export interface ListEnvironmentVpcsRequest {
|
|
|
2026
2026
|
*/
|
|
2027
2027
|
export interface ListEnvironmentVpcsResponse {
|
|
2028
2028
|
/**
|
|
2029
|
-
* @public
|
|
2030
2029
|
* <p>The list of <code>EnvironmentVpc</code> objects. </p>
|
|
2030
|
+
* @public
|
|
2031
2031
|
*/
|
|
2032
2032
|
EnvironmentVpcList?: EnvironmentVpc[];
|
|
2033
2033
|
/**
|
|
2034
|
-
* @public
|
|
2035
2034
|
* <p>The token for the next page of results.</p>
|
|
2035
|
+
* @public
|
|
2036
2036
|
*/
|
|
2037
2037
|
NextToken?: string;
|
|
2038
2038
|
}
|
|
@@ -2041,124 +2041,124 @@ export interface ListEnvironmentVpcsResponse {
|
|
|
2041
2041
|
*/
|
|
2042
2042
|
export interface ListRoutesRequest {
|
|
2043
2043
|
/**
|
|
2044
|
-
* @public
|
|
2045
2044
|
* <p>The ID of the environment. </p>
|
|
2045
|
+
* @public
|
|
2046
2046
|
*/
|
|
2047
2047
|
EnvironmentIdentifier: string | undefined;
|
|
2048
2048
|
/**
|
|
2049
|
-
* @public
|
|
2050
2049
|
* <p>The ID of the application. </p>
|
|
2050
|
+
* @public
|
|
2051
2051
|
*/
|
|
2052
2052
|
ApplicationIdentifier: string | undefined;
|
|
2053
2053
|
/**
|
|
2054
|
-
* @public
|
|
2055
2054
|
* <p>The token for the next page of results.</p>
|
|
2055
|
+
* @public
|
|
2056
2056
|
*/
|
|
2057
2057
|
NextToken?: string;
|
|
2058
2058
|
/**
|
|
2059
|
-
* @public
|
|
2060
2059
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
2061
2060
|
* results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2061
|
+
* @public
|
|
2062
2062
|
*/
|
|
2063
2063
|
MaxResults?: number;
|
|
2064
2064
|
}
|
|
2065
2065
|
/**
|
|
2066
|
-
* @public
|
|
2067
2066
|
* <p>The summary information for the routes as a response to <code>ListRoutes</code>. </p>
|
|
2067
|
+
* @public
|
|
2068
2068
|
*/
|
|
2069
2069
|
export interface RouteSummary {
|
|
2070
2070
|
/**
|
|
2071
|
-
* @public
|
|
2072
2071
|
* <p>The unique identifier of the route. </p>
|
|
2072
|
+
* @public
|
|
2073
2073
|
*/
|
|
2074
2074
|
RouteId?: string;
|
|
2075
2075
|
/**
|
|
2076
|
-
* @public
|
|
2077
2076
|
* <p>The Amazon Resource Name (ARN) of the route. </p>
|
|
2077
|
+
* @public
|
|
2078
2078
|
*/
|
|
2079
2079
|
Arn?: string;
|
|
2080
2080
|
/**
|
|
2081
|
-
* @public
|
|
2082
2081
|
* <p>The Amazon Web Services account ID of the route owner.</p>
|
|
2082
|
+
* @public
|
|
2083
2083
|
*/
|
|
2084
2084
|
OwnerAccountId?: string;
|
|
2085
2085
|
/**
|
|
2086
|
-
* @public
|
|
2087
2086
|
* <p>The Amazon Web Services account ID of the route creator. </p>
|
|
2087
|
+
* @public
|
|
2088
2088
|
*/
|
|
2089
2089
|
CreatedByAccountId?: string;
|
|
2090
2090
|
/**
|
|
2091
|
-
* @public
|
|
2092
2091
|
* <p>The route type of the route. </p>
|
|
2092
|
+
* @public
|
|
2093
2093
|
*/
|
|
2094
2094
|
RouteType?: RouteType;
|
|
2095
2095
|
/**
|
|
2096
|
-
* @public
|
|
2097
2096
|
* <p>The unique identifier of the service. </p>
|
|
2097
|
+
* @public
|
|
2098
2098
|
*/
|
|
2099
2099
|
ServiceId?: string;
|
|
2100
2100
|
/**
|
|
2101
|
-
* @public
|
|
2102
2101
|
* <p>The unique identifier of the application. </p>
|
|
2102
|
+
* @public
|
|
2103
2103
|
*/
|
|
2104
2104
|
ApplicationId?: string;
|
|
2105
2105
|
/**
|
|
2106
|
-
* @public
|
|
2107
2106
|
* <p>The unique identifier of the environment. </p>
|
|
2107
|
+
* @public
|
|
2108
2108
|
*/
|
|
2109
2109
|
EnvironmentId?: string;
|
|
2110
2110
|
/**
|
|
2111
|
-
* @public
|
|
2112
2111
|
* <p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to
|
|
2113
2112
|
* the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path \{user\} represents a path parameter called 'user'.</p>
|
|
2113
|
+
* @public
|
|
2114
2114
|
*/
|
|
2115
2115
|
SourcePath?: string;
|
|
2116
2116
|
/**
|
|
2117
|
-
* @public
|
|
2118
2117
|
* <p>A list of HTTP methods to match. An empty list matches all values. If a method is present,
|
|
2119
2118
|
* only HTTP requests using that method are forwarded to this route’s service. </p>
|
|
2119
|
+
* @public
|
|
2120
2120
|
*/
|
|
2121
2121
|
Methods?: HttpMethod[];
|
|
2122
2122
|
/**
|
|
2123
|
-
* @public
|
|
2124
2123
|
* <p>Indicates whether to match all subpaths of the given source path. If this value is
|
|
2125
2124
|
* <code>false</code>, requests must match the source path exactly before they are forwarded to
|
|
2126
2125
|
* this route's service.</p>
|
|
2126
|
+
* @public
|
|
2127
2127
|
*/
|
|
2128
2128
|
IncludeChildPaths?: boolean;
|
|
2129
2129
|
/**
|
|
2130
|
-
* @public
|
|
2131
2130
|
* <p>A mapping of Amazon API Gateway path resources to resource IDs. </p>
|
|
2131
|
+
* @public
|
|
2132
2132
|
*/
|
|
2133
2133
|
PathResourceToId?: Record<string, string>;
|
|
2134
2134
|
/**
|
|
2135
|
-
* @public
|
|
2136
2135
|
* <p>The current state of the route. </p>
|
|
2136
|
+
* @public
|
|
2137
2137
|
*/
|
|
2138
2138
|
State?: RouteState;
|
|
2139
2139
|
/**
|
|
2140
|
-
* @public
|
|
2141
2140
|
* <p>The tags assigned to the route. </p>
|
|
2141
|
+
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
Tags?: Record<string, string>;
|
|
2144
2144
|
/**
|
|
2145
|
-
* @public
|
|
2146
2145
|
* <p>Any error associated with the route resource. </p>
|
|
2146
|
+
* @public
|
|
2147
2147
|
*/
|
|
2148
2148
|
Error?: ErrorResponse;
|
|
2149
2149
|
/**
|
|
2150
|
-
* @public
|
|
2151
2150
|
* <p>A timestamp that indicates when the route was last updated. </p>
|
|
2151
|
+
* @public
|
|
2152
2152
|
*/
|
|
2153
2153
|
LastUpdatedTime?: Date;
|
|
2154
2154
|
/**
|
|
2155
|
-
* @public
|
|
2156
2155
|
* <p>A timestamp that indicates when the route is created. </p>
|
|
2156
|
+
* @public
|
|
2157
2157
|
*/
|
|
2158
2158
|
CreatedTime?: Date;
|
|
2159
2159
|
/**
|
|
2160
|
-
* @public
|
|
2161
2160
|
* <p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>
|
|
2161
|
+
* @public
|
|
2162
2162
|
*/
|
|
2163
2163
|
AppendSourcePath?: boolean;
|
|
2164
2164
|
}
|
|
@@ -2167,13 +2167,13 @@ export interface RouteSummary {
|
|
|
2167
2167
|
*/
|
|
2168
2168
|
export interface ListRoutesResponse {
|
|
2169
2169
|
/**
|
|
2170
|
-
* @public
|
|
2171
2170
|
* <p>The list of <code>RouteSummary</code> objects. </p>
|
|
2171
|
+
* @public
|
|
2172
2172
|
*/
|
|
2173
2173
|
RouteSummaryList?: RouteSummary[];
|
|
2174
2174
|
/**
|
|
2175
|
-
* @public
|
|
2176
2175
|
* <p>The token for the next page of results.</p>
|
|
2176
|
+
* @public
|
|
2177
2177
|
*/
|
|
2178
2178
|
NextToken?: string;
|
|
2179
2179
|
}
|
|
@@ -2182,136 +2182,136 @@ export interface ListRoutesResponse {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
export interface ListServicesRequest {
|
|
2184
2184
|
/**
|
|
2185
|
-
* @public
|
|
2186
2185
|
* <p>The ID of the environment. </p>
|
|
2186
|
+
* @public
|
|
2187
2187
|
*/
|
|
2188
2188
|
EnvironmentIdentifier: string | undefined;
|
|
2189
2189
|
/**
|
|
2190
|
-
* @public
|
|
2191
2190
|
* <p>The ID of the application. </p>
|
|
2191
|
+
* @public
|
|
2192
2192
|
*/
|
|
2193
2193
|
ApplicationIdentifier: string | undefined;
|
|
2194
2194
|
/**
|
|
2195
|
-
* @public
|
|
2196
2195
|
* <p>The token for the next page of results.</p>
|
|
2196
|
+
* @public
|
|
2197
2197
|
*/
|
|
2198
2198
|
NextToken?: string;
|
|
2199
2199
|
/**
|
|
2200
|
-
* @public
|
|
2201
2200
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining
|
|
2202
2201
|
* results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2202
|
+
* @public
|
|
2203
2203
|
*/
|
|
2204
2204
|
MaxResults?: number;
|
|
2205
2205
|
}
|
|
2206
2206
|
/**
|
|
2207
|
-
* @public
|
|
2208
2207
|
* <p>The summary of the configuration for the URL endpoint type. </p>
|
|
2208
|
+
* @public
|
|
2209
2209
|
*/
|
|
2210
2210
|
export interface UrlEndpointSummary {
|
|
2211
2211
|
/**
|
|
2212
|
-
* @public
|
|
2213
2212
|
* <p> The URL to route traffic to. The URL must be an <a href="https://datatracker.ietf.org/doc/html/rfc3986">rfc3986-formatted URL</a>. If the
|
|
2214
2213
|
* host is a domain name, the name must be resolvable over the public internet. If the scheme is
|
|
2215
2214
|
* <code>https</code>, the top level domain of the host must be listed in the <a href="https://www.iana.org/domains/root/db">IANA root zone database</a>. </p>
|
|
2215
|
+
* @public
|
|
2216
2216
|
*/
|
|
2217
2217
|
Url?: string;
|
|
2218
2218
|
/**
|
|
2219
|
-
* @public
|
|
2220
2219
|
* <p>The health check URL of the URL endpoint type. If the URL is a public endpoint, the
|
|
2221
2220
|
* <code>HealthUrl</code> must also be a public endpoint. If the URL is a private endpoint
|
|
2222
2221
|
* inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the
|
|
2223
2222
|
* host must be the same as the URL.</p>
|
|
2223
|
+
* @public
|
|
2224
2224
|
*/
|
|
2225
2225
|
HealthUrl?: string;
|
|
2226
2226
|
}
|
|
2227
2227
|
/**
|
|
2228
|
-
* @public
|
|
2229
2228
|
* <p>A summary for the service as a response to <code>ListServices</code>. </p>
|
|
2229
|
+
* @public
|
|
2230
2230
|
*/
|
|
2231
2231
|
export interface ServiceSummary {
|
|
2232
2232
|
/**
|
|
2233
|
-
* @public
|
|
2234
2233
|
* <p>The unique identifier of the service. </p>
|
|
2234
|
+
* @public
|
|
2235
2235
|
*/
|
|
2236
2236
|
ServiceId?: string;
|
|
2237
2237
|
/**
|
|
2238
|
-
* @public
|
|
2239
2238
|
* <p>The name of the service. </p>
|
|
2239
|
+
* @public
|
|
2240
2240
|
*/
|
|
2241
2241
|
Name?: string;
|
|
2242
2242
|
/**
|
|
2243
|
-
* @public
|
|
2244
2243
|
* <p>The Amazon Resource Name (ARN) of the service. </p>
|
|
2244
|
+
* @public
|
|
2245
2245
|
*/
|
|
2246
2246
|
Arn?: string;
|
|
2247
2247
|
/**
|
|
2248
|
-
* @public
|
|
2249
2248
|
* <p>The Amazon Web Services account ID of the service owner.</p>
|
|
2249
|
+
* @public
|
|
2250
2250
|
*/
|
|
2251
2251
|
OwnerAccountId?: string;
|
|
2252
2252
|
/**
|
|
2253
|
-
* @public
|
|
2254
2253
|
* <p>The Amazon Web Services account ID of the service creator. </p>
|
|
2254
|
+
* @public
|
|
2255
2255
|
*/
|
|
2256
2256
|
CreatedByAccountId?: string;
|
|
2257
2257
|
/**
|
|
2258
|
-
* @public
|
|
2259
2258
|
* <p>A description of the service. </p>
|
|
2259
|
+
* @public
|
|
2260
2260
|
*/
|
|
2261
2261
|
Description?: string;
|
|
2262
2262
|
/**
|
|
2263
|
-
* @public
|
|
2264
2263
|
* <p>The unique identifier of the environment. </p>
|
|
2264
|
+
* @public
|
|
2265
2265
|
*/
|
|
2266
2266
|
EnvironmentId?: string;
|
|
2267
2267
|
/**
|
|
2268
|
-
* @public
|
|
2269
2268
|
* <p>The unique identifier of the application. </p>
|
|
2269
|
+
* @public
|
|
2270
2270
|
*/
|
|
2271
2271
|
ApplicationId?: string;
|
|
2272
2272
|
/**
|
|
2273
|
-
* @public
|
|
2274
2273
|
* <p>The ID of the virtual private cloud (VPC). </p>
|
|
2274
|
+
* @public
|
|
2275
2275
|
*/
|
|
2276
2276
|
VpcId?: string;
|
|
2277
2277
|
/**
|
|
2278
|
-
* @public
|
|
2279
2278
|
* <p>The endpoint type of the service. </p>
|
|
2279
|
+
* @public
|
|
2280
2280
|
*/
|
|
2281
2281
|
EndpointType?: ServiceEndpointType;
|
|
2282
2282
|
/**
|
|
2283
|
-
* @public
|
|
2284
2283
|
* <p>The summary of the configuration for the URL endpoint type. </p>
|
|
2284
|
+
* @public
|
|
2285
2285
|
*/
|
|
2286
2286
|
UrlEndpoint?: UrlEndpointSummary;
|
|
2287
2287
|
/**
|
|
2288
|
-
* @public
|
|
2289
2288
|
* <p>A summary of the configuration for the Lambda endpoint type. </p>
|
|
2289
|
+
* @public
|
|
2290
2290
|
*/
|
|
2291
2291
|
LambdaEndpoint?: LambdaEndpointSummary;
|
|
2292
2292
|
/**
|
|
2293
|
-
* @public
|
|
2294
2293
|
* <p>The current state of the service. </p>
|
|
2294
|
+
* @public
|
|
2295
2295
|
*/
|
|
2296
2296
|
State?: ServiceState;
|
|
2297
2297
|
/**
|
|
2298
|
-
* @public
|
|
2299
2298
|
* <p>The tags assigned to the service. </p>
|
|
2299
|
+
* @public
|
|
2300
2300
|
*/
|
|
2301
2301
|
Tags?: Record<string, string>;
|
|
2302
2302
|
/**
|
|
2303
|
-
* @public
|
|
2304
2303
|
* <p>Any error associated with the service resource. </p>
|
|
2304
|
+
* @public
|
|
2305
2305
|
*/
|
|
2306
2306
|
Error?: ErrorResponse;
|
|
2307
2307
|
/**
|
|
2308
|
-
* @public
|
|
2309
2308
|
* <p>A timestamp that indicates when the service was last updated. </p>
|
|
2309
|
+
* @public
|
|
2310
2310
|
*/
|
|
2311
2311
|
LastUpdatedTime?: Date;
|
|
2312
2312
|
/**
|
|
2313
|
-
* @public
|
|
2314
2313
|
* <p>A timestamp that indicates when the service is created. </p>
|
|
2314
|
+
* @public
|
|
2315
2315
|
*/
|
|
2316
2316
|
CreatedTime?: Date;
|
|
2317
2317
|
}
|
|
@@ -2320,13 +2320,13 @@ export interface ServiceSummary {
|
|
|
2320
2320
|
*/
|
|
2321
2321
|
export interface ListServicesResponse {
|
|
2322
2322
|
/**
|
|
2323
|
-
* @public
|
|
2324
2323
|
* <p> The list of <code>ServiceSummary</code> objects. </p>
|
|
2324
|
+
* @public
|
|
2325
2325
|
*/
|
|
2326
2326
|
ServiceSummaryList?: ServiceSummary[];
|
|
2327
2327
|
/**
|
|
2328
|
-
* @public
|
|
2329
2328
|
* <p>The token for the next page of results.</p>
|
|
2329
|
+
* @public
|
|
2330
2330
|
*/
|
|
2331
2331
|
NextToken?: string;
|
|
2332
2332
|
}
|
|
@@ -2335,8 +2335,8 @@ export interface ListServicesResponse {
|
|
|
2335
2335
|
*/
|
|
2336
2336
|
export interface ListTagsForResourceRequest {
|
|
2337
2337
|
/**
|
|
2338
|
-
* @public
|
|
2339
2338
|
* <p>The Amazon Resource Name (ARN) of the resource. </p>
|
|
2339
|
+
* @public
|
|
2340
2340
|
*/
|
|
2341
2341
|
ResourceArn: string | undefined;
|
|
2342
2342
|
}
|
|
@@ -2345,8 +2345,8 @@ export interface ListTagsForResourceRequest {
|
|
|
2345
2345
|
*/
|
|
2346
2346
|
export interface ListTagsForResourceResponse {
|
|
2347
2347
|
/**
|
|
2348
|
-
* @public
|
|
2349
2348
|
* <p>The list of tags assigned to the resource. </p>
|
|
2349
|
+
* @public
|
|
2350
2350
|
*/
|
|
2351
2351
|
Tags?: Record<string, string>;
|
|
2352
2352
|
}
|
|
@@ -2355,14 +2355,14 @@ export interface ListTagsForResourceResponse {
|
|
|
2355
2355
|
*/
|
|
2356
2356
|
export interface PutResourcePolicyRequest {
|
|
2357
2357
|
/**
|
|
2358
|
-
* @public
|
|
2359
2358
|
* <p>The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
|
|
2360
2359
|
* </p>
|
|
2360
|
+
* @public
|
|
2361
2361
|
*/
|
|
2362
2362
|
ResourceArn: string | undefined;
|
|
2363
2363
|
/**
|
|
2364
|
-
* @public
|
|
2365
2364
|
* <p>A JSON-formatted string for an Amazon Web Services resource-based policy. </p>
|
|
2365
|
+
* @public
|
|
2366
2366
|
*/
|
|
2367
2367
|
Policy: string | undefined;
|
|
2368
2368
|
}
|
|
@@ -2376,13 +2376,13 @@ export interface PutResourcePolicyResponse {
|
|
|
2376
2376
|
*/
|
|
2377
2377
|
export interface TagResourceRequest {
|
|
2378
2378
|
/**
|
|
2379
|
-
* @public
|
|
2380
2379
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
2380
|
+
* @public
|
|
2381
2381
|
*/
|
|
2382
2382
|
ResourceArn: string | undefined;
|
|
2383
2383
|
/**
|
|
2384
|
-
* @public
|
|
2385
2384
|
* <p>The new or modified tags for the resource.</p>
|
|
2385
|
+
* @public
|
|
2386
2386
|
*/
|
|
2387
2387
|
Tags: Record<string, string> | undefined;
|
|
2388
2388
|
}
|
|
@@ -2396,13 +2396,13 @@ export interface TagResourceResponse {
|
|
|
2396
2396
|
*/
|
|
2397
2397
|
export interface UntagResourceRequest {
|
|
2398
2398
|
/**
|
|
2399
|
-
* @public
|
|
2400
2399
|
* <p>The Amazon Resource Name (ARN) of the resource. </p>
|
|
2400
|
+
* @public
|
|
2401
2401
|
*/
|
|
2402
2402
|
ResourceArn: string | undefined;
|
|
2403
2403
|
/**
|
|
2404
|
-
* @public
|
|
2405
2404
|
* <p>The list of keys of the tags to be removed from the resource. </p>
|
|
2405
|
+
* @public
|
|
2406
2406
|
*/
|
|
2407
2407
|
TagKeys: string[] | undefined;
|
|
2408
2408
|
}
|
|
@@ -2416,24 +2416,24 @@ export interface UntagResourceResponse {
|
|
|
2416
2416
|
*/
|
|
2417
2417
|
export interface UpdateRouteRequest {
|
|
2418
2418
|
/**
|
|
2419
|
-
* @public
|
|
2420
2419
|
* <p> The ID of the environment in which the route is being updated. </p>
|
|
2420
|
+
* @public
|
|
2421
2421
|
*/
|
|
2422
2422
|
EnvironmentIdentifier: string | undefined;
|
|
2423
2423
|
/**
|
|
2424
|
-
* @public
|
|
2425
2424
|
* <p> The ID of the application within which the route is being updated. </p>
|
|
2425
|
+
* @public
|
|
2426
2426
|
*/
|
|
2427
2427
|
ApplicationIdentifier: string | undefined;
|
|
2428
2428
|
/**
|
|
2429
|
-
* @public
|
|
2430
2429
|
* <p> The unique identifier of the route to update. </p>
|
|
2430
|
+
* @public
|
|
2431
2431
|
*/
|
|
2432
2432
|
RouteIdentifier: string | undefined;
|
|
2433
2433
|
/**
|
|
2434
|
-
* @public
|
|
2435
2434
|
* <p> If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the
|
|
2436
2435
|
* route is updated. </p>
|
|
2436
|
+
* @public
|
|
2437
2437
|
*/
|
|
2438
2438
|
ActivationState: RouteActivationState | undefined;
|
|
2439
2439
|
}
|
|
@@ -2442,39 +2442,39 @@ export interface UpdateRouteRequest {
|
|
|
2442
2442
|
*/
|
|
2443
2443
|
export interface UpdateRouteResponse {
|
|
2444
2444
|
/**
|
|
2445
|
-
* @public
|
|
2446
2445
|
* <p> The unique identifier of the route. </p>
|
|
2446
|
+
* @public
|
|
2447
2447
|
*/
|
|
2448
2448
|
RouteId?: string;
|
|
2449
2449
|
/**
|
|
2450
|
-
* @public
|
|
2451
2450
|
* <p> The Amazon Resource Name (ARN) of the route. The format for this ARN is
|
|
2452
2451
|
* <code>arn:aws:refactor-spaces:<i>region</i>:<i>account-id</i>:<i>resource-type/resource-id</i>
|
|
2453
2452
|
* </code>. For more information about ARNs,
|
|
2454
2453
|
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
|
|
2455
2454
|
* Amazon Resource Names (ARNs)</a> in the
|
|
2456
2455
|
* <i>Amazon Web Services General Reference</i>. </p>
|
|
2456
|
+
* @public
|
|
2457
2457
|
*/
|
|
2458
2458
|
Arn?: string;
|
|
2459
2459
|
/**
|
|
2460
|
-
* @public
|
|
2461
2460
|
* <p> The ID of service in which the route was created. Traffic that matches this route is
|
|
2462
2461
|
* forwarded to this service. </p>
|
|
2462
|
+
* @public
|
|
2463
2463
|
*/
|
|
2464
2464
|
ServiceId?: string;
|
|
2465
2465
|
/**
|
|
2466
|
-
* @public
|
|
2467
2466
|
* <p> The ID of the application in which the route is being updated. </p>
|
|
2467
|
+
* @public
|
|
2468
2468
|
*/
|
|
2469
2469
|
ApplicationId?: string;
|
|
2470
2470
|
/**
|
|
2471
|
-
* @public
|
|
2472
2471
|
* <p> The current state of the route. </p>
|
|
2472
|
+
* @public
|
|
2473
2473
|
*/
|
|
2474
2474
|
State?: RouteState;
|
|
2475
2475
|
/**
|
|
2476
|
-
* @public
|
|
2477
2476
|
* <p> A timestamp that indicates when the route was last updated. </p>
|
|
2477
|
+
* @public
|
|
2478
2478
|
*/
|
|
2479
2479
|
LastUpdatedTime?: Date;
|
|
2480
2480
|
}
|