Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jun 9, 2022
1 parent 818029b commit 60fa12f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
3 changes: 2 additions & 1 deletion apis/chime-sdk-meetings/2021-07-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@
"eu-west-1",
"eu-west-2",
"sa-east-1",
"auto"
"auto",
"us-gov-west-1"
]
},
"TranscribeVocabularyFilterMethod":{
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-chimesdkmeetings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.12.0 (2022-06-09)
------------------

* Feature - Adds support for live transcription in AWS GovCloud (US) Regions.

1.11.0 (2022-06-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-chimesdkmeetings/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::ChimeSDKMeetings

GEM_VERSION = '1.11.0'
GEM_VERSION = '1.12.0'

end
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def list_attendees(params = {}, options = {})
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
# vocabulary_filter_name: "String",
# vocabulary_name: "String",
# 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
# 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, us-gov-west-1
# enable_partial_results_stabilization: false,
# partial_results_stability: "low", # accepts low, medium, high
# content_identification_type: "PII", # accepts PII
Expand Down Expand Up @@ -1066,7 +1066,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-chimesdkmeetings'
context[:gem_version] = '1.11.0'
context[:gem_version] = '1.12.0'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ class EngineTranscribeMedicalSettings < Struct.new(
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
# vocabulary_filter_name: "String",
# vocabulary_name: "String",
# 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
# 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, us-gov-west-1
# enable_partial_results_stabilization: false,
# partial_results_stability: "low", # accepts low, medium, high
# content_identification_type: "PII", # accepts PII
Expand Down Expand Up @@ -1213,7 +1213,7 @@ class ServiceUnavailableException < Struct.new(
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
# vocabulary_filter_name: "String",
# vocabulary_name: "String",
# 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
# 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, us-gov-west-1
# enable_partial_results_stabilization: false,
# partial_results_stability: "low", # accepts low, medium, high
# content_identification_type: "PII", # accepts PII
Expand Down Expand Up @@ -1307,7 +1307,7 @@ class ThrottlingException < Struct.new(
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
# vocabulary_filter_name: "String",
# vocabulary_name: "String",
# 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
# 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, us-gov-west-1
# enable_partial_results_stabilization: false,
# partial_results_stability: "low", # accepts low, medium, high
# content_identification_type: "PII", # accepts PII
Expand Down

0 comments on commit 60fa12f

Please sign in to comment.