Skip to content

Commit

Permalink
Merge branch 'release-1.12.147' into develop
Browse files Browse the repository at this point in the history
* release-1.12.147:
  Bumping version to 1.12.147
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 13, 2019
2 parents 75ff65b + 8715fe0 commit 9ab88ba
Show file tree
Hide file tree
Showing 7 changed files with 280 additions and 55 deletions.
17 changes: 17 additions & 0 deletions .changes/1.12.147.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``datasync``",
"description": "Update datasync client to latest version",
"type": "api-change"
},
{
"category": "``iotanalytics``",
"description": "Update iotanalytics client to latest version",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Update lambda client to latest version",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.12.147
========

* api-change:``datasync``: Update datasync client to latest version
* api-change:``iotanalytics``: Update iotanalytics client to latest version
* api-change:``lambda``: Update lambda client to latest version


1.12.146
========

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.12.146'
__version__ = '1.12.147'


class NullHandler(logging.Handler):
Expand Down
227 changes: 176 additions & 51 deletions botocore/data/datasync/2018-11-09/service-2.json

Large diffs are not rendered by default.

78 changes: 76 additions & 2 deletions botocore/data/iotanalytics/2017-11-27/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,18 @@
}
}
},
"BucketKeyExpression":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[a-zA-Z0-9!_.*'()/{}:-]*$"
},
"BucketName":{
"type":"string",
"max":255,
"min":3,
"pattern":"^[a-zA-Z0-9.\\-_]*$"
},
"CancelPipelineReprocessingRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1124,7 +1136,7 @@
"documentation":"<p>The type of action by which the data set's contents are automatically created.</p>"
}
},
"documentation":"<p/>"
"documentation":"<p>Information about the action which automatically creates the data set's contents.</p>"
},
"DatasetActionType":{
"type":"string",
Expand All @@ -1146,6 +1158,10 @@
"iotEventsDestinationConfiguration":{
"shape":"IotEventsDestinationConfiguration",
"documentation":"<p>Configuration information for delivery of data set contents to AWS IoT Events.</p>"
},
"s3DestinationConfiguration":{
"shape":"S3DestinationConfiguration",
"documentation":"<p>Configuration information for delivery of data set contents to Amazon S3.</p>"
}
},
"documentation":"<p>The destination to which data set contents are delivered.</p>"
Expand Down Expand Up @@ -1767,6 +1783,36 @@
}
}
},
"GlueConfiguration":{
"type":"structure",
"required":[
"tableName",
"databaseName"
],
"members":{
"tableName":{
"shape":"GlueTableName",
"documentation":"<p>The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)</p>"
},
"databaseName":{
"shape":"GlueDatabaseName",
"documentation":"<p>The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)</p>"
}
},
"documentation":"<p>Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.</p>"
},
"GlueDatabaseName":{
"type":"string",
"max":150,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
},
"GlueTableName":{
"type":"string",
"max":150,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
},
"Image":{
"type":"string",
"max":255
Expand Down Expand Up @@ -2473,6 +2519,33 @@
}
}
},
"S3DestinationConfiguration":{
"type":"structure",
"required":[
"bucket",
"key",
"roleArn"
],
"members":{
"bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the Amazon S3 bucket to which data set contents are delivered.</p>"
},
"key":{
"shape":"BucketKeyExpression",
"documentation":"<p>The key of the data set contents object. Each object in an Amazon S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key).</p>"
},
"glueConfiguration":{
"shape":"GlueConfiguration",
"documentation":"<p>Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue resources.</p>"
}
},
"documentation":"<p>Configuration information for delivery of data set contents to Amazon S3.</p>"
},
"SampleChannelDataRequest":{
"type":"structure",
"required":["channelName"],
Expand Down Expand Up @@ -2857,7 +2930,8 @@
"shape":"MaxVersions",
"documentation":"<p>How many versions of data set contents will be kept. The \"unlimited\" parameter must be false.</p>"
}
}
},
"documentation":"<p>Information about the versioning of data set contents.</p>"
},
"VolumeSizeInGB":{
"type":"integer",
Expand Down
1 change: 1 addition & 0 deletions botocore/data/lambda/2015-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,7 @@
"nodejs4.3",
"nodejs6.10",
"nodejs8.10",
"nodejs10.x",
"java8",
"python2.7",
"python3.6",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.12.1'
# The full version, including alpha/beta/rc tags.
release = '1.12.146'
release = '1.12.147'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9ab88ba

Please sign in to comment.