aws-sdk-connect 1.96.0 → 1.97.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.
@@ -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"))