aws-sdk-chimesdkmeetings 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e27d21634b48c3f937cf7afe4c0f8767fc9dc7909f16f1a9577d628efc372ab
4
- data.tar.gz: d65578715db6ed1b1aa1395a7e199808f96b5009c98c74589a73199ade58d6d4
3
+ metadata.gz: bd63c684ba2d9d26643d9a945b1cc70f0da619ec27f9d4f7716ebeddea5a55dd
4
+ data.tar.gz: f8e9a936e576930a434b91c3f880b31c2529d1ec6d05a2c6f1d4ba88c2ca2f08
5
5
  SHA512:
6
- metadata.gz: 22ba34e49ae23acdf4f1085c240197898f7b6e4792f1ac94f5b6d152ca53d12a9c72ff509255a7f5bf6c7e96358f5bd2747ddb8a73e71ba8d1edbdb15b054a5f
7
- data.tar.gz: 0ddd1dfd43a19bbd4de4efdb9ab66dc11b29656596361e760c8283607bd71d91278db1b8e94df4429088b6788f6381bad7bf60d0c6db1015cfa9fb59c946fbce
6
+ metadata.gz: e19bf13a936af8f42109eec5561481c8f1ad1c5c694080f8a14d141a9451e8e94ce326237410503ddab9ab24e2d92c067030646afdc09295f000467e5177826e
7
+ data.tar.gz: e0f55a2258897bb1108dbb62c29d2006716c9717ebd22542951a637f57a1949541d970304aa2aef8c6afe59d7e8576a6dd77e5ec5fc9f1ffe65b6c431db4f504
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2023-12-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -1502,7 +1502,7 @@ module Aws::ChimeSDKMeetings
1502
1502
  params: params,
1503
1503
  config: config)
1504
1504
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1505
- context[:gem_version] = '1.28.0'
1505
+ context[:gem_version] = '1.29.0'
1506
1506
  Seahorse::Client::Request.new(handlers, context)
1507
1507
  end
1508
1508
 
@@ -14,6 +14,7 @@ module Aws::ChimeSDKMeetings
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ChimeSDKMeetings::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkmeetings/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKMeetings
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,360 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ChimeSDKMeetings
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _BatchCreateAttendeeResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateAttendeeResponse]
77
+ def attendees: () -> ::Array[Types::Attendee]
78
+ def errors: () -> ::Array[Types::CreateAttendeeError]
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#batch_create_attendee-instance_method
81
+ def batch_create_attendee: (
82
+ meeting_id: ::String,
83
+ attendees: Array[
84
+ {
85
+ external_user_id: ::String,
86
+ capabilities: {
87
+ audio: ("SendReceive" | "Send" | "Receive" | "None"),
88
+ video: ("SendReceive" | "Send" | "Receive" | "None"),
89
+ content: ("SendReceive" | "Send" | "Receive" | "None")
90
+ }?
91
+ },
92
+ ]
93
+ ) -> _BatchCreateAttendeeResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateAttendeeResponseSuccess
95
+
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#batch_update_attendee_capabilities_except-instance_method
97
+ def batch_update_attendee_capabilities_except: (
98
+ meeting_id: ::String,
99
+ excluded_attendee_ids: Array[
100
+ {
101
+ attendee_id: ::String
102
+ },
103
+ ],
104
+ capabilities: {
105
+ audio: ("SendReceive" | "Send" | "Receive" | "None"),
106
+ video: ("SendReceive" | "Send" | "Receive" | "None"),
107
+ content: ("SendReceive" | "Send" | "Receive" | "None")
108
+ }
109
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
111
+
112
+ interface _CreateAttendeeResponseSuccess
113
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAttendeeResponse]
114
+ def attendee: () -> Types::Attendee
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#create_attendee-instance_method
117
+ def create_attendee: (
118
+ meeting_id: ::String,
119
+ external_user_id: ::String,
120
+ ?capabilities: {
121
+ audio: ("SendReceive" | "Send" | "Receive" | "None"),
122
+ video: ("SendReceive" | "Send" | "Receive" | "None"),
123
+ content: ("SendReceive" | "Send" | "Receive" | "None")
124
+ }
125
+ ) -> _CreateAttendeeResponseSuccess
126
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAttendeeResponseSuccess
127
+
128
+ interface _CreateMeetingResponseSuccess
129
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingResponse]
130
+ def meeting: () -> Types::Meeting
131
+ end
132
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#create_meeting-instance_method
133
+ def create_meeting: (
134
+ client_request_token: ::String,
135
+ media_region: ::String,
136
+ ?meeting_host_id: ::String,
137
+ external_meeting_id: ::String,
138
+ ?notifications_configuration: {
139
+ lambda_function_arn: ::String?,
140
+ sns_topic_arn: ::String?,
141
+ sqs_queue_arn: ::String?
142
+ },
143
+ ?meeting_features: {
144
+ audio: {
145
+ echo_reduction: ("AVAILABLE" | "UNAVAILABLE")?
146
+ }?,
147
+ video: {
148
+ max_resolution: ("None" | "HD" | "FHD")?
149
+ }?,
150
+ content: {
151
+ max_resolution: ("None" | "FHD" | "UHD")?
152
+ }?,
153
+ attendee: {
154
+ max_count: ::Integer?
155
+ }?
156
+ },
157
+ ?primary_meeting_id: ::String,
158
+ ?tenant_ids: Array[::String],
159
+ ?tags: Array[
160
+ {
161
+ key: ::String,
162
+ value: ::String
163
+ },
164
+ ]
165
+ ) -> _CreateMeetingResponseSuccess
166
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingResponseSuccess
167
+
168
+ interface _CreateMeetingWithAttendeesResponseSuccess
169
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingWithAttendeesResponse]
170
+ def meeting: () -> Types::Meeting
171
+ def attendees: () -> ::Array[Types::Attendee]
172
+ def errors: () -> ::Array[Types::CreateAttendeeError]
173
+ end
174
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#create_meeting_with_attendees-instance_method
175
+ def create_meeting_with_attendees: (
176
+ client_request_token: ::String,
177
+ media_region: ::String,
178
+ ?meeting_host_id: ::String,
179
+ external_meeting_id: ::String,
180
+ ?meeting_features: {
181
+ audio: {
182
+ echo_reduction: ("AVAILABLE" | "UNAVAILABLE")?
183
+ }?,
184
+ video: {
185
+ max_resolution: ("None" | "HD" | "FHD")?
186
+ }?,
187
+ content: {
188
+ max_resolution: ("None" | "FHD" | "UHD")?
189
+ }?,
190
+ attendee: {
191
+ max_count: ::Integer?
192
+ }?
193
+ },
194
+ ?notifications_configuration: {
195
+ lambda_function_arn: ::String?,
196
+ sns_topic_arn: ::String?,
197
+ sqs_queue_arn: ::String?
198
+ },
199
+ attendees: Array[
200
+ {
201
+ external_user_id: ::String,
202
+ capabilities: {
203
+ audio: ("SendReceive" | "Send" | "Receive" | "None"),
204
+ video: ("SendReceive" | "Send" | "Receive" | "None"),
205
+ content: ("SendReceive" | "Send" | "Receive" | "None")
206
+ }?
207
+ },
208
+ ],
209
+ ?primary_meeting_id: ::String,
210
+ ?tenant_ids: Array[::String],
211
+ ?tags: Array[
212
+ {
213
+ key: ::String,
214
+ value: ::String
215
+ },
216
+ ]
217
+ ) -> _CreateMeetingWithAttendeesResponseSuccess
218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingWithAttendeesResponseSuccess
219
+
220
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#delete_attendee-instance_method
221
+ def delete_attendee: (
222
+ meeting_id: ::String,
223
+ attendee_id: ::String
224
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
225
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
226
+
227
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#delete_meeting-instance_method
228
+ def delete_meeting: (
229
+ meeting_id: ::String
230
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
231
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
232
+
233
+ interface _GetAttendeeResponseSuccess
234
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAttendeeResponse]
235
+ def attendee: () -> Types::Attendee
236
+ end
237
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#get_attendee-instance_method
238
+ def get_attendee: (
239
+ meeting_id: ::String,
240
+ attendee_id: ::String
241
+ ) -> _GetAttendeeResponseSuccess
242
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttendeeResponseSuccess
243
+
244
+ interface _GetMeetingResponseSuccess
245
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMeetingResponse]
246
+ def meeting: () -> Types::Meeting
247
+ end
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#get_meeting-instance_method
249
+ def get_meeting: (
250
+ meeting_id: ::String
251
+ ) -> _GetMeetingResponseSuccess
252
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMeetingResponseSuccess
253
+
254
+ interface _ListAttendeesResponseSuccess
255
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAttendeesResponse]
256
+ def attendees: () -> ::Array[Types::Attendee]
257
+ def next_token: () -> ::String
258
+ end
259
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#list_attendees-instance_method
260
+ def list_attendees: (
261
+ meeting_id: ::String,
262
+ ?next_token: ::String,
263
+ ?max_results: ::Integer
264
+ ) -> _ListAttendeesResponseSuccess
265
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttendeesResponseSuccess
266
+
267
+ interface _ListTagsForResourceResponseSuccess
268
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
269
+ def tags: () -> ::Array[Types::Tag]
270
+ end
271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#list_tags_for_resource-instance_method
272
+ def list_tags_for_resource: (
273
+ resource_arn: ::String
274
+ ) -> _ListTagsForResourceResponseSuccess
275
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
276
+
277
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#start_meeting_transcription-instance_method
278
+ def start_meeting_transcription: (
279
+ meeting_id: ::String,
280
+ transcription_configuration: {
281
+ engine_transcribe_settings: {
282
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")?,
283
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
284
+ vocabulary_filter_name: ::String?,
285
+ vocabulary_name: ::String?,
286
+ region: ("us-east-2" | "us-east-1" | "us-west-2" | "ap-northeast-2" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "sa-east-1" | "auto" | "us-gov-west-1")?,
287
+ enable_partial_results_stabilization: bool?,
288
+ partial_results_stability: ("low" | "medium" | "high")?,
289
+ content_identification_type: ("PII")?,
290
+ content_redaction_type: ("PII")?,
291
+ pii_entity_types: ::String?,
292
+ language_model_name: ::String?,
293
+ identify_language: bool?,
294
+ language_options: ::String?,
295
+ preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")?,
296
+ vocabulary_names: ::String?,
297
+ vocabulary_filter_names: ::String?
298
+ }?,
299
+ engine_transcribe_medical_settings: {
300
+ language_code: ("en-US"),
301
+ specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY"),
302
+ type: ("CONVERSATION" | "DICTATION"),
303
+ vocabulary_name: ::String?,
304
+ region: ("us-east-1" | "us-east-2" | "us-west-2" | "ap-southeast-2" | "ca-central-1" | "eu-west-1" | "auto")?,
305
+ content_identification_type: ("PHI")?
306
+ }?
307
+ }
308
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
309
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
310
+
311
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#stop_meeting_transcription-instance_method
312
+ def stop_meeting_transcription: (
313
+ meeting_id: ::String
314
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
316
+
317
+ interface _TagResourceResponseSuccess
318
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
319
+ end
320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#tag_resource-instance_method
321
+ def tag_resource: (
322
+ resource_arn: ::String,
323
+ tags: Array[
324
+ {
325
+ key: ::String,
326
+ value: ::String
327
+ },
328
+ ]
329
+ ) -> _TagResourceResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
331
+
332
+ interface _UntagResourceResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
334
+ end
335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#untag_resource-instance_method
336
+ def untag_resource: (
337
+ resource_arn: ::String,
338
+ tag_keys: Array[::String]
339
+ ) -> _UntagResourceResponseSuccess
340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
341
+
342
+ interface _UpdateAttendeeCapabilitiesResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAttendeeCapabilitiesResponse]
344
+ def attendee: () -> Types::Attendee
345
+ end
346
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Client.html#update_attendee_capabilities-instance_method
347
+ def update_attendee_capabilities: (
348
+ meeting_id: ::String,
349
+ attendee_id: ::String,
350
+ capabilities: {
351
+ audio: ("SendReceive" | "Send" | "Receive" | "None"),
352
+ video: ("SendReceive" | "Send" | "Receive" | "None"),
353
+ content: ("SendReceive" | "Send" | "Receive" | "None")
354
+ }
355
+ ) -> _UpdateAttendeeCapabilitiesResponseSuccess
356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAttendeeCapabilitiesResponseSuccess
357
+ end
358
+ end
359
+ end
360
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ChimeSDKMeetings
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class BadRequestException < ::Aws::Errors::ServiceError
15
+ def code: () -> ::String
16
+ def message: () -> ::String
17
+ def request_id: () -> ::String
18
+ end
19
+ class ConflictException < ::Aws::Errors::ServiceError
20
+ def code: () -> ::String
21
+ def message: () -> ::String
22
+ def request_id: () -> ::String
23
+ end
24
+ class ForbiddenException < ::Aws::Errors::ServiceError
25
+ def code: () -> ::String
26
+ def message: () -> ::String
27
+ def request_id: () -> ::String
28
+ end
29
+ class LimitExceededException < ::Aws::Errors::ServiceError
30
+ def code: () -> ::String
31
+ def message: () -> ::String
32
+ def request_id: () -> ::String
33
+ end
34
+ class NotFoundException < ::Aws::Errors::ServiceError
35
+ def code: () -> ::String
36
+ def message: () -> ::String
37
+ def request_id: () -> ::String
38
+ end
39
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
40
+ def code: () -> ::String
41
+ def message: () -> ::String
42
+ def request_id: () -> ::String
43
+ def resource_name: () -> ::String
44
+ end
45
+ class ServiceFailureException < ::Aws::Errors::ServiceError
46
+ def code: () -> ::String
47
+ def message: () -> ::String
48
+ def request_id: () -> ::String
49
+ end
50
+ class ServiceUnavailableException < ::Aws::Errors::ServiceError
51
+ def code: () -> ::String
52
+ def message: () -> ::String
53
+ def request_id: () -> ::String
54
+ def retry_after_seconds: () -> ::String
55
+ end
56
+ class ThrottlingException < ::Aws::Errors::ServiceError
57
+ def code: () -> ::String
58
+ def message: () -> ::String
59
+ def request_id: () -> ::String
60
+ end
61
+ class TooManyTagsException < ::Aws::Errors::ServiceError
62
+ def code: () -> ::String
63
+ def message: () -> ::String
64
+ def request_id: () -> ::String
65
+ def resource_name: () -> ::String
66
+ end
67
+ class UnauthorizedException < ::Aws::Errors::ServiceError
68
+ def code: () -> ::String
69
+ def message: () -> ::String
70
+ def request_id: () -> ::String
71
+ end
72
+ class UnprocessableEntityException < ::Aws::Errors::ServiceError
73
+ def code: () -> ::String
74
+ def message: () -> ::String
75
+ def request_id: () -> ::String
76
+ end
77
+ end
78
+ end
79
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ChimeSDKMeetings
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ChimeSDKMeetings/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,399 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::ChimeSDKMeetings
9
+ module Types
10
+
11
+ class Attendee
12
+ attr_accessor external_user_id: ::String
13
+ attr_accessor attendee_id: ::String
14
+ attr_accessor join_token: ::String
15
+ attr_accessor capabilities: Types::AttendeeCapabilities
16
+ SENSITIVE: [:external_user_id, :join_token]
17
+ end
18
+
19
+ class AttendeeCapabilities
20
+ attr_accessor audio: ("SendReceive" | "Send" | "Receive" | "None")
21
+ attr_accessor video: ("SendReceive" | "Send" | "Receive" | "None")
22
+ attr_accessor content: ("SendReceive" | "Send" | "Receive" | "None")
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class AttendeeFeatures
27
+ attr_accessor max_count: ::Integer
28
+ SENSITIVE: []
29
+ end
30
+
31
+ class AttendeeIdItem
32
+ attr_accessor attendee_id: ::String
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class AudioFeatures
37
+ attr_accessor echo_reduction: ("AVAILABLE" | "UNAVAILABLE")
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class BadRequestException
42
+ attr_accessor code: ::String
43
+ attr_accessor message: ::String
44
+ attr_accessor request_id: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class BatchCreateAttendeeRequest
49
+ attr_accessor meeting_id: ::String
50
+ attr_accessor attendees: ::Array[Types::CreateAttendeeRequestItem]
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class BatchCreateAttendeeResponse
55
+ attr_accessor attendees: ::Array[Types::Attendee]
56
+ attr_accessor errors: ::Array[Types::CreateAttendeeError]
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class BatchUpdateAttendeeCapabilitiesExceptRequest
61
+ attr_accessor meeting_id: ::String
62
+ attr_accessor excluded_attendee_ids: ::Array[Types::AttendeeIdItem]
63
+ attr_accessor capabilities: Types::AttendeeCapabilities
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class ConflictException
68
+ attr_accessor code: ::String
69
+ attr_accessor message: ::String
70
+ attr_accessor request_id: ::String
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class ContentFeatures
75
+ attr_accessor max_resolution: ("None" | "FHD" | "UHD")
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class CreateAttendeeError
80
+ attr_accessor external_user_id: ::String
81
+ attr_accessor error_code: ::String
82
+ attr_accessor error_message: ::String
83
+ SENSITIVE: [:external_user_id]
84
+ end
85
+
86
+ class CreateAttendeeRequest
87
+ attr_accessor meeting_id: ::String
88
+ attr_accessor external_user_id: ::String
89
+ attr_accessor capabilities: Types::AttendeeCapabilities
90
+ SENSITIVE: [:external_user_id]
91
+ end
92
+
93
+ class CreateAttendeeRequestItem
94
+ attr_accessor external_user_id: ::String
95
+ attr_accessor capabilities: Types::AttendeeCapabilities
96
+ SENSITIVE: [:external_user_id]
97
+ end
98
+
99
+ class CreateAttendeeResponse
100
+ attr_accessor attendee: Types::Attendee
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class CreateMeetingRequest
105
+ attr_accessor client_request_token: ::String
106
+ attr_accessor media_region: ::String
107
+ attr_accessor meeting_host_id: ::String
108
+ attr_accessor external_meeting_id: ::String
109
+ attr_accessor notifications_configuration: Types::NotificationsConfiguration
110
+ attr_accessor meeting_features: Types::MeetingFeaturesConfiguration
111
+ attr_accessor primary_meeting_id: ::String
112
+ attr_accessor tenant_ids: ::Array[::String]
113
+ attr_accessor tags: ::Array[Types::Tag]
114
+ SENSITIVE: [:client_request_token, :meeting_host_id, :external_meeting_id]
115
+ end
116
+
117
+ class CreateMeetingResponse
118
+ attr_accessor meeting: Types::Meeting
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class CreateMeetingWithAttendeesRequest
123
+ attr_accessor client_request_token: ::String
124
+ attr_accessor media_region: ::String
125
+ attr_accessor meeting_host_id: ::String
126
+ attr_accessor external_meeting_id: ::String
127
+ attr_accessor meeting_features: Types::MeetingFeaturesConfiguration
128
+ attr_accessor notifications_configuration: Types::NotificationsConfiguration
129
+ attr_accessor attendees: ::Array[Types::CreateAttendeeRequestItem]
130
+ attr_accessor primary_meeting_id: ::String
131
+ attr_accessor tenant_ids: ::Array[::String]
132
+ attr_accessor tags: ::Array[Types::Tag]
133
+ SENSITIVE: [:client_request_token, :meeting_host_id, :external_meeting_id]
134
+ end
135
+
136
+ class CreateMeetingWithAttendeesResponse
137
+ attr_accessor meeting: Types::Meeting
138
+ attr_accessor attendees: ::Array[Types::Attendee]
139
+ attr_accessor errors: ::Array[Types::CreateAttendeeError]
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class DeleteAttendeeRequest
144
+ attr_accessor meeting_id: ::String
145
+ attr_accessor attendee_id: ::String
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class DeleteMeetingRequest
150
+ attr_accessor meeting_id: ::String
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class EngineTranscribeMedicalSettings
155
+ attr_accessor language_code: ("en-US")
156
+ attr_accessor specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
157
+ attr_accessor type: ("CONVERSATION" | "DICTATION")
158
+ attr_accessor vocabulary_name: ::String
159
+ attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-2" | "ap-southeast-2" | "ca-central-1" | "eu-west-1" | "auto")
160
+ attr_accessor content_identification_type: ("PHI")
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class EngineTranscribeSettings
165
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")
166
+ attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
167
+ attr_accessor vocabulary_filter_name: ::String
168
+ attr_accessor vocabulary_name: ::String
169
+ attr_accessor region: ("us-east-2" | "us-east-1" | "us-west-2" | "ap-northeast-2" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "sa-east-1" | "auto" | "us-gov-west-1")
170
+ attr_accessor enable_partial_results_stabilization: bool
171
+ attr_accessor partial_results_stability: ("low" | "medium" | "high")
172
+ attr_accessor content_identification_type: ("PII")
173
+ attr_accessor content_redaction_type: ("PII")
174
+ attr_accessor pii_entity_types: ::String
175
+ attr_accessor language_model_name: ::String
176
+ attr_accessor identify_language: bool
177
+ attr_accessor language_options: ::String
178
+ attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")
179
+ attr_accessor vocabulary_names: ::String
180
+ attr_accessor vocabulary_filter_names: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class ForbiddenException
185
+ attr_accessor code: ::String
186
+ attr_accessor message: ::String
187
+ attr_accessor request_id: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class GetAttendeeRequest
192
+ attr_accessor meeting_id: ::String
193
+ attr_accessor attendee_id: ::String
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class GetAttendeeResponse
198
+ attr_accessor attendee: Types::Attendee
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class GetMeetingRequest
203
+ attr_accessor meeting_id: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class GetMeetingResponse
208
+ attr_accessor meeting: Types::Meeting
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class LimitExceededException
213
+ attr_accessor code: ::String
214
+ attr_accessor message: ::String
215
+ attr_accessor request_id: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class ListAttendeesRequest
220
+ attr_accessor meeting_id: ::String
221
+ attr_accessor next_token: ::String
222
+ attr_accessor max_results: ::Integer
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class ListAttendeesResponse
227
+ attr_accessor attendees: ::Array[Types::Attendee]
228
+ attr_accessor next_token: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class ListTagsForResourceRequest
233
+ attr_accessor resource_arn: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class ListTagsForResourceResponse
238
+ attr_accessor tags: ::Array[Types::Tag]
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class MediaPlacement
243
+ attr_accessor audio_host_url: ::String
244
+ attr_accessor audio_fallback_url: ::String
245
+ attr_accessor signaling_url: ::String
246
+ attr_accessor turn_control_url: ::String
247
+ attr_accessor screen_data_url: ::String
248
+ attr_accessor screen_viewing_url: ::String
249
+ attr_accessor screen_sharing_url: ::String
250
+ attr_accessor event_ingestion_url: ::String
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class Meeting
255
+ attr_accessor meeting_id: ::String
256
+ attr_accessor meeting_host_id: ::String
257
+ attr_accessor external_meeting_id: ::String
258
+ attr_accessor media_region: ::String
259
+ attr_accessor media_placement: Types::MediaPlacement
260
+ attr_accessor meeting_features: Types::MeetingFeaturesConfiguration
261
+ attr_accessor primary_meeting_id: ::String
262
+ attr_accessor tenant_ids: ::Array[::String]
263
+ attr_accessor meeting_arn: ::String
264
+ SENSITIVE: [:meeting_host_id, :external_meeting_id]
265
+ end
266
+
267
+ class MeetingFeaturesConfiguration
268
+ attr_accessor audio: Types::AudioFeatures
269
+ attr_accessor video: Types::VideoFeatures
270
+ attr_accessor content: Types::ContentFeatures
271
+ attr_accessor attendee: Types::AttendeeFeatures
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class NotFoundException
276
+ attr_accessor code: ::String
277
+ attr_accessor message: ::String
278
+ attr_accessor request_id: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class NotificationsConfiguration
283
+ attr_accessor lambda_function_arn: ::String
284
+ attr_accessor sns_topic_arn: ::String
285
+ attr_accessor sqs_queue_arn: ::String
286
+ SENSITIVE: [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]
287
+ end
288
+
289
+ class ResourceNotFoundException
290
+ attr_accessor code: ::String
291
+ attr_accessor message: ::String
292
+ attr_accessor request_id: ::String
293
+ attr_accessor resource_name: ::String
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class ServiceFailureException
298
+ attr_accessor code: ::String
299
+ attr_accessor message: ::String
300
+ attr_accessor request_id: ::String
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class ServiceUnavailableException
305
+ attr_accessor code: ::String
306
+ attr_accessor message: ::String
307
+ attr_accessor request_id: ::String
308
+ attr_accessor retry_after_seconds: ::String
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class StartMeetingTranscriptionRequest
313
+ attr_accessor meeting_id: ::String
314
+ attr_accessor transcription_configuration: Types::TranscriptionConfiguration
315
+ SENSITIVE: []
316
+ end
317
+
318
+ class StopMeetingTranscriptionRequest
319
+ attr_accessor meeting_id: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class Tag
324
+ attr_accessor key: ::String
325
+ attr_accessor value: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class TagResourceRequest
330
+ attr_accessor resource_arn: ::String
331
+ attr_accessor tags: ::Array[Types::Tag]
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class TagResourceResponse < Aws::EmptyStructure
336
+ end
337
+
338
+ class ThrottlingException
339
+ attr_accessor code: ::String
340
+ attr_accessor message: ::String
341
+ attr_accessor request_id: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class TooManyTagsException
346
+ attr_accessor code: ::String
347
+ attr_accessor message: ::String
348
+ attr_accessor request_id: ::String
349
+ attr_accessor resource_name: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class TranscriptionConfiguration
354
+ attr_accessor engine_transcribe_settings: Types::EngineTranscribeSettings
355
+ attr_accessor engine_transcribe_medical_settings: Types::EngineTranscribeMedicalSettings
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class UnauthorizedException
360
+ attr_accessor code: ::String
361
+ attr_accessor message: ::String
362
+ attr_accessor request_id: ::String
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class UnprocessableEntityException
367
+ attr_accessor code: ::String
368
+ attr_accessor message: ::String
369
+ attr_accessor request_id: ::String
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class UntagResourceRequest
374
+ attr_accessor resource_arn: ::String
375
+ attr_accessor tag_keys: ::Array[::String]
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class UntagResourceResponse < Aws::EmptyStructure
380
+ end
381
+
382
+ class UpdateAttendeeCapabilitiesRequest
383
+ attr_accessor meeting_id: ::String
384
+ attr_accessor attendee_id: ::String
385
+ attr_accessor capabilities: Types::AttendeeCapabilities
386
+ SENSITIVE: []
387
+ end
388
+
389
+ class UpdateAttendeeCapabilitiesResponse
390
+ attr_accessor attendee: Types::Attendee
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class VideoFeatures
395
+ attr_accessor max_resolution: ("None" | "HD" | "FHD")
396
+ SENSITIVE: []
397
+ end
398
+ end
399
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ChimeSDKMeetings
10
+ module Waiters
11
+ end
12
+ end
13
+ 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.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-chimesdkmeetings/plugins/endpoints.rb
67
67
  - lib/aws-sdk-chimesdkmeetings/resource.rb
68
68
  - lib/aws-sdk-chimesdkmeetings/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkmeetings
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkmeetings/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - Amazon Chime SDK Meetings
94
99
  test_files: []