Skip to content

Commit e42fdf2

Browse files
Release v1.44.0 (2022-04-25) (#4375)
Release v1.44.0 (2022-04-25) === ### Service Client Updates * `service/connect`: Updates service API, documentation, and paginators * `service/gamelift`: Updates service documentation * Documentation updates for Amazon GameLift. * `service/mq`: Updates service API and documentation * This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue. * `service/rds-data`: Updates service API and documentation * `service/securityhub`: Updates service API and documentation ### SDK Features * `aws/request`: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly * Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.
1 parent 181965c commit e42fdf2

File tree

22 files changed

+1785
-341
lines changed

22 files changed

+1785
-341
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.44.0 (2022-04-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API, documentation, and paginators
6+
* `service/gamelift`: Updates service documentation
7+
* Documentation updates for Amazon GameLift.
8+
* `service/mq`: Updates service API and documentation
9+
* This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
10+
* `service/rds-data`: Updates service API and documentation
11+
* `service/securityhub`: Updates service API and documentation
12+
13+
### SDK Features
14+
* `aws/request`: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly
15+
* Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.
16+
117
Release v1.43.45 (2022-04-22)
218
===
319

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### SDK Features
2-
* `aws/request`: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly
3-
* Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.
42

53
### SDK Enhancements
64

aws/version.go

Lines changed: 1 addition & 1 deletion
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.43.45"
8+
const SDKVersion = "1.44.0"

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

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,22 @@
15871587
{"shape":"AccessDeniedException"}
15881588
]
15891589
},
1590+
"SearchUsers":{
1591+
"name":"SearchUsers",
1592+
"http":{
1593+
"method":"POST",
1594+
"requestUri":"/search-users"
1595+
},
1596+
"input":{"shape":"SearchUsersRequest"},
1597+
"output":{"shape":"SearchUsersResponse"},
1598+
"errors":[
1599+
{"shape":"InvalidRequestException"},
1600+
{"shape":"InvalidParameterException"},
1601+
{"shape":"ResourceNotFoundException"},
1602+
{"shape":"ThrottlingException"},
1603+
{"shape":"InternalServiceException"}
1604+
]
1605+
},
15901606
"SearchVocabularies":{
15911607
"name":"SearchVocabularies",
15921608
"http":{
@@ -2390,6 +2406,7 @@
23902406
"AwaitAnswerMachinePrompt":{"shape":"Boolean"}
23912407
}
23922408
},
2409+
"ApproximateTotalCount":{"type":"long"},
23932410
"AssociateApprovedOriginRequest":{
23942411
"type":"structure",
23952412
"required":[
@@ -2931,6 +2948,14 @@
29312948
"key":{"shape":"ReferenceKey"},
29322949
"value":{"shape":"Reference"}
29332950
},
2951+
"ControlPlaneTagFilter":{
2952+
"type":"structure",
2953+
"members":{
2954+
"OrConditions":{"shape":"TagOrConditionList"},
2955+
"AndConditions":{"shape":"TagAndConditionList"},
2956+
"TagCondition":{"shape":"TagCondition"}
2957+
}
2958+
},
29342959
"CreateAgentStatusRequest":{
29352960
"type":"structure",
29362961
"required":[
@@ -4452,7 +4477,21 @@
44524477
"Tags":{"shape":"TagMap"}
44534478
}
44544479
},
4480+
"HierarchyGroupCondition":{
4481+
"type":"structure",
4482+
"members":{
4483+
"Value":{"shape":"String"},
4484+
"HierarchyGroupMatchType":{"shape":"HierarchyGroupMatchType"}
4485+
}
4486+
},
44554487
"HierarchyGroupId":{"type":"string"},
4488+
"HierarchyGroupMatchType":{
4489+
"type":"string",
4490+
"enum":[
4491+
"EXACT",
4492+
"WITH_CHILD_GROUPS"
4493+
]
4494+
},
44564495
"HierarchyGroupName":{"type":"string"},
44574496
"HierarchyGroupSummary":{
44584497
"type":"structure",
@@ -5908,6 +5947,11 @@
59085947
"min":0
59095948
},
59105949
"NextToken":{"type":"string"},
5950+
"NextToken2500":{
5951+
"type":"string",
5952+
"max":2500,
5953+
"min":1
5954+
},
59115955
"Origin":{
59125956
"type":"string",
59135957
"max":267
@@ -6762,6 +6806,27 @@
67626806
"AvailableNumbersList":{"shape":"AvailableNumbersList"}
67636807
}
67646808
},
6809+
"SearchUsersRequest":{
6810+
"type":"structure",
6811+
"members":{
6812+
"InstanceId":{"shape":"InstanceId"},
6813+
"NextToken":{"shape":"NextToken2500"},
6814+
"MaxResults":{
6815+
"shape":"MaxResult100",
6816+
"box":true
6817+
},
6818+
"SearchFilter":{"shape":"UserSearchFilter"},
6819+
"SearchCriteria":{"shape":"UserSearchCriteria"}
6820+
}
6821+
},
6822+
"SearchUsersResponse":{
6823+
"type":"structure",
6824+
"members":{
6825+
"Users":{"shape":"UserSearchSummaryList"},
6826+
"NextToken":{"shape":"NextToken2500"},
6827+
"ApproximateTotalCount":{"shape":"ApproximateTotalCount"}
6828+
}
6829+
},
67656830
"SearchVocabulariesRequest":{
67666831
"type":"structure",
67676832
"required":["InstanceId"],
@@ -7068,6 +7133,22 @@
70687133
"min":1
70697134
},
70707135
"String":{"type":"string"},
7136+
"StringComparisonType":{
7137+
"type":"string",
7138+
"enum":[
7139+
"STARTS_WITH",
7140+
"CONTAINS",
7141+
"EXACT"
7142+
]
7143+
},
7144+
"StringCondition":{
7145+
"type":"structure",
7146+
"members":{
7147+
"FieldName":{"shape":"String"},
7148+
"Value":{"shape":"String"},
7149+
"ComparisonType":{"shape":"StringComparisonType"}
7150+
}
7151+
},
70717152
"SupportedMessagingContentType":{
70727153
"type":"string",
70737154
"max":100,
@@ -7095,6 +7176,17 @@
70957176
"members":{
70967177
}
70977178
},
7179+
"TagAndConditionList":{
7180+
"type":"list",
7181+
"member":{"shape":"TagCondition"}
7182+
},
7183+
"TagCondition":{
7184+
"type":"structure",
7185+
"members":{
7186+
"TagKey":{"shape":"String"},
7187+
"TagValue":{"shape":"String"}
7188+
}
7189+
},
70987190
"TagKey":{
70997191
"type":"string",
71007192
"max":128,
@@ -7114,6 +7206,10 @@
71147206
"max":50,
71157207
"min":1
71167208
},
7209+
"TagOrConditionList":{
7210+
"type":"list",
7211+
"member":{"shape":"TagAndConditionList"}
7212+
},
71177213
"TagResourceRequest":{
71187214
"type":"structure",
71197215
"required":[
@@ -7961,6 +8057,13 @@
79618057
"Email":{"shape":"Email"}
79628058
}
79638059
},
8060+
"UserIdentityInfoLite":{
8061+
"type":"structure",
8062+
"members":{
8063+
"FirstName":{"shape":"AgentFirstName"},
8064+
"LastName":{"shape":"AgentLastName"}
8065+
}
8066+
},
79648067
"UserNotFoundException":{
79658068
"type":"structure",
79668069
"members":{
@@ -7990,6 +8093,44 @@
79908093
"ContactFlowId":{"shape":"ContactFlowId"}
79918094
}
79928095
},
8096+
"UserSearchConditionList":{
8097+
"type":"list",
8098+
"member":{"shape":"UserSearchCriteria"}
8099+
},
8100+
"UserSearchCriteria":{
8101+
"type":"structure",
8102+
"members":{
8103+
"OrConditions":{"shape":"UserSearchConditionList"},
8104+
"AndConditions":{"shape":"UserSearchConditionList"},
8105+
"StringCondition":{"shape":"StringCondition"},
8106+
"HierarchyGroupCondition":{"shape":"HierarchyGroupCondition"}
8107+
}
8108+
},
8109+
"UserSearchFilter":{
8110+
"type":"structure",
8111+
"members":{
8112+
"TagFilter":{"shape":"ControlPlaneTagFilter"}
8113+
}
8114+
},
8115+
"UserSearchSummary":{
8116+
"type":"structure",
8117+
"members":{
8118+
"Arn":{"shape":"ARN"},
8119+
"DirectoryUserId":{"shape":"DirectoryUserId"},
8120+
"HierarchyGroupId":{"shape":"HierarchyGroupId"},
8121+
"Id":{"shape":"UserId"},
8122+
"IdentityInfo":{"shape":"UserIdentityInfoLite"},
8123+
"PhoneConfig":{"shape":"UserPhoneConfig"},
8124+
"RoutingProfileId":{"shape":"RoutingProfileId"},
8125+
"SecurityProfileIds":{"shape":"SecurityProfileIds"},
8126+
"Tags":{"shape":"TagMap"},
8127+
"Username":{"shape":"AgentUsername"}
8128+
}
8129+
},
8130+
"UserSearchSummaryList":{
8131+
"type":"list",
8132+
"member":{"shape":"UserSearchSummary"}
8133+
},
79938134
"UserSummary":{
79948135
"type":"structure",
79958136
"members":{

0 commit comments

Comments
 (0)