Skip to content

Commit

Permalink
Merge branch 'release-1.8.23'
Browse files Browse the repository at this point in the history
* release-1.8.23:
  Bumping version to 1.8.23
  Update to latest models
  • Loading branch information
awstools committed Jan 5, 2018
2 parents f38d630 + ffe7369 commit 25b96f1
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/1.8.23.json
@@ -0,0 +1,17 @@
[
{
"category": "``ssm``",
"description": "Update ssm client to latest version",
"type": "api-change"
},
{
"category": "``inspector``",
"description": "Update inspector client to latest version",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "Update snowball client to latest version",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.8.23
======

* api-change:``ssm``: Update ssm client to latest version
* api-change:``inspector``: Update inspector client to latest version
* api-change:``snowball``: Update snowball client to latest version


1.8.22
======

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

__version__ = '1.8.22'
__version__ = '1.8.23'


class NullHandler(logging.Handler):
Expand Down
10 changes: 10 additions & 0 deletions botocore/data/inspector/2016-02-16/service-2.json
Expand Up @@ -769,6 +769,7 @@
"max":300,
"min":1
},
"ArnCount":{"type":"integer"},
"AssessmentRulesPackageArnList":{
"type":"list",
"member":{"shape":"Arn"},
Expand Down Expand Up @@ -1154,6 +1155,7 @@
"durationInSeconds",
"rulesPackageArns",
"userAttributesForFindings",
"assessmentRunCount",
"createdAt"
],
"members":{
Expand Down Expand Up @@ -1181,6 +1183,14 @@
"shape":"UserAttributeList",
"documentation":"<p>The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.</p>"
},
"lastAssessmentRunArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the most recent assessment run associated with this assessment template. This value exists only when the value of assessmentRunCount is greater than zero.</p>"
},
"assessmentRunCount":{
"shape":"ArnCount",
"documentation":"<p>The number of existing assessment runs associated with this assessment template. This value can be zero or a positive integer.</p>"
},
"createdAt":{
"shape":"Timestamp",
"documentation":"<p>The time at which the assessment template is created.</p>"
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/snowball/2016-06-30/service-2.json
Expand Up @@ -507,7 +507,7 @@
},
"AddressId":{
"shape":"AddressId",
"documentation":"<p>The ID for the address that you want the cluster shipped to.&gt;</p>"
"documentation":"<p>The ID for the address that you want the cluster shipped to.</p>"
},
"KmsKeyARN":{
"shape":"KmsKeyARN",
Expand Down Expand Up @@ -1211,11 +1211,11 @@
},
"InboundShipment":{
"shape":"Shipment",
"documentation":"<p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snowball being delivered to the address that you specified for a particular job.</p>"
"documentation":"<p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snowball being returned to AWS for a particular job.</p>"
},
"OutboundShipment":{
"shape":"Shipment",
"documentation":"<p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snowball being returned to AWS for a particular job.</p>"
"documentation":"<p>The <code>Status</code> and <code>TrackingNumber</code> values for a Snowball being delivered to the address that you specified for a particular job.</p>"
}
},
"documentation":"<p>A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.</p>"
Expand Down

0 comments on commit 25b96f1

Please sign in to comment.