Skip to content

Commit d56fdbd

Browse files
Release v1.44.180 (2023-01-13) (#4689)
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
1 parent c7ddff5 commit d56fdbd

File tree

22 files changed

+5032
-897
lines changed

22 files changed

+5032
-897
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.180 (2023-01-13)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API and documentation
6+
* `service/ec2`: Updates service documentation
7+
* Documentation updates for EC2.
8+
* `service/outposts`: Updates service API
9+
* `service/resource-groups`: Updates service API and documentation
10+
111
Release v1.44.179 (2023-01-12)
212
===
313

aws/endpoints/defaults.go

+3
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.44.179"
8+
const SDKVersion = "1.44.180"

models/apis/connect/2017-08-08/api-2.json

+24
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}"
507507
},
508508
"input":{"shape":"DeleteContactFlowRequest"},
509+
"output":{"shape":"DeleteContactFlowResponse"},
509510
"errors":[
510511
{"shape":"AccessDeniedException"},
511512
{"shape":"InvalidRequestException"},
@@ -2209,6 +2210,7 @@
22092210
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/content"
22102211
},
22112212
"input":{"shape":"UpdateContactFlowContentRequest"},
2213+
"output":{"shape":"UpdateContactFlowContentResponse"},
22122214
"errors":[
22132215
{"shape":"InvalidRequestException"},
22142216
{"shape":"InvalidContactFlowException"},
@@ -2225,6 +2227,7 @@
22252227
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/metadata"
22262228
},
22272229
"input":{"shape":"UpdateContactFlowMetadataRequest"},
2230+
"output":{"shape":"UpdateContactFlowMetadataResponse"},
22282231
"errors":[
22292232
{"shape":"InvalidRequestException"},
22302233
{"shape":"InvalidParameterException"},
@@ -2276,6 +2279,7 @@
22762279
"requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name"
22772280
},
22782281
"input":{"shape":"UpdateContactFlowNameRequest"},
2282+
"output":{"shape":"UpdateContactFlowNameResponse"},
22792283
"errors":[
22802284
{"shape":"InvalidRequestException"},
22812285
{"shape":"InvalidParameterException"},
@@ -4164,6 +4168,11 @@
41644168
}
41654169
}
41664170
},
4171+
"DeleteContactFlowResponse":{
4172+
"type":"structure",
4173+
"members":{
4174+
}
4175+
},
41674176
"DeleteHoursOfOperationRequest":{
41684177
"type":"structure",
41694178
"required":[
@@ -9269,6 +9278,11 @@
92699278
"Content":{"shape":"ContactFlowContent"}
92709279
}
92719280
},
9281+
"UpdateContactFlowContentResponse":{
9282+
"type":"structure",
9283+
"members":{
9284+
}
9285+
},
92729286
"UpdateContactFlowMetadataRequest":{
92739287
"type":"structure",
92749288
"required":[
@@ -9291,6 +9305,11 @@
92919305
"ContactFlowState":{"shape":"ContactFlowState"}
92929306
}
92939307
},
9308+
"UpdateContactFlowMetadataResponse":{
9309+
"type":"structure",
9310+
"members":{
9311+
}
9312+
},
92949313
"UpdateContactFlowModuleContentRequest":{
92959314
"type":"structure",
92969315
"required":[
@@ -9365,6 +9384,11 @@
93659384
"Description":{"shape":"ContactFlowDescription"}
93669385
}
93679386
},
9387+
"UpdateContactFlowNameResponse":{
9388+
"type":"structure",
9389+
"members":{
9390+
}
9391+
},
93689392
"UpdateContactRequest":{
93699393
"type":"structure",
93709394
"required":[

models/apis/connect/2017-08-08/docs-2.json

+20
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,11 @@
13141314
"refs": {
13151315
}
13161316
},
1317+
"DeleteContactFlowResponse": {
1318+
"base": null,
1319+
"refs": {
1320+
}
1321+
},
13171322
"DeleteHoursOfOperationRequest": {
13181323
"base": null,
13191324
"refs": {
@@ -4889,11 +4894,21 @@
48894894
"refs": {
48904895
}
48914896
},
4897+
"UpdateContactFlowContentResponse": {
4898+
"base": null,
4899+
"refs": {
4900+
}
4901+
},
48924902
"UpdateContactFlowMetadataRequest": {
48934903
"base": null,
48944904
"refs": {
48954905
}
48964906
},
4907+
"UpdateContactFlowMetadataResponse": {
4908+
"base": null,
4909+
"refs": {
4910+
}
4911+
},
48974912
"UpdateContactFlowModuleContentRequest": {
48984913
"base": null,
48994914
"refs": {
@@ -4919,6 +4934,11 @@
49194934
"refs": {
49204935
}
49214936
},
4937+
"UpdateContactFlowNameResponse": {
4938+
"base": null,
4939+
"refs": {
4940+
}
4941+
},
49224942
"UpdateContactRequest": {
49234943
"base": null,
49244944
"refs": {

0 commit comments

Comments
 (0)