Skip to content

Commit

Permalink
Release v1.44.180 (2023-01-13) (#4689)
Browse files Browse the repository at this point in the history
Release v1.44.180 (2023-01-13)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service documentation
  * Documentation updates for EC2.
* `service/outposts`: Updates service API
* `service/resource-groups`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 13, 2023
1 parent c7ddff5 commit d56fdbd
Show file tree
Hide file tree
Showing 22 changed files with 5,032 additions and 897 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.180 (2023-01-13)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/ec2`: Updates service documentation
* Documentation updates for EC2.
* `service/outposts`: Updates service API
* `service/resource-groups`: Updates service API and documentation

Release v1.44.179 (2023-01-12)
===

Expand Down
3 changes: 3 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.44.179"
const SDKVersion = "1.44.180"
24 changes: 24 additions & 0 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"
},
"input":{"shape":"DeleteContactFlowRequest"},
"output":{"shape":"DeleteContactFlowResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InvalidRequestException"},
Expand Down Expand Up @@ -2209,6 +2210,7 @@
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"
},
"input":{"shape":"UpdateContactFlowContentRequest"},
"output":{"shape":"UpdateContactFlowContentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidContactFlowException"},
Expand All @@ -2225,6 +2227,7 @@
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
},
"input":{"shape":"UpdateContactFlowMetadataRequest"},
"output":{"shape":"UpdateContactFlowMetadataResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
Expand Down Expand Up @@ -2276,6 +2279,7 @@
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"
},
"input":{"shape":"UpdateContactFlowNameRequest"},
"output":{"shape":"UpdateContactFlowNameResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
Expand Down Expand Up @@ -4164,6 +4168,11 @@
}
}
},
"DeleteContactFlowResponse":{
"type":"structure",
"members":{
}
},
"DeleteHoursOfOperationRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -9269,6 +9278,11 @@
"Content":{"shape":"ContactFlowContent"}
}
},
"UpdateContactFlowContentResponse":{
"type":"structure",
"members":{
}
},
"UpdateContactFlowMetadataRequest":{
"type":"structure",
"required":[
Expand All @@ -9291,6 +9305,11 @@
"ContactFlowState":{"shape":"ContactFlowState"}
}
},
"UpdateContactFlowMetadataResponse":{
"type":"structure",
"members":{
}
},
"UpdateContactFlowModuleContentRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -9365,6 +9384,11 @@
"Description":{"shape":"ContactFlowDescription"}
}
},
"UpdateContactFlowNameResponse":{
"type":"structure",
"members":{
}
},
"UpdateContactRequest":{
"type":"structure",
"required":[
Expand Down
20 changes: 20 additions & 0 deletions models/apis/connect/2017-08-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,11 @@
"refs": {
}
},
"DeleteContactFlowResponse": {
"base": null,
"refs": {
}
},
"DeleteHoursOfOperationRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -4889,11 +4894,21 @@
"refs": {
}
},
"UpdateContactFlowContentResponse": {
"base": null,
"refs": {
}
},
"UpdateContactFlowMetadataRequest": {
"base": null,
"refs": {
}
},
"UpdateContactFlowMetadataResponse": {
"base": null,
"refs": {
}
},
"UpdateContactFlowModuleContentRequest": {
"base": null,
"refs": {
Expand All @@ -4919,6 +4934,11 @@
"refs": {
}
},
"UpdateContactFlowNameResponse": {
"base": null,
"refs": {
}
},
"UpdateContactRequest": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit d56fdbd

Please sign in to comment.