aws-sdk-ivsrealtime 1.11.0 → 1.12.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 +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-ivsrealtime/client.rb +568 -5
 - data/lib/aws-sdk-ivsrealtime/client_api.rb +448 -0
 - data/lib/aws-sdk-ivsrealtime/endpoint_provider.rb +1 -1
 - data/lib/aws-sdk-ivsrealtime/endpoints.rb +168 -0
 - data/lib/aws-sdk-ivsrealtime/plugins/endpoints.rb +24 -0
 - data/lib/aws-sdk-ivsrealtime/types.rb +978 -58
 - data/lib/aws-sdk-ivsrealtime.rb +2 -2
 - metadata +2 -2
 
| 
         @@ -14,27 +14,74 @@ module Aws::IVSRealTime 
     | 
|
| 
       14 
14 
     | 
    
         
             
                include Seahorse::Model
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
16 
     | 
    
         
             
                AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
         
     | 
| 
      
 17 
     | 
    
         
            +
                AttributeKey = Shapes::StringShape.new(name: 'AttributeKey')
         
     | 
| 
      
 18 
     | 
    
         
            +
                Bitrate = Shapes::IntegerShape.new(name: 'Bitrate')
         
     | 
| 
      
 19 
     | 
    
         
            +
                ChannelArn = Shapes::StringShape.new(name: 'ChannelArn')
         
     | 
| 
      
 20 
     | 
    
         
            +
                ChannelDestinationConfiguration = Shapes::StructureShape.new(name: 'ChannelDestinationConfiguration')
         
     | 
| 
      
 21 
     | 
    
         
            +
                Composition = Shapes::StructureShape.new(name: 'Composition')
         
     | 
| 
      
 22 
     | 
    
         
            +
                CompositionArn = Shapes::StringShape.new(name: 'CompositionArn')
         
     | 
| 
      
 23 
     | 
    
         
            +
                CompositionClientToken = Shapes::StringShape.new(name: 'CompositionClientToken')
         
     | 
| 
      
 24 
     | 
    
         
            +
                CompositionState = Shapes::StringShape.new(name: 'CompositionState')
         
     | 
| 
      
 25 
     | 
    
         
            +
                CompositionSummary = Shapes::StructureShape.new(name: 'CompositionSummary')
         
     | 
| 
      
 26 
     | 
    
         
            +
                CompositionSummaryList = Shapes::ListShape.new(name: 'CompositionSummaryList')
         
     | 
| 
       17 
27 
     | 
    
         
             
                ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
         
     | 
| 
      
 28 
     | 
    
         
            +
                CreateEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationRequest')
         
     | 
| 
      
 29 
     | 
    
         
            +
                CreateEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'CreateEncoderConfigurationResponse')
         
     | 
| 
       18 
30 
     | 
    
         
             
                CreateParticipantTokenRequest = Shapes::StructureShape.new(name: 'CreateParticipantTokenRequest')
         
     | 
| 
       19 
31 
     | 
    
         
             
                CreateParticipantTokenResponse = Shapes::StructureShape.new(name: 'CreateParticipantTokenResponse')
         
     | 
| 
       20 
32 
     | 
    
         
             
                CreateStageRequest = Shapes::StructureShape.new(name: 'CreateStageRequest')
         
     | 
| 
       21 
33 
     | 
    
         
             
                CreateStageResponse = Shapes::StructureShape.new(name: 'CreateStageResponse')
         
     | 
| 
      
 34 
     | 
    
         
            +
                CreateStorageConfigurationRequest = Shapes::StructureShape.new(name: 'CreateStorageConfigurationRequest')
         
     | 
| 
      
 35 
     | 
    
         
            +
                CreateStorageConfigurationResponse = Shapes::StructureShape.new(name: 'CreateStorageConfigurationResponse')
         
     | 
| 
      
 36 
     | 
    
         
            +
                DeleteEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationRequest')
         
     | 
| 
      
 37 
     | 
    
         
            +
                DeleteEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteEncoderConfigurationResponse')
         
     | 
| 
       22 
38 
     | 
    
         
             
                DeleteStageRequest = Shapes::StructureShape.new(name: 'DeleteStageRequest')
         
     | 
| 
       23 
39 
     | 
    
         
             
                DeleteStageResponse = Shapes::StructureShape.new(name: 'DeleteStageResponse')
         
     | 
| 
      
 40 
     | 
    
         
            +
                DeleteStorageConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteStorageConfigurationRequest')
         
     | 
| 
      
 41 
     | 
    
         
            +
                DeleteStorageConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteStorageConfigurationResponse')
         
     | 
| 
      
 42 
     | 
    
         
            +
                Destination = Shapes::StructureShape.new(name: 'Destination')
         
     | 
| 
      
 43 
     | 
    
         
            +
                DestinationConfiguration = Shapes::StructureShape.new(name: 'DestinationConfiguration')
         
     | 
| 
      
 44 
     | 
    
         
            +
                DestinationConfigurationList = Shapes::ListShape.new(name: 'DestinationConfigurationList')
         
     | 
| 
      
 45 
     | 
    
         
            +
                DestinationConfigurationName = Shapes::StringShape.new(name: 'DestinationConfigurationName')
         
     | 
| 
      
 46 
     | 
    
         
            +
                DestinationDetail = Shapes::StructureShape.new(name: 'DestinationDetail')
         
     | 
| 
      
 47 
     | 
    
         
            +
                DestinationList = Shapes::ListShape.new(name: 'DestinationList')
         
     | 
| 
      
 48 
     | 
    
         
            +
                DestinationState = Shapes::StringShape.new(name: 'DestinationState')
         
     | 
| 
      
 49 
     | 
    
         
            +
                DestinationSummary = Shapes::StructureShape.new(name: 'DestinationSummary')
         
     | 
| 
      
 50 
     | 
    
         
            +
                DestinationSummaryList = Shapes::ListShape.new(name: 'DestinationSummaryList')
         
     | 
| 
       24 
51 
     | 
    
         
             
                DisconnectParticipantReason = Shapes::StringShape.new(name: 'DisconnectParticipantReason')
         
     | 
| 
       25 
52 
     | 
    
         
             
                DisconnectParticipantRequest = Shapes::StructureShape.new(name: 'DisconnectParticipantRequest')
         
     | 
| 
       26 
53 
     | 
    
         
             
                DisconnectParticipantResponse = Shapes::StructureShape.new(name: 'DisconnectParticipantResponse')
         
     | 
| 
      
 54 
     | 
    
         
            +
                EncoderConfiguration = Shapes::StructureShape.new(name: 'EncoderConfiguration')
         
     | 
| 
      
 55 
     | 
    
         
            +
                EncoderConfigurationArn = Shapes::StringShape.new(name: 'EncoderConfigurationArn')
         
     | 
| 
      
 56 
     | 
    
         
            +
                EncoderConfigurationArnList = Shapes::ListShape.new(name: 'EncoderConfigurationArnList')
         
     | 
| 
      
 57 
     | 
    
         
            +
                EncoderConfigurationName = Shapes::StringShape.new(name: 'EncoderConfigurationName')
         
     | 
| 
      
 58 
     | 
    
         
            +
                EncoderConfigurationSummary = Shapes::StructureShape.new(name: 'EncoderConfigurationSummary')
         
     | 
| 
      
 59 
     | 
    
         
            +
                EncoderConfigurationSummaryList = Shapes::ListShape.new(name: 'EncoderConfigurationSummaryList')
         
     | 
| 
       27 
60 
     | 
    
         
             
                Event = Shapes::StructureShape.new(name: 'Event')
         
     | 
| 
       28 
61 
     | 
    
         
             
                EventErrorCode = Shapes::StringShape.new(name: 'EventErrorCode')
         
     | 
| 
       29 
62 
     | 
    
         
             
                EventList = Shapes::ListShape.new(name: 'EventList')
         
     | 
| 
       30 
63 
     | 
    
         
             
                EventName = Shapes::StringShape.new(name: 'EventName')
         
     | 
| 
      
 64 
     | 
    
         
            +
                Framerate = Shapes::FloatShape.new(name: 'Framerate')
         
     | 
| 
      
 65 
     | 
    
         
            +
                GetCompositionRequest = Shapes::StructureShape.new(name: 'GetCompositionRequest')
         
     | 
| 
      
 66 
     | 
    
         
            +
                GetCompositionResponse = Shapes::StructureShape.new(name: 'GetCompositionResponse')
         
     | 
| 
      
 67 
     | 
    
         
            +
                GetEncoderConfigurationRequest = Shapes::StructureShape.new(name: 'GetEncoderConfigurationRequest')
         
     | 
| 
      
 68 
     | 
    
         
            +
                GetEncoderConfigurationResponse = Shapes::StructureShape.new(name: 'GetEncoderConfigurationResponse')
         
     | 
| 
       31 
69 
     | 
    
         
             
                GetParticipantRequest = Shapes::StructureShape.new(name: 'GetParticipantRequest')
         
     | 
| 
       32 
70 
     | 
    
         
             
                GetParticipantResponse = Shapes::StructureShape.new(name: 'GetParticipantResponse')
         
     | 
| 
       33 
71 
     | 
    
         
             
                GetStageRequest = Shapes::StructureShape.new(name: 'GetStageRequest')
         
     | 
| 
       34 
72 
     | 
    
         
             
                GetStageResponse = Shapes::StructureShape.new(name: 'GetStageResponse')
         
     | 
| 
       35 
73 
     | 
    
         
             
                GetStageSessionRequest = Shapes::StructureShape.new(name: 'GetStageSessionRequest')
         
     | 
| 
       36 
74 
     | 
    
         
             
                GetStageSessionResponse = Shapes::StructureShape.new(name: 'GetStageSessionResponse')
         
     | 
| 
      
 75 
     | 
    
         
            +
                GetStorageConfigurationRequest = Shapes::StructureShape.new(name: 'GetStorageConfigurationRequest')
         
     | 
| 
      
 76 
     | 
    
         
            +
                GetStorageConfigurationResponse = Shapes::StructureShape.new(name: 'GetStorageConfigurationResponse')
         
     | 
| 
      
 77 
     | 
    
         
            +
                GridConfiguration = Shapes::StructureShape.new(name: 'GridConfiguration')
         
     | 
| 
      
 78 
     | 
    
         
            +
                Height = Shapes::IntegerShape.new(name: 'Height')
         
     | 
| 
       37 
79 
     | 
    
         
             
                InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
         
     | 
| 
      
 80 
     | 
    
         
            +
                LayoutConfiguration = Shapes::StructureShape.new(name: 'LayoutConfiguration')
         
     | 
| 
      
 81 
     | 
    
         
            +
                ListCompositionsRequest = Shapes::StructureShape.new(name: 'ListCompositionsRequest')
         
     | 
| 
      
 82 
     | 
    
         
            +
                ListCompositionsResponse = Shapes::StructureShape.new(name: 'ListCompositionsResponse')
         
     | 
| 
      
 83 
     | 
    
         
            +
                ListEncoderConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsRequest')
         
     | 
| 
      
 84 
     | 
    
         
            +
                ListEncoderConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEncoderConfigurationsResponse')
         
     | 
| 
       38 
85 
     | 
    
         
             
                ListParticipantEventsRequest = Shapes::StructureShape.new(name: 'ListParticipantEventsRequest')
         
     | 
| 
       39 
86 
     | 
    
         
             
                ListParticipantEventsResponse = Shapes::StructureShape.new(name: 'ListParticipantEventsResponse')
         
     | 
| 
       40 
87 
     | 
    
         
             
                ListParticipantsRequest = Shapes::StructureShape.new(name: 'ListParticipantsRequest')
         
     | 
| 
         @@ -43,12 +90,17 @@ module Aws::IVSRealTime 
     | 
|
| 
       43 
90 
     | 
    
         
             
                ListStageSessionsResponse = Shapes::StructureShape.new(name: 'ListStageSessionsResponse')
         
     | 
| 
       44 
91 
     | 
    
         
             
                ListStagesRequest = Shapes::StructureShape.new(name: 'ListStagesRequest')
         
     | 
| 
       45 
92 
     | 
    
         
             
                ListStagesResponse = Shapes::StructureShape.new(name: 'ListStagesResponse')
         
     | 
| 
      
 93 
     | 
    
         
            +
                ListStorageConfigurationsRequest = Shapes::StructureShape.new(name: 'ListStorageConfigurationsRequest')
         
     | 
| 
      
 94 
     | 
    
         
            +
                ListStorageConfigurationsResponse = Shapes::StructureShape.new(name: 'ListStorageConfigurationsResponse')
         
     | 
| 
       46 
95 
     | 
    
         
             
                ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
         
     | 
| 
       47 
96 
     | 
    
         
             
                ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
         
     | 
| 
      
 97 
     | 
    
         
            +
                MaxCompositionResults = Shapes::IntegerShape.new(name: 'MaxCompositionResults')
         
     | 
| 
      
 98 
     | 
    
         
            +
                MaxEncoderConfigurationResults = Shapes::IntegerShape.new(name: 'MaxEncoderConfigurationResults')
         
     | 
| 
       48 
99 
     | 
    
         
             
                MaxParticipantEventResults = Shapes::IntegerShape.new(name: 'MaxParticipantEventResults')
         
     | 
| 
       49 
100 
     | 
    
         
             
                MaxParticipantResults = Shapes::IntegerShape.new(name: 'MaxParticipantResults')
         
     | 
| 
       50 
101 
     | 
    
         
             
                MaxStageResults = Shapes::IntegerShape.new(name: 'MaxStageResults')
         
     | 
| 
       51 
102 
     | 
    
         
             
                MaxStageSessionResults = Shapes::IntegerShape.new(name: 'MaxStageSessionResults')
         
     | 
| 
      
 103 
     | 
    
         
            +
                MaxStorageConfigurationResults = Shapes::IntegerShape.new(name: 'MaxStorageConfigurationResults')
         
     | 
| 
       52 
104 
     | 
    
         
             
                PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
         
     | 
| 
       53 
105 
     | 
    
         
             
                Participant = Shapes::StructureShape.new(name: 'Participant')
         
     | 
| 
       54 
106 
     | 
    
         
             
                ParticipantAttributes = Shapes::MapShape.new(name: 'ParticipantAttributes')
         
     | 
| 
         @@ -71,8 +123,14 @@ module Aws::IVSRealTime 
     | 
|
| 
       71 
123 
     | 
    
         
             
                ParticipantTokenUserId = Shapes::StringShape.new(name: 'ParticipantTokenUserId')
         
     | 
| 
       72 
124 
     | 
    
         
             
                PendingVerification = Shapes::StructureShape.new(name: 'PendingVerification')
         
     | 
| 
       73 
125 
     | 
    
         
             
                Published = Shapes::BooleanShape.new(name: 'Published')
         
     | 
| 
      
 126 
     | 
    
         
            +
                RecordingConfiguration = Shapes::StructureShape.new(name: 'RecordingConfiguration')
         
     | 
| 
      
 127 
     | 
    
         
            +
                RecordingConfigurationFormat = Shapes::StringShape.new(name: 'RecordingConfigurationFormat')
         
     | 
| 
       74 
128 
     | 
    
         
             
                ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
         
     | 
| 
       75 
129 
     | 
    
         
             
                ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
         
     | 
| 
      
 130 
     | 
    
         
            +
                S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
         
     | 
| 
      
 131 
     | 
    
         
            +
                S3DestinationConfiguration = Shapes::StructureShape.new(name: 'S3DestinationConfiguration')
         
     | 
| 
      
 132 
     | 
    
         
            +
                S3Detail = Shapes::StructureShape.new(name: 'S3Detail')
         
     | 
| 
      
 133 
     | 
    
         
            +
                S3StorageConfiguration = Shapes::StructureShape.new(name: 'S3StorageConfiguration')
         
     | 
| 
       76 
134 
     | 
    
         
             
                ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
         
     | 
| 
       77 
135 
     | 
    
         
             
                Stage = Shapes::StructureShape.new(name: 'Stage')
         
     | 
| 
       78 
136 
     | 
    
         
             
                StageArn = Shapes::StringShape.new(name: 'StageArn')
         
     | 
| 
         @@ -83,6 +141,15 @@ module Aws::IVSRealTime 
     | 
|
| 
       83 
141 
     | 
    
         
             
                StageSessionSummary = Shapes::StructureShape.new(name: 'StageSessionSummary')
         
     | 
| 
       84 
142 
     | 
    
         
             
                StageSummary = Shapes::StructureShape.new(name: 'StageSummary')
         
     | 
| 
       85 
143 
     | 
    
         
             
                StageSummaryList = Shapes::ListShape.new(name: 'StageSummaryList')
         
     | 
| 
      
 144 
     | 
    
         
            +
                StartCompositionRequest = Shapes::StructureShape.new(name: 'StartCompositionRequest')
         
     | 
| 
      
 145 
     | 
    
         
            +
                StartCompositionResponse = Shapes::StructureShape.new(name: 'StartCompositionResponse')
         
     | 
| 
      
 146 
     | 
    
         
            +
                StopCompositionRequest = Shapes::StructureShape.new(name: 'StopCompositionRequest')
         
     | 
| 
      
 147 
     | 
    
         
            +
                StopCompositionResponse = Shapes::StructureShape.new(name: 'StopCompositionResponse')
         
     | 
| 
      
 148 
     | 
    
         
            +
                StorageConfiguration = Shapes::StructureShape.new(name: 'StorageConfiguration')
         
     | 
| 
      
 149 
     | 
    
         
            +
                StorageConfigurationArn = Shapes::StringShape.new(name: 'StorageConfigurationArn')
         
     | 
| 
      
 150 
     | 
    
         
            +
                StorageConfigurationName = Shapes::StringShape.new(name: 'StorageConfigurationName')
         
     | 
| 
      
 151 
     | 
    
         
            +
                StorageConfigurationSummary = Shapes::StructureShape.new(name: 'StorageConfigurationSummary')
         
     | 
| 
      
 152 
     | 
    
         
            +
                StorageConfigurationSummaryList = Shapes::ListShape.new(name: 'StorageConfigurationSummaryList')
         
     | 
| 
       86 
153 
     | 
    
         
             
                String = Shapes::StringShape.new(name: 'String')
         
     | 
| 
       87 
154 
     | 
    
         
             
                TagKey = Shapes::StringShape.new(name: 'TagKey')
         
     | 
| 
       88 
155 
     | 
    
         
             
                TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
         
     | 
| 
         @@ -97,14 +164,49 @@ module Aws::IVSRealTime 
     | 
|
| 
       97 
164 
     | 
    
         
             
                UpdateStageResponse = Shapes::StructureShape.new(name: 'UpdateStageResponse')
         
     | 
| 
       98 
165 
     | 
    
         
             
                UserId = Shapes::StringShape.new(name: 'UserId')
         
     | 
| 
       99 
166 
     | 
    
         
             
                ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
         
     | 
| 
      
 167 
     | 
    
         
            +
                Video = Shapes::StructureShape.new(name: 'Video')
         
     | 
| 
      
 168 
     | 
    
         
            +
                Width = Shapes::IntegerShape.new(name: 'Width')
         
     | 
| 
       100 
169 
     | 
    
         
             
                errorMessage = Shapes::StringShape.new(name: 'errorMessage')
         
     | 
| 
       101 
170 
     | 
    
         | 
| 
       102 
171 
     | 
    
         
             
                AccessDeniedException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       103 
172 
     | 
    
         
             
                AccessDeniedException.struct_class = Types::AccessDeniedException
         
     | 
| 
       104 
173 
     | 
    
         | 
| 
      
 174 
     | 
    
         
            +
                ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
         
     | 
| 
      
 175 
     | 
    
         
            +
                ChannelDestinationConfiguration.add_member(:encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "encoderConfigurationArn"))
         
     | 
| 
      
 176 
     | 
    
         
            +
                ChannelDestinationConfiguration.struct_class = Types::ChannelDestinationConfiguration
         
     | 
| 
      
 177 
     | 
    
         
            +
             
     | 
| 
      
 178 
     | 
    
         
            +
                Composition.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
         
     | 
| 
      
 179 
     | 
    
         
            +
                Composition.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationList, required: true, location_name: "destinations"))
         
     | 
| 
      
 180 
     | 
    
         
            +
                Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
         
     | 
| 
      
 181 
     | 
    
         
            +
                Composition.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, required: true, location_name: "layout"))
         
     | 
| 
      
 182 
     | 
    
         
            +
                Composition.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
         
     | 
| 
      
 183 
     | 
    
         
            +
                Composition.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
         
     | 
| 
      
 184 
     | 
    
         
            +
                Composition.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
         
     | 
| 
      
 185 
     | 
    
         
            +
                Composition.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 186 
     | 
    
         
            +
                Composition.struct_class = Types::Composition
         
     | 
| 
      
 187 
     | 
    
         
            +
             
     | 
| 
      
 188 
     | 
    
         
            +
                CompositionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
         
     | 
| 
      
 189 
     | 
    
         
            +
                CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
         
     | 
| 
      
 190 
     | 
    
         
            +
                CompositionSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
         
     | 
| 
      
 191 
     | 
    
         
            +
                CompositionSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
         
     | 
| 
      
 192 
     | 
    
         
            +
                CompositionSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
         
     | 
| 
      
 193 
     | 
    
         
            +
                CompositionSummary.add_member(:state, Shapes::ShapeRef.new(shape: CompositionState, required: true, location_name: "state"))
         
     | 
| 
      
 194 
     | 
    
         
            +
                CompositionSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 195 
     | 
    
         
            +
                CompositionSummary.struct_class = Types::CompositionSummary
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
                CompositionSummaryList.member = Shapes::ShapeRef.new(shape: CompositionSummary)
         
     | 
| 
      
 198 
     | 
    
         
            +
             
     | 
| 
       105 
199 
     | 
    
         
             
                ConflictException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       106 
200 
     | 
    
         
             
                ConflictException.struct_class = Types::ConflictException
         
     | 
| 
       107 
201 
     | 
    
         | 
| 
      
 202 
     | 
    
         
            +
                CreateEncoderConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
         
     | 
| 
      
 203 
     | 
    
         
            +
                CreateEncoderConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 204 
     | 
    
         
            +
                CreateEncoderConfigurationRequest.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
         
     | 
| 
      
 205 
     | 
    
         
            +
                CreateEncoderConfigurationRequest.struct_class = Types::CreateEncoderConfigurationRequest
         
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
      
 207 
     | 
    
         
            +
                CreateEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
         
     | 
| 
      
 208 
     | 
    
         
            +
                CreateEncoderConfigurationResponse.struct_class = Types::CreateEncoderConfigurationResponse
         
     | 
| 
      
 209 
     | 
    
         
            +
             
     | 
| 
       108 
210 
     | 
    
         
             
                CreateParticipantTokenRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ParticipantTokenAttributes, location_name: "attributes"))
         
     | 
| 
       109 
211 
     | 
    
         
             
                CreateParticipantTokenRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: ParticipantTokenCapabilities, location_name: "capabilities"))
         
     | 
| 
       110 
212 
     | 
    
         
             
                CreateParticipantTokenRequest.add_member(:duration, Shapes::ShapeRef.new(shape: ParticipantTokenDurationMinutes, location_name: "duration"))
         
     | 
| 
         @@ -124,11 +226,57 @@ module Aws::IVSRealTime 
     | 
|
| 
       124 
226 
     | 
    
         
             
                CreateStageResponse.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "stage"))
         
     | 
| 
       125 
227 
     | 
    
         
             
                CreateStageResponse.struct_class = Types::CreateStageResponse
         
     | 
| 
       126 
228 
     | 
    
         | 
| 
      
 229 
     | 
    
         
            +
                CreateStorageConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
         
     | 
| 
      
 230 
     | 
    
         
            +
                CreateStorageConfigurationRequest.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, required: true, location_name: "s3"))
         
     | 
| 
      
 231 
     | 
    
         
            +
                CreateStorageConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 232 
     | 
    
         
            +
                CreateStorageConfigurationRequest.struct_class = Types::CreateStorageConfigurationRequest
         
     | 
| 
      
 233 
     | 
    
         
            +
             
     | 
| 
      
 234 
     | 
    
         
            +
                CreateStorageConfigurationResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
         
     | 
| 
      
 235 
     | 
    
         
            +
                CreateStorageConfigurationResponse.struct_class = Types::CreateStorageConfigurationResponse
         
     | 
| 
      
 236 
     | 
    
         
            +
             
     | 
| 
      
 237 
     | 
    
         
            +
                DeleteEncoderConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 238 
     | 
    
         
            +
                DeleteEncoderConfigurationRequest.struct_class = Types::DeleteEncoderConfigurationRequest
         
     | 
| 
      
 239 
     | 
    
         
            +
             
     | 
| 
      
 240 
     | 
    
         
            +
                DeleteEncoderConfigurationResponse.struct_class = Types::DeleteEncoderConfigurationResponse
         
     | 
| 
      
 241 
     | 
    
         
            +
             
     | 
| 
       127 
242 
     | 
    
         
             
                DeleteStageRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "arn"))
         
     | 
| 
       128 
243 
     | 
    
         
             
                DeleteStageRequest.struct_class = Types::DeleteStageRequest
         
     | 
| 
       129 
244 
     | 
    
         | 
| 
       130 
245 
     | 
    
         
             
                DeleteStageResponse.struct_class = Types::DeleteStageResponse
         
     | 
| 
       131 
246 
     | 
    
         | 
| 
      
 247 
     | 
    
         
            +
                DeleteStorageConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 248 
     | 
    
         
            +
                DeleteStorageConfigurationRequest.struct_class = Types::DeleteStorageConfigurationRequest
         
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
                DeleteStorageConfigurationResponse.struct_class = Types::DeleteStorageConfigurationResponse
         
     | 
| 
      
 251 
     | 
    
         
            +
             
     | 
| 
      
 252 
     | 
    
         
            +
                Destination.add_member(:configuration, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "configuration"))
         
     | 
| 
      
 253 
     | 
    
         
            +
                Destination.add_member(:detail, Shapes::ShapeRef.new(shape: DestinationDetail, location_name: "detail"))
         
     | 
| 
      
 254 
     | 
    
         
            +
                Destination.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
         
     | 
| 
      
 255 
     | 
    
         
            +
                Destination.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
         
     | 
| 
      
 256 
     | 
    
         
            +
                Destination.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
         
     | 
| 
      
 257 
     | 
    
         
            +
                Destination.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
         
     | 
| 
      
 258 
     | 
    
         
            +
                Destination.struct_class = Types::Destination
         
     | 
| 
      
 259 
     | 
    
         
            +
             
     | 
| 
      
 260 
     | 
    
         
            +
                DestinationConfiguration.add_member(:channel, Shapes::ShapeRef.new(shape: ChannelDestinationConfiguration, location_name: "channel"))
         
     | 
| 
      
 261 
     | 
    
         
            +
                DestinationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: DestinationConfigurationName, location_name: "name"))
         
     | 
| 
      
 262 
     | 
    
         
            +
                DestinationConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "s3"))
         
     | 
| 
      
 263 
     | 
    
         
            +
                DestinationConfiguration.struct_class = Types::DestinationConfiguration
         
     | 
| 
      
 264 
     | 
    
         
            +
             
     | 
| 
      
 265 
     | 
    
         
            +
                DestinationConfigurationList.member = Shapes::ShapeRef.new(shape: DestinationConfiguration)
         
     | 
| 
      
 266 
     | 
    
         
            +
             
     | 
| 
      
 267 
     | 
    
         
            +
                DestinationDetail.add_member(:s3, Shapes::ShapeRef.new(shape: S3Detail, location_name: "s3"))
         
     | 
| 
      
 268 
     | 
    
         
            +
                DestinationDetail.struct_class = Types::DestinationDetail
         
     | 
| 
      
 269 
     | 
    
         
            +
             
     | 
| 
      
 270 
     | 
    
         
            +
                DestinationList.member = Shapes::ShapeRef.new(shape: Destination)
         
     | 
| 
      
 271 
     | 
    
         
            +
             
     | 
| 
      
 272 
     | 
    
         
            +
                DestinationSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
         
     | 
| 
      
 273 
     | 
    
         
            +
                DestinationSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
         
     | 
| 
      
 274 
     | 
    
         
            +
                DestinationSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
         
     | 
| 
      
 275 
     | 
    
         
            +
                DestinationSummary.add_member(:state, Shapes::ShapeRef.new(shape: DestinationState, required: true, location_name: "state"))
         
     | 
| 
      
 276 
     | 
    
         
            +
                DestinationSummary.struct_class = Types::DestinationSummary
         
     | 
| 
      
 277 
     | 
    
         
            +
             
     | 
| 
      
 278 
     | 
    
         
            +
                DestinationSummaryList.member = Shapes::ShapeRef.new(shape: DestinationSummary)
         
     | 
| 
      
 279 
     | 
    
         
            +
             
     | 
| 
       132 
280 
     | 
    
         
             
                DisconnectParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantTokenId, required: true, location_name: "participantId"))
         
     | 
| 
       133 
281 
     | 
    
         
             
                DisconnectParticipantRequest.add_member(:reason, Shapes::ShapeRef.new(shape: DisconnectParticipantReason, location_name: "reason"))
         
     | 
| 
       134 
282 
     | 
    
         
             
                DisconnectParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
         
     | 
| 
         @@ -136,6 +284,21 @@ module Aws::IVSRealTime 
     | 
|
| 
       136 
284 
     | 
    
         | 
| 
       137 
285 
     | 
    
         
             
                DisconnectParticipantResponse.struct_class = Types::DisconnectParticipantResponse
         
     | 
| 
       138 
286 
     | 
    
         | 
| 
      
 287 
     | 
    
         
            +
                EncoderConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 288 
     | 
    
         
            +
                EncoderConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
         
     | 
| 
      
 289 
     | 
    
         
            +
                EncoderConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 290 
     | 
    
         
            +
                EncoderConfiguration.add_member(:video, Shapes::ShapeRef.new(shape: Video, location_name: "video"))
         
     | 
| 
      
 291 
     | 
    
         
            +
                EncoderConfiguration.struct_class = Types::EncoderConfiguration
         
     | 
| 
      
 292 
     | 
    
         
            +
             
     | 
| 
      
 293 
     | 
    
         
            +
                EncoderConfigurationArnList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationArn)
         
     | 
| 
      
 294 
     | 
    
         
            +
             
     | 
| 
      
 295 
     | 
    
         
            +
                EncoderConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 296 
     | 
    
         
            +
                EncoderConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: EncoderConfigurationName, location_name: "name"))
         
     | 
| 
      
 297 
     | 
    
         
            +
                EncoderConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 298 
     | 
    
         
            +
                EncoderConfigurationSummary.struct_class = Types::EncoderConfigurationSummary
         
     | 
| 
      
 299 
     | 
    
         
            +
             
     | 
| 
      
 300 
     | 
    
         
            +
                EncoderConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: EncoderConfigurationSummary)
         
     | 
| 
      
 301 
     | 
    
         
            +
             
     | 
| 
       139 
302 
     | 
    
         
             
                Event.add_member(:error_code, Shapes::ShapeRef.new(shape: EventErrorCode, location_name: "errorCode"))
         
     | 
| 
       140 
303 
     | 
    
         
             
                Event.add_member(:event_time, Shapes::ShapeRef.new(shape: Time, location_name: "eventTime"))
         
     | 
| 
       141 
304 
     | 
    
         
             
                Event.add_member(:name, Shapes::ShapeRef.new(shape: EventName, location_name: "name"))
         
     | 
| 
         @@ -145,6 +308,18 @@ module Aws::IVSRealTime 
     | 
|
| 
       145 
308 
     | 
    
         | 
| 
       146 
309 
     | 
    
         
             
                EventList.member = Shapes::ShapeRef.new(shape: Event)
         
     | 
| 
       147 
310 
     | 
    
         | 
| 
      
 311 
     | 
    
         
            +
                GetCompositionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
         
     | 
| 
      
 312 
     | 
    
         
            +
                GetCompositionRequest.struct_class = Types::GetCompositionRequest
         
     | 
| 
      
 313 
     | 
    
         
            +
             
     | 
| 
      
 314 
     | 
    
         
            +
                GetCompositionResponse.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, location_name: "composition"))
         
     | 
| 
      
 315 
     | 
    
         
            +
                GetCompositionResponse.struct_class = Types::GetCompositionResponse
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
                GetEncoderConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 318 
     | 
    
         
            +
                GetEncoderConfigurationRequest.struct_class = Types::GetEncoderConfigurationRequest
         
     | 
| 
      
 319 
     | 
    
         
            +
             
     | 
| 
      
 320 
     | 
    
         
            +
                GetEncoderConfigurationResponse.add_member(:encoder_configuration, Shapes::ShapeRef.new(shape: EncoderConfiguration, location_name: "encoderConfiguration"))
         
     | 
| 
      
 321 
     | 
    
         
            +
                GetEncoderConfigurationResponse.struct_class = Types::GetEncoderConfigurationResponse
         
     | 
| 
      
 322 
     | 
    
         
            +
             
     | 
| 
       148 
323 
     | 
    
         
             
                GetParticipantRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
         
     | 
| 
       149 
324 
     | 
    
         
             
                GetParticipantRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: StageSessionId, required: true, location_name: "sessionId"))
         
     | 
| 
       150 
325 
     | 
    
         
             
                GetParticipantRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
         
     | 
| 
         @@ -166,9 +341,39 @@ module Aws::IVSRealTime 
     | 
|
| 
       166 
341 
     | 
    
         
             
                GetStageSessionResponse.add_member(:stage_session, Shapes::ShapeRef.new(shape: StageSession, location_name: "stageSession"))
         
     | 
| 
       167 
342 
     | 
    
         
             
                GetStageSessionResponse.struct_class = Types::GetStageSessionResponse
         
     | 
| 
       168 
343 
     | 
    
         | 
| 
      
 344 
     | 
    
         
            +
                GetStorageConfigurationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 345 
     | 
    
         
            +
                GetStorageConfigurationRequest.struct_class = Types::GetStorageConfigurationRequest
         
     | 
| 
      
 346 
     | 
    
         
            +
             
     | 
| 
      
 347 
     | 
    
         
            +
                GetStorageConfigurationResponse.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
         
     | 
| 
      
 348 
     | 
    
         
            +
                GetStorageConfigurationResponse.struct_class = Types::GetStorageConfigurationResponse
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
                GridConfiguration.add_member(:featured_participant_attribute, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "featuredParticipantAttribute"))
         
     | 
| 
      
 351 
     | 
    
         
            +
                GridConfiguration.struct_class = Types::GridConfiguration
         
     | 
| 
      
 352 
     | 
    
         
            +
             
     | 
| 
       169 
353 
     | 
    
         
             
                InternalServerException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       170 
354 
     | 
    
         
             
                InternalServerException.struct_class = Types::InternalServerException
         
     | 
| 
       171 
355 
     | 
    
         | 
| 
      
 356 
     | 
    
         
            +
                LayoutConfiguration.add_member(:grid, Shapes::ShapeRef.new(shape: GridConfiguration, location_name: "grid"))
         
     | 
| 
      
 357 
     | 
    
         
            +
                LayoutConfiguration.struct_class = Types::LayoutConfiguration
         
     | 
| 
      
 358 
     | 
    
         
            +
             
     | 
| 
      
 359 
     | 
    
         
            +
                ListCompositionsRequest.add_member(:filter_by_encoder_configuration_arn, Shapes::ShapeRef.new(shape: EncoderConfigurationArn, location_name: "filterByEncoderConfigurationArn"))
         
     | 
| 
      
 360 
     | 
    
         
            +
                ListCompositionsRequest.add_member(:filter_by_stage_arn, Shapes::ShapeRef.new(shape: StageArn, location_name: "filterByStageArn"))
         
     | 
| 
      
 361 
     | 
    
         
            +
                ListCompositionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCompositionResults, location_name: "maxResults"))
         
     | 
| 
      
 362 
     | 
    
         
            +
                ListCompositionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 363 
     | 
    
         
            +
                ListCompositionsRequest.struct_class = Types::ListCompositionsRequest
         
     | 
| 
      
 364 
     | 
    
         
            +
             
     | 
| 
      
 365 
     | 
    
         
            +
                ListCompositionsResponse.add_member(:compositions, Shapes::ShapeRef.new(shape: CompositionSummaryList, required: true, location_name: "compositions"))
         
     | 
| 
      
 366 
     | 
    
         
            +
                ListCompositionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 367 
     | 
    
         
            +
                ListCompositionsResponse.struct_class = Types::ListCompositionsResponse
         
     | 
| 
      
 368 
     | 
    
         
            +
             
     | 
| 
      
 369 
     | 
    
         
            +
                ListEncoderConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxEncoderConfigurationResults, location_name: "maxResults"))
         
     | 
| 
      
 370 
     | 
    
         
            +
                ListEncoderConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 371 
     | 
    
         
            +
                ListEncoderConfigurationsRequest.struct_class = Types::ListEncoderConfigurationsRequest
         
     | 
| 
      
 372 
     | 
    
         
            +
             
     | 
| 
      
 373 
     | 
    
         
            +
                ListEncoderConfigurationsResponse.add_member(:encoder_configurations, Shapes::ShapeRef.new(shape: EncoderConfigurationSummaryList, required: true, location_name: "encoderConfigurations"))
         
     | 
| 
      
 374 
     | 
    
         
            +
                ListEncoderConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 375 
     | 
    
         
            +
                ListEncoderConfigurationsResponse.struct_class = Types::ListEncoderConfigurationsResponse
         
     | 
| 
      
 376 
     | 
    
         
            +
             
     | 
| 
       172 
377 
     | 
    
         
             
                ListParticipantEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxParticipantEventResults, location_name: "maxResults"))
         
     | 
| 
       173 
378 
     | 
    
         
             
                ListParticipantEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
       174 
379 
     | 
    
         
             
                ListParticipantEventsRequest.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, required: true, location_name: "participantId"))
         
     | 
| 
         @@ -210,6 +415,14 @@ module Aws::IVSRealTime 
     | 
|
| 
       210 
415 
     | 
    
         
             
                ListStagesResponse.add_member(:stages, Shapes::ShapeRef.new(shape: StageSummaryList, required: true, location_name: "stages"))
         
     | 
| 
       211 
416 
     | 
    
         
             
                ListStagesResponse.struct_class = Types::ListStagesResponse
         
     | 
| 
       212 
417 
     | 
    
         | 
| 
      
 418 
     | 
    
         
            +
                ListStorageConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxStorageConfigurationResults, location_name: "maxResults"))
         
     | 
| 
      
 419 
     | 
    
         
            +
                ListStorageConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 420 
     | 
    
         
            +
                ListStorageConfigurationsRequest.struct_class = Types::ListStorageConfigurationsRequest
         
     | 
| 
      
 421 
     | 
    
         
            +
             
     | 
| 
      
 422 
     | 
    
         
            +
                ListStorageConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
         
     | 
| 
      
 423 
     | 
    
         
            +
                ListStorageConfigurationsResponse.add_member(:storage_configurations, Shapes::ShapeRef.new(shape: StorageConfigurationSummaryList, required: true, location_name: "storageConfigurations"))
         
     | 
| 
      
 424 
     | 
    
         
            +
                ListStorageConfigurationsResponse.struct_class = Types::ListStorageConfigurationsResponse
         
     | 
| 
      
 425 
     | 
    
         
            +
             
     | 
| 
       213 
426 
     | 
    
         
             
                ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
         
     | 
| 
       214 
427 
     | 
    
         
             
                ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
         
     | 
| 
       215 
428 
     | 
    
         | 
| 
         @@ -269,9 +482,23 @@ module Aws::IVSRealTime 
     | 
|
| 
       269 
482 
     | 
    
         
             
                PendingVerification.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       270 
483 
     | 
    
         
             
                PendingVerification.struct_class = Types::PendingVerification
         
     | 
| 
       271 
484 
     | 
    
         | 
| 
      
 485 
     | 
    
         
            +
                RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
         
     | 
| 
      
 486 
     | 
    
         
            +
                RecordingConfiguration.struct_class = Types::RecordingConfiguration
         
     | 
| 
      
 487 
     | 
    
         
            +
             
     | 
| 
       272 
488 
     | 
    
         
             
                ResourceNotFoundException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       273 
489 
     | 
    
         
             
                ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
         
     | 
| 
       274 
490 
     | 
    
         | 
| 
      
 491 
     | 
    
         
            +
                S3DestinationConfiguration.add_member(:encoder_configuration_arns, Shapes::ShapeRef.new(shape: EncoderConfigurationArnList, required: true, location_name: "encoderConfigurationArns"))
         
     | 
| 
      
 492 
     | 
    
         
            +
                S3DestinationConfiguration.add_member(:recording_configuration, Shapes::ShapeRef.new(shape: RecordingConfiguration, location_name: "recordingConfiguration"))
         
     | 
| 
      
 493 
     | 
    
         
            +
                S3DestinationConfiguration.add_member(:storage_configuration_arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "storageConfigurationArn"))
         
     | 
| 
      
 494 
     | 
    
         
            +
                S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
         
     | 
| 
      
 495 
     | 
    
         
            +
             
     | 
| 
      
 496 
     | 
    
         
            +
                S3Detail.add_member(:recording_prefix, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recordingPrefix"))
         
     | 
| 
      
 497 
     | 
    
         
            +
                S3Detail.struct_class = Types::S3Detail
         
     | 
| 
      
 498 
     | 
    
         
            +
             
     | 
| 
      
 499 
     | 
    
         
            +
                S3StorageConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
         
     | 
| 
      
 500 
     | 
    
         
            +
                S3StorageConfiguration.struct_class = Types::S3StorageConfiguration
         
     | 
| 
      
 501 
     | 
    
         
            +
             
     | 
| 
       275 
502 
     | 
    
         
             
                ServiceQuotaExceededException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       276 
503 
     | 
    
         
             
                ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
         
     | 
| 
       277 
504 
     | 
    
         | 
| 
         @@ -301,6 +528,35 @@ module Aws::IVSRealTime 
     | 
|
| 
       301 
528 
     | 
    
         | 
| 
       302 
529 
     | 
    
         
             
                StageSummaryList.member = Shapes::ShapeRef.new(shape: StageSummary)
         
     | 
| 
       303 
530 
     | 
    
         | 
| 
      
 531 
     | 
    
         
            +
                StartCompositionRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationConfigurationList, required: true, location_name: "destinations"))
         
     | 
| 
      
 532 
     | 
    
         
            +
                StartCompositionRequest.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: CompositionClientToken, location_name: "idempotencyToken", metadata: {"idempotencyToken"=>true}))
         
     | 
| 
      
 533 
     | 
    
         
            +
                StartCompositionRequest.add_member(:layout, Shapes::ShapeRef.new(shape: LayoutConfiguration, location_name: "layout"))
         
     | 
| 
      
 534 
     | 
    
         
            +
                StartCompositionRequest.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
         
     | 
| 
      
 535 
     | 
    
         
            +
                StartCompositionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 536 
     | 
    
         
            +
                StartCompositionRequest.struct_class = Types::StartCompositionRequest
         
     | 
| 
      
 537 
     | 
    
         
            +
             
     | 
| 
      
 538 
     | 
    
         
            +
                StartCompositionResponse.add_member(:composition, Shapes::ShapeRef.new(shape: Composition, location_name: "composition"))
         
     | 
| 
      
 539 
     | 
    
         
            +
                StartCompositionResponse.struct_class = Types::StartCompositionResponse
         
     | 
| 
      
 540 
     | 
    
         
            +
             
     | 
| 
      
 541 
     | 
    
         
            +
                StopCompositionRequest.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
         
     | 
| 
      
 542 
     | 
    
         
            +
                StopCompositionRequest.struct_class = Types::StopCompositionRequest
         
     | 
| 
      
 543 
     | 
    
         
            +
             
     | 
| 
      
 544 
     | 
    
         
            +
                StopCompositionResponse.struct_class = Types::StopCompositionResponse
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
      
 546 
     | 
    
         
            +
                StorageConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 547 
     | 
    
         
            +
                StorageConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
         
     | 
| 
      
 548 
     | 
    
         
            +
                StorageConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, location_name: "s3"))
         
     | 
| 
      
 549 
     | 
    
         
            +
                StorageConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 550 
     | 
    
         
            +
                StorageConfiguration.struct_class = Types::StorageConfiguration
         
     | 
| 
      
 551 
     | 
    
         
            +
             
     | 
| 
      
 552 
     | 
    
         
            +
                StorageConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: StorageConfigurationArn, required: true, location_name: "arn"))
         
     | 
| 
      
 553 
     | 
    
         
            +
                StorageConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: StorageConfigurationName, location_name: "name"))
         
     | 
| 
      
 554 
     | 
    
         
            +
                StorageConfigurationSummary.add_member(:s3, Shapes::ShapeRef.new(shape: S3StorageConfiguration, location_name: "s3"))
         
     | 
| 
      
 555 
     | 
    
         
            +
                StorageConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         
     | 
| 
      
 556 
     | 
    
         
            +
                StorageConfigurationSummary.struct_class = Types::StorageConfigurationSummary
         
     | 
| 
      
 557 
     | 
    
         
            +
             
     | 
| 
      
 558 
     | 
    
         
            +
                StorageConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: StorageConfigurationSummary)
         
     | 
| 
      
 559 
     | 
    
         
            +
             
     | 
| 
       304 
560 
     | 
    
         
             
                TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
         
     | 
| 
       305 
561 
     | 
    
         | 
| 
       306 
562 
     | 
    
         
             
                TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
         
     | 
| 
         @@ -328,6 +584,12 @@ module Aws::IVSRealTime 
     | 
|
| 
       328 
584 
     | 
    
         
             
                ValidationException.add_member(:exception_message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "exceptionMessage"))
         
     | 
| 
       329 
585 
     | 
    
         
             
                ValidationException.struct_class = Types::ValidationException
         
     | 
| 
       330 
586 
     | 
    
         | 
| 
      
 587 
     | 
    
         
            +
                Video.add_member(:bitrate, Shapes::ShapeRef.new(shape: Bitrate, location_name: "bitrate"))
         
     | 
| 
      
 588 
     | 
    
         
            +
                Video.add_member(:framerate, Shapes::ShapeRef.new(shape: Framerate, location_name: "framerate"))
         
     | 
| 
      
 589 
     | 
    
         
            +
                Video.add_member(:height, Shapes::ShapeRef.new(shape: Height, location_name: "height"))
         
     | 
| 
      
 590 
     | 
    
         
            +
                Video.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "width"))
         
     | 
| 
      
 591 
     | 
    
         
            +
                Video.struct_class = Types::Video
         
     | 
| 
      
 592 
     | 
    
         
            +
             
     | 
| 
       331 
593 
     | 
    
         | 
| 
       332 
594 
     | 
    
         
             
                # @api private
         
     | 
| 
       333 
595 
     | 
    
         
             
                API = Seahorse::Model::Api.new.tap do |api|
         
     | 
| 
         @@ -347,6 +609,21 @@ module Aws::IVSRealTime 
     | 
|
| 
       347 
609 
     | 
    
         
             
                    "uid" => "ivs-realtime-2020-07-14",
         
     | 
| 
       348 
610 
     | 
    
         
             
                  }
         
     | 
| 
       349 
611 
     | 
    
         | 
| 
      
 612 
     | 
    
         
            +
                  api.add_operation(:create_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 613 
     | 
    
         
            +
                    o.name = "CreateEncoderConfiguration"
         
     | 
| 
      
 614 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 615 
     | 
    
         
            +
                    o.http_request_uri = "/CreateEncoderConfiguration"
         
     | 
| 
      
 616 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateEncoderConfigurationRequest)
         
     | 
| 
      
 617 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateEncoderConfigurationResponse)
         
     | 
| 
      
 618 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 619 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 620 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 621 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 622 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 623 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 624 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
      
 625 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 626 
     | 
    
         
            +
             
     | 
| 
       350 
627 
     | 
    
         
             
                  api.add_operation(:create_participant_token, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       351 
628 
     | 
    
         
             
                    o.name = "CreateParticipantToken"
         
     | 
| 
       352 
629 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -372,6 +649,35 @@ module Aws::IVSRealTime 
     | 
|
| 
       372 
649 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
       373 
650 
     | 
    
         
             
                  end)
         
     | 
| 
       374 
651 
     | 
    
         | 
| 
      
 652 
     | 
    
         
            +
                  api.add_operation(:create_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 653 
     | 
    
         
            +
                    o.name = "CreateStorageConfiguration"
         
     | 
| 
      
 654 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 655 
     | 
    
         
            +
                    o.http_request_uri = "/CreateStorageConfiguration"
         
     | 
| 
      
 656 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateStorageConfigurationRequest)
         
     | 
| 
      
 657 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateStorageConfigurationResponse)
         
     | 
| 
      
 658 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 659 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 660 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 661 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 662 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 663 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 664 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
      
 665 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 666 
     | 
    
         
            +
             
     | 
| 
      
 667 
     | 
    
         
            +
                  api.add_operation(:delete_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 668 
     | 
    
         
            +
                    o.name = "DeleteEncoderConfiguration"
         
     | 
| 
      
 669 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 670 
     | 
    
         
            +
                    o.http_request_uri = "/DeleteEncoderConfiguration"
         
     | 
| 
      
 671 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteEncoderConfigurationRequest)
         
     | 
| 
      
 672 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteEncoderConfigurationResponse)
         
     | 
| 
      
 673 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 674 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 675 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 676 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 677 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 678 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 679 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 680 
     | 
    
         
            +
             
     | 
| 
       375 
681 
     | 
    
         
             
                  api.add_operation(:delete_stage, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       376 
682 
     | 
    
         
             
                    o.name = "DeleteStage"
         
     | 
| 
       377 
683 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -385,6 +691,20 @@ module Aws::IVSRealTime 
     | 
|
| 
       385 
691 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
       386 
692 
     | 
    
         
             
                  end)
         
     | 
| 
       387 
693 
     | 
    
         | 
| 
      
 694 
     | 
    
         
            +
                  api.add_operation(:delete_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 695 
     | 
    
         
            +
                    o.name = "DeleteStorageConfiguration"
         
     | 
| 
      
 696 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 697 
     | 
    
         
            +
                    o.http_request_uri = "/DeleteStorageConfiguration"
         
     | 
| 
      
 698 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteStorageConfigurationRequest)
         
     | 
| 
      
 699 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteStorageConfigurationResponse)
         
     | 
| 
      
 700 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 701 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 702 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 703 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 704 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 705 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 706 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 707 
     | 
    
         
            +
             
     | 
| 
       388 
708 
     | 
    
         
             
                  api.add_operation(:disconnect_participant, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       389 
709 
     | 
    
         
             
                    o.name = "DisconnectParticipant"
         
     | 
| 
       390 
710 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -397,6 +717,34 @@ module Aws::IVSRealTime 
     | 
|
| 
       397 
717 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
       398 
718 
     | 
    
         
             
                  end)
         
     | 
| 
       399 
719 
     | 
    
         | 
| 
      
 720 
     | 
    
         
            +
                  api.add_operation(:get_composition, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 721 
     | 
    
         
            +
                    o.name = "GetComposition"
         
     | 
| 
      
 722 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 723 
     | 
    
         
            +
                    o.http_request_uri = "/GetComposition"
         
     | 
| 
      
 724 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetCompositionRequest)
         
     | 
| 
      
 725 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetCompositionResponse)
         
     | 
| 
      
 726 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 727 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 728 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 729 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 730 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 731 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 732 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 733 
     | 
    
         
            +
             
     | 
| 
      
 734 
     | 
    
         
            +
                  api.add_operation(:get_encoder_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 735 
     | 
    
         
            +
                    o.name = "GetEncoderConfiguration"
         
     | 
| 
      
 736 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 737 
     | 
    
         
            +
                    o.http_request_uri = "/GetEncoderConfiguration"
         
     | 
| 
      
 738 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetEncoderConfigurationRequest)
         
     | 
| 
      
 739 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetEncoderConfigurationResponse)
         
     | 
| 
      
 740 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 741 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 742 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 743 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 744 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 745 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 746 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 747 
     | 
    
         
            +
             
     | 
| 
       400 
748 
     | 
    
         
             
                  api.add_operation(:get_participant, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       401 
749 
     | 
    
         
             
                    o.name = "GetParticipant"
         
     | 
| 
       402 
750 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -430,6 +778,58 @@ module Aws::IVSRealTime 
     | 
|
| 
       430 
778 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
       431 
779 
     | 
    
         
             
                  end)
         
     | 
| 
       432 
780 
     | 
    
         | 
| 
      
 781 
     | 
    
         
            +
                  api.add_operation(:get_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 782 
     | 
    
         
            +
                    o.name = "GetStorageConfiguration"
         
     | 
| 
      
 783 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 784 
     | 
    
         
            +
                    o.http_request_uri = "/GetStorageConfiguration"
         
     | 
| 
      
 785 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: GetStorageConfigurationRequest)
         
     | 
| 
      
 786 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: GetStorageConfigurationResponse)
         
     | 
| 
      
 787 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 788 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 789 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 790 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 791 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 792 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 793 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 794 
     | 
    
         
            +
             
     | 
| 
      
 795 
     | 
    
         
            +
                  api.add_operation(:list_compositions, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 796 
     | 
    
         
            +
                    o.name = "ListCompositions"
         
     | 
| 
      
 797 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 798 
     | 
    
         
            +
                    o.http_request_uri = "/ListCompositions"
         
     | 
| 
      
 799 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListCompositionsRequest)
         
     | 
| 
      
 800 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListCompositionsResponse)
         
     | 
| 
      
 801 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 802 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 803 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 804 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 805 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 806 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 807 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 808 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 809 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 810 
     | 
    
         
            +
                      }
         
     | 
| 
      
 811 
     | 
    
         
            +
                    )
         
     | 
| 
      
 812 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 813 
     | 
    
         
            +
             
     | 
| 
      
 814 
     | 
    
         
            +
                  api.add_operation(:list_encoder_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 815 
     | 
    
         
            +
                    o.name = "ListEncoderConfigurations"
         
     | 
| 
      
 816 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 817 
     | 
    
         
            +
                    o.http_request_uri = "/ListEncoderConfigurations"
         
     | 
| 
      
 818 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListEncoderConfigurationsRequest)
         
     | 
| 
      
 819 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListEncoderConfigurationsResponse)
         
     | 
| 
      
 820 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 821 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 822 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 823 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 824 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 825 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 826 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 827 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 828 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 829 
     | 
    
         
            +
                      }
         
     | 
| 
      
 830 
     | 
    
         
            +
                    )
         
     | 
| 
      
 831 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 832 
     | 
    
         
            +
             
     | 
| 
       433 
833 
     | 
    
         
             
                  api.add_operation(:list_participant_events, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       434 
834 
     | 
    
         
             
                    o.name = "ListParticipantEvents"
         
     | 
| 
       435 
835 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -495,6 +895,25 @@ module Aws::IVSRealTime 
     | 
|
| 
       495 
895 
     | 
    
         
             
                    )
         
     | 
| 
       496 
896 
     | 
    
         
             
                  end)
         
     | 
| 
       497 
897 
     | 
    
         | 
| 
      
 898 
     | 
    
         
            +
                  api.add_operation(:list_storage_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 899 
     | 
    
         
            +
                    o.name = "ListStorageConfigurations"
         
     | 
| 
      
 900 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 901 
     | 
    
         
            +
                    o.http_request_uri = "/ListStorageConfigurations"
         
     | 
| 
      
 902 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: ListStorageConfigurationsRequest)
         
     | 
| 
      
 903 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: ListStorageConfigurationsResponse)
         
     | 
| 
      
 904 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 905 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 906 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 907 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 908 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 909 
     | 
    
         
            +
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
      
 910 
     | 
    
         
            +
                      limit_key: "max_results",
         
     | 
| 
      
 911 
     | 
    
         
            +
                      tokens: {
         
     | 
| 
      
 912 
     | 
    
         
            +
                        "next_token" => "next_token"
         
     | 
| 
      
 913 
     | 
    
         
            +
                      }
         
     | 
| 
      
 914 
     | 
    
         
            +
                    )
         
     | 
| 
      
 915 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 916 
     | 
    
         
            +
             
     | 
| 
       498 
917 
     | 
    
         
             
                  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       499 
918 
     | 
    
         
             
                    o.name = "ListTagsForResource"
         
     | 
| 
       500 
919 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
         @@ -506,6 +925,35 @@ module Aws::IVSRealTime 
     | 
|
| 
       506 
925 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
       507 
926 
     | 
    
         
             
                  end)
         
     | 
| 
       508 
927 
     | 
    
         | 
| 
      
 928 
     | 
    
         
            +
                  api.add_operation(:start_composition, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 929 
     | 
    
         
            +
                    o.name = "StartComposition"
         
     | 
| 
      
 930 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 931 
     | 
    
         
            +
                    o.http_request_uri = "/StartComposition"
         
     | 
| 
      
 932 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StartCompositionRequest)
         
     | 
| 
      
 933 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StartCompositionResponse)
         
     | 
| 
      
 934 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 935 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 936 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 937 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 938 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 939 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 940 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: PendingVerification)
         
     | 
| 
      
 941 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 942 
     | 
    
         
            +
             
     | 
| 
      
 943 
     | 
    
         
            +
                  api.add_operation(:stop_composition, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
      
 944 
     | 
    
         
            +
                    o.name = "StopComposition"
         
     | 
| 
      
 945 
     | 
    
         
            +
                    o.http_method = "POST"
         
     | 
| 
      
 946 
     | 
    
         
            +
                    o.http_request_uri = "/StopComposition"
         
     | 
| 
      
 947 
     | 
    
         
            +
                    o.input = Shapes::ShapeRef.new(shape: StopCompositionRequest)
         
     | 
| 
      
 948 
     | 
    
         
            +
                    o.output = Shapes::ShapeRef.new(shape: StopCompositionResponse)
         
     | 
| 
      
 949 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         
     | 
| 
      
 950 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         
     | 
| 
      
 951 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         
     | 
| 
      
 952 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         
     | 
| 
      
 953 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         
     | 
| 
      
 954 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         
     | 
| 
      
 955 
     | 
    
         
            +
                  end)
         
     | 
| 
      
 956 
     | 
    
         
            +
             
     | 
| 
       509 
957 
     | 
    
         
             
                  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       510 
958 
     | 
    
         
             
                    o.name = "TagResource"
         
     | 
| 
       511 
959 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
         @@ -32,7 +32,7 @@ module Aws::IVSRealTime 
     | 
|
| 
       32 
32 
     | 
    
         
             
                        raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
         
     | 
| 
       33 
33 
     | 
    
         
             
                      end
         
     | 
| 
       34 
34 
     | 
    
         
             
                      if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
         
     | 
| 
       35 
     | 
    
         
            -
                        if Aws::Endpoints::Matchers.boolean_equals?( 
     | 
| 
      
 35 
     | 
    
         
            +
                        if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
         
     | 
| 
       36 
36 
     | 
    
         
             
                          return Aws::Endpoints::Endpoint.new(url: "https://ivsrealtime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
         
     | 
| 
       37 
37 
     | 
    
         
             
                        end
         
     | 
| 
       38 
38 
     | 
    
         
             
                        raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
         
     |