Skip to content

Commit

Permalink
Merge branch 'release-1.27.19' into develop
Browse files Browse the repository at this point in the history
* release-1.27.19:
  Bumping version to 1.27.19
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 28, 2022
2 parents 4fd99f3 + 189ff49 commit 6b4bbfa
Show file tree
Hide file tree
Showing 8 changed files with 384 additions and 68 deletions.
22 changes: 22 additions & 0 deletions .changes/1.27.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``datasync``",
"description": "AWS DataSync now supports Amazon FSx for NetApp ONTAP locations.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature.",
"type": "api-change"
},
{
"category": "``finspace-data``",
"description": "Release new API GetExternalDataViewAccessDetails",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.27.19
=======

* api-change:``datasync``: AWS DataSync now supports Amazon FSx for NetApp ONTAP locations.
* api-change:``ec2``: This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature.
* api-change:``finspace-data``: Release new API GetExternalDataViewAccessDetails
* api-change:``polly``: Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).


1.27.18
=======

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 os
import re

__version__ = '1.27.18'
__version__ = '1.27.19'


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

Large diffs are not rendered by default.

55 changes: 36 additions & 19 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

129 changes: 126 additions & 3 deletions botocore/data/finspace-data/2020-07-13/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,23 @@
],
"documentation":"<p>Returns information about a Dataset.</p>"
},
"GetExternalDataViewAccessDetails":{
"name":"GetExternalDataViewAccessDetails",
"http":{
"method":"POST",
"requestUri":"/datasets/{datasetId}/dataviewsv2/{dataviewId}/external-access-details"
},
"input":{"shape":"GetExternalDataViewAccessDetailsRequest"},
"output":{"shape":"GetExternalDataViewAccessDetailsResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Returns the credentials to access the external Dataview from an S3 location. To call this API:</p> <ul> <li> <p>You must retrieve the programmatic credentials.</p> </li> <li> <p>You must be a member of a FinSpace user group, where the dataset that you want to access has <code>Read Dataset Data</code> permissions.</p> </li> </ul>"
},
"GetPermissionGroup":{
"name":"GetPermissionGroup",
"http":{
Expand Down Expand Up @@ -554,6 +571,12 @@
"error":{"httpStatusCode":403},
"exception":true
},
"AccessKeyId":{
"type":"string",
"max":255,
"min":1,
"pattern":"[\\s\\S]*\\S[\\s\\S]*"
},
"AliasString":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -619,6 +642,28 @@
}
}
},
"AwsCredentials":{
"type":"structure",
"members":{
"accessKeyId":{
"shape":"AccessKeyId",
"documentation":"<p> The unique identifier for the security credentials.</p>"
},
"secretAccessKey":{
"shape":"SecretAccessKey",
"documentation":"<p> The secret access key that can be used to sign requests.</p>"
},
"sessionToken":{
"shape":"SessionToken",
"documentation":"<p> The token that users must pass to use the credentials.</p>"
},
"expiration":{
"shape":"TimestampEpoch",
"documentation":"<p> The Epoch time when the current credentials expire.</p>"
}
},
"documentation":"<p> The credentials required to access the external Dataview from the S3 location.</p>"
},
"Boolean":{
"type":"boolean",
"documentation":"Common Boolean data type"
Expand Down Expand Up @@ -972,7 +1017,7 @@
},
"applicationPermissions":{
"shape":"ApplicationPermissionList",
"documentation":"<p>The option to indicate FinSpace application permissions that are granted to a specific group.</p> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
"documentation":"<p>The option to indicate FinSpace application permissions that are granted to a specific group.</p> <important> <p>When assigning application permissions, be aware that the permission <code>ManageUsersAndGroups</code> allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users.</p> </important> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
},
"clientToken":{
"shape":"ClientToken",
Expand Down Expand Up @@ -1699,6 +1744,40 @@
},
"documentation":"Response for the GetDataset operation"
},
"GetExternalDataViewAccessDetailsRequest":{
"type":"structure",
"required":[
"dataViewId",
"datasetId"
],
"members":{
"dataViewId":{
"shape":"DataViewId",
"documentation":"<p>The unique identifier for the Dataview that you want to access.</p>",
"location":"uri",
"locationName":"dataviewId"
},
"datasetId":{
"shape":"DatasetId",
"documentation":"<p>The unique identifier for the Dataset.</p>",
"location":"uri",
"locationName":"datasetId"
}
}
},
"GetExternalDataViewAccessDetailsResponse":{
"type":"structure",
"members":{
"credentials":{
"shape":"AwsCredentials",
"documentation":"<p>The credentials required to access the external Dataview from the S3 location.</p>"
},
"s3Location":{
"shape":"S3Location",
"documentation":"<p>The location where the external Dataview is stored.</p>"
}
}
},
"GetPermissionGroupRequest":{
"type":"structure",
"required":["permissionGroupId"],
Expand Down Expand Up @@ -2177,7 +2256,7 @@
},
"applicationPermissions":{
"shape":"ApplicationPermissionList",
"documentation":"<p>Indicates the permissions that are granted to a specific group for accessing the FinSpace application.</p> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
"documentation":"<p>Indicates the permissions that are granted to a specific group for accessing the FinSpace application.</p> <important> <p>When assigning application permissions, be aware that the permission <code>ManageUsersAndGroups</code> allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users.</p> </important> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
},
"createTime":{
"shape":"TimestampEpoch",
Expand Down Expand Up @@ -2335,11 +2414,41 @@
"min":20,
"pattern":"^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
},
"S3BucketName":{
"type":"string",
"max":63,
"min":1,
"pattern":"^.*\\S.*$"
},
"S3DestinationFormatOptions":{
"type":"map",
"key":{"shape":"StringMapKey"},
"value":{"shape":"StringMapValue"}
},
"S3Key":{
"type":"string",
"max":1024,
"min":1,
"pattern":"^.*\\S.*$"
},
"S3Location":{
"type":"structure",
"required":[
"bucket",
"key"
],
"members":{
"bucket":{
"shape":"S3BucketName",
"documentation":"<p> The name of the S3 bucket.</p>"
},
"key":{
"shape":"S3Key",
"documentation":"<p> The path of the folder, within the S3 bucket that contains the Dataset.</p>"
}
},
"documentation":"<p>The location of an external Dataview in an S3 bucket.</p>"
},
"SchemaDefinition":{
"type":"structure",
"members":{
Expand All @@ -2364,11 +2473,25 @@
},
"documentation":"<p>A union of schema types.</p>"
},
"SecretAccessKey":{
"type":"string",
"max":1000,
"min":1,
"pattern":"[\\s\\S]*\\S[\\s\\S]*",
"sensitive":true
},
"SessionDuration":{
"type":"long",
"max":720,
"min":60
},
"SessionToken":{
"type":"string",
"max":1000,
"min":1,
"pattern":"[\\s\\S]*\\S[\\s\\S]*",
"sensitive":true
},
"SortColumnList":{
"type":"list",
"member":{"shape":"StringValueLength1to255"},
Expand Down Expand Up @@ -2540,7 +2663,7 @@
},
"applicationPermissions":{
"shape":"ApplicationPermissionList",
"documentation":"<p>The permissions that are granted to a specific group for accessing the FinSpace application.</p> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
"documentation":"<p>The permissions that are granted to a specific group for accessing the FinSpace application.</p> <important> <p>When assigning application permissions, be aware that the permission <code>ManageUsersAndGroups</code> allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users.</p> </important> <ul> <li> <p> <code>CreateDataset</code> – Group members can create new datasets.</p> </li> <li> <p> <code>ManageClusters</code> – Group members can manage Apache Spark clusters from FinSpace notebooks.</p> </li> <li> <p> <code>ManageUsersAndGroups</code> – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users.</p> </li> <li> <p> <code>ManageAttributeSets</code> – Group members can manage attribute sets.</p> </li> <li> <p> <code>ViewAuditData</code> – Group members can view audit data.</p> </li> <li> <p> <code>AccessNotebooks</code> – Group members will have access to FinSpace notebooks.</p> </li> <li> <p> <code>GetTemporaryCredentials</code> – Group members can get temporary API credentials.</p> </li> </ul>"
},
"clientToken":{
"shape":"ClientToken",
Expand Down
6 changes: 5 additions & 1 deletion botocore/data/polly/2016-06-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,11 @@
"Aria",
"Ayanda",
"Arlet",
"Hannah"
"Hannah",
"Arthur",
"Daniel",
"Liam",
"Pedro"
]
},
"VoiceList":{
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.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.18'
release = '1.27.19'

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

0 comments on commit 6b4bbfa

Please sign in to comment.