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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +899 -308
- data/lib/aws-sdk-connect/client_api.rb +2 -2
- data/lib/aws-sdk-connect/types.rb +922 -304
- 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"))
|