|
7454 | 7454 | "shape":"StartedAt",
|
7455 | 7455 | "documentation":"<p>The date and time the resource started running.</p>"
|
7456 | 7456 | },
|
| 7457 | + "updatedAt":{ |
| 7458 | + "shape":"UpdatedAt", |
| 7459 | + "documentation":"<p>The date and time the resource was updated.</p>" |
| 7460 | + }, |
| 7461 | + "updatedBy":{ |
| 7462 | + "shape":"UpdatedBy", |
| 7463 | + "documentation":"<p>The user or system that updated this resource.</p>" |
| 7464 | + }, |
7457 | 7465 | "jobParameters":{
|
7458 | 7466 | "shape":"JobParameters",
|
7459 | 7467 | "documentation":"<p>The job parameters.</p>"
|
|
10380 | 10388 | "shape":"ServiceManagedEc2InstanceMarketOptions",
|
10381 | 10389 | "documentation":"<p>The Amazon EC2 market type.</p>"
|
10382 | 10390 | },
|
| 10391 | + "vpcConfiguration":{ |
| 10392 | + "shape":"VpcConfiguration", |
| 10393 | + "documentation":"<p>The VPC configuration details for a service managed Amazon EC2 fleet.</p>" |
| 10394 | + }, |
10383 | 10395 | "storageProfileId":{
|
10384 | 10396 | "shape":"StorageProfileId",
|
10385 | 10397 | "documentation":"<p>The storage profile ID.</p>"
|
|
11223 | 11235 | "shape":"CreatedAt",
|
11224 | 11236 | "documentation":"<p>The date and time the resource was created.</p>"
|
11225 | 11237 | },
|
| 11238 | + "createdBy":{ |
| 11239 | + "shape":"CreatedBy", |
| 11240 | + "documentation":"<p>The user or system that created this resource.</p>" |
| 11241 | + }, |
11226 | 11242 | "startedAt":{
|
11227 | 11243 | "shape":"StartedAt",
|
11228 | 11244 | "documentation":"<p>The date and time the resource started running.</p>"
|
|
11231 | 11247 | "shape":"EndedAt",
|
11232 | 11248 | "documentation":"<p>The date and time the resource ended running.</p>"
|
11233 | 11249 | },
|
| 11250 | + "updatedAt":{ |
| 11251 | + "shape":"UpdatedAt", |
| 11252 | + "documentation":"<p>The date and time the resource was updated.</p>" |
| 11253 | + }, |
| 11254 | + "updatedBy":{ |
| 11255 | + "shape":"UpdatedBy", |
| 11256 | + "documentation":"<p>The user or system that updated this resource.</p>" |
| 11257 | + }, |
11234 | 11258 | "parameterSpace":{
|
11235 | 11259 | "shape":"ParameterSpace",
|
11236 | 11260 | "documentation":"<p>The parameters and combination expressions for the search.</p>"
|
|
11674 | 11698 | "endedAt":{
|
11675 | 11699 | "shape":"EndedAt",
|
11676 | 11700 | "documentation":"<p>The date and time the resource ended running.</p>"
|
| 11701 | + }, |
| 11702 | + "updatedAt":{ |
| 11703 | + "shape":"UpdatedAt", |
| 11704 | + "documentation":"<p>The date and time the resource was updated.</p>" |
| 11705 | + }, |
| 11706 | + "updatedBy":{ |
| 11707 | + "shape":"UpdatedBy", |
| 11708 | + "documentation":"<p>The user or system that updated this resource.</p>" |
11677 | 11709 | }
|
11678 | 11710 | },
|
11679 | 11711 | "documentation":"<p>The details of a task search.</p>"
|
@@ -12854,12 +12886,31 @@
|
12854 | 12886 | "OTHER"
|
12855 | 12887 | ]
|
12856 | 12888 | },
|
| 12889 | + "VpcConfiguration":{ |
| 12890 | + "type":"structure", |
| 12891 | + "members":{ |
| 12892 | + "resourceConfigurationArns":{ |
| 12893 | + "shape":"VpcResourceConfigurationArns", |
| 12894 | + "documentation":"<p>The ARNs of the VPC Lattice resource configurations attached to the fleet.</p>" |
| 12895 | + } |
| 12896 | + }, |
| 12897 | + "documentation":"<p>The configuration options for a service managed fleet's VPC.</p>" |
| 12898 | + }, |
12857 | 12899 | "VpcId":{
|
12858 | 12900 | "type":"string",
|
12859 | 12901 | "max":32,
|
12860 | 12902 | "min":1,
|
12861 | 12903 | "pattern":"vpc-[\\w]{1,120}"
|
12862 | 12904 | },
|
| 12905 | + "VpcResourceConfigurationArn":{ |
| 12906 | + "type":"string", |
| 12907 | + "max":2048, |
| 12908 | + "min":1 |
| 12909 | + }, |
| 12910 | + "VpcResourceConfigurationArns":{ |
| 12911 | + "type":"list", |
| 12912 | + "member":{"shape":"VpcResourceConfigurationArn"} |
| 12913 | + }, |
12863 | 12914 | "WindowsUser":{
|
12864 | 12915 | "type":"structure",
|
12865 | 12916 | "required":[
|
|
0 commit comments