@aws-sdk/client-chime-sdk-voice 3.261.0 → 3.262.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3117,7 +3117,7 @@ const deserializeAws_restJson1GetPhoneNumberSettingsCommand = async (output, con
|
|
|
3117
3117
|
contents.CallingName = (0, smithy_client_1.expectString)(data.CallingName);
|
|
3118
3118
|
}
|
|
3119
3119
|
if (data.CallingNameUpdatedTimestamp != null) {
|
|
3120
|
-
contents.CallingNameUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3120
|
+
contents.CallingNameUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.CallingNameUpdatedTimestamp));
|
|
3121
3121
|
}
|
|
3122
3122
|
return contents;
|
|
3123
3123
|
};
|
|
@@ -6128,21 +6128,27 @@ const deserializeAws_restJson1PhoneNumber = (output, context) => {
|
|
|
6128
6128
|
? deserializeAws_restJson1PhoneNumberCapabilities(output.Capabilities, context)
|
|
6129
6129
|
: undefined,
|
|
6130
6130
|
Country: (0, smithy_client_1.expectString)(output.Country),
|
|
6131
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6132
|
-
|
|
6131
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6132
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6133
|
+
: undefined,
|
|
6134
|
+
DeletionTimestamp: output.DeletionTimestamp != null
|
|
6135
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.DeletionTimestamp))
|
|
6136
|
+
: undefined,
|
|
6133
6137
|
E164PhoneNumber: (0, smithy_client_1.expectString)(output.E164PhoneNumber),
|
|
6134
6138
|
OrderId: (0, smithy_client_1.expectString)(output.OrderId),
|
|
6135
6139
|
PhoneNumberId: (0, smithy_client_1.expectString)(output.PhoneNumberId),
|
|
6136
6140
|
ProductType: (0, smithy_client_1.expectString)(output.ProductType),
|
|
6137
6141
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
6138
6142
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
6139
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6143
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6144
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6145
|
+
: undefined,
|
|
6140
6146
|
};
|
|
6141
6147
|
};
|
|
6142
6148
|
const deserializeAws_restJson1PhoneNumberAssociation = (output, context) => {
|
|
6143
6149
|
return {
|
|
6144
6150
|
AssociatedTimestamp: output.AssociatedTimestamp != null
|
|
6145
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6151
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.AssociatedTimestamp))
|
|
6146
6152
|
: undefined,
|
|
6147
6153
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
6148
6154
|
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
@@ -6219,7 +6225,9 @@ const deserializeAws_restJson1PhoneNumberList = (output, context) => {
|
|
|
6219
6225
|
};
|
|
6220
6226
|
const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
6221
6227
|
return {
|
|
6222
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6228
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6229
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6230
|
+
: undefined,
|
|
6223
6231
|
OrderType: (0, smithy_client_1.expectString)(output.OrderType),
|
|
6224
6232
|
OrderedPhoneNumbers: output.OrderedPhoneNumbers != null
|
|
6225
6233
|
? deserializeAws_restJson1OrderedPhoneNumberList(output.OrderedPhoneNumbers, context)
|
|
@@ -6227,7 +6235,9 @@ const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
|
6227
6235
|
PhoneNumberOrderId: (0, smithy_client_1.expectString)(output.PhoneNumberOrderId),
|
|
6228
6236
|
ProductType: (0, smithy_client_1.expectString)(output.ProductType),
|
|
6229
6237
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
6230
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6238
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6239
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6240
|
+
: undefined,
|
|
6231
6241
|
};
|
|
6232
6242
|
};
|
|
6233
6243
|
const deserializeAws_restJson1PhoneNumberOrderList = (output, context) => {
|
|
@@ -6265,8 +6275,12 @@ const deserializeAws_restJson1Proxy = (output, context) => {
|
|
|
6265
6275
|
const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
6266
6276
|
return {
|
|
6267
6277
|
Capabilities: output.Capabilities != null ? deserializeAws_restJson1CapabilityList(output.Capabilities, context) : undefined,
|
|
6268
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6269
|
-
|
|
6278
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6279
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6280
|
+
: undefined,
|
|
6281
|
+
EndedTimestamp: output.EndedTimestamp != null
|
|
6282
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.EndedTimestamp))
|
|
6283
|
+
: undefined,
|
|
6270
6284
|
ExpiryMinutes: (0, smithy_client_1.expectInt32)(output.ExpiryMinutes),
|
|
6271
6285
|
GeoMatchLevel: (0, smithy_client_1.expectString)(output.GeoMatchLevel),
|
|
6272
6286
|
GeoMatchParams: output.GeoMatchParams != null
|
|
@@ -6277,7 +6291,9 @@ const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
|
6277
6291
|
Participants: output.Participants != null ? deserializeAws_restJson1Participants(output.Participants, context) : undefined,
|
|
6278
6292
|
ProxySessionId: (0, smithy_client_1.expectString)(output.ProxySessionId),
|
|
6279
6293
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
6280
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6294
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6295
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6296
|
+
: undefined,
|
|
6281
6297
|
VoiceConnectorId: (0, smithy_client_1.expectString)(output.VoiceConnectorId),
|
|
6282
6298
|
};
|
|
6283
6299
|
};
|
|
@@ -6306,13 +6322,17 @@ const deserializeAws_restJson1SensitiveStringList = (output, context) => {
|
|
|
6306
6322
|
const deserializeAws_restJson1SipMediaApplication = (output, context) => {
|
|
6307
6323
|
return {
|
|
6308
6324
|
AwsRegion: (0, smithy_client_1.expectString)(output.AwsRegion),
|
|
6309
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6325
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6326
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6327
|
+
: undefined,
|
|
6310
6328
|
Endpoints: output.Endpoints != null
|
|
6311
6329
|
? deserializeAws_restJson1SipMediaApplicationEndpointList(output.Endpoints, context)
|
|
6312
6330
|
: undefined,
|
|
6313
6331
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
6314
6332
|
SipMediaApplicationId: (0, smithy_client_1.expectString)(output.SipMediaApplicationId),
|
|
6315
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6333
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6334
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6335
|
+
: undefined,
|
|
6316
6336
|
};
|
|
6317
6337
|
};
|
|
6318
6338
|
const deserializeAws_restJson1SipMediaApplicationAlexaSkillConfiguration = (output, context) => {
|
|
@@ -6362,7 +6382,9 @@ const deserializeAws_restJson1SipMediaApplicationLoggingConfiguration = (output,
|
|
|
6362
6382
|
};
|
|
6363
6383
|
const deserializeAws_restJson1SipRule = (output, context) => {
|
|
6364
6384
|
return {
|
|
6365
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6385
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6386
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6387
|
+
: undefined,
|
|
6366
6388
|
Disabled: (0, smithy_client_1.expectBoolean)(output.Disabled),
|
|
6367
6389
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
6368
6390
|
SipRuleId: (0, smithy_client_1.expectString)(output.SipRuleId),
|
|
@@ -6371,7 +6393,9 @@ const deserializeAws_restJson1SipRule = (output, context) => {
|
|
|
6371
6393
|
: undefined,
|
|
6372
6394
|
TriggerType: (0, smithy_client_1.expectString)(output.TriggerType),
|
|
6373
6395
|
TriggerValue: (0, smithy_client_1.expectString)(output.TriggerValue),
|
|
6374
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6396
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6397
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6398
|
+
: undefined,
|
|
6375
6399
|
};
|
|
6376
6400
|
};
|
|
6377
6401
|
const deserializeAws_restJson1SipRuleList = (output, context) => {
|
|
@@ -6453,17 +6477,21 @@ const deserializeAws_restJson1Termination = (output, context) => {
|
|
|
6453
6477
|
const deserializeAws_restJson1TerminationHealth = (output, context) => {
|
|
6454
6478
|
return {
|
|
6455
6479
|
Source: (0, smithy_client_1.expectString)(output.Source),
|
|
6456
|
-
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6480
|
+
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.Timestamp)) : undefined,
|
|
6457
6481
|
};
|
|
6458
6482
|
};
|
|
6459
6483
|
const deserializeAws_restJson1VoiceConnector = (output, context) => {
|
|
6460
6484
|
return {
|
|
6461
6485
|
AwsRegion: (0, smithy_client_1.expectString)(output.AwsRegion),
|
|
6462
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6486
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6487
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6488
|
+
: undefined,
|
|
6463
6489
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
6464
6490
|
OutboundHostName: (0, smithy_client_1.expectString)(output.OutboundHostName),
|
|
6465
6491
|
RequireEncryption: (0, smithy_client_1.expectBoolean)(output.RequireEncryption),
|
|
6466
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6492
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6493
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6494
|
+
: undefined,
|
|
6467
6495
|
VoiceConnectorArn: (0, smithy_client_1.expectString)(output.VoiceConnectorArn),
|
|
6468
6496
|
VoiceConnectorId: (0, smithy_client_1.expectString)(output.VoiceConnectorId),
|
|
6469
6497
|
};
|
|
@@ -6481,9 +6509,13 @@ const deserializeAws_restJson1VoiceConnectorAwsRegionList = (output, context) =>
|
|
|
6481
6509
|
};
|
|
6482
6510
|
const deserializeAws_restJson1VoiceConnectorGroup = (output, context) => {
|
|
6483
6511
|
return {
|
|
6484
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6512
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6513
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
6514
|
+
: undefined,
|
|
6485
6515
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
6486
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6516
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6517
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
6518
|
+
: undefined,
|
|
6487
6519
|
VoiceConnectorGroupArn: (0, smithy_client_1.expectString)(output.VoiceConnectorGroupArn),
|
|
6488
6520
|
VoiceConnectorGroupId: (0, smithy_client_1.expectString)(output.VoiceConnectorGroupId),
|
|
6489
6521
|
VoiceConnectorItems: output.VoiceConnectorItems != null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { ChimeSDKVoiceServiceException as __BaseException } from "../models/ChimeSDKVoiceServiceException";
|
|
4
4
|
import { AccessDeniedException, BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, } from "../models/models_0";
|
|
5
5
|
export const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand = async (input, context) => {
|
|
@@ -3010,7 +3010,7 @@ export const deserializeAws_restJson1GetPhoneNumberSettingsCommand = async (outp
|
|
|
3010
3010
|
contents.CallingName = __expectString(data.CallingName);
|
|
3011
3011
|
}
|
|
3012
3012
|
if (data.CallingNameUpdatedTimestamp != null) {
|
|
3013
|
-
contents.CallingNameUpdatedTimestamp = __expectNonNull(
|
|
3013
|
+
contents.CallingNameUpdatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.CallingNameUpdatedTimestamp));
|
|
3014
3014
|
}
|
|
3015
3015
|
return contents;
|
|
3016
3016
|
};
|
|
@@ -5975,21 +5975,27 @@ const deserializeAws_restJson1PhoneNumber = (output, context) => {
|
|
|
5975
5975
|
? deserializeAws_restJson1PhoneNumberCapabilities(output.Capabilities, context)
|
|
5976
5976
|
: undefined,
|
|
5977
5977
|
Country: __expectString(output.Country),
|
|
5978
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
5979
|
-
|
|
5978
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
5979
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
5980
|
+
: undefined,
|
|
5981
|
+
DeletionTimestamp: output.DeletionTimestamp != null
|
|
5982
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.DeletionTimestamp))
|
|
5983
|
+
: undefined,
|
|
5980
5984
|
E164PhoneNumber: __expectString(output.E164PhoneNumber),
|
|
5981
5985
|
OrderId: __expectString(output.OrderId),
|
|
5982
5986
|
PhoneNumberId: __expectString(output.PhoneNumberId),
|
|
5983
5987
|
ProductType: __expectString(output.ProductType),
|
|
5984
5988
|
Status: __expectString(output.Status),
|
|
5985
5989
|
Type: __expectString(output.Type),
|
|
5986
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
5990
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
5991
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
5992
|
+
: undefined,
|
|
5987
5993
|
};
|
|
5988
5994
|
};
|
|
5989
5995
|
const deserializeAws_restJson1PhoneNumberAssociation = (output, context) => {
|
|
5990
5996
|
return {
|
|
5991
5997
|
AssociatedTimestamp: output.AssociatedTimestamp != null
|
|
5992
|
-
? __expectNonNull(
|
|
5998
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.AssociatedTimestamp))
|
|
5993
5999
|
: undefined,
|
|
5994
6000
|
Name: __expectString(output.Name),
|
|
5995
6001
|
Value: __expectString(output.Value),
|
|
@@ -6066,7 +6072,9 @@ const deserializeAws_restJson1PhoneNumberList = (output, context) => {
|
|
|
6066
6072
|
};
|
|
6067
6073
|
const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
6068
6074
|
return {
|
|
6069
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6075
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6076
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6077
|
+
: undefined,
|
|
6070
6078
|
OrderType: __expectString(output.OrderType),
|
|
6071
6079
|
OrderedPhoneNumbers: output.OrderedPhoneNumbers != null
|
|
6072
6080
|
? deserializeAws_restJson1OrderedPhoneNumberList(output.OrderedPhoneNumbers, context)
|
|
@@ -6074,7 +6082,9 @@ const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
|
6074
6082
|
PhoneNumberOrderId: __expectString(output.PhoneNumberOrderId),
|
|
6075
6083
|
ProductType: __expectString(output.ProductType),
|
|
6076
6084
|
Status: __expectString(output.Status),
|
|
6077
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6085
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6086
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6087
|
+
: undefined,
|
|
6078
6088
|
};
|
|
6079
6089
|
};
|
|
6080
6090
|
const deserializeAws_restJson1PhoneNumberOrderList = (output, context) => {
|
|
@@ -6112,8 +6122,12 @@ const deserializeAws_restJson1Proxy = (output, context) => {
|
|
|
6112
6122
|
const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
6113
6123
|
return {
|
|
6114
6124
|
Capabilities: output.Capabilities != null ? deserializeAws_restJson1CapabilityList(output.Capabilities, context) : undefined,
|
|
6115
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6116
|
-
|
|
6125
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6126
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6127
|
+
: undefined,
|
|
6128
|
+
EndedTimestamp: output.EndedTimestamp != null
|
|
6129
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.EndedTimestamp))
|
|
6130
|
+
: undefined,
|
|
6117
6131
|
ExpiryMinutes: __expectInt32(output.ExpiryMinutes),
|
|
6118
6132
|
GeoMatchLevel: __expectString(output.GeoMatchLevel),
|
|
6119
6133
|
GeoMatchParams: output.GeoMatchParams != null
|
|
@@ -6124,7 +6138,9 @@ const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
|
6124
6138
|
Participants: output.Participants != null ? deserializeAws_restJson1Participants(output.Participants, context) : undefined,
|
|
6125
6139
|
ProxySessionId: __expectString(output.ProxySessionId),
|
|
6126
6140
|
Status: __expectString(output.Status),
|
|
6127
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6141
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6142
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6143
|
+
: undefined,
|
|
6128
6144
|
VoiceConnectorId: __expectString(output.VoiceConnectorId),
|
|
6129
6145
|
};
|
|
6130
6146
|
};
|
|
@@ -6153,13 +6169,17 @@ const deserializeAws_restJson1SensitiveStringList = (output, context) => {
|
|
|
6153
6169
|
const deserializeAws_restJson1SipMediaApplication = (output, context) => {
|
|
6154
6170
|
return {
|
|
6155
6171
|
AwsRegion: __expectString(output.AwsRegion),
|
|
6156
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6172
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6173
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6174
|
+
: undefined,
|
|
6157
6175
|
Endpoints: output.Endpoints != null
|
|
6158
6176
|
? deserializeAws_restJson1SipMediaApplicationEndpointList(output.Endpoints, context)
|
|
6159
6177
|
: undefined,
|
|
6160
6178
|
Name: __expectString(output.Name),
|
|
6161
6179
|
SipMediaApplicationId: __expectString(output.SipMediaApplicationId),
|
|
6162
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6180
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6181
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6182
|
+
: undefined,
|
|
6163
6183
|
};
|
|
6164
6184
|
};
|
|
6165
6185
|
const deserializeAws_restJson1SipMediaApplicationAlexaSkillConfiguration = (output, context) => {
|
|
@@ -6209,7 +6229,9 @@ const deserializeAws_restJson1SipMediaApplicationLoggingConfiguration = (output,
|
|
|
6209
6229
|
};
|
|
6210
6230
|
const deserializeAws_restJson1SipRule = (output, context) => {
|
|
6211
6231
|
return {
|
|
6212
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6232
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6233
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6234
|
+
: undefined,
|
|
6213
6235
|
Disabled: __expectBoolean(output.Disabled),
|
|
6214
6236
|
Name: __expectString(output.Name),
|
|
6215
6237
|
SipRuleId: __expectString(output.SipRuleId),
|
|
@@ -6218,7 +6240,9 @@ const deserializeAws_restJson1SipRule = (output, context) => {
|
|
|
6218
6240
|
: undefined,
|
|
6219
6241
|
TriggerType: __expectString(output.TriggerType),
|
|
6220
6242
|
TriggerValue: __expectString(output.TriggerValue),
|
|
6221
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6243
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6244
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6245
|
+
: undefined,
|
|
6222
6246
|
};
|
|
6223
6247
|
};
|
|
6224
6248
|
const deserializeAws_restJson1SipRuleList = (output, context) => {
|
|
@@ -6300,17 +6324,21 @@ const deserializeAws_restJson1Termination = (output, context) => {
|
|
|
6300
6324
|
const deserializeAws_restJson1TerminationHealth = (output, context) => {
|
|
6301
6325
|
return {
|
|
6302
6326
|
Source: __expectString(output.Source),
|
|
6303
|
-
Timestamp: output.Timestamp != null ? __expectNonNull(
|
|
6327
|
+
Timestamp: output.Timestamp != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.Timestamp)) : undefined,
|
|
6304
6328
|
};
|
|
6305
6329
|
};
|
|
6306
6330
|
const deserializeAws_restJson1VoiceConnector = (output, context) => {
|
|
6307
6331
|
return {
|
|
6308
6332
|
AwsRegion: __expectString(output.AwsRegion),
|
|
6309
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6333
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6334
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6335
|
+
: undefined,
|
|
6310
6336
|
Name: __expectString(output.Name),
|
|
6311
6337
|
OutboundHostName: __expectString(output.OutboundHostName),
|
|
6312
6338
|
RequireEncryption: __expectBoolean(output.RequireEncryption),
|
|
6313
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6339
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6340
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6341
|
+
: undefined,
|
|
6314
6342
|
VoiceConnectorArn: __expectString(output.VoiceConnectorArn),
|
|
6315
6343
|
VoiceConnectorId: __expectString(output.VoiceConnectorId),
|
|
6316
6344
|
};
|
|
@@ -6328,9 +6356,13 @@ const deserializeAws_restJson1VoiceConnectorAwsRegionList = (output, context) =>
|
|
|
6328
6356
|
};
|
|
6329
6357
|
const deserializeAws_restJson1VoiceConnectorGroup = (output, context) => {
|
|
6330
6358
|
return {
|
|
6331
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6359
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
6360
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
6361
|
+
: undefined,
|
|
6332
6362
|
Name: __expectString(output.Name),
|
|
6333
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6363
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
6364
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
6365
|
+
: undefined,
|
|
6334
6366
|
VoiceConnectorGroupArn: __expectString(output.VoiceConnectorGroupArn),
|
|
6335
6367
|
VoiceConnectorGroupId: __expectString(output.VoiceConnectorGroupId),
|
|
6336
6368
|
VoiceConnectorItems: output.VoiceConnectorItems != null
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-voice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.262.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|