Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jan 24, 2020
1 parent 99ea238 commit 2884378
Show file tree
Hide file tree
Showing 19 changed files with 290 additions and 48 deletions.
27 changes: 27 additions & 0 deletions .changes/3.133.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "EKS",
"description": "Adding new error codes for Nodegroups in EKS"
},
{
"type": "api-change",
"category": "OpsWorksCM",
"description": "AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs."
},
{
"type": "api-change",
"category": "DataSync",
"description": "AWS DataSync now supports FSx for Windows File Server Locations"
},
{
"type": "api-change",
"category": "ECS",
"description": "This release provides support for tagging Amazon ECS task sets for services using external deployment controllers."
},
{
"type": "enhancement",
"category": "WorkSpaces",
"description": "Documentation updates for WorkSpaces"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## next release

* `Aws\DataSync` - AWS DataSync now supports FSx for Windows File Server Locations
* `Aws\ECS` - This release provides support for tagging Amazon ECS task sets for services using external deployment controllers.
* `Aws\EKS` - Adding new error codes for Nodegroups in EKS
* `Aws\OpsWorksCM` - AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs.
* `Aws\WorkSpaces` - Documentation updates for WorkSpaces

## 3.133.5 - 2020-01-23

* `Aws\IAM` - This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies.
Expand Down
4 changes: 4 additions & 0 deletions src/DataSync/DataSyncClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* @method \GuzzleHttp\Promise\Promise createAgentAsync(array $args = [])
* @method \Aws\Result createLocationEfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationEfsAsync(array $args = [])
* @method \Aws\Result createLocationFsxWindows(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationFsxWindowsAsync(array $args = [])
* @method \Aws\Result createLocationNfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationNfsAsync(array $args = [])
* @method \Aws\Result createLocationS3(array $args = [])
Expand All @@ -29,6 +31,8 @@
* @method \GuzzleHttp\Promise\Promise describeAgentAsync(array $args = [])
* @method \Aws\Result describeLocationEfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationEfsAsync(array $args = [])
* @method \Aws\Result describeLocationFsxWindows(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationFsxWindowsAsync(array $args = [])
* @method \Aws\Result describeLocationNfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationNfsAsync(array $args = [])
* @method \Aws\Result describeLocationS3(array $args = [])
Expand Down
133 changes: 115 additions & 18 deletions src/data/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
{"shape":"InternalException"}
]
},
"CreateLocationFsxWindows":{
"name":"CreateLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxWindowsRequest"},
"output":{"shape":"CreateLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"CreateLocationNfs":{
"name":"CreateLocationNfs",
"http":{
Expand Down Expand Up @@ -170,6 +183,19 @@
{"shape":"InternalException"}
]
},
"DescribeLocationFsxWindows":{
"name":"DescribeLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxWindowsRequest"},
"output":{"shape":"DescribeLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
]
},
"DescribeLocationNfs":{
"name":"DescribeLocationNfs",
"http":{
Expand Down Expand Up @@ -450,7 +476,7 @@
"Ec2Config"
],
"members":{
"Subdirectory":{"shape":"Subdirectory"},
"Subdirectory":{"shape":"EfsSubdirectory"},
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
"Ec2Config":{"shape":"Ec2Config"},
"Tags":{"shape":"TagList"}
Expand All @@ -462,6 +488,30 @@
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationFsxWindowsRequest":{
"type":"structure",
"required":[
"FsxFilesystemArn",
"SecurityGroupArns",
"User",
"Password"
],
"members":{
"Subdirectory":{"shape":"FsxWindowsSubdirectory"},
"FsxFilesystemArn":{"shape":"FsxFilesystemArn"},
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
"Tags":{"shape":"TagList"},
"User":{"shape":"SmbUser"},
"Domain":{"shape":"SmbDomain"},
"Password":{"shape":"SmbPassword"}
}
},
"CreateLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"CreateLocationNfsRequest":{
"type":"structure",
"required":[
Expand All @@ -470,7 +520,7 @@
"OnPremConfig"
],
"members":{
"Subdirectory":{"shape":"NonEmptySubdirectory"},
"Subdirectory":{"shape":"NfsSubdirectory"},
"ServerHostname":{"shape":"ServerHostname"},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{"shape":"NfsMountOptions"},
Expand All @@ -490,7 +540,7 @@
"S3Config"
],
"members":{
"Subdirectory":{"shape":"Subdirectory"},
"Subdirectory":{"shape":"S3Subdirectory"},
"S3BucketArn":{"shape":"S3BucketArn"},
"S3StorageClass":{"shape":"S3StorageClass"},
"S3Config":{"shape":"S3Config"},
Expand All @@ -513,7 +563,7 @@
"AgentArns"
],
"members":{
"Subdirectory":{"shape":"NonEmptySubdirectory"},
"Subdirectory":{"shape":"SmbSubdirectory"},
"ServerHostname":{"shape":"ServerHostname"},
"User":{"shape":"SmbUser"},
"Domain":{"shape":"SmbDomain"},
Expand Down Expand Up @@ -623,6 +673,24 @@
"CreationTime":{"shape":"Time"}
}
},
"DescribeLocationFsxWindowsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{"shape":"LocationArn"}
}
},
"DescribeLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{"shape":"LocationArn"},
"LocationUri":{"shape":"LocationUri"},
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
"CreationTime":{"shape":"Time"},
"User":{"shape":"SmbUser"},
"Domain":{"shape":"SmbDomain"}
}
},
"DescribeLocationNfsRequest":{
"type":"structure",
"required":["LocationArn"],
Expand Down Expand Up @@ -767,6 +835,11 @@
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
"EfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"Endpoint":{
"type":"string",
"max":15,
Expand Down Expand Up @@ -805,6 +878,16 @@
"max":409600,
"pattern":"^[^\\x00]+$"
},
"FsxFilesystemArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
"FsxWindowsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"Gid":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -927,14 +1010,22 @@
},
"LocationUri":{
"type":"string",
"max":4355,
"pattern":"^(efs|nfs|s3|smb)://[a-zA-Z0-9.\\-]+$"
"max":4356,
"pattern":"^(efs|nfs|s3|smb|fsxw)://[a-zA-Z0-9.\\-]+$"
},
"LogGroupArn":{
"type":"string",
"max":562,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
},
"LogLevel":{
"type":"string",
"enum":[
"OFF",
"BASIC",
"TRANSFER"
]
},
"MaxResults":{
"type":"integer",
"max":100,
Expand Down Expand Up @@ -963,6 +1054,11 @@
"Version":{"shape":"NfsVersion"}
}
},
"NfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
},
"NfsVersion":{
"type":"string",
"enum":[
Expand All @@ -972,11 +1068,6 @@
"NFS4_1"
]
},
"NonEmptySubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
},
"OnPremConfig":{
"type":"structure",
"required":["AgentArns"],
Expand All @@ -997,7 +1088,8 @@
"PreserveDevices":{"shape":"PreserveDevices"},
"PosixPermissions":{"shape":"PosixPermissions"},
"BytesPerSecond":{"shape":"BytesPerSecond"},
"TaskQueueing":{"shape":"TaskQueueing"}
"TaskQueueing":{"shape":"TaskQueueing"},
"LogLevel":{"shape":"LogLevel"}
}
},
"OverwriteMode":{
Expand Down Expand Up @@ -1080,6 +1172,11 @@
"DEEP_ARCHIVE"
]
},
"S3Subdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"ScheduleExpressionCron":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1107,6 +1204,11 @@
"pattern":"^.{0,104}$",
"sensitive":true
},
"SmbSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"SmbUser":{
"type":"string",
"max":104,
Expand Down Expand Up @@ -1139,11 +1241,6 @@
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
}
},
"Subdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"TagKey":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1190,7 +1287,7 @@
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z0-9\\s+=._:/-]+$"
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
},
"TaggableResourceArn":{
"type":"string",
Expand Down
2 changes: 1 addition & 1 deletion src/data/datasync/2018-11-09/api-2.json.php

Large diffs are not rendered by default.

0 comments on commit 2884378

Please sign in to comment.