@aws-sdk/client-ecs 3.993.0 → 3.995.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/README.md +1 -15
- package/dist-cjs/index.js +164 -164
- package/dist-cjs/models/errors.js +86 -86
- package/dist-cjs/schemas/schemas_0.js +5 -5
- package/dist-es/models/enums.js +156 -156
- package/dist-es/models/errors.js +68 -68
- package/dist-es/schemas/schemas_0.js +5 -5
- package/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/dist-es/waiters/waitForServicesStable.js +2 -2
- package/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/dist-types/ECS.d.ts +1 -15
- package/dist-types/ECSClient.d.ts +1 -15
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/enums.d.ts +338 -338
- package/dist-types/models/errors.d.ts +74 -128
- package/dist-types/models/models_0.d.ts +3435 -9819
- package/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/package.json +3 -3
|
@@ -275,299 +275,176 @@ export type CapacityProviderUpdateStatus = (typeof CapacityProviderUpdateStatus)
|
|
|
275
275
|
* @public
|
|
276
276
|
* @enum
|
|
277
277
|
*/
|
|
278
|
-
export declare const
|
|
279
|
-
readonly
|
|
280
|
-
readonly NONE: "NONE";
|
|
281
|
-
readonly OVERRIDE: "OVERRIDE";
|
|
282
|
-
};
|
|
283
|
-
/**
|
|
284
|
-
* @public
|
|
285
|
-
*/
|
|
286
|
-
export type ExecuteCommandLogging = (typeof ExecuteCommandLogging)[keyof typeof ExecuteCommandLogging];
|
|
287
|
-
/**
|
|
288
|
-
* @public
|
|
289
|
-
* @enum
|
|
290
|
-
*/
|
|
291
|
-
export declare const ClusterSettingName: {
|
|
292
|
-
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
293
|
-
};
|
|
294
|
-
/**
|
|
295
|
-
* @public
|
|
296
|
-
*/
|
|
297
|
-
export type ClusterSettingName = (typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
298
|
-
/**
|
|
299
|
-
* @public
|
|
300
|
-
* @enum
|
|
301
|
-
*/
|
|
302
|
-
export declare const ExpressGatewayServiceScalingMetric: {
|
|
303
|
-
readonly AverageCPUUtilization: "AVERAGE_CPU";
|
|
304
|
-
readonly AverageMemoryUtilization: "AVERAGE_MEMORY";
|
|
305
|
-
readonly RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET";
|
|
306
|
-
};
|
|
307
|
-
/**
|
|
308
|
-
* @public
|
|
309
|
-
*/
|
|
310
|
-
export type ExpressGatewayServiceScalingMetric = (typeof ExpressGatewayServiceScalingMetric)[keyof typeof ExpressGatewayServiceScalingMetric];
|
|
311
|
-
/**
|
|
312
|
-
* @public
|
|
313
|
-
* @enum
|
|
314
|
-
*/
|
|
315
|
-
export declare const ExpressGatewayServiceStatusCode: {
|
|
316
|
-
readonly ACTIVE: "ACTIVE";
|
|
317
|
-
readonly DRAINING: "DRAINING";
|
|
318
|
-
readonly INACTIVE: "INACTIVE";
|
|
319
|
-
};
|
|
320
|
-
/**
|
|
321
|
-
* @public
|
|
322
|
-
*/
|
|
323
|
-
export type ExpressGatewayServiceStatusCode = (typeof ExpressGatewayServiceStatusCode)[keyof typeof ExpressGatewayServiceStatusCode];
|
|
324
|
-
/**
|
|
325
|
-
* @public
|
|
326
|
-
* @enum
|
|
327
|
-
*/
|
|
328
|
-
export declare const AvailabilityZoneRebalancing: {
|
|
329
|
-
readonly DISABLED: "DISABLED";
|
|
330
|
-
readonly ENABLED: "ENABLED";
|
|
331
|
-
};
|
|
332
|
-
/**
|
|
333
|
-
* @public
|
|
334
|
-
*/
|
|
335
|
-
export type AvailabilityZoneRebalancing = (typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
|
|
336
|
-
/**
|
|
337
|
-
* @public
|
|
338
|
-
* @enum
|
|
339
|
-
*/
|
|
340
|
-
export declare const DeploymentLifecycleHookStage: {
|
|
341
|
-
readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
|
|
342
|
-
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
343
|
-
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
344
|
-
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
345
|
-
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
346
|
-
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
347
|
-
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
348
|
-
};
|
|
349
|
-
/**
|
|
350
|
-
* @public
|
|
351
|
-
*/
|
|
352
|
-
export type DeploymentLifecycleHookStage = (typeof DeploymentLifecycleHookStage)[keyof typeof DeploymentLifecycleHookStage];
|
|
353
|
-
/**
|
|
354
|
-
* @public
|
|
355
|
-
* @enum
|
|
356
|
-
*/
|
|
357
|
-
export declare const DeploymentStrategy: {
|
|
358
|
-
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
359
|
-
readonly CANARY: "CANARY";
|
|
360
|
-
readonly LINEAR: "LINEAR";
|
|
361
|
-
readonly ROLLING: "ROLLING";
|
|
362
|
-
};
|
|
363
|
-
/**
|
|
364
|
-
* @public
|
|
365
|
-
*/
|
|
366
|
-
export type DeploymentStrategy = (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
367
|
-
/**
|
|
368
|
-
* @public
|
|
369
|
-
* @enum
|
|
370
|
-
*/
|
|
371
|
-
export declare const DeploymentControllerType: {
|
|
372
|
-
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
373
|
-
readonly ECS: "ECS";
|
|
374
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
375
|
-
};
|
|
376
|
-
/**
|
|
377
|
-
* @public
|
|
378
|
-
*/
|
|
379
|
-
export type DeploymentControllerType = (typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
|
|
380
|
-
/**
|
|
381
|
-
* @public
|
|
382
|
-
* @enum
|
|
383
|
-
*/
|
|
384
|
-
export declare const LaunchType: {
|
|
385
|
-
readonly EC2: "EC2";
|
|
386
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
387
|
-
readonly FARGATE: "FARGATE";
|
|
388
|
-
readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
|
|
389
|
-
};
|
|
390
|
-
/**
|
|
391
|
-
* @public
|
|
392
|
-
*/
|
|
393
|
-
export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
|
|
394
|
-
/**
|
|
395
|
-
* @public
|
|
396
|
-
* @enum
|
|
397
|
-
*/
|
|
398
|
-
export declare const AssignPublicIp: {
|
|
399
|
-
readonly DISABLED: "DISABLED";
|
|
400
|
-
readonly ENABLED: "ENABLED";
|
|
278
|
+
export declare const CapacityProviderField: {
|
|
279
|
+
readonly TAGS: "TAGS";
|
|
401
280
|
};
|
|
402
281
|
/**
|
|
403
282
|
* @public
|
|
404
283
|
*/
|
|
405
|
-
export type
|
|
284
|
+
export type CapacityProviderField = (typeof CapacityProviderField)[keyof typeof CapacityProviderField];
|
|
406
285
|
/**
|
|
407
286
|
* @public
|
|
408
287
|
* @enum
|
|
409
288
|
*/
|
|
410
|
-
export declare const
|
|
411
|
-
readonly
|
|
412
|
-
readonly
|
|
289
|
+
export declare const ExecuteCommandLogging: {
|
|
290
|
+
readonly DEFAULT: "DEFAULT";
|
|
291
|
+
readonly NONE: "NONE";
|
|
292
|
+
readonly OVERRIDE: "OVERRIDE";
|
|
413
293
|
};
|
|
414
294
|
/**
|
|
415
295
|
* @public
|
|
416
296
|
*/
|
|
417
|
-
export type
|
|
297
|
+
export type ExecuteCommandLogging = (typeof ExecuteCommandLogging)[keyof typeof ExecuteCommandLogging];
|
|
418
298
|
/**
|
|
419
299
|
* @public
|
|
420
300
|
* @enum
|
|
421
301
|
*/
|
|
422
|
-
export declare const
|
|
423
|
-
readonly
|
|
424
|
-
readonly RANDOM: "random";
|
|
425
|
-
readonly SPREAD: "spread";
|
|
302
|
+
export declare const ClusterSettingName: {
|
|
303
|
+
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
426
304
|
};
|
|
427
305
|
/**
|
|
428
306
|
* @public
|
|
429
307
|
*/
|
|
430
|
-
export type
|
|
308
|
+
export type ClusterSettingName = (typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
431
309
|
/**
|
|
432
310
|
* @public
|
|
433
311
|
* @enum
|
|
434
312
|
*/
|
|
435
|
-
export declare const
|
|
436
|
-
readonly
|
|
437
|
-
readonly SERVICE: "SERVICE";
|
|
438
|
-
readonly TASK_DEFINITION: "TASK_DEFINITION";
|
|
313
|
+
export declare const TargetType: {
|
|
314
|
+
readonly CONTAINER_INSTANCE: "container-instance";
|
|
439
315
|
};
|
|
440
316
|
/**
|
|
441
317
|
* @public
|
|
442
318
|
*/
|
|
443
|
-
export type
|
|
319
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
444
320
|
/**
|
|
445
321
|
* @public
|
|
446
322
|
* @enum
|
|
447
323
|
*/
|
|
448
|
-
export declare const
|
|
449
|
-
readonly
|
|
450
|
-
readonly
|
|
324
|
+
export declare const InstanceHealthCheckState: {
|
|
325
|
+
readonly IMPAIRED: "IMPAIRED";
|
|
326
|
+
readonly INITIALIZING: "INITIALIZING";
|
|
327
|
+
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
328
|
+
readonly OK: "OK";
|
|
451
329
|
};
|
|
452
330
|
/**
|
|
453
331
|
* @public
|
|
454
332
|
*/
|
|
455
|
-
export type
|
|
333
|
+
export type InstanceHealthCheckState = (typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
|
|
456
334
|
/**
|
|
457
335
|
* @public
|
|
458
336
|
* @enum
|
|
459
337
|
*/
|
|
460
|
-
export declare const
|
|
461
|
-
readonly
|
|
462
|
-
readonly TEXT: "TEXT";
|
|
338
|
+
export declare const InstanceHealthCheckType: {
|
|
339
|
+
readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
|
|
463
340
|
};
|
|
464
341
|
/**
|
|
465
342
|
* @public
|
|
466
343
|
*/
|
|
467
|
-
export type
|
|
344
|
+
export type InstanceHealthCheckType = (typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
|
|
468
345
|
/**
|
|
469
346
|
* @public
|
|
470
347
|
* @enum
|
|
471
348
|
*/
|
|
472
|
-
export declare const
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
349
|
+
export declare const ClusterField: {
|
|
350
|
+
readonly ATTACHMENTS: "ATTACHMENTS";
|
|
351
|
+
readonly CONFIGURATIONS: "CONFIGURATIONS";
|
|
352
|
+
readonly SETTINGS: "SETTINGS";
|
|
353
|
+
readonly STATISTICS: "STATISTICS";
|
|
354
|
+
readonly TAGS: "TAGS";
|
|
475
355
|
};
|
|
476
356
|
/**
|
|
477
357
|
* @public
|
|
478
358
|
*/
|
|
479
|
-
export type
|
|
359
|
+
export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
|
|
480
360
|
/**
|
|
481
361
|
* @public
|
|
482
362
|
* @enum
|
|
483
363
|
*/
|
|
484
|
-
export declare const
|
|
485
|
-
readonly
|
|
486
|
-
readonly
|
|
487
|
-
readonly
|
|
488
|
-
readonly
|
|
489
|
-
readonly
|
|
490
|
-
readonly JSON_FILE: "json-file";
|
|
491
|
-
readonly SPLUNK: "splunk";
|
|
492
|
-
readonly SYSLOG: "syslog";
|
|
364
|
+
export declare const ContainerInstanceStatus: {
|
|
365
|
+
readonly ACTIVE: "ACTIVE";
|
|
366
|
+
readonly DEREGISTERING: "DEREGISTERING";
|
|
367
|
+
readonly DRAINING: "DRAINING";
|
|
368
|
+
readonly REGISTERING: "REGISTERING";
|
|
369
|
+
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
493
370
|
};
|
|
494
371
|
/**
|
|
495
372
|
* @public
|
|
496
373
|
*/
|
|
497
|
-
export type
|
|
374
|
+
export type ContainerInstanceStatus = (typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
|
|
498
375
|
/**
|
|
499
376
|
* @public
|
|
500
377
|
* @enum
|
|
501
378
|
*/
|
|
502
|
-
export declare const
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
505
|
-
readonly NTFS: "ntfs";
|
|
506
|
-
readonly XFS: "xfs";
|
|
379
|
+
export declare const TransportProtocol: {
|
|
380
|
+
readonly TCP: "tcp";
|
|
381
|
+
readonly UDP: "udp";
|
|
507
382
|
};
|
|
508
383
|
/**
|
|
509
384
|
* @public
|
|
510
385
|
*/
|
|
511
|
-
export type
|
|
386
|
+
export type TransportProtocol = (typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
512
387
|
/**
|
|
513
388
|
* @public
|
|
514
389
|
* @enum
|
|
515
390
|
*/
|
|
516
|
-
export declare const
|
|
517
|
-
readonly
|
|
391
|
+
export declare const ManagedAgentName: {
|
|
392
|
+
readonly ExecuteCommandAgent: "ExecuteCommandAgent";
|
|
518
393
|
};
|
|
519
394
|
/**
|
|
520
395
|
* @public
|
|
521
396
|
*/
|
|
522
|
-
export type
|
|
397
|
+
export type ManagedAgentName = (typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
523
398
|
/**
|
|
524
399
|
* @public
|
|
525
400
|
* @enum
|
|
526
401
|
*/
|
|
527
|
-
export declare const
|
|
528
|
-
readonly
|
|
529
|
-
readonly
|
|
530
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
402
|
+
export declare const ContainerInstanceField: {
|
|
403
|
+
readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
|
|
404
|
+
readonly TAGS: "TAGS";
|
|
531
405
|
};
|
|
532
406
|
/**
|
|
533
407
|
* @public
|
|
534
408
|
*/
|
|
535
|
-
export type
|
|
409
|
+
export type ContainerInstanceField = (typeof ContainerInstanceField)[keyof typeof ContainerInstanceField];
|
|
536
410
|
/**
|
|
537
411
|
* @public
|
|
538
412
|
* @enum
|
|
539
413
|
*/
|
|
540
|
-
export declare const
|
|
541
|
-
readonly
|
|
542
|
-
readonly
|
|
414
|
+
export declare const DesiredStatus: {
|
|
415
|
+
readonly PENDING: "PENDING";
|
|
416
|
+
readonly RUNNING: "RUNNING";
|
|
417
|
+
readonly STOPPED: "STOPPED";
|
|
543
418
|
};
|
|
544
419
|
/**
|
|
545
420
|
* @public
|
|
546
421
|
*/
|
|
547
|
-
export type
|
|
422
|
+
export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
|
|
548
423
|
/**
|
|
549
424
|
* @public
|
|
550
425
|
* @enum
|
|
551
426
|
*/
|
|
552
|
-
export declare const
|
|
553
|
-
readonly
|
|
427
|
+
export declare const LaunchType: {
|
|
428
|
+
readonly EC2: "EC2";
|
|
429
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
430
|
+
readonly FARGATE: "FARGATE";
|
|
431
|
+
readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
|
|
554
432
|
};
|
|
555
433
|
/**
|
|
556
434
|
* @public
|
|
557
435
|
*/
|
|
558
|
-
export type
|
|
436
|
+
export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
|
|
559
437
|
/**
|
|
560
438
|
* @public
|
|
561
439
|
* @enum
|
|
562
440
|
*/
|
|
563
|
-
export declare const
|
|
564
|
-
readonly
|
|
565
|
-
readonly STEADY_STATE: "STEADY_STATE";
|
|
441
|
+
export declare const PlatformDeviceType: {
|
|
442
|
+
readonly GPU: "GPU";
|
|
566
443
|
};
|
|
567
444
|
/**
|
|
568
445
|
* @public
|
|
569
446
|
*/
|
|
570
|
-
export type
|
|
447
|
+
export type PlatformDeviceType = (typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
571
448
|
/**
|
|
572
449
|
* @public
|
|
573
450
|
* @enum
|
|
@@ -601,17 +478,6 @@ export declare const SettingType: {
|
|
|
601
478
|
* @public
|
|
602
479
|
*/
|
|
603
480
|
export type SettingType = (typeof SettingType)[keyof typeof SettingType];
|
|
604
|
-
/**
|
|
605
|
-
* @public
|
|
606
|
-
* @enum
|
|
607
|
-
*/
|
|
608
|
-
export declare const TargetType: {
|
|
609
|
-
readonly CONTAINER_INSTANCE: "container-instance";
|
|
610
|
-
};
|
|
611
|
-
/**
|
|
612
|
-
* @public
|
|
613
|
-
*/
|
|
614
|
-
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
615
481
|
/**
|
|
616
482
|
* @public
|
|
617
483
|
* @enum
|
|
@@ -680,27 +546,33 @@ export type DeviceCgroupPermission = (typeof DeviceCgroupPermission)[keyof typeo
|
|
|
680
546
|
* @public
|
|
681
547
|
* @enum
|
|
682
548
|
*/
|
|
683
|
-
export declare const
|
|
684
|
-
readonly
|
|
685
|
-
readonly
|
|
686
|
-
readonly
|
|
549
|
+
export declare const LogDriver: {
|
|
550
|
+
readonly AWSFIRELENS: "awsfirelens";
|
|
551
|
+
readonly AWSLOGS: "awslogs";
|
|
552
|
+
readonly FLUENTD: "fluentd";
|
|
553
|
+
readonly GELF: "gelf";
|
|
554
|
+
readonly JOURNALD: "journald";
|
|
555
|
+
readonly JSON_FILE: "json-file";
|
|
556
|
+
readonly SPLUNK: "splunk";
|
|
557
|
+
readonly SYSLOG: "syslog";
|
|
687
558
|
};
|
|
688
559
|
/**
|
|
689
560
|
* @public
|
|
690
561
|
*/
|
|
691
|
-
export type
|
|
562
|
+
export type LogDriver = (typeof LogDriver)[keyof typeof LogDriver];
|
|
692
563
|
/**
|
|
693
564
|
* @public
|
|
694
565
|
* @enum
|
|
695
566
|
*/
|
|
696
|
-
export declare const
|
|
697
|
-
readonly
|
|
698
|
-
readonly
|
|
567
|
+
export declare const ApplicationProtocol: {
|
|
568
|
+
readonly GRPC: "grpc";
|
|
569
|
+
readonly HTTP: "http";
|
|
570
|
+
readonly HTTP2: "http2";
|
|
699
571
|
};
|
|
700
572
|
/**
|
|
701
573
|
* @public
|
|
702
574
|
*/
|
|
703
|
-
export type
|
|
575
|
+
export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
704
576
|
/**
|
|
705
577
|
* @public
|
|
706
578
|
* @enum
|
|
@@ -855,354 +727,482 @@ export declare const TaskDefinitionStatus: {
|
|
|
855
727
|
/**
|
|
856
728
|
* @public
|
|
857
729
|
*/
|
|
858
|
-
export type TaskDefinitionStatus = (typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
|
|
730
|
+
export type TaskDefinitionStatus = (typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
|
|
731
|
+
/**
|
|
732
|
+
* @public
|
|
733
|
+
* @enum
|
|
734
|
+
*/
|
|
735
|
+
export declare const Scope: {
|
|
736
|
+
readonly SHARED: "shared";
|
|
737
|
+
readonly TASK: "task";
|
|
738
|
+
};
|
|
739
|
+
/**
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
export type Scope = (typeof Scope)[keyof typeof Scope];
|
|
743
|
+
/**
|
|
744
|
+
* @public
|
|
745
|
+
* @enum
|
|
746
|
+
*/
|
|
747
|
+
export declare const EFSAuthorizationConfigIAM: {
|
|
748
|
+
readonly DISABLED: "DISABLED";
|
|
749
|
+
readonly ENABLED: "ENABLED";
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export type EFSAuthorizationConfigIAM = (typeof EFSAuthorizationConfigIAM)[keyof typeof EFSAuthorizationConfigIAM];
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
* @enum
|
|
758
|
+
*/
|
|
759
|
+
export declare const EFSTransitEncryption: {
|
|
760
|
+
readonly DISABLED: "DISABLED";
|
|
761
|
+
readonly ENABLED: "ENABLED";
|
|
762
|
+
};
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
export type EFSTransitEncryption = (typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
767
|
+
/**
|
|
768
|
+
* @public
|
|
769
|
+
* @enum
|
|
770
|
+
*/
|
|
771
|
+
export declare const TaskDefinitionField: {
|
|
772
|
+
readonly TAGS: "TAGS";
|
|
773
|
+
};
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
export type TaskDefinitionField = (typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
778
|
+
/**
|
|
779
|
+
* @public
|
|
780
|
+
* @enum
|
|
781
|
+
*/
|
|
782
|
+
export declare const TaskDefinitionFamilyStatus: {
|
|
783
|
+
readonly ACTIVE: "ACTIVE";
|
|
784
|
+
readonly ALL: "ALL";
|
|
785
|
+
readonly INACTIVE: "INACTIVE";
|
|
786
|
+
};
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
export type TaskDefinitionFamilyStatus = (typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
|
|
791
|
+
/**
|
|
792
|
+
* @public
|
|
793
|
+
* @enum
|
|
794
|
+
*/
|
|
795
|
+
export declare const ServiceDeploymentRollbackMonitorsStatus: {
|
|
796
|
+
readonly DISABLED: "DISABLED";
|
|
797
|
+
readonly MONITORING: "MONITORING";
|
|
798
|
+
readonly MONITORING_COMPLETE: "MONITORING_COMPLETE";
|
|
799
|
+
readonly TRIGGERED: "TRIGGERED";
|
|
800
|
+
};
|
|
801
|
+
/**
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
export type ServiceDeploymentRollbackMonitorsStatus = (typeof ServiceDeploymentRollbackMonitorsStatus)[keyof typeof ServiceDeploymentRollbackMonitorsStatus];
|
|
805
|
+
/**
|
|
806
|
+
* @public
|
|
807
|
+
* @enum
|
|
808
|
+
*/
|
|
809
|
+
export declare const DeploymentLifecycleHookStage: {
|
|
810
|
+
readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
|
|
811
|
+
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
812
|
+
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
813
|
+
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
814
|
+
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
815
|
+
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
816
|
+
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
export type DeploymentLifecycleHookStage = (typeof DeploymentLifecycleHookStage)[keyof typeof DeploymentLifecycleHookStage];
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
* @enum
|
|
825
|
+
*/
|
|
826
|
+
export declare const DeploymentStrategy: {
|
|
827
|
+
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
828
|
+
readonly CANARY: "CANARY";
|
|
829
|
+
readonly LINEAR: "LINEAR";
|
|
830
|
+
readonly ROLLING: "ROLLING";
|
|
831
|
+
};
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
export type DeploymentStrategy = (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
* @enum
|
|
839
|
+
*/
|
|
840
|
+
export declare const ServiceDeploymentLifecycleStage: {
|
|
841
|
+
readonly BAKE_TIME: "BAKE_TIME";
|
|
842
|
+
readonly CLEAN_UP: "CLEAN_UP";
|
|
843
|
+
readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
|
|
844
|
+
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
845
|
+
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
846
|
+
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
847
|
+
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
848
|
+
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
849
|
+
readonly SCALE_UP: "SCALE_UP";
|
|
850
|
+
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
851
|
+
};
|
|
852
|
+
/**
|
|
853
|
+
* @public
|
|
854
|
+
*/
|
|
855
|
+
export type ServiceDeploymentLifecycleStage = (typeof ServiceDeploymentLifecycleStage)[keyof typeof ServiceDeploymentLifecycleStage];
|
|
856
|
+
/**
|
|
857
|
+
* @public
|
|
858
|
+
* @enum
|
|
859
|
+
*/
|
|
860
|
+
export declare const ServiceDeploymentStatus: {
|
|
861
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
862
|
+
readonly PENDING: "PENDING";
|
|
863
|
+
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
864
|
+
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
865
|
+
readonly ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED";
|
|
866
|
+
readonly ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL";
|
|
867
|
+
readonly STOPPED: "STOPPED";
|
|
868
|
+
readonly STOP_REQUESTED: "STOP_REQUESTED";
|
|
869
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
870
|
+
};
|
|
871
|
+
/**
|
|
872
|
+
* @public
|
|
873
|
+
*/
|
|
874
|
+
export type ServiceDeploymentStatus = (typeof ServiceDeploymentStatus)[keyof typeof ServiceDeploymentStatus];
|
|
859
875
|
/**
|
|
860
876
|
* @public
|
|
861
877
|
* @enum
|
|
862
878
|
*/
|
|
863
|
-
export declare const
|
|
864
|
-
readonly
|
|
865
|
-
readonly
|
|
879
|
+
export declare const ExpressGatewayServiceScalingMetric: {
|
|
880
|
+
readonly AverageCPUUtilization: "AVERAGE_CPU";
|
|
881
|
+
readonly AverageMemoryUtilization: "AVERAGE_MEMORY";
|
|
882
|
+
readonly RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET";
|
|
866
883
|
};
|
|
867
884
|
/**
|
|
868
885
|
* @public
|
|
869
886
|
*/
|
|
870
|
-
export type
|
|
887
|
+
export type ExpressGatewayServiceScalingMetric = (typeof ExpressGatewayServiceScalingMetric)[keyof typeof ExpressGatewayServiceScalingMetric];
|
|
871
888
|
/**
|
|
872
889
|
* @public
|
|
873
890
|
* @enum
|
|
874
891
|
*/
|
|
875
|
-
export declare const
|
|
876
|
-
readonly
|
|
877
|
-
readonly
|
|
892
|
+
export declare const ExpressGatewayServiceStatusCode: {
|
|
893
|
+
readonly ACTIVE: "ACTIVE";
|
|
894
|
+
readonly DRAINING: "DRAINING";
|
|
895
|
+
readonly INACTIVE: "INACTIVE";
|
|
878
896
|
};
|
|
879
897
|
/**
|
|
880
898
|
* @public
|
|
881
899
|
*/
|
|
882
|
-
export type
|
|
900
|
+
export type ExpressGatewayServiceStatusCode = (typeof ExpressGatewayServiceStatusCode)[keyof typeof ExpressGatewayServiceStatusCode];
|
|
883
901
|
/**
|
|
884
902
|
* @public
|
|
885
903
|
* @enum
|
|
886
904
|
*/
|
|
887
|
-
export declare const
|
|
905
|
+
export declare const AvailabilityZoneRebalancing: {
|
|
888
906
|
readonly DISABLED: "DISABLED";
|
|
889
907
|
readonly ENABLED: "ENABLED";
|
|
890
908
|
};
|
|
891
909
|
/**
|
|
892
910
|
* @public
|
|
893
911
|
*/
|
|
894
|
-
export type
|
|
912
|
+
export type AvailabilityZoneRebalancing = (typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
|
|
895
913
|
/**
|
|
896
914
|
* @public
|
|
897
915
|
* @enum
|
|
898
916
|
*/
|
|
899
|
-
export declare const
|
|
900
|
-
readonly
|
|
901
|
-
readonly
|
|
902
|
-
readonly
|
|
903
|
-
readonly OK: "OK";
|
|
917
|
+
export declare const DeploymentControllerType: {
|
|
918
|
+
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
919
|
+
readonly ECS: "ECS";
|
|
920
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
904
921
|
};
|
|
905
922
|
/**
|
|
906
923
|
* @public
|
|
907
924
|
*/
|
|
908
|
-
export type
|
|
925
|
+
export type DeploymentControllerType = (typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
|
|
909
926
|
/**
|
|
910
927
|
* @public
|
|
911
928
|
* @enum
|
|
912
929
|
*/
|
|
913
|
-
export declare const
|
|
914
|
-
readonly
|
|
930
|
+
export declare const AssignPublicIp: {
|
|
931
|
+
readonly DISABLED: "DISABLED";
|
|
932
|
+
readonly ENABLED: "ENABLED";
|
|
915
933
|
};
|
|
916
934
|
/**
|
|
917
935
|
* @public
|
|
918
936
|
*/
|
|
919
|
-
export type
|
|
937
|
+
export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
920
938
|
/**
|
|
921
939
|
* @public
|
|
922
940
|
* @enum
|
|
923
941
|
*/
|
|
924
|
-
export declare const
|
|
925
|
-
readonly
|
|
942
|
+
export declare const PlacementConstraintType: {
|
|
943
|
+
readonly DISTINCT_INSTANCE: "distinctInstance";
|
|
944
|
+
readonly MEMBER_OF: "memberOf";
|
|
926
945
|
};
|
|
927
946
|
/**
|
|
928
947
|
* @public
|
|
929
948
|
*/
|
|
930
|
-
export type
|
|
949
|
+
export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
|
|
931
950
|
/**
|
|
932
951
|
* @public
|
|
933
952
|
* @enum
|
|
934
953
|
*/
|
|
935
|
-
export declare const
|
|
936
|
-
readonly
|
|
937
|
-
readonly
|
|
938
|
-
readonly
|
|
939
|
-
readonly STATISTICS: "STATISTICS";
|
|
940
|
-
readonly TAGS: "TAGS";
|
|
954
|
+
export declare const PlacementStrategyType: {
|
|
955
|
+
readonly BINPACK: "binpack";
|
|
956
|
+
readonly RANDOM: "random";
|
|
957
|
+
readonly SPREAD: "spread";
|
|
941
958
|
};
|
|
942
959
|
/**
|
|
943
960
|
* @public
|
|
944
961
|
*/
|
|
945
|
-
export type
|
|
962
|
+
export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
|
|
946
963
|
/**
|
|
947
964
|
* @public
|
|
948
965
|
* @enum
|
|
949
966
|
*/
|
|
950
|
-
export declare const
|
|
951
|
-
readonly
|
|
952
|
-
readonly
|
|
967
|
+
export declare const PropagateTags: {
|
|
968
|
+
readonly NONE: "NONE";
|
|
969
|
+
readonly SERVICE: "SERVICE";
|
|
970
|
+
readonly TASK_DEFINITION: "TASK_DEFINITION";
|
|
953
971
|
};
|
|
954
972
|
/**
|
|
955
973
|
* @public
|
|
956
974
|
*/
|
|
957
|
-
export type
|
|
975
|
+
export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
|
|
958
976
|
/**
|
|
959
977
|
* @public
|
|
960
978
|
* @enum
|
|
961
979
|
*/
|
|
962
|
-
export declare const
|
|
963
|
-
readonly
|
|
980
|
+
export declare const SchedulingStrategy: {
|
|
981
|
+
readonly DAEMON: "DAEMON";
|
|
982
|
+
readonly REPLICA: "REPLICA";
|
|
964
983
|
};
|
|
965
984
|
/**
|
|
966
985
|
* @public
|
|
967
986
|
*/
|
|
968
|
-
export type
|
|
987
|
+
export type SchedulingStrategy = (typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
|
|
969
988
|
/**
|
|
970
989
|
* @public
|
|
971
990
|
* @enum
|
|
972
991
|
*/
|
|
973
|
-
export declare const
|
|
974
|
-
readonly
|
|
975
|
-
readonly
|
|
976
|
-
readonly MONITORING_COMPLETE: "MONITORING_COMPLETE";
|
|
977
|
-
readonly TRIGGERED: "TRIGGERED";
|
|
992
|
+
export declare const ServiceConnectAccessLoggingFormat: {
|
|
993
|
+
readonly JSON: "JSON";
|
|
994
|
+
readonly TEXT: "TEXT";
|
|
978
995
|
};
|
|
979
996
|
/**
|
|
980
997
|
* @public
|
|
981
998
|
*/
|
|
982
|
-
export type
|
|
999
|
+
export type ServiceConnectAccessLoggingFormat = (typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
|
|
983
1000
|
/**
|
|
984
1001
|
* @public
|
|
985
1002
|
* @enum
|
|
986
1003
|
*/
|
|
987
|
-
export declare const
|
|
988
|
-
readonly
|
|
989
|
-
readonly
|
|
990
|
-
readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
|
|
991
|
-
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
992
|
-
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
993
|
-
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
994
|
-
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
995
|
-
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
996
|
-
readonly SCALE_UP: "SCALE_UP";
|
|
997
|
-
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
1004
|
+
export declare const ServiceConnectIncludeQueryParameters: {
|
|
1005
|
+
readonly DISABLED: "DISABLED";
|
|
1006
|
+
readonly ENABLED: "ENABLED";
|
|
998
1007
|
};
|
|
999
1008
|
/**
|
|
1000
1009
|
* @public
|
|
1001
1010
|
*/
|
|
1002
|
-
export type
|
|
1011
|
+
export type ServiceConnectIncludeQueryParameters = (typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
|
|
1003
1012
|
/**
|
|
1004
1013
|
* @public
|
|
1005
1014
|
* @enum
|
|
1006
1015
|
*/
|
|
1007
|
-
export declare const
|
|
1008
|
-
readonly
|
|
1009
|
-
readonly
|
|
1010
|
-
readonly
|
|
1011
|
-
readonly
|
|
1012
|
-
readonly ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED";
|
|
1013
|
-
readonly ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL";
|
|
1014
|
-
readonly STOPPED: "STOPPED";
|
|
1015
|
-
readonly STOP_REQUESTED: "STOP_REQUESTED";
|
|
1016
|
-
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
1016
|
+
export declare const TaskFilesystemType: {
|
|
1017
|
+
readonly EXT3: "ext3";
|
|
1018
|
+
readonly EXT4: "ext4";
|
|
1019
|
+
readonly NTFS: "ntfs";
|
|
1020
|
+
readonly XFS: "xfs";
|
|
1017
1021
|
};
|
|
1018
1022
|
/**
|
|
1019
1023
|
* @public
|
|
1020
1024
|
*/
|
|
1021
|
-
export type
|
|
1025
|
+
export type TaskFilesystemType = (typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
|
|
1022
1026
|
/**
|
|
1023
1027
|
* @public
|
|
1024
1028
|
* @enum
|
|
1025
1029
|
*/
|
|
1026
|
-
export declare const
|
|
1027
|
-
readonly
|
|
1028
|
-
readonly DELETED: "DELETED";
|
|
1029
|
-
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
1030
|
-
readonly FAILED: "FAILED";
|
|
1031
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
1030
|
+
export declare const EBSResourceType: {
|
|
1031
|
+
readonly VOLUME: "volume";
|
|
1032
1032
|
};
|
|
1033
1033
|
/**
|
|
1034
1034
|
* @public
|
|
1035
1035
|
*/
|
|
1036
|
-
export type
|
|
1036
|
+
export type EBSResourceType = (typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
1037
1037
|
/**
|
|
1038
1038
|
* @public
|
|
1039
1039
|
* @enum
|
|
1040
1040
|
*/
|
|
1041
|
-
export declare const
|
|
1042
|
-
readonly
|
|
1041
|
+
export declare const DeploymentRolloutState: {
|
|
1042
|
+
readonly COMPLETED: "COMPLETED";
|
|
1043
|
+
readonly FAILED: "FAILED";
|
|
1044
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1043
1045
|
};
|
|
1044
1046
|
/**
|
|
1045
1047
|
* @public
|
|
1046
1048
|
*/
|
|
1047
|
-
export type
|
|
1049
|
+
export type DeploymentRolloutState = (typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
|
|
1048
1050
|
/**
|
|
1049
1051
|
* @public
|
|
1050
1052
|
* @enum
|
|
1051
1053
|
*/
|
|
1052
|
-
export declare const
|
|
1053
|
-
readonly
|
|
1054
|
+
export declare const ResourceManagementType: {
|
|
1055
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
1056
|
+
readonly ECS: "ECS";
|
|
1054
1057
|
};
|
|
1055
1058
|
/**
|
|
1056
1059
|
* @public
|
|
1057
1060
|
*/
|
|
1058
|
-
export type
|
|
1061
|
+
export type ResourceManagementType = (typeof ResourceManagementType)[keyof typeof ResourceManagementType];
|
|
1059
1062
|
/**
|
|
1060
1063
|
* @public
|
|
1061
1064
|
* @enum
|
|
1062
1065
|
*/
|
|
1063
|
-
export declare const
|
|
1064
|
-
readonly
|
|
1066
|
+
export declare const ScaleUnit: {
|
|
1067
|
+
readonly PERCENT: "PERCENT";
|
|
1065
1068
|
};
|
|
1066
1069
|
/**
|
|
1067
1070
|
* @public
|
|
1068
1071
|
*/
|
|
1069
|
-
export type
|
|
1072
|
+
export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
|
|
1070
1073
|
/**
|
|
1071
1074
|
* @public
|
|
1072
1075
|
* @enum
|
|
1073
1076
|
*/
|
|
1074
|
-
export declare const
|
|
1075
|
-
readonly
|
|
1076
|
-
readonly
|
|
1077
|
+
export declare const StabilityStatus: {
|
|
1078
|
+
readonly STABILIZING: "STABILIZING";
|
|
1079
|
+
readonly STEADY_STATE: "STEADY_STATE";
|
|
1077
1080
|
};
|
|
1078
1081
|
/**
|
|
1079
1082
|
* @public
|
|
1080
1083
|
*/
|
|
1081
|
-
export type
|
|
1084
|
+
export type StabilityStatus = (typeof StabilityStatus)[keyof typeof StabilityStatus];
|
|
1082
1085
|
/**
|
|
1083
1086
|
* @public
|
|
1084
1087
|
* @enum
|
|
1085
1088
|
*/
|
|
1086
|
-
export declare const
|
|
1087
|
-
readonly
|
|
1088
|
-
readonly UNHEALTHY: "UNHEALTHY";
|
|
1089
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1089
|
+
export declare const ExpressGatewayServiceInclude: {
|
|
1090
|
+
readonly TAGS: "TAGS";
|
|
1090
1091
|
};
|
|
1091
1092
|
/**
|
|
1092
1093
|
* @public
|
|
1093
1094
|
*/
|
|
1094
|
-
export type
|
|
1095
|
+
export type ExpressGatewayServiceInclude = (typeof ExpressGatewayServiceInclude)[keyof typeof ExpressGatewayServiceInclude];
|
|
1095
1096
|
/**
|
|
1096
1097
|
* @public
|
|
1097
1098
|
* @enum
|
|
1098
1099
|
*/
|
|
1099
|
-
export declare const
|
|
1100
|
-
readonly
|
|
1100
|
+
export declare const ServiceField: {
|
|
1101
|
+
readonly TAGS: "TAGS";
|
|
1101
1102
|
};
|
|
1102
1103
|
/**
|
|
1103
1104
|
* @public
|
|
1104
1105
|
*/
|
|
1105
|
-
export type
|
|
1106
|
+
export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
|
|
1106
1107
|
/**
|
|
1107
1108
|
* @public
|
|
1108
1109
|
* @enum
|
|
1109
1110
|
*/
|
|
1110
|
-
export declare const
|
|
1111
|
-
readonly
|
|
1112
|
-
readonly
|
|
1113
|
-
readonly SPOT_INTERRUPTION: "SpotInterruption";
|
|
1114
|
-
readonly TASK_FAILED_TO_START: "TaskFailedToStart";
|
|
1115
|
-
readonly TERMINATION_NOTICE: "TerminationNotice";
|
|
1116
|
-
readonly USER_INITIATED: "UserInitiated";
|
|
1111
|
+
export declare const StopServiceDeploymentStopType: {
|
|
1112
|
+
readonly ABORT: "ABORT";
|
|
1113
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
1117
1114
|
};
|
|
1118
1115
|
/**
|
|
1119
1116
|
* @public
|
|
1120
1117
|
*/
|
|
1121
|
-
export type
|
|
1118
|
+
export type StopServiceDeploymentStopType = (typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];
|
|
1122
1119
|
/**
|
|
1123
1120
|
* @public
|
|
1124
1121
|
* @enum
|
|
1125
1122
|
*/
|
|
1126
|
-
export declare const
|
|
1127
|
-
readonly
|
|
1123
|
+
export declare const ManagedResourceStatus: {
|
|
1124
|
+
readonly ACTIVE: "ACTIVE";
|
|
1125
|
+
readonly DELETED: "DELETED";
|
|
1126
|
+
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
1127
|
+
readonly FAILED: "FAILED";
|
|
1128
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
1128
1129
|
};
|
|
1129
1130
|
/**
|
|
1130
1131
|
* @public
|
|
1131
1132
|
*/
|
|
1132
|
-
export type
|
|
1133
|
+
export type ManagedResourceStatus = (typeof ManagedResourceStatus)[keyof typeof ManagedResourceStatus];
|
|
1133
1134
|
/**
|
|
1134
1135
|
* @public
|
|
1135
1136
|
* @enum
|
|
1136
1137
|
*/
|
|
1137
|
-
export declare const
|
|
1138
|
-
readonly
|
|
1139
|
-
readonly
|
|
1140
|
-
readonly DRAINING: "DRAINING";
|
|
1141
|
-
readonly REGISTERING: "REGISTERING";
|
|
1142
|
-
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
1138
|
+
export declare const SortOrder: {
|
|
1139
|
+
readonly ASC: "ASC";
|
|
1140
|
+
readonly DESC: "DESC";
|
|
1143
1141
|
};
|
|
1144
1142
|
/**
|
|
1145
1143
|
* @public
|
|
1146
1144
|
*/
|
|
1147
|
-
export type
|
|
1145
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1148
1146
|
/**
|
|
1149
1147
|
* @public
|
|
1150
1148
|
* @enum
|
|
1151
1149
|
*/
|
|
1152
|
-
export declare const
|
|
1153
|
-
readonly
|
|
1154
|
-
readonly ALL: "ALL";
|
|
1155
|
-
readonly INACTIVE: "INACTIVE";
|
|
1150
|
+
export declare const TaskField: {
|
|
1151
|
+
readonly TAGS: "TAGS";
|
|
1156
1152
|
};
|
|
1157
1153
|
/**
|
|
1158
1154
|
* @public
|
|
1159
1155
|
*/
|
|
1160
|
-
export type
|
|
1156
|
+
export type TaskField = (typeof TaskField)[keyof typeof TaskField];
|
|
1161
1157
|
/**
|
|
1162
1158
|
* @public
|
|
1163
1159
|
* @enum
|
|
1164
1160
|
*/
|
|
1165
|
-
export declare const
|
|
1166
|
-
readonly
|
|
1167
|
-
readonly
|
|
1161
|
+
export declare const Connectivity: {
|
|
1162
|
+
readonly CONNECTED: "CONNECTED";
|
|
1163
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
1168
1164
|
};
|
|
1169
1165
|
/**
|
|
1170
1166
|
* @public
|
|
1171
1167
|
*/
|
|
1172
|
-
export type
|
|
1168
|
+
export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity];
|
|
1173
1169
|
/**
|
|
1174
1170
|
* @public
|
|
1175
1171
|
* @enum
|
|
1176
1172
|
*/
|
|
1177
|
-
export declare const
|
|
1178
|
-
readonly
|
|
1179
|
-
readonly
|
|
1180
|
-
readonly
|
|
1173
|
+
export declare const HealthStatus: {
|
|
1174
|
+
readonly HEALTHY: "HEALTHY";
|
|
1175
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
1176
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
1181
1177
|
};
|
|
1182
1178
|
/**
|
|
1183
1179
|
* @public
|
|
1184
1180
|
*/
|
|
1185
|
-
export type
|
|
1181
|
+
export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
|
|
1186
1182
|
/**
|
|
1187
1183
|
* @public
|
|
1188
1184
|
* @enum
|
|
1189
1185
|
*/
|
|
1190
|
-
export declare const
|
|
1191
|
-
readonly
|
|
1186
|
+
export declare const TaskStopCode: {
|
|
1187
|
+
readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
|
|
1188
|
+
readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
|
|
1189
|
+
readonly SPOT_INTERRUPTION: "SpotInterruption";
|
|
1190
|
+
readonly TASK_FAILED_TO_START: "TaskFailedToStart";
|
|
1191
|
+
readonly TERMINATION_NOTICE: "TerminationNotice";
|
|
1192
|
+
readonly USER_INITIATED: "UserInitiated";
|
|
1192
1193
|
};
|
|
1193
1194
|
/**
|
|
1194
1195
|
* @public
|
|
1195
1196
|
*/
|
|
1196
|
-
export type
|
|
1197
|
+
export type TaskStopCode = (typeof TaskStopCode)[keyof typeof TaskStopCode];
|
|
1197
1198
|
/**
|
|
1198
1199
|
* @public
|
|
1199
1200
|
* @enum
|
|
1200
1201
|
*/
|
|
1201
|
-
export declare const
|
|
1202
|
-
readonly
|
|
1203
|
-
readonly ROLLBACK: "ROLLBACK";
|
|
1202
|
+
export declare const TaskSetField: {
|
|
1203
|
+
readonly TAGS: "TAGS";
|
|
1204
1204
|
};
|
|
1205
1205
|
/**
|
|
1206
1206
|
* @public
|
|
1207
1207
|
*/
|
|
1208
|
-
export type
|
|
1208
|
+
export type TaskSetField = (typeof TaskSetField)[keyof typeof TaskSetField];
|