@aws-sdk/client-chime-sdk-meetings 3.296.0 → 3.298.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.
- package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -3
- package/dist-cjs/commands/DeleteAttendeeCommand.js +2 -3
- package/dist-cjs/commands/DeleteMeetingCommand.js +2 -3
- package/dist-cjs/commands/GetAttendeeCommand.js +1 -1
- package/dist-cjs/commands/GetMeetingCommand.js +1 -1
- package/dist-cjs/commands/ListAttendeesCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +2 -3
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -98
- package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -3
- package/dist-es/commands/DeleteAttendeeCommand.js +2 -3
- package/dist-es/commands/DeleteMeetingCommand.js +2 -3
- package/dist-es/commands/GetAttendeeCommand.js +2 -2
- package/dist-es/commands/GetMeetingCommand.js +2 -2
- package/dist-es/commands/ListAttendeesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +2 -3
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -72
- package/dist-types/ChimeSDKMeetings.d.ts +17 -0
- package/dist-types/ChimeSDKMeetingsClient.d.ts +24 -4
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +16 -0
- package/dist-types/commands/CreateAttendeeCommand.d.ts +16 -0
- package/dist-types/commands/CreateMeetingCommand.d.ts +16 -0
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMeetingCommand.d.ts +16 -0
- package/dist-types/commands/GetAttendeeCommand.d.ts +16 -0
- package/dist-types/commands/GetMeetingCommand.d.ts +16 -0
- package/dist-types/commands/ListAttendeesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +16 -0
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +16 -0
- package/dist-types/models/ChimeSDKMeetingsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +153 -103
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAttendeesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -70
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ChimeSDKMeetingsPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ChimeSDKMeetingsClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
|
|
3
3
|
import { ChimeSDKMeetingsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttendees(config: ChimeSDKMeetingsPaginationConfiguration, input: ListAttendeesCommandInput, ...additionalArguments: any): Paginator<ListAttendeesCommandOutput>;
|
|
@@ -400,16 +400,7 @@ export interface UpdateAttendeeCapabilitiesRequest {
|
|
|
400
400
|
export interface UpdateAttendeeCapabilitiesResponse {
|
|
401
401
|
Attendee?: Attendee;
|
|
402
402
|
}
|
|
403
|
-
export declare const AttendeeCapabilitiesFilterSensitiveLog: (
|
|
404
|
-
obj: AttendeeCapabilities
|
|
405
|
-
) => any;
|
|
406
403
|
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
407
|
-
export declare const AttendeeIdItemFilterSensitiveLog: (
|
|
408
|
-
obj: AttendeeIdItem
|
|
409
|
-
) => any;
|
|
410
|
-
export declare const AudioFeaturesFilterSensitiveLog: (
|
|
411
|
-
obj: AudioFeatures
|
|
412
|
-
) => any;
|
|
413
404
|
export declare const CreateAttendeeRequestItemFilterSensitiveLog: (
|
|
414
405
|
obj: CreateAttendeeRequestItem
|
|
415
406
|
) => any;
|
|
@@ -422,28 +413,18 @@ export declare const CreateAttendeeErrorFilterSensitiveLog: (
|
|
|
422
413
|
export declare const BatchCreateAttendeeResponseFilterSensitiveLog: (
|
|
423
414
|
obj: BatchCreateAttendeeResponse
|
|
424
415
|
) => any;
|
|
425
|
-
export declare const BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog: (
|
|
426
|
-
obj: BatchUpdateAttendeeCapabilitiesExceptRequest
|
|
427
|
-
) => any;
|
|
428
416
|
export declare const CreateAttendeeRequestFilterSensitiveLog: (
|
|
429
417
|
obj: CreateAttendeeRequest
|
|
430
418
|
) => any;
|
|
431
419
|
export declare const CreateAttendeeResponseFilterSensitiveLog: (
|
|
432
420
|
obj: CreateAttendeeResponse
|
|
433
421
|
) => any;
|
|
434
|
-
export declare const MeetingFeaturesConfigurationFilterSensitiveLog: (
|
|
435
|
-
obj: MeetingFeaturesConfiguration
|
|
436
|
-
) => any;
|
|
437
422
|
export declare const NotificationsConfigurationFilterSensitiveLog: (
|
|
438
423
|
obj: NotificationsConfiguration
|
|
439
424
|
) => any;
|
|
440
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
441
425
|
export declare const CreateMeetingRequestFilterSensitiveLog: (
|
|
442
426
|
obj: CreateMeetingRequest
|
|
443
427
|
) => any;
|
|
444
|
-
export declare const MediaPlacementFilterSensitiveLog: (
|
|
445
|
-
obj: MediaPlacement
|
|
446
|
-
) => any;
|
|
447
428
|
export declare const MeetingFilterSensitiveLog: (obj: Meeting) => any;
|
|
448
429
|
export declare const CreateMeetingResponseFilterSensitiveLog: (
|
|
449
430
|
obj: CreateMeetingResponse
|
|
@@ -454,66 +435,15 @@ export declare const CreateMeetingWithAttendeesRequestFilterSensitiveLog: (
|
|
|
454
435
|
export declare const CreateMeetingWithAttendeesResponseFilterSensitiveLog: (
|
|
455
436
|
obj: CreateMeetingWithAttendeesResponse
|
|
456
437
|
) => any;
|
|
457
|
-
export declare const DeleteAttendeeRequestFilterSensitiveLog: (
|
|
458
|
-
obj: DeleteAttendeeRequest
|
|
459
|
-
) => any;
|
|
460
|
-
export declare const DeleteMeetingRequestFilterSensitiveLog: (
|
|
461
|
-
obj: DeleteMeetingRequest
|
|
462
|
-
) => any;
|
|
463
|
-
export declare const GetAttendeeRequestFilterSensitiveLog: (
|
|
464
|
-
obj: GetAttendeeRequest
|
|
465
|
-
) => any;
|
|
466
438
|
export declare const GetAttendeeResponseFilterSensitiveLog: (
|
|
467
439
|
obj: GetAttendeeResponse
|
|
468
440
|
) => any;
|
|
469
|
-
export declare const GetMeetingRequestFilterSensitiveLog: (
|
|
470
|
-
obj: GetMeetingRequest
|
|
471
|
-
) => any;
|
|
472
441
|
export declare const GetMeetingResponseFilterSensitiveLog: (
|
|
473
442
|
obj: GetMeetingResponse
|
|
474
443
|
) => any;
|
|
475
|
-
export declare const ListAttendeesRequestFilterSensitiveLog: (
|
|
476
|
-
obj: ListAttendeesRequest
|
|
477
|
-
) => any;
|
|
478
444
|
export declare const ListAttendeesResponseFilterSensitiveLog: (
|
|
479
445
|
obj: ListAttendeesResponse
|
|
480
446
|
) => any;
|
|
481
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
482
|
-
obj: ListTagsForResourceRequest
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
485
|
-
obj: ListTagsForResourceResponse
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const EngineTranscribeMedicalSettingsFilterSensitiveLog: (
|
|
488
|
-
obj: EngineTranscribeMedicalSettings
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const EngineTranscribeSettingsFilterSensitiveLog: (
|
|
491
|
-
obj: EngineTranscribeSettings
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const TranscriptionConfigurationFilterSensitiveLog: (
|
|
494
|
-
obj: TranscriptionConfiguration
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const StartMeetingTranscriptionRequestFilterSensitiveLog: (
|
|
497
|
-
obj: StartMeetingTranscriptionRequest
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const StopMeetingTranscriptionRequestFilterSensitiveLog: (
|
|
500
|
-
obj: StopMeetingTranscriptionRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
503
|
-
obj: TagResourceRequest
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
506
|
-
obj: TagResourceResponse
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
509
|
-
obj: UntagResourceRequest
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
512
|
-
obj: UntagResourceResponse
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const UpdateAttendeeCapabilitiesRequestFilterSensitiveLog: (
|
|
515
|
-
obj: UpdateAttendeeCapabilitiesRequest
|
|
516
|
-
) => any;
|
|
517
447
|
export declare const UpdateAttendeeCapabilitiesResponseFilterSensitiveLog: (
|
|
518
448
|
obj: UpdateAttendeeCapabilitiesResponse
|
|
519
449
|
) => any;
|
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.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo chime-sdk-meetings"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|