Skip to content

Commit 092989f

Browse files
Release v1.38.16 (2021-04-08) (#3854)
Release v1.38.16 (2021-04-08) === ### Service Client Updates * `service/appstream`: Updates service API and documentation * This release provides support for image updates * `service/autoscaling`: Updates service API, documentation, and examples * Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances * `service/customer-profiles`: Updates service documentation * `service/kinesis-video-archived-media`: Updates service documentation * `service/lookoutequipment`: Adds new service * `service/ram`: Updates service documentation * `service/robomaker`: Updates service API and documentation
1 parent d9428af commit 092989f

File tree

34 files changed

+11408
-174
lines changed

34 files changed

+11408
-174
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.38.16 (2021-04-08)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appstream`: Updates service API and documentation
6+
* This release provides support for image updates
7+
* `service/autoscaling`: Updates service API, documentation, and examples
8+
* Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances
9+
* `service/customer-profiles`: Updates service documentation
10+
* `service/kinesis-video-archived-media`: Updates service documentation
11+
* `service/lookoutequipment`: Adds new service
12+
* `service/ram`: Updates service documentation
13+
* `service/robomaker`: Updates service API and documentation
14+
115
Release v1.38.15 (2021-04-07)
216
===
317

aws/endpoints/defaults.go

+24-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.38.15"
8+
const SDKVersion = "1.38.16"

models/apis/appstream/2016-12-01/api-2.json

+45-2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,24 @@
180180
{"shape":"InvalidParameterCombinationException"}
181181
]
182182
},
183+
"CreateUpdatedImage":{
184+
"name":"CreateUpdatedImage",
185+
"http":{
186+
"method":"POST",
187+
"requestUri":"/"
188+
},
189+
"input":{"shape":"CreateUpdatedImageRequest"},
190+
"output":{"shape":"CreateUpdatedImageResult"},
191+
"errors":[
192+
{"shape":"LimitExceededException"},
193+
{"shape":"InvalidAccountStatusException"},
194+
{"shape":"OperationNotPermittedException"},
195+
{"shape":"ResourceAlreadyExistsException"},
196+
{"shape":"ResourceNotFoundException"},
197+
{"shape":"ConcurrentModificationException"},
198+
{"shape":"IncompatibleImageException"}
199+
]
200+
},
183201
"CreateUsageReportSubscription":{
184202
"name":"CreateUsageReportSubscription",
185203
"http":{
@@ -1015,6 +1033,28 @@
10151033
"Expires":{"shape":"Timestamp"}
10161034
}
10171035
},
1036+
"CreateUpdatedImageRequest":{
1037+
"type":"structure",
1038+
"required":[
1039+
"existingImageName",
1040+
"newImageName"
1041+
],
1042+
"members":{
1043+
"existingImageName":{"shape":"Name"},
1044+
"newImageName":{"shape":"Name"},
1045+
"newImageDescription":{"shape":"Description"},
1046+
"newImageDisplayName":{"shape":"DisplayName"},
1047+
"newImageTags":{"shape":"Tags"},
1048+
"dryRun":{"shape":"Boolean"}
1049+
}
1050+
},
1051+
"CreateUpdatedImageResult":{
1052+
"type":"structure",
1053+
"members":{
1054+
"image":{"shape":"Image"},
1055+
"canUpdateImage":{"shape":"Boolean"}
1056+
}
1057+
},
10181058
"CreateUsageReportSubscriptionRequest":{
10191059
"type":"structure",
10201060
"members":{
@@ -1568,7 +1608,8 @@
15681608
"CreatedTime":{"shape":"Timestamp"},
15691609
"PublicBaseImageReleasedDate":{"shape":"Timestamp"},
15701610
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
1571-
"ImagePermissions":{"shape":"ImagePermissions"}
1611+
"ImagePermissions":{"shape":"ImagePermissions"},
1612+
"ImageErrors":{"shape":"ResourceErrors"}
15721613
}
15731614
},
15741615
"ImageBuilder":{
@@ -1610,7 +1651,9 @@
16101651
"REBOOTING",
16111652
"SNAPSHOTTING",
16121653
"DELETING",
1613-
"FAILED"
1654+
"FAILED",
1655+
"UPDATING",
1656+
"PENDING_QUALIFICATION"
16141657
]
16151658
},
16161659
"ImageBuilderStateChangeReason":{

models/apis/appstream/2016-12-01/docs-2.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"CreateImageBuilderStreamingURL": "<p>Creates a URL to start an image builder streaming session.</p>",
1313
"CreateStack": "<p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>",
1414
"CreateStreamingURL": "<p>Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup. </p>",
15+
"CreateUpdatedImage": "<p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p> <p>For more information, see the \"Update an Image by Using Managed AppStream 2.0 Image Updates\" section in <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html\">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>",
1516
"CreateUsageReportSubscription": "<p>Creates a usage report subscription. Usage reports are generated daily.</p>",
1617
"CreateUser": "<p>Creates a new user in the user pool.</p>",
1718
"DeleteDirectoryConfig": "<p>Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.</p>",
@@ -222,6 +223,8 @@
222223
"Application$Enabled": "<p>If there is a problem, the application can be disabled after image creation.</p>",
223224
"ApplicationSettings$Enabled": "<p>Enables or disables persistent application settings for users during their streaming sessions. </p>",
224225
"ApplicationSettingsResponse$Enabled": "<p>Specifies whether persistent application settings are enabled for users during their streaming sessions.</p>",
226+
"CreateUpdatedImageRequest$dryRun": "<p>Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to <code>true</code>, AppStream 2.0 displays whether image updates are available. If this value is set to <code>false</code>, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.</p>",
227+
"CreateUpdatedImageResult$canUpdateImage": "<p>Indicates whether a new image can be created.</p>",
225228
"Image$ImageBuilderSupported": "<p>Indicates whether an image builder can be launched from this image.</p>",
226229
"UpdateFleetRequest$DeleteVpcConfig": "<p>Deletes the VPC association for the specified fleet.</p>",
227230
"UpdateStackRequest$DeleteStorageConnectors": "<p>Deletes the storage connectors currently enabled for the stack.</p>",
@@ -329,6 +332,16 @@
329332
"refs": {
330333
}
331334
},
335+
"CreateUpdatedImageRequest": {
336+
"base": null,
337+
"refs": {
338+
}
339+
},
340+
"CreateUpdatedImageResult": {
341+
"base": null,
342+
"refs": {
343+
}
344+
},
332345
"CreateUsageReportSubscriptionRequest": {
333346
"base": null,
334347
"refs": {
@@ -542,6 +555,7 @@
542555
"CreateFleetRequest$Description": "<p>The description to display.</p>",
543556
"CreateImageBuilderRequest$Description": "<p>The description to display.</p>",
544557
"CreateStackRequest$Description": "<p>The description to display.</p>",
558+
"CreateUpdatedImageRequest$newImageDescription": "<p>The description to display for the new image.</p>",
545559
"UpdateFleetRequest$Description": "<p>The description to display.</p>",
546560
"UpdateStackRequest$Description": "<p>The description to display.</p>"
547561
}
@@ -603,6 +617,7 @@
603617
"CreateFleetRequest$DisplayName": "<p>The fleet name to display.</p>",
604618
"CreateImageBuilderRequest$DisplayName": "<p>The image builder name to display.</p>",
605619
"CreateStackRequest$DisplayName": "<p>The stack name to display.</p>",
620+
"CreateUpdatedImageRequest$newImageDisplayName": "<p>The name to display for the new image.</p>",
606621
"UpdateFleetRequest$DisplayName": "<p>The fleet name to display.</p>",
607622
"UpdateStackRequest$DisplayName": "<p>The stack name to display.</p>"
608623
}
@@ -749,6 +764,7 @@
749764
"Image": {
750765
"base": "<p>Describes an image.</p>",
751766
"refs": {
767+
"CreateUpdatedImageResult$image": null,
752768
"DeleteImageResult$Image": "<p>Information about the image.</p>",
753769
"ImageList$member": null
754770
}
@@ -820,7 +836,7 @@
820836
}
821837
},
822838
"IncompatibleImageException": {
823-
"base": "<p>The image does not support storage connectors.</p>",
839+
"base": "<p>The image can't be updated because it's not compatible for updates.</p>",
824840
"refs": {
825841
}
826842
},
@@ -945,6 +961,8 @@
945961
"CreateFleetRequest$Name": "<p>A unique name for the fleet.</p>",
946962
"CreateImageBuilderRequest$Name": "<p>A unique name for the image builder.</p>",
947963
"CreateStackRequest$Name": "<p>The name of the stack.</p>",
964+
"CreateUpdatedImageRequest$existingImageName": "<p>The name of the image to update.</p>",
965+
"CreateUpdatedImageRequest$newImageName": "<p>The name of the new image. The name must be unique within the AWS account and Region.</p>",
948966
"DeleteImageBuilderRequest$Name": "<p>The name of the image builder.</p>",
949967
"DeleteImagePermissionsRequest$Name": "<p>The name of the private image.</p>",
950968
"DeleteImageRequest$Name": "<p>The name of the image.</p>",
@@ -1026,6 +1044,7 @@
10261044
"ResourceErrors": {
10271045
"base": null,
10281046
"refs": {
1047+
"Image$ImageErrors": "<p>Describes the errors that are returned when a new image can't be created.</p>",
10291048
"ImageBuilder$ImageBuilderErrors": "<p>The image builder errors.</p>"
10301049
}
10311050
},
@@ -1381,6 +1400,7 @@
13811400
"CreateFleetRequest$Tags": "<p>The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p> <p>If you do not specify a value, the value is set to an empty string.</p> <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p> <p>_ . : / = + \\ - @</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>",
13821401
"CreateImageBuilderRequest$Tags": "<p>The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p> <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p> <p>_ . : / = + \\ - @</p> <p>If you do not specify a value, the value is set to an empty string.</p> <p>For more information about tags, see <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>",
13831402
"CreateStackRequest$Tags": "<p>The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p> <p>If you do not specify a value, the value is set to an empty string.</p> <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p> <p>_ . : / = + \\ - @</p> <p>For more information about tags, see <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>",
1403+
"CreateUpdatedImageRequest$newImageTags": "<p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p> <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p> <p>_ . : / = + \\ - @</p> <p>If you do not specify a value, the value is set to an empty string.</p> <p>For more information about tags, see <a href=\"https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html\">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>",
13841404
"ListTagsForResourceResponse$Tags": "<p>The information about the tags.</p>",
13851405
"TagResourceRequest$Tags": "<p>The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p> <p>If you do not specify a value, the value is set to an empty string.</p> <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p> <p>_ . : / = + \\ - @</p>"
13861406
}

0 commit comments

Comments
 (0)