Skip to content

Commit 527bc35

Browse files
Release v1.40.36 (2021-09-02) (#4086)
Release v1.40.36 (2021-09-02) === ### Service Client Updates * `service/accessanalyzer`: Updates service API and documentation * `service/acm-pca`: Updates service API and documentation * `service/ebs`: Updates service documentation * `service/elasticfilesystem`: Updates service API and documentation * Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes. * `service/fsx`: Updates service API, documentation, and paginators * `service/lex-models`: Updates service API * `service/quicksight`: Updates service API and documentation * This release adds support for referencing parent datasets as sources in a child dataset. * `service/s3control`: Updates service API, documentation, and paginators * S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions. * `service/schemas`: Updates service API and documentation * `service/securityhub`: Updates service API, documentation, and paginators * `service/transfer`: Updates service API, documentation, and paginators * AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
1 parent d92c351 commit 527bc35

File tree

50 files changed

+21628
-6163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+21628
-6163
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.40.36 (2021-09-02)
2+
===
3+
4+
### Service Client Updates
5+
* `service/accessanalyzer`: Updates service API and documentation
6+
* `service/acm-pca`: Updates service API and documentation
7+
* `service/ebs`: Updates service documentation
8+
* `service/elasticfilesystem`: Updates service API and documentation
9+
* Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes.
10+
* `service/fsx`: Updates service API, documentation, and paginators
11+
* `service/lex-models`: Updates service API
12+
* `service/quicksight`: Updates service API and documentation
13+
* This release adds support for referencing parent datasets as sources in a child dataset.
14+
* `service/s3control`: Updates service API, documentation, and paginators
15+
* S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
16+
* `service/schemas`: Updates service API and documentation
17+
* `service/securityhub`: Updates service API, documentation, and paginators
18+
* `service/transfer`: Updates service API, documentation, and paginators
19+
* AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
20+
121
Release v1.40.35 (2021-09-01)
222
===
323

aws/endpoints/defaults.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.40.35"
8+
const SDKVersion = "1.40.36"

models/apis/accessanalyzer/2019-11-01/api-2.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
},
511511
"AccessPointArn":{
512512
"type":"string",
513-
"pattern":"arn:[^:]*:s3:[^:]*:[^:]*:accesspoint/.*$"
513+
"pattern":"arn:[^:]*:s3:[^:]*:[^:]*:accesspoint/.*"
514514
},
515515
"AccessPointPolicy":{"type":"string"},
516516
"AccessPreview":{
@@ -566,7 +566,7 @@
566566
},
567567
"AccessPreviewId":{
568568
"type":"string",
569-
"pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
569+
"pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
570570
},
571571
"AccessPreviewStatus":{
572572
"type":"string",
@@ -678,7 +678,7 @@
678678
},
679679
"AnalyzerArn":{
680680
"type":"string",
681-
"pattern":"^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}$"
681+
"pattern":"[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}"
682682
},
683683
"AnalyzerStatus":{
684684
"type":"string",
@@ -770,7 +770,7 @@
770770
},
771771
"CloudTrailArn":{
772772
"type":"string",
773-
"pattern":"arn:[^:]*:cloudtrail:[^:]*:[^:]*:trail/.{1,576}$"
773+
"pattern":"arn:[^:]*:cloudtrail:[^:]*:[^:]*:trail/.{1,576}"
774774
},
775775
"CloudTrailDetails":{
776776
"type":"structure",
@@ -1655,7 +1655,7 @@
16551655
"type":"string",
16561656
"max":255,
16571657
"min":1,
1658-
"pattern":"^[A-Za-z][A-Za-z0-9_.-]*$"
1658+
"pattern":"[A-Za-z][A-Za-z0-9_.-]*"
16591659
},
16601660
"NetworkOriginConfiguration":{
16611661
"type":"structure",
@@ -1738,7 +1738,7 @@
17381738
},
17391739
"PrincipalArn":{
17401740
"type":"string",
1741-
"pattern":"arn:[^:]*:iam::[^:]*:(role|user)/.{1,576}$"
1741+
"pattern":"arn:[^:]*:iam::[^:]*:(role|user)/.{1,576}"
17421742
},
17431743
"PrincipalMap":{
17441744
"type":"map",
@@ -1760,7 +1760,7 @@
17601760
},
17611761
"ResourceArn":{
17621762
"type":"string",
1763-
"pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$"
1763+
"pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*"
17641764
},
17651765
"ResourceNotFoundException":{
17661766
"type":"structure",
@@ -1795,7 +1795,7 @@
17951795
"RetiringPrincipal":{"type":"string"},
17961796
"RoleArn":{
17971797
"type":"string",
1798-
"pattern":"arn:[^:]*:iam::[^:]*:role/.{1,576}$"
1798+
"pattern":"arn:[^:]*:iam::[^:]*:role/.{1,576}"
17991799
},
18001800
"S3AccessPointConfiguration":{
18011801
"type":"structure",
@@ -2218,7 +2218,7 @@
22182218
},
22192219
"VpcId":{
22202220
"type":"string",
2221-
"pattern":"^vpc-([0-9a-f]){8}(([0-9a-f]){9})?$"
2221+
"pattern":"vpc-([0-9a-f]){8}(([0-9a-f]){9})?"
22222222
}
22232223
}
22242224
}

0 commit comments

Comments
 (0)