Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
@@ -205,7 +205,9 @@
"required":["CreationToken"],
"members":{
"CreationToken":{"shape":"CreationToken"},
"PerformanceMode":{"shape":"PerformanceMode"}
"PerformanceMode":{"shape":"PerformanceMode"},
"Encrypted":{"shape":"Encrypted"},
"KmsKeyId":{"shape":"KmsKeyId"}
}
},
"CreateMountTargetRequest":{
@@ -402,6 +404,7 @@
"NextMarker":{"shape":"Marker"}
}
},
"Encrypted":{"type":"boolean"},
"ErrorCode":{
"type":"string",
"min":1
@@ -442,7 +445,9 @@
"Name":{"shape":"TagValue"},
"NumberOfMountTargets":{"shape":"MountTargetCount"},
"SizeInBytes":{"shape":"FileSystemSize"},
"PerformanceMode":{"shape":"PerformanceMode"}
"PerformanceMode":{"shape":"PerformanceMode"},
"Encrypted":{"shape":"Encrypted"},
"KmsKeyId":{"shape":"KmsKeyId"}
}
},
"FileSystemDescriptions":{
@@ -533,6 +538,11 @@
"error":{"httpStatusCode":409},
"exception":true
},
"KmsKeyId":{
"type":"string",
"max":2048,
"min":1
},
"LifeCycleState":{
"type":"string",
"enum":[
@@ -110,6 +110,13 @@
"refs": {
}
},
"Encrypted": {
"base": null,
"refs": {
"CreateFileSystemRequest$Encrypted": "<p>A boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying a <a>CreateFileSystemRequest$KmsKeyId</a> for an existing AWS Key Management Service (AWS KMS) customer master key (CMK). If you don't specify a CMK, then the default CMK for Amazon EFS, <code>/aws/elasticfilesystem</code>, is used to protect the encrypted file system. </p>",
"FileSystemDescription$Encrypted": "<p>A boolean value that, if true, indicates that the file system is encrypted.</p>"
}
},
"ErrorCode": {
"base": null,
"refs": {
@@ -242,6 +249,13 @@
"refs": {
}
},
"KmsKeyId": {
"base": null,
"refs": {
"CreateFileSystemRequest$KmsKeyId": "<p>The id of the AWS KMS CMK that will be used to protect the encrypted file system. This parameter is only required if you want to use a non-default CMK. If this parameter is not specified, the default CMK for Amazon EFS is used. This id can be in one of the following formats:</p> <ul> <li> <p>Key ID - A unique identifier of the key. For example, <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p> </li> <li> <p>ARN - An Amazon Resource Name for the key. For example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p> </li> <li> <p>Key alias - A previously created display name for a key. For example, <code>alias/projectKey1</code>.</p> </li> <li> <p>Key alias ARN - An Amazon Resource Name for a key alias. For example, <code>arn:aws:kms:us-west-2:444455556666:alias/projectKey1</code>.</p> </li> </ul> <p>Note that if the KmsKeyId is specified, the <a>CreateFileSystemRequest$Encrypted</a> parameter must be set to true.</p>",
"FileSystemDescription$KmsKeyId": "<p>The id of an AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the encrypted file system.</p>"
}
},
"LifeCycleState": {
"base": null,
"refs": {
@@ -414,7 +428,7 @@
}
},
"UnsupportedAvailabilityZone": {
"base": "<p></p>",
"base": "<p/>",
"refs": {
}
}
@@ -0,0 +1,4 @@
{
"pagination": {
}
}