@aws-sdk/client-ecs 3.325.0 → 3.327.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.
Files changed (63) hide show
  1. package/dist-cjs/models/models_0.js +14 -14
  2. package/dist-cjs/protocols/Aws_json1_1.js +6 -0
  3. package/dist-es/models/models_0.js +12 -12
  4. package/dist-es/protocols/Aws_json1_1.js +6 -0
  5. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +29 -0
  6. package/dist-types/commands/CreateClusterCommand.d.ts +75 -0
  7. package/dist-types/commands/CreateServiceCommand.d.ts +236 -0
  8. package/dist-types/commands/CreateTaskSetCommand.d.ts +69 -0
  9. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +10 -0
  10. package/dist-types/commands/DeleteAttributesCommand.d.ts +13 -0
  11. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +29 -0
  12. package/dist-types/commands/DeleteClusterCommand.d.ts +72 -0
  13. package/dist-types/commands/DeleteServiceCommand.d.ts +236 -0
  14. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +275 -0
  15. package/dist-types/commands/DeleteTaskSetCommand.d.ts +69 -0
  16. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +85 -0
  17. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +266 -0
  18. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +39 -0
  19. package/dist-types/commands/DescribeClustersCommand.d.ts +81 -0
  20. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +94 -0
  21. package/dist-types/commands/DescribeServicesCommand.d.ts +245 -0
  22. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +272 -0
  23. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +78 -0
  24. package/dist-types/commands/DescribeTasksCommand.d.ts +170 -0
  25. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +8 -0
  26. package/dist-types/commands/ExecuteCommandCommand.d.ts +15 -0
  27. package/dist-types/commands/GetTaskProtectionCommand.d.ts +19 -0
  28. package/dist-types/commands/ListAccountSettingsCommand.d.ts +13 -0
  29. package/dist-types/commands/ListAttributesCommand.d.ts +14 -0
  30. package/dist-types/commands/ListClustersCommand.d.ts +9 -0
  31. package/dist-types/commands/ListContainerInstancesCommand.d.ts +9 -0
  32. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +9 -0
  33. package/dist-types/commands/ListServicesCommand.d.ts +9 -0
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  35. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +9 -0
  36. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +9 -0
  37. package/dist-types/commands/ListTasksCommand.d.ts +9 -0
  38. package/dist-types/commands/PutAccountSettingCommand.d.ts +10 -0
  39. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +10 -0
  40. package/dist-types/commands/PutAttributesCommand.d.ts +13 -0
  41. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +72 -0
  42. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +85 -0
  43. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +272 -0
  44. package/dist-types/commands/RunTaskCommand.d.ts +170 -0
  45. package/dist-types/commands/StartTaskCommand.d.ts +170 -0
  46. package/dist-types/commands/StopTaskCommand.d.ts +161 -0
  47. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +6 -0
  48. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -0
  49. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +6 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  51. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  52. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +29 -0
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +75 -0
  54. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +72 -0
  55. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +85 -0
  56. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +94 -0
  57. package/dist-types/commands/UpdateServiceCommand.d.ts +236 -0
  58. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +69 -0
  59. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +19 -0
  60. package/dist-types/commands/UpdateTaskSetCommand.d.ts +69 -0
  61. package/dist-types/models/models_0.d.ts +12 -12
  62. package/dist-types/ts3.4/models/models_0.d.ts +7 -7
  63. package/package.json +7 -7
@@ -42,6 +42,17 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met
42
42
  * };
43
43
  * const command = new PutAttributesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // PutAttributesResponse
46
+ * // attributes: [ // Attributes
47
+ * // { // Attribute
48
+ * // name: "STRING_VALUE", // required
49
+ * // value: "STRING_VALUE",
50
+ * // targetType: "container-instance",
51
+ * // targetId: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // };
55
+ *
45
56
  * ```
46
57
  *
47
58
  * @param PutAttributesCommandInput - {@link PutAttributesCommandInput}
@@ -67,6 +78,8 @@ export interface PutAttributesCommandOutput extends PutAttributesResponse, __Met
67
78
  * with <a>ListContainerInstances</a>. Amazon ECS container instances are
68
79
  * cluster-specific and Region-specific.</p>
69
80
  *
81
+ * @throws {@link ECSServiceException}
82
+ * <p>Base exception class for all service exceptions from ECS service.</p>
70
83
  *
71
84
  */
72
85
  export declare class PutAttributesCommand extends $Command<PutAttributesCommandInput, PutAttributesCommandOutput, ECSClientResolvedConfig> {
@@ -54,6 +54,76 @@ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapa
54
54
  * };
55
55
  * const command = new PutClusterCapacityProvidersCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // { // PutClusterCapacityProvidersResponse
58
+ * // cluster: { // Cluster
59
+ * // clusterArn: "STRING_VALUE",
60
+ * // clusterName: "STRING_VALUE",
61
+ * // configuration: { // ClusterConfiguration
62
+ * // executeCommandConfiguration: { // ExecuteCommandConfiguration
63
+ * // kmsKeyId: "STRING_VALUE",
64
+ * // logging: "NONE" || "DEFAULT" || "OVERRIDE",
65
+ * // logConfiguration: { // ExecuteCommandLogConfiguration
66
+ * // cloudWatchLogGroupName: "STRING_VALUE",
67
+ * // cloudWatchEncryptionEnabled: true || false,
68
+ * // s3BucketName: "STRING_VALUE",
69
+ * // s3EncryptionEnabled: true || false,
70
+ * // s3KeyPrefix: "STRING_VALUE",
71
+ * // },
72
+ * // },
73
+ * // },
74
+ * // status: "STRING_VALUE",
75
+ * // registeredContainerInstancesCount: Number("int"),
76
+ * // runningTasksCount: Number("int"),
77
+ * // pendingTasksCount: Number("int"),
78
+ * // activeServicesCount: Number("int"),
79
+ * // statistics: [ // Statistics
80
+ * // { // KeyValuePair
81
+ * // name: "STRING_VALUE",
82
+ * // value: "STRING_VALUE",
83
+ * // },
84
+ * // ],
85
+ * // tags: [ // Tags
86
+ * // { // Tag
87
+ * // key: "STRING_VALUE",
88
+ * // value: "STRING_VALUE",
89
+ * // },
90
+ * // ],
91
+ * // settings: [ // ClusterSettings
92
+ * // { // ClusterSetting
93
+ * // name: "containerInsights",
94
+ * // value: "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // capacityProviders: [ // StringList
98
+ * // "STRING_VALUE",
99
+ * // ],
100
+ * // defaultCapacityProviderStrategy: [ // CapacityProviderStrategy
101
+ * // { // CapacityProviderStrategyItem
102
+ * // capacityProvider: "STRING_VALUE", // required
103
+ * // weight: Number("int"),
104
+ * // base: Number("int"),
105
+ * // },
106
+ * // ],
107
+ * // attachments: [ // Attachments
108
+ * // { // Attachment
109
+ * // id: "STRING_VALUE",
110
+ * // type: "STRING_VALUE",
111
+ * // status: "STRING_VALUE",
112
+ * // details: [ // AttachmentDetails
113
+ * // {
114
+ * // name: "STRING_VALUE",
115
+ * // value: "STRING_VALUE",
116
+ * // },
117
+ * // ],
118
+ * // },
119
+ * // ],
120
+ * // attachmentsStatus: "STRING_VALUE",
121
+ * // serviceConnectDefaults: { // ClusterServiceConnectDefaults
122
+ * // namespace: "STRING_VALUE",
123
+ * // },
124
+ * // },
125
+ * // };
126
+ *
57
127
  * ```
58
128
  *
59
129
  * @param PutClusterCapacityProvidersCommandInput - {@link PutClusterCapacityProvidersCommandInput}
@@ -87,6 +157,8 @@ export interface PutClusterCapacityProvidersCommandOutput extends PutClusterCapa
87
157
  * process can get stuck in that state. However, when the agent reconnects, it resumes
88
158
  * where it stopped previously.</p>
89
159
  *
160
+ * @throws {@link ECSServiceException}
161
+ * <p>Base exception class for all service exceptions from ECS service.</p>
90
162
  *
91
163
  */
92
164
  export declare class PutClusterCapacityProvidersCommand extends $Command<PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig> {
@@ -75,6 +75,89 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine
75
75
  * };
76
76
  * const command = new RegisterContainerInstanceCommand(input);
77
77
  * const response = await client.send(command);
78
+ * // { // RegisterContainerInstanceResponse
79
+ * // containerInstance: { // ContainerInstance
80
+ * // containerInstanceArn: "STRING_VALUE",
81
+ * // ec2InstanceId: "STRING_VALUE",
82
+ * // capacityProviderName: "STRING_VALUE",
83
+ * // version: Number("long"),
84
+ * // versionInfo: { // VersionInfo
85
+ * // agentVersion: "STRING_VALUE",
86
+ * // agentHash: "STRING_VALUE",
87
+ * // dockerVersion: "STRING_VALUE",
88
+ * // },
89
+ * // remainingResources: [ // Resources
90
+ * // { // Resource
91
+ * // name: "STRING_VALUE",
92
+ * // type: "STRING_VALUE",
93
+ * // doubleValue: Number("double"),
94
+ * // longValue: Number("long"),
95
+ * // integerValue: Number("int"),
96
+ * // stringSetValue: [ // StringList
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // },
100
+ * // ],
101
+ * // registeredResources: [
102
+ * // {
103
+ * // name: "STRING_VALUE",
104
+ * // type: "STRING_VALUE",
105
+ * // doubleValue: Number("double"),
106
+ * // longValue: Number("long"),
107
+ * // integerValue: Number("int"),
108
+ * // stringSetValue: [
109
+ * // "STRING_VALUE",
110
+ * // ],
111
+ * // },
112
+ * // ],
113
+ * // status: "STRING_VALUE",
114
+ * // statusReason: "STRING_VALUE",
115
+ * // agentConnected: true || false,
116
+ * // runningTasksCount: Number("int"),
117
+ * // pendingTasksCount: Number("int"),
118
+ * // agentUpdateStatus: "PENDING" || "STAGING" || "STAGED" || "UPDATING" || "UPDATED" || "FAILED",
119
+ * // attributes: [ // Attributes
120
+ * // { // Attribute
121
+ * // name: "STRING_VALUE", // required
122
+ * // value: "STRING_VALUE",
123
+ * // targetType: "container-instance",
124
+ * // targetId: "STRING_VALUE",
125
+ * // },
126
+ * // ],
127
+ * // registeredAt: new Date("TIMESTAMP"),
128
+ * // attachments: [ // Attachments
129
+ * // { // Attachment
130
+ * // id: "STRING_VALUE",
131
+ * // type: "STRING_VALUE",
132
+ * // status: "STRING_VALUE",
133
+ * // details: [ // AttachmentDetails
134
+ * // { // KeyValuePair
135
+ * // name: "STRING_VALUE",
136
+ * // value: "STRING_VALUE",
137
+ * // },
138
+ * // ],
139
+ * // },
140
+ * // ],
141
+ * // tags: [ // Tags
142
+ * // { // Tag
143
+ * // key: "STRING_VALUE",
144
+ * // value: "STRING_VALUE",
145
+ * // },
146
+ * // ],
147
+ * // healthStatus: { // ContainerInstanceHealthStatus
148
+ * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
149
+ * // details: [ // InstanceHealthCheckResultList
150
+ * // { // InstanceHealthCheckResult
151
+ * // type: "CONTAINER_RUNTIME",
152
+ * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
153
+ * // lastUpdated: new Date("TIMESTAMP"),
154
+ * // lastStatusChange: new Date("TIMESTAMP"),
155
+ * // },
156
+ * // ],
157
+ * // },
158
+ * // },
159
+ * // };
160
+ *
78
161
  * ```
79
162
  *
80
163
  * @param RegisterContainerInstanceCommandInput - {@link RegisterContainerInstanceCommandInput}
@@ -95,6 +178,8 @@ export interface RegisterContainerInstanceCommandOutput extends RegisterContaine
95
178
  * @throws {@link ServerException} (server fault)
96
179
  * <p>These errors are usually caused by a server issue.</p>
97
180
  *
181
+ * @throws {@link ECSServiceException}
182
+ * <p>Base exception class for all service exceptions from ECS service.</p>
98
183
  *
99
184
  */
100
185
  export declare class RegisterContainerInstanceCommand extends $Command<RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig> {
@@ -295,6 +295,276 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit
295
295
  * };
296
296
  * const command = new RegisterTaskDefinitionCommand(input);
297
297
  * const response = await client.send(command);
298
+ * // { // RegisterTaskDefinitionResponse
299
+ * // taskDefinition: { // TaskDefinition
300
+ * // taskDefinitionArn: "STRING_VALUE",
301
+ * // containerDefinitions: [ // ContainerDefinitions
302
+ * // { // ContainerDefinition
303
+ * // name: "STRING_VALUE",
304
+ * // image: "STRING_VALUE",
305
+ * // repositoryCredentials: { // RepositoryCredentials
306
+ * // credentialsParameter: "STRING_VALUE", // required
307
+ * // },
308
+ * // cpu: Number("int"),
309
+ * // memory: Number("int"),
310
+ * // memoryReservation: Number("int"),
311
+ * // links: [ // StringList
312
+ * // "STRING_VALUE",
313
+ * // ],
314
+ * // portMappings: [ // PortMappingList
315
+ * // { // PortMapping
316
+ * // containerPort: Number("int"),
317
+ * // hostPort: Number("int"),
318
+ * // protocol: "tcp" || "udp",
319
+ * // name: "STRING_VALUE",
320
+ * // appProtocol: "http" || "http2" || "grpc",
321
+ * // containerPortRange: "STRING_VALUE",
322
+ * // },
323
+ * // ],
324
+ * // essential: true || false,
325
+ * // entryPoint: [
326
+ * // "STRING_VALUE",
327
+ * // ],
328
+ * // command: [
329
+ * // "STRING_VALUE",
330
+ * // ],
331
+ * // environment: [ // EnvironmentVariables
332
+ * // { // KeyValuePair
333
+ * // name: "STRING_VALUE",
334
+ * // value: "STRING_VALUE",
335
+ * // },
336
+ * // ],
337
+ * // environmentFiles: [ // EnvironmentFiles
338
+ * // { // EnvironmentFile
339
+ * // value: "STRING_VALUE", // required
340
+ * // type: "s3", // required
341
+ * // },
342
+ * // ],
343
+ * // mountPoints: [ // MountPointList
344
+ * // { // MountPoint
345
+ * // sourceVolume: "STRING_VALUE",
346
+ * // containerPath: "STRING_VALUE",
347
+ * // readOnly: true || false,
348
+ * // },
349
+ * // ],
350
+ * // volumesFrom: [ // VolumeFromList
351
+ * // { // VolumeFrom
352
+ * // sourceContainer: "STRING_VALUE",
353
+ * // readOnly: true || false,
354
+ * // },
355
+ * // ],
356
+ * // linuxParameters: { // LinuxParameters
357
+ * // capabilities: { // KernelCapabilities
358
+ * // add: [
359
+ * // "STRING_VALUE",
360
+ * // ],
361
+ * // drop: [
362
+ * // "STRING_VALUE",
363
+ * // ],
364
+ * // },
365
+ * // devices: [ // DevicesList
366
+ * // { // Device
367
+ * // hostPath: "STRING_VALUE", // required
368
+ * // containerPath: "STRING_VALUE",
369
+ * // permissions: [ // DeviceCgroupPermissions
370
+ * // "read" || "write" || "mknod",
371
+ * // ],
372
+ * // },
373
+ * // ],
374
+ * // initProcessEnabled: true || false,
375
+ * // sharedMemorySize: Number("int"),
376
+ * // tmpfs: [ // TmpfsList
377
+ * // { // Tmpfs
378
+ * // containerPath: "STRING_VALUE", // required
379
+ * // size: Number("int"), // required
380
+ * // mountOptions: "<StringList>",
381
+ * // },
382
+ * // ],
383
+ * // maxSwap: Number("int"),
384
+ * // swappiness: Number("int"),
385
+ * // },
386
+ * // secrets: [ // SecretList
387
+ * // { // Secret
388
+ * // name: "STRING_VALUE", // required
389
+ * // valueFrom: "STRING_VALUE", // required
390
+ * // },
391
+ * // ],
392
+ * // dependsOn: [ // ContainerDependencies
393
+ * // { // ContainerDependency
394
+ * // containerName: "STRING_VALUE", // required
395
+ * // condition: "START" || "COMPLETE" || "SUCCESS" || "HEALTHY", // required
396
+ * // },
397
+ * // ],
398
+ * // startTimeout: Number("int"),
399
+ * // stopTimeout: Number("int"),
400
+ * // hostname: "STRING_VALUE",
401
+ * // user: "STRING_VALUE",
402
+ * // workingDirectory: "STRING_VALUE",
403
+ * // disableNetworking: true || false,
404
+ * // privileged: true || false,
405
+ * // readonlyRootFilesystem: true || false,
406
+ * // dnsServers: "<StringList>",
407
+ * // dnsSearchDomains: "<StringList>",
408
+ * // extraHosts: [ // HostEntryList
409
+ * // { // HostEntry
410
+ * // hostname: "STRING_VALUE", // required
411
+ * // ipAddress: "STRING_VALUE", // required
412
+ * // },
413
+ * // ],
414
+ * // dockerSecurityOptions: "<StringList>",
415
+ * // interactive: true || false,
416
+ * // pseudoTerminal: true || false,
417
+ * // dockerLabels: { // DockerLabelsMap
418
+ * // "<keys>": "STRING_VALUE",
419
+ * // },
420
+ * // ulimits: [ // UlimitList
421
+ * // { // Ulimit
422
+ * // name: "core" || "cpu" || "data" || "fsize" || "locks" || "memlock" || "msgqueue" || "nice" || "nofile" || "nproc" || "rss" || "rtprio" || "rttime" || "sigpending" || "stack", // required
423
+ * // softLimit: Number("int"), // required
424
+ * // hardLimit: Number("int"), // required
425
+ * // },
426
+ * // ],
427
+ * // logConfiguration: { // LogConfiguration
428
+ * // logDriver: "json-file" || "syslog" || "journald" || "gelf" || "fluentd" || "awslogs" || "splunk" || "awsfirelens", // required
429
+ * // options: { // LogConfigurationOptionsMap
430
+ * // "<keys>": "STRING_VALUE",
431
+ * // },
432
+ * // secretOptions: [
433
+ * // {
434
+ * // name: "STRING_VALUE", // required
435
+ * // valueFrom: "STRING_VALUE", // required
436
+ * // },
437
+ * // ],
438
+ * // },
439
+ * // healthCheck: { // HealthCheck
440
+ * // command: "<StringList>", // required
441
+ * // interval: Number("int"),
442
+ * // timeout: Number("int"),
443
+ * // retries: Number("int"),
444
+ * // startPeriod: Number("int"),
445
+ * // },
446
+ * // systemControls: [ // SystemControls
447
+ * // { // SystemControl
448
+ * // namespace: "STRING_VALUE",
449
+ * // value: "STRING_VALUE",
450
+ * // },
451
+ * // ],
452
+ * // resourceRequirements: [ // ResourceRequirements
453
+ * // { // ResourceRequirement
454
+ * // value: "STRING_VALUE", // required
455
+ * // type: "GPU" || "InferenceAccelerator", // required
456
+ * // },
457
+ * // ],
458
+ * // firelensConfiguration: { // FirelensConfiguration
459
+ * // type: "fluentd" || "fluentbit", // required
460
+ * // options: { // FirelensConfigurationOptionsMap
461
+ * // "<keys>": "STRING_VALUE",
462
+ * // },
463
+ * // },
464
+ * // },
465
+ * // ],
466
+ * // family: "STRING_VALUE",
467
+ * // taskRoleArn: "STRING_VALUE",
468
+ * // executionRoleArn: "STRING_VALUE",
469
+ * // networkMode: "bridge" || "host" || "awsvpc" || "none",
470
+ * // revision: Number("int"),
471
+ * // volumes: [ // VolumeList
472
+ * // { // Volume
473
+ * // name: "STRING_VALUE",
474
+ * // host: { // HostVolumeProperties
475
+ * // sourcePath: "STRING_VALUE",
476
+ * // },
477
+ * // dockerVolumeConfiguration: { // DockerVolumeConfiguration
478
+ * // scope: "task" || "shared",
479
+ * // autoprovision: true || false,
480
+ * // driver: "STRING_VALUE",
481
+ * // driverOpts: { // StringMap
482
+ * // "<keys>": "STRING_VALUE",
483
+ * // },
484
+ * // labels: {
485
+ * // "<keys>": "STRING_VALUE",
486
+ * // },
487
+ * // },
488
+ * // efsVolumeConfiguration: { // EFSVolumeConfiguration
489
+ * // fileSystemId: "STRING_VALUE", // required
490
+ * // rootDirectory: "STRING_VALUE",
491
+ * // transitEncryption: "ENABLED" || "DISABLED",
492
+ * // transitEncryptionPort: Number("int"),
493
+ * // authorizationConfig: { // EFSAuthorizationConfig
494
+ * // accessPointId: "STRING_VALUE",
495
+ * // iam: "ENABLED" || "DISABLED",
496
+ * // },
497
+ * // },
498
+ * // fsxWindowsFileServerVolumeConfiguration: { // FSxWindowsFileServerVolumeConfiguration
499
+ * // fileSystemId: "STRING_VALUE", // required
500
+ * // rootDirectory: "STRING_VALUE", // required
501
+ * // authorizationConfig: { // FSxWindowsFileServerAuthorizationConfig
502
+ * // credentialsParameter: "STRING_VALUE", // required
503
+ * // domain: "STRING_VALUE", // required
504
+ * // },
505
+ * // },
506
+ * // },
507
+ * // ],
508
+ * // status: "ACTIVE" || "INACTIVE" || "DELETE_IN_PROGRESS",
509
+ * // requiresAttributes: [ // RequiresAttributes
510
+ * // { // Attribute
511
+ * // name: "STRING_VALUE", // required
512
+ * // value: "STRING_VALUE",
513
+ * // targetType: "container-instance",
514
+ * // targetId: "STRING_VALUE",
515
+ * // },
516
+ * // ],
517
+ * // placementConstraints: [ // TaskDefinitionPlacementConstraints
518
+ * // { // TaskDefinitionPlacementConstraint
519
+ * // type: "memberOf",
520
+ * // expression: "STRING_VALUE",
521
+ * // },
522
+ * // ],
523
+ * // compatibilities: [ // CompatibilityList
524
+ * // "EC2" || "FARGATE" || "EXTERNAL",
525
+ * // ],
526
+ * // runtimePlatform: { // RuntimePlatform
527
+ * // cpuArchitecture: "X86_64" || "ARM64",
528
+ * // operatingSystemFamily: "WINDOWS_SERVER_2019_FULL" || "WINDOWS_SERVER_2019_CORE" || "WINDOWS_SERVER_2016_FULL" || "WINDOWS_SERVER_2004_CORE" || "WINDOWS_SERVER_2022_CORE" || "WINDOWS_SERVER_2022_FULL" || "WINDOWS_SERVER_20H2_CORE" || "LINUX",
529
+ * // },
530
+ * // requiresCompatibilities: [
531
+ * // "EC2" || "FARGATE" || "EXTERNAL",
532
+ * // ],
533
+ * // cpu: "STRING_VALUE",
534
+ * // memory: "STRING_VALUE",
535
+ * // inferenceAccelerators: [ // InferenceAccelerators
536
+ * // { // InferenceAccelerator
537
+ * // deviceName: "STRING_VALUE", // required
538
+ * // deviceType: "STRING_VALUE", // required
539
+ * // },
540
+ * // ],
541
+ * // pidMode: "host" || "task",
542
+ * // ipcMode: "host" || "task" || "none",
543
+ * // proxyConfiguration: { // ProxyConfiguration
544
+ * // type: "APPMESH",
545
+ * // containerName: "STRING_VALUE", // required
546
+ * // properties: [ // ProxyConfigurationProperties
547
+ * // {
548
+ * // name: "STRING_VALUE",
549
+ * // value: "STRING_VALUE",
550
+ * // },
551
+ * // ],
552
+ * // },
553
+ * // registeredAt: new Date("TIMESTAMP"),
554
+ * // deregisteredAt: new Date("TIMESTAMP"),
555
+ * // registeredBy: "STRING_VALUE",
556
+ * // ephemeralStorage: { // EphemeralStorage
557
+ * // sizeInGiB: Number("int"), // required
558
+ * // },
559
+ * // },
560
+ * // tags: [ // Tags
561
+ * // { // Tag
562
+ * // key: "STRING_VALUE",
563
+ * // value: "STRING_VALUE",
564
+ * // },
565
+ * // ],
566
+ * // };
567
+ *
298
568
  * ```
299
569
  *
300
570
  * @param RegisterTaskDefinitionCommandInput - {@link RegisterTaskDefinitionCommandInput}
@@ -315,6 +585,8 @@ export interface RegisterTaskDefinitionCommandOutput extends RegisterTaskDefinit
315
585
  * @throws {@link ServerException} (server fault)
316
586
  * <p>These errors are usually caused by a server issue.</p>
317
587
  *
588
+ * @throws {@link ECSServiceException}
589
+ * <p>Base exception class for all service exceptions from ECS service.</p>
318
590
  *
319
591
  * @example To register a task definition
320
592
  * ```javascript