|
1421 | 1421 | }
|
1422 | 1422 | },
|
1423 | 1423 | "shapes":{
|
| 1424 | + "AGAModeForDirectoryEnum":{ |
| 1425 | + "type":"string", |
| 1426 | + "enum":[ |
| 1427 | + "ENABLED_AUTO", |
| 1428 | + "DISABLED" |
| 1429 | + ] |
| 1430 | + }, |
| 1431 | + "AGAModeForWorkSpaceEnum":{ |
| 1432 | + "type":"string", |
| 1433 | + "enum":[ |
| 1434 | + "ENABLED_AUTO", |
| 1435 | + "DISABLED", |
| 1436 | + "INHERITED" |
| 1437 | + ] |
| 1438 | + }, |
| 1439 | + "AGAPreferredProtocolForDirectory":{ |
| 1440 | + "type":"string", |
| 1441 | + "enum":[ |
| 1442 | + "TCP", |
| 1443 | + "NONE" |
| 1444 | + ] |
| 1445 | + }, |
| 1446 | + "AGAPreferredProtocolForWorkSpace":{ |
| 1447 | + "type":"string", |
| 1448 | + "enum":[ |
| 1449 | + "TCP", |
| 1450 | + "NONE", |
| 1451 | + "INHERITED" |
| 1452 | + ] |
| 1453 | + }, |
1424 | 1454 | "ARN":{
|
1425 | 1455 | "type":"string",
|
1426 | 1456 | "pattern":"^arn:aws[a-z-]{0,7}:[A-Za-z0-9][A-za-z0-9_/.-]{0,62}:[A-za-z0-9_/.-]{0,63}:[A-za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$"
|
|
4050 | 4080 | }
|
4051 | 4081 | }
|
4052 | 4082 | },
|
| 4083 | + "GlobalAcceleratorForDirectory":{ |
| 4084 | + "type":"structure", |
| 4085 | + "required":["Mode"], |
| 4086 | + "members":{ |
| 4087 | + "Mode":{ |
| 4088 | + "shape":"AGAModeForDirectoryEnum", |
| 4089 | + "documentation":"<p>Indicates if Global Accelerator for directory is enabled or disabled.</p>" |
| 4090 | + }, |
| 4091 | + "PreferredProtocol":{ |
| 4092 | + "shape":"AGAPreferredProtocolForDirectory", |
| 4093 | + "documentation":"<p>Indicates the preferred protocol for Global Accelerator.</p>" |
| 4094 | + } |
| 4095 | + }, |
| 4096 | + "documentation":"<p>Describes the Global Accelerator for directory</p>" |
| 4097 | + }, |
| 4098 | + "GlobalAcceleratorForWorkSpace":{ |
| 4099 | + "type":"structure", |
| 4100 | + "required":["Mode"], |
| 4101 | + "members":{ |
| 4102 | + "Mode":{ |
| 4103 | + "shape":"AGAModeForWorkSpaceEnum", |
| 4104 | + "documentation":"<p>Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.</p>" |
| 4105 | + }, |
| 4106 | + "PreferredProtocol":{ |
| 4107 | + "shape":"AGAPreferredProtocolForWorkSpace", |
| 4108 | + "documentation":"<p>Indicates the preferred protocol for Global Accelerator.</p>" |
| 4109 | + } |
| 4110 | + }, |
| 4111 | + "documentation":"<p>Describes the Global Accelerator for WorkSpaces.</p>" |
| 4112 | + }, |
4053 | 4113 | "IDCConfig":{
|
4054 | 4114 | "type":"structure",
|
4055 | 4115 | "members":{
|
|
5602 | 5662 | "StorageConnectors":{
|
5603 | 5663 | "shape":"StorageConnectors",
|
5604 | 5664 | "documentation":"<p>Indicates the storage connector used </p>"
|
| 5665 | + }, |
| 5666 | + "GlobalAccelerator":{ |
| 5667 | + "shape":"GlobalAcceleratorForDirectory", |
| 5668 | + "documentation":"<p>Indicates the Global Accelerator properties.</p>" |
5605 | 5669 | }
|
5606 | 5670 | },
|
5607 | 5671 | "documentation":"<p>Describes the streaming properties.</p>"
|
|
6731 | 6795 | "OperatingSystemName":{
|
6732 | 6796 | "shape":"OperatingSystemName",
|
6733 | 6797 | "documentation":"<p>The name of the operating system.</p>"
|
| 6798 | + }, |
| 6799 | + "GlobalAccelerator":{ |
| 6800 | + "shape":"GlobalAcceleratorForWorkSpace", |
| 6801 | + "documentation":"<p>Indicates the Global Accelerator properties.</p>" |
6734 | 6802 | }
|
6735 | 6803 | },
|
6736 | 6804 | "documentation":"<p>Describes a WorkSpace.</p>"
|
|
0 commit comments