aws-sdk-connect 1.96.0 → 1.98.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"))
@@ -2722,6 +2722,7 @@ module Aws::Connect
2722
2722
  StartTaskContactRequest.add_member(:scheduled_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ScheduledTime"))
2723
2723
  StartTaskContactRequest.add_member(:task_template_id, Shapes::ShapeRef.new(shape: TaskTemplateId, location_name: "TaskTemplateId"))
2724
2724
  StartTaskContactRequest.add_member(:quick_connect_id, Shapes::ShapeRef.new(shape: QuickConnectId, location_name: "QuickConnectId"))
2725
+ StartTaskContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
2725
2726
  StartTaskContactRequest.struct_class = Types::StartTaskContactRequest
2726
2727
 
2727
2728
  StartTaskContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))