Skip to content

Commit

Permalink
Release v1.53.2 (2024-05-14) (#5260)
Browse files Browse the repository at this point in the history
Release v1.53.2 (2024-05-14)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/s3`: Updates service API and examples
  * Updated a few x-id in the http uri traits
  • Loading branch information
aws-sdk-go-automation authored May 14, 2024
1 parent 08dfa57 commit a1fd0ee
Show file tree
Hide file tree
Showing 12 changed files with 1,399 additions and 239 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.53.2 (2024-05-14)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/s3`: Updates service API and examples
* Updated a few x-id in the http uri traits

Release v1.53.1 (2024-05-13)
===

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.53.1"
const SDKVersion = "1.53.2"
135 changes: 134 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2815,6 +2815,38 @@
{"shape":"AccessDeniedException"}
]
},
"SearchContactFlowModules":{
"name":"SearchContactFlowModules",
"http":{
"method":"POST",
"requestUri":"/search-contact-flow-modules"
},
"input":{"shape":"SearchContactFlowModulesRequest"},
"output":{"shape":"SearchContactFlowModulesResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
]
},
"SearchContactFlows":{
"name":"SearchContactFlows",
"http":{
"method":"POST",
"requestUri":"/search-contact-flows"
},
"input":{"shape":"SearchContactFlowsRequest"},
"output":{"shape":"SearchContactFlowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
]
},
"SearchContacts":{
"name":"SearchContacts",
"http":{
Expand Down Expand Up @@ -5166,6 +5198,7 @@
"Name":{"shape":"ContactFlowName"},
"Type":{"shape":"ContactFlowType"},
"State":{"shape":"ContactFlowState"},
"Status":{"shape":"ContactFlowStatus"},
"Description":{"shape":"ContactFlowDescription"},
"Content":{"shape":"ContactFlowContent"},
"Tags":{"shape":"TagMap"}
Expand Down Expand Up @@ -5212,6 +5245,28 @@
"min":1,
"pattern":".*\\S.*"
},
"ContactFlowModuleSearchConditionList":{
"type":"list",
"member":{"shape":"ContactFlowModuleSearchCriteria"}
},
"ContactFlowModuleSearchCriteria":{
"type":"structure",
"members":{
"OrConditions":{"shape":"ContactFlowModuleSearchConditionList"},
"AndConditions":{"shape":"ContactFlowModuleSearchConditionList"},
"StringCondition":{"shape":"StringCondition"}
}
},
"ContactFlowModuleSearchFilter":{
"type":"structure",
"members":{
"TagFilter":{"shape":"ControlPlaneTagFilter"}
}
},
"ContactFlowModuleSearchSummaryList":{
"type":"list",
"member":{"shape":"ContactFlowModule"}
},
"ContactFlowModuleState":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -5251,21 +5306,54 @@
"error":{"httpStatusCode":404},
"exception":true
},
"ContactFlowSearchConditionList":{
"type":"list",
"member":{"shape":"ContactFlowSearchCriteria"}
},
"ContactFlowSearchCriteria":{
"type":"structure",
"members":{
"OrConditions":{"shape":"ContactFlowSearchConditionList"},
"AndConditions":{"shape":"ContactFlowSearchConditionList"},
"StringCondition":{"shape":"StringCondition"},
"TypeCondition":{"shape":"ContactFlowType"},
"StateCondition":{"shape":"ContactFlowState"},
"StatusCondition":{"shape":"ContactFlowStatus"}
}
},
"ContactFlowSearchFilter":{
"type":"structure",
"members":{
"TagFilter":{"shape":"ControlPlaneTagFilter"}
}
},
"ContactFlowSearchSummaryList":{
"type":"list",
"member":{"shape":"ContactFlow"}
},
"ContactFlowState":{
"type":"string",
"enum":[
"ACTIVE",
"ARCHIVED"
]
},
"ContactFlowStatus":{
"type":"string",
"enum":[
"PUBLISHED",
"SAVED"
]
},
"ContactFlowSummary":{
"type":"structure",
"members":{
"Id":{"shape":"ContactFlowId"},
"Arn":{"shape":"ARN"},
"Name":{"shape":"ContactFlowName"},
"ContactFlowType":{"shape":"ContactFlowType"},
"ContactFlowState":{"shape":"ContactFlowState"}
"ContactFlowState":{"shape":"ContactFlowState"},
"ContactFlowStatus":{"shape":"ContactFlowStatus"}
}
},
"ContactFlowSummaryList":{
Expand Down Expand Up @@ -5515,6 +5603,7 @@
"Type":{"shape":"ContactFlowType"},
"Description":{"shape":"ContactFlowDescription"},
"Content":{"shape":"ContactFlowContent"},
"Status":{"shape":"ContactFlowStatus"},
"Tags":{"shape":"TagMap"}
}
},
Expand Down Expand Up @@ -13093,6 +13182,50 @@
"AvailableNumbersList":{"shape":"AvailableNumbersList"}
}
},
"SearchContactFlowModulesRequest":{
"type":"structure",
"required":["InstanceId"],
"members":{
"InstanceId":{"shape":"InstanceId"},
"NextToken":{"shape":"NextToken2500"},
"MaxResults":{
"shape":"MaxResult100",
"box":true
},
"SearchFilter":{"shape":"ContactFlowModuleSearchFilter"},
"SearchCriteria":{"shape":"ContactFlowModuleSearchCriteria"}
}
},
"SearchContactFlowModulesResponse":{
"type":"structure",
"members":{
"ContactFlowModules":{"shape":"ContactFlowModuleSearchSummaryList"},
"NextToken":{"shape":"NextToken2500"},
"ApproximateTotalCount":{"shape":"ApproximateTotalCount"}
}
},
"SearchContactFlowsRequest":{
"type":"structure",
"required":["InstanceId"],
"members":{
"InstanceId":{"shape":"InstanceId"},
"NextToken":{"shape":"NextToken2500"},
"MaxResults":{
"shape":"MaxResult100",
"box":true
},
"SearchFilter":{"shape":"ContactFlowSearchFilter"},
"SearchCriteria":{"shape":"ContactFlowSearchCriteria"}
}
},
"SearchContactFlowsResponse":{
"type":"structure",
"members":{
"ContactFlows":{"shape":"ContactFlowSearchSummaryList"},
"NextToken":{"shape":"NextToken2500"},
"ApproximateTotalCount":{"shape":"ApproximateTotalCount"}
}
},
"SearchContactsMatchType":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit a1fd0ee

Please sign in to comment.