Skip to content

Commit f1a3163

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Added a new reserved field.
1 parent 191b7f0 commit f1a3163

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "Amazon WorkSpaces",
3+
"type": "feature",
4+
"description": "Added a new reserved field."
5+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{"shape":"InvalidParameterValuesException"},
7878
{"shape":"ResourceLimitExceededException"}
7979
],
80-
"documentation":"<p>Creates the specified tags for the specified WorkSpaces resource.</p>"
80+
"documentation":"<p>Creates the specified tags for the specified WorkSpace.</p>"
8181
},
8282
"CreateWorkspaces":{
8383
"name":"CreateWorkspaces",
@@ -121,7 +121,7 @@
121121
{"shape":"ResourceNotFoundException"},
122122
{"shape":"InvalidParameterValuesException"}
123123
],
124-
"documentation":"<p>Deletes the specified tags from the specified WorkSpaces resource.</p>"
124+
"documentation":"<p>Deletes the specified tags from the specified WorkSpace.</p>"
125125
},
126126
"DeleteWorkspaceImage":{
127127
"name":"DeleteWorkspaceImage",
@@ -204,7 +204,7 @@
204204
"errors":[
205205
{"shape":"ResourceNotFoundException"}
206206
],
207-
"documentation":"<p>Describes the specified tags for the specified WorkSpaces resource.</p>"
207+
"documentation":"<p>Describes the specified tags for the specified WorkSpace.</p>"
208208
},
209209
"DescribeWorkspaceBundles":{
210210
"name":"DescribeWorkspaceBundles",
@@ -301,7 +301,8 @@
301301
{"shape":"ResourceAlreadyExistsException"},
302302
{"shape":"ResourceNotFoundException"},
303303
{"shape":"OperationNotSupportedException"},
304-
{"shape":"AccessDeniedException"}
304+
{"shape":"AccessDeniedException"},
305+
{"shape":"InvalidParameterValuesException"}
305306
],
306307
"documentation":"<p>Imports the specified Windows 7 or Windows 10 bring your own license (BYOL) image into Amazon WorkSpaces. The image must be an already licensed EC2 image that is in your AWS account, and you must own the image. </p>"
307308
},
@@ -516,6 +517,7 @@
516517
"type":"list",
517518
"member":{"shape":"AccountModification"}
518519
},
520+
"AdditionalInfo":{"type":"string"},
519521
"Alias":{"type":"string"},
520522
"AssociateIpGroupsRequest":{
521523
"type":"structure",
@@ -676,11 +678,11 @@
676678
"members":{
677679
"ResourceId":{
678680
"shape":"NonEmptyString",
679-
"documentation":"<p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, and IP access control groups.</p>"
681+
"documentation":"<p>The identifier of the WorkSpace. To find this ID, use <a>DescribeWorkspaces</a>.</p>"
680682
},
681683
"Tags":{
682684
"shape":"TagList",
683-
"documentation":"<p>The tags. Each WorkSpaces resource can have a maximum of 50 tags.</p>"
685+
"documentation":"<p>The tags. Each WorkSpace can have a maximum of 50 tags.</p>"
684686
}
685687
}
686688
},
@@ -790,7 +792,7 @@
790792
"members":{
791793
"ResourceId":{
792794
"shape":"NonEmptyString",
793-
"documentation":"<p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, and IP access control groups.</p>"
795+
"documentation":"<p>The identifier of the WorkSpace. To find this ID, use <a>DescribeWorkspaces</a>.</p>"
794796
},
795797
"TagKeys":{
796798
"shape":"TagKeyList",
@@ -913,7 +915,7 @@
913915
"members":{
914916
"ResourceId":{
915917
"shape":"NonEmptyString",
916-
"documentation":"<p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, and IP access control groups.</p>"
918+
"documentation":"<p>The identifier of the WorkSpace. To find this ID, use <a>DescribeWorkspaces</a>.</p>"
917919
}
918920
}
919921
},
@@ -1546,6 +1548,10 @@
15461548
"RebuildWorkspaceRequests":{
15471549
"shape":"RebuildWorkspaceRequests",
15481550
"documentation":"<p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>"
1551+
},
1552+
"AdditionalInfo":{
1553+
"shape":"AdditionalInfo",
1554+
"documentation":"<p>Reserved.</p>"
15491555
}
15501556
}
15511557
},

0 commit comments

Comments
 (0)