Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.38.27 #3883

Merged
merged 1 commit into from Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.