aws-sdk-chimesdkmeetings 1.12.0 → 1.13.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da0c2b46505d73c3c5f5bdab051d523a7ce60a6172aefa3ded6323b0772ba8e1
4
- data.tar.gz: f6a608ce7c9074590d82aa3422fe989f25c48ea9dcd1135ea4677153916a3f3f
3
+ metadata.gz: 85b3efca392b3878971c66acbed160044b2be41a5ee635d77583c57d248f7ee4
4
+ data.tar.gz: 13477388aa37024f694583ec306663ba663a21526cc630c99a549e9e491e26ee
5
5
  SHA512:
6
- metadata.gz: 721ec5a39f42d9515831fc64391840f3e51b82cb012a7992b1c500e0892917beffb649df145fe4574bf1e17653b0f344b7f45d5513ffc7e7bcc86c1118b4a2ee
7
- data.tar.gz: d80801783e05543713e95ee3e2cbf2a9adebed521f8313c412cf677db3ef9ae1dbdee1ca106a0a5c9e76e18e04d9b9e8ab5fb3533a6d7a1ed566a9d277644818
6
+ metadata.gz: f94710ac506780f72488cb37893cb6bd2b576aba9e6f1ff12fe813efb07f2dcf3bb3e1188cb9d560eed8c836881a19bc146fad77edcd8a6c7bd7160d518ac595
7
+ data.tar.gz: a564d3e757289486c3f251706cb1ed49401b3bc3973ed53d2fcdfde6a3ea62db90901667118e25f75b4357d38b6517d6be5b378a56c8914b8064536189ffc498
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2022-07-07)
5
+ ------------------
6
+
7
+ * Feature - Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
8
+
4
9
  1.12.0 (2022-06-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -413,6 +413,32 @@ module Aws::ChimeSDKMeetings
413
413
  # Updates `AttendeeCapabilities` except the capabilities listed in an
414
414
  # `ExcludedAttendeeIds` table.
415
415
  #
416
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
417
+ # capabilities can do, such as `SendReceive` data. For more information
418
+ # about those values, see .
419
+ #
420
+ # </note>
421
+ #
422
+ # When using capabilities, be aware of these corner cases:
423
+ #
424
+ # * You can't set `content` capabilities to `SendReceive` or `Receive`
425
+ # unless you also set `video` capabilities to `SendReceive` or
426
+ # `Receive`. If you don't set the `video` capability to receive, the
427
+ # response will contain an HTTP 400 Bad Request status code. However,
428
+ # you can set your `video` capability to receive and you set your
429
+ # `content` capability to not receive.
430
+ #
431
+ # * When you change an `audio` capability from `None` or `Receive` to
432
+ # `Send` or `SendReceive` , and if the attendee left their microphone
433
+ # unmuted, audio will flow from the attendee to the other meeting
434
+ # participants.
435
+ #
436
+ # * When you change a `video` or `content` capability from `None` or
437
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
438
+ # their video or content streams, remote attendess can receive those
439
+ # streams, but only after media renegotiation between the client and
440
+ # the Amazon Chime back-end server.
441
+ #
416
442
  # @option params [required, String] :meeting_id
417
443
  # The ID of the meeting associated with the update request.
418
444
  #
@@ -471,6 +497,32 @@ module Aws::ChimeSDKMeetings
471
497
  # grant an attendee. If you don't specify capabilities, all users have
472
498
  # send and receive capabilities on all media channels by default.
473
499
  #
500
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
501
+ # capabilities can do, such as `SendReceive` data. For more information
502
+ # about those values, see .
503
+ #
504
+ # </note>
505
+ #
506
+ # When using capabilities, be aware of these corner cases:
507
+ #
508
+ # * You can't set `content` capabilities to `SendReceive` or `Receive`
509
+ # unless you also set `video` capabilities to `SendReceive` or
510
+ # `Receive`. If you don't set the `video` capability to receive, the
511
+ # response will contain an HTTP 400 Bad Request status code. However,
512
+ # you can set your `video` capability to receive and you set your
513
+ # `content` capability to not receive.
514
+ #
515
+ # * When you change an `audio` capability from `None` or `Receive` to
516
+ # `Send` or `SendReceive` , and if the attendee left their microphone
517
+ # unmuted, audio will flow from the attendee to the other meeting
518
+ # participants.
519
+ #
520
+ # * When you change a `video` or `content` capability from `None` or
521
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
522
+ # their video or content streams, remote attendess can receive those
523
+ # streams, but only after media renegotiation between the client and
524
+ # the Amazon Chime back-end server.
525
+ #
474
526
  # @return [Types::CreateAttendeeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
475
527
  #
476
528
  # * {Types::CreateAttendeeResponse#attendee #attendee} => Types::Attendee
@@ -553,6 +605,10 @@ module Aws::ChimeSDKMeetings
553
605
  # When specified, replicates the media from the primary meeting to the
554
606
  # new meeting.
555
607
  #
608
+ # @option params [Array<String>] :tenant_ids
609
+ # A consistent and opaque identifier, created and maintained by the
610
+ # builder to represent a segment of their users.
611
+ #
556
612
  # @return [Types::CreateMeetingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
557
613
  #
558
614
  # * {Types::CreateMeetingResponse#meeting #meeting} => Types::Meeting
@@ -575,6 +631,7 @@ module Aws::ChimeSDKMeetings
575
631
  # },
576
632
  # },
577
633
  # primary_meeting_id: "PrimaryMeetingId",
634
+ # tenant_ids: ["TenantId"],
578
635
  # })
579
636
  #
580
637
  # @example Response structure
@@ -593,6 +650,8 @@ module Aws::ChimeSDKMeetings
593
650
  # resp.meeting.media_placement.event_ingestion_url #=> String
594
651
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
595
652
  # resp.meeting.primary_meeting_id #=> String
653
+ # resp.meeting.tenant_ids #=> Array
654
+ # resp.meeting.tenant_ids[0] #=> String
596
655
  #
597
656
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting AWS API Documentation
598
657
  #
@@ -654,6 +713,10 @@ module Aws::ChimeSDKMeetings
654
713
  # When specified, replicates the media from the primary meeting to the
655
714
  # new meeting.
656
715
  #
716
+ # @option params [Array<String>] :tenant_ids
717
+ # A consistent and opaque identifier, created and maintained by the
718
+ # builder to represent a segment of their users.
719
+ #
657
720
  # @return [Types::CreateMeetingWithAttendeesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
658
721
  #
659
722
  # * {Types::CreateMeetingWithAttendeesResponse#meeting #meeting} => Types::Meeting
@@ -688,6 +751,7 @@ module Aws::ChimeSDKMeetings
688
751
  # },
689
752
  # ],
690
753
  # primary_meeting_id: "PrimaryMeetingId",
754
+ # tenant_ids: ["TenantId"],
691
755
  # })
692
756
  #
693
757
  # @example Response structure
@@ -706,6 +770,8 @@ module Aws::ChimeSDKMeetings
706
770
  # resp.meeting.media_placement.event_ingestion_url #=> String
707
771
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
708
772
  # resp.meeting.primary_meeting_id #=> String
773
+ # resp.meeting.tenant_ids #=> Array
774
+ # resp.meeting.tenant_ids[0] #=> String
709
775
  # resp.attendees #=> Array
710
776
  # resp.attendees[0].external_user_id #=> String
711
777
  # resp.attendees[0].attendee_id #=> String
@@ -871,6 +937,8 @@ module Aws::ChimeSDKMeetings
871
937
  # resp.meeting.media_placement.event_ingestion_url #=> String
872
938
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
873
939
  # resp.meeting.primary_meeting_id #=> String
940
+ # resp.meeting.tenant_ids #=> Array
941
+ # resp.meeting.tenant_ids[0] #=> String
874
942
  #
875
943
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting AWS API Documentation
876
944
  #
@@ -1010,6 +1078,32 @@ module Aws::ChimeSDKMeetings
1010
1078
 
1011
1079
  # The capabilties that you want to update.
1012
1080
  #
1081
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
1082
+ # capabilities can do, such as `SendReceive` data. For more information
1083
+ # about those values, see .
1084
+ #
1085
+ # </note>
1086
+ #
1087
+ # When using capabilities, be aware of these corner cases:
1088
+ #
1089
+ # * You can't set `content` capabilities to `SendReceive` or `Receive`
1090
+ # unless you also set `video` capabilities to `SendReceive` or
1091
+ # `Receive`. If you don't set the `video` capability to receive, the
1092
+ # response will contain an HTTP 400 Bad Request status code. However,
1093
+ # you can set your `video` capability to receive and you set your
1094
+ # `content` capability to not receive.
1095
+ #
1096
+ # * When you change an `audio` capability from `None` or `Receive` to
1097
+ # `Send` or `SendReceive` , and if the attendee left their microphone
1098
+ # unmuted, audio will flow from the attendee to the other meeting
1099
+ # participants.
1100
+ #
1101
+ # * When you change a `video` or `content` capability from `None` or
1102
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
1103
+ # their video or content streams, remote attendess can receive those
1104
+ # streams, but only after media renegotiation between the client and
1105
+ # the Amazon Chime back-end server.
1106
+ #
1013
1107
  # @option params [required, String] :meeting_id
1014
1108
  # The ID of the meeting associated with the update request.
1015
1109
  #
@@ -1066,7 +1160,7 @@ module Aws::ChimeSDKMeetings
1066
1160
  params: params,
1067
1161
  config: config)
1068
1162
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1069
- context[:gem_version] = '1.12.0'
1163
+ context[:gem_version] = '1.13.0'
1070
1164
  Seahorse::Client::Request.new(handlers, context)
1071
1165
  end
1072
1166
 
@@ -70,6 +70,8 @@ module Aws::ChimeSDKMeetings
70
70
  StartMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StartMeetingTranscriptionRequest')
71
71
  StopMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StopMeetingTranscriptionRequest')
72
72
  String = Shapes::StringShape.new(name: 'String')
73
+ TenantId = Shapes::StringShape.new(name: 'TenantId')
74
+ TenantIdList = Shapes::ListShape.new(name: 'TenantIdList')
73
75
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
74
76
  TranscribeContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeContentIdentificationType')
75
77
  TranscribeContentRedactionType = Shapes::StringShape.new(name: 'TranscribeContentRedactionType')
@@ -163,6 +165,7 @@ module Aws::ChimeSDKMeetings
163
165
  CreateMeetingRequest.add_member(:notifications_configuration, Shapes::ShapeRef.new(shape: NotificationsConfiguration, location_name: "NotificationsConfiguration"))
164
166
  CreateMeetingRequest.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
165
167
  CreateMeetingRequest.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
168
+ CreateMeetingRequest.add_member(:tenant_ids, Shapes::ShapeRef.new(shape: TenantIdList, location_name: "TenantIds"))
166
169
  CreateMeetingRequest.struct_class = Types::CreateMeetingRequest
167
170
 
168
171
  CreateMeetingResponse.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
@@ -176,6 +179,7 @@ module Aws::ChimeSDKMeetings
176
179
  CreateMeetingWithAttendeesRequest.add_member(:notifications_configuration, Shapes::ShapeRef.new(shape: NotificationsConfiguration, location_name: "NotificationsConfiguration"))
177
180
  CreateMeetingWithAttendeesRequest.add_member(:attendees, Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequestItemList, required: true, location_name: "Attendees"))
178
181
  CreateMeetingWithAttendeesRequest.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
182
+ CreateMeetingWithAttendeesRequest.add_member(:tenant_ids, Shapes::ShapeRef.new(shape: TenantIdList, location_name: "TenantIds"))
179
183
  CreateMeetingWithAttendeesRequest.struct_class = Types::CreateMeetingWithAttendeesRequest
180
184
 
181
185
  CreateMeetingWithAttendeesRequestItemList.member = Shapes::ShapeRef.new(shape: CreateAttendeeRequestItem)
@@ -265,6 +269,7 @@ module Aws::ChimeSDKMeetings
265
269
  Meeting.add_member(:media_placement, Shapes::ShapeRef.new(shape: MediaPlacement, location_name: "MediaPlacement"))
266
270
  Meeting.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
267
271
  Meeting.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
272
+ Meeting.add_member(:tenant_ids, Shapes::ShapeRef.new(shape: TenantIdList, location_name: "TenantIds"))
268
273
  Meeting.struct_class = Types::Meeting
269
274
 
270
275
  MeetingFeaturesConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioFeatures, location_name: "Audio"))
@@ -298,6 +303,8 @@ module Aws::ChimeSDKMeetings
298
303
  StopMeetingTranscriptionRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "MeetingId"))
299
304
  StopMeetingTranscriptionRequest.struct_class = Types::StopMeetingTranscriptionRequest
300
305
 
306
+ TenantIdList.member = Shapes::ShapeRef.new(shape: TenantId)
307
+
301
308
  ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
302
309
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
303
310
  ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -34,7 +34,33 @@ module Aws::ChimeSDKMeetings
34
34
  # @return [String]
35
35
  #
36
36
  # @!attribute [rw] capabilities
37
- # The capabilities (audio, video, or content) assigned to an attendee.
37
+ # The capabilities assigned to an attendee: audio, video, or content.
38
+ #
39
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
40
+ # capabilities can do, such as `SendReceive` data. For more
41
+ # information about those values, see .
42
+ #
43
+ # </note>
44
+ #
45
+ # When using capabilities, be aware of these corner cases:
46
+ #
47
+ # * You can't set `content` capabilities to `SendReceive` or
48
+ # `Receive` unless you also set `video` capabilities to
49
+ # `SendReceive` or `Receive`. If you don't set the `video`
50
+ # capability to receive, the response will contain an HTTP 400 Bad
51
+ # Request status code. However, you can set your `video` capability
52
+ # to receive and you set your `content` capability to not receive.
53
+ #
54
+ # * When you change an `audio` capability from `None` or `Receive` to
55
+ # `Send` or `SendReceive` , and if the attendee left their
56
+ # microphone unmuted, audio will flow from the attendee to the other
57
+ # meeting participants.
58
+ #
59
+ # * When you change a `video` or `content` capability from `None` or
60
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned
61
+ # on their video or content streams, remote attendess can receive
62
+ # those streams, but only after media renegotiation between the
63
+ # client and the Amazon Chime back-end server.
38
64
  # @return [Types::AttendeeCapabilities]
39
65
  #
40
66
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/Attendee AWS API Documentation
@@ -48,8 +74,33 @@ module Aws::ChimeSDKMeetings
48
74
  include Aws::Structure
49
75
  end
50
76
 
51
- # The media capabilities of an attendee, including audio, video and
52
- # content.
77
+ # The media capabilities of an attendee: audio, video, or content.
78
+ #
79
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
80
+ # capabilities can do, such as `SendReceive` data. For more information
81
+ # about those values, see .
82
+ #
83
+ # </note>
84
+ #
85
+ # When using capabilities, be aware of these corner cases:
86
+ #
87
+ # * You can't set `content` capabilities to `SendReceive` or `Receive`
88
+ # unless you also set `video` capabilities to `SendReceive` or
89
+ # `Receive`. If you don't set the `video` capability to receive, the
90
+ # response will contain an HTTP 400 Bad Request status code. However,
91
+ # you can set your `video` capability to receive and you set your
92
+ # `content` capability to not receive.
93
+ #
94
+ # * When you change an `audio` capability from `None` or `Receive` to
95
+ # `Send` or `SendReceive` , and if the attendee left their microphone
96
+ # unmuted, audio will flow from the attendee to the other meeting
97
+ # participants.
98
+ #
99
+ # * When you change a `video` or `content` capability from `None` or
100
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
101
+ # their video or content streams, remote attendess can receive those
102
+ # streams, but only after media renegotiation between the client and
103
+ # the Amazon Chime back-end server.
53
104
  #
54
105
  # @note When making an API call, you may pass AttendeeCapabilities
55
106
  # data as a hash:
@@ -318,6 +369,32 @@ module Aws::ChimeSDKMeetings
318
369
  # The capabilities (`audio`, `video`, or `content`) that you want to
319
370
  # grant an attendee. If you don't specify capabilities, all users
320
371
  # have send and receive capabilities on all media channels by default.
372
+ #
373
+ # <note markdown="1"> You use the capabilities with a set of values that control what the
374
+ # capabilities can do, such as `SendReceive` data. For more
375
+ # information about those values, see .
376
+ #
377
+ # </note>
378
+ #
379
+ # When using capabilities, be aware of these corner cases:
380
+ #
381
+ # * You can't set `content` capabilities to `SendReceive` or
382
+ # `Receive` unless you also set `video` capabilities to
383
+ # `SendReceive` or `Receive`. If you don't set the `video`
384
+ # capability to receive, the response will contain an HTTP 400 Bad
385
+ # Request status code. However, you can set your `video` capability
386
+ # to receive and you set your `content` capability to not receive.
387
+ #
388
+ # * When you change an `audio` capability from `None` or `Receive` to
389
+ # `Send` or `SendReceive` , and if the attendee left their
390
+ # microphone unmuted, audio will flow from the attendee to the other
391
+ # meeting participants.
392
+ #
393
+ # * When you change a `video` or `content` capability from `None` or
394
+ # `Receive` to `Send` or `SendReceive` , and if the attendee turned
395
+ # on their video or content streams, remote attendess can receive
396
+ # those streams, but only after media renegotiation between the
397
+ # client and the Amazon Chime back-end server.
321
398
  # @return [Types::AttendeeCapabilities]
322
399
  #
323
400
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateAttendeeRequest AWS API Documentation
@@ -394,6 +471,7 @@ module Aws::ChimeSDKMeetings
394
471
  # },
395
472
  # },
396
473
  # primary_meeting_id: "PrimaryMeetingId",
474
+ # tenant_ids: ["TenantId"],
397
475
  # }
398
476
  #
399
477
  # @!attribute [rw] client_request_token
@@ -440,6 +518,11 @@ module Aws::ChimeSDKMeetings
440
518
  # new meeting.
441
519
  # @return [String]
442
520
  #
521
+ # @!attribute [rw] tenant_ids
522
+ # A consistent and opaque identifier, created and maintained by the
523
+ # builder to represent a segment of their users.
524
+ # @return [Array<String>]
525
+ #
443
526
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingRequest AWS API Documentation
444
527
  #
445
528
  class CreateMeetingRequest < Struct.new(
@@ -449,7 +532,8 @@ module Aws::ChimeSDKMeetings
449
532
  :external_meeting_id,
450
533
  :notifications_configuration,
451
534
  :meeting_features,
452
- :primary_meeting_id)
535
+ :primary_meeting_id,
536
+ :tenant_ids)
453
537
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
454
538
  include Aws::Structure
455
539
  end
@@ -496,6 +580,7 @@ module Aws::ChimeSDKMeetings
496
580
  # },
497
581
  # ],
498
582
  # primary_meeting_id: "PrimaryMeetingId",
583
+ # tenant_ids: ["TenantId"],
499
584
  # }
500
585
  #
501
586
  # @!attribute [rw] client_request_token
@@ -546,6 +631,11 @@ module Aws::ChimeSDKMeetings
546
631
  # new meeting.
547
632
  # @return [String]
548
633
  #
634
+ # @!attribute [rw] tenant_ids
635
+ # A consistent and opaque identifier, created and maintained by the
636
+ # builder to represent a segment of their users.
637
+ # @return [Array<String>]
638
+ #
549
639
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendeesRequest AWS API Documentation
550
640
  #
551
641
  class CreateMeetingWithAttendeesRequest < Struct.new(
@@ -556,7 +646,8 @@ module Aws::ChimeSDKMeetings
556
646
  :meeting_features,
557
647
  :notifications_configuration,
558
648
  :attendees,
559
- :primary_meeting_id)
649
+ :primary_meeting_id,
650
+ :tenant_ids)
560
651
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
561
652
  include Aws::Structure
562
653
  end
@@ -1056,6 +1147,10 @@ module Aws::ChimeSDKMeetings
1056
1147
  # this meeting.
1057
1148
  # @return [String]
1058
1149
  #
1150
+ # @!attribute [rw] tenant_ids
1151
+ # Array of strings.
1152
+ # @return [Array<String>]
1153
+ #
1059
1154
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/Meeting AWS API Documentation
1060
1155
  #
1061
1156
  class Meeting < Struct.new(
@@ -1065,7 +1160,8 @@ module Aws::ChimeSDKMeetings
1065
1160
  :media_region,
1066
1161
  :media_placement,
1067
1162
  :meeting_features,
1068
- :primary_meeting_id)
1163
+ :primary_meeting_id,
1164
+ :tenant_ids)
1069
1165
  SENSITIVE = [:meeting_host_id, :external_meeting_id]
1070
1166
  include Aws::Structure
1071
1167
  end
@@ -1153,7 +1249,7 @@ module Aws::ChimeSDKMeetings
1153
1249
  include Aws::Structure
1154
1250
  end
1155
1251
 
1156
- # The service is currently unavailable.
1252
+ # The service encountered an unexpected error.
1157
1253
  #
1158
1254
  # @!attribute [rw] code
1159
1255
  # @return [String]
@@ -1273,7 +1369,7 @@ module Aws::ChimeSDKMeetings
1273
1369
  include Aws::Structure
1274
1370
  end
1275
1371
 
1276
- # The number of requests exceeds the limit.
1372
+ # The number of customer requests exceeds the request rate limit.
1277
1373
  #
1278
1374
  # @!attribute [rw] code
1279
1375
  # @return [String]
@@ -1430,15 +1526,7 @@ module Aws::ChimeSDKMeetings
1430
1526
  end
1431
1527
 
1432
1528
  # @!attribute [rw] attendee
1433
- # An Amazon Chime SDK meeting attendee. Includes a unique `AttendeeId`
1434
- # and `JoinToken`. The `JoinToken` allows a client to authenticate and
1435
- # join as the specified attendee. The `JoinToken` expires when the
1436
- # meeting ends, or when DeleteAttendee is called. After that, the
1437
- # attendee is unable to join the meeting.
1438
- #
1439
- # We recommend securely transferring each `JoinToken` from your server
1440
- # application to the client so that no other client has access to the
1441
- # token except for the one authorized to represent the attendee.
1529
+ # The updated attendee data.
1442
1530
  # @return [Types::Attendee]
1443
1531
  #
1444
1532
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilitiesResponse AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chimesdkmeetings/customizations'
48
48
  # @!group service
49
49
  module Aws::ChimeSDKMeetings
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmeetings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-09 00:00:00.000000000 Z
11
+ date: 2022-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core