Skip to content

Commit

Permalink
Release v1.37.32 (2021-03-16)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/gamelift`: Updates service API, documentation, and paginators
  * GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process.
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/lambda`: Updates service API
  * Allow empty list for function response types
* `service/mediaconnect`: Updates service API and documentation
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/mwaa`: Updates service API
  • Loading branch information
awssdkgo committed Mar 16, 2021
1 parent ae393af commit aff86fd
Show file tree
Hide file tree
Showing 27 changed files with 6,739 additions and 4,273 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.37.32 (2021-03-16)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/gamelift`: Updates service API, documentation, and paginators
* GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process.
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/lambda`: Updates service API
* Allow empty list for function response types
* `service/mediaconnect`: Updates service API and documentation
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/mwaa`: Updates service API

Release v1.37.31 (2021-03-15)
===

Expand Down
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.37.31"
const SDKVersion = "1.37.32"
166 changes: 166 additions & 0 deletions models/apis/accessanalyzer/2019-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,22 @@
{"shape":"AccessDeniedException"}
],
"idempotent":true
},
"ValidatePolicy":{
"name":"ValidatePolicy",
"http":{
"method":"POST",
"requestUri":"/policy/validation",
"responseCode":200
},
"input":{"shape":"ValidatePolicyRequest"},
"output":{"shape":"ValidatePolicyResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"AccessDeniedException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -1114,6 +1130,7 @@
"members":{
}
},
"IssueCode":{"type":"string"},
"IssuingAccount":{"type":"string"},
"KmsConstraintsKey":{"type":"string"},
"KmsConstraintsMap":{
Expand Down Expand Up @@ -1184,6 +1201,7 @@
"value":{"shape":"KmsKeyPolicy"}
},
"KmsKeyPolicy":{"type":"string"},
"LearnMoreLink":{"type":"string"},
"ListAccessPreviewFindingsRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1350,6 +1368,36 @@
"tags":{"shape":"TagsMap"}
}
},
"Locale":{
"type":"string",
"enum":[
"DE",
"EN",
"ES",
"FR",
"IT",
"JA",
"KO",
"PT_BR",
"ZH_CN",
"ZH_TW"
]
},
"Location":{
"type":"structure",
"required":[
"path",
"span"
],
"members":{
"path":{"shape":"PathElementList"},
"span":{"shape":"Span"}
}
},
"LocationList":{
"type":"list",
"member":{"shape":"Location"}
},
"Name":{
"type":"string",
"max":255,
Expand All @@ -1371,7 +1419,43 @@
"DESC"
]
},
"PathElement":{
"type":"structure",
"members":{
"index":{"shape":"Integer"},
"key":{"shape":"String"},
"substring":{"shape":"Substring"},
"value":{"shape":"String"}
},
"union":true
},
"PathElementList":{
"type":"list",
"member":{"shape":"PathElement"}
},
"PolicyDocument":{"type":"string"},
"PolicyName":{"type":"string"},
"PolicyType":{
"type":"string",
"enum":[
"IDENTITY_POLICY",
"RESOURCE_POLICY",
"SERVICE_CONTROL_POLICY"
]
},
"Position":{
"type":"structure",
"required":[
"column",
"line",
"offset"
],
"members":{
"column":{"shape":"Integer"},
"line":{"shape":"Integer"},
"offset":{"shape":"Integer"}
}
},
"PrincipalMap":{
"type":"map",
"key":{"shape":"String"},
Expand Down Expand Up @@ -1508,6 +1592,17 @@
"orderBy":{"shape":"OrderBy"}
}
},
"Span":{
"type":"structure",
"required":[
"end",
"start"
],
"members":{
"end":{"shape":"Position"},
"start":{"shape":"Position"}
}
},
"SqsQueueConfiguration":{
"type":"structure",
"members":{
Expand All @@ -1534,6 +1629,17 @@
}
},
"String":{"type":"string"},
"Substring":{
"type":"structure",
"required":[
"length",
"start"
],
"members":{
"length":{"shape":"Integer"},
"start":{"shape":"Integer"}
}
},
"TagKeys":{
"type":"list",
"member":{"shape":"String"}
Expand Down Expand Up @@ -1659,6 +1765,66 @@
"status":{"shape":"FindingStatusUpdate"}
}
},
"ValidatePolicyFinding":{
"type":"structure",
"required":[
"findingDetails",
"findingType",
"issueCode",
"learnMoreLink",
"locations"
],
"members":{
"findingDetails":{"shape":"String"},
"findingType":{"shape":"ValidatePolicyFindingType"},
"issueCode":{"shape":"IssueCode"},
"learnMoreLink":{"shape":"LearnMoreLink"},
"locations":{"shape":"LocationList"}
}
},
"ValidatePolicyFindingList":{
"type":"list",
"member":{"shape":"ValidatePolicyFinding"}
},
"ValidatePolicyFindingType":{
"type":"string",
"enum":[
"ERROR",
"SECURITY_WARNING",
"SUGGESTION",
"WARNING"
]
},
"ValidatePolicyRequest":{
"type":"structure",
"required":[
"policyDocument",
"policyType"
],
"members":{
"locale":{"shape":"Locale"},
"maxResults":{
"shape":"Integer",
"location":"querystring",
"locationName":"maxResults"
},
"nextToken":{
"shape":"Token",
"location":"querystring",
"locationName":"nextToken"
},
"policyDocument":{"shape":"PolicyDocument"},
"policyType":{"shape":"PolicyType"}
}
},
"ValidatePolicyResponse":{
"type":"structure",
"required":["findings"],
"members":{
"findings":{"shape":"ValidatePolicyFindingList"},
"nextToken":{"shape":"Token"}
}
},
"ValidationException":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit aff86fd

Please sign in to comment.