Skip to content

Commit

Permalink
Release v1.38.27 (2021-04-27) (#3883)
Browse files Browse the repository at this point in the history
Release v1.38.27 (2021-04-27)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 27, 2021
1 parent 92c4507 commit e8bafb8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
Release v1.38.27 (2021-04-27)
===

### Service Client Updates
* `service/auditmanager`: Updates service API and documentation

Release v1.38.26 (2021-04-26)
===

Expand Down
3 changes: 2 additions & 1 deletion 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.26"
const SDKVersion = "1.38.27"
8 changes: 4 additions & 4 deletions models/apis/auditmanager/2017-07-25/api-2.json
Expand Up @@ -989,7 +989,7 @@
"type":"string",
"max":300,
"min":1,
"pattern":"^[\\w\\W\\s\\S]*$"
"pattern":"^[^\\\\]*$"
},
"AssessmentReport":{
"type":"structure",
Expand Down Expand Up @@ -1356,7 +1356,7 @@
"type":"string",
"max":300,
"min":1,
"pattern":"^[\\w\\W\\s\\S]*$"
"pattern":"^[^\\\\]*$"
},
"ControlResponse":{
"type":"string",
Expand Down Expand Up @@ -1866,7 +1866,7 @@
"type":"string",
"max":300,
"min":1,
"pattern":"^[\\w\\W\\s\\S]*$"
"pattern":"^[^\\\\]*$"
},
"FrameworkType":{
"type":"string",
Expand Down Expand Up @@ -2866,7 +2866,7 @@
"UpdateAssessmentFrameworkControlSet":{
"type":"structure",
"members":{
"id":{"shape":"UUID"},
"id":{"shape":"ControlSetName"},
"name":{"shape":"ControlSetName"},
"controls":{"shape":"CreateAssessmentFrameworkControls"}
}
Expand Down
2 changes: 1 addition & 1 deletion models/apis/auditmanager/2017-07-25/docs-2.json
Expand Up @@ -577,6 +577,7 @@
"refs": {
"ControlSet$name": "<p> The name of the control set. </p>",
"CreateAssessmentFrameworkControlSet$name": "<p> The name of the specified control set. </p>",
"UpdateAssessmentFrameworkControlSet$id": "<p> The unique identifier for the control set. </p>",
"UpdateAssessmentFrameworkControlSet$name": "<p> The name of the control set. </p>"
}
},
Expand Down Expand Up @@ -1727,7 +1728,6 @@
"UpdateAssessmentControlRequest$assessmentId": "<p> The identifier for the specified assessment. </p>",
"UpdateAssessmentControlRequest$controlId": "<p> The identifier for the specified control. </p>",
"UpdateAssessmentControlSetStatusRequest$assessmentId": "<p> The identifier for the specified assessment. </p>",
"UpdateAssessmentFrameworkControlSet$id": "<p> The unique identifier for the control set. </p>",
"UpdateAssessmentFrameworkRequest$frameworkId": "<p> The identifier for the specified framework. </p>",
"UpdateAssessmentRequest$assessmentId": "<p> The identifier for the specified assessment. </p>",
"UpdateAssessmentStatusRequest$assessmentId": "<p> The identifier for the specified assessment. </p>",
Expand Down
3 changes: 2 additions & 1 deletion models/endpoints/endpoints.json
Expand Up @@ -7671,7 +7671,8 @@
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : { }
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"runtime.sagemaker" : {
Expand Down
6 changes: 3 additions & 3 deletions service/auditmanager/api.go

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

0 comments on commit e8bafb8

Please sign in to comment.