Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 14, 2019
1 parent 9ab88ba commit 45d0fbd
Show file tree
Hide file tree
Showing 9 changed files with 753 additions and 80 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-chime-48854.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``chime``",
"type": "api-change",
"description": "Update chime client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-comprehend-59180.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``comprehend``",
"type": "api-change",
"description": "Update comprehend client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-97386.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ec2``",
"type": "api-change",
"description": "Update ec2 client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-storagegateway-3971.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``storagegateway``",
"type": "api-change",
"description": "Update storagegateway client to latest version"
}
482 changes: 480 additions & 2 deletions botocore/data/chime/2018-05-01/service-2.json

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions botocore/data/comprehend/2017-11-27/service-2.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions botocore/data/ec2/2016-11-15/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,18 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "SpotInstanceRequests"
},
"DescribeDhcpOptions": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DhcpOptions"
},
"DescribeSubnets": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Subnets"
}
}
}
199 changes: 124 additions & 75 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions botocore/data/storagegateway/2013-06-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@
},
"SMBACLEnabled":{
"shape":"Boolean",
"documentation":"<p>Set this value to \"true to enable ACL (access control list) on the SMB file share. Set it to \"false\" to map file and directory permissions to the POSIX permissions.</p>"
"documentation":"<p>Set this value to \"true to enable ACL (access control list) on the SMB file share. Set it to \"false\" to map file and directory permissions to the POSIX permissions.</p> <p>For more information, see https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html in the Storage Gateway User Guide.</p>"
},
"AdminUserList":{
"shape":"FileShareUserList",
Expand Down Expand Up @@ -1648,6 +1648,10 @@
"SnapshotDescription":{
"shape":"SnapshotDescription",
"documentation":"<p>Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the <b>Description</b> field, and in the AWS Storage Gateway snapshot <b>Details</b> pane, <b>Description</b> field</p>"
},
"Tags":{
"shape":"Tags",
"documentation":"<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.</p> </note>"
}
},
"documentation":"<p>A JSON object containing one or more of the following fields:</p> <ul> <li> <p> <a>CreateSnapshotInput$SnapshotDescription</a> </p> </li> <li> <p> <a>CreateSnapshotInput$VolumeARN</a> </p> </li> </ul>"
Expand Down Expand Up @@ -3612,7 +3616,7 @@
},
"SMBACLEnabled":{
"shape":"Boolean",
"documentation":"<p>If this value is set to \"true\", indicates that ACL (access control list) is enabled on the SMB file share. If it is set to \"false\", it indicates that file and directory permissions are mapped to the POSIX permission.</p>"
"documentation":"<p>If this value is set to \"true\", indicates that ACL (access control list) is enabled on the SMB file share. If it is set to \"false\", it indicates that file and directory permissions are mapped to the POSIX permission.</p> <p>For more information, see https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.html in the Storage Gateway User Guide.</p>"
},
"AdminUserList":{
"shape":"FileShareUserList",
Expand Down Expand Up @@ -4309,7 +4313,7 @@
},
"SMBACLEnabled":{
"shape":"Boolean",
"documentation":"<p>Set this value to \"true to enable ACL (access control list) on the SMB file share. Set it to \"false\" to map file and directory permissions to the POSIX permissions.</p>"
"documentation":"<p>Set this value to \"true to enable ACL (access control list) on the SMB file share. Set it to \"false\" to map file and directory permissions to the POSIX permissions.</p> <p>For more information, see https://docs.aws.amazon.com/storagegateway/latest/userguide/smb-acl.htmlin the Storage Gateway User Guide.</p>"
},
"AdminUserList":{
"shape":"FileShareUserList",
Expand Down Expand Up @@ -4359,6 +4363,10 @@
"Description":{
"shape":"Description",
"documentation":"<p>Optional description of the snapshot that overwrites the existing description.</p>"
},
"Tags":{
"shape":"Tags",
"documentation":"<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.</p> </note>"
}
},
"documentation":"<p>A JSON object containing one or more of the following fields:</p> <ul> <li> <p> <a>UpdateSnapshotScheduleInput$Description</a> </p> </li> <li> <p> <a>UpdateSnapshotScheduleInput$RecurrenceInHours</a> </p> </li> <li> <p> <a>UpdateSnapshotScheduleInput$StartAt</a> </p> </li> <li> <p> <a>UpdateSnapshotScheduleInput$VolumeARN</a> </p> </li> </ul>"
Expand Down

0 comments on commit 45d0fbd

Please sign in to comment.