@aws-sdk/client-chime-sdk-meetings 3.388.0 → 3.392.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.
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const q = "required", r = "fn", s = "argv", t = "ref";
5
5
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -472,9 +472,15 @@ const de_BatchUpdateAttendeeCapabilitiesExceptCommandError = async (output, cont
472
472
  case "NotFoundException":
473
473
  case "com.amazonaws.chimesdkmeetings#NotFoundException":
474
474
  throw await de_NotFoundExceptionRes(parsedOutput, context);
475
+ case "ServiceFailureException":
476
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
477
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
475
478
  case "ServiceUnavailableException":
476
479
  case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
477
480
  throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
481
+ case "ThrottlingException":
482
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
483
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
478
484
  case "UnauthorizedException":
479
485
  case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
480
486
  throw await de_UnauthorizedExceptionRes(parsedOutput, context);
@@ -570,6 +576,9 @@ const de_CreateMeetingCommandError = async (output, context) => {
570
576
  case "BadRequestException":
571
577
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
572
578
  throw await de_BadRequestExceptionRes(parsedOutput, context);
579
+ case "ConflictException":
580
+ case "com.amazonaws.chimesdkmeetings#ConflictException":
581
+ throw await de_ConflictExceptionRes(parsedOutput, context);
573
582
  case "ForbiddenException":
574
583
  case "com.amazonaws.chimesdkmeetings#ForbiddenException":
575
584
  throw await de_ForbiddenExceptionRes(parsedOutput, context);
@@ -624,6 +633,9 @@ const de_CreateMeetingWithAttendeesCommandError = async (output, context) => {
624
633
  case "BadRequestException":
625
634
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
626
635
  throw await de_BadRequestExceptionRes(parsedOutput, context);
636
+ case "ConflictException":
637
+ case "com.amazonaws.chimesdkmeetings#ConflictException":
638
+ throw await de_ConflictExceptionRes(parsedOutput, context);
627
639
  case "ForbiddenException":
628
640
  case "com.amazonaws.chimesdkmeetings#ForbiddenException":
629
641
  throw await de_ForbiddenExceptionRes(parsedOutput, context);
@@ -926,9 +938,30 @@ const de_ListTagsForResourceCommandError = async (output, context) => {
926
938
  };
927
939
  const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
928
940
  switch (errorCode) {
941
+ case "BadRequestException":
942
+ case "com.amazonaws.chimesdkmeetings#BadRequestException":
943
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
944
+ case "ForbiddenException":
945
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
946
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
947
+ case "LimitExceededException":
948
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
949
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
929
950
  case "ResourceNotFoundException":
930
951
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
931
952
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
953
+ case "ServiceFailureException":
954
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
955
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
956
+ case "ServiceUnavailableException":
957
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
958
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
959
+ case "ThrottlingException":
960
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
961
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
962
+ case "UnauthorizedException":
963
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
964
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
932
965
  default:
933
966
  const parsedBody = parsedOutput.body;
934
967
  return throwDefaultError({
@@ -1064,12 +1097,30 @@ const de_TagResourceCommandError = async (output, context) => {
1064
1097
  case "BadRequestException":
1065
1098
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
1066
1099
  throw await de_BadRequestExceptionRes(parsedOutput, context);
1100
+ case "ForbiddenException":
1101
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
1102
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
1103
+ case "LimitExceededException":
1104
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
1105
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1067
1106
  case "ResourceNotFoundException":
1068
1107
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
1069
1108
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1109
+ case "ServiceFailureException":
1110
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1111
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1112
+ case "ServiceUnavailableException":
1113
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1114
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1115
+ case "ThrottlingException":
1116
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1117
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1070
1118
  case "TooManyTagsException":
1071
1119
  case "com.amazonaws.chimesdkmeetings#TooManyTagsException":
1072
1120
  throw await de_TooManyTagsExceptionRes(parsedOutput, context);
1121
+ case "UnauthorizedException":
1122
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1123
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
1073
1124
  default:
1074
1125
  const parsedBody = parsedOutput.body;
1075
1126
  return throwDefaultError({
@@ -1100,9 +1151,27 @@ const de_UntagResourceCommandError = async (output, context) => {
1100
1151
  case "BadRequestException":
1101
1152
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
1102
1153
  throw await de_BadRequestExceptionRes(parsedOutput, context);
1154
+ case "ForbiddenException":
1155
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
1156
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
1157
+ case "LimitExceededException":
1158
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
1159
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1103
1160
  case "ResourceNotFoundException":
1104
1161
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
1105
1162
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1163
+ case "ServiceFailureException":
1164
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1165
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1166
+ case "ServiceUnavailableException":
1167
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1168
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1169
+ case "ThrottlingException":
1170
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1171
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1172
+ case "UnauthorizedException":
1173
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1174
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
1106
1175
  default:
1107
1176
  const parsedBody = parsedOutput.body;
1108
1177
  return throwDefaultError({
@@ -1146,9 +1215,15 @@ const de_UpdateAttendeeCapabilitiesCommandError = async (output, context) => {
1146
1215
  case "NotFoundException":
1147
1216
  case "com.amazonaws.chimesdkmeetings#NotFoundException":
1148
1217
  throw await de_NotFoundExceptionRes(parsedOutput, context);
1218
+ case "ServiceFailureException":
1219
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1220
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1149
1221
  case "ServiceUnavailableException":
1150
1222
  case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1151
1223
  throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1224
+ case "ThrottlingException":
1225
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1226
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1152
1227
  case "UnauthorizedException":
1153
1228
  case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1154
1229
  throw await de_UnauthorizedExceptionRes(parsedOutput, context);
@@ -1,4 +1,4 @@
1
1
  const q = "required", r = "fn", s = "argv", t = "ref";
2
2
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -451,9 +451,15 @@ const de_BatchUpdateAttendeeCapabilitiesExceptCommandError = async (output, cont
451
451
  case "NotFoundException":
452
452
  case "com.amazonaws.chimesdkmeetings#NotFoundException":
453
453
  throw await de_NotFoundExceptionRes(parsedOutput, context);
454
+ case "ServiceFailureException":
455
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
456
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
454
457
  case "ServiceUnavailableException":
455
458
  case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
456
459
  throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
460
+ case "ThrottlingException":
461
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
462
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
457
463
  case "UnauthorizedException":
458
464
  case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
459
465
  throw await de_UnauthorizedExceptionRes(parsedOutput, context);
@@ -547,6 +553,9 @@ const de_CreateMeetingCommandError = async (output, context) => {
547
553
  case "BadRequestException":
548
554
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
549
555
  throw await de_BadRequestExceptionRes(parsedOutput, context);
556
+ case "ConflictException":
557
+ case "com.amazonaws.chimesdkmeetings#ConflictException":
558
+ throw await de_ConflictExceptionRes(parsedOutput, context);
550
559
  case "ForbiddenException":
551
560
  case "com.amazonaws.chimesdkmeetings#ForbiddenException":
552
561
  throw await de_ForbiddenExceptionRes(parsedOutput, context);
@@ -600,6 +609,9 @@ const de_CreateMeetingWithAttendeesCommandError = async (output, context) => {
600
609
  case "BadRequestException":
601
610
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
602
611
  throw await de_BadRequestExceptionRes(parsedOutput, context);
612
+ case "ConflictException":
613
+ case "com.amazonaws.chimesdkmeetings#ConflictException":
614
+ throw await de_ConflictExceptionRes(parsedOutput, context);
603
615
  case "ForbiddenException":
604
616
  case "com.amazonaws.chimesdkmeetings#ForbiddenException":
605
617
  throw await de_ForbiddenExceptionRes(parsedOutput, context);
@@ -896,9 +908,30 @@ const de_ListTagsForResourceCommandError = async (output, context) => {
896
908
  };
897
909
  const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
898
910
  switch (errorCode) {
911
+ case "BadRequestException":
912
+ case "com.amazonaws.chimesdkmeetings#BadRequestException":
913
+ throw await de_BadRequestExceptionRes(parsedOutput, context);
914
+ case "ForbiddenException":
915
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
916
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
917
+ case "LimitExceededException":
918
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
919
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
899
920
  case "ResourceNotFoundException":
900
921
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
901
922
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
923
+ case "ServiceFailureException":
924
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
925
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
926
+ case "ServiceUnavailableException":
927
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
928
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
929
+ case "ThrottlingException":
930
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
931
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
932
+ case "UnauthorizedException":
933
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
934
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
902
935
  default:
903
936
  const parsedBody = parsedOutput.body;
904
937
  return throwDefaultError({
@@ -1031,12 +1064,30 @@ const de_TagResourceCommandError = async (output, context) => {
1031
1064
  case "BadRequestException":
1032
1065
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
1033
1066
  throw await de_BadRequestExceptionRes(parsedOutput, context);
1067
+ case "ForbiddenException":
1068
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
1069
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
1070
+ case "LimitExceededException":
1071
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
1072
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1034
1073
  case "ResourceNotFoundException":
1035
1074
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
1036
1075
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1076
+ case "ServiceFailureException":
1077
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1078
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1079
+ case "ServiceUnavailableException":
1080
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1081
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1082
+ case "ThrottlingException":
1083
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1084
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1037
1085
  case "TooManyTagsException":
1038
1086
  case "com.amazonaws.chimesdkmeetings#TooManyTagsException":
1039
1087
  throw await de_TooManyTagsExceptionRes(parsedOutput, context);
1088
+ case "UnauthorizedException":
1089
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1090
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
1040
1091
  default:
1041
1092
  const parsedBody = parsedOutput.body;
1042
1093
  return throwDefaultError({
@@ -1066,9 +1117,27 @@ const de_UntagResourceCommandError = async (output, context) => {
1066
1117
  case "BadRequestException":
1067
1118
  case "com.amazonaws.chimesdkmeetings#BadRequestException":
1068
1119
  throw await de_BadRequestExceptionRes(parsedOutput, context);
1120
+ case "ForbiddenException":
1121
+ case "com.amazonaws.chimesdkmeetings#ForbiddenException":
1122
+ throw await de_ForbiddenExceptionRes(parsedOutput, context);
1123
+ case "LimitExceededException":
1124
+ case "com.amazonaws.chimesdkmeetings#LimitExceededException":
1125
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1069
1126
  case "ResourceNotFoundException":
1070
1127
  case "com.amazonaws.chimesdkmeetings#ResourceNotFoundException":
1071
1128
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1129
+ case "ServiceFailureException":
1130
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1131
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1132
+ case "ServiceUnavailableException":
1133
+ case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1134
+ throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1135
+ case "ThrottlingException":
1136
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1137
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1138
+ case "UnauthorizedException":
1139
+ case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1140
+ throw await de_UnauthorizedExceptionRes(parsedOutput, context);
1072
1141
  default:
1073
1142
  const parsedBody = parsedOutput.body;
1074
1143
  return throwDefaultError({
@@ -1111,9 +1180,15 @@ const de_UpdateAttendeeCapabilitiesCommandError = async (output, context) => {
1111
1180
  case "NotFoundException":
1112
1181
  case "com.amazonaws.chimesdkmeetings#NotFoundException":
1113
1182
  throw await de_NotFoundExceptionRes(parsedOutput, context);
1183
+ case "ServiceFailureException":
1184
+ case "com.amazonaws.chimesdkmeetings#ServiceFailureException":
1185
+ throw await de_ServiceFailureExceptionRes(parsedOutput, context);
1114
1186
  case "ServiceUnavailableException":
1115
1187
  case "com.amazonaws.chimesdkmeetings#ServiceUnavailableException":
1116
1188
  throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
1189
+ case "ThrottlingException":
1190
+ case "com.amazonaws.chimesdkmeetings#ThrottlingException":
1191
+ throw await de_ThrottlingExceptionRes(parsedOutput, context);
1117
1192
  case "UnauthorizedException":
1118
1193
  case "com.amazonaws.chimesdkmeetings#UnauthorizedException":
1119
1194
  throw await de_UnauthorizedExceptionRes(parsedOutput, context);
@@ -87,9 +87,15 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
87
87
  * @throws {@link NotFoundException} (client fault)
88
88
  * <p>One or more of the resources in the request does not exist in the system.</p>
89
89
  *
90
+ * @throws {@link ServiceFailureException} (server fault)
91
+ * <p>The service encountered an unexpected error.</p>
92
+ *
90
93
  * @throws {@link ServiceUnavailableException} (server fault)
91
94
  * <p>The service is currently unavailable.</p>
92
95
  *
96
+ * @throws {@link ThrottlingException} (client fault)
97
+ * <p>The number of customer requests exceeds the request rate limit.</p>
98
+ *
93
99
  * @throws {@link UnauthorizedException} (client fault)
94
100
  * <p>The user isn't authorized to request a resource.</p>
95
101
  *
@@ -104,6 +104,9 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
104
104
  * @throws {@link BadRequestException} (client fault)
105
105
  * <p>The input parameters don't match the service's restrictions.</p>
106
106
  *
107
+ * @throws {@link ConflictException} (client fault)
108
+ * <p>Multiple instances of the same request have been made simultaneously.</p>
109
+ *
107
110
  * @throws {@link ForbiddenException} (client fault)
108
111
  * <p>The client is permanently forbidden from making the request.</p>
109
112
  *
@@ -133,6 +133,9 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
133
133
  * @throws {@link BadRequestException} (client fault)
134
134
  * <p>The input parameters don't match the service's restrictions.</p>
135
135
  *
136
+ * @throws {@link ConflictException} (client fault)
137
+ * <p>Multiple instances of the same request have been made simultaneously.</p>
138
+ *
136
139
  * @throws {@link ForbiddenException} (client fault)
137
140
  * <p>The client is permanently forbidden from making the request.</p>
138
141
  *
@@ -52,9 +52,30 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
52
52
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
53
53
  * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
54
54
  *
55
+ * @throws {@link BadRequestException} (client fault)
56
+ * <p>The input parameters don't match the service's restrictions.</p>
57
+ *
58
+ * @throws {@link ForbiddenException} (client fault)
59
+ * <p>The client is permanently forbidden from making the request.</p>
60
+ *
61
+ * @throws {@link LimitExceededException} (client fault)
62
+ * <p>The request exceeds the resource limit.</p>
63
+ *
55
64
  * @throws {@link ResourceNotFoundException} (client fault)
56
65
  * <p>The resource that you want to tag couldn't be found.</p>
57
66
  *
67
+ * @throws {@link ServiceFailureException} (server fault)
68
+ * <p>The service encountered an unexpected error.</p>
69
+ *
70
+ * @throws {@link ServiceUnavailableException} (server fault)
71
+ * <p>The service is currently unavailable.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>The number of customer requests exceeds the request rate limit.</p>
75
+ *
76
+ * @throws {@link UnauthorizedException} (client fault)
77
+ * <p>The user isn't authorized to request a resource.</p>
78
+ *
58
79
  * @throws {@link ChimeSDKMeetingsServiceException}
59
80
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
60
81
  *
@@ -54,12 +54,30 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
54
54
  * @throws {@link BadRequestException} (client fault)
55
55
  * <p>The input parameters don't match the service's restrictions.</p>
56
56
  *
57
+ * @throws {@link ForbiddenException} (client fault)
58
+ * <p>The client is permanently forbidden from making the request.</p>
59
+ *
60
+ * @throws {@link LimitExceededException} (client fault)
61
+ * <p>The request exceeds the resource limit.</p>
62
+ *
57
63
  * @throws {@link ResourceNotFoundException} (client fault)
58
64
  * <p>The resource that you want to tag couldn't be found.</p>
59
65
  *
66
+ * @throws {@link ServiceFailureException} (server fault)
67
+ * <p>The service encountered an unexpected error.</p>
68
+ *
69
+ * @throws {@link ServiceUnavailableException} (server fault)
70
+ * <p>The service is currently unavailable.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>The number of customer requests exceeds the request rate limit.</p>
74
+ *
60
75
  * @throws {@link TooManyTagsException} (client fault)
61
76
  * <p>Too many tags were added to the specified resource.</p>
62
77
  *
78
+ * @throws {@link UnauthorizedException} (client fault)
79
+ * <p>The user isn't authorized to request a resource.</p>
80
+ *
63
81
  * @throws {@link ChimeSDKMeetingsServiceException}
64
82
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
65
83
  *
@@ -72,9 +72,27 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
72
72
  * @throws {@link BadRequestException} (client fault)
73
73
  * <p>The input parameters don't match the service's restrictions.</p>
74
74
  *
75
+ * @throws {@link ForbiddenException} (client fault)
76
+ * <p>The client is permanently forbidden from making the request.</p>
77
+ *
78
+ * @throws {@link LimitExceededException} (client fault)
79
+ * <p>The request exceeds the resource limit.</p>
80
+ *
75
81
  * @throws {@link ResourceNotFoundException} (client fault)
76
82
  * <p>The resource that you want to tag couldn't be found.</p>
77
83
  *
84
+ * @throws {@link ServiceFailureException} (server fault)
85
+ * <p>The service encountered an unexpected error.</p>
86
+ *
87
+ * @throws {@link ServiceUnavailableException} (server fault)
88
+ * <p>The service is currently unavailable.</p>
89
+ *
90
+ * @throws {@link ThrottlingException} (client fault)
91
+ * <p>The number of customer requests exceeds the request rate limit.</p>
92
+ *
93
+ * @throws {@link UnauthorizedException} (client fault)
94
+ * <p>The user isn't authorized to request a resource.</p>
95
+ *
78
96
  * @throws {@link ChimeSDKMeetingsServiceException}
79
97
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
80
98
  *
@@ -94,9 +94,15 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
94
94
  * @throws {@link NotFoundException} (client fault)
95
95
  * <p>One or more of the resources in the request does not exist in the system.</p>
96
96
  *
97
+ * @throws {@link ServiceFailureException} (server fault)
98
+ * <p>The service encountered an unexpected error.</p>
99
+ *
97
100
  * @throws {@link ServiceUnavailableException} (server fault)
98
101
  * <p>The service is currently unavailable.</p>
99
102
  *
103
+ * @throws {@link ThrottlingException} (client fault)
104
+ * <p>The number of customer requests exceeds the request rate limit.</p>
105
+ *
100
106
  * @throws {@link UnauthorizedException} (client fault)
101
107
  * <p>The user isn't authorized to request a resource.</p>
102
108
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.388.0",
4
+ "version": "3.392.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",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.388.0",
25
- "@aws-sdk/credential-provider-node": "3.388.0",
26
- "@aws-sdk/middleware-host-header": "3.387.0",
27
- "@aws-sdk/middleware-logger": "3.387.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.387.0",
29
- "@aws-sdk/middleware-signing": "3.387.0",
30
- "@aws-sdk/middleware-user-agent": "3.387.0",
31
- "@aws-sdk/types": "3.387.0",
32
- "@aws-sdk/util-endpoints": "3.387.0",
33
- "@aws-sdk/util-user-agent-browser": "3.387.0",
34
- "@aws-sdk/util-user-agent-node": "3.387.0",
35
- "@smithy/config-resolver": "^2.0.2",
36
- "@smithy/fetch-http-handler": "^2.0.2",
37
- "@smithy/hash-node": "^2.0.2",
38
- "@smithy/invalid-dependency": "^2.0.2",
39
- "@smithy/middleware-content-length": "^2.0.2",
40
- "@smithy/middleware-endpoint": "^2.0.2",
41
- "@smithy/middleware-retry": "^2.0.2",
42
- "@smithy/middleware-serde": "^2.0.2",
24
+ "@aws-sdk/client-sts": "3.391.0",
25
+ "@aws-sdk/credential-provider-node": "3.391.0",
26
+ "@aws-sdk/middleware-host-header": "3.391.0",
27
+ "@aws-sdk/middleware-logger": "3.391.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.391.0",
29
+ "@aws-sdk/middleware-signing": "3.391.0",
30
+ "@aws-sdk/middleware-user-agent": "3.391.0",
31
+ "@aws-sdk/types": "3.391.0",
32
+ "@aws-sdk/util-endpoints": "3.391.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.391.0",
34
+ "@aws-sdk/util-user-agent-node": "3.391.0",
35
+ "@smithy/config-resolver": "^2.0.3",
36
+ "@smithy/fetch-http-handler": "^2.0.3",
37
+ "@smithy/hash-node": "^2.0.3",
38
+ "@smithy/invalid-dependency": "^2.0.3",
39
+ "@smithy/middleware-content-length": "^2.0.3",
40
+ "@smithy/middleware-endpoint": "^2.0.3",
41
+ "@smithy/middleware-retry": "^2.0.3",
42
+ "@smithy/middleware-serde": "^2.0.3",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.2",
45
- "@smithy/node-http-handler": "^2.0.2",
46
- "@smithy/protocol-http": "^2.0.2",
47
- "@smithy/smithy-client": "^2.0.2",
48
- "@smithy/types": "^2.1.0",
49
- "@smithy/url-parser": "^2.0.2",
44
+ "@smithy/node-config-provider": "^2.0.3",
45
+ "@smithy/node-http-handler": "^2.0.3",
46
+ "@smithy/protocol-http": "^2.0.3",
47
+ "@smithy/smithy-client": "^2.0.3",
48
+ "@smithy/types": "^2.2.0",
49
+ "@smithy/url-parser": "^2.0.3",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.0.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.2",
54
- "@smithy/util-defaults-mode-node": "^2.0.2",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.3",
54
+ "@smithy/util-defaults-mode-node": "^2.0.3",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0",