aws-sdk-connect 1.96.0 → 1.98.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +908 -309
- data/lib/aws-sdk-connect/client_api.rb +3 -2
- data/lib/aws-sdk-connect/types.rb +932 -305
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
@@ -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"))
|