Skip to content

Commit 2b8e6de

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent f8f5017 commit 2b8e6de

File tree

7 files changed

+97
-39
lines changed

7 files changed

+97
-39
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::SSM - Updated the documentation for Amazon Simple Systems Manager (SSM).
5+
6+
* Feature - Aws::WorkSpaces - Updated the API, and documentation for Amazon WorkSpaces.
7+
8+
* Feature - Aws::XRay - Updated the API, and documentation for AWS X-Ray.
9+
410
2.11.579 (2020-09-03)
511
------------------
612

aws-sdk-core/apis/ssm/2014-11-06/docs-2.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/workspaces/2015-04-08/api-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,19 @@
643643
"member":{"shape":"AccountModification"}
644644
},
645645
"Alias":{"type":"string"},
646+
"Application":{
647+
"type":"string",
648+
"enum":[
649+
"Microsoft_Office_2016",
650+
"Microsoft_Office_2019"
651+
]
652+
},
653+
"ApplicationList":{
654+
"type":"list",
655+
"member":{"shape":"Application"},
656+
"max":5,
657+
"min":1
658+
},
646659
"AssociateIpGroupsRequest":{
647660
"type":"structure",
648661
"required":[
@@ -1186,7 +1199,8 @@
11861199
"IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
11871200
"ImageName":{"shape":"WorkspaceImageName"},
11881201
"ImageDescription":{"shape":"WorkspaceImageDescription"},
1189-
"Tags":{"shape":"TagList"}
1202+
"Tags":{"shape":"TagList"},
1203+
"Applications":{"shape":"ApplicationList"}
11901204
}
11911205
},
11921206
"ImportWorkspaceImageResult":{

aws-sdk-core/apis/workspaces/2015-04-08/docs-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"DescribeWorkspaces": "<p>Describes the specified WorkSpaces.</p> <p>You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.</p>",
2626
"DescribeWorkspacesConnectionStatus": "<p>Describes the connection status of the specified WorkSpaces.</p>",
2727
"DisassociateIpGroups": "<p>Disassociates the specified IP access control group from the specified directory.</p>",
28-
"ImportWorkspaceImage": "<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>",
28+
"ImportWorkspaceImage": "<p>Imports the specified 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. For more information about creating BYOL images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html\"> Bring Your Own Windows Desktop Licenses</a>.</p>",
2929
"ListAvailableManagementCidrRanges": "<p>Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL). </p> <p>The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>",
3030
"MigrateWorkspace": "<p>Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user volume.</p> <p>The migration process recreates the WorkSpace by using a new root volume from the target bundle image and the user volume from the last available snapshot of the original WorkSpace. During migration, the original <code>D:\\Users\\%USERNAME%</code> user profile folder is renamed to <code>D:\\Users\\%USERNAME%MMddyyTHHmmss%.NotMigrated</code>. A new <code>D:\\Users\\%USERNAME%\\</code> folder is generated by the new OS. Certain files in the old user profile are moved to the new user profile.</p> <p>For available migration scenarios, details about what happens during migration, and best practices, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/migrate-workspaces.html\">Migrate a WorkSpace</a>.</p>",
3131
"ModifyAccount": "<p>Modifies the configuration of Bring Your Own License (BYOL) for the specified account.</p>",
@@ -88,6 +88,18 @@
8888
"WorkspaceDirectory$Alias": "<p>The directory alias.</p>"
8989
}
9090
},
91+
"Application": {
92+
"base": null,
93+
"refs": {
94+
"ApplicationList$member": null
95+
}
96+
},
97+
"ApplicationList": {
98+
"base": null,
99+
"refs": {
100+
"ImportWorkspaceImageRequest$Applications": "<p>If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html\"> Bring Your Own Windows Desktop Licenses</a>.</p> <note> <p>Although this parameter is an array, only one item is allowed at this time.</p> </note>"
101+
}
102+
},
91103
"AssociateIpGroupsRequest": {
92104
"base": null,
93105
"refs": {
@@ -1432,7 +1444,7 @@
14321444
"WorkspaceImageIngestionProcess": {
14331445
"base": null,
14341446
"refs": {
1435-
"ImportWorkspaceImageRequest$IngestionProcess": "<p>The ingestion process to be used when importing the image.</p>"
1447+
"ImportWorkspaceImageRequest$IngestionProcess": "<p>The ingestion process to be used when importing the image. For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify <code>BYOL_REGULAR</code>.</p>"
14361448
}
14371449
},
14381450
"WorkspaceImageList": {

aws-sdk-core/apis/xray/2016-04-12/api-2.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
"members":{
417417
"GroupName":{"shape":"GroupName"},
418418
"FilterExpression":{"shape":"FilterExpression"},
419+
"InsightsConfiguration":{"shape":"InsightsConfiguration"},
419420
"Tags":{"shape":"TagList"}
420421
}
421422
},
@@ -800,7 +801,8 @@
800801
"members":{
801802
"GroupName":{"shape":"String"},
802803
"GroupARN":{"shape":"String"},
803-
"FilterExpression":{"shape":"String"}
804+
"FilterExpression":{"shape":"String"},
805+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
804806
}
805807
},
806808
"GroupARN":{
@@ -818,7 +820,8 @@
818820
"members":{
819821
"GroupName":{"shape":"String"},
820822
"GroupARN":{"shape":"String"},
821-
"FilterExpression":{"shape":"String"}
823+
"FilterExpression":{"shape":"String"},
824+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
822825
}
823826
},
824827
"GroupSummaryList":{
@@ -858,6 +861,12 @@
858861
"ClientIp":{"shape":"String"}
859862
}
860863
},
864+
"InsightsConfiguration":{
865+
"type":"structure",
866+
"members":{
867+
"InsightsEnabled":{"shape":"NullableBoolean"}
868+
}
869+
},
861870
"InstanceIdDetail":{
862871
"type":"structure",
863872
"members":{
@@ -1462,7 +1471,8 @@
14621471
"members":{
14631472
"GroupName":{"shape":"GroupName"},
14641473
"GroupARN":{"shape":"GroupARN"},
1465-
"FilterExpression":{"shape":"FilterExpression"}
1474+
"FilterExpression":{"shape":"FilterExpression"},
1475+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
14661476
}
14671477
},
14681478
"UpdateGroupResult":{

0 commit comments

Comments
 (0)