aws-sdk-chimesdkmeetings 1.16.0 → 1.17.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: 1922f313af4e23175e2fc4da9339d75bb5358ab8ac3b9fee1980af3443c709d5
4
- data.tar.gz: 2cc4ec2ba8d24d1a97c047ab0230216183ce326f43b50dec5ab910b4d05a8e2f
3
+ metadata.gz: a9c9fca6c64db3b37668084f8a246ad8cb5743041b3662b694ee0e577a1e8d91
4
+ data.tar.gz: 9257849e1b8cfd72a43932f51a9161c3f159e13e4fb96d562e5f3ef9d5016087
5
5
  SHA512:
6
- metadata.gz: aa7c7390f6648e2a0e202b6c6849d7754cea290c5d9f8104fad1517ed7fa6e50b9e6e04829f733db1379269bf6d03ff1f33b665bba0ee44ec06eecf730019df9
7
- data.tar.gz: a41e8fbd16b63b8db1e81a29539994cd6b54dc656719762a7bcad74ee6d9a2fb9a9d3fb5fd2e0b6d7109b6b04e32d477a0f859c78d6f9649bdb14ed368d9119b
6
+ metadata.gz: 6351f692c30a0c418027de833941a857d095c0d86f8f9aa257edf9b0e50f34ddb8c22b1a7ebc5007195a7b606c0d07f8e6f1ff9cfca5df5ecd22a7db32de96da
7
+ data.tar.gz: b3a31b757e08e13ae30d32b52483914e474558a651292b00f30c2310cf6f94d00e3c20135549a80a84c9599c7c02abb7a9932fb4c1c460051a8cf783d2da5486
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2023-02-09)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Chime Meetings SDK
8
+
4
9
  1.16.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -509,6 +509,11 @@ module Aws::ChimeSDKMeetings
509
509
  # The Amazon Chime SDK external user ID. An idempotency token. Links the
510
510
  # attendee to an identity managed by a builder application.
511
511
  #
512
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
513
+ #
514
+ # Values that begin with `aws:` are reserved. You can't configure a
515
+ # value that uses this prefix.
516
+ #
512
517
  # @option params [Types::AttendeeCapabilities] :capabilities
513
518
  # The capabilities (`audio`, `video`, or `content`) that you want to
514
519
  # grant an attendee. If you don't specify capabilities, all users have
@@ -610,6 +615,11 @@ module Aws::ChimeSDKMeetings
610
615
  # @option params [required, String] :external_meeting_id
611
616
  # The external meeting ID.
612
617
  #
618
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
619
+ #
620
+ # Values that begin with `aws:` are reserved. You can't configure a
621
+ # value that uses this prefix. Case insensitive.
622
+ #
613
623
  # @option params [Types::NotificationsConfiguration] :notifications_configuration
614
624
  # The configuration for resource targets to receive notifications when
615
625
  # meeting and attendee events occur.
@@ -655,7 +665,7 @@ module Aws::ChimeSDKMeetings
655
665
  #
656
666
  # **Minimum permissions**
657
667
  #
658
- # In addition to the `tag:TagResources `permission required by this
668
+ # In addition to the `tag:TagResources` permission required by this
659
669
  # operation, you must also have the tagging permission defined by the
660
670
  # service that created the resource. For example, to tag a
661
671
  # `ChimeSDKMeetings` instance using the `TagResources` operation, you
@@ -774,6 +784,11 @@ module Aws::ChimeSDKMeetings
774
784
  # @option params [required, String] :external_meeting_id
775
785
  # The external meeting ID.
776
786
  #
787
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
788
+ #
789
+ # Values that begin with `aws:` are reserved. You can't configure a
790
+ # value that uses this prefix. Case insensitive.
791
+ #
777
792
  # @option params [Types::MeetingFeaturesConfiguration] :meeting_features
778
793
  # Lists the audio and video features enabled for a meeting, such as echo
779
794
  # reduction.
@@ -1118,7 +1133,19 @@ module Aws::ChimeSDKMeetings
1118
1133
  req.send_request(options)
1119
1134
  end
1120
1135
 
1121
- # Starts transcription for the specified `meetingId`.
1136
+ # Starts transcription for the specified `meetingId`. For more
1137
+ # information, refer to [ Using Amazon Chime SDK live transcription ][1]
1138
+ # in the *Amazon Chime SDK Developer Guide*.
1139
+ #
1140
+ # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
1141
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][2],
1142
+ # including the terms specific to the AWS Machine Learning and
1143
+ # Artificial Intelligence Services.
1144
+ #
1145
+ #
1146
+ #
1147
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
1148
+ # [2]: https://aws.amazon.com/service-terms/
1122
1149
  #
1123
1150
  # @option params [required, String] :meeting_id
1124
1151
  # The unique ID of the meeting being transcribed.
@@ -1171,7 +1198,19 @@ module Aws::ChimeSDKMeetings
1171
1198
  req.send_request(options)
1172
1199
  end
1173
1200
 
1174
- # Stops transcription for the specified `meetingId`.
1201
+ # Stops transcription for the specified `meetingId`. For more
1202
+ # information, refer to [ Using Amazon Chime SDK live transcription ][1]
1203
+ # in the *Amazon Chime SDK Developer Guide*.
1204
+ #
1205
+ # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
1206
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][2],
1207
+ # including the terms specific to the AWS Machine Learning and
1208
+ # Artificial Intelligence Services.
1209
+ #
1210
+ #
1211
+ #
1212
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
1213
+ # [2]: https://aws.amazon.com/service-terms/
1175
1214
  #
1176
1215
  # @option params [required, String] :meeting_id
1177
1216
  # The unique ID of the meeting for which you stop transcription.
@@ -1357,7 +1396,7 @@ module Aws::ChimeSDKMeetings
1357
1396
  params: params,
1358
1397
  config: config)
1359
1398
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1360
- context[:gem_version] = '1.16.0'
1399
+ context[:gem_version] = '1.17.0'
1361
1400
  Seahorse::Client::Request.new(handlers, context)
1362
1401
  end
1363
1402
 
@@ -50,6 +50,9 @@ module Aws::ChimeSDKMeetings
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -15,7 +15,7 @@ module Aws::ChimeSDKMeetings
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
17
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
20
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
21
  end
@@ -23,6 +23,11 @@ module Aws::ChimeSDKMeetings
23
23
  # @!attribute [rw] external_user_id
24
24
  # The Amazon Chime SDK external user ID. An idempotency token. Links
25
25
  # the attendee to an identity managed by a builder application.
26
+ #
27
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
28
+ #
29
+ # Values that begin with `aws:` are reserved. You can't configure a
30
+ # value that uses this prefix. Case insensitive.
26
31
  # @return [String]
27
32
  #
28
33
  # @!attribute [rw] attendee_id
@@ -267,6 +272,11 @@ module Aws::ChimeSDKMeetings
267
272
  # @!attribute [rw] external_user_id
268
273
  # The Amazon Chime SDK external user ID. An idempotency token. Links
269
274
  # the attendee to an identity managed by a builder application.
275
+ #
276
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
277
+ #
278
+ # Values that begin with `aws:` are reserved. You can't configure a
279
+ # value that uses this prefix. Case insensitive.
270
280
  # @return [String]
271
281
  #
272
282
  # @!attribute [rw] error_code
@@ -294,6 +304,11 @@ module Aws::ChimeSDKMeetings
294
304
  # @!attribute [rw] external_user_id
295
305
  # The Amazon Chime SDK external user ID. An idempotency token. Links
296
306
  # the attendee to an identity managed by a builder application.
307
+ #
308
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
309
+ #
310
+ # Values that begin with `aws:` are reserved. You can't configure a
311
+ # value that uses this prefix.
297
312
  # @return [String]
298
313
  #
299
314
  # @!attribute [rw] capabilities
@@ -344,6 +359,11 @@ module Aws::ChimeSDKMeetings
344
359
  # @!attribute [rw] external_user_id
345
360
  # The Amazon Chime SDK external user ID. An idempotency token. Links
346
361
  # the attendee to an identity managed by a builder application.
362
+ #
363
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
364
+ #
365
+ # Values that begin with `aws:` are reserved. You can't configure a
366
+ # value that uses this prefix. Case insensitive.
347
367
  # @return [String]
348
368
  #
349
369
  # @!attribute [rw] capabilities
@@ -398,6 +418,11 @@ module Aws::ChimeSDKMeetings
398
418
  #
399
419
  # @!attribute [rw] external_meeting_id
400
420
  # The external meeting ID.
421
+ #
422
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
423
+ #
424
+ # Values that begin with `aws:` are reserved. You can't configure a
425
+ # value that uses this prefix. Case insensitive.
401
426
  # @return [String]
402
427
  #
403
428
  # @!attribute [rw] notifications_configuration
@@ -449,7 +474,7 @@ module Aws::ChimeSDKMeetings
449
474
  #
450
475
  # **Minimum permissions**
451
476
  #
452
- # In addition to the `tag:TagResources `permission required by this
477
+ # In addition to the `tag:TagResources` permission required by this
453
478
  # operation, you must also have the tagging permission defined by the
454
479
  # service that created the resource. For example, to tag a
455
480
  # `ChimeSDKMeetings` instance using the `TagResources` operation, you
@@ -529,6 +554,11 @@ module Aws::ChimeSDKMeetings
529
554
  #
530
555
  # @!attribute [rw] external_meeting_id
531
556
  # The external meeting ID.
557
+ #
558
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
559
+ #
560
+ # Values that begin with `aws:` are reserved. You can't configure a
561
+ # value that uses this prefix. Case insensitive.
532
562
  # @return [String]
533
563
  #
534
564
  # @!attribute [rw] meeting_features
@@ -998,6 +1028,11 @@ module Aws::ChimeSDKMeetings
998
1028
  #
999
1029
  # @!attribute [rw] external_meeting_id
1000
1030
  # The external meeting ID.
1031
+ #
1032
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1033
+ #
1034
+ # Values that begin with `aws:` are reserved. You can't configure a
1035
+ # value that uses this prefix. Case insensitive.
1001
1036
  # @return [String]
1002
1037
  #
1003
1038
  # @!attribute [rw] media_region
@@ -1016,7 +1051,7 @@ module Aws::ChimeSDKMeetings
1016
1051
  # @return [Types::MediaPlacement]
1017
1052
  #
1018
1053
  # @!attribute [rw] meeting_features
1019
- # The features available to a meeting, such as Amazon Voice Focus.
1054
+ # The features available to a meeting, such as echo reduction.
1020
1055
  # @return [Types::MeetingFeaturesConfiguration]
1021
1056
  #
1022
1057
  # @!attribute [rw] primary_meeting_id
@@ -1048,7 +1083,7 @@ module Aws::ChimeSDKMeetings
1048
1083
  include Aws::Structure
1049
1084
  end
1050
1085
 
1051
- # The configuration settings of the features available to a meeting.>
1086
+ # The configuration settings of the features available to a meeting.
1052
1087
  #
1053
1088
  # @!attribute [rw] audio
1054
1089
  # The configuration settings for the audio features available to a
@@ -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.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  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.16.0
4
+ version: 1.17.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core