@aws-sdk/client-chime 3.259.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.
|
@@ -9357,7 +9357,7 @@ const deserializeAws_restJson1GetPhoneNumberSettingsCommand = async (output, con
|
|
|
9357
9357
|
contents.CallingName = (0, smithy_client_1.expectString)(data.CallingName);
|
|
9358
9358
|
}
|
|
9359
9359
|
if (data.CallingNameUpdatedTimestamp != null) {
|
|
9360
|
-
contents.CallingNameUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
9360
|
+
contents.CallingNameUpdatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.CallingNameUpdatedTimestamp));
|
|
9361
9361
|
}
|
|
9362
9362
|
return contents;
|
|
9363
9363
|
};
|
|
@@ -9458,7 +9458,7 @@ const deserializeAws_restJson1GetRetentionSettingsCommand = async (output, conte
|
|
|
9458
9458
|
});
|
|
9459
9459
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
9460
9460
|
if (data.InitiateDeletionTimestamp != null) {
|
|
9461
|
-
contents.InitiateDeletionTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
9461
|
+
contents.InitiateDeletionTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.InitiateDeletionTimestamp));
|
|
9462
9462
|
}
|
|
9463
9463
|
if (data.RetentionSettings != null) {
|
|
9464
9464
|
contents.RetentionSettings = deserializeAws_restJson1RetentionSettings(data.RetentionSettings, context);
|
|
@@ -12155,7 +12155,7 @@ const deserializeAws_restJson1PutRetentionSettingsCommand = async (output, conte
|
|
|
12155
12155
|
});
|
|
12156
12156
|
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
12157
12157
|
if (data.InitiateDeletionTimestamp != null) {
|
|
12158
|
-
contents.InitiateDeletionTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
12158
|
+
contents.InitiateDeletionTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(data.InitiateDeletionTimestamp));
|
|
12159
12159
|
}
|
|
12160
12160
|
if (data.RetentionSettings != null) {
|
|
12161
12161
|
contents.RetentionSettings = deserializeAws_restJson1RetentionSettings(data.RetentionSettings, context);
|
|
@@ -15328,7 +15328,9 @@ const deserializeAws_restJson1Account = (output, context) => {
|
|
|
15328
15328
|
AccountStatus: (0, smithy_client_1.expectString)(output.AccountStatus),
|
|
15329
15329
|
AccountType: (0, smithy_client_1.expectString)(output.AccountType),
|
|
15330
15330
|
AwsAccountId: (0, smithy_client_1.expectString)(output.AwsAccountId),
|
|
15331
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15331
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15332
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
15333
|
+
: undefined,
|
|
15332
15334
|
DefaultLicense: (0, smithy_client_1.expectString)(output.DefaultLicense),
|
|
15333
15335
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
15334
15336
|
SigninDelegateGroups: output.SigninDelegateGroups != null
|
|
@@ -15580,11 +15582,15 @@ const deserializeAws_restJson1Bot = (output, context) => {
|
|
|
15580
15582
|
BotEmail: (0, smithy_client_1.expectString)(output.BotEmail),
|
|
15581
15583
|
BotId: (0, smithy_client_1.expectString)(output.BotId),
|
|
15582
15584
|
BotType: (0, smithy_client_1.expectString)(output.BotType),
|
|
15583
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15585
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15586
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
15587
|
+
: undefined,
|
|
15584
15588
|
Disabled: (0, smithy_client_1.expectBoolean)(output.Disabled),
|
|
15585
15589
|
DisplayName: (0, smithy_client_1.expectString)(output.DisplayName),
|
|
15586
15590
|
SecurityToken: (0, smithy_client_1.expectString)(output.SecurityToken),
|
|
15587
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15591
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15592
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
15593
|
+
: undefined,
|
|
15588
15594
|
UserId: (0, smithy_client_1.expectString)(output.UserId),
|
|
15589
15595
|
};
|
|
15590
15596
|
};
|
|
@@ -16002,14 +16008,18 @@ const deserializeAws_restJson1MediaCapturePipeline = (output, context) => {
|
|
|
16002
16008
|
ChimeSdkMeetingConfiguration: output.ChimeSdkMeetingConfiguration != null
|
|
16003
16009
|
? deserializeAws_restJson1ChimeSdkMeetingConfiguration(output.ChimeSdkMeetingConfiguration, context)
|
|
16004
16010
|
: undefined,
|
|
16005
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16011
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16012
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16013
|
+
: undefined,
|
|
16006
16014
|
MediaPipelineId: (0, smithy_client_1.expectString)(output.MediaPipelineId),
|
|
16007
16015
|
SinkArn: (0, smithy_client_1.expectString)(output.SinkArn),
|
|
16008
16016
|
SinkType: (0, smithy_client_1.expectString)(output.SinkType),
|
|
16009
16017
|
SourceArn: (0, smithy_client_1.expectString)(output.SourceArn),
|
|
16010
16018
|
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
16011
16019
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
16012
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16020
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16021
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16022
|
+
: undefined,
|
|
16013
16023
|
};
|
|
16014
16024
|
};
|
|
16015
16025
|
const deserializeAws_restJson1MediaCapturePipelineList = (output, context) => {
|
|
@@ -16170,20 +16180,26 @@ const deserializeAws_restJson1PhoneNumber = (output, context) => {
|
|
|
16170
16180
|
? deserializeAws_restJson1PhoneNumberCapabilities(output.Capabilities, context)
|
|
16171
16181
|
: undefined,
|
|
16172
16182
|
Country: (0, smithy_client_1.expectString)(output.Country),
|
|
16173
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16174
|
-
|
|
16183
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16184
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16185
|
+
: undefined,
|
|
16186
|
+
DeletionTimestamp: output.DeletionTimestamp != null
|
|
16187
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.DeletionTimestamp))
|
|
16188
|
+
: undefined,
|
|
16175
16189
|
E164PhoneNumber: (0, smithy_client_1.expectString)(output.E164PhoneNumber),
|
|
16176
16190
|
PhoneNumberId: (0, smithy_client_1.expectString)(output.PhoneNumberId),
|
|
16177
16191
|
ProductType: (0, smithy_client_1.expectString)(output.ProductType),
|
|
16178
16192
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
16179
16193
|
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
16180
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16194
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16195
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16196
|
+
: undefined,
|
|
16181
16197
|
};
|
|
16182
16198
|
};
|
|
16183
16199
|
const deserializeAws_restJson1PhoneNumberAssociation = (output, context) => {
|
|
16184
16200
|
return {
|
|
16185
16201
|
AssociatedTimestamp: output.AssociatedTimestamp != null
|
|
16186
|
-
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16202
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.AssociatedTimestamp))
|
|
16187
16203
|
: undefined,
|
|
16188
16204
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16189
16205
|
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
@@ -16260,14 +16276,18 @@ const deserializeAws_restJson1PhoneNumberList = (output, context) => {
|
|
|
16260
16276
|
};
|
|
16261
16277
|
const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
16262
16278
|
return {
|
|
16263
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16279
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16280
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16281
|
+
: undefined,
|
|
16264
16282
|
OrderedPhoneNumbers: output.OrderedPhoneNumbers != null
|
|
16265
16283
|
? deserializeAws_restJson1OrderedPhoneNumberList(output.OrderedPhoneNumbers, context)
|
|
16266
16284
|
: undefined,
|
|
16267
16285
|
PhoneNumberOrderId: (0, smithy_client_1.expectString)(output.PhoneNumberOrderId),
|
|
16268
16286
|
ProductType: (0, smithy_client_1.expectString)(output.ProductType),
|
|
16269
16287
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
16270
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16288
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16289
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16290
|
+
: undefined,
|
|
16271
16291
|
};
|
|
16272
16292
|
};
|
|
16273
16293
|
const deserializeAws_restJson1PhoneNumberOrderList = (output, context) => {
|
|
@@ -16305,8 +16325,12 @@ const deserializeAws_restJson1Proxy = (output, context) => {
|
|
|
16305
16325
|
const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
16306
16326
|
return {
|
|
16307
16327
|
Capabilities: output.Capabilities != null ? deserializeAws_restJson1CapabilityList(output.Capabilities, context) : undefined,
|
|
16308
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16309
|
-
|
|
16328
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16329
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16330
|
+
: undefined,
|
|
16331
|
+
EndedTimestamp: output.EndedTimestamp != null
|
|
16332
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.EndedTimestamp))
|
|
16333
|
+
: undefined,
|
|
16310
16334
|
ExpiryMinutes: (0, smithy_client_1.expectInt32)(output.ExpiryMinutes),
|
|
16311
16335
|
GeoMatchLevel: (0, smithy_client_1.expectString)(output.GeoMatchLevel),
|
|
16312
16336
|
GeoMatchParams: output.GeoMatchParams != null
|
|
@@ -16317,7 +16341,9 @@ const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
|
16317
16341
|
Participants: output.Participants != null ? deserializeAws_restJson1Participants(output.Participants, context) : undefined,
|
|
16318
16342
|
ProxySessionId: (0, smithy_client_1.expectString)(output.ProxySessionId),
|
|
16319
16343
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
16320
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16344
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16345
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16346
|
+
: undefined,
|
|
16321
16347
|
VoiceConnectorId: (0, smithy_client_1.expectString)(output.VoiceConnectorId),
|
|
16322
16348
|
};
|
|
16323
16349
|
};
|
|
@@ -16346,10 +16372,14 @@ const deserializeAws_restJson1Room = (output, context) => {
|
|
|
16346
16372
|
return {
|
|
16347
16373
|
AccountId: (0, smithy_client_1.expectString)(output.AccountId),
|
|
16348
16374
|
CreatedBy: (0, smithy_client_1.expectString)(output.CreatedBy),
|
|
16349
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16375
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16376
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16377
|
+
: undefined,
|
|
16350
16378
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16351
16379
|
RoomId: (0, smithy_client_1.expectString)(output.RoomId),
|
|
16352
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16380
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16381
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16382
|
+
: undefined,
|
|
16353
16383
|
};
|
|
16354
16384
|
};
|
|
16355
16385
|
const deserializeAws_restJson1RoomList = (output, context) => {
|
|
@@ -16369,7 +16399,9 @@ const deserializeAws_restJson1RoomMembership = (output, context) => {
|
|
|
16369
16399
|
Member: output.Member != null ? deserializeAws_restJson1Member(output.Member, context) : undefined,
|
|
16370
16400
|
Role: (0, smithy_client_1.expectString)(output.Role),
|
|
16371
16401
|
RoomId: (0, smithy_client_1.expectString)(output.RoomId),
|
|
16372
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16402
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16403
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16404
|
+
: undefined,
|
|
16373
16405
|
};
|
|
16374
16406
|
};
|
|
16375
16407
|
const deserializeAws_restJson1RoomMembershipList = (output, context) => {
|
|
@@ -16426,13 +16458,17 @@ const deserializeAws_restJson1SigninDelegateGroupList = (output, context) => {
|
|
|
16426
16458
|
const deserializeAws_restJson1SipMediaApplication = (output, context) => {
|
|
16427
16459
|
return {
|
|
16428
16460
|
AwsRegion: (0, smithy_client_1.expectString)(output.AwsRegion),
|
|
16429
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16461
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16462
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16463
|
+
: undefined,
|
|
16430
16464
|
Endpoints: output.Endpoints != null
|
|
16431
16465
|
? deserializeAws_restJson1SipMediaApplicationEndpointList(output.Endpoints, context)
|
|
16432
16466
|
: undefined,
|
|
16433
16467
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16434
16468
|
SipMediaApplicationId: (0, smithy_client_1.expectString)(output.SipMediaApplicationId),
|
|
16435
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16469
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16470
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16471
|
+
: undefined,
|
|
16436
16472
|
};
|
|
16437
16473
|
};
|
|
16438
16474
|
const deserializeAws_restJson1SipMediaApplicationCall = (output, context) => {
|
|
@@ -16474,7 +16510,9 @@ const deserializeAws_restJson1SipMediaApplicationLoggingConfiguration = (output,
|
|
|
16474
16510
|
};
|
|
16475
16511
|
const deserializeAws_restJson1SipRule = (output, context) => {
|
|
16476
16512
|
return {
|
|
16477
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16513
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16514
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16515
|
+
: undefined,
|
|
16478
16516
|
Disabled: (0, smithy_client_1.expectBoolean)(output.Disabled),
|
|
16479
16517
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16480
16518
|
SipRuleId: (0, smithy_client_1.expectString)(output.SipRuleId),
|
|
@@ -16483,7 +16521,9 @@ const deserializeAws_restJson1SipRule = (output, context) => {
|
|
|
16483
16521
|
: undefined,
|
|
16484
16522
|
TriggerType: (0, smithy_client_1.expectString)(output.TriggerType),
|
|
16485
16523
|
TriggerValue: (0, smithy_client_1.expectString)(output.TriggerValue),
|
|
16486
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16524
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16525
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16526
|
+
: undefined,
|
|
16487
16527
|
};
|
|
16488
16528
|
};
|
|
16489
16529
|
const deserializeAws_restJson1SipRuleList = (output, context) => {
|
|
@@ -16596,7 +16636,7 @@ const deserializeAws_restJson1Termination = (output, context) => {
|
|
|
16596
16636
|
const deserializeAws_restJson1TerminationHealth = (output, context) => {
|
|
16597
16637
|
return {
|
|
16598
16638
|
Source: (0, smithy_client_1.expectString)(output.Source),
|
|
16599
|
-
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16639
|
+
Timestamp: output.Timestamp != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.Timestamp)) : undefined,
|
|
16600
16640
|
};
|
|
16601
16641
|
};
|
|
16602
16642
|
const deserializeAws_restJson1User = (output, context) => {
|
|
@@ -16606,12 +16646,12 @@ const deserializeAws_restJson1User = (output, context) => {
|
|
|
16606
16646
|
? deserializeAws_restJson1AlexaForBusinessMetadata(output.AlexaForBusinessMetadata, context)
|
|
16607
16647
|
: undefined,
|
|
16608
16648
|
DisplayName: (0, smithy_client_1.expectString)(output.DisplayName),
|
|
16609
|
-
InvitedOn: output.InvitedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16649
|
+
InvitedOn: output.InvitedOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.InvitedOn)) : undefined,
|
|
16610
16650
|
LicenseType: (0, smithy_client_1.expectString)(output.LicenseType),
|
|
16611
16651
|
PersonalPIN: (0, smithy_client_1.expectString)(output.PersonalPIN),
|
|
16612
16652
|
PrimaryEmail: (0, smithy_client_1.expectString)(output.PrimaryEmail),
|
|
16613
16653
|
PrimaryProvisionedNumber: (0, smithy_client_1.expectString)(output.PrimaryProvisionedNumber),
|
|
16614
|
-
RegisteredOn: output.RegisteredOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16654
|
+
RegisteredOn: output.RegisteredOn != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.RegisteredOn)) : undefined,
|
|
16615
16655
|
UserId: (0, smithy_client_1.expectString)(output.UserId),
|
|
16616
16656
|
UserInvitationStatus: (0, smithy_client_1.expectString)(output.UserInvitationStatus),
|
|
16617
16657
|
UserRegistrationStatus: (0, smithy_client_1.expectString)(output.UserRegistrationStatus),
|
|
@@ -16661,20 +16701,28 @@ const deserializeAws_restJson1VideoArtifactsConfiguration = (output, context) =>
|
|
|
16661
16701
|
const deserializeAws_restJson1VoiceConnector = (output, context) => {
|
|
16662
16702
|
return {
|
|
16663
16703
|
AwsRegion: (0, smithy_client_1.expectString)(output.AwsRegion),
|
|
16664
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16704
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16705
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16706
|
+
: undefined,
|
|
16665
16707
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16666
16708
|
OutboundHostName: (0, smithy_client_1.expectString)(output.OutboundHostName),
|
|
16667
16709
|
RequireEncryption: (0, smithy_client_1.expectBoolean)(output.RequireEncryption),
|
|
16668
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16710
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16711
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16712
|
+
: undefined,
|
|
16669
16713
|
VoiceConnectorArn: (0, smithy_client_1.expectString)(output.VoiceConnectorArn),
|
|
16670
16714
|
VoiceConnectorId: (0, smithy_client_1.expectString)(output.VoiceConnectorId),
|
|
16671
16715
|
};
|
|
16672
16716
|
};
|
|
16673
16717
|
const deserializeAws_restJson1VoiceConnectorGroup = (output, context) => {
|
|
16674
16718
|
return {
|
|
16675
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16719
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16720
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.CreatedTimestamp))
|
|
16721
|
+
: undefined,
|
|
16676
16722
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
16677
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16723
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16724
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output.UpdatedTimestamp))
|
|
16725
|
+
: undefined,
|
|
16678
16726
|
VoiceConnectorGroupArn: (0, smithy_client_1.expectString)(output.VoiceConnectorGroupArn),
|
|
16679
16727
|
VoiceConnectorGroupId: (0, smithy_client_1.expectString)(output.VoiceConnectorGroupId),
|
|
16680
16728
|
VoiceConnectorItems: output.VoiceConnectorItems != null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, isValidHostname as __isValidHostname, } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map as __map, parseEpochTimestamp as __parseEpochTimestamp,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map as __map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, resolvedPath as __resolvedPath, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
4
|
import { ChimeServiceException as __BaseException } from "../models/ChimeServiceException";
|
|
5
5
|
import { AccessDeniedException, BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, UnprocessableEntityException, } from "../models/models_0";
|
|
@@ -9065,7 +9065,7 @@ export const deserializeAws_restJson1GetPhoneNumberSettingsCommand = async (outp
|
|
|
9065
9065
|
contents.CallingName = __expectString(data.CallingName);
|
|
9066
9066
|
}
|
|
9067
9067
|
if (data.CallingNameUpdatedTimestamp != null) {
|
|
9068
|
-
contents.CallingNameUpdatedTimestamp = __expectNonNull(
|
|
9068
|
+
contents.CallingNameUpdatedTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.CallingNameUpdatedTimestamp));
|
|
9069
9069
|
}
|
|
9070
9070
|
return contents;
|
|
9071
9071
|
};
|
|
@@ -9164,7 +9164,7 @@ export const deserializeAws_restJson1GetRetentionSettingsCommand = async (output
|
|
|
9164
9164
|
});
|
|
9165
9165
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
9166
9166
|
if (data.InitiateDeletionTimestamp != null) {
|
|
9167
|
-
contents.InitiateDeletionTimestamp = __expectNonNull(
|
|
9167
|
+
contents.InitiateDeletionTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.InitiateDeletionTimestamp));
|
|
9168
9168
|
}
|
|
9169
9169
|
if (data.RetentionSettings != null) {
|
|
9170
9170
|
contents.RetentionSettings = deserializeAws_restJson1RetentionSettings(data.RetentionSettings, context);
|
|
@@ -11810,7 +11810,7 @@ export const deserializeAws_restJson1PutRetentionSettingsCommand = async (output
|
|
|
11810
11810
|
});
|
|
11811
11811
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
11812
11812
|
if (data.InitiateDeletionTimestamp != null) {
|
|
11813
|
-
contents.InitiateDeletionTimestamp = __expectNonNull(
|
|
11813
|
+
contents.InitiateDeletionTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(data.InitiateDeletionTimestamp));
|
|
11814
11814
|
}
|
|
11815
11815
|
if (data.RetentionSettings != null) {
|
|
11816
11816
|
contents.RetentionSettings = deserializeAws_restJson1RetentionSettings(data.RetentionSettings, context);
|
|
@@ -14936,7 +14936,9 @@ const deserializeAws_restJson1Account = (output, context) => {
|
|
|
14936
14936
|
AccountStatus: __expectString(output.AccountStatus),
|
|
14937
14937
|
AccountType: __expectString(output.AccountType),
|
|
14938
14938
|
AwsAccountId: __expectString(output.AwsAccountId),
|
|
14939
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
14939
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
14940
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
14941
|
+
: undefined,
|
|
14940
14942
|
DefaultLicense: __expectString(output.DefaultLicense),
|
|
14941
14943
|
Name: __expectString(output.Name),
|
|
14942
14944
|
SigninDelegateGroups: output.SigninDelegateGroups != null
|
|
@@ -15188,11 +15190,15 @@ const deserializeAws_restJson1Bot = (output, context) => {
|
|
|
15188
15190
|
BotEmail: __expectString(output.BotEmail),
|
|
15189
15191
|
BotId: __expectString(output.BotId),
|
|
15190
15192
|
BotType: __expectString(output.BotType),
|
|
15191
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15193
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15194
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15195
|
+
: undefined,
|
|
15192
15196
|
Disabled: __expectBoolean(output.Disabled),
|
|
15193
15197
|
DisplayName: __expectString(output.DisplayName),
|
|
15194
15198
|
SecurityToken: __expectString(output.SecurityToken),
|
|
15195
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15199
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15200
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15201
|
+
: undefined,
|
|
15196
15202
|
UserId: __expectString(output.UserId),
|
|
15197
15203
|
};
|
|
15198
15204
|
};
|
|
@@ -15610,14 +15616,18 @@ const deserializeAws_restJson1MediaCapturePipeline = (output, context) => {
|
|
|
15610
15616
|
ChimeSdkMeetingConfiguration: output.ChimeSdkMeetingConfiguration != null
|
|
15611
15617
|
? deserializeAws_restJson1ChimeSdkMeetingConfiguration(output.ChimeSdkMeetingConfiguration, context)
|
|
15612
15618
|
: undefined,
|
|
15613
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15619
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15620
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15621
|
+
: undefined,
|
|
15614
15622
|
MediaPipelineId: __expectString(output.MediaPipelineId),
|
|
15615
15623
|
SinkArn: __expectString(output.SinkArn),
|
|
15616
15624
|
SinkType: __expectString(output.SinkType),
|
|
15617
15625
|
SourceArn: __expectString(output.SourceArn),
|
|
15618
15626
|
SourceType: __expectString(output.SourceType),
|
|
15619
15627
|
Status: __expectString(output.Status),
|
|
15620
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15628
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15629
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15630
|
+
: undefined,
|
|
15621
15631
|
};
|
|
15622
15632
|
};
|
|
15623
15633
|
const deserializeAws_restJson1MediaCapturePipelineList = (output, context) => {
|
|
@@ -15778,20 +15788,26 @@ const deserializeAws_restJson1PhoneNumber = (output, context) => {
|
|
|
15778
15788
|
? deserializeAws_restJson1PhoneNumberCapabilities(output.Capabilities, context)
|
|
15779
15789
|
: undefined,
|
|
15780
15790
|
Country: __expectString(output.Country),
|
|
15781
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15782
|
-
|
|
15791
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15792
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15793
|
+
: undefined,
|
|
15794
|
+
DeletionTimestamp: output.DeletionTimestamp != null
|
|
15795
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.DeletionTimestamp))
|
|
15796
|
+
: undefined,
|
|
15783
15797
|
E164PhoneNumber: __expectString(output.E164PhoneNumber),
|
|
15784
15798
|
PhoneNumberId: __expectString(output.PhoneNumberId),
|
|
15785
15799
|
ProductType: __expectString(output.ProductType),
|
|
15786
15800
|
Status: __expectString(output.Status),
|
|
15787
15801
|
Type: __expectString(output.Type),
|
|
15788
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15802
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15803
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15804
|
+
: undefined,
|
|
15789
15805
|
};
|
|
15790
15806
|
};
|
|
15791
15807
|
const deserializeAws_restJson1PhoneNumberAssociation = (output, context) => {
|
|
15792
15808
|
return {
|
|
15793
15809
|
AssociatedTimestamp: output.AssociatedTimestamp != null
|
|
15794
|
-
? __expectNonNull(
|
|
15810
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.AssociatedTimestamp))
|
|
15795
15811
|
: undefined,
|
|
15796
15812
|
Name: __expectString(output.Name),
|
|
15797
15813
|
Value: __expectString(output.Value),
|
|
@@ -15868,14 +15884,18 @@ const deserializeAws_restJson1PhoneNumberList = (output, context) => {
|
|
|
15868
15884
|
};
|
|
15869
15885
|
const deserializeAws_restJson1PhoneNumberOrder = (output, context) => {
|
|
15870
15886
|
return {
|
|
15871
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15887
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15888
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15889
|
+
: undefined,
|
|
15872
15890
|
OrderedPhoneNumbers: output.OrderedPhoneNumbers != null
|
|
15873
15891
|
? deserializeAws_restJson1OrderedPhoneNumberList(output.OrderedPhoneNumbers, context)
|
|
15874
15892
|
: undefined,
|
|
15875
15893
|
PhoneNumberOrderId: __expectString(output.PhoneNumberOrderId),
|
|
15876
15894
|
ProductType: __expectString(output.ProductType),
|
|
15877
15895
|
Status: __expectString(output.Status),
|
|
15878
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15896
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15897
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15898
|
+
: undefined,
|
|
15879
15899
|
};
|
|
15880
15900
|
};
|
|
15881
15901
|
const deserializeAws_restJson1PhoneNumberOrderList = (output, context) => {
|
|
@@ -15913,8 +15933,12 @@ const deserializeAws_restJson1Proxy = (output, context) => {
|
|
|
15913
15933
|
const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
15914
15934
|
return {
|
|
15915
15935
|
Capabilities: output.Capabilities != null ? deserializeAws_restJson1CapabilityList(output.Capabilities, context) : undefined,
|
|
15916
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15917
|
-
|
|
15936
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15937
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15938
|
+
: undefined,
|
|
15939
|
+
EndedTimestamp: output.EndedTimestamp != null
|
|
15940
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.EndedTimestamp))
|
|
15941
|
+
: undefined,
|
|
15918
15942
|
ExpiryMinutes: __expectInt32(output.ExpiryMinutes),
|
|
15919
15943
|
GeoMatchLevel: __expectString(output.GeoMatchLevel),
|
|
15920
15944
|
GeoMatchParams: output.GeoMatchParams != null
|
|
@@ -15925,7 +15949,9 @@ const deserializeAws_restJson1ProxySession = (output, context) => {
|
|
|
15925
15949
|
Participants: output.Participants != null ? deserializeAws_restJson1Participants(output.Participants, context) : undefined,
|
|
15926
15950
|
ProxySessionId: __expectString(output.ProxySessionId),
|
|
15927
15951
|
Status: __expectString(output.Status),
|
|
15928
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15952
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15953
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15954
|
+
: undefined,
|
|
15929
15955
|
VoiceConnectorId: __expectString(output.VoiceConnectorId),
|
|
15930
15956
|
};
|
|
15931
15957
|
};
|
|
@@ -15954,10 +15980,14 @@ const deserializeAws_restJson1Room = (output, context) => {
|
|
|
15954
15980
|
return {
|
|
15955
15981
|
AccountId: __expectString(output.AccountId),
|
|
15956
15982
|
CreatedBy: __expectString(output.CreatedBy),
|
|
15957
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15983
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
15984
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
15985
|
+
: undefined,
|
|
15958
15986
|
Name: __expectString(output.Name),
|
|
15959
15987
|
RoomId: __expectString(output.RoomId),
|
|
15960
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15988
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
15989
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
15990
|
+
: undefined,
|
|
15961
15991
|
};
|
|
15962
15992
|
};
|
|
15963
15993
|
const deserializeAws_restJson1RoomList = (output, context) => {
|
|
@@ -15977,7 +16007,9 @@ const deserializeAws_restJson1RoomMembership = (output, context) => {
|
|
|
15977
16007
|
Member: output.Member != null ? deserializeAws_restJson1Member(output.Member, context) : undefined,
|
|
15978
16008
|
Role: __expectString(output.Role),
|
|
15979
16009
|
RoomId: __expectString(output.RoomId),
|
|
15980
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16010
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16011
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
16012
|
+
: undefined,
|
|
15981
16013
|
};
|
|
15982
16014
|
};
|
|
15983
16015
|
const deserializeAws_restJson1RoomMembershipList = (output, context) => {
|
|
@@ -16034,13 +16066,17 @@ const deserializeAws_restJson1SigninDelegateGroupList = (output, context) => {
|
|
|
16034
16066
|
const deserializeAws_restJson1SipMediaApplication = (output, context) => {
|
|
16035
16067
|
return {
|
|
16036
16068
|
AwsRegion: __expectString(output.AwsRegion),
|
|
16037
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16069
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16070
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
16071
|
+
: undefined,
|
|
16038
16072
|
Endpoints: output.Endpoints != null
|
|
16039
16073
|
? deserializeAws_restJson1SipMediaApplicationEndpointList(output.Endpoints, context)
|
|
16040
16074
|
: undefined,
|
|
16041
16075
|
Name: __expectString(output.Name),
|
|
16042
16076
|
SipMediaApplicationId: __expectString(output.SipMediaApplicationId),
|
|
16043
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16077
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16078
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
16079
|
+
: undefined,
|
|
16044
16080
|
};
|
|
16045
16081
|
};
|
|
16046
16082
|
const deserializeAws_restJson1SipMediaApplicationCall = (output, context) => {
|
|
@@ -16082,7 +16118,9 @@ const deserializeAws_restJson1SipMediaApplicationLoggingConfiguration = (output,
|
|
|
16082
16118
|
};
|
|
16083
16119
|
const deserializeAws_restJson1SipRule = (output, context) => {
|
|
16084
16120
|
return {
|
|
16085
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16121
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16122
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
16123
|
+
: undefined,
|
|
16086
16124
|
Disabled: __expectBoolean(output.Disabled),
|
|
16087
16125
|
Name: __expectString(output.Name),
|
|
16088
16126
|
SipRuleId: __expectString(output.SipRuleId),
|
|
@@ -16091,7 +16129,9 @@ const deserializeAws_restJson1SipRule = (output, context) => {
|
|
|
16091
16129
|
: undefined,
|
|
16092
16130
|
TriggerType: __expectString(output.TriggerType),
|
|
16093
16131
|
TriggerValue: __expectString(output.TriggerValue),
|
|
16094
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16132
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16133
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
16134
|
+
: undefined,
|
|
16095
16135
|
};
|
|
16096
16136
|
};
|
|
16097
16137
|
const deserializeAws_restJson1SipRuleList = (output, context) => {
|
|
@@ -16204,7 +16244,7 @@ const deserializeAws_restJson1Termination = (output, context) => {
|
|
|
16204
16244
|
const deserializeAws_restJson1TerminationHealth = (output, context) => {
|
|
16205
16245
|
return {
|
|
16206
16246
|
Source: __expectString(output.Source),
|
|
16207
|
-
Timestamp: output.Timestamp != null ? __expectNonNull(
|
|
16247
|
+
Timestamp: output.Timestamp != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.Timestamp)) : undefined,
|
|
16208
16248
|
};
|
|
16209
16249
|
};
|
|
16210
16250
|
const deserializeAws_restJson1User = (output, context) => {
|
|
@@ -16214,12 +16254,12 @@ const deserializeAws_restJson1User = (output, context) => {
|
|
|
16214
16254
|
? deserializeAws_restJson1AlexaForBusinessMetadata(output.AlexaForBusinessMetadata, context)
|
|
16215
16255
|
: undefined,
|
|
16216
16256
|
DisplayName: __expectString(output.DisplayName),
|
|
16217
|
-
InvitedOn: output.InvitedOn != null ? __expectNonNull(
|
|
16257
|
+
InvitedOn: output.InvitedOn != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.InvitedOn)) : undefined,
|
|
16218
16258
|
LicenseType: __expectString(output.LicenseType),
|
|
16219
16259
|
PersonalPIN: __expectString(output.PersonalPIN),
|
|
16220
16260
|
PrimaryEmail: __expectString(output.PrimaryEmail),
|
|
16221
16261
|
PrimaryProvisionedNumber: __expectString(output.PrimaryProvisionedNumber),
|
|
16222
|
-
RegisteredOn: output.RegisteredOn != null ? __expectNonNull(
|
|
16262
|
+
RegisteredOn: output.RegisteredOn != null ? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.RegisteredOn)) : undefined,
|
|
16223
16263
|
UserId: __expectString(output.UserId),
|
|
16224
16264
|
UserInvitationStatus: __expectString(output.UserInvitationStatus),
|
|
16225
16265
|
UserRegistrationStatus: __expectString(output.UserRegistrationStatus),
|
|
@@ -16269,20 +16309,28 @@ const deserializeAws_restJson1VideoArtifactsConfiguration = (output, context) =>
|
|
|
16269
16309
|
const deserializeAws_restJson1VoiceConnector = (output, context) => {
|
|
16270
16310
|
return {
|
|
16271
16311
|
AwsRegion: __expectString(output.AwsRegion),
|
|
16272
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16312
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16313
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
16314
|
+
: undefined,
|
|
16273
16315
|
Name: __expectString(output.Name),
|
|
16274
16316
|
OutboundHostName: __expectString(output.OutboundHostName),
|
|
16275
16317
|
RequireEncryption: __expectBoolean(output.RequireEncryption),
|
|
16276
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16318
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16319
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
16320
|
+
: undefined,
|
|
16277
16321
|
VoiceConnectorArn: __expectString(output.VoiceConnectorArn),
|
|
16278
16322
|
VoiceConnectorId: __expectString(output.VoiceConnectorId),
|
|
16279
16323
|
};
|
|
16280
16324
|
};
|
|
16281
16325
|
const deserializeAws_restJson1VoiceConnectorGroup = (output, context) => {
|
|
16282
16326
|
return {
|
|
16283
|
-
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16327
|
+
CreatedTimestamp: output.CreatedTimestamp != null
|
|
16328
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.CreatedTimestamp))
|
|
16329
|
+
: undefined,
|
|
16284
16330
|
Name: __expectString(output.Name),
|
|
16285
|
-
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16331
|
+
UpdatedTimestamp: output.UpdatedTimestamp != null
|
|
16332
|
+
? __expectNonNull(__parseRfc3339DateTimeWithOffset(output.UpdatedTimestamp))
|
|
16333
|
+
: undefined,
|
|
16286
16334
|
VoiceConnectorGroupArn: __expectString(output.VoiceConnectorGroupArn),
|
|
16287
16335
|
VoiceConnectorGroupId: __expectString(output.VoiceConnectorGroupId),
|
|
16288
16336
|
VoiceConnectorItems: output.VoiceConnectorItems != null
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime 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,9 +20,9 @@
|
|
|
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
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.261.0",
|
|
43
43
|
"@aws-sdk/types": "3.257.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.261.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.261.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|