@@ -476,7 +476,8 @@ import {
476
476
import { HttpRequest as __HttpRequest , HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http" ;
477
477
import {
478
478
expectBoolean as __expectBoolean ,
479
- expectInt as __expectInt ,
479
+ expectInt32 as __expectInt32 ,
480
+ expectLong as __expectLong ,
480
481
expectString as __expectString ,
481
482
} from "@aws-sdk/smithy-client" ;
482
483
import {
@@ -8947,7 +8948,7 @@ const deserializeAws_json1_1BusinessReportScheduleList = (
8947
8948
8948
8949
const deserializeAws_json1_1Category = ( output : any , context : __SerdeContext ) : Category => {
8949
8950
return {
8950
- CategoryId : __expectInt ( output . CategoryId ) ,
8951
+ CategoryId : __expectLong ( output . CategoryId ) ,
8951
8952
CategoryName : __expectString ( output . CategoryName ) ,
8952
8953
} as any ;
8953
8954
} ;
@@ -9412,7 +9413,7 @@ const deserializeAws_json1_1EndOfMeetingReminderMinutesList = (output: any, cont
9412
9413
if ( entry === null ) {
9413
9414
return null as any ;
9414
9415
}
9415
- return __expectInt ( entry ) as any ;
9416
+ return __expectInt32 ( entry ) as any ;
9416
9417
} ) ;
9417
9418
} ;
9418
9419
@@ -9629,7 +9630,7 @@ const deserializeAws_json1_1GetSkillGroupResponse = (output: any, context: __Ser
9629
9630
9630
9631
const deserializeAws_json1_1InstantBooking = ( output : any , context : __SerdeContext ) : InstantBooking => {
9631
9632
return {
9632
- DurationInMinutes : __expectInt ( output . DurationInMinutes ) ,
9633
+ DurationInMinutes : __expectInt32 ( output . DurationInMinutes ) ,
9633
9634
Enabled : __expectBoolean ( output . Enabled ) ,
9634
9635
} as any ;
9635
9636
} ;
@@ -9927,7 +9928,7 @@ const deserializeAws_json1_1Profile = (output: any, context: __SerdeContext): Pr
9927
9928
DistanceUnit : __expectString ( output . DistanceUnit ) ,
9928
9929
IsDefault : __expectBoolean ( output . IsDefault ) ,
9929
9930
Locale : __expectString ( output . Locale ) ,
9930
- MaxVolumeLimit : __expectInt ( output . MaxVolumeLimit ) ,
9931
+ MaxVolumeLimit : __expectInt32 ( output . MaxVolumeLimit ) ,
9931
9932
MeetingRoomConfiguration :
9932
9933
output . MeetingRoomConfiguration !== undefined && output . MeetingRoomConfiguration !== null
9933
9934
? deserializeAws_json1_1MeetingRoomConfiguration ( output . MeetingRoomConfiguration , context )
@@ -10020,7 +10021,7 @@ const deserializeAws_json1_1RejectSkillResponse = (output: any, context: __Serde
10020
10021
const deserializeAws_json1_1RequireCheckIn = ( output : any , context : __SerdeContext ) : RequireCheckIn => {
10021
10022
return {
10022
10023
Enabled : __expectBoolean ( output . Enabled ) ,
10023
- ReleaseAfterMinutes : __expectInt ( output . ReleaseAfterMinutes ) ,
10024
+ ReleaseAfterMinutes : __expectInt32 ( output . ReleaseAfterMinutes ) ,
10024
10025
} as any ;
10025
10026
} ;
10026
10027
@@ -10141,7 +10142,7 @@ const deserializeAws_json1_1SearchAddressBooksResponse = (
10141
10142
? deserializeAws_json1_1AddressBookDataList ( output . AddressBooks , context )
10142
10143
: undefined ,
10143
10144
NextToken : __expectString ( output . NextToken ) ,
10144
- TotalCount : __expectInt ( output . TotalCount ) ,
10145
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10145
10146
} as any ;
10146
10147
} ;
10147
10148
@@ -10152,7 +10153,7 @@ const deserializeAws_json1_1SearchContactsResponse = (output: any, context: __Se
10152
10153
? deserializeAws_json1_1ContactDataList ( output . Contacts , context )
10153
10154
: undefined ,
10154
10155
NextToken : __expectString ( output . NextToken ) ,
10155
- TotalCount : __expectInt ( output . TotalCount ) ,
10156
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10156
10157
} as any ;
10157
10158
} ;
10158
10159
@@ -10163,7 +10164,7 @@ const deserializeAws_json1_1SearchDevicesResponse = (output: any, context: __Ser
10163
10164
? deserializeAws_json1_1DeviceDataList ( output . Devices , context )
10164
10165
: undefined ,
10165
10166
NextToken : __expectString ( output . NextToken ) ,
10166
- TotalCount : __expectInt ( output . TotalCount ) ,
10167
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10167
10168
} as any ;
10168
10169
} ;
10169
10170
@@ -10177,7 +10178,7 @@ const deserializeAws_json1_1SearchNetworkProfilesResponse = (
10177
10178
? deserializeAws_json1_1NetworkProfileDataList ( output . NetworkProfiles , context )
10178
10179
: undefined ,
10179
10180
NextToken : __expectString ( output . NextToken ) ,
10180
- TotalCount : __expectInt ( output . TotalCount ) ,
10181
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10181
10182
} as any ;
10182
10183
} ;
10183
10184
@@ -10188,7 +10189,7 @@ const deserializeAws_json1_1SearchProfilesResponse = (output: any, context: __Se
10188
10189
output . Profiles !== undefined && output . Profiles !== null
10189
10190
? deserializeAws_json1_1ProfileDataList ( output . Profiles , context )
10190
10191
: undefined ,
10191
- TotalCount : __expectInt ( output . TotalCount ) ,
10192
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10192
10193
} as any ;
10193
10194
} ;
10194
10195
@@ -10199,7 +10200,7 @@ const deserializeAws_json1_1SearchRoomsResponse = (output: any, context: __Serde
10199
10200
output . Rooms !== undefined && output . Rooms !== null
10200
10201
? deserializeAws_json1_1RoomDataList ( output . Rooms , context )
10201
10202
: undefined ,
10202
- TotalCount : __expectInt ( output . TotalCount ) ,
10203
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10203
10204
} as any ;
10204
10205
} ;
10205
10206
@@ -10213,14 +10214,14 @@ const deserializeAws_json1_1SearchSkillGroupsResponse = (
10213
10214
output . SkillGroups !== undefined && output . SkillGroups !== null
10214
10215
? deserializeAws_json1_1SkillGroupDataList ( output . SkillGroups , context )
10215
10216
: undefined ,
10216
- TotalCount : __expectInt ( output . TotalCount ) ,
10217
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10217
10218
} as any ;
10218
10219
} ;
10219
10220
10220
10221
const deserializeAws_json1_1SearchUsersResponse = ( output : any , context : __SerdeContext ) : SearchUsersResponse => {
10221
10222
return {
10222
10223
NextToken : __expectString ( output . NextToken ) ,
10223
- TotalCount : __expectInt ( output . TotalCount ) ,
10224
+ TotalCount : __expectInt32 ( output . TotalCount ) ,
10224
10225
Users :
10225
10226
output . Users !== undefined && output . Users !== null
10226
10227
? deserializeAws_json1_1UserDataList ( output . Users , context )
0 commit comments