aws-sdk-lexmodelsv2 1.11.0 → 1.15.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 +22 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-lexmodelsv2/client.rb +1087 -159
 - data/lib/aws-sdk-lexmodelsv2/client_api.rb +32 -0
 - data/lib/aws-sdk-lexmodelsv2/types.rb +1742 -281
 - data/lib/aws-sdk-lexmodelsv2.rb +1 -1
 - metadata +4 -5
 - data/lib/aws-sdk-lexmodelsv2/plugins/content_type.rb +0 -25
 
| 
         @@ -186,6 +186,12 @@ module Aws::LexModelsV2 
     | 
|
| 
       186 
186 
     | 
    
         
             
                FilterValue = Shapes::StringShape.new(name: 'FilterValue')
         
     | 
| 
       187 
187 
     | 
    
         
             
                FilterValues = Shapes::ListShape.new(name: 'FilterValues')
         
     | 
| 
       188 
188 
     | 
    
         
             
                FulfillmentCodeHookSettings = Shapes::StructureShape.new(name: 'FulfillmentCodeHookSettings')
         
     | 
| 
      
 189 
     | 
    
         
            +
                FulfillmentStartResponseDelay = Shapes::IntegerShape.new(name: 'FulfillmentStartResponseDelay')
         
     | 
| 
      
 190 
     | 
    
         
            +
                FulfillmentStartResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentStartResponseSpecification')
         
     | 
| 
      
 191 
     | 
    
         
            +
                FulfillmentTimeout = Shapes::IntegerShape.new(name: 'FulfillmentTimeout')
         
     | 
| 
      
 192 
     | 
    
         
            +
                FulfillmentUpdateResponseFrequency = Shapes::IntegerShape.new(name: 'FulfillmentUpdateResponseFrequency')
         
     | 
| 
      
 193 
     | 
    
         
            +
                FulfillmentUpdateResponseSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdateResponseSpecification')
         
     | 
| 
      
 194 
     | 
    
         
            +
                FulfillmentUpdatesSpecification = Shapes::StructureShape.new(name: 'FulfillmentUpdatesSpecification')
         
     | 
| 
       189 
195 
     | 
    
         
             
                HitCount = Shapes::IntegerShape.new(name: 'HitCount')
         
     | 
| 
       190 
196 
     | 
    
         
             
                Id = Shapes::StringShape.new(name: 'Id')
         
     | 
| 
       191 
197 
     | 
    
         
             
                ImageResponseCard = Shapes::StructureShape.new(name: 'ImageResponseCard')
         
     | 
| 
         @@ -270,6 +276,7 @@ module Aws::LexModelsV2 
     | 
|
| 
       270 
276 
     | 
    
         
             
                PlainTextMessage = Shapes::StructureShape.new(name: 'PlainTextMessage')
         
     | 
| 
       271 
277 
     | 
    
         
             
                PlainTextMessageValue = Shapes::StringShape.new(name: 'PlainTextMessageValue')
         
     | 
| 
       272 
278 
     | 
    
         
             
                Policy = Shapes::StringShape.new(name: 'Policy')
         
     | 
| 
      
 279 
     | 
    
         
            +
                PostFulfillmentStatusSpecification = Shapes::StructureShape.new(name: 'PostFulfillmentStatusSpecification')
         
     | 
| 
       273 
280 
     | 
    
         
             
                PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
         
     | 
| 
       274 
281 
     | 
    
         
             
                PresignedS3Url = Shapes::StringShape.new(name: 'PresignedS3Url')
         
     | 
| 
       275 
282 
     | 
    
         
             
                Principal = Shapes::StructureShape.new(name: 'Principal')
         
     | 
| 
         @@ -372,6 +379,7 @@ module Aws::LexModelsV2 
     | 
|
| 
       372 
379 
     | 
    
         
             
                UtteranceAggregationDuration = Shapes::StructureShape.new(name: 'UtteranceAggregationDuration')
         
     | 
| 
       373 
380 
     | 
    
         
             
                ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
         
     | 
| 
       374 
381 
     | 
    
         
             
                Value = Shapes::StringShape.new(name: 'Value')
         
     | 
| 
      
 382 
     | 
    
         
            +
                VoiceEngine = Shapes::StringShape.new(name: 'VoiceEngine')
         
     | 
| 
       375 
383 
     | 
    
         
             
                VoiceId = Shapes::StringShape.new(name: 'VoiceId')
         
     | 
| 
       376 
384 
     | 
    
         
             
                VoiceSettings = Shapes::StructureShape.new(name: 'VoiceSettings')
         
     | 
| 
       377 
385 
     | 
    
         
             
                WaitAndContinueSpecification = Shapes::StructureShape.new(name: 'WaitAndContinueSpecification')
         
     | 
| 
         @@ -1085,8 +1093,26 @@ module Aws::LexModelsV2 
     | 
|
| 
       1085 
1093 
     | 
    
         
             
                FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
         
     | 
| 
       1086 
1094 
     | 
    
         | 
| 
       1087 
1095 
     | 
    
         
             
                FulfillmentCodeHookSettings.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
         
     | 
| 
      
 1096 
     | 
    
         
            +
                FulfillmentCodeHookSettings.add_member(:post_fulfillment_status_specification, Shapes::ShapeRef.new(shape: PostFulfillmentStatusSpecification, location_name: "postFulfillmentStatusSpecification"))
         
     | 
| 
      
 1097 
     | 
    
         
            +
                FulfillmentCodeHookSettings.add_member(:fulfillment_updates_specification, Shapes::ShapeRef.new(shape: FulfillmentUpdatesSpecification, location_name: "fulfillmentUpdatesSpecification"))
         
     | 
| 
       1088 
1098 
     | 
    
         
             
                FulfillmentCodeHookSettings.struct_class = Types::FulfillmentCodeHookSettings
         
     | 
| 
       1089 
1099 
     | 
    
         | 
| 
      
 1100 
     | 
    
         
            +
                FulfillmentStartResponseSpecification.add_member(:delay_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentStartResponseDelay, required: true, location_name: "delayInSeconds"))
         
     | 
| 
      
 1101 
     | 
    
         
            +
                FulfillmentStartResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
         
     | 
| 
      
 1102 
     | 
    
         
            +
                FulfillmentStartResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
         
     | 
| 
      
 1103 
     | 
    
         
            +
                FulfillmentStartResponseSpecification.struct_class = Types::FulfillmentStartResponseSpecification
         
     | 
| 
      
 1104 
     | 
    
         
            +
             
     | 
| 
      
 1105 
     | 
    
         
            +
                FulfillmentUpdateResponseSpecification.add_member(:frequency_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentUpdateResponseFrequency, required: true, location_name: "frequencyInSeconds"))
         
     | 
| 
      
 1106 
     | 
    
         
            +
                FulfillmentUpdateResponseSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
         
     | 
| 
      
 1107 
     | 
    
         
            +
                FulfillmentUpdateResponseSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
         
     | 
| 
      
 1108 
     | 
    
         
            +
                FulfillmentUpdateResponseSpecification.struct_class = Types::FulfillmentUpdateResponseSpecification
         
     | 
| 
      
 1109 
     | 
    
         
            +
             
     | 
| 
      
 1110 
     | 
    
         
            +
                FulfillmentUpdatesSpecification.add_member(:active, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "active"))
         
     | 
| 
      
 1111 
     | 
    
         
            +
                FulfillmentUpdatesSpecification.add_member(:start_response, Shapes::ShapeRef.new(shape: FulfillmentStartResponseSpecification, location_name: "startResponse"))
         
     | 
| 
      
 1112 
     | 
    
         
            +
                FulfillmentUpdatesSpecification.add_member(:update_response, Shapes::ShapeRef.new(shape: FulfillmentUpdateResponseSpecification, location_name: "updateResponse"))
         
     | 
| 
      
 1113 
     | 
    
         
            +
                FulfillmentUpdatesSpecification.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: FulfillmentTimeout, location_name: "timeoutInSeconds"))
         
     | 
| 
      
 1114 
     | 
    
         
            +
                FulfillmentUpdatesSpecification.struct_class = Types::FulfillmentUpdatesSpecification
         
     | 
| 
      
 1115 
     | 
    
         
            +
             
     | 
| 
       1090 
1116 
     | 
    
         
             
                ImageResponseCard.add_member(:title, Shapes::ShapeRef.new(shape: AttachmentTitle, required: true, location_name: "title"))
         
     | 
| 
       1091 
1117 
     | 
    
         
             
                ImageResponseCard.add_member(:subtitle, Shapes::ShapeRef.new(shape: AttachmentTitle, location_name: "subtitle"))
         
     | 
| 
       1092 
1118 
     | 
    
         
             
                ImageResponseCard.add_member(:image_url, Shapes::ShapeRef.new(shape: AttachmentUrl, location_name: "imageUrl"))
         
     | 
| 
         @@ -1373,6 +1399,11 @@ module Aws::LexModelsV2 
     | 
|
| 
       1373 
1399 
     | 
    
         
             
                PlainTextMessage.add_member(:value, Shapes::ShapeRef.new(shape: PlainTextMessageValue, required: true, location_name: "value"))
         
     | 
| 
       1374 
1400 
     | 
    
         
             
                PlainTextMessage.struct_class = Types::PlainTextMessage
         
     | 
| 
       1375 
1401 
     | 
    
         | 
| 
      
 1402 
     | 
    
         
            +
                PostFulfillmentStatusSpecification.add_member(:success_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "successResponse"))
         
     | 
| 
      
 1403 
     | 
    
         
            +
                PostFulfillmentStatusSpecification.add_member(:failure_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "failureResponse"))
         
     | 
| 
      
 1404 
     | 
    
         
            +
                PostFulfillmentStatusSpecification.add_member(:timeout_response, Shapes::ShapeRef.new(shape: ResponseSpecification, location_name: "timeoutResponse"))
         
     | 
| 
      
 1405 
     | 
    
         
            +
                PostFulfillmentStatusSpecification.struct_class = Types::PostFulfillmentStatusSpecification
         
     | 
| 
      
 1406 
     | 
    
         
            +
             
     | 
| 
       1376 
1407 
     | 
    
         
             
                PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
         
     | 
| 
       1377 
1408 
     | 
    
         
             
                PreconditionFailedException.struct_class = Types::PreconditionFailedException
         
     | 
| 
       1378 
1409 
     | 
    
         | 
| 
         @@ -1728,6 +1759,7 @@ module Aws::LexModelsV2 
     | 
|
| 
       1728 
1759 
     | 
    
         
             
                ValidationException.struct_class = Types::ValidationException
         
     | 
| 
       1729 
1760 
     | 
    
         | 
| 
       1730 
1761 
     | 
    
         
             
                VoiceSettings.add_member(:voice_id, Shapes::ShapeRef.new(shape: VoiceId, required: true, location_name: "voiceId"))
         
     | 
| 
      
 1762 
     | 
    
         
            +
                VoiceSettings.add_member(:engine, Shapes::ShapeRef.new(shape: VoiceEngine, location_name: "engine"))
         
     | 
| 
       1731 
1763 
     | 
    
         
             
                VoiceSettings.struct_class = Types::VoiceSettings
         
     | 
| 
       1732 
1764 
     | 
    
         | 
| 
       1733 
1765 
     | 
    
         
             
                WaitAndContinueSpecification.add_member(:waiting_response, Shapes::ShapeRef.new(shape: ResponseSpecification, required: true, location_name: "waitingResponse"))
         
     |