@aws-sdk/client-chime 3.654.0 → 3.658.1

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.
package/dist-cjs/index.js CHANGED
@@ -1816,7 +1816,7 @@ var se_BatchCreateAttendeeCommand = /* @__PURE__ */ __name(async (input, context
1816
1816
  }, "se_BatchCreateAttendeeCommand");
1817
1817
  var se_BatchCreateChannelMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
1818
1818
  const b = (0, import_core.requestBuilder)(input, context);
1819
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
1819
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
1820
1820
  "content-type": "application/json",
1821
1821
  [_xacb]: input[_CB]
1822
1822
  });
@@ -2082,7 +2082,7 @@ var se_CreateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
2082
2082
  }, "se_CreateBotCommand");
2083
2083
  var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2084
2084
  const b = (0, import_core.requestBuilder)(input, context);
2085
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2085
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2086
2086
  "content-type": "application/json",
2087
2087
  [_xacb]: input[_CB]
2088
2088
  });
@@ -2112,7 +2112,7 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2112
2112
  }, "se_CreateChannelCommand");
2113
2113
  var se_CreateChannelBanCommand = /* @__PURE__ */ __name(async (input, context) => {
2114
2114
  const b = (0, import_core.requestBuilder)(input, context);
2115
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2115
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2116
2116
  "content-type": "application/json",
2117
2117
  [_xacb]: input[_CB]
2118
2118
  });
@@ -2137,7 +2137,7 @@ var se_CreateChannelBanCommand = /* @__PURE__ */ __name(async (input, context) =
2137
2137
  }, "se_CreateChannelBanCommand");
2138
2138
  var se_CreateChannelMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
2139
2139
  const b = (0, import_core.requestBuilder)(input, context);
2140
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2140
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2141
2141
  "content-type": "application/json",
2142
2142
  [_xacb]: input[_CB]
2143
2143
  });
@@ -2163,7 +2163,7 @@ var se_CreateChannelMembershipCommand = /* @__PURE__ */ __name(async (input, con
2163
2163
  }, "se_CreateChannelMembershipCommand");
2164
2164
  var se_CreateChannelModeratorCommand = /* @__PURE__ */ __name(async (input, context) => {
2165
2165
  const b = (0, import_core.requestBuilder)(input, context);
2166
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2166
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2167
2167
  "content-type": "application/json",
2168
2168
  [_xacb]: input[_CB]
2169
2169
  });
@@ -2531,7 +2531,7 @@ var se_DeleteAttendeeCommand = /* @__PURE__ */ __name(async (input, context) =>
2531
2531
  }, "se_DeleteAttendeeCommand");
2532
2532
  var se_DeleteChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2533
2533
  const b = (0, import_core.requestBuilder)(input, context);
2534
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2534
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2535
2535
  [_xacb]: input[_CB]
2536
2536
  });
2537
2537
  b.bp("/channels/{ChannelArn}");
@@ -2550,7 +2550,7 @@ var se_DeleteChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2550
2550
  }, "se_DeleteChannelCommand");
2551
2551
  var se_DeleteChannelBanCommand = /* @__PURE__ */ __name(async (input, context) => {
2552
2552
  const b = (0, import_core.requestBuilder)(input, context);
2553
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2553
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2554
2554
  [_xacb]: input[_CB]
2555
2555
  });
2556
2556
  b.bp("/channels/{ChannelArn}/bans/{MemberArn}");
@@ -2570,7 +2570,7 @@ var se_DeleteChannelBanCommand = /* @__PURE__ */ __name(async (input, context) =
2570
2570
  }, "se_DeleteChannelBanCommand");
2571
2571
  var se_DeleteChannelMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
2572
2572
  const b = (0, import_core.requestBuilder)(input, context);
2573
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2573
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2574
2574
  [_xacb]: input[_CB]
2575
2575
  });
2576
2576
  b.bp("/channels/{ChannelArn}/memberships/{MemberArn}");
@@ -2590,7 +2590,7 @@ var se_DeleteChannelMembershipCommand = /* @__PURE__ */ __name(async (input, con
2590
2590
  }, "se_DeleteChannelMembershipCommand");
2591
2591
  var se_DeleteChannelMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
2592
2592
  const b = (0, import_core.requestBuilder)(input, context);
2593
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2593
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2594
2594
  [_xacb]: input[_CB]
2595
2595
  });
2596
2596
  b.bp("/channels/{ChannelArn}/messages/{MessageId}");
@@ -2610,7 +2610,7 @@ var se_DeleteChannelMessageCommand = /* @__PURE__ */ __name(async (input, contex
2610
2610
  }, "se_DeleteChannelMessageCommand");
2611
2611
  var se_DeleteChannelModeratorCommand = /* @__PURE__ */ __name(async (input, context) => {
2612
2612
  const b = (0, import_core.requestBuilder)(input, context);
2613
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2613
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2614
2614
  [_xacb]: input[_CB]
2615
2615
  });
2616
2616
  b.bp("/channels/{ChannelArn}/moderators/{ChannelModeratorArn}");
@@ -2850,7 +2850,7 @@ var se_DescribeAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, con
2850
2850
  }, "se_DescribeAppInstanceUserCommand");
2851
2851
  var se_DescribeChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
2852
2852
  const b = (0, import_core.requestBuilder)(input, context);
2853
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2853
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2854
2854
  [_xacb]: input[_CB]
2855
2855
  });
2856
2856
  b.bp("/channels/{ChannelArn}");
@@ -2869,7 +2869,7 @@ var se_DescribeChannelCommand = /* @__PURE__ */ __name(async (input, context) =>
2869
2869
  }, "se_DescribeChannelCommand");
2870
2870
  var se_DescribeChannelBanCommand = /* @__PURE__ */ __name(async (input, context) => {
2871
2871
  const b = (0, import_core.requestBuilder)(input, context);
2872
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2872
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2873
2873
  [_xacb]: input[_CB]
2874
2874
  });
2875
2875
  b.bp("/channels/{ChannelArn}/bans/{MemberArn}");
@@ -2889,7 +2889,7 @@ var se_DescribeChannelBanCommand = /* @__PURE__ */ __name(async (input, context)
2889
2889
  }, "se_DescribeChannelBanCommand");
2890
2890
  var se_DescribeChannelMembershipCommand = /* @__PURE__ */ __name(async (input, context) => {
2891
2891
  const b = (0, import_core.requestBuilder)(input, context);
2892
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2892
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2893
2893
  [_xacb]: input[_CB]
2894
2894
  });
2895
2895
  b.bp("/channels/{ChannelArn}/memberships/{MemberArn}");
@@ -2909,7 +2909,7 @@ var se_DescribeChannelMembershipCommand = /* @__PURE__ */ __name(async (input, c
2909
2909
  }, "se_DescribeChannelMembershipCommand");
2910
2910
  var se_DescribeChannelMembershipForAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, context) => {
2911
2911
  const b = (0, import_core.requestBuilder)(input, context);
2912
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2912
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2913
2913
  [_xacb]: input[_CB]
2914
2914
  });
2915
2915
  b.bp("/channels/{ChannelArn}");
@@ -2932,7 +2932,7 @@ var se_DescribeChannelMembershipForAppInstanceUserCommand = /* @__PURE__ */ __na
2932
2932
  }, "se_DescribeChannelMembershipForAppInstanceUserCommand");
2933
2933
  var se_DescribeChannelModeratedByAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, context) => {
2934
2934
  const b = (0, import_core.requestBuilder)(input, context);
2935
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2935
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2936
2936
  [_xacb]: input[_CB]
2937
2937
  });
2938
2938
  b.bp("/channels/{ChannelArn}");
@@ -2955,7 +2955,7 @@ var se_DescribeChannelModeratedByAppInstanceUserCommand = /* @__PURE__ */ __name
2955
2955
  }, "se_DescribeChannelModeratedByAppInstanceUserCommand");
2956
2956
  var se_DescribeChannelModeratorCommand = /* @__PURE__ */ __name(async (input, context) => {
2957
2957
  const b = (0, import_core.requestBuilder)(input, context);
2958
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
2958
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
2959
2959
  [_xacb]: input[_CB]
2960
2960
  });
2961
2961
  b.bp("/channels/{ChannelArn}/moderators/{ChannelModeratorArn}");
@@ -3109,7 +3109,7 @@ var se_GetBotCommand = /* @__PURE__ */ __name(async (input, context) => {
3109
3109
  }, "se_GetBotCommand");
3110
3110
  var se_GetChannelMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
3111
3111
  const b = (0, import_core.requestBuilder)(input, context);
3112
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3112
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3113
3113
  [_xacb]: input[_CB]
3114
3114
  });
3115
3115
  b.bp("/channels/{ChannelArn}/messages/{MessageId}");
@@ -3496,7 +3496,7 @@ var se_ListBotsCommand = /* @__PURE__ */ __name(async (input, context) => {
3496
3496
  }, "se_ListBotsCommand");
3497
3497
  var se_ListChannelBansCommand = /* @__PURE__ */ __name(async (input, context) => {
3498
3498
  const b = (0, import_core.requestBuilder)(input, context);
3499
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3499
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3500
3500
  [_xacb]: input[_CB]
3501
3501
  });
3502
3502
  b.bp("/channels/{ChannelArn}/bans");
@@ -3519,7 +3519,7 @@ var se_ListChannelBansCommand = /* @__PURE__ */ __name(async (input, context) =>
3519
3519
  }, "se_ListChannelBansCommand");
3520
3520
  var se_ListChannelMembershipsCommand = /* @__PURE__ */ __name(async (input, context) => {
3521
3521
  const b = (0, import_core.requestBuilder)(input, context);
3522
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3522
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3523
3523
  [_xacb]: input[_CB]
3524
3524
  });
3525
3525
  b.bp("/channels/{ChannelArn}/memberships");
@@ -3543,7 +3543,7 @@ var se_ListChannelMembershipsCommand = /* @__PURE__ */ __name(async (input, cont
3543
3543
  }, "se_ListChannelMembershipsCommand");
3544
3544
  var se_ListChannelMembershipsForAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, context) => {
3545
3545
  const b = (0, import_core.requestBuilder)(input, context);
3546
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3546
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3547
3547
  [_xacb]: input[_CB]
3548
3548
  });
3549
3549
  b.bp("/channels");
@@ -3567,7 +3567,7 @@ var se_ListChannelMembershipsForAppInstanceUserCommand = /* @__PURE__ */ __name(
3567
3567
  }, "se_ListChannelMembershipsForAppInstanceUserCommand");
3568
3568
  var se_ListChannelMessagesCommand = /* @__PURE__ */ __name(async (input, context) => {
3569
3569
  const b = (0, import_core.requestBuilder)(input, context);
3570
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3570
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3571
3571
  [_xacb]: input[_CB]
3572
3572
  });
3573
3573
  b.bp("/channels/{ChannelArn}/messages");
@@ -3593,7 +3593,7 @@ var se_ListChannelMessagesCommand = /* @__PURE__ */ __name(async (input, context
3593
3593
  }, "se_ListChannelMessagesCommand");
3594
3594
  var se_ListChannelModeratorsCommand = /* @__PURE__ */ __name(async (input, context) => {
3595
3595
  const b = (0, import_core.requestBuilder)(input, context);
3596
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3596
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3597
3597
  [_xacb]: input[_CB]
3598
3598
  });
3599
3599
  b.bp("/channels/{ChannelArn}/moderators");
@@ -3616,7 +3616,7 @@ var se_ListChannelModeratorsCommand = /* @__PURE__ */ __name(async (input, conte
3616
3616
  }, "se_ListChannelModeratorsCommand");
3617
3617
  var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
3618
3618
  const b = (0, import_core.requestBuilder)(input, context);
3619
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3619
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3620
3620
  [_xacb]: input[_CB]
3621
3621
  });
3622
3622
  b.bp("/channels");
@@ -3640,7 +3640,7 @@ var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
3640
3640
  }, "se_ListChannelsCommand");
3641
3641
  var se_ListChannelsModeratedByAppInstanceUserCommand = /* @__PURE__ */ __name(async (input, context) => {
3642
3642
  const b = (0, import_core.requestBuilder)(input, context);
3643
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
3643
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
3644
3644
  [_xacb]: input[_CB]
3645
3645
  });
3646
3646
  b.bp("/channels");
@@ -4083,7 +4083,7 @@ var se_PutVoiceConnectorTerminationCredentialsCommand = /* @__PURE__ */ __name(a
4083
4083
  }, "se_PutVoiceConnectorTerminationCredentialsCommand");
4084
4084
  var se_RedactChannelMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
4085
4085
  const b = (0, import_core.requestBuilder)(input, context);
4086
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
4086
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
4087
4087
  [_xacb]: input[_CB]
4088
4088
  });
4089
4089
  b.bp("/channels/{ChannelArn}/messages/{MessageId}");
@@ -4191,7 +4191,7 @@ var se_SearchAvailablePhoneNumbersCommand = /* @__PURE__ */ __name(async (input,
4191
4191
  }, "se_SearchAvailablePhoneNumbersCommand");
4192
4192
  var se_SendChannelMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
4193
4193
  const b = (0, import_core.requestBuilder)(input, context);
4194
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
4194
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
4195
4195
  "content-type": "application/json",
4196
4196
  [_xacb]: input[_CB]
4197
4197
  });
@@ -4467,7 +4467,7 @@ var se_UpdateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
4467
4467
  }, "se_UpdateBotCommand");
4468
4468
  var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
4469
4469
  const b = (0, import_core.requestBuilder)(input, context);
4470
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
4470
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
4471
4471
  "content-type": "application/json",
4472
4472
  [_xacb]: input[_CB]
4473
4473
  });
@@ -4494,7 +4494,7 @@ var se_UpdateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
4494
4494
  }, "se_UpdateChannelCommand");
4495
4495
  var se_UpdateChannelMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
4496
4496
  const b = (0, import_core.requestBuilder)(input, context);
4497
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
4497
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
4498
4498
  "content-type": "application/json",
4499
4499
  [_xacb]: input[_CB]
4500
4500
  });
@@ -4521,7 +4521,7 @@ var se_UpdateChannelMessageCommand = /* @__PURE__ */ __name(async (input, contex
4521
4521
  }, "se_UpdateChannelMessageCommand");
4522
4522
  var se_UpdateChannelReadMarkerCommand = /* @__PURE__ */ __name(async (input, context) => {
4523
4523
  const b = (0, import_core.requestBuilder)(input, context);
4524
- const headers = (0, import_smithy_client.map)({}, isSerializableHeaderValue, {
4524
+ const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
4525
4525
  [_xacb]: input[_CB]
4526
4526
  });
4527
4527
  b.bp("/channels/{ChannelArn}/readMarker");
@@ -7929,7 +7929,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
7929
7929
  extendedRequestId: output.headers["x-amz-id-2"],
7930
7930
  cfId: output.headers["x-amz-cf-id"]
7931
7931
  }), "deserializeMetadata");
7932
- var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
7933
7932
  var _AC = "AreaCode";
7934
7933
  var _AIA = "AppInstanceArn";
7935
7934
  var _AIUA = "AppInstanceUserArn";
@@ -1,7 +1,7 @@
1
1
  import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { requestBuilder as rb } from "@smithy/core";
3
3
  import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
4
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, take, withBaseException, } from "@smithy/smithy-client";
4
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, isSerializableHeaderValue, map, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, take, withBaseException, } from "@smithy/smithy-client";
5
5
  import { v4 as generateIdempotencyToken } from "uuid";
6
6
  import { ChimeServiceException as __BaseException } from "../models/ChimeServiceException";
7
7
  import { AccessDeniedException, BadRequestException, ConflictException, ForbiddenException, NotFoundException, ResourceLimitExceededException, ServiceFailureException, ServiceUnavailableException, ThrottledClientException, UnauthorizedClientException, UnprocessableEntityException, } from "../models/models_0";
@@ -6091,11 +6091,6 @@ const deserializeMetadata = (output) => ({
6091
6091
  cfId: output.headers["x-amz-cf-id"],
6092
6092
  });
6093
6093
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
6094
- const isSerializableHeaderValue = (value) => value !== undefined &&
6095
- value !== null &&
6096
- value !== "" &&
6097
- (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
6098
- (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
6099
6094
  const _AC = "AreaCode";
6100
6095
  const _AIA = "AppInstanceArn";
6101
6096
  const _AIUA = "AppInstanceUserArn";
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.654.0",
4
+ "version": "3.658.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-chime",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.654.0",
24
- "@aws-sdk/client-sts": "3.654.0",
25
- "@aws-sdk/core": "3.654.0",
26
- "@aws-sdk/credential-provider-node": "3.654.0",
23
+ "@aws-sdk/client-sso-oidc": "3.658.1",
24
+ "@aws-sdk/client-sts": "3.658.1",
25
+ "@aws-sdk/core": "3.658.1",
26
+ "@aws-sdk/credential-provider-node": "3.658.1",
27
27
  "@aws-sdk/middleware-host-header": "3.654.0",
28
28
  "@aws-sdk/middleware-logger": "3.654.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.654.0",
@@ -34,26 +34,26 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.654.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.654.0",
36
36
  "@smithy/config-resolver": "^3.0.8",
37
- "@smithy/core": "^2.4.3",
38
- "@smithy/fetch-http-handler": "^3.2.7",
37
+ "@smithy/core": "^2.4.6",
38
+ "@smithy/fetch-http-handler": "^3.2.8",
39
39
  "@smithy/hash-node": "^3.0.6",
40
40
  "@smithy/invalid-dependency": "^3.0.6",
41
41
  "@smithy/middleware-content-length": "^3.0.8",
42
42
  "@smithy/middleware-endpoint": "^3.1.3",
43
- "@smithy/middleware-retry": "^3.0.18",
43
+ "@smithy/middleware-retry": "^3.0.21",
44
44
  "@smithy/middleware-serde": "^3.0.6",
45
45
  "@smithy/middleware-stack": "^3.0.6",
46
46
  "@smithy/node-config-provider": "^3.1.7",
47
- "@smithy/node-http-handler": "^3.2.2",
47
+ "@smithy/node-http-handler": "^3.2.3",
48
48
  "@smithy/protocol-http": "^4.1.3",
49
- "@smithy/smithy-client": "^3.3.2",
49
+ "@smithy/smithy-client": "^3.3.5",
50
50
  "@smithy/types": "^3.4.2",
51
51
  "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.18",
56
- "@smithy/util-defaults-mode-node": "^3.0.18",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.21",
56
+ "@smithy/util-defaults-mode-node": "^3.0.21",
57
57
  "@smithy/util-endpoints": "^2.1.2",
58
58
  "@smithy/util-middleware": "^3.0.6",
59
59
  "@smithy/util-retry": "^3.0.6",