aws-sdk-mediapackagevod 1.10.0 → 1.15.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ module Aws::MediaPackageVod
16
16
  AssetCreateParameters = Shapes::StructureShape.new(name: 'AssetCreateParameters')
17
17
  AssetList = Shapes::StructureShape.new(name: 'AssetList')
18
18
  AssetShallow = Shapes::StructureShape.new(name: 'AssetShallow')
19
+ Authorization = Shapes::StructureShape.new(name: 'Authorization')
19
20
  CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
20
21
  CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
21
22
  CreateAssetRequest = Shapes::StructureShape.new(name: 'CreateAssetRequest')
@@ -52,6 +53,8 @@ module Aws::MediaPackageVod
52
53
  ListPackagingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListPackagingConfigurationsResponse')
53
54
  ListPackagingGroupsRequest = Shapes::StructureShape.new(name: 'ListPackagingGroupsRequest')
54
55
  ListPackagingGroupsResponse = Shapes::StructureShape.new(name: 'ListPackagingGroupsResponse')
56
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
57
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
55
58
  ManifestLayout = Shapes::StringShape.new(name: 'ManifestLayout')
56
59
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
57
60
  MssEncryption = Shapes::StructureShape.new(name: 'MssEncryption')
@@ -64,14 +67,21 @@ module Aws::MediaPackageVod
64
67
  PackagingGroup = Shapes::StructureShape.new(name: 'PackagingGroup')
65
68
  PackagingGroupCreateParameters = Shapes::StructureShape.new(name: 'PackagingGroupCreateParameters')
66
69
  PackagingGroupList = Shapes::StructureShape.new(name: 'PackagingGroupList')
70
+ PackagingGroupUpdateParameters = Shapes::StructureShape.new(name: 'PackagingGroupUpdateParameters')
67
71
  Profile = Shapes::StringShape.new(name: 'Profile')
68
72
  SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
69
73
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
70
74
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
71
75
  StreamOrder = Shapes::StringShape.new(name: 'StreamOrder')
72
76
  StreamSelection = Shapes::StructureShape.new(name: 'StreamSelection')
77
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
78
+ Tags = Shapes::MapShape.new(name: 'Tags')
79
+ TagsModel = Shapes::StructureShape.new(name: 'TagsModel')
73
80
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
74
81
  UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
82
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
83
+ UpdatePackagingGroupRequest = Shapes::StructureShape.new(name: 'UpdatePackagingGroupRequest')
84
+ UpdatePackagingGroupResponse = Shapes::StructureShape.new(name: 'UpdatePackagingGroupResponse')
75
85
  __PeriodTriggersElement = Shapes::StringShape.new(name: '__PeriodTriggersElement')
76
86
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
77
87
  __double = Shapes::FloatShape.new(name: '__double')
@@ -86,6 +96,7 @@ module Aws::MediaPackageVod
86
96
  __listOf__PeriodTriggersElement = Shapes::ListShape.new(name: '__listOf__PeriodTriggersElement')
87
97
  __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
88
98
  __long = Shapes::IntegerShape.new(name: '__long')
99
+ __mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
89
100
  __string = Shapes::StringShape.new(name: '__string')
90
101
 
91
102
  Asset.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -96,6 +107,7 @@ module Aws::MediaPackageVod
96
107
  Asset.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
97
108
  Asset.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceArn"))
98
109
  Asset.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceRoleArn"))
110
+ Asset.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
99
111
  Asset.struct_class = Types::Asset
100
112
 
101
113
  AssetCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
@@ -103,6 +115,7 @@ module Aws::MediaPackageVod
103
115
  AssetCreateParameters.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
104
116
  AssetCreateParameters.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceArn"))
105
117
  AssetCreateParameters.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceRoleArn"))
118
+ AssetCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
106
119
  AssetCreateParameters.struct_class = Types::AssetCreateParameters
107
120
 
108
121
  AssetList.add_member(:assets, Shapes::ShapeRef.new(shape: __listOfAssetShallow, location_name: "assets"))
@@ -116,8 +129,13 @@ module Aws::MediaPackageVod
116
129
  AssetShallow.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
117
130
  AssetShallow.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceArn"))
118
131
  AssetShallow.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceRoleArn"))
132
+ AssetShallow.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
119
133
  AssetShallow.struct_class = Types::AssetShallow
120
134
 
135
+ Authorization.add_member(:cdn_identifier_secret, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "cdnIdentifierSecret"))
136
+ Authorization.add_member(:secrets_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secretsRoleArn"))
137
+ Authorization.struct_class = Types::Authorization
138
+
121
139
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
122
140
  CmafEncryption.struct_class = Types::CmafEncryption
123
141
 
@@ -131,6 +149,7 @@ module Aws::MediaPackageVod
131
149
  CreateAssetRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
132
150
  CreateAssetRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceArn"))
133
151
  CreateAssetRequest.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceRoleArn"))
152
+ CreateAssetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
134
153
  CreateAssetRequest.struct_class = Types::CreateAssetRequest
135
154
 
136
155
  CreateAssetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -141,6 +160,7 @@ module Aws::MediaPackageVod
141
160
  CreateAssetResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
142
161
  CreateAssetResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceArn"))
143
162
  CreateAssetResponse.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceRoleArn"))
163
+ CreateAssetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
144
164
  CreateAssetResponse.struct_class = Types::CreateAssetResponse
145
165
 
146
166
  CreatePackagingConfigurationRequest.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
@@ -149,6 +169,7 @@ module Aws::MediaPackageVod
149
169
  CreatePackagingConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
150
170
  CreatePackagingConfigurationRequest.add_member(:mss_package, Shapes::ShapeRef.new(shape: MssPackage, location_name: "mssPackage"))
151
171
  CreatePackagingConfigurationRequest.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "packagingGroupId"))
172
+ CreatePackagingConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
152
173
  CreatePackagingConfigurationRequest.struct_class = Types::CreatePackagingConfigurationRequest
153
174
 
154
175
  CreatePackagingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -158,14 +179,19 @@ module Aws::MediaPackageVod
158
179
  CreatePackagingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
159
180
  CreatePackagingConfigurationResponse.add_member(:mss_package, Shapes::ShapeRef.new(shape: MssPackage, location_name: "mssPackage"))
160
181
  CreatePackagingConfigurationResponse.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingGroupId"))
182
+ CreatePackagingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
161
183
  CreatePackagingConfigurationResponse.struct_class = Types::CreatePackagingConfigurationResponse
162
184
 
185
+ CreatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
163
186
  CreatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
187
+ CreatePackagingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
164
188
  CreatePackagingGroupRequest.struct_class = Types::CreatePackagingGroupRequest
165
189
 
166
190
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
191
+ CreatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
167
192
  CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
168
193
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
194
+ CreatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
169
195
  CreatePackagingGroupResponse.struct_class = Types::CreatePackagingGroupResponse
170
196
 
171
197
  DashEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
@@ -211,6 +237,7 @@ module Aws::MediaPackageVod
211
237
  DescribeAssetResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
212
238
  DescribeAssetResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceArn"))
213
239
  DescribeAssetResponse.add_member(:source_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "sourceRoleArn"))
240
+ DescribeAssetResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
214
241
  DescribeAssetResponse.struct_class = Types::DescribeAssetResponse
215
242
 
216
243
  DescribePackagingConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
@@ -223,14 +250,17 @@ module Aws::MediaPackageVod
223
250
  DescribePackagingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
224
251
  DescribePackagingConfigurationResponse.add_member(:mss_package, Shapes::ShapeRef.new(shape: MssPackage, location_name: "mssPackage"))
225
252
  DescribePackagingConfigurationResponse.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingGroupId"))
253
+ DescribePackagingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
226
254
  DescribePackagingConfigurationResponse.struct_class = Types::DescribePackagingConfigurationResponse
227
255
 
228
256
  DescribePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
229
257
  DescribePackagingGroupRequest.struct_class = Types::DescribePackagingGroupRequest
230
258
 
231
259
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
260
+ DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
232
261
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
233
262
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
263
+ DescribePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
234
264
  DescribePackagingGroupResponse.struct_class = Types::DescribePackagingGroupResponse
235
265
 
236
266
  EgressEndpoint.add_member(:packaging_configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingConfigurationId"))
@@ -288,6 +318,12 @@ module Aws::MediaPackageVod
288
318
  ListPackagingGroupsResponse.add_member(:packaging_groups, Shapes::ShapeRef.new(shape: __listOfPackagingGroup, location_name: "packagingGroups"))
289
319
  ListPackagingGroupsResponse.struct_class = Types::ListPackagingGroupsResponse
290
320
 
321
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
322
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
323
+
324
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
325
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
326
+
291
327
  MssEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
292
328
  MssEncryption.struct_class = Types::MssEncryption
293
329
 
@@ -310,6 +346,7 @@ module Aws::MediaPackageVod
310
346
  PackagingConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
311
347
  PackagingConfiguration.add_member(:mss_package, Shapes::ShapeRef.new(shape: MssPackage, location_name: "mssPackage"))
312
348
  PackagingConfiguration.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingGroupId"))
349
+ PackagingConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
313
350
  PackagingConfiguration.struct_class = Types::PackagingConfiguration
314
351
 
315
352
  PackagingConfigurationCreateParameters.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
@@ -318,6 +355,7 @@ module Aws::MediaPackageVod
318
355
  PackagingConfigurationCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
319
356
  PackagingConfigurationCreateParameters.add_member(:mss_package, Shapes::ShapeRef.new(shape: MssPackage, location_name: "mssPackage"))
320
357
  PackagingConfigurationCreateParameters.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "packagingGroupId"))
358
+ PackagingConfigurationCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
321
359
  PackagingConfigurationCreateParameters.struct_class = Types::PackagingConfigurationCreateParameters
322
360
 
323
361
  PackagingConfigurationList.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
@@ -325,17 +363,24 @@ module Aws::MediaPackageVod
325
363
  PackagingConfigurationList.struct_class = Types::PackagingConfigurationList
326
364
 
327
365
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
366
+ PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
328
367
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
329
368
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
369
+ PackagingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
330
370
  PackagingGroup.struct_class = Types::PackagingGroup
331
371
 
372
+ PackagingGroupCreateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
332
373
  PackagingGroupCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
374
+ PackagingGroupCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
333
375
  PackagingGroupCreateParameters.struct_class = Types::PackagingGroupCreateParameters
334
376
 
335
377
  PackagingGroupList.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
336
378
  PackagingGroupList.add_member(:packaging_groups, Shapes::ShapeRef.new(shape: __listOfPackagingGroup, location_name: "packagingGroups"))
337
379
  PackagingGroupList.struct_class = Types::PackagingGroupList
338
380
 
381
+ PackagingGroupUpdateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
382
+ PackagingGroupUpdateParameters.struct_class = Types::PackagingGroupUpdateParameters
383
+
339
384
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
340
385
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
341
386
 
@@ -349,12 +394,37 @@ module Aws::MediaPackageVod
349
394
  StreamSelection.add_member(:stream_order, Shapes::ShapeRef.new(shape: StreamOrder, location_name: "streamOrder"))
350
395
  StreamSelection.struct_class = Types::StreamSelection
351
396
 
397
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
398
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "tags"))
399
+ TagResourceRequest.struct_class = Types::TagResourceRequest
400
+
401
+ Tags.key = Shapes::ShapeRef.new(shape: __string)
402
+ Tags.value = Shapes::ShapeRef.new(shape: __string)
403
+
404
+ TagsModel.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "tags"))
405
+ TagsModel.struct_class = Types::TagsModel
406
+
352
407
  TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
353
408
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
354
409
 
355
410
  UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
356
411
  UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
357
412
 
413
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
414
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
415
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
416
+
417
+ UpdatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
418
+ UpdatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
419
+ UpdatePackagingGroupRequest.struct_class = Types::UpdatePackagingGroupRequest
420
+
421
+ UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
422
+ UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
423
+ UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
424
+ UpdatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
425
+ UpdatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
426
+ UpdatePackagingGroupResponse.struct_class = Types::UpdatePackagingGroupResponse
427
+
358
428
  __listOfAssetShallow.member = Shapes::ShapeRef.new(shape: AssetShallow)
359
429
 
360
430
  __listOfDashManifest.member = Shapes::ShapeRef.new(shape: DashManifest)
@@ -373,6 +443,9 @@ module Aws::MediaPackageVod
373
443
 
374
444
  __listOf__string.member = Shapes::ShapeRef.new(shape: __string)
375
445
 
446
+ __mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
447
+ __mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
448
+
376
449
 
377
450
  # @api private
378
451
  API = Seahorse::Model::Api.new.tap do |api|
@@ -577,6 +650,44 @@ module Aws::MediaPackageVod
577
650
  }
578
651
  )
579
652
  end)
653
+
654
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
655
+ o.name = "ListTagsForResource"
656
+ o.http_method = "GET"
657
+ o.http_request_uri = "/tags/{resource-arn}"
658
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
659
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
660
+ end)
661
+
662
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
663
+ o.name = "TagResource"
664
+ o.http_method = "POST"
665
+ o.http_request_uri = "/tags/{resource-arn}"
666
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
667
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
668
+ end)
669
+
670
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
671
+ o.name = "UntagResource"
672
+ o.http_method = "DELETE"
673
+ o.http_request_uri = "/tags/{resource-arn}"
674
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
675
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
676
+ end)
677
+
678
+ api.add_operation(:update_packaging_group, Seahorse::Model::Operation.new.tap do |o|
679
+ o.name = "UpdatePackagingGroup"
680
+ o.http_method = "PUT"
681
+ o.http_request_uri = "/packaging_groups/{id}"
682
+ o.input = Shapes::ShapeRef.new(shape: UpdatePackagingGroupRequest)
683
+ o.output = Shapes::ShapeRef.new(shape: UpdatePackagingGroupResponse)
684
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
685
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
686
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
687
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
688
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
689
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
690
+ end)
580
691
  end
581
692
 
582
693
  end
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::MediaPackageVod
9
- # This class provides a resource oriented interface for MediaPackageVod.
10
- # To create a resource object:
11
- # resource = Aws::MediaPackageVod::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::MediaPackageVod::Client.new(region: 'us-west-2')
15
- # resource = Aws::MediaPackageVod::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
@@ -42,6 +42,10 @@ module Aws::MediaPackageVod
42
42
  # The IAM role\_arn used to access the source S3 bucket.
43
43
  # @return [String]
44
44
  #
45
+ # @!attribute [rw] tags
46
+ # A collection of tags associated with a resource
47
+ # @return [Hash<String,String>]
48
+ #
45
49
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/Asset AWS API Documentation
46
50
  #
47
51
  class Asset < Struct.new(
@@ -52,7 +56,8 @@ module Aws::MediaPackageVod
52
56
  :packaging_group_id,
53
57
  :resource_id,
54
58
  :source_arn,
55
- :source_role_arn)
59
+ :source_role_arn,
60
+ :tags)
56
61
  include Aws::Structure
57
62
  end
58
63
 
@@ -78,6 +83,10 @@ module Aws::MediaPackageVod
78
83
  # The IAM role ARN used to access the source S3 bucket.
79
84
  # @return [String]
80
85
  #
86
+ # @!attribute [rw] tags
87
+ # A collection of tags associated with a resource
88
+ # @return [Hash<String,String>]
89
+ #
81
90
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/AssetCreateParameters AWS API Documentation
82
91
  #
83
92
  class AssetCreateParameters < Struct.new(
@@ -85,7 +94,8 @@ module Aws::MediaPackageVod
85
94
  :packaging_group_id,
86
95
  :resource_id,
87
96
  :source_arn,
88
- :source_role_arn)
97
+ :source_role_arn,
98
+ :tags)
89
99
  include Aws::Structure
90
100
  end
91
101
 
@@ -138,6 +148,10 @@ module Aws::MediaPackageVod
138
148
  # The IAM role ARN used to access the source S3 bucket.
139
149
  # @return [String]
140
150
  #
151
+ # @!attribute [rw] tags
152
+ # A collection of tags associated with a resource
153
+ # @return [Hash<String,String>]
154
+ #
141
155
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/AssetShallow AWS API Documentation
142
156
  #
143
157
  class AssetShallow < Struct.new(
@@ -147,7 +161,36 @@ module Aws::MediaPackageVod
147
161
  :packaging_group_id,
148
162
  :resource_id,
149
163
  :source_arn,
150
- :source_role_arn)
164
+ :source_role_arn,
165
+ :tags)
166
+ include Aws::Structure
167
+ end
168
+
169
+ # CDN Authorization credentials
170
+ #
171
+ # @note When making an API call, you may pass Authorization
172
+ # data as a hash:
173
+ #
174
+ # {
175
+ # cdn_identifier_secret: "__string", # required
176
+ # secrets_role_arn: "__string", # required
177
+ # }
178
+ #
179
+ # @!attribute [rw] cdn_identifier_secret
180
+ # The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager
181
+ # that is used for CDN authorization.
182
+ # @return [String]
183
+ #
184
+ # @!attribute [rw] secrets_role_arn
185
+ # The Amazon Resource Name (ARN) for the IAM role that allows
186
+ # MediaPackage to communicate with AWS Secrets Manager.
187
+ # @return [String]
188
+ #
189
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/Authorization AWS API Documentation
190
+ #
191
+ class Authorization < Struct.new(
192
+ :cdn_identifier_secret,
193
+ :secrets_role_arn)
151
194
  include Aws::Structure
152
195
  end
153
196
 
@@ -238,6 +281,9 @@ module Aws::MediaPackageVod
238
281
  # resource_id: "__string",
239
282
  # source_arn: "__string", # required
240
283
  # source_role_arn: "__string", # required
284
+ # tags: {
285
+ # "__string" => "__string",
286
+ # },
241
287
  # }
242
288
  #
243
289
  # @!attribute [rw] id
@@ -255,6 +301,10 @@ module Aws::MediaPackageVod
255
301
  # @!attribute [rw] source_role_arn
256
302
  # @return [String]
257
303
  #
304
+ # @!attribute [rw] tags
305
+ # A collection of tags associated with a resource
306
+ # @return [Hash<String,String>]
307
+ #
258
308
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreateAssetRequest AWS API Documentation
259
309
  #
260
310
  class CreateAssetRequest < Struct.new(
@@ -262,7 +312,8 @@ module Aws::MediaPackageVod
262
312
  :packaging_group_id,
263
313
  :resource_id,
264
314
  :source_arn,
265
- :source_role_arn)
315
+ :source_role_arn,
316
+ :tags)
266
317
  include Aws::Structure
267
318
  end
268
319
 
@@ -290,6 +341,10 @@ module Aws::MediaPackageVod
290
341
  # @!attribute [rw] source_role_arn
291
342
  # @return [String]
292
343
  #
344
+ # @!attribute [rw] tags
345
+ # A collection of tags associated with a resource
346
+ # @return [Hash<String,String>]
347
+ #
293
348
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreateAssetResponse AWS API Documentation
294
349
  #
295
350
  class CreateAssetResponse < Struct.new(
@@ -300,7 +355,8 @@ module Aws::MediaPackageVod
300
355
  :packaging_group_id,
301
356
  :resource_id,
302
357
  :source_arn,
303
- :source_role_arn)
358
+ :source_role_arn,
359
+ :tags)
304
360
  include Aws::Structure
305
361
  end
306
362
 
@@ -406,6 +462,9 @@ module Aws::MediaPackageVod
406
462
  # segment_duration_seconds: 1,
407
463
  # },
408
464
  # packaging_group_id: "__string", # required
465
+ # tags: {
466
+ # "__string" => "__string",
467
+ # },
409
468
  # }
410
469
  #
411
470
  # @!attribute [rw] cmaf_package
@@ -431,6 +490,10 @@ module Aws::MediaPackageVod
431
490
  # @!attribute [rw] packaging_group_id
432
491
  # @return [String]
433
492
  #
493
+ # @!attribute [rw] tags
494
+ # A collection of tags associated with a resource
495
+ # @return [Hash<String,String>]
496
+ #
434
497
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingConfigurationRequest AWS API Documentation
435
498
  #
436
499
  class CreatePackagingConfigurationRequest < Struct.new(
@@ -439,7 +502,8 @@ module Aws::MediaPackageVod
439
502
  :hls_package,
440
503
  :id,
441
504
  :mss_package,
442
- :packaging_group_id)
505
+ :packaging_group_id,
506
+ :tags)
443
507
  include Aws::Structure
444
508
  end
445
509
 
@@ -469,6 +533,10 @@ module Aws::MediaPackageVod
469
533
  # @!attribute [rw] packaging_group_id
470
534
  # @return [String]
471
535
  #
536
+ # @!attribute [rw] tags
537
+ # A collection of tags associated with a resource
538
+ # @return [Hash<String,String>]
539
+ #
472
540
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingConfigurationResponse AWS API Documentation
473
541
  #
474
542
  class CreatePackagingConfigurationResponse < Struct.new(
@@ -478,7 +546,8 @@ module Aws::MediaPackageVod
478
546
  :hls_package,
479
547
  :id,
480
548
  :mss_package,
481
- :packaging_group_id)
549
+ :packaging_group_id,
550
+ :tags)
482
551
  include Aws::Structure
483
552
  end
484
553
 
@@ -486,34 +555,61 @@ module Aws::MediaPackageVod
486
555
  # data as a hash:
487
556
  #
488
557
  # {
558
+ # authorization: {
559
+ # cdn_identifier_secret: "__string", # required
560
+ # secrets_role_arn: "__string", # required
561
+ # },
489
562
  # id: "__string", # required
563
+ # tags: {
564
+ # "__string" => "__string",
565
+ # },
490
566
  # }
491
567
  #
568
+ # @!attribute [rw] authorization
569
+ # CDN Authorization credentials
570
+ # @return [Types::Authorization]
571
+ #
492
572
  # @!attribute [rw] id
493
573
  # @return [String]
494
574
  #
575
+ # @!attribute [rw] tags
576
+ # A collection of tags associated with a resource
577
+ # @return [Hash<String,String>]
578
+ #
495
579
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingGroupRequest AWS API Documentation
496
580
  #
497
581
  class CreatePackagingGroupRequest < Struct.new(
498
- :id)
582
+ :authorization,
583
+ :id,
584
+ :tags)
499
585
  include Aws::Structure
500
586
  end
501
587
 
502
588
  # @!attribute [rw] arn
503
589
  # @return [String]
504
590
  #
591
+ # @!attribute [rw] authorization
592
+ # CDN Authorization credentials
593
+ # @return [Types::Authorization]
594
+ #
505
595
  # @!attribute [rw] domain_name
506
596
  # @return [String]
507
597
  #
508
598
  # @!attribute [rw] id
509
599
  # @return [String]
510
600
  #
601
+ # @!attribute [rw] tags
602
+ # A collection of tags associated with a resource
603
+ # @return [Hash<String,String>]
604
+ #
511
605
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingGroupResponse AWS API Documentation
512
606
  #
513
607
  class CreatePackagingGroupResponse < Struct.new(
514
608
  :arn,
609
+ :authorization,
515
610
  :domain_name,
516
- :id)
611
+ :id,
612
+ :tags)
517
613
  include Aws::Structure
518
614
  end
519
615
 
@@ -777,6 +873,10 @@ module Aws::MediaPackageVod
777
873
  # @!attribute [rw] source_role_arn
778
874
  # @return [String]
779
875
  #
876
+ # @!attribute [rw] tags
877
+ # A collection of tags associated with a resource
878
+ # @return [Hash<String,String>]
879
+ #
780
880
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribeAssetResponse AWS API Documentation
781
881
  #
782
882
  class DescribeAssetResponse < Struct.new(
@@ -787,7 +887,8 @@ module Aws::MediaPackageVod
787
887
  :packaging_group_id,
788
888
  :resource_id,
789
889
  :source_arn,
790
- :source_role_arn)
890
+ :source_role_arn,
891
+ :tags)
791
892
  include Aws::Structure
792
893
  end
793
894
 
@@ -834,6 +935,10 @@ module Aws::MediaPackageVod
834
935
  # @!attribute [rw] packaging_group_id
835
936
  # @return [String]
836
937
  #
938
+ # @!attribute [rw] tags
939
+ # A collection of tags associated with a resource
940
+ # @return [Hash<String,String>]
941
+ #
837
942
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribePackagingConfigurationResponse AWS API Documentation
838
943
  #
839
944
  class DescribePackagingConfigurationResponse < Struct.new(
@@ -843,7 +948,8 @@ module Aws::MediaPackageVod
843
948
  :hls_package,
844
949
  :id,
845
950
  :mss_package,
846
- :packaging_group_id)
951
+ :packaging_group_id,
952
+ :tags)
847
953
  include Aws::Structure
848
954
  end
849
955
 
@@ -867,18 +973,28 @@ module Aws::MediaPackageVod
867
973
  # @!attribute [rw] arn
868
974
  # @return [String]
869
975
  #
976
+ # @!attribute [rw] authorization
977
+ # CDN Authorization credentials
978
+ # @return [Types::Authorization]
979
+ #
870
980
  # @!attribute [rw] domain_name
871
981
  # @return [String]
872
982
  #
873
983
  # @!attribute [rw] id
874
984
  # @return [String]
875
985
  #
986
+ # @!attribute [rw] tags
987
+ # A collection of tags associated with a resource
988
+ # @return [Hash<String,String>]
989
+ #
876
990
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribePackagingGroupResponse AWS API Documentation
877
991
  #
878
992
  class DescribePackagingGroupResponse < Struct.new(
879
993
  :arn,
994
+ :authorization,
880
995
  :domain_name,
881
- :id)
996
+ :id,
997
+ :tags)
882
998
  include Aws::Structure
883
999
  end
884
1000
 
@@ -1208,6 +1324,33 @@ module Aws::MediaPackageVod
1208
1324
  include Aws::Structure
1209
1325
  end
1210
1326
 
1327
+ # @note When making an API call, you may pass ListTagsForResourceRequest
1328
+ # data as a hash:
1329
+ #
1330
+ # {
1331
+ # resource_arn: "__string", # required
1332
+ # }
1333
+ #
1334
+ # @!attribute [rw] resource_arn
1335
+ # @return [String]
1336
+ #
1337
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ListTagsForResourceRequest AWS API Documentation
1338
+ #
1339
+ class ListTagsForResourceRequest < Struct.new(
1340
+ :resource_arn)
1341
+ include Aws::Structure
1342
+ end
1343
+
1344
+ # @!attribute [rw] tags
1345
+ # @return [Hash<String,String>]
1346
+ #
1347
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ListTagsForResourceResponse AWS API Documentation
1348
+ #
1349
+ class ListTagsForResourceResponse < Struct.new(
1350
+ :tags)
1351
+ include Aws::Structure
1352
+ end
1353
+
1211
1354
  # A Microsoft Smooth Streaming (MSS) encryption configuration.
1212
1355
  #
1213
1356
  # @note When making an API call, you may pass MssEncryption
@@ -1352,6 +1495,10 @@ module Aws::MediaPackageVod
1352
1495
  # The ID of a PackagingGroup.
1353
1496
  # @return [String]
1354
1497
  #
1498
+ # @!attribute [rw] tags
1499
+ # A collection of tags associated with a resource
1500
+ # @return [Hash<String,String>]
1501
+ #
1355
1502
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingConfiguration AWS API Documentation
1356
1503
  #
1357
1504
  class PackagingConfiguration < Struct.new(
@@ -1361,7 +1508,8 @@ module Aws::MediaPackageVod
1361
1508
  :hls_package,
1362
1509
  :id,
1363
1510
  :mss_package,
1364
- :packaging_group_id)
1511
+ :packaging_group_id,
1512
+ :tags)
1365
1513
  include Aws::Structure
1366
1514
  end
1367
1515
 
@@ -1393,6 +1541,10 @@ module Aws::MediaPackageVod
1393
1541
  # The ID of a PackagingGroup.
1394
1542
  # @return [String]
1395
1543
  #
1544
+ # @!attribute [rw] tags
1545
+ # A collection of tags associated with a resource
1546
+ # @return [Hash<String,String>]
1547
+ #
1396
1548
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingConfigurationCreateParameters AWS API Documentation
1397
1549
  #
1398
1550
  class PackagingConfigurationCreateParameters < Struct.new(
@@ -1401,7 +1553,8 @@ module Aws::MediaPackageVod
1401
1553
  :hls_package,
1402
1554
  :id,
1403
1555
  :mss_package,
1404
- :packaging_group_id)
1556
+ :packaging_group_id,
1557
+ :tags)
1405
1558
  include Aws::Structure
1406
1559
  end
1407
1560
 
@@ -1430,6 +1583,10 @@ module Aws::MediaPackageVod
1430
1583
  # The ARN of the PackagingGroup.
1431
1584
  # @return [String]
1432
1585
  #
1586
+ # @!attribute [rw] authorization
1587
+ # CDN Authorization credentials
1588
+ # @return [Types::Authorization]
1589
+ #
1433
1590
  # @!attribute [rw] domain_name
1434
1591
  # The fully qualified domain name for Assets in the PackagingGroup.
1435
1592
  # @return [String]
@@ -1438,26 +1595,42 @@ module Aws::MediaPackageVod
1438
1595
  # The ID of the PackagingGroup.
1439
1596
  # @return [String]
1440
1597
  #
1598
+ # @!attribute [rw] tags
1599
+ # A collection of tags associated with a resource
1600
+ # @return [Hash<String,String>]
1601
+ #
1441
1602
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroup AWS API Documentation
1442
1603
  #
1443
1604
  class PackagingGroup < Struct.new(
1444
1605
  :arn,
1606
+ :authorization,
1445
1607
  :domain_name,
1446
- :id)
1608
+ :id,
1609
+ :tags)
1447
1610
  include Aws::Structure
1448
1611
  end
1449
1612
 
1450
1613
  # Parameters used to create a new MediaPackage VOD PackagingGroup
1451
1614
  # resource.
1452
1615
  #
1616
+ # @!attribute [rw] authorization
1617
+ # CDN Authorization credentials
1618
+ # @return [Types::Authorization]
1619
+ #
1453
1620
  # @!attribute [rw] id
1454
1621
  # The ID of the PackagingGroup.
1455
1622
  # @return [String]
1456
1623
  #
1624
+ # @!attribute [rw] tags
1625
+ # A collection of tags associated with a resource
1626
+ # @return [Hash<String,String>]
1627
+ #
1457
1628
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroupCreateParameters AWS API Documentation
1458
1629
  #
1459
1630
  class PackagingGroupCreateParameters < Struct.new(
1460
- :id)
1631
+ :authorization,
1632
+ :id,
1633
+ :tags)
1461
1634
  include Aws::Structure
1462
1635
  end
1463
1636
 
@@ -1480,6 +1653,19 @@ module Aws::MediaPackageVod
1480
1653
  include Aws::Structure
1481
1654
  end
1482
1655
 
1656
+ # Parameters used to update a MediaPackage packaging group.
1657
+ #
1658
+ # @!attribute [rw] authorization
1659
+ # CDN Authorization credentials
1660
+ # @return [Types::Authorization]
1661
+ #
1662
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroupUpdateParameters AWS API Documentation
1663
+ #
1664
+ class PackagingGroupUpdateParameters < Struct.new(
1665
+ :authorization)
1666
+ include Aws::Structure
1667
+ end
1668
+
1483
1669
  # @!attribute [rw] message
1484
1670
  # @return [String]
1485
1671
  #
@@ -1556,6 +1742,41 @@ module Aws::MediaPackageVod
1556
1742
  include Aws::Structure
1557
1743
  end
1558
1744
 
1745
+ # @note When making an API call, you may pass TagResourceRequest
1746
+ # data as a hash:
1747
+ #
1748
+ # {
1749
+ # resource_arn: "__string", # required
1750
+ # tags: { # required
1751
+ # "__string" => "__string",
1752
+ # },
1753
+ # }
1754
+ #
1755
+ # @!attribute [rw] resource_arn
1756
+ # @return [String]
1757
+ #
1758
+ # @!attribute [rw] tags
1759
+ # @return [Hash<String,String>]
1760
+ #
1761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/TagResourceRequest AWS API Documentation
1762
+ #
1763
+ class TagResourceRequest < Struct.new(
1764
+ :resource_arn,
1765
+ :tags)
1766
+ include Aws::Structure
1767
+ end
1768
+
1769
+ # @!attribute [rw] tags
1770
+ # A collection of tags associated with a resource
1771
+ # @return [Hash<String,String>]
1772
+ #
1773
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/TagsModel AWS API Documentation
1774
+ #
1775
+ class TagsModel < Struct.new(
1776
+ :tags)
1777
+ include Aws::Structure
1778
+ end
1779
+
1559
1780
  # @!attribute [rw] message
1560
1781
  # @return [String]
1561
1782
  #
@@ -1576,5 +1797,81 @@ module Aws::MediaPackageVod
1576
1797
  include Aws::Structure
1577
1798
  end
1578
1799
 
1800
+ # @note When making an API call, you may pass UntagResourceRequest
1801
+ # data as a hash:
1802
+ #
1803
+ # {
1804
+ # resource_arn: "__string", # required
1805
+ # tag_keys: ["__string"], # required
1806
+ # }
1807
+ #
1808
+ # @!attribute [rw] resource_arn
1809
+ # @return [String]
1810
+ #
1811
+ # @!attribute [rw] tag_keys
1812
+ # @return [Array<String>]
1813
+ #
1814
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UntagResourceRequest AWS API Documentation
1815
+ #
1816
+ class UntagResourceRequest < Struct.new(
1817
+ :resource_arn,
1818
+ :tag_keys)
1819
+ include Aws::Structure
1820
+ end
1821
+
1822
+ # @note When making an API call, you may pass UpdatePackagingGroupRequest
1823
+ # data as a hash:
1824
+ #
1825
+ # {
1826
+ # authorization: {
1827
+ # cdn_identifier_secret: "__string", # required
1828
+ # secrets_role_arn: "__string", # required
1829
+ # },
1830
+ # id: "__string", # required
1831
+ # }
1832
+ #
1833
+ # @!attribute [rw] authorization
1834
+ # CDN Authorization credentials
1835
+ # @return [Types::Authorization]
1836
+ #
1837
+ # @!attribute [rw] id
1838
+ # @return [String]
1839
+ #
1840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupRequest AWS API Documentation
1841
+ #
1842
+ class UpdatePackagingGroupRequest < Struct.new(
1843
+ :authorization,
1844
+ :id)
1845
+ include Aws::Structure
1846
+ end
1847
+
1848
+ # @!attribute [rw] arn
1849
+ # @return [String]
1850
+ #
1851
+ # @!attribute [rw] authorization
1852
+ # CDN Authorization credentials
1853
+ # @return [Types::Authorization]
1854
+ #
1855
+ # @!attribute [rw] domain_name
1856
+ # @return [String]
1857
+ #
1858
+ # @!attribute [rw] id
1859
+ # @return [String]
1860
+ #
1861
+ # @!attribute [rw] tags
1862
+ # A collection of tags associated with a resource
1863
+ # @return [Hash<String,String>]
1864
+ #
1865
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupResponse AWS API Documentation
1866
+ #
1867
+ class UpdatePackagingGroupResponse < Struct.new(
1868
+ :arn,
1869
+ :authorization,
1870
+ :domain_name,
1871
+ :id,
1872
+ :tags)
1873
+ include Aws::Structure
1874
+ end
1875
+
1579
1876
  end
1580
1877
  end