Skip to content

Commit cfdea61

Browse files
author
AWS
committed
Amazon WorkSpaces Update: For the WorkspaceBundle API, added the image identifier and the time of the last update.
1 parent 81037b3 commit cfdea61

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"description": "For the WorkspaceBundle API, added the image identifier and the time of the last update."
5+
}

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
},
927927
"EnableInternetAccess":{
928928
"shape":"BooleanObject",
929-
"documentation":"<p>Specifies whether to automatically assign a public IP address to WorkSpaces in this directory by default. If enabled, the public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html\"> Configure a VPC for Amazon WorkSpaces</a>.</p>"
929+
"documentation":"<p>Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html\"> Configure a VPC for Amazon WorkSpaces</a>.</p>"
930930
},
931931
"DefaultOu":{
932932
"shape":"DefaultOu",
@@ -2416,6 +2416,10 @@
24162416
"shape":"Description",
24172417
"documentation":"<p>A description.</p>"
24182418
},
2419+
"ImageId":{
2420+
"shape":"WorkspaceImageId",
2421+
"documentation":"<p>The image identifier of the bundle.</p>"
2422+
},
24192423
"RootStorage":{
24202424
"shape":"RootStorage",
24212425
"documentation":"<p>The size of the root volume.</p>"
@@ -2427,6 +2431,10 @@
24272431
"ComputeType":{
24282432
"shape":"ComputeType",
24292433
"documentation":"<p>The compute type. For more information, see <a href=\"http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles\">Amazon WorkSpaces Bundles</a>.</p>"
2434+
},
2435+
"LastUpdatedTime":{
2436+
"shape":"Timestamp",
2437+
"documentation":"<p>The last time that the bundle was updated.</p>"
24302438
}
24312439
},
24322440
"documentation":"<p>Describes a WorkSpace bundle.</p>"

0 commit comments

Comments
 (0)