aws-sdk-chime 1.54.0 → 1.55.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: 5af79610d4d8e73d87c694dd53c7f04b6429f1349482eb99d5af5fb55243200a
4
- data.tar.gz: 588f4b88b83c0f6b92003eca97c87cc69c7cbd3ebb815fe77edd877605878fe5
3
+ metadata.gz: 71192489ba73fa9b74409e175bb5500e8f01afa6bb19d746ca8ec4d60946943d
4
+ data.tar.gz: d8021e3a75dce028bbb582040cf5891fc0a6ffb77a08a321ad03345fdb9ee46f
5
5
  SHA512:
6
- metadata.gz: 954407ea3680210e915cac50402cc39727fcf78bb6cdd51916fd2b09c13e80eec2c59056248dba54578a254396e9ca04d11ebba4d9827c8a78568a1c07501be9
7
- data.tar.gz: c63bbac10a24cb83e8878e5538aa98ff72d1a18b0411219eedb623a39f0b40304cdf1f67d03cef92ff40b9f8565cae8b5da335bbf6b1ec33c5cac888070a699f
6
+ metadata.gz: e708798dfa5ebc7d0560272027583a71bdad253577dcd4fb290dd2daae803aea7d3253bf0cea9eb7327efc24f32a09b9483532d75cfa0764f7d1302c86eb1baa
7
+ data.tar.gz: bde1771f7008b048be2a1237348b46ba6ebb86d311b659a87c872ca3d87d462904d1d95f878543d58ce933757ed0f0dc7cca434dc6956f86bc3d52970ffe9435
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-08-10)
5
+ ------------------
6
+
7
+ * Feature - Add support for "auto" in Region field of StartMeetingTranscription API request.
8
+
4
9
  1.54.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
data/lib/aws-sdk-chime.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chime/customizations'
48
48
  # @!group service
49
49
  module Aws::Chime
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  end
@@ -3090,7 +3090,7 @@ module Aws::Chime
3090
3090
  req.send_request(options)
3091
3091
  end
3092
3092
 
3093
- # Returns the full details of an `AppInstanceUser` .
3093
+ # Returns the full details of an `AppInstanceUser`.
3094
3094
  #
3095
3095
  # @option params [required, String] :app_instance_user_arn
3096
3096
  # The ARN of the `AppInstanceUser`.
@@ -7215,14 +7215,14 @@ module Aws::Chime
7215
7215
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
7216
7216
  # vocabulary_filter_name: "String",
7217
7217
  # vocabulary_name: "String",
7218
- # region: "us-east-2", # accepts 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
7218
+ # region: "us-east-2", # accepts 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
7219
7219
  # },
7220
7220
  # engine_transcribe_medical_settings: {
7221
7221
  # language_code: "en-US", # required, accepts en-US
7222
7222
  # specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
7223
7223
  # type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
7224
7224
  # vocabulary_name: "String",
7225
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
7225
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
7226
7226
  # },
7227
7227
  # },
7228
7228
  # })
@@ -8405,7 +8405,7 @@ module Aws::Chime
8405
8405
  params: params,
8406
8406
  config: config)
8407
8407
  context[:gem_name] = 'aws-sdk-chime'
8408
- context[:gem_version] = '1.54.0'
8408
+ context[:gem_version] = '1.55.0'
8409
8409
  Seahorse::Client::Request.new(handlers, context)
8410
8410
  end
8411
8411
 
@@ -601,7 +601,7 @@ module Aws::Chime
601
601
  # and membership types.
602
602
  #
603
603
  # @!attribute [rw] invited_by
604
- # The details of a user.
604
+ # The identifier of the member who invited another member.
605
605
  # @return [Types::Identity]
606
606
  #
607
607
  # @!attribute [rw] type
@@ -1237,7 +1237,7 @@ module Aws::Chime
1237
1237
  # @return [Types::ChannelSummary]
1238
1238
  #
1239
1239
  # @!attribute [rw] app_instance_user_membership_summary
1240
- # Returns the channel membership data for an `AppInstance`.
1240
+ # Summary of the membership details of an `AppInstanceUser`.
1241
1241
  # @return [Types::AppInstanceUserMembershipSummary]
1242
1242
  #
1243
1243
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/ChannelMembershipForAppInstanceUserSummary AWS API Documentation
@@ -4182,7 +4182,7 @@ module Aws::Chime
4182
4182
  # specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
4183
4183
  # type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
4184
4184
  # vocabulary_name: "String",
4185
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
4185
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
4186
4186
  # }
4187
4187
  #
4188
4188
  # @!attribute [rw] language_code
@@ -4204,8 +4204,7 @@ module Aws::Chime
4204
4204
  #
4205
4205
  # @!attribute [rw] region
4206
4206
  # The AWS Region passed to Amazon Transcribe Medical. If you don't
4207
- # specify a Region, Amazon Chime uses the Region closest to the
4208
- # meeting's Region.
4207
+ # specify a Region, Amazon Chime uses the meeting's Region.
4209
4208
  # @return [String]
4210
4209
  #
4211
4210
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeMedicalSettings AWS API Documentation
@@ -4230,7 +4229,7 @@ module Aws::Chime
4230
4229
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
4231
4230
  # vocabulary_filter_name: "String",
4232
4231
  # vocabulary_name: "String",
4233
- # region: "us-east-2", # accepts 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
4232
+ # region: "us-east-2", # accepts 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
4234
4233
  # }
4235
4234
  #
4236
4235
  # @!attribute [rw] language_code
@@ -4251,8 +4250,7 @@ module Aws::Chime
4251
4250
  #
4252
4251
  # @!attribute [rw] region
4253
4252
  # The AWS Region passed to Amazon Transcribe. If you don't specify a
4254
- # Region, Amazon Chime uses the Region closest to the meeting's
4255
- # Region.
4253
+ # Region, Amazon Chime uses the meeting's Region.
4256
4254
  # @return [String]
4257
4255
  #
4258
4256
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeSettings AWS API Documentation
@@ -9083,14 +9081,14 @@ module Aws::Chime
9083
9081
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
9084
9082
  # vocabulary_filter_name: "String",
9085
9083
  # vocabulary_name: "String",
9086
- # region: "us-east-2", # accepts 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
9084
+ # region: "us-east-2", # accepts 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
9087
9085
  # },
9088
9086
  # engine_transcribe_medical_settings: {
9089
9087
  # language_code: "en-US", # required, accepts en-US
9090
9088
  # specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
9091
9089
  # type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
9092
9090
  # vocabulary_name: "String",
9093
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
9091
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
9094
9092
  # },
9095
9093
  # },
9096
9094
  # }
@@ -9459,14 +9457,14 @@ module Aws::Chime
9459
9457
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
9460
9458
  # vocabulary_filter_name: "String",
9461
9459
  # vocabulary_name: "String",
9462
- # region: "us-east-2", # accepts 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
9460
+ # region: "us-east-2", # accepts 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
9463
9461
  # },
9464
9462
  # engine_transcribe_medical_settings: {
9465
9463
  # language_code: "en-US", # required, accepts en-US
9466
9464
  # specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
9467
9465
  # type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
9468
9466
  # vocabulary_name: "String",
9469
- # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1
9467
+ # region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
9470
9468
  # },
9471
9469
  # }
9472
9470
  #
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.54.0
4
+ version: 1.55.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core