aws-sdk-kinesisvideo 1.43.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,12 +34,20 @@ module Aws::KinesisVideo
34
34
  DataEndpoint = Shapes::StringShape.new(name: 'DataEndpoint')
35
35
  DataRetentionChangeInHours = Shapes::IntegerShape.new(name: 'DataRetentionChangeInHours')
36
36
  DataRetentionInHours = Shapes::IntegerShape.new(name: 'DataRetentionInHours')
37
+ DeleteAfterUpload = Shapes::BooleanShape.new(name: 'DeleteAfterUpload')
37
38
  DeleteSignalingChannelInput = Shapes::StructureShape.new(name: 'DeleteSignalingChannelInput')
38
39
  DeleteSignalingChannelOutput = Shapes::StructureShape.new(name: 'DeleteSignalingChannelOutput')
39
40
  DeleteStreamInput = Shapes::StructureShape.new(name: 'DeleteStreamInput')
40
41
  DeleteStreamOutput = Shapes::StructureShape.new(name: 'DeleteStreamOutput')
42
+ DeletionConfig = Shapes::StructureShape.new(name: 'DeletionConfig')
43
+ DescribeEdgeConfigurationInput = Shapes::StructureShape.new(name: 'DescribeEdgeConfigurationInput')
44
+ DescribeEdgeConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeEdgeConfigurationOutput')
41
45
  DescribeImageGenerationConfigurationInput = Shapes::StructureShape.new(name: 'DescribeImageGenerationConfigurationInput')
42
46
  DescribeImageGenerationConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeImageGenerationConfigurationOutput')
47
+ DescribeMappedResourceConfigurationInput = Shapes::StructureShape.new(name: 'DescribeMappedResourceConfigurationInput')
48
+ DescribeMappedResourceConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeMappedResourceConfigurationOutput')
49
+ DescribeMediaStorageConfigurationInput = Shapes::StructureShape.new(name: 'DescribeMediaStorageConfigurationInput')
50
+ DescribeMediaStorageConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeMediaStorageConfigurationOutput')
43
51
  DescribeNotificationConfigurationInput = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationInput')
44
52
  DescribeNotificationConfigurationOutput = Shapes::StructureShape.new(name: 'DescribeNotificationConfigurationOutput')
45
53
  DescribeSignalingChannelInput = Shapes::StructureShape.new(name: 'DescribeSignalingChannelInput')
@@ -50,7 +58,11 @@ module Aws::KinesisVideo
50
58
  DestinationUri = Shapes::StringShape.new(name: 'DestinationUri')
51
59
  DeviceName = Shapes::StringShape.new(name: 'DeviceName')
52
60
  DeviceStreamLimitExceededException = Shapes::StructureShape.new(name: 'DeviceStreamLimitExceededException')
61
+ DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
62
+ EdgeConfig = Shapes::StructureShape.new(name: 'EdgeConfig')
63
+ EdgeRetentionInHours = Shapes::IntegerShape.new(name: 'EdgeRetentionInHours')
53
64
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
65
+ FailedStatusDetails = Shapes::StringShape.new(name: 'FailedStatusDetails')
54
66
  Format = Shapes::StringShape.new(name: 'Format')
55
67
  FormatConfig = Shapes::MapShape.new(name: 'FormatConfig')
56
68
  FormatConfigKey = Shapes::StringShape.new(name: 'FormatConfigKey')
@@ -60,6 +72,7 @@ module Aws::KinesisVideo
60
72
  GetSignalingChannelEndpointInput = Shapes::StructureShape.new(name: 'GetSignalingChannelEndpointInput')
61
73
  GetSignalingChannelEndpointOutput = Shapes::StructureShape.new(name: 'GetSignalingChannelEndpointOutput')
62
74
  HeightPixels = Shapes::IntegerShape.new(name: 'HeightPixels')
75
+ HubDeviceArn = Shapes::StringShape.new(name: 'HubDeviceArn')
63
76
  ImageGenerationConfiguration = Shapes::StructureShape.new(name: 'ImageGenerationConfiguration')
64
77
  ImageGenerationDestinationConfig = Shapes::StructureShape.new(name: 'ImageGenerationDestinationConfig')
65
78
  ImageSelectorType = Shapes::StringShape.new(name: 'ImageSelectorType')
@@ -77,13 +90,24 @@ module Aws::KinesisVideo
77
90
  ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
78
91
  ListTagsForStreamInput = Shapes::StructureShape.new(name: 'ListTagsForStreamInput')
79
92
  ListTagsForStreamOutput = Shapes::StructureShape.new(name: 'ListTagsForStreamOutput')
93
+ LocalSizeConfig = Shapes::StructureShape.new(name: 'LocalSizeConfig')
94
+ MappedResourceConfigurationList = Shapes::ListShape.new(name: 'MappedResourceConfigurationList')
95
+ MappedResourceConfigurationListItem = Shapes::StructureShape.new(name: 'MappedResourceConfigurationListItem')
96
+ MappedResourceConfigurationListLimit = Shapes::IntegerShape.new(name: 'MappedResourceConfigurationListLimit')
97
+ MaxLocalMediaSizeInMB = Shapes::IntegerShape.new(name: 'MaxLocalMediaSizeInMB')
98
+ MediaSourceConfig = Shapes::StructureShape.new(name: 'MediaSourceConfig')
99
+ MediaStorageConfiguration = Shapes::StructureShape.new(name: 'MediaStorageConfiguration')
100
+ MediaStorageConfigurationStatus = Shapes::StringShape.new(name: 'MediaStorageConfigurationStatus')
80
101
  MediaType = Shapes::StringShape.new(name: 'MediaType')
102
+ MediaUriSecretArn = Shapes::StringShape.new(name: 'MediaUriSecretArn')
103
+ MediaUriType = Shapes::StringShape.new(name: 'MediaUriType')
81
104
  MessageTtlSeconds = Shapes::IntegerShape.new(name: 'MessageTtlSeconds')
82
105
  NextToken = Shapes::StringShape.new(name: 'NextToken')
83
106
  NoDataRetentionException = Shapes::StructureShape.new(name: 'NoDataRetentionException')
84
107
  NotAuthorizedException = Shapes::StructureShape.new(name: 'NotAuthorizedException')
85
108
  NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
86
109
  NotificationDestinationConfig = Shapes::StructureShape.new(name: 'NotificationDestinationConfig')
110
+ RecorderConfig = Shapes::StructureShape.new(name: 'RecorderConfig')
87
111
  ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
88
112
  ResourceEndpoint = Shapes::StringShape.new(name: 'ResourceEndpoint')
89
113
  ResourceEndpointList = Shapes::ListShape.new(name: 'ResourceEndpointList')
@@ -92,13 +116,20 @@ module Aws::KinesisVideo
92
116
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
93
117
  ResourceTags = Shapes::MapShape.new(name: 'ResourceTags')
94
118
  SamplingInterval = Shapes::IntegerShape.new(name: 'SamplingInterval')
119
+ ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
120
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
95
121
  SingleMasterChannelEndpointConfiguration = Shapes::StructureShape.new(name: 'SingleMasterChannelEndpointConfiguration')
96
122
  SingleMasterConfiguration = Shapes::StructureShape.new(name: 'SingleMasterConfiguration')
123
+ StartEdgeConfigurationUpdateInput = Shapes::StructureShape.new(name: 'StartEdgeConfigurationUpdateInput')
124
+ StartEdgeConfigurationUpdateOutput = Shapes::StructureShape.new(name: 'StartEdgeConfigurationUpdateOutput')
97
125
  Status = Shapes::StringShape.new(name: 'Status')
126
+ StrategyOnFullSize = Shapes::StringShape.new(name: 'StrategyOnFullSize')
127
+ StreamEdgeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'StreamEdgeConfigurationNotFoundException')
98
128
  StreamInfo = Shapes::StructureShape.new(name: 'StreamInfo')
99
129
  StreamInfoList = Shapes::ListShape.new(name: 'StreamInfoList')
100
130
  StreamName = Shapes::StringShape.new(name: 'StreamName')
101
131
  StreamNameCondition = Shapes::StructureShape.new(name: 'StreamNameCondition')
132
+ SyncStatus = Shapes::StringShape.new(name: 'SyncStatus')
102
133
  Tag = Shapes::StructureShape.new(name: 'Tag')
103
134
  TagKey = Shapes::StringShape.new(name: 'TagKey')
104
135
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -111,6 +142,7 @@ module Aws::KinesisVideo
111
142
  TagValue = Shapes::StringShape.new(name: 'TagValue')
112
143
  TagsPerResourceExceededLimitException = Shapes::StructureShape.new(name: 'TagsPerResourceExceededLimitException')
113
144
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
145
+ Type = Shapes::StringShape.new(name: 'Type')
114
146
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
115
147
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
116
148
  UntagStreamInput = Shapes::StructureShape.new(name: 'UntagStreamInput')
@@ -120,12 +152,15 @@ module Aws::KinesisVideo
120
152
  UpdateDataRetentionOutput = Shapes::StructureShape.new(name: 'UpdateDataRetentionOutput')
121
153
  UpdateImageGenerationConfigurationInput = Shapes::StructureShape.new(name: 'UpdateImageGenerationConfigurationInput')
122
154
  UpdateImageGenerationConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateImageGenerationConfigurationOutput')
155
+ UpdateMediaStorageConfigurationInput = Shapes::StructureShape.new(name: 'UpdateMediaStorageConfigurationInput')
156
+ UpdateMediaStorageConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateMediaStorageConfigurationOutput')
123
157
  UpdateNotificationConfigurationInput = Shapes::StructureShape.new(name: 'UpdateNotificationConfigurationInput')
124
158
  UpdateNotificationConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateNotificationConfigurationOutput')
125
159
  UpdateSignalingChannelInput = Shapes::StructureShape.new(name: 'UpdateSignalingChannelInput')
126
160
  UpdateSignalingChannelOutput = Shapes::StructureShape.new(name: 'UpdateSignalingChannelOutput')
127
161
  UpdateStreamInput = Shapes::StructureShape.new(name: 'UpdateStreamInput')
128
162
  UpdateStreamOutput = Shapes::StructureShape.new(name: 'UpdateStreamOutput')
163
+ UploaderConfig = Shapes::StructureShape.new(name: 'UploaderConfig')
129
164
  Version = Shapes::StringShape.new(name: 'Version')
130
165
  VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
131
166
  WidthPixels = Shapes::IntegerShape.new(name: 'WidthPixels')
@@ -189,6 +224,24 @@ module Aws::KinesisVideo
189
224
 
190
225
  DeleteStreamOutput.struct_class = Types::DeleteStreamOutput
191
226
 
227
+ DeletionConfig.add_member(:edge_retention_in_hours, Shapes::ShapeRef.new(shape: EdgeRetentionInHours, location_name: "EdgeRetentionInHours"))
228
+ DeletionConfig.add_member(:local_size_config, Shapes::ShapeRef.new(shape: LocalSizeConfig, location_name: "LocalSizeConfig"))
229
+ DeletionConfig.add_member(:delete_after_upload, Shapes::ShapeRef.new(shape: DeleteAfterUpload, location_name: "DeleteAfterUpload"))
230
+ DeletionConfig.struct_class = Types::DeletionConfig
231
+
232
+ DescribeEdgeConfigurationInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
233
+ DescribeEdgeConfigurationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
234
+ DescribeEdgeConfigurationInput.struct_class = Types::DescribeEdgeConfigurationInput
235
+
236
+ DescribeEdgeConfigurationOutput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
237
+ DescribeEdgeConfigurationOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
238
+ DescribeEdgeConfigurationOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
239
+ DescribeEdgeConfigurationOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
240
+ DescribeEdgeConfigurationOutput.add_member(:sync_status, Shapes::ShapeRef.new(shape: SyncStatus, location_name: "SyncStatus"))
241
+ DescribeEdgeConfigurationOutput.add_member(:failed_status_details, Shapes::ShapeRef.new(shape: FailedStatusDetails, location_name: "FailedStatusDetails"))
242
+ DescribeEdgeConfigurationOutput.add_member(:edge_config, Shapes::ShapeRef.new(shape: EdgeConfig, location_name: "EdgeConfig"))
243
+ DescribeEdgeConfigurationOutput.struct_class = Types::DescribeEdgeConfigurationOutput
244
+
192
245
  DescribeImageGenerationConfigurationInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
193
246
  DescribeImageGenerationConfigurationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
194
247
  DescribeImageGenerationConfigurationInput.struct_class = Types::DescribeImageGenerationConfigurationInput
@@ -196,6 +249,23 @@ module Aws::KinesisVideo
196
249
  DescribeImageGenerationConfigurationOutput.add_member(:image_generation_configuration, Shapes::ShapeRef.new(shape: ImageGenerationConfiguration, location_name: "ImageGenerationConfiguration"))
197
250
  DescribeImageGenerationConfigurationOutput.struct_class = Types::DescribeImageGenerationConfigurationOutput
198
251
 
252
+ DescribeMappedResourceConfigurationInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
253
+ DescribeMappedResourceConfigurationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
254
+ DescribeMappedResourceConfigurationInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MappedResourceConfigurationListLimit, location_name: "MaxResults"))
255
+ DescribeMappedResourceConfigurationInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
256
+ DescribeMappedResourceConfigurationInput.struct_class = Types::DescribeMappedResourceConfigurationInput
257
+
258
+ DescribeMappedResourceConfigurationOutput.add_member(:mapped_resource_configuration_list, Shapes::ShapeRef.new(shape: MappedResourceConfigurationList, location_name: "MappedResourceConfigurationList"))
259
+ DescribeMappedResourceConfigurationOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
260
+ DescribeMappedResourceConfigurationOutput.struct_class = Types::DescribeMappedResourceConfigurationOutput
261
+
262
+ DescribeMediaStorageConfigurationInput.add_member(:channel_name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "ChannelName"))
263
+ DescribeMediaStorageConfigurationInput.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ChannelARN"))
264
+ DescribeMediaStorageConfigurationInput.struct_class = Types::DescribeMediaStorageConfigurationInput
265
+
266
+ DescribeMediaStorageConfigurationOutput.add_member(:media_storage_configuration, Shapes::ShapeRef.new(shape: MediaStorageConfiguration, location_name: "MediaStorageConfiguration"))
267
+ DescribeMediaStorageConfigurationOutput.struct_class = Types::DescribeMediaStorageConfigurationOutput
268
+
199
269
  DescribeNotificationConfigurationInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
200
270
  DescribeNotificationConfigurationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
201
271
  DescribeNotificationConfigurationInput.struct_class = Types::DescribeNotificationConfigurationInput
@@ -220,6 +290,12 @@ module Aws::KinesisVideo
220
290
  DeviceStreamLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
221
291
  DeviceStreamLimitExceededException.struct_class = Types::DeviceStreamLimitExceededException
222
292
 
293
+ EdgeConfig.add_member(:hub_device_arn, Shapes::ShapeRef.new(shape: HubDeviceArn, required: true, location_name: "HubDeviceArn"))
294
+ EdgeConfig.add_member(:recorder_config, Shapes::ShapeRef.new(shape: RecorderConfig, required: true, location_name: "RecorderConfig"))
295
+ EdgeConfig.add_member(:uploader_config, Shapes::ShapeRef.new(shape: UploaderConfig, location_name: "UploaderConfig"))
296
+ EdgeConfig.add_member(:deletion_config, Shapes::ShapeRef.new(shape: DeletionConfig, location_name: "DeletionConfig"))
297
+ EdgeConfig.struct_class = Types::EdgeConfig
298
+
223
299
  FormatConfig.key = Shapes::ShapeRef.new(shape: FormatConfigKey)
224
300
  FormatConfig.value = Shapes::ShapeRef.new(shape: FormatConfigValue)
225
301
 
@@ -298,6 +374,24 @@ module Aws::KinesisVideo
298
374
  ListTagsForStreamOutput.add_member(:tags, Shapes::ShapeRef.new(shape: ResourceTags, location_name: "Tags"))
299
375
  ListTagsForStreamOutput.struct_class = Types::ListTagsForStreamOutput
300
376
 
377
+ LocalSizeConfig.add_member(:max_local_media_size_in_mb, Shapes::ShapeRef.new(shape: MaxLocalMediaSizeInMB, location_name: "MaxLocalMediaSizeInMB"))
378
+ LocalSizeConfig.add_member(:strategy_on_full_size, Shapes::ShapeRef.new(shape: StrategyOnFullSize, location_name: "StrategyOnFullSize"))
379
+ LocalSizeConfig.struct_class = Types::LocalSizeConfig
380
+
381
+ MappedResourceConfigurationList.member = Shapes::ShapeRef.new(shape: MappedResourceConfigurationListItem)
382
+
383
+ MappedResourceConfigurationListItem.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "Type"))
384
+ MappedResourceConfigurationListItem.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ARN"))
385
+ MappedResourceConfigurationListItem.struct_class = Types::MappedResourceConfigurationListItem
386
+
387
+ MediaSourceConfig.add_member(:media_uri_secret_arn, Shapes::ShapeRef.new(shape: MediaUriSecretArn, required: true, location_name: "MediaUriSecretArn"))
388
+ MediaSourceConfig.add_member(:media_uri_type, Shapes::ShapeRef.new(shape: MediaUriType, required: true, location_name: "MediaUriType"))
389
+ MediaSourceConfig.struct_class = Types::MediaSourceConfig
390
+
391
+ MediaStorageConfiguration.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
392
+ MediaStorageConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: MediaStorageConfigurationStatus, required: true, location_name: "Status"))
393
+ MediaStorageConfiguration.struct_class = Types::MediaStorageConfiguration
394
+
301
395
  NoDataRetentionException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
302
396
  NoDataRetentionException.struct_class = Types::NoDataRetentionException
303
397
 
@@ -311,6 +405,10 @@ module Aws::KinesisVideo
311
405
  NotificationDestinationConfig.add_member(:uri, Shapes::ShapeRef.new(shape: DestinationUri, required: true, location_name: "Uri"))
312
406
  NotificationDestinationConfig.struct_class = Types::NotificationDestinationConfig
313
407
 
408
+ RecorderConfig.add_member(:media_source_config, Shapes::ShapeRef.new(shape: MediaSourceConfig, required: true, location_name: "MediaSourceConfig"))
409
+ RecorderConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, location_name: "ScheduleConfig"))
410
+ RecorderConfig.struct_class = Types::RecorderConfig
411
+
314
412
  ResourceEndpointList.member = Shapes::ShapeRef.new(shape: ResourceEndpointListItem)
315
413
 
316
414
  ResourceEndpointListItem.add_member(:protocol, Shapes::ShapeRef.new(shape: ChannelProtocol, location_name: "Protocol"))
@@ -326,6 +424,10 @@ module Aws::KinesisVideo
326
424
  ResourceTags.key = Shapes::ShapeRef.new(shape: TagKey)
327
425
  ResourceTags.value = Shapes::ShapeRef.new(shape: TagValue)
328
426
 
427
+ ScheduleConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
428
+ ScheduleConfig.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "DurationInSeconds"))
429
+ ScheduleConfig.struct_class = Types::ScheduleConfig
430
+
329
431
  SingleMasterChannelEndpointConfiguration.add_member(:protocols, Shapes::ShapeRef.new(shape: ListOfProtocols, location_name: "Protocols"))
330
432
  SingleMasterChannelEndpointConfiguration.add_member(:role, Shapes::ShapeRef.new(shape: ChannelRole, location_name: "Role"))
331
433
  SingleMasterChannelEndpointConfiguration.struct_class = Types::SingleMasterChannelEndpointConfiguration
@@ -333,6 +435,23 @@ module Aws::KinesisVideo
333
435
  SingleMasterConfiguration.add_member(:message_ttl_seconds, Shapes::ShapeRef.new(shape: MessageTtlSeconds, location_name: "MessageTtlSeconds"))
334
436
  SingleMasterConfiguration.struct_class = Types::SingleMasterConfiguration
335
437
 
438
+ StartEdgeConfigurationUpdateInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
439
+ StartEdgeConfigurationUpdateInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
440
+ StartEdgeConfigurationUpdateInput.add_member(:edge_config, Shapes::ShapeRef.new(shape: EdgeConfig, required: true, location_name: "EdgeConfig"))
441
+ StartEdgeConfigurationUpdateInput.struct_class = Types::StartEdgeConfigurationUpdateInput
442
+
443
+ StartEdgeConfigurationUpdateOutput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
444
+ StartEdgeConfigurationUpdateOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
445
+ StartEdgeConfigurationUpdateOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
446
+ StartEdgeConfigurationUpdateOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
447
+ StartEdgeConfigurationUpdateOutput.add_member(:sync_status, Shapes::ShapeRef.new(shape: SyncStatus, location_name: "SyncStatus"))
448
+ StartEdgeConfigurationUpdateOutput.add_member(:failed_status_details, Shapes::ShapeRef.new(shape: FailedStatusDetails, location_name: "FailedStatusDetails"))
449
+ StartEdgeConfigurationUpdateOutput.add_member(:edge_config, Shapes::ShapeRef.new(shape: EdgeConfig, location_name: "EdgeConfig"))
450
+ StartEdgeConfigurationUpdateOutput.struct_class = Types::StartEdgeConfigurationUpdateOutput
451
+
452
+ StreamEdgeConfigurationNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
453
+ StreamEdgeConfigurationNotFoundException.struct_class = Types::StreamEdgeConfigurationNotFoundException
454
+
336
455
  StreamInfo.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
337
456
  StreamInfo.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
338
457
  StreamInfo.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
@@ -405,6 +524,12 @@ module Aws::KinesisVideo
405
524
 
406
525
  UpdateImageGenerationConfigurationOutput.struct_class = Types::UpdateImageGenerationConfigurationOutput
407
526
 
527
+ UpdateMediaStorageConfigurationInput.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ChannelARN"))
528
+ UpdateMediaStorageConfigurationInput.add_member(:media_storage_configuration, Shapes::ShapeRef.new(shape: MediaStorageConfiguration, required: true, location_name: "MediaStorageConfiguration"))
529
+ UpdateMediaStorageConfigurationInput.struct_class = Types::UpdateMediaStorageConfigurationInput
530
+
531
+ UpdateMediaStorageConfigurationOutput.struct_class = Types::UpdateMediaStorageConfigurationOutput
532
+
408
533
  UpdateNotificationConfigurationInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
409
534
  UpdateNotificationConfigurationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
410
535
  UpdateNotificationConfigurationInput.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
@@ -428,6 +553,9 @@ module Aws::KinesisVideo
428
553
 
429
554
  UpdateStreamOutput.struct_class = Types::UpdateStreamOutput
430
555
 
556
+ UploaderConfig.add_member(:schedule_config, Shapes::ShapeRef.new(shape: ScheduleConfig, required: true, location_name: "ScheduleConfig"))
557
+ UploaderConfig.struct_class = Types::UploaderConfig
558
+
431
559
  VersionMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
432
560
  VersionMismatchException.struct_class = Types::VersionMismatchException
433
561
 
@@ -505,6 +633,19 @@ module Aws::KinesisVideo
505
633
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
506
634
  end)
507
635
 
636
+ api.add_operation(:describe_edge_configuration, Seahorse::Model::Operation.new.tap do |o|
637
+ o.name = "DescribeEdgeConfiguration"
638
+ o.http_method = "POST"
639
+ o.http_request_uri = "/describeEdgeConfiguration"
640
+ o.input = Shapes::ShapeRef.new(shape: DescribeEdgeConfigurationInput)
641
+ o.output = Shapes::ShapeRef.new(shape: DescribeEdgeConfigurationOutput)
642
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
643
+ o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
644
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
645
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
646
+ o.errors << Shapes::ShapeRef.new(shape: StreamEdgeConfigurationNotFoundException)
647
+ end)
648
+
508
649
  api.add_operation(:describe_image_generation_configuration, Seahorse::Model::Operation.new.tap do |o|
509
650
  o.name = "DescribeImageGenerationConfiguration"
510
651
  o.http_method = "POST"
@@ -517,6 +658,36 @@ module Aws::KinesisVideo
517
658
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
518
659
  end)
519
660
 
661
+ api.add_operation(:describe_mapped_resource_configuration, Seahorse::Model::Operation.new.tap do |o|
662
+ o.name = "DescribeMappedResourceConfiguration"
663
+ o.http_method = "POST"
664
+ o.http_request_uri = "/describeMappedResourceConfiguration"
665
+ o.input = Shapes::ShapeRef.new(shape: DescribeMappedResourceConfigurationInput)
666
+ o.output = Shapes::ShapeRef.new(shape: DescribeMappedResourceConfigurationOutput)
667
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
668
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
669
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
670
+ o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
671
+ o[:pager] = Aws::Pager.new(
672
+ limit_key: "max_results",
673
+ tokens: {
674
+ "next_token" => "next_token"
675
+ }
676
+ )
677
+ end)
678
+
679
+ api.add_operation(:describe_media_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "DescribeMediaStorageConfiguration"
681
+ o.http_method = "POST"
682
+ o.http_request_uri = "/describeMediaStorageConfiguration"
683
+ o.input = Shapes::ShapeRef.new(shape: DescribeMediaStorageConfigurationInput)
684
+ o.output = Shapes::ShapeRef.new(shape: DescribeMediaStorageConfigurationOutput)
685
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
687
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
688
+ o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
689
+ end)
690
+
520
691
  api.add_operation(:describe_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
521
692
  o.name = "DescribeNotificationConfiguration"
522
693
  o.http_method = "POST"
@@ -636,6 +807,20 @@ module Aws::KinesisVideo
636
807
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceFormatException)
637
808
  end)
638
809
 
810
+ api.add_operation(:start_edge_configuration_update, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "StartEdgeConfigurationUpdate"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/startEdgeConfigurationUpdate"
814
+ o.input = Shapes::ShapeRef.new(shape: StartEdgeConfigurationUpdateInput)
815
+ o.output = Shapes::ShapeRef.new(shape: StartEdgeConfigurationUpdateOutput)
816
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
817
+ o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
819
+ o.errors << Shapes::ShapeRef.new(shape: NoDataRetentionException)
820
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
821
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
822
+ end)
823
+
639
824
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
640
825
  o.name = "TagResource"
641
826
  o.http_method = "POST"
@@ -716,6 +901,20 @@ module Aws::KinesisVideo
716
901
  o.errors << Shapes::ShapeRef.new(shape: NoDataRetentionException)
717
902
  end)
718
903
 
904
+ api.add_operation(:update_media_storage_configuration, Seahorse::Model::Operation.new.tap do |o|
905
+ o.name = "UpdateMediaStorageConfiguration"
906
+ o.http_method = "POST"
907
+ o.http_request_uri = "/updateMediaStorageConfiguration"
908
+ o.input = Shapes::ShapeRef.new(shape: UpdateMediaStorageConfigurationInput)
909
+ o.output = Shapes::ShapeRef.new(shape: UpdateMediaStorageConfigurationOutput)
910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
911
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
912
+ o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
913
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
914
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
915
+ o.errors << Shapes::ShapeRef.new(shape: NoDataRetentionException)
916
+ end)
917
+
719
918
  api.add_operation(:update_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
720
919
  o.name = "UpdateNotificationConfiguration"
721
920
  o.http_method = "POST"
@@ -50,6 +50,9 @@ module Aws::KinesisVideo
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -29,83 +29,81 @@ module Aws::KinesisVideo
29
29
  # @api private
30
30
  RULES = <<-JSON
31
31
  eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
33
- dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
34
- cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
35
- dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
36
- ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
37
- ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
38
- ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
39
- aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
40
- OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
41
- UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
42
- dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
43
- UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
44
- dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
45
- ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
46
- IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
47
- aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
48
- bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
49
- ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
50
- Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
51
- cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
52
- InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
53
- aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
54
- cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
55
- InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
56
- W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
57
- UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
58
- SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
59
- eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
60
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
61
- LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
62
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
63
- b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
64
- fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
65
- RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
66
- ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
67
- ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
68
- ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
69
- dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
70
- dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
71
- Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
72
- In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
73
- YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
74
- YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
75
- cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
76
- dCI6eyJ1cmwiOiJodHRwczovL2tpbmVzaXN2aWRlby1maXBzLntSZWdpb259
77
- LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3Bl
78
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0s
79
- eyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sg
80
- YXJlIGVuYWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBw
81
- b3J0IG9uZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlv
82
- bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVz
83
- ZUZJUFMifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
84
- aXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7
85
- ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3Vs
86
- dCJ9LCJzdXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMi
87
- Olt7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
88
- b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9raW5l
89
- c2lzdmlkZW8tZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1
90
- ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
91
- ZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBT
92
- IGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBv
93
- cnQgRklQUyIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJm
94
- biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3Rh
95
- Y2sifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
96
- b25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZu
97
- IjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9
98
- LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxl
99
- cyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBz
100
- Oi8va2luZXNpc3ZpZGVvLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVh
101
- bFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
102
- fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJy
103
- b3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24g
104
- ZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19
105
- LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8v
106
- a2luZXNpc3ZpZGVvLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3Vm
107
- Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
108
- bmRwb2ludCJ9XX1dfQ==
32
+ bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
+ YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
+ ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
+ aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
+ ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
+ IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
+ bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
+ aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
+ IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
+ IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
+ aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
+ Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
+ cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
+ bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
+ YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
+ bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
+ ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
+ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
+ b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
+ ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
+ c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
+ cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
+ dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
+ ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
+ ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
+ b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
+ aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
+ VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
+ Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
+ b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
+ XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
+ cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
+ fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
+ Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
+ bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
+ eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
+ b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
+ Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
+ XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
+ OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
+ InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
+ IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
+ Ly9raW5lc2lzdmlkZW8tZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0
76
+ I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVy
77
+ cyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10s
78
+ ImVycm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQg
79
+ dGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIs
80
+ InR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xl
81
+ YW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwi
82
+ dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJi
83
+ b29sZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJh
84
+ cmd2IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBT
85
+ Il19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
86
+ XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVu
87
+ ZHBvaW50Ijp7InVybCI6Imh0dHBzOi8va2luZXNpc3ZpZGVvLWZpcHMue1Jl
88
+ Z2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGll
89
+ cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsi
90
+ Y29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0
91
+ aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoi
92
+ ZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxz
93
+ IiwiYXJndiI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlw
94
+ ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29s
95
+ ZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2
96
+ IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3Rh
97
+ Y2siXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMi
98
+ OltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2tpbmVzaXN2aWRlby57
99
+ UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0i
100
+ LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9p
101
+ bnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlz
102
+ IGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQg
103
+ RHVhbFN0YWNrIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltd
104
+ LCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2tpbmVzaXN2aWRlby57UmVn
105
+ aW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVz
106
+ Ijp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
109
107
 
110
108
  JSON
111
109
  end
@@ -67,6 +67,20 @@ module Aws::KinesisVideo
67
67
  end
68
68
  end
69
69
 
70
+ class DescribeEdgeConfiguration
71
+ def self.build(context)
72
+ unless context.config.regional_endpoint
73
+ endpoint = context.config.endpoint.to_s
74
+ end
75
+ Aws::KinesisVideo::EndpointParameters.new(
76
+ region: context.config.region,
77
+ use_dual_stack: context.config.use_dualstack_endpoint,
78
+ use_fips: context.config.use_fips_endpoint,
79
+ endpoint: endpoint,
80
+ )
81
+ end
82
+ end
83
+
70
84
  class DescribeImageGenerationConfiguration
71
85
  def self.build(context)
72
86
  unless context.config.regional_endpoint
@@ -81,6 +95,34 @@ module Aws::KinesisVideo
81
95
  end
82
96
  end
83
97
 
98
+ class DescribeMappedResourceConfiguration
99
+ def self.build(context)
100
+ unless context.config.regional_endpoint
101
+ endpoint = context.config.endpoint.to_s
102
+ end
103
+ Aws::KinesisVideo::EndpointParameters.new(
104
+ region: context.config.region,
105
+ use_dual_stack: context.config.use_dualstack_endpoint,
106
+ use_fips: context.config.use_fips_endpoint,
107
+ endpoint: endpoint,
108
+ )
109
+ end
110
+ end
111
+
112
+ class DescribeMediaStorageConfiguration
113
+ def self.build(context)
114
+ unless context.config.regional_endpoint
115
+ endpoint = context.config.endpoint.to_s
116
+ end
117
+ Aws::KinesisVideo::EndpointParameters.new(
118
+ region: context.config.region,
119
+ use_dual_stack: context.config.use_dualstack_endpoint,
120
+ use_fips: context.config.use_fips_endpoint,
121
+ endpoint: endpoint,
122
+ )
123
+ end
124
+ end
125
+
84
126
  class DescribeNotificationConfiguration
85
127
  def self.build(context)
86
128
  unless context.config.regional_endpoint
@@ -207,6 +249,20 @@ module Aws::KinesisVideo
207
249
  end
208
250
  end
209
251
 
252
+ class StartEdgeConfigurationUpdate
253
+ def self.build(context)
254
+ unless context.config.regional_endpoint
255
+ endpoint = context.config.endpoint.to_s
256
+ end
257
+ Aws::KinesisVideo::EndpointParameters.new(
258
+ region: context.config.region,
259
+ use_dual_stack: context.config.use_dualstack_endpoint,
260
+ use_fips: context.config.use_fips_endpoint,
261
+ endpoint: endpoint,
262
+ )
263
+ end
264
+ end
265
+
210
266
  class TagResource
211
267
  def self.build(context)
212
268
  unless context.config.regional_endpoint
@@ -291,6 +347,20 @@ module Aws::KinesisVideo
291
347
  end
292
348
  end
293
349
 
350
+ class UpdateMediaStorageConfiguration
351
+ def self.build(context)
352
+ unless context.config.regional_endpoint
353
+ endpoint = context.config.endpoint.to_s
354
+ end
355
+ Aws::KinesisVideo::EndpointParameters.new(
356
+ region: context.config.region,
357
+ use_dual_stack: context.config.use_dualstack_endpoint,
358
+ use_fips: context.config.use_fips_endpoint,
359
+ endpoint: endpoint,
360
+ )
361
+ end
362
+ end
363
+
294
364
  class UpdateNotificationConfiguration
295
365
  def self.build(context)
296
366
  unless context.config.regional_endpoint