aws-sdk-connect 1.96.0 → 1.97.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1842,8 +1842,8 @@ module Aws::Connect
1842
1842
  KinesisVideoStreamConfig.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, required: true, location_name: "EncryptionConfig"))
1843
1843
  KinesisVideoStreamConfig.struct_class = Types::KinesisVideoStreamConfig
1844
1844
 
1845
- LexBot.add_member(:name, Shapes::ShapeRef.new(shape: BotName, location_name: "Name"))
1846
- LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, location_name: "LexRegion"))
1845
+ LexBot.add_member(:name, Shapes::ShapeRef.new(shape: BotName, required: true, location_name: "Name"))
1846
+ LexBot.add_member(:lex_region, Shapes::ShapeRef.new(shape: LexRegion, required: true, location_name: "LexRegion"))
1847
1847
  LexBot.struct_class = Types::LexBot
1848
1848
 
1849
1849
  LexBotConfig.add_member(:lex_bot, Shapes::ShapeRef.new(shape: LexBot, location_name: "LexBot"))