aws-sdk-mediapackagev2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,913 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::MediaPackageV2
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AdMarkerHls = Shapes::StringShape.new(name: 'AdMarkerHls')
18
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
+ ChannelGroupListConfiguration = Shapes::StructureShape.new(name: 'ChannelGroupListConfiguration')
20
+ ChannelGroupsList = Shapes::ListShape.new(name: 'ChannelGroupsList')
21
+ ChannelList = Shapes::ListShape.new(name: 'ChannelList')
22
+ ChannelListConfiguration = Shapes::StructureShape.new(name: 'ChannelListConfiguration')
23
+ CmafEncryptionMethod = Shapes::StringShape.new(name: 'CmafEncryptionMethod')
24
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
25
+ ConflictExceptionType = Shapes::StringShape.new(name: 'ConflictExceptionType')
26
+ ContainerType = Shapes::StringShape.new(name: 'ContainerType')
27
+ CreateChannelGroupRequest = Shapes::StructureShape.new(name: 'CreateChannelGroupRequest')
28
+ CreateChannelGroupResponse = Shapes::StructureShape.new(name: 'CreateChannelGroupResponse')
29
+ CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
30
+ CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
31
+ CreateHlsManifestConfiguration = Shapes::StructureShape.new(name: 'CreateHlsManifestConfiguration')
32
+ CreateHlsManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateHlsManifestConfigurationManifestWindowSecondsInteger')
33
+ CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger')
34
+ CreateHlsManifests = Shapes::ListShape.new(name: 'CreateHlsManifests')
35
+ CreateLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'CreateLowLatencyHlsManifestConfiguration')
36
+ CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger')
37
+ CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger')
38
+ CreateLowLatencyHlsManifests = Shapes::ListShape.new(name: 'CreateLowLatencyHlsManifests')
39
+ CreateOriginEndpointRequest = Shapes::StructureShape.new(name: 'CreateOriginEndpointRequest')
40
+ CreateOriginEndpointRequestStartoverWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateOriginEndpointRequestStartoverWindowSecondsInteger')
41
+ CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
42
+ DeleteChannelGroupRequest = Shapes::StructureShape.new(name: 'DeleteChannelGroupRequest')
43
+ DeleteChannelGroupResponse = Shapes::StructureShape.new(name: 'DeleteChannelGroupResponse')
44
+ DeleteChannelPolicyRequest = Shapes::StructureShape.new(name: 'DeleteChannelPolicyRequest')
45
+ DeleteChannelPolicyResponse = Shapes::StructureShape.new(name: 'DeleteChannelPolicyResponse')
46
+ DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
47
+ DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
48
+ DeleteOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'DeleteOriginEndpointPolicyRequest')
49
+ DeleteOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'DeleteOriginEndpointPolicyResponse')
50
+ DeleteOriginEndpointRequest = Shapes::StructureShape.new(name: 'DeleteOriginEndpointRequest')
51
+ DeleteOriginEndpointResponse = Shapes::StructureShape.new(name: 'DeleteOriginEndpointResponse')
52
+ DrmSystem = Shapes::StringShape.new(name: 'DrmSystem')
53
+ Encryption = Shapes::StructureShape.new(name: 'Encryption')
54
+ EncryptionConstantInitializationVectorString = Shapes::StringShape.new(name: 'EncryptionConstantInitializationVectorString')
55
+ EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
56
+ EncryptionKeyRotationIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'EncryptionKeyRotationIntervalSecondsInteger')
57
+ EncryptionMethod = Shapes::StructureShape.new(name: 'EncryptionMethod')
58
+ GetChannelGroupRequest = Shapes::StructureShape.new(name: 'GetChannelGroupRequest')
59
+ GetChannelGroupResponse = Shapes::StructureShape.new(name: 'GetChannelGroupResponse')
60
+ GetChannelPolicyRequest = Shapes::StructureShape.new(name: 'GetChannelPolicyRequest')
61
+ GetChannelPolicyResponse = Shapes::StructureShape.new(name: 'GetChannelPolicyResponse')
62
+ GetChannelRequest = Shapes::StructureShape.new(name: 'GetChannelRequest')
63
+ GetChannelResponse = Shapes::StructureShape.new(name: 'GetChannelResponse')
64
+ GetHlsManifestConfiguration = Shapes::StructureShape.new(name: 'GetHlsManifestConfiguration')
65
+ GetHlsManifests = Shapes::ListShape.new(name: 'GetHlsManifests')
66
+ GetLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'GetLowLatencyHlsManifestConfiguration')
67
+ GetLowLatencyHlsManifests = Shapes::ListShape.new(name: 'GetLowLatencyHlsManifests')
68
+ GetOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyRequest')
69
+ GetOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'GetOriginEndpointPolicyResponse')
70
+ GetOriginEndpointRequest = Shapes::StructureShape.new(name: 'GetOriginEndpointRequest')
71
+ GetOriginEndpointResponse = Shapes::StructureShape.new(name: 'GetOriginEndpointResponse')
72
+ IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
73
+ IngestEndpoint = Shapes::StructureShape.new(name: 'IngestEndpoint')
74
+ IngestEndpointList = Shapes::ListShape.new(name: 'IngestEndpointList')
75
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
76
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
77
+ ListChannelGroupsRequest = Shapes::StructureShape.new(name: 'ListChannelGroupsRequest')
78
+ ListChannelGroupsResponse = Shapes::StructureShape.new(name: 'ListChannelGroupsResponse')
79
+ ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
80
+ ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
81
+ ListHlsManifestConfiguration = Shapes::StructureShape.new(name: 'ListHlsManifestConfiguration')
82
+ ListHlsManifests = Shapes::ListShape.new(name: 'ListHlsManifests')
83
+ ListLowLatencyHlsManifestConfiguration = Shapes::StructureShape.new(name: 'ListLowLatencyHlsManifestConfiguration')
84
+ ListLowLatencyHlsManifests = Shapes::ListShape.new(name: 'ListLowLatencyHlsManifests')
85
+ ListOriginEndpointsRequest = Shapes::StructureShape.new(name: 'ListOriginEndpointsRequest')
86
+ ListOriginEndpointsResponse = Shapes::StructureShape.new(name: 'ListOriginEndpointsResponse')
87
+ ListResourceMaxResults = Shapes::IntegerShape.new(name: 'ListResourceMaxResults')
88
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
89
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
90
+ ManifestName = Shapes::StringShape.new(name: 'ManifestName')
91
+ OriginEndpointListConfiguration = Shapes::StructureShape.new(name: 'OriginEndpointListConfiguration')
92
+ OriginEndpointsList = Shapes::ListShape.new(name: 'OriginEndpointsList')
93
+ PolicyText = Shapes::StringShape.new(name: 'PolicyText')
94
+ PresetSpeke20Audio = Shapes::StringShape.new(name: 'PresetSpeke20Audio')
95
+ PresetSpeke20Video = Shapes::StringShape.new(name: 'PresetSpeke20Video')
96
+ PutChannelPolicyRequest = Shapes::StructureShape.new(name: 'PutChannelPolicyRequest')
97
+ PutChannelPolicyResponse = Shapes::StructureShape.new(name: 'PutChannelPolicyResponse')
98
+ PutOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'PutOriginEndpointPolicyRequest')
99
+ PutOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'PutOriginEndpointPolicyResponse')
100
+ ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
101
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
102
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
103
+ ResourceTypeNotFound = Shapes::StringShape.new(name: 'ResourceTypeNotFound')
104
+ Scte = Shapes::StructureShape.new(name: 'Scte')
105
+ ScteFilter = Shapes::StringShape.new(name: 'ScteFilter')
106
+ ScteFilterList = Shapes::ListShape.new(name: 'ScteFilterList')
107
+ ScteHls = Shapes::StructureShape.new(name: 'ScteHls')
108
+ Segment = Shapes::StructureShape.new(name: 'Segment')
109
+ SegmentSegmentDurationSecondsInteger = Shapes::IntegerShape.new(name: 'SegmentSegmentDurationSecondsInteger')
110
+ SegmentSegmentNameString = Shapes::StringShape.new(name: 'SegmentSegmentNameString')
111
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
112
+ SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
113
+ SpekeKeyProviderDrmSystemsList = Shapes::ListShape.new(name: 'SpekeKeyProviderDrmSystemsList')
114
+ SpekeKeyProviderResourceIdString = Shapes::StringShape.new(name: 'SpekeKeyProviderResourceIdString')
115
+ SpekeKeyProviderRoleArnString = Shapes::StringShape.new(name: 'SpekeKeyProviderRoleArnString')
116
+ SpekeKeyProviderUrlString = Shapes::StringShape.new(name: 'SpekeKeyProviderUrlString')
117
+ String = Shapes::StringShape.new(name: 'String')
118
+ TagArn = Shapes::StringShape.new(name: 'TagArn')
119
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
120
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
121
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
122
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
123
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
124
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
125
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
126
+ TsEncryptionMethod = Shapes::StringShape.new(name: 'TsEncryptionMethod')
127
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
128
+ UpdateChannelGroupRequest = Shapes::StructureShape.new(name: 'UpdateChannelGroupRequest')
129
+ UpdateChannelGroupResponse = Shapes::StructureShape.new(name: 'UpdateChannelGroupResponse')
130
+ UpdateChannelRequest = Shapes::StructureShape.new(name: 'UpdateChannelRequest')
131
+ UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
132
+ UpdateOriginEndpointRequest = Shapes::StructureShape.new(name: 'UpdateOriginEndpointRequest')
133
+ UpdateOriginEndpointRequestStartoverWindowSecondsInteger = Shapes::IntegerShape.new(name: 'UpdateOriginEndpointRequestStartoverWindowSecondsInteger')
134
+ UpdateOriginEndpointResponse = Shapes::StructureShape.new(name: 'UpdateOriginEndpointResponse')
135
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
136
+ ValidationExceptionType = Shapes::StringShape.new(name: 'ValidationExceptionType')
137
+
138
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
139
+ AccessDeniedException.struct_class = Types::AccessDeniedException
140
+
141
+ ChannelGroupListConfiguration.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
142
+ ChannelGroupListConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
143
+ ChannelGroupListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
144
+ ChannelGroupListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
145
+ ChannelGroupListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
146
+ ChannelGroupListConfiguration.struct_class = Types::ChannelGroupListConfiguration
147
+
148
+ ChannelGroupsList.member = Shapes::ShapeRef.new(shape: ChannelGroupListConfiguration)
149
+
150
+ ChannelList.member = Shapes::ShapeRef.new(shape: ChannelListConfiguration)
151
+
152
+ ChannelListConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
153
+ ChannelListConfiguration.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
154
+ ChannelListConfiguration.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
155
+ ChannelListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
156
+ ChannelListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
157
+ ChannelListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
158
+ ChannelListConfiguration.struct_class = Types::ChannelListConfiguration
159
+
160
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
161
+ ConflictException.add_member(:conflict_exception_type, Shapes::ShapeRef.new(shape: ConflictExceptionType, location_name: "ConflictExceptionType"))
162
+ ConflictException.struct_class = Types::ConflictException
163
+
164
+ CreateChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
165
+ CreateChannelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
166
+ CreateChannelGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
167
+ CreateChannelGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
168
+ CreateChannelGroupRequest.struct_class = Types::CreateChannelGroupRequest
169
+
170
+ CreateChannelGroupResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
171
+ CreateChannelGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
172
+ CreateChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
173
+ CreateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
174
+ CreateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
175
+ CreateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
176
+ CreateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
177
+ CreateChannelGroupResponse.struct_class = Types::CreateChannelGroupResponse
178
+
179
+ CreateChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
180
+ CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
181
+ CreateChannelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
182
+ CreateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
183
+ CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
184
+ CreateChannelRequest.struct_class = Types::CreateChannelRequest
185
+
186
+ CreateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
187
+ CreateChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
188
+ CreateChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
189
+ CreateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
190
+ CreateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
191
+ CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
192
+ CreateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
193
+ CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
194
+ CreateChannelResponse.struct_class = Types::CreateChannelResponse
195
+
196
+ CreateHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
197
+ CreateHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ManifestName, location_name: "ChildManifestName"))
198
+ CreateHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
199
+ CreateHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateHlsManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
200
+ CreateHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger, location_name: "ProgramDateTimeIntervalSeconds"))
201
+ CreateHlsManifestConfiguration.struct_class = Types::CreateHlsManifestConfiguration
202
+
203
+ CreateHlsManifests.member = Shapes::ShapeRef.new(shape: CreateHlsManifestConfiguration)
204
+
205
+ CreateLowLatencyHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ManifestName, required: true, location_name: "ManifestName"))
206
+ CreateLowLatencyHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ManifestName, location_name: "ChildManifestName"))
207
+ CreateLowLatencyHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
208
+ CreateLowLatencyHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
209
+ CreateLowLatencyHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger, location_name: "ProgramDateTimeIntervalSeconds"))
210
+ CreateLowLatencyHlsManifestConfiguration.struct_class = Types::CreateLowLatencyHlsManifestConfiguration
211
+
212
+ CreateLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfiguration)
213
+
214
+ CreateOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
215
+ CreateOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
216
+ CreateOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
217
+ CreateOriginEndpointRequest.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
218
+ CreateOriginEndpointRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
219
+ CreateOriginEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
220
+ CreateOriginEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
221
+ CreateOriginEndpointRequest.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: CreateOriginEndpointRequestStartoverWindowSecondsInteger, location_name: "StartoverWindowSeconds"))
222
+ CreateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
223
+ CreateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
224
+ CreateOriginEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
225
+ CreateOriginEndpointRequest.struct_class = Types::CreateOriginEndpointRequest
226
+
227
+ CreateOriginEndpointResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
228
+ CreateOriginEndpointResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
229
+ CreateOriginEndpointResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
230
+ CreateOriginEndpointResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
231
+ CreateOriginEndpointResponse.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
232
+ CreateOriginEndpointResponse.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, required: true, location_name: "Segment"))
233
+ CreateOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
234
+ CreateOriginEndpointResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
235
+ CreateOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
236
+ CreateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
237
+ CreateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
238
+ CreateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
239
+ CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
240
+ CreateOriginEndpointResponse.struct_class = Types::CreateOriginEndpointResponse
241
+
242
+ DeleteChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
243
+ DeleteChannelGroupRequest.struct_class = Types::DeleteChannelGroupRequest
244
+
245
+ DeleteChannelGroupResponse.struct_class = Types::DeleteChannelGroupResponse
246
+
247
+ DeleteChannelPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
248
+ DeleteChannelPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
249
+ DeleteChannelPolicyRequest.struct_class = Types::DeleteChannelPolicyRequest
250
+
251
+ DeleteChannelPolicyResponse.struct_class = Types::DeleteChannelPolicyResponse
252
+
253
+ DeleteChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
254
+ DeleteChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
255
+ DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
256
+
257
+ DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
258
+
259
+ DeleteOriginEndpointPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
260
+ DeleteOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
261
+ DeleteOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
262
+ DeleteOriginEndpointPolicyRequest.struct_class = Types::DeleteOriginEndpointPolicyRequest
263
+
264
+ DeleteOriginEndpointPolicyResponse.struct_class = Types::DeleteOriginEndpointPolicyResponse
265
+
266
+ DeleteOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
267
+ DeleteOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
268
+ DeleteOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
269
+ DeleteOriginEndpointRequest.struct_class = Types::DeleteOriginEndpointRequest
270
+
271
+ DeleteOriginEndpointResponse.struct_class = Types::DeleteOriginEndpointResponse
272
+
273
+ Encryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: EncryptionConstantInitializationVectorString, location_name: "ConstantInitializationVector"))
274
+ Encryption.add_member(:encryption_method, Shapes::ShapeRef.new(shape: EncryptionMethod, required: true, location_name: "EncryptionMethod"))
275
+ Encryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: EncryptionKeyRotationIntervalSecondsInteger, location_name: "KeyRotationIntervalSeconds"))
276
+ Encryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "SpekeKeyProvider"))
277
+ Encryption.struct_class = Types::Encryption
278
+
279
+ EncryptionContractConfiguration.add_member(:preset_speke_20_audio, Shapes::ShapeRef.new(shape: PresetSpeke20Audio, required: true, location_name: "PresetSpeke20Audio"))
280
+ EncryptionContractConfiguration.add_member(:preset_speke_20_video, Shapes::ShapeRef.new(shape: PresetSpeke20Video, required: true, location_name: "PresetSpeke20Video"))
281
+ EncryptionContractConfiguration.struct_class = Types::EncryptionContractConfiguration
282
+
283
+ EncryptionMethod.add_member(:ts_encryption_method, Shapes::ShapeRef.new(shape: TsEncryptionMethod, location_name: "TsEncryptionMethod"))
284
+ EncryptionMethod.add_member(:cmaf_encryption_method, Shapes::ShapeRef.new(shape: CmafEncryptionMethod, location_name: "CmafEncryptionMethod"))
285
+ EncryptionMethod.struct_class = Types::EncryptionMethod
286
+
287
+ GetChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
288
+ GetChannelGroupRequest.struct_class = Types::GetChannelGroupRequest
289
+
290
+ GetChannelGroupResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
291
+ GetChannelGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
292
+ GetChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
293
+ GetChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
294
+ GetChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
295
+ GetChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
296
+ GetChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
297
+ GetChannelGroupResponse.struct_class = Types::GetChannelGroupResponse
298
+
299
+ GetChannelPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
300
+ GetChannelPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
301
+ GetChannelPolicyRequest.struct_class = Types::GetChannelPolicyRequest
302
+
303
+ GetChannelPolicyResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
304
+ GetChannelPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
305
+ GetChannelPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Policy"))
306
+ GetChannelPolicyResponse.struct_class = Types::GetChannelPolicyResponse
307
+
308
+ GetChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
309
+ GetChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
310
+ GetChannelRequest.struct_class = Types::GetChannelRequest
311
+
312
+ GetChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
313
+ GetChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
314
+ GetChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
315
+ GetChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
316
+ GetChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
317
+ GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
318
+ GetChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
319
+ GetChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
320
+ GetChannelResponse.struct_class = Types::GetChannelResponse
321
+
322
+ GetHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
323
+ GetHlsManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
324
+ GetHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ChildManifestName"))
325
+ GetHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ManifestWindowSeconds"))
326
+ GetHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ProgramDateTimeIntervalSeconds"))
327
+ GetHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
328
+ GetHlsManifestConfiguration.struct_class = Types::GetHlsManifestConfiguration
329
+
330
+ GetHlsManifests.member = Shapes::ShapeRef.new(shape: GetHlsManifestConfiguration)
331
+
332
+ GetLowLatencyHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
333
+ GetLowLatencyHlsManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Url"))
334
+ GetLowLatencyHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ChildManifestName"))
335
+ GetLowLatencyHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ManifestWindowSeconds"))
336
+ GetLowLatencyHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "ProgramDateTimeIntervalSeconds"))
337
+ GetLowLatencyHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
338
+ GetLowLatencyHlsManifestConfiguration.struct_class = Types::GetLowLatencyHlsManifestConfiguration
339
+
340
+ GetLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifestConfiguration)
341
+
342
+ GetOriginEndpointPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
343
+ GetOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
344
+ GetOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
345
+ GetOriginEndpointPolicyRequest.struct_class = Types::GetOriginEndpointPolicyRequest
346
+
347
+ GetOriginEndpointPolicyResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
348
+ GetOriginEndpointPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
349
+ GetOriginEndpointPolicyResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OriginEndpointName"))
350
+ GetOriginEndpointPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Policy"))
351
+ GetOriginEndpointPolicyResponse.struct_class = Types::GetOriginEndpointPolicyResponse
352
+
353
+ GetOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
354
+ GetOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
355
+ GetOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
356
+ GetOriginEndpointRequest.struct_class = Types::GetOriginEndpointRequest
357
+
358
+ GetOriginEndpointResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
359
+ GetOriginEndpointResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
360
+ GetOriginEndpointResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
361
+ GetOriginEndpointResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
362
+ GetOriginEndpointResponse.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
363
+ GetOriginEndpointResponse.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, required: true, location_name: "Segment"))
364
+ GetOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
365
+ GetOriginEndpointResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
366
+ GetOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
367
+ GetOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
368
+ GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
369
+ GetOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
370
+ GetOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
371
+ GetOriginEndpointResponse.struct_class = Types::GetOriginEndpointResponse
372
+
373
+ IngestEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
374
+ IngestEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
375
+ IngestEndpoint.struct_class = Types::IngestEndpoint
376
+
377
+ IngestEndpointList.member = Shapes::ShapeRef.new(shape: IngestEndpoint)
378
+
379
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
380
+ InternalServerException.struct_class = Types::InternalServerException
381
+
382
+ ListChannelGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceMaxResults, location: "querystring", location_name: "maxResults"))
383
+ ListChannelGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
384
+ ListChannelGroupsRequest.struct_class = Types::ListChannelGroupsRequest
385
+
386
+ ListChannelGroupsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ChannelGroupsList, location_name: "Items"))
387
+ ListChannelGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
388
+ ListChannelGroupsResponse.struct_class = Types::ListChannelGroupsResponse
389
+
390
+ ListChannelsRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
391
+ ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceMaxResults, location: "querystring", location_name: "maxResults"))
392
+ ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
393
+ ListChannelsRequest.struct_class = Types::ListChannelsRequest
394
+
395
+ ListChannelsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ChannelList, location_name: "Items"))
396
+ ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
397
+ ListChannelsResponse.struct_class = Types::ListChannelsResponse
398
+
399
+ ListHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
400
+ ListHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ChildManifestName"))
401
+ ListHlsManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
402
+ ListHlsManifestConfiguration.struct_class = Types::ListHlsManifestConfiguration
403
+
404
+ ListHlsManifests.member = Shapes::ShapeRef.new(shape: ListHlsManifestConfiguration)
405
+
406
+ ListLowLatencyHlsManifestConfiguration.add_member(:manifest_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ManifestName"))
407
+ ListLowLatencyHlsManifestConfiguration.add_member(:child_manifest_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ChildManifestName"))
408
+ ListLowLatencyHlsManifestConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
409
+ ListLowLatencyHlsManifestConfiguration.struct_class = Types::ListLowLatencyHlsManifestConfiguration
410
+
411
+ ListLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifestConfiguration)
412
+
413
+ ListOriginEndpointsRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
414
+ ListOriginEndpointsRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
415
+ ListOriginEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceMaxResults, location: "querystring", location_name: "maxResults"))
416
+ ListOriginEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
417
+ ListOriginEndpointsRequest.struct_class = Types::ListOriginEndpointsRequest
418
+
419
+ ListOriginEndpointsResponse.add_member(:items, Shapes::ShapeRef.new(shape: OriginEndpointsList, location_name: "Items"))
420
+ ListOriginEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
421
+ ListOriginEndpointsResponse.struct_class = Types::ListOriginEndpointsResponse
422
+
423
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "ResourceArn"))
424
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
425
+
426
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
427
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
428
+
429
+ OriginEndpointListConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
430
+ OriginEndpointListConfiguration.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
431
+ OriginEndpointListConfiguration.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
432
+ OriginEndpointListConfiguration.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
433
+ OriginEndpointListConfiguration.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
434
+ OriginEndpointListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
435
+ OriginEndpointListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
436
+ OriginEndpointListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedAt"))
437
+ OriginEndpointListConfiguration.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: ListHlsManifests, location_name: "HlsManifests"))
438
+ OriginEndpointListConfiguration.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: ListLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
439
+ OriginEndpointListConfiguration.struct_class = Types::OriginEndpointListConfiguration
440
+
441
+ OriginEndpointsList.member = Shapes::ShapeRef.new(shape: OriginEndpointListConfiguration)
442
+
443
+ PutChannelPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
444
+ PutChannelPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
445
+ PutChannelPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
446
+ PutChannelPolicyRequest.struct_class = Types::PutChannelPolicyRequest
447
+
448
+ PutChannelPolicyResponse.struct_class = Types::PutChannelPolicyResponse
449
+
450
+ PutOriginEndpointPolicyRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
451
+ PutOriginEndpointPolicyRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
452
+ PutOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
453
+ PutOriginEndpointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
454
+ PutOriginEndpointPolicyRequest.struct_class = Types::PutOriginEndpointPolicyRequest
455
+
456
+ PutOriginEndpointPolicyResponse.struct_class = Types::PutOriginEndpointPolicyResponse
457
+
458
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
459
+ ResourceNotFoundException.add_member(:resource_type_not_found, Shapes::ShapeRef.new(shape: ResourceTypeNotFound, location_name: "ResourceTypeNotFound"))
460
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
461
+
462
+ Scte.add_member(:scte_filter, Shapes::ShapeRef.new(shape: ScteFilterList, location_name: "ScteFilter"))
463
+ Scte.struct_class = Types::Scte
464
+
465
+ ScteFilterList.member = Shapes::ShapeRef.new(shape: ScteFilter)
466
+
467
+ ScteHls.add_member(:ad_marker_hls, Shapes::ShapeRef.new(shape: AdMarkerHls, location_name: "AdMarkerHls"))
468
+ ScteHls.struct_class = Types::ScteHls
469
+
470
+ Segment.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: SegmentSegmentDurationSecondsInteger, location_name: "SegmentDurationSeconds"))
471
+ Segment.add_member(:segment_name, Shapes::ShapeRef.new(shape: SegmentSegmentNameString, location_name: "SegmentName"))
472
+ Segment.add_member(:ts_use_audio_rendition_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "TsUseAudioRenditionGroup"))
473
+ Segment.add_member(:include_iframe_only_streams, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeIframeOnlyStreams"))
474
+ Segment.add_member(:ts_include_dvb_subtitles, Shapes::ShapeRef.new(shape: Boolean, location_name: "TsIncludeDvbSubtitles"))
475
+ Segment.add_member(:scte, Shapes::ShapeRef.new(shape: Scte, location_name: "Scte"))
476
+ Segment.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "Encryption"))
477
+ Segment.struct_class = Types::Segment
478
+
479
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
480
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
481
+
482
+ SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, required: true, location_name: "EncryptionContractConfiguration"))
483
+ SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: SpekeKeyProviderResourceIdString, required: true, location_name: "ResourceId"))
484
+ SpekeKeyProvider.add_member(:drm_systems, Shapes::ShapeRef.new(shape: SpekeKeyProviderDrmSystemsList, required: true, location_name: "DrmSystems"))
485
+ SpekeKeyProvider.add_member(:role_arn, Shapes::ShapeRef.new(shape: SpekeKeyProviderRoleArnString, required: true, location_name: "RoleArn"))
486
+ SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: SpekeKeyProviderUrlString, required: true, location_name: "Url"))
487
+ SpekeKeyProvider.struct_class = Types::SpekeKeyProvider
488
+
489
+ SpekeKeyProviderDrmSystemsList.member = Shapes::ShapeRef.new(shape: DrmSystem)
490
+
491
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
492
+
493
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
494
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
495
+
496
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "ResourceArn"))
497
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
498
+ TagResourceRequest.struct_class = Types::TagResourceRequest
499
+
500
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
501
+ ThrottlingException.struct_class = Types::ThrottlingException
502
+
503
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "ResourceArn"))
504
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
505
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
506
+
507
+ UpdateChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
508
+ UpdateChannelGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
509
+ UpdateChannelGroupRequest.struct_class = Types::UpdateChannelGroupRequest
510
+
511
+ UpdateChannelGroupResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
512
+ UpdateChannelGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
513
+ UpdateChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
514
+ UpdateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
515
+ UpdateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
516
+ UpdateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
517
+ UpdateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
518
+ UpdateChannelGroupResponse.struct_class = Types::UpdateChannelGroupResponse
519
+
520
+ UpdateChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
521
+ UpdateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
522
+ UpdateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
523
+ UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
524
+
525
+ UpdateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
526
+ UpdateChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
527
+ UpdateChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
528
+ UpdateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
529
+ UpdateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
530
+ UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
531
+ UpdateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
532
+ UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
533
+ UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
534
+
535
+ UpdateOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
536
+ UpdateOriginEndpointRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
537
+ UpdateOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
538
+ UpdateOriginEndpointRequest.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
539
+ UpdateOriginEndpointRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
540
+ UpdateOriginEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
541
+ UpdateOriginEndpointRequest.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: UpdateOriginEndpointRequestStartoverWindowSecondsInteger, location_name: "StartoverWindowSeconds"))
542
+ UpdateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
543
+ UpdateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
544
+ UpdateOriginEndpointRequest.struct_class = Types::UpdateOriginEndpointRequest
545
+
546
+ UpdateOriginEndpointResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
547
+ UpdateOriginEndpointResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
548
+ UpdateOriginEndpointResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
549
+ UpdateOriginEndpointResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
550
+ UpdateOriginEndpointResponse.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
551
+ UpdateOriginEndpointResponse.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, required: true, location_name: "Segment"))
552
+ UpdateOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
553
+ UpdateOriginEndpointResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
554
+ UpdateOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
555
+ UpdateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
556
+ UpdateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
557
+ UpdateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
558
+ UpdateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
559
+ UpdateOriginEndpointResponse.struct_class = Types::UpdateOriginEndpointResponse
560
+
561
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
562
+ ValidationException.add_member(:validation_exception_type, Shapes::ShapeRef.new(shape: ValidationExceptionType, location_name: "ValidationExceptionType"))
563
+ ValidationException.struct_class = Types::ValidationException
564
+
565
+
566
+ # @api private
567
+ API = Seahorse::Model::Api.new.tap do |api|
568
+
569
+ api.version = "2022-12-25"
570
+
571
+ api.metadata = {
572
+ "apiVersion" => "2022-12-25",
573
+ "endpointPrefix" => "mediapackagev2",
574
+ "jsonVersion" => "1.1",
575
+ "protocol" => "rest-json",
576
+ "serviceAbbreviation" => "mediapackagev2",
577
+ "serviceFullName" => "AWS Elemental MediaPackage v2",
578
+ "serviceId" => "MediaPackageV2",
579
+ "signatureVersion" => "v4",
580
+ "signingName" => "mediapackagev2",
581
+ "uid" => "mediapackagev2-2022-12-25",
582
+ }
583
+
584
+ api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
585
+ o.name = "CreateChannel"
586
+ o.http_method = "POST"
587
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel"
588
+ o.input = Shapes::ShapeRef.new(shape: CreateChannelRequest)
589
+ o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
590
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
591
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
592
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
593
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
594
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
596
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
597
+ end)
598
+
599
+ api.add_operation(:create_channel_group, Seahorse::Model::Operation.new.tap do |o|
600
+ o.name = "CreateChannelGroup"
601
+ o.http_method = "POST"
602
+ o.http_request_uri = "/channelGroup"
603
+ o.input = Shapes::ShapeRef.new(shape: CreateChannelGroupRequest)
604
+ o.output = Shapes::ShapeRef.new(shape: CreateChannelGroupResponse)
605
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
606
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
607
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
608
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
609
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
610
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
611
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
612
+ end)
613
+
614
+ api.add_operation(:create_origin_endpoint, Seahorse::Model::Operation.new.tap do |o|
615
+ o.name = "CreateOriginEndpoint"
616
+ o.http_method = "POST"
617
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint"
618
+ o.input = Shapes::ShapeRef.new(shape: CreateOriginEndpointRequest)
619
+ o.output = Shapes::ShapeRef.new(shape: CreateOriginEndpointResponse)
620
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
621
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
622
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
624
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
625
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
626
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
627
+ end)
628
+
629
+ api.add_operation(:delete_channel, Seahorse::Model::Operation.new.tap do |o|
630
+ o.name = "DeleteChannel"
631
+ o.http_method = "DELETE"
632
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/"
633
+ o.input = Shapes::ShapeRef.new(shape: DeleteChannelRequest)
634
+ o.output = Shapes::ShapeRef.new(shape: DeleteChannelResponse)
635
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
636
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
637
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
638
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
639
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
640
+ end)
641
+
642
+ api.add_operation(:delete_channel_group, Seahorse::Model::Operation.new.tap do |o|
643
+ o.name = "DeleteChannelGroup"
644
+ o.http_method = "DELETE"
645
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}"
646
+ o.input = Shapes::ShapeRef.new(shape: DeleteChannelGroupRequest)
647
+ o.output = Shapes::ShapeRef.new(shape: DeleteChannelGroupResponse)
648
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
649
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
650
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
651
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
652
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
653
+ end)
654
+
655
+ api.add_operation(:delete_channel_policy, Seahorse::Model::Operation.new.tap do |o|
656
+ o.name = "DeleteChannelPolicy"
657
+ o.http_method = "DELETE"
658
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy"
659
+ o.input = Shapes::ShapeRef.new(shape: DeleteChannelPolicyRequest)
660
+ o.output = Shapes::ShapeRef.new(shape: DeleteChannelPolicyResponse)
661
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
663
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
664
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
665
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
666
+ end)
667
+
668
+ api.add_operation(:delete_origin_endpoint, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "DeleteOriginEndpoint"
670
+ o.http_method = "DELETE"
671
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}"
672
+ o.input = Shapes::ShapeRef.new(shape: DeleteOriginEndpointRequest)
673
+ o.output = Shapes::ShapeRef.new(shape: DeleteOriginEndpointResponse)
674
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
675
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
676
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
677
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
678
+ end)
679
+
680
+ api.add_operation(:delete_origin_endpoint_policy, Seahorse::Model::Operation.new.tap do |o|
681
+ o.name = "DeleteOriginEndpointPolicy"
682
+ o.http_method = "DELETE"
683
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy"
684
+ o.input = Shapes::ShapeRef.new(shape: DeleteOriginEndpointPolicyRequest)
685
+ o.output = Shapes::ShapeRef.new(shape: DeleteOriginEndpointPolicyResponse)
686
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
688
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
689
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
690
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
691
+ end)
692
+
693
+ api.add_operation(:get_channel, Seahorse::Model::Operation.new.tap do |o|
694
+ o.name = "GetChannel"
695
+ o.http_method = "GET"
696
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/"
697
+ o.input = Shapes::ShapeRef.new(shape: GetChannelRequest)
698
+ o.output = Shapes::ShapeRef.new(shape: GetChannelResponse)
699
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
700
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
701
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
702
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
703
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
704
+ end)
705
+
706
+ api.add_operation(:get_channel_group, Seahorse::Model::Operation.new.tap do |o|
707
+ o.name = "GetChannelGroup"
708
+ o.http_method = "GET"
709
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}"
710
+ o.input = Shapes::ShapeRef.new(shape: GetChannelGroupRequest)
711
+ o.output = Shapes::ShapeRef.new(shape: GetChannelGroupResponse)
712
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
713
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
714
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
715
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
716
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
717
+ end)
718
+
719
+ api.add_operation(:get_channel_policy, Seahorse::Model::Operation.new.tap do |o|
720
+ o.name = "GetChannelPolicy"
721
+ o.http_method = "GET"
722
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy"
723
+ o.input = Shapes::ShapeRef.new(shape: GetChannelPolicyRequest)
724
+ o.output = Shapes::ShapeRef.new(shape: GetChannelPolicyResponse)
725
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
727
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
728
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
729
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
730
+ end)
731
+
732
+ api.add_operation(:get_origin_endpoint, Seahorse::Model::Operation.new.tap do |o|
733
+ o.name = "GetOriginEndpoint"
734
+ o.http_method = "GET"
735
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}"
736
+ o.input = Shapes::ShapeRef.new(shape: GetOriginEndpointRequest)
737
+ o.output = Shapes::ShapeRef.new(shape: GetOriginEndpointResponse)
738
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
739
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
740
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
741
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
742
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
743
+ end)
744
+
745
+ api.add_operation(:get_origin_endpoint_policy, Seahorse::Model::Operation.new.tap do |o|
746
+ o.name = "GetOriginEndpointPolicy"
747
+ o.http_method = "GET"
748
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy"
749
+ o.input = Shapes::ShapeRef.new(shape: GetOriginEndpointPolicyRequest)
750
+ o.output = Shapes::ShapeRef.new(shape: GetOriginEndpointPolicyResponse)
751
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
752
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
753
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
754
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
755
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
756
+ end)
757
+
758
+ api.add_operation(:list_channel_groups, Seahorse::Model::Operation.new.tap do |o|
759
+ o.name = "ListChannelGroups"
760
+ o.http_method = "GET"
761
+ o.http_request_uri = "/channelGroup"
762
+ o.input = Shapes::ShapeRef.new(shape: ListChannelGroupsRequest)
763
+ o.output = Shapes::ShapeRef.new(shape: ListChannelGroupsResponse)
764
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
767
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
768
+ o[:pager] = Aws::Pager.new(
769
+ limit_key: "max_results",
770
+ tokens: {
771
+ "next_token" => "next_token"
772
+ }
773
+ )
774
+ end)
775
+
776
+ api.add_operation(:list_channels, Seahorse::Model::Operation.new.tap do |o|
777
+ o.name = "ListChannels"
778
+ o.http_method = "GET"
779
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel"
780
+ o.input = Shapes::ShapeRef.new(shape: ListChannelsRequest)
781
+ o.output = Shapes::ShapeRef.new(shape: ListChannelsResponse)
782
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
783
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
784
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
785
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
786
+ o[:pager] = Aws::Pager.new(
787
+ limit_key: "max_results",
788
+ tokens: {
789
+ "next_token" => "next_token"
790
+ }
791
+ )
792
+ end)
793
+
794
+ api.add_operation(:list_origin_endpoints, Seahorse::Model::Operation.new.tap do |o|
795
+ o.name = "ListOriginEndpoints"
796
+ o.http_method = "GET"
797
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint"
798
+ o.input = Shapes::ShapeRef.new(shape: ListOriginEndpointsRequest)
799
+ o.output = Shapes::ShapeRef.new(shape: ListOriginEndpointsResponse)
800
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
801
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
802
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
803
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
804
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
805
+ o[:pager] = Aws::Pager.new(
806
+ limit_key: "max_results",
807
+ tokens: {
808
+ "next_token" => "next_token"
809
+ }
810
+ )
811
+ end)
812
+
813
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
814
+ o.name = "ListTagsForResource"
815
+ o.http_method = "GET"
816
+ o.http_request_uri = "/tags/{ResourceArn}"
817
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
818
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
819
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
820
+ end)
821
+
822
+ api.add_operation(:put_channel_policy, Seahorse::Model::Operation.new.tap do |o|
823
+ o.name = "PutChannelPolicy"
824
+ o.http_method = "PUT"
825
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy"
826
+ o.input = Shapes::ShapeRef.new(shape: PutChannelPolicyRequest)
827
+ o.output = Shapes::ShapeRef.new(shape: PutChannelPolicyResponse)
828
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
829
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
830
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
831
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
834
+ end)
835
+
836
+ api.add_operation(:put_origin_endpoint_policy, Seahorse::Model::Operation.new.tap do |o|
837
+ o.name = "PutOriginEndpointPolicy"
838
+ o.http_method = "POST"
839
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy"
840
+ o.input = Shapes::ShapeRef.new(shape: PutOriginEndpointPolicyRequest)
841
+ o.output = Shapes::ShapeRef.new(shape: PutOriginEndpointPolicyResponse)
842
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
843
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
844
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
845
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
847
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
848
+ end)
849
+
850
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
851
+ o.name = "TagResource"
852
+ o.http_method = "POST"
853
+ o.http_request_uri = "/tags/{ResourceArn}"
854
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
855
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
856
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
857
+ end)
858
+
859
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
860
+ o.name = "UntagResource"
861
+ o.http_method = "DELETE"
862
+ o.http_request_uri = "/tags/{ResourceArn}"
863
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
864
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
865
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
866
+ end)
867
+
868
+ api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
869
+ o.name = "UpdateChannel"
870
+ o.http_method = "PUT"
871
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/"
872
+ o.input = Shapes::ShapeRef.new(shape: UpdateChannelRequest)
873
+ o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
874
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
875
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
876
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
877
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
878
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
880
+ end)
881
+
882
+ api.add_operation(:update_channel_group, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "UpdateChannelGroup"
884
+ o.http_method = "PUT"
885
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}"
886
+ o.input = Shapes::ShapeRef.new(shape: UpdateChannelGroupRequest)
887
+ o.output = Shapes::ShapeRef.new(shape: UpdateChannelGroupResponse)
888
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
890
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
891
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
+ end)
895
+
896
+ api.add_operation(:update_origin_endpoint, Seahorse::Model::Operation.new.tap do |o|
897
+ o.name = "UpdateOriginEndpoint"
898
+ o.http_method = "PUT"
899
+ o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}"
900
+ o.input = Shapes::ShapeRef.new(shape: UpdateOriginEndpointRequest)
901
+ o.output = Shapes::ShapeRef.new(shape: UpdateOriginEndpointResponse)
902
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
905
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
906
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
909
+ end)
910
+ end
911
+
912
+ end
913
+ end