@aws-sdk/client-chatbot 3.943.0 → 3.947.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.
Files changed (71) hide show
  1. package/dist-cjs/index.js +66 -321
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ChatbotClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +66 -322
  8. package/dist-types/Chatbot.d.ts +1 -1
  9. package/dist-types/ChatbotClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateToConfigurationCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateChimeWebhookConfigurationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateCustomActionCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteChimeWebhookConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteCustomActionCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteSlackUserIdentityCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeSlackWorkspacesCommand.d.ts +3 -3
  29. package/dist-types/commands/DisassociateFromConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/GetAccountPreferencesCommand.d.ts +3 -3
  31. package/dist-types/commands/GetCustomActionCommand.d.ts +3 -3
  32. package/dist-types/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -3
  33. package/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListCustomActionsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  40. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateAccountPreferencesCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateChimeWebhookConfigurationCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateCustomActionCommand.d.ts +3 -3
  44. package/dist-types/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +3 -3
  46. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  47. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  48. package/dist-types/extensionConfiguration.d.ts +4 -4
  49. package/dist-types/models/ChatbotServiceException.d.ts +1 -1
  50. package/dist-types/models/errors.d.ts +1 -1
  51. package/dist-types/pagination/DescribeChimeWebhookConfigurationsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/DescribeSlackChannelConfigurationsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/DescribeSlackUserIdentitiesPaginator.d.ts +1 -1
  54. package/dist-types/pagination/DescribeSlackWorkspacesPaginator.d.ts +1 -1
  55. package/dist-types/pagination/Interfaces.d.ts +1 -1
  56. package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListCustomActionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListMicrosoftTeamsChannelConfigurationsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListMicrosoftTeamsConfiguredTeamsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListMicrosoftTeamsUserIdentitiesPaginator.d.ts +1 -1
  61. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/runtimeConfig.d.ts +1 -1
  63. package/dist-types/runtimeConfig.native.d.ts +1 -1
  64. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/schemas/schemas_0.d.ts +1 -2
  67. package/dist-types/ts3.4/ChatbotClient.d.ts +3 -3
  68. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  69. package/dist-types/ts3.4/models/ChatbotServiceException.d.ts +1 -1
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  71. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -802,26 +802,13 @@ var ChimeWebhookConfiguration = [
802
802
  [[() => ChimeWebhookDescription, 0], 0, 0, 64 | 0, 0, 0, () => Tags, 0, 0],
803
803
  ];
804
804
  var ConfiguredTeam = [3, n0, _CT, 0, [_TI, _TIe, _TN, _S, _SR], [0, 0, 0, 0, 0]];
805
- var ConflictException = [
806
- -3,
807
- n0,
808
- _CE,
809
- {
810
- [_e]: _c,
811
- [_hE]: 409,
812
- },
813
- [_m],
814
- [0],
815
- ];
805
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
816
806
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
817
807
  var CreateChimeWebhookConfigurationException = [
818
808
  -3,
819
809
  n0,
820
810
  _CCWCE,
821
- {
822
- [_e]: _s,
823
- [_hE]: 500,
824
- },
811
+ { [_e]: _s, [_hE]: 500 },
825
812
  [_M],
826
813
  [0],
827
814
  ];
@@ -855,10 +842,7 @@ var CreateSlackChannelConfigurationException = [
855
842
  -3,
856
843
  n0,
857
844
  _CSCCE,
858
- {
859
- [_e]: _s,
860
- [_hE]: 500,
861
- },
845
+ { [_e]: _s, [_hE]: 500 },
862
846
  [_M],
863
847
  [0],
864
848
  ];
@@ -883,10 +867,7 @@ var CreateTeamsChannelConfigurationException = [
883
867
  -3,
884
868
  n0,
885
869
  _CTCCE,
886
- {
887
- [_e]: _s,
888
- [_hE]: 500,
889
- },
870
+ { [_e]: _s, [_hE]: 500 },
890
871
  [_M],
891
872
  [0],
892
873
  ];
@@ -929,10 +910,7 @@ var DeleteChimeWebhookConfigurationException = [
929
910
  -3,
930
911
  n0,
931
912
  _DCWCE,
932
- {
933
- [_e]: _s,
934
- [_hE]: 500,
935
- },
913
+ { [_e]: _s, [_hE]: 500 },
936
914
  [_M],
937
915
  [0],
938
916
  ];
@@ -945,10 +923,7 @@ var DeleteMicrosoftTeamsUserIdentityException = [
945
923
  -3,
946
924
  n0,
947
925
  _DMTUIE,
948
- {
949
- [_e]: _s,
950
- [_hE]: 500,
951
- },
926
+ { [_e]: _s, [_hE]: 500 },
952
927
  [_M],
953
928
  [0],
954
929
  ];
@@ -959,27 +934,14 @@ var DeleteSlackChannelConfigurationException = [
959
934
  -3,
960
935
  n0,
961
936
  _DSCCE,
962
- {
963
- [_e]: _s,
964
- [_hE]: 500,
965
- },
937
+ { [_e]: _s, [_hE]: 500 },
966
938
  [_M],
967
939
  [0],
968
940
  ];
969
941
  schema.TypeRegistry.for(n0).registerError(DeleteSlackChannelConfigurationException, DeleteSlackChannelConfigurationException$1);
970
942
  var DeleteSlackChannelConfigurationRequest = [3, n0, _DSCCR, 0, [_CCA], [0]];
971
943
  var DeleteSlackChannelConfigurationResult = [3, n0, _DSCCRe, 0, [], []];
972
- var DeleteSlackUserIdentityException = [
973
- -3,
974
- n0,
975
- _DSUIE,
976
- {
977
- [_e]: _s,
978
- [_hE]: 500,
979
- },
980
- [_M],
981
- [0],
982
- ];
944
+ var DeleteSlackUserIdentityException = [-3, n0, _DSUIE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
983
945
  schema.TypeRegistry.for(n0).registerError(DeleteSlackUserIdentityException, DeleteSlackUserIdentityException$1);
984
946
  var DeleteSlackUserIdentityRequest = [3, n0, _DSUIR, 0, [_CCA, _STI, _SUI], [0, 0, 0]];
985
947
  var DeleteSlackUserIdentityResult = [3, n0, _DSUIRe, 0, [], []];
@@ -987,10 +949,7 @@ var DeleteSlackWorkspaceAuthorizationFault = [
987
949
  -3,
988
950
  n0,
989
951
  _DSWAF,
990
- {
991
- [_e]: _s,
992
- [_hE]: 500,
993
- },
952
+ { [_e]: _s, [_hE]: 500 },
994
953
  [_M],
995
954
  [0],
996
955
  ];
@@ -1001,10 +960,7 @@ var DeleteTeamsChannelConfigurationException = [
1001
960
  -3,
1002
961
  n0,
1003
962
  _DTCCE,
1004
- {
1005
- [_e]: _s,
1006
- [_hE]: 500,
1007
- },
963
+ { [_e]: _s, [_hE]: 500 },
1008
964
  [_M],
1009
965
  [0],
1010
966
  ];
@@ -1015,10 +971,7 @@ var DeleteTeamsConfiguredTeamException = [
1015
971
  -3,
1016
972
  n0,
1017
973
  _DTCTE,
1018
- {
1019
- [_e]: _s,
1020
- [_hE]: 500,
1021
- },
974
+ { [_e]: _s, [_hE]: 500 },
1022
975
  [_M],
1023
976
  [0],
1024
977
  ];
@@ -1029,10 +982,7 @@ var DescribeChimeWebhookConfigurationsException = [
1029
982
  -3,
1030
983
  n0,
1031
984
  _DCWCEe,
1032
- {
1033
- [_e]: _s,
1034
- [_hE]: 500,
1035
- },
985
+ { [_e]: _s, [_hE]: 500 },
1036
986
  [_M],
1037
987
  [0],
1038
988
  ];
@@ -1057,10 +1007,7 @@ var DescribeSlackChannelConfigurationsException = [
1057
1007
  -3,
1058
1008
  n0,
1059
1009
  _DSCCEe,
1060
- {
1061
- [_e]: _s,
1062
- [_hE]: 500,
1063
- },
1010
+ { [_e]: _s, [_hE]: 500 },
1064
1011
  [_M],
1065
1012
  [0],
1066
1013
  ];
@@ -1085,10 +1032,7 @@ var DescribeSlackUserIdentitiesException = [
1085
1032
  -3,
1086
1033
  n0,
1087
1034
  _DSUIEe,
1088
- {
1089
- [_e]: _s,
1090
- [_hE]: 500,
1091
- },
1035
+ { [_e]: _s, [_hE]: 500 },
1092
1036
  [_M],
1093
1037
  [0],
1094
1038
  ];
@@ -1109,17 +1053,7 @@ var DescribeSlackUserIdentitiesResult = [
1109
1053
  [_SUIl, _NTe],
1110
1054
  [() => SlackUserIdentitiesList, 0],
1111
1055
  ];
1112
- var DescribeSlackWorkspacesException = [
1113
- -3,
1114
- n0,
1115
- _DSWE,
1116
- {
1117
- [_e]: _s,
1118
- [_hE]: 500,
1119
- },
1120
- [_M],
1121
- [0],
1122
- ];
1056
+ var DescribeSlackWorkspacesException = [-3, n0, _DSWE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1123
1057
  schema.TypeRegistry.for(n0).registerError(DescribeSlackWorkspacesException, DescribeSlackWorkspacesException$1);
1124
1058
  var DescribeSlackWorkspacesRequest = [3, n0, _DSWR, 0, [_MR, _NTe], [1, 0]];
1125
1059
  var DescribeSlackWorkspacesResult = [
@@ -1132,17 +1066,7 @@ var DescribeSlackWorkspacesResult = [
1132
1066
  ];
1133
1067
  var DisassociateFromConfigurationRequest = [3, n0, _DFCR, 0, [_R, _CC], [0, 0]];
1134
1068
  var DisassociateFromConfigurationResult = [3, n0, _DFCRi, 0, [], []];
1135
- var GetAccountPreferencesException = [
1136
- -3,
1137
- n0,
1138
- _GAPE,
1139
- {
1140
- [_e]: _s,
1141
- [_hE]: 500,
1142
- },
1143
- [_M],
1144
- [0],
1145
- ];
1069
+ var GetAccountPreferencesException = [-3, n0, _GAPE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1146
1070
  schema.TypeRegistry.for(n0).registerError(GetAccountPreferencesException, GetAccountPreferencesException$1);
1147
1071
  var GetAccountPreferencesRequest = [3, n0, _GAPR, 0, [], []];
1148
1072
  var GetAccountPreferencesResult = [3, n0, _GAPRe, 0, [_AP], [() => AccountPreferences]];
@@ -1152,10 +1076,7 @@ var GetTeamsChannelConfigurationException = [
1152
1076
  -3,
1153
1077
  n0,
1154
1078
  _GTCCE,
1155
- {
1156
- [_e]: _s,
1157
- [_hE]: 500,
1158
- },
1079
+ { [_e]: _s, [_hE]: 500 },
1159
1080
  [_M],
1160
1081
  [0],
1161
1082
  ];
@@ -1169,53 +1090,13 @@ var GetTeamsChannelConfigurationResult = [
1169
1090
  [_CCh],
1170
1091
  [[() => TeamsChannelConfiguration, 0]],
1171
1092
  ];
1172
- var InternalServiceError = [
1173
- -3,
1174
- n0,
1175
- _ISE,
1176
- {
1177
- [_e]: _s,
1178
- [_hE]: 500,
1179
- },
1180
- [_M],
1181
- [0],
1182
- ];
1093
+ var InternalServiceError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1183
1094
  schema.TypeRegistry.for(n0).registerError(InternalServiceError, InternalServiceError$1);
1184
- var InvalidParameterException = [
1185
- -3,
1186
- n0,
1187
- _IPE,
1188
- {
1189
- [_e]: _c,
1190
- [_hE]: 400,
1191
- },
1192
- [_m],
1193
- [0],
1194
- ];
1095
+ var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1195
1096
  schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1196
- var InvalidRequestException = [
1197
- -3,
1198
- n0,
1199
- _IRE,
1200
- {
1201
- [_e]: _c,
1202
- [_hE]: 400,
1203
- },
1204
- [_m],
1205
- [0],
1206
- ];
1097
+ var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1207
1098
  schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1208
- var LimitExceededException = [
1209
- -3,
1210
- n0,
1211
- _LEE,
1212
- {
1213
- [_e]: _c,
1214
- [_hE]: 403,
1215
- },
1216
- [_m],
1217
- [0],
1218
- ];
1099
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1219
1100
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1220
1101
  var ListAssociationsRequest = [3, n0, _LAR, 0, [_CC, _MR, _NTe], [0, 1, 0]];
1221
1102
  var ListAssociationsResult = [3, n0, _LARi, 0, [_As, _NTe], [() => AssociationList, 0]];
@@ -1225,10 +1106,7 @@ var ListMicrosoftTeamsConfiguredTeamsException = [
1225
1106
  -3,
1226
1107
  n0,
1227
1108
  _LMTCTE,
1228
- {
1229
- [_e]: _s,
1230
- [_hE]: 500,
1231
- },
1109
+ { [_e]: _s, [_hE]: 500 },
1232
1110
  [_M],
1233
1111
  [0],
1234
1112
  ];
@@ -1246,10 +1124,7 @@ var ListMicrosoftTeamsUserIdentitiesException = [
1246
1124
  -3,
1247
1125
  n0,
1248
1126
  _LMTUIE,
1249
- {
1250
- [_e]: _s,
1251
- [_hE]: 500,
1252
- },
1127
+ { [_e]: _s, [_hE]: 500 },
1253
1128
  [_M],
1254
1129
  [0],
1255
1130
  ];
@@ -1276,10 +1151,7 @@ var ListTeamsChannelConfigurationsException = [
1276
1151
  -3,
1277
1152
  n0,
1278
1153
  _LTCCE,
1279
- {
1280
- [_e]: _s,
1281
- [_hE]: 500,
1282
- },
1154
+ { [_e]: _s, [_hE]: 500 },
1283
1155
  [_M],
1284
1156
  [0],
1285
1157
  ];
@@ -1300,29 +1172,9 @@ var ListTeamsChannelConfigurationsResult = [
1300
1172
  [_NTe, _TCC],
1301
1173
  [0, [() => TeamChannelConfigurationsList, 0]],
1302
1174
  ];
1303
- var ResourceNotFoundException = [
1304
- -3,
1305
- n0,
1306
- _RNFE,
1307
- {
1308
- [_e]: _c,
1309
- [_hE]: 404,
1310
- },
1311
- [_M],
1312
- [0],
1313
- ];
1175
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1314
1176
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1315
- var ServiceUnavailableException = [
1316
- -3,
1317
- n0,
1318
- _SUE,
1319
- {
1320
- [_e]: _c,
1321
- [_hE]: 429,
1322
- },
1323
- [_m],
1324
- [0],
1325
- ];
1177
+ var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1326
1178
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
1327
1179
  var SlackChannelConfiguration = [
1328
1180
  3,
@@ -1360,43 +1212,13 @@ var TeamsUserIdentity = [
1360
1212
  [_IRA, _CCA, _TIe, _UI, _AUI, _TCI, _TTI],
1361
1213
  [0, 0, 0, 0, 0, 0, 0],
1362
1214
  ];
1363
- var TooManyTagsException = [
1364
- -3,
1365
- n0,
1366
- _TMTE,
1367
- {
1368
- [_e]: _c,
1369
- [_hE]: 400,
1370
- },
1371
- [_m],
1372
- [0],
1373
- ];
1215
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1374
1216
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1375
- var UnauthorizedException = [
1376
- -3,
1377
- n0,
1378
- _UE,
1379
- {
1380
- [_e]: _c,
1381
- [_hE]: 403,
1382
- },
1383
- [_m],
1384
- [0],
1385
- ];
1217
+ var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1386
1218
  schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
1387
1219
  var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TKa], [0, 64 | 0]];
1388
1220
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1389
- var UpdateAccountPreferencesException = [
1390
- -3,
1391
- n0,
1392
- _UAPE,
1393
- {
1394
- [_e]: _s,
1395
- [_hE]: 500,
1396
- },
1397
- [_M],
1398
- [0],
1399
- ];
1221
+ var UpdateAccountPreferencesException = [-3, n0, _UAPE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1400
1222
  schema.TypeRegistry.for(n0).registerError(UpdateAccountPreferencesException, UpdateAccountPreferencesException$1);
1401
1223
  var UpdateAccountPreferencesRequest = [3, n0, _UAPR, 0, [_UAR, _TDCE], [2, 2]];
1402
1224
  var UpdateAccountPreferencesResult = [
@@ -1411,10 +1233,7 @@ var UpdateChimeWebhookConfigurationException = [
1411
1233
  -3,
1412
1234
  n0,
1413
1235
  _UCWCE,
1414
- {
1415
- [_e]: _s,
1416
- [_hE]: 500,
1417
- },
1236
+ { [_e]: _s, [_hE]: 500 },
1418
1237
  [_M],
1419
1238
  [0],
1420
1239
  ];
@@ -1448,10 +1267,7 @@ var UpdateSlackChannelConfigurationException = [
1448
1267
  -3,
1449
1268
  n0,
1450
1269
  _USCCE,
1451
- {
1452
- [_e]: _s,
1453
- [_hE]: 500,
1454
- },
1270
+ { [_e]: _s, [_hE]: 500 },
1455
1271
  [_M],
1456
1272
  [0],
1457
1273
  ];
@@ -1476,10 +1292,7 @@ var UpdateTeamsChannelConfigurationException = [
1476
1292
  -3,
1477
1293
  n0,
1478
1294
  _UTCCE,
1479
- {
1480
- [_e]: _s,
1481
- [_hE]: 500,
1482
- },
1295
+ { [_e]: _s, [_hE]: 500 },
1483
1296
  [_M],
1484
1297
  [0],
1485
1298
  ];
@@ -1524,9 +1337,7 @@ var AssociateToConfiguration = [
1524
1337
  9,
1525
1338
  n0,
1526
1339
  _ATC,
1527
- {
1528
- [_h]: ["POST", "/associate-to-configuration", 201],
1529
- },
1340
+ { [_h]: ["POST", "/associate-to-configuration", 201] },
1530
1341
  () => AssociateToConfigurationRequest,
1531
1342
  () => AssociateToConfigurationResult,
1532
1343
  ];
@@ -1534,9 +1345,7 @@ var CreateChimeWebhookConfiguration = [
1534
1345
  9,
1535
1346
  n0,
1536
1347
  _CCWC,
1537
- {
1538
- [_h]: ["POST", "/create-chime-webhook-configuration", 201],
1539
- },
1348
+ { [_h]: ["POST", "/create-chime-webhook-configuration", 201] },
1540
1349
  () => CreateChimeWebhookConfigurationRequest,
1541
1350
  () => CreateChimeWebhookConfigurationResult,
1542
1351
  ];
@@ -1544,9 +1353,7 @@ var CreateCustomAction = [
1544
1353
  9,
1545
1354
  n0,
1546
1355
  _CCAr,
1547
- {
1548
- [_h]: ["POST", "/create-custom-action", 201],
1549
- },
1356
+ { [_h]: ["POST", "/create-custom-action", 201] },
1550
1357
  () => CreateCustomActionRequest,
1551
1358
  () => CreateCustomActionResult,
1552
1359
  ];
@@ -1554,9 +1361,7 @@ var CreateMicrosoftTeamsChannelConfiguration = [
1554
1361
  9,
1555
1362
  n0,
1556
1363
  _CMTCC,
1557
- {
1558
- [_h]: ["POST", "/create-ms-teams-channel-configuration", 201],
1559
- },
1364
+ { [_h]: ["POST", "/create-ms-teams-channel-configuration", 201] },
1560
1365
  () => CreateTeamsChannelConfigurationRequest,
1561
1366
  () => CreateTeamsChannelConfigurationResult,
1562
1367
  ];
@@ -1564,9 +1369,7 @@ var CreateSlackChannelConfiguration = [
1564
1369
  9,
1565
1370
  n0,
1566
1371
  _CSCC,
1567
- {
1568
- [_h]: ["POST", "/create-slack-channel-configuration", 201],
1569
- },
1372
+ { [_h]: ["POST", "/create-slack-channel-configuration", 201] },
1570
1373
  () => CreateSlackChannelConfigurationRequest,
1571
1374
  () => CreateSlackChannelConfigurationResult,
1572
1375
  ];
@@ -1574,9 +1377,7 @@ var DeleteChimeWebhookConfiguration = [
1574
1377
  9,
1575
1378
  n0,
1576
1379
  _DCWC,
1577
- {
1578
- [_h]: ["POST", "/delete-chime-webhook-configuration", 204],
1579
- },
1380
+ { [_h]: ["POST", "/delete-chime-webhook-configuration", 204] },
1580
1381
  () => DeleteChimeWebhookConfigurationRequest,
1581
1382
  () => DeleteChimeWebhookConfigurationResult,
1582
1383
  ];
@@ -1584,9 +1385,7 @@ var DeleteCustomAction = [
1584
1385
  9,
1585
1386
  n0,
1586
1387
  _DCA,
1587
- {
1588
- [_h]: ["POST", "/delete-custom-action", 204],
1589
- },
1388
+ { [_h]: ["POST", "/delete-custom-action", 204] },
1590
1389
  () => DeleteCustomActionRequest,
1591
1390
  () => DeleteCustomActionResult,
1592
1391
  ];
@@ -1594,9 +1393,7 @@ var DeleteMicrosoftTeamsChannelConfiguration = [
1594
1393
  9,
1595
1394
  n0,
1596
1395
  _DMTCC,
1597
- {
1598
- [_h]: ["POST", "/delete-ms-teams-channel-configuration", 204],
1599
- },
1396
+ { [_h]: ["POST", "/delete-ms-teams-channel-configuration", 204] },
1600
1397
  () => DeleteTeamsChannelConfigurationRequest,
1601
1398
  () => DeleteTeamsChannelConfigurationResult,
1602
1399
  ];
@@ -1604,9 +1401,7 @@ var DeleteMicrosoftTeamsConfiguredTeam = [
1604
1401
  9,
1605
1402
  n0,
1606
1403
  _DMTCT,
1607
- {
1608
- [_h]: ["POST", "/delete-ms-teams-configured-teams", 204],
1609
- },
1404
+ { [_h]: ["POST", "/delete-ms-teams-configured-teams", 204] },
1610
1405
  () => DeleteTeamsConfiguredTeamRequest,
1611
1406
  () => DeleteTeamsConfiguredTeamResult,
1612
1407
  ];
@@ -1614,9 +1409,7 @@ var DeleteMicrosoftTeamsUserIdentity = [
1614
1409
  9,
1615
1410
  n0,
1616
1411
  _DMTUI,
1617
- {
1618
- [_h]: ["POST", "/delete-ms-teams-user-identity", 204],
1619
- },
1412
+ { [_h]: ["POST", "/delete-ms-teams-user-identity", 204] },
1620
1413
  () => DeleteMicrosoftTeamsUserIdentityRequest,
1621
1414
  () => DeleteMicrosoftTeamsUserIdentityResult,
1622
1415
  ];
@@ -1624,9 +1417,7 @@ var DeleteSlackChannelConfiguration = [
1624
1417
  9,
1625
1418
  n0,
1626
1419
  _DSCC,
1627
- {
1628
- [_h]: ["POST", "/delete-slack-channel-configuration", 204],
1629
- },
1420
+ { [_h]: ["POST", "/delete-slack-channel-configuration", 204] },
1630
1421
  () => DeleteSlackChannelConfigurationRequest,
1631
1422
  () => DeleteSlackChannelConfigurationResult,
1632
1423
  ];
@@ -1634,9 +1425,7 @@ var DeleteSlackUserIdentity = [
1634
1425
  9,
1635
1426
  n0,
1636
1427
  _DSUI,
1637
- {
1638
- [_h]: ["POST", "/delete-slack-user-identity", 204],
1639
- },
1428
+ { [_h]: ["POST", "/delete-slack-user-identity", 204] },
1640
1429
  () => DeleteSlackUserIdentityRequest,
1641
1430
  () => DeleteSlackUserIdentityResult,
1642
1431
  ];
@@ -1644,9 +1433,7 @@ var DeleteSlackWorkspaceAuthorization = [
1644
1433
  9,
1645
1434
  n0,
1646
1435
  _DSWA,
1647
- {
1648
- [_h]: ["POST", "/delete-slack-workspace-authorization", 204],
1649
- },
1436
+ { [_h]: ["POST", "/delete-slack-workspace-authorization", 204] },
1650
1437
  () => DeleteSlackWorkspaceAuthorizationRequest,
1651
1438
  () => DeleteSlackWorkspaceAuthorizationResult,
1652
1439
  ];
@@ -1654,9 +1441,7 @@ var DescribeChimeWebhookConfigurations = [
1654
1441
  9,
1655
1442
  n0,
1656
1443
  _DCWCe,
1657
- {
1658
- [_h]: ["POST", "/describe-chime-webhook-configurations", 200],
1659
- },
1444
+ { [_h]: ["POST", "/describe-chime-webhook-configurations", 200] },
1660
1445
  () => DescribeChimeWebhookConfigurationsRequest,
1661
1446
  () => DescribeChimeWebhookConfigurationsResult,
1662
1447
  ];
@@ -1664,9 +1449,7 @@ var DescribeSlackChannelConfigurations = [
1664
1449
  9,
1665
1450
  n0,
1666
1451
  _DSCCe,
1667
- {
1668
- [_h]: ["POST", "/describe-slack-channel-configurations", 200],
1669
- },
1452
+ { [_h]: ["POST", "/describe-slack-channel-configurations", 200] },
1670
1453
  () => DescribeSlackChannelConfigurationsRequest,
1671
1454
  () => DescribeSlackChannelConfigurationsResult,
1672
1455
  ];
@@ -1674,9 +1457,7 @@ var DescribeSlackUserIdentities = [
1674
1457
  9,
1675
1458
  n0,
1676
1459
  _DSUIe,
1677
- {
1678
- [_h]: ["POST", "/describe-slack-user-identities", 200],
1679
- },
1460
+ { [_h]: ["POST", "/describe-slack-user-identities", 200] },
1680
1461
  () => DescribeSlackUserIdentitiesRequest,
1681
1462
  () => DescribeSlackUserIdentitiesResult,
1682
1463
  ];
@@ -1684,9 +1465,7 @@ var DescribeSlackWorkspaces = [
1684
1465
  9,
1685
1466
  n0,
1686
1467
  _DSW,
1687
- {
1688
- [_h]: ["POST", "/describe-slack-workspaces", 200],
1689
- },
1468
+ { [_h]: ["POST", "/describe-slack-workspaces", 200] },
1690
1469
  () => DescribeSlackWorkspacesRequest,
1691
1470
  () => DescribeSlackWorkspacesResult,
1692
1471
  ];
@@ -1694,9 +1473,7 @@ var DisassociateFromConfiguration = [
1694
1473
  9,
1695
1474
  n0,
1696
1475
  _DFC,
1697
- {
1698
- [_h]: ["POST", "/disassociate-from-configuration", 204],
1699
- },
1476
+ { [_h]: ["POST", "/disassociate-from-configuration", 204] },
1700
1477
  () => DisassociateFromConfigurationRequest,
1701
1478
  () => DisassociateFromConfigurationResult,
1702
1479
  ];
@@ -1704,9 +1481,7 @@ var GetAccountPreferences = [
1704
1481
  9,
1705
1482
  n0,
1706
1483
  _GAP,
1707
- {
1708
- [_h]: ["POST", "/get-account-preferences", 200],
1709
- },
1484
+ { [_h]: ["POST", "/get-account-preferences", 200] },
1710
1485
  () => GetAccountPreferencesRequest,
1711
1486
  () => GetAccountPreferencesResult,
1712
1487
  ];
@@ -1714,9 +1489,7 @@ var GetCustomAction = [
1714
1489
  9,
1715
1490
  n0,
1716
1491
  _GCA,
1717
- {
1718
- [_h]: ["POST", "/get-custom-action", 200],
1719
- },
1492
+ { [_h]: ["POST", "/get-custom-action", 200] },
1720
1493
  () => GetCustomActionRequest,
1721
1494
  () => GetCustomActionResult,
1722
1495
  ];
@@ -1724,9 +1497,7 @@ var GetMicrosoftTeamsChannelConfiguration = [
1724
1497
  9,
1725
1498
  n0,
1726
1499
  _GMTCC,
1727
- {
1728
- [_h]: ["POST", "/get-ms-teams-channel-configuration", 200],
1729
- },
1500
+ { [_h]: ["POST", "/get-ms-teams-channel-configuration", 200] },
1730
1501
  () => GetTeamsChannelConfigurationRequest,
1731
1502
  () => GetTeamsChannelConfigurationResult,
1732
1503
  ];
@@ -1734,9 +1505,7 @@ var ListAssociations = [
1734
1505
  9,
1735
1506
  n0,
1736
1507
  _LA,
1737
- {
1738
- [_h]: ["POST", "/list-associations", 200],
1739
- },
1508
+ { [_h]: ["POST", "/list-associations", 200] },
1740
1509
  () => ListAssociationsRequest,
1741
1510
  () => ListAssociationsResult,
1742
1511
  ];
@@ -1744,9 +1513,7 @@ var ListCustomActions = [
1744
1513
  9,
1745
1514
  n0,
1746
1515
  _LCA,
1747
- {
1748
- [_h]: ["POST", "/list-custom-actions", 200],
1749
- },
1516
+ { [_h]: ["POST", "/list-custom-actions", 200] },
1750
1517
  () => ListCustomActionsRequest,
1751
1518
  () => ListCustomActionsResult,
1752
1519
  ];
@@ -1754,9 +1521,7 @@ var ListMicrosoftTeamsChannelConfigurations = [
1754
1521
  9,
1755
1522
  n0,
1756
1523
  _LMTCC,
1757
- {
1758
- [_h]: ["POST", "/list-ms-teams-channel-configurations", 200],
1759
- },
1524
+ { [_h]: ["POST", "/list-ms-teams-channel-configurations", 200] },
1760
1525
  () => ListTeamsChannelConfigurationsRequest,
1761
1526
  () => ListTeamsChannelConfigurationsResult,
1762
1527
  ];
@@ -1764,9 +1529,7 @@ var ListMicrosoftTeamsConfiguredTeams = [
1764
1529
  9,
1765
1530
  n0,
1766
1531
  _LMTCT,
1767
- {
1768
- [_h]: ["POST", "/list-ms-teams-configured-teams", 200],
1769
- },
1532
+ { [_h]: ["POST", "/list-ms-teams-configured-teams", 200] },
1770
1533
  () => ListMicrosoftTeamsConfiguredTeamsRequest,
1771
1534
  () => ListMicrosoftTeamsConfiguredTeamsResult,
1772
1535
  ];
@@ -1774,9 +1537,7 @@ var ListMicrosoftTeamsUserIdentities = [
1774
1537
  9,
1775
1538
  n0,
1776
1539
  _LMTUI,
1777
- {
1778
- [_h]: ["POST", "/list-ms-teams-user-identities", 200],
1779
- },
1540
+ { [_h]: ["POST", "/list-ms-teams-user-identities", 200] },
1780
1541
  () => ListMicrosoftTeamsUserIdentitiesRequest,
1781
1542
  () => ListMicrosoftTeamsUserIdentitiesResult,
1782
1543
  ];
@@ -1784,9 +1545,7 @@ var ListTagsForResource = [
1784
1545
  9,
1785
1546
  n0,
1786
1547
  _LTFR,
1787
- {
1788
- [_h]: ["POST", "/list-tags-for-resource", 200],
1789
- },
1548
+ { [_h]: ["POST", "/list-tags-for-resource", 200] },
1790
1549
  () => ListTagsForResourceRequest,
1791
1550
  () => ListTagsForResourceResponse,
1792
1551
  ];
@@ -1794,9 +1553,7 @@ var TagResource = [
1794
1553
  9,
1795
1554
  n0,
1796
1555
  _TR,
1797
- {
1798
- [_h]: ["POST", "/tag-resource", 200],
1799
- },
1556
+ { [_h]: ["POST", "/tag-resource", 200] },
1800
1557
  () => TagResourceRequest,
1801
1558
  () => TagResourceResponse,
1802
1559
  ];
@@ -1804,9 +1561,7 @@ var UntagResource = [
1804
1561
  9,
1805
1562
  n0,
1806
1563
  _UR,
1807
- {
1808
- [_h]: ["POST", "/untag-resource", 200],
1809
- },
1564
+ { [_h]: ["POST", "/untag-resource", 200] },
1810
1565
  () => UntagResourceRequest,
1811
1566
  () => UntagResourceResponse,
1812
1567
  ];
@@ -1814,9 +1569,7 @@ var UpdateAccountPreferences = [
1814
1569
  9,
1815
1570
  n0,
1816
1571
  _UAP,
1817
- {
1818
- [_h]: ["POST", "/update-account-preferences", 200],
1819
- },
1572
+ { [_h]: ["POST", "/update-account-preferences", 200] },
1820
1573
  () => UpdateAccountPreferencesRequest,
1821
1574
  () => UpdateAccountPreferencesResult,
1822
1575
  ];
@@ -1824,9 +1577,7 @@ var UpdateChimeWebhookConfiguration = [
1824
1577
  9,
1825
1578
  n0,
1826
1579
  _UCWC,
1827
- {
1828
- [_h]: ["POST", "/update-chime-webhook-configuration", 200],
1829
- },
1580
+ { [_h]: ["POST", "/update-chime-webhook-configuration", 200] },
1830
1581
  () => UpdateChimeWebhookConfigurationRequest,
1831
1582
  () => UpdateChimeWebhookConfigurationResult,
1832
1583
  ];
@@ -1834,9 +1585,7 @@ var UpdateCustomAction = [
1834
1585
  9,
1835
1586
  n0,
1836
1587
  _UCA,
1837
- {
1838
- [_h]: ["POST", "/update-custom-action", 200],
1839
- },
1588
+ { [_h]: ["POST", "/update-custom-action", 200] },
1840
1589
  () => UpdateCustomActionRequest,
1841
1590
  () => UpdateCustomActionResult,
1842
1591
  ];
@@ -1844,9 +1593,7 @@ var UpdateMicrosoftTeamsChannelConfiguration = [
1844
1593
  9,
1845
1594
  n0,
1846
1595
  _UMTCC,
1847
- {
1848
- [_h]: ["POST", "/update-ms-teams-channel-configuration", 200],
1849
- },
1596
+ { [_h]: ["POST", "/update-ms-teams-channel-configuration", 200] },
1850
1597
  () => UpdateTeamsChannelConfigurationRequest,
1851
1598
  () => UpdateTeamsChannelConfigurationResult,
1852
1599
  ];
@@ -1854,9 +1601,7 @@ var UpdateSlackChannelConfiguration = [
1854
1601
  9,
1855
1602
  n0,
1856
1603
  _USCC,
1857
- {
1858
- [_h]: ["POST", "/update-slack-channel-configuration", 200],
1859
- },
1604
+ { [_h]: ["POST", "/update-slack-channel-configuration", 200] },
1860
1605
  () => UpdateSlackChannelConfigurationRequest,
1861
1606
  () => UpdateSlackChannelConfigurationResult,
1862
1607
  ];