Skip to content

Commit

Permalink
Release v1.38.45 (2021-05-21) (#3922)
Browse files Browse the repository at this point in the history
Release v1.38.45 (2021-05-21)
===

### Service Client Updates
* `service/elasticfilesystem`: Updates service API and documentation
  * EFS now supports account preferences. Utilizing the new capability, users can customize some aspects of their experience using EFS APIs and the EFS Console. The first preference clients are able to set is whether to start using longer File System and Mount Target IDs before EFS migrates to such IDs.
* `service/forecast`: Updates service API and documentation
* `service/opsworkscm`: Updates service API and documentation
  * New PUPPET_API_CRL attribute returned by DescribeServers API; new EngineVersion of 2019 available for Puppet Enterprise servers.
* `service/s3`: Updates service documentation and examples
  * Documentation updates for Amazon S3
  • Loading branch information
aws-sdk-go-automation authored May 21, 2021
1 parent 91b7214 commit 5766fb9
Show file tree
Hide file tree
Showing 20 changed files with 1,012 additions and 405 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.38.45 (2021-05-21)
===

### Service Client Updates
* `service/elasticfilesystem`: Updates service API and documentation
* EFS now supports account preferences. Utilizing the new capability, users can customize some aspects of their experience using EFS APIs and the EFS Console. The first preference clients are able to set is whether to start using longer File System and Mount Target IDs before EFS migrates to such IDs.
* `service/forecast`: Updates service API and documentation
* `service/opsworkscm`: Updates service API and documentation
* New PUPPET_API_CRL attribute returned by DescribeServers API; new EngineVersion of 2019 available for Puppet Enterprise servers.
* `service/s3`: Updates service documentation and examples
* Documentation updates for Amazon S3

Release v1.38.44 (2021-05-20)
===

Expand Down
2 changes: 2 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.44"
const SDKVersion = "1.38.45"
80 changes: 79 additions & 1 deletion models/apis/elasticfilesystem/2015-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,19 @@
{"shape":"AccessPointNotFound"}
]
},
"DescribeAccountPreferences":{
"name":"DescribeAccountPreferences",
"http":{
"method":"GET",
"requestUri":"/2015-02-01/account-preferences",
"responseCode":200
},
"input":{"shape":"DescribeAccountPreferencesRequest"},
"output":{"shape":"DescribeAccountPreferencesResponse"},
"errors":[
{"shape":"InternalServerError"}
]
},
"DescribeBackupPolicy":{
"name":"DescribeBackupPolicy",
"http":{
Expand Down Expand Up @@ -324,6 +337,19 @@
{"shape":"SecurityGroupNotFound"}
]
},
"PutAccountPreferences":{
"name":"PutAccountPreferences",
"http":{
"method":"PUT",
"requestUri":"/2015-02-01/account-preferences",
"responseCode":200
},
"input":{"shape":"PutAccountPreferencesRequest"},
"output":{"shape":"PutAccountPreferencesResponse"},
"errors":[
{"shape":"InternalServerError"}
]
},
"PutBackupPolicy":{
"name":"PutBackupPolicy",
"http":{
Expand Down Expand Up @@ -722,6 +748,20 @@
"NextToken":{"shape":"Token"}
}
},
"DescribeAccountPreferencesRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"Token"},
"MaxResults":{"shape":"MaxResults"}
}
},
"DescribeAccountPreferencesResponse":{
"type":"structure",
"members":{
"ResourceIdPreference":{"shape":"ResourceIdPreference"},
"NextToken":{"shape":"Token"}
}
},
"DescribeBackupPolicyRequest":{
"type":"structure",
"required":["FileSystemId"],
Expand Down Expand Up @@ -1065,7 +1105,7 @@
"KmsKeyId":{
"type":"string",
"max":2048,
"pattern":"^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(alias/[a-zA-Z0-9/_-]+))))$"
"pattern":"^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|mrk-[0-9a-f]{32}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(key/mrk-[0-9a-f]{32})|(alias/[a-zA-Z0-9/_-]+))))$"
},
"LifeCycleState":{
"type":"string",
Expand Down Expand Up @@ -1285,6 +1325,19 @@
"type":"double",
"min":1.0
},
"PutAccountPreferencesRequest":{
"type":"structure",
"required":["ResourceIdType"],
"members":{
"ResourceIdType":{"shape":"ResourceIdType"}
}
},
"PutAccountPreferencesResponse":{
"type":"structure",
"members":{
"ResourceIdPreference":{"shape":"ResourceIdPreference"}
}
},
"PutBackupPolicyRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1331,11 +1384,36 @@
"LifecyclePolicies":{"shape":"LifecyclePolicies"}
}
},
"Resource":{
"type":"string",
"enum":[
"FILE_SYSTEM",
"MOUNT_TARGET"
]
},
"ResourceId":{
"type":"string",
"max":128,
"pattern":"^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:(access-point/fsap|file-system/fs)-[0-9a-f]{8,40}|fs(ap)?-[0-9a-f]{8,40})$"
},
"ResourceIdPreference":{
"type":"structure",
"members":{
"ResourceIdType":{"shape":"ResourceIdType"},
"Resources":{"shape":"Resources"}
}
},
"ResourceIdType":{
"type":"string",
"enum":[
"LONG_ID",
"SHORT_ID"
]
},
"Resources":{
"type":"list",
"member":{"shape":"Resource"}
},
"RootDirectory":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 5766fb9

Please sign in to comment.