aws-sdk-chime 1.70.0 → 1.71.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: e13d131c41944dfc0fa5a9f108728f05a68d74bc61acec3d52655b067a947063
4
- data.tar.gz: a88d922e881b56da95eb34a3e539f0f268ce635be1ee72131126cef69beaea46
3
+ metadata.gz: '0930ee2bc6d0bd87b3c5743f3e07d24d15e20769e9581cd77edb4b89a51fca71'
4
+ data.tar.gz: 8dec2e827445959bf274cd1d77d553925c345e0cfefec7ad8beec16c31941cde
5
5
  SHA512:
6
- metadata.gz: 2bb9ee712c47b7f89797249d57ca1943732e2339843086e16dd8999157cd84942a1bca4264e42ac6565bc8ae9882483a1515e3c28f14201d9f36d9498b08c4b5
7
- data.tar.gz: 47b7eb158b7fcfe6e708c62184bfe1e6342620033dd065fa133ab7930d60e681b06aa45552ca9ef98ba9fe321fbce3ed323c5b21da1172fce2811a225f2d5cf4
6
+ metadata.gz: cf3388afc34f4c669b3ee3d1fc94116c4927dbbb537ce0eb86aed4d4fc4c3438b70fcbf6e70e5c829c2ab169d6019204002f9595f78005220b3ce8425318e8b1
7
+ data.tar.gz: 9623192e054010c4c35c46668e882f02c180c6209aa707ce8efc74444e2fa210e36995e20c4c67595687bf52a7ae419f49c0dc3c82ab45a42be704b20bf0050d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2023-04-20)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
8
+
4
9
  1.70.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -517,11 +517,11 @@ module Aws::Chime
517
517
 
518
518
  # Creates up to 100 new attendees for an active Amazon Chime SDK
519
519
  # meeting. For more information about the Amazon Chime SDK, see [Using
520
- # the Amazon Chime SDK][1] in the *Amazon Chime Developer Guide*.
520
+ # the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
521
521
  #
522
522
  #
523
523
  #
524
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
524
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
525
525
  #
526
526
  # @option params [required, String] :meeting_id
527
527
  # The Amazon Chime SDK meeting ID.
@@ -1106,11 +1106,11 @@ module Aws::Chime
1106
1106
 
1107
1107
  # Creates a new attendee for an active Amazon Chime SDK meeting. For
1108
1108
  # more information about the Amazon Chime SDK, see [Using the Amazon
1109
- # Chime SDK][1] in the *Amazon Chime Developer Guide*.
1109
+ # Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
1110
1110
  #
1111
1111
  #
1112
1112
  #
1113
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
1113
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
1114
1114
  #
1115
1115
  # @option params [required, String] :meeting_id
1116
1116
  # The Amazon Chime SDK meeting ID.
@@ -1200,7 +1200,7 @@ module Aws::Chime
1200
1200
 
1201
1201
  # Creates a channel to which you can add users and send messages.
1202
1202
  #
1203
- # **Restriction**\: You can't change a channel's privacy.
1203
+ # **Restriction**: You can't change a channel's privacy.
1204
1204
  #
1205
1205
  # <note markdown="1"> The `x-amz-chime-bearer` request header is mandatory. Use the
1206
1206
  # `AppInstanceUserArn` of the user that makes the API call as the value
@@ -1469,7 +1469,9 @@ module Aws::Chime
1469
1469
  # The ARN of the sink type.
1470
1470
  #
1471
1471
  # @option params [String] :client_request_token
1472
- # The token assigned to the client making the pipeline request.
1472
+ # The unique identifier for the client request. The token makes the API
1473
+ # request idempotent. Use a different token for different media pipeline
1474
+ # requests.
1473
1475
  #
1474
1476
  # **A suitable default value is auto-generated.** You should normally
1475
1477
  # not need to pass this option.**
@@ -1545,14 +1547,14 @@ module Aws::Chime
1545
1547
  # Creates a new Amazon Chime SDK meeting in the specified media Region
1546
1548
  # with no initial attendees. For more information about specifying media
1547
1549
  # Regions, see [Amazon Chime SDK Media Regions][1] in the *Amazon Chime
1548
- # Developer Guide* . For more information about the Amazon Chime SDK,
1549
- # see [Using the Amazon Chime SDK][2] in the *Amazon Chime Developer
1550
- # Guide* .
1550
+ # SDK Developer Guide* . For more information about the Amazon Chime
1551
+ # SDK, see [Using the Amazon Chime SDK][2] in the *Amazon Chime SDK
1552
+ # Developer Guide* .
1551
1553
  #
1552
1554
  #
1553
1555
  #
1554
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html
1555
- # [2]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
1556
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html
1557
+ # [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
1556
1558
  #
1557
1559
  # @option params [required, String] :client_request_token
1558
1560
  # The unique identifier for the client request. Use a different token
@@ -1684,14 +1686,15 @@ module Aws::Chime
1684
1686
 
1685
1687
  # Creates a new Amazon Chime SDK meeting in the specified media Region,
1686
1688
  # with attendees. For more information about specifying media Regions,
1687
- # see [Amazon Chime SDK Media Regions][1] in the *Amazon Chime Developer
1688
- # Guide* . For more information about the Amazon Chime SDK, see [Using
1689
- # the Amazon Chime SDK][2] in the *Amazon Chime Developer Guide* .
1689
+ # see [Amazon Chime SDK Media Regions][1] in the *Amazon Chime SDK
1690
+ # Developer Guide* . For more information about the Amazon Chime SDK,
1691
+ # see [Using the Amazon Chime SDK][2] in the *Amazon Chime SDK Developer
1692
+ # Guide* .
1690
1693
  #
1691
1694
  #
1692
1695
  #
1693
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html
1694
- # [2]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
1696
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html
1697
+ # [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
1695
1698
  #
1696
1699
  # @option params [required, String] :client_request_token
1697
1700
  # The unique identifier for the client request. Use a different token
@@ -1722,7 +1725,7 @@ module Aws::Chime
1722
1725
  # The resource target configurations for receiving Amazon Chime SDK
1723
1726
  # meeting and attendee event notifications. The Amazon Chime SDK
1724
1727
  # supports resource targets located in the US East (N. Virginia) AWS
1725
- # Region (`us-east-1`).
1728
+ # Region (us-east-1).
1726
1729
  #
1727
1730
  # @option params [Array<Types::CreateAttendeeRequestItem>] :attendees
1728
1731
  # The request containing the attendees to create.
@@ -2459,11 +2462,11 @@ module Aws::Chime
2459
2462
  # deletes their `JoinToken`. Attendees are automatically deleted when a
2460
2463
  # Amazon Chime SDK meeting is deleted. For more information about the
2461
2464
  # Amazon Chime SDK, see [Using the Amazon Chime SDK][1] in the *Amazon
2462
- # Chime Developer Guide*.
2465
+ # Chime SDK Developer Guide*.
2463
2466
  #
2464
2467
  #
2465
2468
  #
2466
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
2469
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
2467
2470
  #
2468
2471
  # @option params [required, String] :meeting_id
2469
2472
  # The Amazon Chime SDK meeting ID.
@@ -2720,12 +2723,12 @@ module Aws::Chime
2720
2723
  # Deletes the specified Amazon Chime SDK meeting. The operation deletes
2721
2724
  # all attendees, disconnects all clients, and prevents new clients from
2722
2725
  # joining the meeting. For more information about the Amazon Chime SDK,
2723
- # see [Using the Amazon Chime SDK][1] in the *Amazon Chime Developer
2726
+ # see [Using the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer
2724
2727
  # Guide*.
2725
2728
  #
2726
2729
  #
2727
2730
  #
2728
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
2731
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
2729
2732
  #
2730
2733
  # @option params [required, String] :meeting_id
2731
2734
  # The Amazon Chime SDK meeting ID.
@@ -3757,12 +3760,12 @@ module Aws::Chime
3757
3760
 
3758
3761
  # Gets the Amazon Chime SDK attendee details for a specified meeting ID
3759
3762
  # and attendee ID. For more information about the Amazon Chime SDK, see
3760
- # [Using the Amazon Chime SDK][1] in the *Amazon Chime Developer Guide*
3761
- # .
3763
+ # [Using the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer
3764
+ # Guide* .
3762
3765
  #
3763
3766
  #
3764
3767
  #
3765
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
3768
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
3766
3769
  #
3767
3770
  # @option params [required, String] :meeting_id
3768
3771
  # The Amazon Chime SDK meeting ID.
@@ -3994,11 +3997,11 @@ module Aws::Chime
3994
3997
 
3995
3998
  # Gets the Amazon Chime SDK meeting details for the specified meeting
3996
3999
  # ID. For more information about the Amazon Chime SDK, see [Using the
3997
- # Amazon Chime SDK][1] in the *Amazon Chime Developer Guide* .
4000
+ # Amazon Chime SDK][1] in the *Amazon Chime SDK Developer Guide* .
3998
4001
  #
3999
4002
  #
4000
4003
  #
4001
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
4004
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
4002
4005
  #
4003
4006
  # @option params [required, String] :meeting_id
4004
4007
  # The Amazon Chime SDK meeting ID.
@@ -5047,11 +5050,11 @@ module Aws::Chime
5047
5050
 
5048
5051
  # Lists the attendees for the specified Amazon Chime SDK meeting. For
5049
5052
  # more information about the Amazon Chime SDK, see [Using the Amazon
5050
- # Chime SDK][1] in the *Amazon Chime Developer Guide*.
5053
+ # Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
5051
5054
  #
5052
5055
  #
5053
5056
  #
5054
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
5057
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
5055
5058
  #
5056
5059
  # @option params [required, String] :meeting_id
5057
5060
  # The Amazon Chime SDK meeting ID.
@@ -5676,11 +5679,11 @@ module Aws::Chime
5676
5679
 
5677
5680
  # Lists up to 100 active Amazon Chime SDK meetings. For more information
5678
5681
  # about the Amazon Chime SDK, see [Using the Amazon Chime SDK][1] in the
5679
- # *Amazon Chime Developer Guide*.
5682
+ # *Amazon Chime SDK Developer Guide*.
5680
5683
  #
5681
5684
  #
5682
5685
  #
5683
- # [1]: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html
5686
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
5684
5687
  #
5685
5688
  # @option params [String] :next_token
5686
5689
  # The token to use to retrieve the next page of results.
@@ -7301,7 +7304,26 @@ module Aws::Chime
7301
7304
  req.send_request(options)
7302
7305
  end
7303
7306
 
7304
- # Starts transcription for the specified `meetingId`.
7307
+ # Starts transcription for the specified `meetingId`. For more
7308
+ # information, refer to [ Using Amazon Chime SDK live transcription ][1]
7309
+ # in the *Amazon Chime SDK Developer Guide*.
7310
+ #
7311
+ # If you specify an invalid configuration, a `TranscriptFailed` event
7312
+ # will be sent with the contents of the `BadRequestException` generated
7313
+ # by Amazon Transcribe. For more information on each parameter and which
7314
+ # combinations are valid, refer to the [StartStreamTranscription][2] API
7315
+ # in the *Amazon Transcribe Developer Guide*.
7316
+ #
7317
+ # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
7318
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][3],
7319
+ # including the terms specific to the AWS Machine Learning and
7320
+ # Artificial Intelligence Services.
7321
+ #
7322
+ #
7323
+ #
7324
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
7325
+ # [2]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
7326
+ # [3]: https://aws.amazon.com/service-terms/
7305
7327
  #
7306
7328
  # @option params [required, String] :meeting_id
7307
7329
  # The unique ID of the meeting being transcribed.
@@ -7319,7 +7341,7 @@ module Aws::Chime
7319
7341
  # meeting_id: "GuidString", # required
7320
7342
  # transcription_configuration: { # required
7321
7343
  # engine_transcribe_settings: {
7322
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
7344
+ # language_code: "en-US", # accepts 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
7323
7345
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
7324
7346
  # vocabulary_filter_name: "String",
7325
7347
  # vocabulary_name: "String",
@@ -7330,6 +7352,11 @@ module Aws::Chime
7330
7352
  # content_redaction_type: "PII", # accepts PII
7331
7353
  # pii_entity_types: "TranscribePiiEntityTypes",
7332
7354
  # language_model_name: "TranscribeLanguageModelName",
7355
+ # identify_language: false,
7356
+ # language_options: "TranscribeLanguageOptions",
7357
+ # preferred_language: "en-US", # accepts 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
7358
+ # vocabulary_names: "TranscribeVocabularyNamesOrFilterNamesString",
7359
+ # vocabulary_filter_names: "TranscribeVocabularyNamesOrFilterNamesString",
7333
7360
  # },
7334
7361
  # engine_transcribe_medical_settings: {
7335
7362
  # language_code: "en-US", # required, accepts en-US
@@ -7760,7 +7787,7 @@ module Aws::Chime
7760
7787
 
7761
7788
  # Update a channel's attributes.
7762
7789
  #
7763
- # **Restriction**\: You can't change a channel's privacy.
7790
+ # **Restriction**: You can't change a channel's privacy.
7764
7791
  #
7765
7792
  # <note markdown="1"> The `x-amz-chime-bearer` request header is mandatory. Use the
7766
7793
  # `AppInstanceUserArn` of the user that makes the API call as the value
@@ -8600,7 +8627,7 @@ module Aws::Chime
8600
8627
  params: params,
8601
8628
  config: config)
8602
8629
  context[:gem_name] = 'aws-sdk-chime'
8603
- context[:gem_version] = '1.70.0'
8630
+ context[:gem_version] = '1.71.0'
8604
8631
  Seahorse::Client::Request.new(handlers, context)
8605
8632
  end
8606
8633
 
@@ -569,6 +569,7 @@ module Aws::Chime
569
569
  TranscribeContentRedactionType = Shapes::StringShape.new(name: 'TranscribeContentRedactionType')
570
570
  TranscribeLanguageCode = Shapes::StringShape.new(name: 'TranscribeLanguageCode')
571
571
  TranscribeLanguageModelName = Shapes::StringShape.new(name: 'TranscribeLanguageModelName')
572
+ TranscribeLanguageOptions = Shapes::StringShape.new(name: 'TranscribeLanguageOptions')
572
573
  TranscribeMedicalContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeMedicalContentIdentificationType')
573
574
  TranscribeMedicalLanguageCode = Shapes::StringShape.new(name: 'TranscribeMedicalLanguageCode')
574
575
  TranscribeMedicalRegion = Shapes::StringShape.new(name: 'TranscribeMedicalRegion')
@@ -578,6 +579,7 @@ module Aws::Chime
578
579
  TranscribePiiEntityTypes = Shapes::StringShape.new(name: 'TranscribePiiEntityTypes')
579
580
  TranscribeRegion = Shapes::StringShape.new(name: 'TranscribeRegion')
580
581
  TranscribeVocabularyFilterMethod = Shapes::StringShape.new(name: 'TranscribeVocabularyFilterMethod')
582
+ TranscribeVocabularyNamesOrFilterNamesString = Shapes::StringShape.new(name: 'TranscribeVocabularyNamesOrFilterNamesString')
581
583
  TranscriptionConfiguration = Shapes::StructureShape.new(name: 'TranscriptionConfiguration')
582
584
  UnauthorizedClientException = Shapes::StructureShape.new(name: 'UnauthorizedClientException')
583
585
  UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
@@ -1474,7 +1476,7 @@ module Aws::Chime
1474
1476
  EngineTranscribeMedicalSettings.add_member(:content_identification_type, Shapes::ShapeRef.new(shape: TranscribeMedicalContentIdentificationType, location_name: "ContentIdentificationType"))
1475
1477
  EngineTranscribeMedicalSettings.struct_class = Types::EngineTranscribeMedicalSettings
1476
1478
 
1477
- EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, required: true, location_name: "LanguageCode"))
1479
+ EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "LanguageCode"))
1478
1480
  EngineTranscribeSettings.add_member(:vocabulary_filter_method, Shapes::ShapeRef.new(shape: TranscribeVocabularyFilterMethod, location_name: "VocabularyFilterMethod"))
1479
1481
  EngineTranscribeSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyFilterName"))
1480
1482
  EngineTranscribeSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyName"))
@@ -1485,6 +1487,11 @@ module Aws::Chime
1485
1487
  EngineTranscribeSettings.add_member(:content_redaction_type, Shapes::ShapeRef.new(shape: TranscribeContentRedactionType, location_name: "ContentRedactionType"))
1486
1488
  EngineTranscribeSettings.add_member(:pii_entity_types, Shapes::ShapeRef.new(shape: TranscribePiiEntityTypes, location_name: "PiiEntityTypes"))
1487
1489
  EngineTranscribeSettings.add_member(:language_model_name, Shapes::ShapeRef.new(shape: TranscribeLanguageModelName, location_name: "LanguageModelName"))
1490
+ EngineTranscribeSettings.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
1491
+ EngineTranscribeSettings.add_member(:language_options, Shapes::ShapeRef.new(shape: TranscribeLanguageOptions, location_name: "LanguageOptions"))
1492
+ EngineTranscribeSettings.add_member(:preferred_language, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "PreferredLanguage"))
1493
+ EngineTranscribeSettings.add_member(:vocabulary_names, Shapes::ShapeRef.new(shape: TranscribeVocabularyNamesOrFilterNamesString, location_name: "VocabularyNames"))
1494
+ EngineTranscribeSettings.add_member(:vocabulary_filter_names, Shapes::ShapeRef.new(shape: TranscribeVocabularyNamesOrFilterNamesString, location_name: "VocabularyFilterNames"))
1488
1495
  EngineTranscribeSettings.struct_class = Types::EngineTranscribeSettings
1489
1496
 
1490
1497
  EventsConfiguration.add_member(:bot_id, Shapes::ShapeRef.new(shape: String, location_name: "BotId"))
@@ -14,60 +14,42 @@ module Aws::Chime
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
26
20
  end
27
- if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws")
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
29
+ return Aws::Endpoints::Endpoint.new(url: "https://chime.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
30
+ end
28
31
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
32
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
33
+ return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
34
  end
32
35
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
36
  end
34
37
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
38
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
39
+ return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
40
  end
38
41
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
42
  end
40
43
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
44
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://chime.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
45
+ return Aws::Endpoints::Endpoint.new(url: "https://chime.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
46
  end
44
47
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
48
  end
46
- return Aws::Endpoints::Endpoint.new(url: "https://chime.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
47
- end
48
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
49
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
50
- return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
51
- end
52
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
53
- end
54
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
55
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
56
- return Aws::Endpoints::Endpoint.new(url: "https://chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
57
- end
58
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
59
- end
60
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
61
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
62
- return Aws::Endpoints::Endpoint.new(url: "https://chime.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
63
- end
64
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
65
- end
66
- if Aws::Endpoints::Matchers.string_equals?(region, "aws-global")
67
- return Aws::Endpoints::Endpoint.new(url: "https://chime.us-east-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"chime", "signingRegion"=>"us-east-1"}]})
49
+ return Aws::Endpoints::Endpoint.new(url: "https://chime.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
68
50
  end
69
- return Aws::Endpoints::Endpoint.new(url: "https://chime.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
70
51
  end
52
+ raise ArgumentError, "Invalid Configuration: Missing Region"
71
53
  raise ArgumentError, 'No endpoint could be resolved'
72
54
 
73
55
  end
@@ -1463,7 +1463,7 @@ module Aws::Chime
1463
1463
  # `ChimeSdkMeeting`.
1464
1464
  #
1465
1465
  # @!attribute [rw] source_configuration
1466
- # The source configuration for a specified media capture pipline.
1466
+ # The source configuration for a specified media capture pipeline.
1467
1467
  # @return [Types::SourceConfiguration]
1468
1468
  #
1469
1469
  # @!attribute [rw] artifacts_configuration
@@ -2013,7 +2013,9 @@ module Aws::Chime
2013
2013
  # @return [String]
2014
2014
  #
2015
2015
  # @!attribute [rw] client_request_token
2016
- # The token assigned to the client making the pipeline request.
2016
+ # The unique identifier for the client request. The token makes the
2017
+ # API request idempotent. Use a different token for different media
2018
+ # pipeline requests.
2017
2019
  #
2018
2020
  # **A suitable default value is auto-generated.** You should normally
2019
2021
  # not need to pass this option.
@@ -2190,7 +2192,7 @@ module Aws::Chime
2190
2192
  # The resource target configurations for receiving Amazon Chime SDK
2191
2193
  # meeting and attendee event notifications. The Amazon Chime SDK
2192
2194
  # supports resource targets located in the US East (N. Virginia) AWS
2193
- # Region (`us-east-1`).
2195
+ # Region (us-east-1).
2194
2196
  # @return [Types::MeetingNotificationConfiguration]
2195
2197
  #
2196
2198
  # @!attribute [rw] attendees
@@ -3534,8 +3536,12 @@ module Aws::Chime
3534
3536
  # @return [String]
3535
3537
  #
3536
3538
  # @!attribute [rw] content_identification_type
3537
- # Set this field to `PHI` to identify personal health information in
3538
- # the transcription output.
3539
+ # Labels all personally identifiable information (PII) identified in
3540
+ # your transcript. If you don't include `PiiEntityTypes`, all PII is
3541
+ # identified.
3542
+ #
3543
+ # You can’t set `ContentIdentificationType` and
3544
+ # `ContentRedactionType`.
3539
3545
  # @return [String]
3540
3546
  #
3541
3547
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeMedicalSettings AWS API Documentation
@@ -3551,68 +3557,213 @@ module Aws::Chime
3551
3557
  include Aws::Structure
3552
3558
  end
3553
3559
 
3554
- # Settings specific to the Amazon Transcribe engine.
3560
+ # Settings specific for Amazon Transcribe as the live transcription
3561
+ # engine.
3562
+ #
3563
+ # If you specify an invalid combination of parameters, a
3564
+ # `TranscriptFailed` event will be sent with the contents of the
3565
+ # `BadRequestException` generated by Amazon Transcribe. For more
3566
+ # information on each parameter and which combinations are valid, refer
3567
+ # to the [StartStreamTranscription][1] API in the *Amazon Transcribe
3568
+ # Developer Guide*.
3569
+ #
3570
+ #
3571
+ #
3572
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
3555
3573
  #
3556
3574
  # @!attribute [rw] language_code
3557
- # The language code specified for the Amazon Transcribe engine.
3575
+ # Specify the language code that represents the language spoken.
3576
+ #
3577
+ # If you're unsure of the language spoken in your audio, consider
3578
+ # using `IdentifyLanguage` to enable automatic language
3579
+ # identification.
3558
3580
  # @return [String]
3559
3581
  #
3560
3582
  # @!attribute [rw] vocabulary_filter_method
3561
- # The filtering method passed to Amazon Transcribe.
3583
+ # Specify how you want your vocabulary filter applied to your
3584
+ # transcript.
3585
+ #
3586
+ # To replace words with `***`, choose `mask`.
3587
+ #
3588
+ # To delete words, choose `remove`.
3589
+ #
3590
+ # To flag words without changing them, choose `tag`.
3562
3591
  # @return [String]
3563
3592
  #
3564
3593
  # @!attribute [rw] vocabulary_filter_name
3565
- # The name of the vocabulary filter passed to Amazon Transcribe.
3594
+ # Specify the name of the custom vocabulary filter that you want to
3595
+ # use when processing your transcription. Note that vocabulary filter
3596
+ # names are case sensitive.
3597
+ #
3598
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3599
+ # filter must be available in Amazon Transcribe in each Region.
3600
+ #
3601
+ # If you include `IdentifyLanguage` and want to use one or more
3602
+ # vocabulary filters with your transcription, use the
3603
+ # `VocabularyFilterNames` parameter instead.
3566
3604
  # @return [String]
3567
3605
  #
3568
3606
  # @!attribute [rw] vocabulary_name
3569
- # The name of the vocabulary passed to Amazon Transcribe.
3607
+ # Specify the name of the custom vocabulary that you want to use when
3608
+ # processing your transcription. Note that vocabulary names are case
3609
+ # sensitive.
3610
+ #
3611
+ # If you use Amazon Transcribe multiple Regions, the vocabulary must
3612
+ # be available in Amazon Transcribe in each Region.
3613
+ #
3614
+ # If you include `IdentifyLanguage` and want to use one or more custom
3615
+ # vocabularies with your transcription, use the `VocabularyNames`
3616
+ # parameter instead.
3570
3617
  # @return [String]
3571
3618
  #
3572
3619
  # @!attribute [rw] region
3573
- # The AWS Region passed to Amazon Transcribe. If you don't specify a
3574
- # Region, Amazon Chime uses the meeting's Region.
3620
+ # The AWS Region in which to use Amazon Transcribe.
3621
+ #
3622
+ # If you don't specify a Region, then the `MediaRegion` parameter of
3623
+ # the [CreateMeeting.html][1] API will be used. However, if Amazon
3624
+ # Transcribe is not available in the `MediaRegion`, then a
3625
+ # TranscriptFailed event is sent.
3626
+ #
3627
+ # Use `auto` to use Amazon Transcribe in a Region near the meeting’s
3628
+ # `MediaRegion`. For more information, refer to [Choosing a
3629
+ # transcription Region][2] in the *Amazon Chime SDK Developer Guide*.
3630
+ #
3631
+ #
3632
+ #
3633
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html
3634
+ # [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region
3575
3635
  # @return [String]
3576
3636
  #
3577
3637
  # @!attribute [rw] enable_partial_results_stabilization
3578
- # Generates partial transcription results that are less likely to
3579
- # change as meeting attendees speak. It does so by only allowing the
3580
- # last few words from the partial results to change.
3638
+ # Enables partial result stabilization for your transcription. Partial
3639
+ # result stabilization can reduce latency in your output, but may
3640
+ # impact accuracy.
3581
3641
  # @return [Boolean]
3582
3642
  #
3583
3643
  # @!attribute [rw] partial_results_stability
3584
- # The stabity level of a partial results transcription. Determines how
3585
- # stable you want the transcription results to be. A higher level
3586
- # means the transcription results are less likely to change.
3644
+ # Specify the level of stability to use when you enable partial
3645
+ # results stabilization (`EnablePartialResultsStabilization`).
3646
+ #
3647
+ # Low stability provides the highest accuracy. High stability
3648
+ # transcribes faster, but with slightly lower accuracy.
3587
3649
  # @return [String]
3588
3650
  #
3589
3651
  # @!attribute [rw] content_identification_type
3590
- # Set this field to `PII` to identify personally identifiable
3591
- # information in the transcription output.
3652
+ # Labels all personally identifiable information (PII) identified in
3653
+ # your transcript. If you don't include `PiiEntityTypes`, all PII is
3654
+ # identified.
3655
+ #
3656
+ # You can’t set `ContentIdentificationType` and
3657
+ # `ContentRedactionType`.
3592
3658
  # @return [String]
3593
3659
  #
3594
3660
  # @!attribute [rw] content_redaction_type
3595
- # Set this field to `PII` to redact personally identifiable
3596
- # information in the transcription output. Content redaction is
3597
- # performed only upon complete transcription of the audio segments.
3661
+ # Content redaction is performed at the segment level. If you don't
3662
+ # include `PiiEntityTypes`, all PII is redacted.
3663
+ #
3664
+ # You can’t set `ContentIdentificationType` and
3665
+ # `ContentRedactionType`.
3598
3666
  # @return [String]
3599
3667
  #
3600
3668
  # @!attribute [rw] pii_entity_types
3601
- # Lists the PII entity types you want to identify or redact. To
3602
- # specify entity types, you must enable `ContentIdentificationType` or
3603
- # `ContentRedactionType`.
3669
+ # Specify which types of personally identifiable information (PII) you
3670
+ # want to redact in your transcript. You can include as many types as
3671
+ # you'd like, or you can select `ALL`.
3672
+ #
3673
+ # Values must be comma-separated and can include: `ADDRESS`,
3674
+ # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING`, `CREDIT_DEBIT_CVV`,
3675
+ # `CREDIT_DEBIT_EXPIRY` `CREDIT_DEBIT_NUMBER`, `EMAIL`,`NAME`,
3676
+ # `PHONE`, `PIN`, `SSN`, or `ALL`.
3604
3677
  #
3605
- # `PIIEntityTypes` must be comma-separated. The available values are:
3606
- # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
3607
- # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
3608
- # `ADDRESS`, `NAME`, `PHONE`, `SSN`, and `ALL`.
3678
+ # Note that if you include `PiiEntityTypes`, you must also include
3679
+ # `ContentIdentificationType` or `ContentRedactionType`.
3609
3680
  #
3610
- # `PiiEntityTypes` is an optional parameter with a default value of
3611
- # `ALL`.
3681
+ # If you include `ContentRedactionType` or
3682
+ # `ContentIdentificationType`, but do not include `PiiEntityTypes`,
3683
+ # all PII is redacted or identified.
3612
3684
  # @return [String]
3613
3685
  #
3614
3686
  # @!attribute [rw] language_model_name
3615
- # The name of the language model used during transcription.
3687
+ # Specify the name of the custom language model that you want to use
3688
+ # when processing your transcription. Note that language model names
3689
+ # are case sensitive.
3690
+ #
3691
+ # The language of the specified language model must match the language
3692
+ # code. If the languages don't match, the custom language model
3693
+ # isn't applied. There are no errors or warnings associated with a
3694
+ # language mismatch.
3695
+ #
3696
+ # If you use Amazon Transcribe in multiple Regions, the custom
3697
+ # language model must be available in Amazon Transcribe in each
3698
+ # Region.
3699
+ # @return [String]
3700
+ #
3701
+ # @!attribute [rw] identify_language
3702
+ # Enables automatic language identification for your transcription.
3703
+ #
3704
+ # If you include `IdentifyLanguage`, you can optionally use
3705
+ # `LanguageOptions` to include a list of language codes that you think
3706
+ # may be present in your audio stream. Including language options can
3707
+ # improve transcription accuracy.
3708
+ #
3709
+ # You can also use `PreferredLanguage` to include a preferred
3710
+ # language. Doing so can help Amazon Transcribe identify the language
3711
+ # faster.
3712
+ #
3713
+ # You must include either `LanguageCode` or `IdentifyLanguage`.
3714
+ #
3715
+ # Language identification can't be combined with custom language
3716
+ # models or redaction.
3717
+ # @return [Boolean]
3718
+ #
3719
+ # @!attribute [rw] language_options
3720
+ # Specify two or more language codes that represent the languages you
3721
+ # think may be present in your media; including more than five is not
3722
+ # recommended. If you're unsure what languages are present, do not
3723
+ # include this parameter.
3724
+ #
3725
+ # Including language options can improve the accuracy of language
3726
+ # identification.
3727
+ #
3728
+ # If you include `LanguageOptions`, you must also include
3729
+ # `IdentifyLanguage`.
3730
+ #
3731
+ # You can only include one language dialect per language. For example,
3732
+ # you cannot include `en-US` and `en-AU`.
3733
+ # @return [String]
3734
+ #
3735
+ # @!attribute [rw] preferred_language
3736
+ # Specify a preferred language from the subset of languages codes you
3737
+ # specified in `LanguageOptions`.
3738
+ #
3739
+ # You can only use this parameter if you include `IdentifyLanguage`
3740
+ # and `LanguageOptions`.
3741
+ # @return [String]
3742
+ #
3743
+ # @!attribute [rw] vocabulary_names
3744
+ # Specify the names of the custom vocabularies that you want to use
3745
+ # when processing your transcription. Note that vocabulary names are
3746
+ # case sensitive.
3747
+ #
3748
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3749
+ # must be available in Amazon Transcribe in each Region.
3750
+ #
3751
+ # If you don't include `IdentifyLanguage` and want to use a custom
3752
+ # vocabulary with your transcription, use the `VocabularyName`
3753
+ # parameter instead.
3754
+ # @return [String]
3755
+ #
3756
+ # @!attribute [rw] vocabulary_filter_names
3757
+ # Specify the names of the custom vocabulary filters that you want to
3758
+ # use when processing your transcription. Note that vocabulary filter
3759
+ # names are case sensitive.
3760
+ #
3761
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3762
+ # filter must be available in Amazon Transcribe in each Region.
3763
+ #
3764
+ # If you're *not* including `IdentifyLanguage` and want to use a
3765
+ # custom vocabulary filter with your transcription, use the
3766
+ # `VocabularyFilterName` parameter instead.
3616
3767
  # @return [String]
3617
3768
  #
3618
3769
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeSettings AWS API Documentation
@@ -3628,7 +3779,12 @@ module Aws::Chime
3628
3779
  :content_identification_type,
3629
3780
  :content_redaction_type,
3630
3781
  :pii_entity_types,
3631
- :language_model_name)
3782
+ :language_model_name,
3783
+ :identify_language,
3784
+ :language_options,
3785
+ :preferred_language,
3786
+ :vocabulary_names,
3787
+ :vocabulary_filter_names)
3632
3788
  SENSITIVE = []
3633
3789
  include Aws::Structure
3634
3790
  end
@@ -4944,8 +5100,7 @@ module Aws::Chime
4944
5100
  end
4945
5101
 
4946
5102
  # @!attribute [rw] channel_memberships
4947
- # The token passed by previous API calls until all requested users are
4948
- # returned.
5103
+ # The information for the requested channel memberships.
4949
5104
  # @return [Array<Types::ChannelMembershipForAppInstanceUserSummary>]
4950
5105
  #
4951
5106
  # @!attribute [rw] next_token
@@ -5822,13 +5977,12 @@ module Aws::Chime
5822
5977
  # to Amazon CloudWatch Logs.
5823
5978
  #
5824
5979
  # @!attribute [rw] enable_sip_logs
5825
- # When true, enables SIP message logs for sending to Amazon CloudWatch
5826
- # Logs.
5980
+ # Boolean that enables SIP message logs to Amazon CloudWatch logs.
5827
5981
  # @return [Boolean]
5828
5982
  #
5829
5983
  # @!attribute [rw] enable_media_metric_logs
5830
- # Boolean that enables the logging of Voice Connector metrics to
5831
- # Cloudwatch.
5984
+ # Boolean that enables logging of detailed media metrics for Voice
5985
+ # Connectors to Amazon CloudWatch logs.
5832
5986
  # @return [Boolean]
5833
5987
  #
5834
5988
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/LoggingConfiguration AWS API Documentation
@@ -6680,7 +6834,7 @@ module Aws::Chime
6680
6834
 
6681
6835
  # @!attribute [rw] events_configuration
6682
6836
  # The configuration that allows a bot to receive outgoing events. Can
6683
- # be either an HTTPS endpoint or a Lambda function ARN.
6837
+ # be an HTTPS endpoint or an AWS Lambda function ARN.
6684
6838
  # @return [Types::EventsConfiguration]
6685
6839
  #
6686
6840
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutEventsConfigurationResponse AWS API Documentation
@@ -6744,7 +6898,7 @@ module Aws::Chime
6744
6898
  end
6745
6899
 
6746
6900
  # @!attribute [rw] sip_media_application_logging_configuration
6747
- # Logging configuration of the SIP media application.
6901
+ # The logging configuration of the SIP media application.
6748
6902
  # @return [Types::SipMediaApplicationLoggingConfiguration]
6749
6903
  #
6750
6904
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutSipMediaApplicationLoggingConfigurationResponse AWS API Documentation
@@ -7074,7 +7228,7 @@ module Aws::Chime
7074
7228
 
7075
7229
  # @!attribute [rw] bot
7076
7230
  # A resource that allows Enterprise account administrators to
7077
- # configure an interface to receive events from Amazon Chime.
7231
+ # configure an interface that receives events from Amazon Chime.
7078
7232
  # @return [Types::Bot]
7079
7233
  #
7080
7234
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RegenerateSecurityTokenResponse AWS API Documentation
@@ -7525,9 +7679,9 @@ module Aws::Chime
7525
7679
  # The endpoint assigned to the SIP media application.
7526
7680
  #
7527
7681
  # @!attribute [rw] lambda_arn
7528
- # Valid Amazon Resource Name (ARN) of the Lambda function. The
7529
- # function must be created in the same AWS Region as the SIP media
7530
- # application.
7682
+ # Valid Amazon Resource Name (ARN) of the Lambda function, version, or
7683
+ # alias. The function must be created in the same AWS Region as the
7684
+ # SIP media application.
7531
7685
  # @return [String]
7532
7686
  #
7533
7687
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipMediaApplicationEndpoint AWS API Documentation
data/lib/aws-sdk-chime.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chime/customizations'
52
52
  # @!group service
53
53
  module Aws::Chime
54
54
 
55
- GEM_VERSION = '1.70.0'
55
+ GEM_VERSION = '1.71.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.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-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core