Skip to content

Commit

Permalink
Merge branch 'release-1.20.48' into develop
Browse files Browse the repository at this point in the history
* release-1.20.48:
  Bumping version to 1.20.48
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 8, 2021
2 parents fa47b28 + 4b89c35 commit f737fc6
Show file tree
Hide file tree
Showing 12 changed files with 2,594 additions and 80 deletions.
37 changes: 37 additions & 0 deletions .changes/1.20.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lookoutequipment``",
"description": "This release introduces support for Amazon Lookout for Equipment.",
"type": "api-change"
},
{
"category": "``kinesis-video-archived-media``",
"description": "Documentation updates for archived.kinesisvideo",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "This release allows RoboMaker customers to specify custom tools to run with their simulation job",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "This release provides support for image updates",
"type": "api-change"
},
{
"category": "``ram``",
"description": "Documentation updates for AWS RAM resource sharing",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Documentation updates for Put-Integration API",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "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",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.20.48
=======

* api-change:``lookoutequipment``: This release introduces support for Amazon Lookout for Equipment.
* api-change:``kinesis-video-archived-media``: Documentation updates for archived.kinesisvideo
* api-change:``robomaker``: This release allows RoboMaker customers to specify custom tools to run with their simulation job
* api-change:``appstream``: This release provides support for image updates
* api-change:``ram``: Documentation updates for AWS RAM resource sharing
* api-change:``customer-profiles``: Documentation updates for Put-Integration API
* api-change:``autoscaling``: 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


1.20.47
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.20.47'
__version__ = '1.20.48'


class NullHandler(logging.Handler):
Expand Down
72 changes: 70 additions & 2 deletions botocore/data/appstream/2016-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,25 @@
],
"documentation":"<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>"
},
"CreateUpdatedImage":{
"name":"CreateUpdatedImage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateUpdatedImageRequest"},
"output":{"shape":"CreateUpdatedImageResult"},
"errors":[
{"shape":"LimitExceededException"},
{"shape":"InvalidAccountStatusException"},
{"shape":"OperationNotPermittedException"},
{"shape":"ResourceAlreadyExistsException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConcurrentModificationException"},
{"shape":"IncompatibleImageException"}
],
"documentation":"<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>"
},
"CreateUsageReportSubscription":{
"name":"CreateUsageReportSubscription",
"http":{
Expand Down Expand Up @@ -1339,6 +1358,49 @@
}
}
},
"CreateUpdatedImageRequest":{
"type":"structure",
"required":[
"existingImageName",
"newImageName"
],
"members":{
"existingImageName":{
"shape":"Name",
"documentation":"<p>The name of the image to update.</p>"
},
"newImageName":{
"shape":"Name",
"documentation":"<p>The name of the new image. The name must be unique within the AWS account and Region.</p>"
},
"newImageDescription":{
"shape":"Description",
"documentation":"<p>The description to display for the new image.</p>"
},
"newImageDisplayName":{
"shape":"DisplayName",
"documentation":"<p>The name to display for the new image.</p>"
},
"newImageTags":{
"shape":"Tags",
"documentation":"<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>"
},
"dryRun":{
"shape":"Boolean",
"documentation":"<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>"
}
}
},
"CreateUpdatedImageResult":{
"type":"structure",
"members":{
"image":{"shape":"Image"},
"canUpdateImage":{
"shape":"Boolean",
"documentation":"<p>Indicates whether a new image can be created.</p>"
}
}
},
"CreateUsageReportSubscriptionRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2279,6 +2341,10 @@
"ImagePermissions":{
"shape":"ImagePermissions",
"documentation":"<p>The permissions to provide to the destination AWS account for the specified image.</p>"
},
"ImageErrors":{
"shape":"ResourceErrors",
"documentation":"<p>Describes the errors that are returned when a new image can't be created.</p>"
}
},
"documentation":"<p>Describes an image.</p>"
Expand Down Expand Up @@ -2374,7 +2440,9 @@
"REBOOTING",
"SNAPSHOTTING",
"DELETING",
"FAILED"
"FAILED",
"UPDATING",
"PENDING_QUALIFICATION"
]
},
"ImageBuilderStateChangeReason":{
Expand Down Expand Up @@ -2455,7 +2523,7 @@
"members":{
"Message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The image does not support storage connectors.</p>",
"documentation":"<p>The image can't be updated because it's not compatible for updates.</p>",
"exception":true
},
"Integer":{"type":"integer"},
Expand Down
Loading

0 comments on commit f737fc6

Please sign in to comment.