@aws-sdk/client-chime-sdk-meetings 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +41 -40
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2264,70 +2264,71 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2264
2264
  // Annotate the CommonJS export names for ESM import in node:
2265
2265
 
2266
2266
  0 && (module.exports = {
2267
- AttendeeFilterSensitiveLog,
2268
- BadRequestException,
2267
+ ChimeSDKMeetingsServiceException,
2268
+ __Client,
2269
+ ChimeSDKMeetingsClient,
2270
+ ChimeSDKMeetings,
2271
+ $Command,
2269
2272
  BatchCreateAttendeeCommand,
2270
- BatchCreateAttendeeRequestFilterSensitiveLog,
2271
- BatchCreateAttendeeResponseFilterSensitiveLog,
2272
2273
  BatchUpdateAttendeeCapabilitiesExceptCommand,
2273
- ChimeSDKMeetings,
2274
- ChimeSDKMeetingsClient,
2275
- ChimeSDKMeetingsServiceException,
2276
- ConflictException,
2277
- ContentResolution,
2278
2274
  CreateAttendeeCommand,
2279
- CreateAttendeeErrorFilterSensitiveLog,
2280
- CreateAttendeeRequestFilterSensitiveLog,
2281
- CreateAttendeeRequestItemFilterSensitiveLog,
2282
- CreateAttendeeResponseFilterSensitiveLog,
2283
2275
  CreateMeetingCommand,
2284
- CreateMeetingRequestFilterSensitiveLog,
2285
- CreateMeetingResponseFilterSensitiveLog,
2286
2276
  CreateMeetingWithAttendeesCommand,
2287
- CreateMeetingWithAttendeesRequestFilterSensitiveLog,
2288
- CreateMeetingWithAttendeesResponseFilterSensitiveLog,
2289
2277
  DeleteAttendeeCommand,
2290
2278
  DeleteMeetingCommand,
2291
- ForbiddenException,
2292
2279
  GetAttendeeCommand,
2293
- GetAttendeeResponseFilterSensitiveLog,
2294
2280
  GetMeetingCommand,
2295
- GetMeetingResponseFilterSensitiveLog,
2296
- LimitExceededException,
2297
2281
  ListAttendeesCommand,
2298
- ListAttendeesResponseFilterSensitiveLog,
2299
2282
  ListTagsForResourceCommand,
2283
+ StartMeetingTranscriptionCommand,
2284
+ StopMeetingTranscriptionCommand,
2285
+ TagResourceCommand,
2286
+ UntagResourceCommand,
2287
+ UpdateAttendeeCapabilitiesCommand,
2288
+ paginateListAttendees,
2300
2289
  MediaCapabilities,
2301
2290
  MeetingFeatureStatus,
2302
- MeetingFilterSensitiveLog,
2291
+ BadRequestException,
2292
+ ForbiddenException,
2293
+ LimitExceededException,
2303
2294
  NotFoundException,
2304
- NotificationsConfigurationFilterSensitiveLog,
2305
- ResourceNotFoundException,
2306
2295
  ServiceFailureException,
2307
2296
  ServiceUnavailableException,
2308
- StartMeetingTranscriptionCommand,
2309
- StopMeetingTranscriptionCommand,
2310
- TagResourceCommand,
2311
2297
  ThrottlingException,
2312
- TooManyTagsException,
2313
- TranscribeContentIdentificationType,
2314
- TranscribeContentRedactionType,
2315
- TranscribeLanguageCode,
2298
+ UnauthorizedException,
2299
+ UnprocessableEntityException,
2300
+ ConflictException,
2301
+ ContentResolution,
2302
+ VideoResolution,
2303
+ ResourceNotFoundException,
2316
2304
  TranscribeMedicalContentIdentificationType,
2317
2305
  TranscribeMedicalLanguageCode,
2318
2306
  TranscribeMedicalRegion,
2319
2307
  TranscribeMedicalSpecialty,
2320
2308
  TranscribeMedicalType,
2309
+ TranscribeContentIdentificationType,
2310
+ TranscribeContentRedactionType,
2311
+ TranscribeLanguageCode,
2321
2312
  TranscribePartialResultsStability,
2322
2313
  TranscribeRegion,
2323
2314
  TranscribeVocabularyFilterMethod,
2324
- UnauthorizedException,
2325
- UnprocessableEntityException,
2326
- UntagResourceCommand,
2327
- UpdateAttendeeCapabilitiesCommand,
2328
- UpdateAttendeeCapabilitiesResponseFilterSensitiveLog,
2329
- VideoResolution,
2330
- __Client,
2331
- paginateListAttendees
2315
+ TooManyTagsException,
2316
+ AttendeeFilterSensitiveLog,
2317
+ CreateAttendeeRequestItemFilterSensitiveLog,
2318
+ BatchCreateAttendeeRequestFilterSensitiveLog,
2319
+ CreateAttendeeErrorFilterSensitiveLog,
2320
+ BatchCreateAttendeeResponseFilterSensitiveLog,
2321
+ CreateAttendeeRequestFilterSensitiveLog,
2322
+ CreateAttendeeResponseFilterSensitiveLog,
2323
+ NotificationsConfigurationFilterSensitiveLog,
2324
+ CreateMeetingRequestFilterSensitiveLog,
2325
+ MeetingFilterSensitiveLog,
2326
+ CreateMeetingResponseFilterSensitiveLog,
2327
+ CreateMeetingWithAttendeesRequestFilterSensitiveLog,
2328
+ CreateMeetingWithAttendeesResponseFilterSensitiveLog,
2329
+ GetAttendeeResponseFilterSensitiveLog,
2330
+ GetMeetingResponseFilterSensitiveLog,
2331
+ ListAttendeesResponseFilterSensitiveLog,
2332
+ UpdateAttendeeCapabilitiesResponseFilterSensitiveLog
2332
2333
  });
2333
2334
 
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.496.0",
4
+ "version": "3.501.0",
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-sdk-meetings",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",