Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.44 #4458

Merged
merged 1 commit into from Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.44 (2022-06-28)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* 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.
* `service/finspace-data`: Updates service API and documentation
* `service/polly`: Updates service API
* Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).

Release v1.44.43 (2022-06-27)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.43"
const SDKVersion = "1.44.44"
98 changes: 94 additions & 4 deletions models/apis/datasync/2018-11-09/api-2.json
Expand Up @@ -66,6 +66,19 @@
{"shape":"InternalException"}
]
},
"CreateLocationFsxOntap":{
"name":"CreateLocationFsxOntap",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxOntapRequest"},
"output":{"shape":"CreateLocationFsxOntapResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"CreateLocationFsxOpenZfs":{
"name":"CreateLocationFsxOpenZfs",
"http":{
Expand Down Expand Up @@ -248,6 +261,19 @@
{"shape":"InternalException"}
]
},
"DescribeLocationFsxOntap":{
"name":"DescribeLocationFsxOntap",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxOntapRequest"},
"output":{"shape":"DescribeLocationFsxOntapResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"DescribeLocationFsxOpenZfs":{
"name":"DescribeLocationFsxOpenZfs",
"http":{
Expand Down Expand Up @@ -679,6 +705,27 @@
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationFsxOntapRequest":{
"type":"structure",
"required":[
"Protocol",
"SecurityGroupArns",
"StorageVirtualMachineArn"
],
"members":{
"Protocol":{"shape":"FsxProtocol"},
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
"StorageVirtualMachineArn":{"shape":"StorageVirtualMachineArn"},
"Subdirectory":{"shape":"FsxOntapSubdirectory"},
"Tags":{"shape":"InputTagList"}
}
},
"CreateLocationFsxOntapResponse":{
"type":"structure",
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationFsxOpenZfsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -960,6 +1007,25 @@
"CreationTime":{"shape":"Time"}
}
},
"DescribeLocationFsxOntapRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"DescribeLocationFsxOntapResponse":{
"type":"structure",
"members":{
"CreationTime":{"shape":"Time"},
"LocationArn":{"shape":"LocationArn"},
"LocationUri":{"shape":"LocationUri"},
"Protocol":{"shape":"FsxProtocol"},
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
"StorageVirtualMachineArn":{"shape":"StorageVirtualMachineArn"},
"FsxFilesystemArn":{"shape":"FsxFilesystemArn"}
}
},
"DescribeLocationFsxOpenZfsRequest":{
"type":"structure",
"required":["LocationArn"],
Expand Down Expand Up @@ -1259,6 +1325,11 @@
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"FsxOntapSubdirectory":{
"type":"string",
"max":255,
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$"
},
"FsxOpenZfsSubdirectory":{
"type":"string",
"max":4096,
Expand All @@ -1267,7 +1338,8 @@
"FsxProtocol":{
"type":"structure",
"members":{
"NFS":{"shape":"FsxProtocolNfs"}
"NFS":{"shape":"FsxProtocolNfs"},
"SMB":{"shape":"FsxProtocolSmb"}
}
},
"FsxProtocolNfs":{
Expand All @@ -1276,6 +1348,19 @@
"MountOptions":{"shape":"NfsMountOptions"}
}
},
"FsxProtocolSmb":{
"type":"structure",
"required":[
"Password",
"User"
],
"members":{
"Domain":{"shape":"SmbDomain"},
"MountOptions":{"shape":"SmbMountOptions"},
"Password":{"shape":"SmbPassword"},
"User":{"shape":"SmbUser"}
}
},
"FsxWindowsSubdirectory":{
"type":"string",
"max":4096,
Expand Down Expand Up @@ -1533,8 +1618,8 @@
},
"LocationUri":{
"type":"string",
"max":4356,
"pattern":"^(efs|nfs|s3|smb|hdfs|fsx[a-z0-9]+)://[a-zA-Z0-9.:/\\-]+$"
"max":4360,
"pattern":"^(efs|nfs|s3|smb|hdfs|fsx[a-z0-9-]+)://[a-zA-Z0-9.:/\\-]+$"
},
"LogGroupArn":{
"type":"string",
Expand Down Expand Up @@ -1784,7 +1869,7 @@
"SmbDomain":{
"type":"string",
"max":253,
"pattern":"^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$"
"pattern":"^[A-Za-z0-9]((\\.|-+)?[A-Za-z0-9]){0,252}$"
},
"SmbMountOptions":{
"type":"structure",
Expand Down Expand Up @@ -1844,6 +1929,11 @@
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
}
},
"StorageVirtualMachineArn":{
"type":"string",
"max":162,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$"
},
"TagKey":{
"type":"string",
"max":256,
Expand Down