aws-sdk-mediapackagev2 1.49.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +11 -11
- data/lib/aws-sdk-mediapackagev2/client_api.rb +43 -43
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afdd7d919c8af01fa17a2b93453cd51bea8119eea2e0b93031ed52e6f59e244a
|
4
|
+
data.tar.gz: daf107661f7e544f00bda3b6a33d1fe689e4870f659f1e4a3239725c3f3b46e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e3e5b8d6b672ecb6701f45c8451bcbf07b14b102c0273d9ef2ee13a1b94cf70c72ba8749b5b5afbd240aa0874e5b4762d831b2b297c3e6ec0e67521e4e0a220
|
7
|
+
data.tar.gz: b5ccf582b8de9ce673f807b718696dc77b3797665276c8ce586692a9cc296f0057f547acac365fd8b188210edb04727a9e8058759543ce6278ae07d9539531cd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
@@ -1869,7 +1869,7 @@ module Aws::MediaPackageV2
|
|
1869
1869
|
# manifest_name: "ManifestName", # required
|
1870
1870
|
# child_manifest_name: "ManifestName",
|
1871
1871
|
# scte_hls: {
|
1872
|
-
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
|
1872
|
+
# ad_marker_hls: "DATERANGE", # accepts DATERANGE, SCTE35_ENHANCED
|
1873
1873
|
# },
|
1874
1874
|
# start_tag: {
|
1875
1875
|
# time_offset: 1.0, # required
|
@@ -1892,7 +1892,7 @@ module Aws::MediaPackageV2
|
|
1892
1892
|
# manifest_name: "ManifestName", # required
|
1893
1893
|
# child_manifest_name: "ManifestName",
|
1894
1894
|
# scte_hls: {
|
1895
|
-
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
|
1895
|
+
# ad_marker_hls: "DATERANGE", # accepts DATERANGE, SCTE35_ENHANCED
|
1896
1896
|
# },
|
1897
1897
|
# start_tag: {
|
1898
1898
|
# time_offset: 1.0, # required
|
@@ -2030,7 +2030,7 @@ module Aws::MediaPackageV2
|
|
2030
2030
|
# resp.hls_manifests[0].child_manifest_name #=> String
|
2031
2031
|
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
|
2032
2032
|
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
2033
|
-
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
2033
|
+
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
2034
2034
|
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
|
2035
2035
|
# resp.hls_manifests[0].filter_configuration.start #=> Time
|
2036
2036
|
# resp.hls_manifests[0].filter_configuration.end #=> Time
|
@@ -2045,7 +2045,7 @@ module Aws::MediaPackageV2
|
|
2045
2045
|
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
|
2046
2046
|
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
|
2047
2047
|
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
2048
|
-
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
2048
|
+
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
2049
2049
|
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
|
2050
2050
|
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
|
2051
2051
|
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
|
@@ -2969,7 +2969,7 @@ module Aws::MediaPackageV2
|
|
2969
2969
|
# resp.hls_manifests[0].child_manifest_name #=> String
|
2970
2970
|
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
|
2971
2971
|
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
2972
|
-
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
2972
|
+
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
2973
2973
|
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
|
2974
2974
|
# resp.hls_manifests[0].filter_configuration.start #=> Time
|
2975
2975
|
# resp.hls_manifests[0].filter_configuration.end #=> Time
|
@@ -2984,7 +2984,7 @@ module Aws::MediaPackageV2
|
|
2984
2984
|
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
|
2985
2985
|
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
|
2986
2986
|
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
2987
|
-
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
2987
|
+
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
2988
2988
|
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
|
2989
2989
|
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
|
2990
2990
|
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
|
@@ -4908,7 +4908,7 @@ module Aws::MediaPackageV2
|
|
4908
4908
|
# manifest_name: "ManifestName", # required
|
4909
4909
|
# child_manifest_name: "ManifestName",
|
4910
4910
|
# scte_hls: {
|
4911
|
-
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
|
4911
|
+
# ad_marker_hls: "DATERANGE", # accepts DATERANGE, SCTE35_ENHANCED
|
4912
4912
|
# },
|
4913
4913
|
# start_tag: {
|
4914
4914
|
# time_offset: 1.0, # required
|
@@ -4931,7 +4931,7 @@ module Aws::MediaPackageV2
|
|
4931
4931
|
# manifest_name: "ManifestName", # required
|
4932
4932
|
# child_manifest_name: "ManifestName",
|
4933
4933
|
# scte_hls: {
|
4934
|
-
# ad_marker_hls: "DATERANGE", # accepts DATERANGE
|
4934
|
+
# ad_marker_hls: "DATERANGE", # accepts DATERANGE, SCTE35_ENHANCED
|
4935
4935
|
# },
|
4936
4936
|
# start_tag: {
|
4937
4937
|
# time_offset: 1.0, # required
|
@@ -5067,7 +5067,7 @@ module Aws::MediaPackageV2
|
|
5067
5067
|
# resp.hls_manifests[0].child_manifest_name #=> String
|
5068
5068
|
# resp.hls_manifests[0].manifest_window_seconds #=> Integer
|
5069
5069
|
# resp.hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
5070
|
-
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
5070
|
+
# resp.hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
5071
5071
|
# resp.hls_manifests[0].filter_configuration.manifest_filter #=> String
|
5072
5072
|
# resp.hls_manifests[0].filter_configuration.start #=> Time
|
5073
5073
|
# resp.hls_manifests[0].filter_configuration.end #=> Time
|
@@ -5082,7 +5082,7 @@ module Aws::MediaPackageV2
|
|
5082
5082
|
# resp.low_latency_hls_manifests[0].child_manifest_name #=> String
|
5083
5083
|
# resp.low_latency_hls_manifests[0].manifest_window_seconds #=> Integer
|
5084
5084
|
# resp.low_latency_hls_manifests[0].program_date_time_interval_seconds #=> Integer
|
5085
|
-
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE"
|
5085
|
+
# resp.low_latency_hls_manifests[0].scte_hls.ad_marker_hls #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
5086
5086
|
# resp.low_latency_hls_manifests[0].filter_configuration.manifest_filter #=> String
|
5087
5087
|
# resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
|
5088
5088
|
# resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
|
@@ -5173,7 +5173,7 @@ module Aws::MediaPackageV2
|
|
5173
5173
|
tracer: tracer
|
5174
5174
|
)
|
5175
5175
|
context[:gem_name] = 'aws-sdk-mediapackagev2'
|
5176
|
-
context[:gem_version] = '1.
|
5176
|
+
context[:gem_version] = '1.50.0'
|
5177
5177
|
Seahorse::Client::Request.new(handlers, context)
|
5178
5178
|
end
|
5179
5179
|
|
@@ -1046,10 +1046,10 @@ module Aws::MediaPackageV2
|
|
1046
1046
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}"
|
1047
1047
|
o.input = Shapes::ShapeRef.new(shape: CancelHarvestJobRequest)
|
1048
1048
|
o.output = Shapes::ShapeRef.new(shape: CancelHarvestJobResponse)
|
1049
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1050
1049
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1051
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1052
1051
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1053
1053
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1054
1054
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1055
1055
|
end)
|
@@ -1060,10 +1060,10 @@ module Aws::MediaPackageV2
|
|
1060
1060
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel"
|
1061
1061
|
o.input = Shapes::ShapeRef.new(shape: CreateChannelRequest)
|
1062
1062
|
o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
|
1063
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1064
1063
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1065
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1066
1065
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1067
1067
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1068
1068
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1069
1069
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
@@ -1075,10 +1075,10 @@ module Aws::MediaPackageV2
|
|
1075
1075
|
o.http_request_uri = "/channelGroup"
|
1076
1076
|
o.input = Shapes::ShapeRef.new(shape: CreateChannelGroupRequest)
|
1077
1077
|
o.output = Shapes::ShapeRef.new(shape: CreateChannelGroupResponse)
|
1078
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1079
1078
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1080
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1081
1080
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1082
1082
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1083
1083
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1084
1084
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
@@ -1090,10 +1090,10 @@ module Aws::MediaPackageV2
|
|
1090
1090
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob"
|
1091
1091
|
o.input = Shapes::ShapeRef.new(shape: CreateHarvestJobRequest)
|
1092
1092
|
o.output = Shapes::ShapeRef.new(shape: CreateHarvestJobResponse)
|
1093
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1094
1093
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1095
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1096
1095
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1097
1097
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1098
1098
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1099
1099
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
@@ -1105,10 +1105,10 @@ module Aws::MediaPackageV2
|
|
1105
1105
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint"
|
1106
1106
|
o.input = Shapes::ShapeRef.new(shape: CreateOriginEndpointRequest)
|
1107
1107
|
o.output = Shapes::ShapeRef.new(shape: CreateOriginEndpointResponse)
|
1108
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1109
1108
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1110
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1111
1110
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1112
1112
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1113
1113
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1114
1114
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
@@ -1120,10 +1120,10 @@ module Aws::MediaPackageV2
|
|
1120
1120
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/"
|
1121
1121
|
o.input = Shapes::ShapeRef.new(shape: DeleteChannelRequest)
|
1122
1122
|
o.output = Shapes::ShapeRef.new(shape: DeleteChannelResponse)
|
1123
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1124
1123
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1125
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1126
1125
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1127
1127
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1128
1128
|
end)
|
1129
1129
|
|
@@ -1133,10 +1133,10 @@ module Aws::MediaPackageV2
|
|
1133
1133
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}"
|
1134
1134
|
o.input = Shapes::ShapeRef.new(shape: DeleteChannelGroupRequest)
|
1135
1135
|
o.output = Shapes::ShapeRef.new(shape: DeleteChannelGroupResponse)
|
1136
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1137
1136
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1138
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1139
1138
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1139
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1140
1140
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1141
1141
|
end)
|
1142
1142
|
|
@@ -1146,10 +1146,10 @@ module Aws::MediaPackageV2
|
|
1146
1146
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy"
|
1147
1147
|
o.input = Shapes::ShapeRef.new(shape: DeleteChannelPolicyRequest)
|
1148
1148
|
o.output = Shapes::ShapeRef.new(shape: DeleteChannelPolicyResponse)
|
1149
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1150
1149
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1151
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1150
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1152
1151
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1153
1153
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1154
1154
|
end)
|
1155
1155
|
|
@@ -1160,8 +1160,8 @@ module Aws::MediaPackageV2
|
|
1160
1160
|
o.input = Shapes::ShapeRef.new(shape: DeleteOriginEndpointRequest)
|
1161
1161
|
o.output = Shapes::ShapeRef.new(shape: DeleteOriginEndpointResponse)
|
1162
1162
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1163
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1164
1163
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1164
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1165
1165
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1166
1166
|
end)
|
1167
1167
|
|
@@ -1171,10 +1171,10 @@ module Aws::MediaPackageV2
|
|
1171
1171
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy"
|
1172
1172
|
o.input = Shapes::ShapeRef.new(shape: DeleteOriginEndpointPolicyRequest)
|
1173
1173
|
o.output = Shapes::ShapeRef.new(shape: DeleteOriginEndpointPolicyResponse)
|
1174
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1175
1174
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1176
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1177
1176
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1178
1178
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1179
1179
|
end)
|
1180
1180
|
|
@@ -1185,8 +1185,8 @@ module Aws::MediaPackageV2
|
|
1185
1185
|
o.input = Shapes::ShapeRef.new(shape: GetChannelRequest)
|
1186
1186
|
o.output = Shapes::ShapeRef.new(shape: GetChannelResponse)
|
1187
1187
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1188
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1189
1188
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1189
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1190
1190
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1191
1191
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1192
1192
|
end)
|
@@ -1198,8 +1198,8 @@ module Aws::MediaPackageV2
|
|
1198
1198
|
o.input = Shapes::ShapeRef.new(shape: GetChannelGroupRequest)
|
1199
1199
|
o.output = Shapes::ShapeRef.new(shape: GetChannelGroupResponse)
|
1200
1200
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1201
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1202
1201
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1202
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1203
1203
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1204
1204
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1205
1205
|
end)
|
@@ -1211,8 +1211,8 @@ module Aws::MediaPackageV2
|
|
1211
1211
|
o.input = Shapes::ShapeRef.new(shape: GetChannelPolicyRequest)
|
1212
1212
|
o.output = Shapes::ShapeRef.new(shape: GetChannelPolicyResponse)
|
1213
1213
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1214
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1215
1214
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1216
1216
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1217
1217
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1218
1218
|
end)
|
@@ -1224,8 +1224,8 @@ module Aws::MediaPackageV2
|
|
1224
1224
|
o.input = Shapes::ShapeRef.new(shape: GetHarvestJobRequest)
|
1225
1225
|
o.output = Shapes::ShapeRef.new(shape: GetHarvestJobResponse)
|
1226
1226
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1227
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1228
1227
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1228
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1229
1229
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1230
1230
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1231
1231
|
end)
|
@@ -1237,8 +1237,8 @@ module Aws::MediaPackageV2
|
|
1237
1237
|
o.input = Shapes::ShapeRef.new(shape: GetOriginEndpointRequest)
|
1238
1238
|
o.output = Shapes::ShapeRef.new(shape: GetOriginEndpointResponse)
|
1239
1239
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1240
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1241
1240
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1241
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1242
1242
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1243
1243
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1244
1244
|
end)
|
@@ -1250,8 +1250,8 @@ module Aws::MediaPackageV2
|
|
1250
1250
|
o.input = Shapes::ShapeRef.new(shape: GetOriginEndpointPolicyRequest)
|
1251
1251
|
o.output = Shapes::ShapeRef.new(shape: GetOriginEndpointPolicyResponse)
|
1252
1252
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1253
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1254
1253
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1255
1255
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1256
1256
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1257
1257
|
end)
|
@@ -1263,8 +1263,8 @@ module Aws::MediaPackageV2
|
|
1263
1263
|
o.input = Shapes::ShapeRef.new(shape: ListChannelGroupsRequest)
|
1264
1264
|
o.output = Shapes::ShapeRef.new(shape: ListChannelGroupsResponse)
|
1265
1265
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1266
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1267
1266
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1267
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1268
1268
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1269
1269
|
o[:pager] = Aws::Pager.new(
|
1270
1270
|
limit_key: "max_results",
|
@@ -1281,8 +1281,8 @@ module Aws::MediaPackageV2
|
|
1281
1281
|
o.input = Shapes::ShapeRef.new(shape: ListChannelsRequest)
|
1282
1282
|
o.output = Shapes::ShapeRef.new(shape: ListChannelsResponse)
|
1283
1283
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1284
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1285
1284
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1286
1286
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1287
1287
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1288
1288
|
o[:pager] = Aws::Pager.new(
|
@@ -1300,8 +1300,8 @@ module Aws::MediaPackageV2
|
|
1300
1300
|
o.input = Shapes::ShapeRef.new(shape: ListHarvestJobsRequest)
|
1301
1301
|
o.output = Shapes::ShapeRef.new(shape: ListHarvestJobsResponse)
|
1302
1302
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1303
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1304
1303
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1305
1305
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1306
1306
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1307
1307
|
o[:pager] = Aws::Pager.new(
|
@@ -1319,8 +1319,8 @@ module Aws::MediaPackageV2
|
|
1319
1319
|
o.input = Shapes::ShapeRef.new(shape: ListOriginEndpointsRequest)
|
1320
1320
|
o.output = Shapes::ShapeRef.new(shape: ListOriginEndpointsResponse)
|
1321
1321
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1322
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1323
1322
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1324
1324
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1325
1325
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1326
1326
|
o[:pager] = Aws::Pager.new(
|
@@ -1346,10 +1346,10 @@ module Aws::MediaPackageV2
|
|
1346
1346
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy"
|
1347
1347
|
o.input = Shapes::ShapeRef.new(shape: PutChannelPolicyRequest)
|
1348
1348
|
o.output = Shapes::ShapeRef.new(shape: PutChannelPolicyResponse)
|
1349
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1350
1349
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1351
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1352
1351
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1353
1353
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1354
1354
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1355
1355
|
end)
|
@@ -1360,10 +1360,10 @@ module Aws::MediaPackageV2
|
|
1360
1360
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy"
|
1361
1361
|
o.input = Shapes::ShapeRef.new(shape: PutOriginEndpointPolicyRequest)
|
1362
1362
|
o.output = Shapes::ShapeRef.new(shape: PutOriginEndpointPolicyResponse)
|
1363
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1364
1363
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1365
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1366
1365
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1367
1367
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1368
1368
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1369
1369
|
end)
|
@@ -1374,10 +1374,10 @@ module Aws::MediaPackageV2
|
|
1374
1374
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset"
|
1375
1375
|
o.input = Shapes::ShapeRef.new(shape: ResetChannelStateRequest)
|
1376
1376
|
o.output = Shapes::ShapeRef.new(shape: ResetChannelStateResponse)
|
1377
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1378
1377
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1379
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1380
1379
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1381
1381
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1382
1382
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1383
1383
|
end)
|
@@ -1388,10 +1388,10 @@ module Aws::MediaPackageV2
|
|
1388
1388
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset"
|
1389
1389
|
o.input = Shapes::ShapeRef.new(shape: ResetOriginEndpointStateRequest)
|
1390
1390
|
o.output = Shapes::ShapeRef.new(shape: ResetOriginEndpointStateResponse)
|
1391
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1392
1391
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1393
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1394
1393
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1395
1395
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1396
1396
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1397
1397
|
end)
|
@@ -1420,10 +1420,10 @@ module Aws::MediaPackageV2
|
|
1420
1420
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/"
|
1421
1421
|
o.input = Shapes::ShapeRef.new(shape: UpdateChannelRequest)
|
1422
1422
|
o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
|
1423
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1424
1423
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1425
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1426
1425
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1427
1427
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1428
1428
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1429
1429
|
end)
|
@@ -1434,10 +1434,10 @@ module Aws::MediaPackageV2
|
|
1434
1434
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}"
|
1435
1435
|
o.input = Shapes::ShapeRef.new(shape: UpdateChannelGroupRequest)
|
1436
1436
|
o.output = Shapes::ShapeRef.new(shape: UpdateChannelGroupResponse)
|
1437
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1438
1437
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1439
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1440
1439
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1441
1441
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1442
1442
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1443
1443
|
end)
|
@@ -1448,10 +1448,10 @@ module Aws::MediaPackageV2
|
|
1448
1448
|
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}"
|
1449
1449
|
o.input = Shapes::ShapeRef.new(shape: UpdateOriginEndpointRequest)
|
1450
1450
|
o.output = Shapes::ShapeRef.new(shape: UpdateOriginEndpointResponse)
|
1451
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1452
1451
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1453
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1454
1453
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1455
1455
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1456
1456
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1457
1457
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
data/sig/client.rbs
CHANGED
@@ -265,7 +265,7 @@ module Aws
|
|
265
265
|
manifest_name: ::String,
|
266
266
|
child_manifest_name: ::String?,
|
267
267
|
scte_hls: {
|
268
|
-
ad_marker_hls: ("DATERANGE")?
|
268
|
+
ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?
|
269
269
|
}?,
|
270
270
|
start_tag: {
|
271
271
|
time_offset: ::Float,
|
@@ -288,7 +288,7 @@ module Aws
|
|
288
288
|
manifest_name: ::String,
|
289
289
|
child_manifest_name: ::String?,
|
290
290
|
scte_hls: {
|
291
|
-
ad_marker_hls: ("DATERANGE")?
|
291
|
+
ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?
|
292
292
|
}?,
|
293
293
|
start_tag: {
|
294
294
|
time_offset: ::Float,
|
@@ -813,7 +813,7 @@ module Aws
|
|
813
813
|
manifest_name: ::String,
|
814
814
|
child_manifest_name: ::String?,
|
815
815
|
scte_hls: {
|
816
|
-
ad_marker_hls: ("DATERANGE")?
|
816
|
+
ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?
|
817
817
|
}?,
|
818
818
|
start_tag: {
|
819
819
|
time_offset: ::Float,
|
@@ -836,7 +836,7 @@ module Aws
|
|
836
836
|
manifest_name: ::String,
|
837
837
|
child_manifest_name: ::String?,
|
838
838
|
scte_hls: {
|
839
|
-
ad_marker_hls: ("DATERANGE")?
|
839
|
+
ad_marker_hls: ("DATERANGE" | "SCTE35_ENHANCED")?
|
840
840
|
}?,
|
841
841
|
start_tag: {
|
842
842
|
time_offset: ::Float,
|
data/sig/types.rbs
CHANGED