aws-sdk-mediapackagevod 1.13.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afd2b37bd555a12c39d0ab3f6bbf6f00f0c14d841b2a68a49ead9a26e1bde628
4
- data.tar.gz: 06f8c5f5550b486c5d4fd75dfd4b9106b8d2b99069fe821ca3ea575f3ccb5f27
3
+ metadata.gz: 544745224d3b2a54f1a3f5292bde05a547be114cf4cf499ae4e40ddf5a4f20f7
4
+ data.tar.gz: 5b54dee0bb1adbf54b2cff5349d59b73b9d6b3530ab94060a41d699925a0deda
5
5
  SHA512:
6
- metadata.gz: 28adcccbd7946645a5229d290b5349818d8d5cd0a1cc15fcf43fed7354a44861b0ca04af23c5ead4d6e9ff02d0b6b09458c095be86da5374b1a634ecc55837c1
7
- data.tar.gz: 5bc62aa56fe0d8765ea9156cd8ae7613bb624e769afc64a8c6b672c7b6fe3020184f613736b4fa0de2b8b50d14ec029131c69274518edc2c73c41572ce9334f7
6
+ metadata.gz: 87514ffc8a0623ca1984cefc73382da37f93aaedb370617dd8423b83d1ee79022c875bdb8e6511ddb5054a16366c505aafff822279dbb22b8a73bcac16be42aa
7
+ data.tar.gz: 2f2cab375db45f98ee0c4f926d20bb7fbb23d45b5253c529961b60da1b5fdef2e4de1f86034181f05e692bb5395a9df8f74373ba4e137dbd147470bd7dafac65
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::MediaPackageVod
47
50
 
48
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.18.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::MediaPackageVod
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::MediaPackageVod
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::MediaPackageVod
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::MediaPackageVod
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -586,6 +605,9 @@ module Aws::MediaPackageVod
586
605
 
587
606
  # Creates a new MediaPackage VOD PackagingGroup resource.
588
607
  #
608
+ # @option params [Types::Authorization] :authorization
609
+ # CDN Authorization credentials
610
+ #
589
611
  # @option params [required, String] :id
590
612
  #
591
613
  # @option params [Hash<String,String>] :tags
@@ -594,6 +616,7 @@ module Aws::MediaPackageVod
594
616
  # @return [Types::CreatePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
595
617
  #
596
618
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
619
+ # * {Types::CreatePackagingGroupResponse#authorization #authorization} => Types::Authorization
597
620
  # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
598
621
  # * {Types::CreatePackagingGroupResponse#id #id} => String
599
622
  # * {Types::CreatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
@@ -601,6 +624,10 @@ module Aws::MediaPackageVod
601
624
  # @example Request syntax with placeholder values
602
625
  #
603
626
  # resp = client.create_packaging_group({
627
+ # authorization: {
628
+ # cdn_identifier_secret: "__string", # required
629
+ # secrets_role_arn: "__string", # required
630
+ # },
604
631
  # id: "__string", # required
605
632
  # tags: {
606
633
  # "__string" => "__string",
@@ -610,6 +637,8 @@ module Aws::MediaPackageVod
610
637
  # @example Response structure
611
638
  #
612
639
  # resp.arn #=> String
640
+ # resp.authorization.cdn_identifier_secret #=> String
641
+ # resp.authorization.secrets_role_arn #=> String
613
642
  # resp.domain_name #=> String
614
643
  # resp.id #=> String
615
644
  # resp.tags #=> Hash
@@ -836,6 +865,7 @@ module Aws::MediaPackageVod
836
865
  # @return [Types::DescribePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
837
866
  #
838
867
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
868
+ # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
839
869
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
840
870
  # * {Types::DescribePackagingGroupResponse#id #id} => String
841
871
  # * {Types::DescribePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
@@ -849,6 +879,8 @@ module Aws::MediaPackageVod
849
879
  # @example Response structure
850
880
  #
851
881
  # resp.arn #=> String
882
+ # resp.authorization.cdn_identifier_secret #=> String
883
+ # resp.authorization.secrets_role_arn #=> String
852
884
  # resp.domain_name #=> String
853
885
  # resp.id #=> String
854
886
  # resp.tags #=> Hash
@@ -1034,6 +1066,8 @@ module Aws::MediaPackageVod
1034
1066
  # resp.next_token #=> String
1035
1067
  # resp.packaging_groups #=> Array
1036
1068
  # resp.packaging_groups[0].arn #=> String
1069
+ # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1070
+ # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
1037
1071
  # resp.packaging_groups[0].domain_name #=> String
1038
1072
  # resp.packaging_groups[0].id #=> String
1039
1073
  # resp.packaging_groups[0].tags #=> Hash
@@ -1048,6 +1082,8 @@ module Aws::MediaPackageVod
1048
1082
  req.send_request(options)
1049
1083
  end
1050
1084
 
1085
+ # Returns a list of the tags assigned to the specified resource.
1086
+ #
1051
1087
  # @option params [required, String] :resource_arn
1052
1088
  #
1053
1089
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1074,6 +1110,9 @@ module Aws::MediaPackageVod
1074
1110
  req.send_request(options)
1075
1111
  end
1076
1112
 
1113
+ # Adds tags to the specified resource. You can specify one or more tags
1114
+ # to add.
1115
+ #
1077
1116
  # @option params [required, String] :resource_arn
1078
1117
  #
1079
1118
  # @option params [required, Hash<String,String>] :tags
@@ -1098,6 +1137,9 @@ module Aws::MediaPackageVod
1098
1137
  req.send_request(options)
1099
1138
  end
1100
1139
 
1140
+ # Removes tags from the specified resource. You can specify one or more
1141
+ # tags to remove.
1142
+ #
1101
1143
  # @option params [required, String] :resource_arn
1102
1144
  #
1103
1145
  # @option params [required, Array<String>] :tag_keys
@@ -1120,6 +1162,51 @@ module Aws::MediaPackageVod
1120
1162
  req.send_request(options)
1121
1163
  end
1122
1164
 
1165
+ # Updates a specific packaging group. You can't change the id attribute
1166
+ # or any other system-generated attributes.
1167
+ #
1168
+ # @option params [Types::Authorization] :authorization
1169
+ # CDN Authorization credentials
1170
+ #
1171
+ # @option params [required, String] :id
1172
+ #
1173
+ # @return [Types::UpdatePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1174
+ #
1175
+ # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1176
+ # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1177
+ # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
1178
+ # * {Types::UpdatePackagingGroupResponse#id #id} => String
1179
+ # * {Types::UpdatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
1180
+ #
1181
+ # @example Request syntax with placeholder values
1182
+ #
1183
+ # resp = client.update_packaging_group({
1184
+ # authorization: {
1185
+ # cdn_identifier_secret: "__string", # required
1186
+ # secrets_role_arn: "__string", # required
1187
+ # },
1188
+ # id: "__string", # required
1189
+ # })
1190
+ #
1191
+ # @example Response structure
1192
+ #
1193
+ # resp.arn #=> String
1194
+ # resp.authorization.cdn_identifier_secret #=> String
1195
+ # resp.authorization.secrets_role_arn #=> String
1196
+ # resp.domain_name #=> String
1197
+ # resp.id #=> String
1198
+ # resp.tags #=> Hash
1199
+ # resp.tags["__string"] #=> String
1200
+ #
1201
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroup AWS API Documentation
1202
+ #
1203
+ # @overload update_packaging_group(params = {})
1204
+ # @param [Hash] params ({})
1205
+ def update_packaging_group(params = {}, options = {})
1206
+ req = build_request(:update_packaging_group, params)
1207
+ req.send_request(options)
1208
+ end
1209
+
1123
1210
  # @!endgroup
1124
1211
 
1125
1212
  # @param params ({})
@@ -1133,7 +1220,7 @@ module Aws::MediaPackageVod
1133
1220
  params: params,
1134
1221
  config: config)
1135
1222
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1136
- context[:gem_version] = '1.13.0'
1223
+ context[:gem_version] = '1.18.0'
1137
1224
  Seahorse::Client::Request.new(handlers, context)
1138
1225
  end
1139
1226
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -16,6 +18,7 @@ module Aws::MediaPackageVod
16
18
  AssetCreateParameters = Shapes::StructureShape.new(name: 'AssetCreateParameters')
17
19
  AssetList = Shapes::StructureShape.new(name: 'AssetList')
18
20
  AssetShallow = Shapes::StructureShape.new(name: 'AssetShallow')
21
+ Authorization = Shapes::StructureShape.new(name: 'Authorization')
19
22
  CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
20
23
  CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
21
24
  CreateAssetRequest = Shapes::StructureShape.new(name: 'CreateAssetRequest')
@@ -66,6 +69,7 @@ module Aws::MediaPackageVod
66
69
  PackagingGroup = Shapes::StructureShape.new(name: 'PackagingGroup')
67
70
  PackagingGroupCreateParameters = Shapes::StructureShape.new(name: 'PackagingGroupCreateParameters')
68
71
  PackagingGroupList = Shapes::StructureShape.new(name: 'PackagingGroupList')
72
+ PackagingGroupUpdateParameters = Shapes::StructureShape.new(name: 'PackagingGroupUpdateParameters')
69
73
  Profile = Shapes::StringShape.new(name: 'Profile')
70
74
  SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
71
75
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
@@ -78,6 +82,8 @@ module Aws::MediaPackageVod
78
82
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
79
83
  UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
80
84
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
85
+ UpdatePackagingGroupRequest = Shapes::StructureShape.new(name: 'UpdatePackagingGroupRequest')
86
+ UpdatePackagingGroupResponse = Shapes::StructureShape.new(name: 'UpdatePackagingGroupResponse')
81
87
  __PeriodTriggersElement = Shapes::StringShape.new(name: '__PeriodTriggersElement')
82
88
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
83
89
  __double = Shapes::FloatShape.new(name: '__double')
@@ -128,6 +134,10 @@ module Aws::MediaPackageVod
128
134
  AssetShallow.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
129
135
  AssetShallow.struct_class = Types::AssetShallow
130
136
 
137
+ Authorization.add_member(:cdn_identifier_secret, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "cdnIdentifierSecret"))
138
+ Authorization.add_member(:secrets_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secretsRoleArn"))
139
+ Authorization.struct_class = Types::Authorization
140
+
131
141
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
132
142
  CmafEncryption.struct_class = Types::CmafEncryption
133
143
 
@@ -174,11 +184,13 @@ module Aws::MediaPackageVod
174
184
  CreatePackagingConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
175
185
  CreatePackagingConfigurationResponse.struct_class = Types::CreatePackagingConfigurationResponse
176
186
 
187
+ CreatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
177
188
  CreatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
178
189
  CreatePackagingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
179
190
  CreatePackagingGroupRequest.struct_class = Types::CreatePackagingGroupRequest
180
191
 
181
192
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
193
+ CreatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
182
194
  CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
183
195
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
184
196
  CreatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -247,6 +259,7 @@ module Aws::MediaPackageVod
247
259
  DescribePackagingGroupRequest.struct_class = Types::DescribePackagingGroupRequest
248
260
 
249
261
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
262
+ DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
250
263
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
251
264
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
252
265
  DescribePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -352,11 +365,13 @@ module Aws::MediaPackageVod
352
365
  PackagingConfigurationList.struct_class = Types::PackagingConfigurationList
353
366
 
354
367
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
368
+ PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
355
369
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
356
370
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
357
371
  PackagingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
358
372
  PackagingGroup.struct_class = Types::PackagingGroup
359
373
 
374
+ PackagingGroupCreateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
360
375
  PackagingGroupCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
361
376
  PackagingGroupCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
362
377
  PackagingGroupCreateParameters.struct_class = Types::PackagingGroupCreateParameters
@@ -365,6 +380,9 @@ module Aws::MediaPackageVod
365
380
  PackagingGroupList.add_member(:packaging_groups, Shapes::ShapeRef.new(shape: __listOfPackagingGroup, location_name: "packagingGroups"))
366
381
  PackagingGroupList.struct_class = Types::PackagingGroupList
367
382
 
383
+ PackagingGroupUpdateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
384
+ PackagingGroupUpdateParameters.struct_class = Types::PackagingGroupUpdateParameters
385
+
368
386
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
369
387
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
370
388
 
@@ -398,6 +416,17 @@ module Aws::MediaPackageVod
398
416
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
399
417
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
400
418
 
419
+ UpdatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
420
+ UpdatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
421
+ UpdatePackagingGroupRequest.struct_class = Types::UpdatePackagingGroupRequest
422
+
423
+ UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
424
+ UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
425
+ UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
426
+ UpdatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
427
+ UpdatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
428
+ UpdatePackagingGroupResponse.struct_class = Types::UpdatePackagingGroupResponse
429
+
401
430
  __listOfAssetShallow.member = Shapes::ShapeRef.new(shape: AssetShallow)
402
431
 
403
432
  __listOfDashManifest.member = Shapes::ShapeRef.new(shape: DashManifest)
@@ -647,6 +676,20 @@ module Aws::MediaPackageVod
647
676
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
648
677
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
649
678
  end)
679
+
680
+ api.add_operation(:update_packaging_group, Seahorse::Model::Operation.new.tap do |o|
681
+ o.name = "UpdatePackagingGroup"
682
+ o.http_method = "PUT"
683
+ o.http_request_uri = "/packaging_groups/{id}"
684
+ o.input = Shapes::ShapeRef.new(shape: UpdatePackagingGroupRequest)
685
+ o.output = Shapes::ShapeRef.new(shape: UpdatePackagingGroupResponse)
686
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
687
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
688
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
689
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
691
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
692
+ end)
650
693
  end
651
694
 
652
695
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -58,6 +60,7 @@ module Aws::MediaPackageVod
58
60
  :source_arn,
59
61
  :source_role_arn,
60
62
  :tags)
63
+ SENSITIVE = []
61
64
  include Aws::Structure
62
65
  end
63
66
 
@@ -96,6 +99,7 @@ module Aws::MediaPackageVod
96
99
  :source_arn,
97
100
  :source_role_arn,
98
101
  :tags)
102
+ SENSITIVE = []
99
103
  include Aws::Structure
100
104
  end
101
105
 
@@ -115,6 +119,7 @@ module Aws::MediaPackageVod
115
119
  class AssetList < Struct.new(
116
120
  :assets,
117
121
  :next_token)
122
+ SENSITIVE = []
118
123
  include Aws::Structure
119
124
  end
120
125
 
@@ -163,6 +168,36 @@ module Aws::MediaPackageVod
163
168
  :source_arn,
164
169
  :source_role_arn,
165
170
  :tags)
171
+ SENSITIVE = []
172
+ include Aws::Structure
173
+ end
174
+
175
+ # CDN Authorization credentials
176
+ #
177
+ # @note When making an API call, you may pass Authorization
178
+ # data as a hash:
179
+ #
180
+ # {
181
+ # cdn_identifier_secret: "__string", # required
182
+ # secrets_role_arn: "__string", # required
183
+ # }
184
+ #
185
+ # @!attribute [rw] cdn_identifier_secret
186
+ # The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager
187
+ # that is used for CDN authorization.
188
+ # @return [String]
189
+ #
190
+ # @!attribute [rw] secrets_role_arn
191
+ # The Amazon Resource Name (ARN) for the IAM role that allows
192
+ # MediaPackage to communicate with AWS Secrets Manager.
193
+ # @return [String]
194
+ #
195
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/Authorization AWS API Documentation
196
+ #
197
+ class Authorization < Struct.new(
198
+ :cdn_identifier_secret,
199
+ :secrets_role_arn)
200
+ SENSITIVE = []
166
201
  include Aws::Structure
167
202
  end
168
203
 
@@ -189,6 +224,7 @@ module Aws::MediaPackageVod
189
224
  #
190
225
  class CmafEncryption < Struct.new(
191
226
  :speke_key_provider)
227
+ SENSITIVE = []
192
228
  include Aws::Structure
193
229
  end
194
230
 
@@ -241,6 +277,7 @@ module Aws::MediaPackageVod
241
277
  :encryption,
242
278
  :hls_manifests,
243
279
  :segment_duration_seconds)
280
+ SENSITIVE = []
244
281
  include Aws::Structure
245
282
  end
246
283
 
@@ -286,6 +323,7 @@ module Aws::MediaPackageVod
286
323
  :source_arn,
287
324
  :source_role_arn,
288
325
  :tags)
326
+ SENSITIVE = []
289
327
  include Aws::Structure
290
328
  end
291
329
 
@@ -329,6 +367,7 @@ module Aws::MediaPackageVod
329
367
  :source_arn,
330
368
  :source_role_arn,
331
369
  :tags)
370
+ SENSITIVE = []
332
371
  include Aws::Structure
333
372
  end
334
373
 
@@ -476,6 +515,7 @@ module Aws::MediaPackageVod
476
515
  :mss_package,
477
516
  :packaging_group_id,
478
517
  :tags)
518
+ SENSITIVE = []
479
519
  include Aws::Structure
480
520
  end
481
521
 
@@ -520,6 +560,7 @@ module Aws::MediaPackageVod
520
560
  :mss_package,
521
561
  :packaging_group_id,
522
562
  :tags)
563
+ SENSITIVE = []
523
564
  include Aws::Structure
524
565
  end
525
566
 
@@ -527,12 +568,20 @@ module Aws::MediaPackageVod
527
568
  # data as a hash:
528
569
  #
529
570
  # {
571
+ # authorization: {
572
+ # cdn_identifier_secret: "__string", # required
573
+ # secrets_role_arn: "__string", # required
574
+ # },
530
575
  # id: "__string", # required
531
576
  # tags: {
532
577
  # "__string" => "__string",
533
578
  # },
534
579
  # }
535
580
  #
581
+ # @!attribute [rw] authorization
582
+ # CDN Authorization credentials
583
+ # @return [Types::Authorization]
584
+ #
536
585
  # @!attribute [rw] id
537
586
  # @return [String]
538
587
  #
@@ -543,14 +592,20 @@ module Aws::MediaPackageVod
543
592
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingGroupRequest AWS API Documentation
544
593
  #
545
594
  class CreatePackagingGroupRequest < Struct.new(
595
+ :authorization,
546
596
  :id,
547
597
  :tags)
598
+ SENSITIVE = []
548
599
  include Aws::Structure
549
600
  end
550
601
 
551
602
  # @!attribute [rw] arn
552
603
  # @return [String]
553
604
  #
605
+ # @!attribute [rw] authorization
606
+ # CDN Authorization credentials
607
+ # @return [Types::Authorization]
608
+ #
554
609
  # @!attribute [rw] domain_name
555
610
  # @return [String]
556
611
  #
@@ -565,9 +620,11 @@ module Aws::MediaPackageVod
565
620
  #
566
621
  class CreatePackagingGroupResponse < Struct.new(
567
622
  :arn,
623
+ :authorization,
568
624
  :domain_name,
569
625
  :id,
570
626
  :tags)
627
+ SENSITIVE = []
571
628
  include Aws::Structure
572
629
  end
573
630
 
@@ -595,6 +652,7 @@ module Aws::MediaPackageVod
595
652
  #
596
653
  class DashEncryption < Struct.new(
597
654
  :speke_key_provider)
655
+ SENSITIVE = []
598
656
  include Aws::Structure
599
657
  end
600
658
 
@@ -649,6 +707,7 @@ module Aws::MediaPackageVod
649
707
  :min_buffer_time_seconds,
650
708
  :profile,
651
709
  :stream_selection)
710
+ SENSITIVE = []
652
711
  include Aws::Structure
653
712
  end
654
713
 
@@ -724,6 +783,7 @@ module Aws::MediaPackageVod
724
783
  :period_triggers,
725
784
  :segment_duration_seconds,
726
785
  :segment_template_format)
786
+ SENSITIVE = []
727
787
  include Aws::Structure
728
788
  end
729
789
 
@@ -741,6 +801,7 @@ module Aws::MediaPackageVod
741
801
  #
742
802
  class DeleteAssetRequest < Struct.new(
743
803
  :id)
804
+ SENSITIVE = []
744
805
  include Aws::Structure
745
806
  end
746
807
 
@@ -762,6 +823,7 @@ module Aws::MediaPackageVod
762
823
  #
763
824
  class DeletePackagingConfigurationRequest < Struct.new(
764
825
  :id)
826
+ SENSITIVE = []
765
827
  include Aws::Structure
766
828
  end
767
829
 
@@ -783,6 +845,7 @@ module Aws::MediaPackageVod
783
845
  #
784
846
  class DeletePackagingGroupRequest < Struct.new(
785
847
  :id)
848
+ SENSITIVE = []
786
849
  include Aws::Structure
787
850
  end
788
851
 
@@ -804,6 +867,7 @@ module Aws::MediaPackageVod
804
867
  #
805
868
  class DescribeAssetRequest < Struct.new(
806
869
  :id)
870
+ SENSITIVE = []
807
871
  include Aws::Structure
808
872
  end
809
873
 
@@ -847,6 +911,7 @@ module Aws::MediaPackageVod
847
911
  :source_arn,
848
912
  :source_role_arn,
849
913
  :tags)
914
+ SENSITIVE = []
850
915
  include Aws::Structure
851
916
  end
852
917
 
@@ -864,6 +929,7 @@ module Aws::MediaPackageVod
864
929
  #
865
930
  class DescribePackagingConfigurationRequest < Struct.new(
866
931
  :id)
932
+ SENSITIVE = []
867
933
  include Aws::Structure
868
934
  end
869
935
 
@@ -908,6 +974,7 @@ module Aws::MediaPackageVod
908
974
  :mss_package,
909
975
  :packaging_group_id,
910
976
  :tags)
977
+ SENSITIVE = []
911
978
  include Aws::Structure
912
979
  end
913
980
 
@@ -925,12 +992,17 @@ module Aws::MediaPackageVod
925
992
  #
926
993
  class DescribePackagingGroupRequest < Struct.new(
927
994
  :id)
995
+ SENSITIVE = []
928
996
  include Aws::Structure
929
997
  end
930
998
 
931
999
  # @!attribute [rw] arn
932
1000
  # @return [String]
933
1001
  #
1002
+ # @!attribute [rw] authorization
1003
+ # CDN Authorization credentials
1004
+ # @return [Types::Authorization]
1005
+ #
934
1006
  # @!attribute [rw] domain_name
935
1007
  # @return [String]
936
1008
  #
@@ -945,9 +1017,11 @@ module Aws::MediaPackageVod
945
1017
  #
946
1018
  class DescribePackagingGroupResponse < Struct.new(
947
1019
  :arn,
1020
+ :authorization,
948
1021
  :domain_name,
949
1022
  :id,
950
1023
  :tags)
1024
+ SENSITIVE = []
951
1025
  include Aws::Structure
952
1026
  end
953
1027
 
@@ -967,6 +1041,7 @@ module Aws::MediaPackageVod
967
1041
  class EgressEndpoint < Struct.new(
968
1042
  :packaging_configuration_id,
969
1043
  :url)
1044
+ SENSITIVE = []
970
1045
  include Aws::Structure
971
1046
  end
972
1047
 
@@ -977,6 +1052,7 @@ module Aws::MediaPackageVod
977
1052
  #
978
1053
  class ForbiddenException < Struct.new(
979
1054
  :message)
1055
+ SENSITIVE = []
980
1056
  include Aws::Structure
981
1057
  end
982
1058
 
@@ -1016,6 +1092,7 @@ module Aws::MediaPackageVod
1016
1092
  :constant_initialization_vector,
1017
1093
  :encryption_method,
1018
1094
  :speke_key_provider)
1095
+ SENSITIVE = []
1019
1096
  include Aws::Structure
1020
1097
  end
1021
1098
 
@@ -1085,6 +1162,7 @@ module Aws::MediaPackageVod
1085
1162
  :program_date_time_interval_seconds,
1086
1163
  :repeat_ext_x_key,
1087
1164
  :stream_selection)
1165
+ SENSITIVE = []
1088
1166
  include Aws::Structure
1089
1167
  end
1090
1168
 
@@ -1146,6 +1224,7 @@ module Aws::MediaPackageVod
1146
1224
  :hls_manifests,
1147
1225
  :segment_duration_seconds,
1148
1226
  :use_audio_rendition_group)
1227
+ SENSITIVE = []
1149
1228
  include Aws::Structure
1150
1229
  end
1151
1230
 
@@ -1156,6 +1235,7 @@ module Aws::MediaPackageVod
1156
1235
  #
1157
1236
  class InternalServerErrorException < Struct.new(
1158
1237
  :message)
1238
+ SENSITIVE = []
1159
1239
  include Aws::Structure
1160
1240
  end
1161
1241
 
@@ -1183,6 +1263,7 @@ module Aws::MediaPackageVod
1183
1263
  :max_results,
1184
1264
  :next_token,
1185
1265
  :packaging_group_id)
1266
+ SENSITIVE = []
1186
1267
  include Aws::Structure
1187
1268
  end
1188
1269
 
@@ -1197,6 +1278,7 @@ module Aws::MediaPackageVod
1197
1278
  class ListAssetsResponse < Struct.new(
1198
1279
  :assets,
1199
1280
  :next_token)
1281
+ SENSITIVE = []
1200
1282
  include Aws::Structure
1201
1283
  end
1202
1284
 
@@ -1224,6 +1306,7 @@ module Aws::MediaPackageVod
1224
1306
  :max_results,
1225
1307
  :next_token,
1226
1308
  :packaging_group_id)
1309
+ SENSITIVE = []
1227
1310
  include Aws::Structure
1228
1311
  end
1229
1312
 
@@ -1238,6 +1321,7 @@ module Aws::MediaPackageVod
1238
1321
  class ListPackagingConfigurationsResponse < Struct.new(
1239
1322
  :next_token,
1240
1323
  :packaging_configurations)
1324
+ SENSITIVE = []
1241
1325
  include Aws::Structure
1242
1326
  end
1243
1327
 
@@ -1260,6 +1344,7 @@ module Aws::MediaPackageVod
1260
1344
  class ListPackagingGroupsRequest < Struct.new(
1261
1345
  :max_results,
1262
1346
  :next_token)
1347
+ SENSITIVE = []
1263
1348
  include Aws::Structure
1264
1349
  end
1265
1350
 
@@ -1274,6 +1359,7 @@ module Aws::MediaPackageVod
1274
1359
  class ListPackagingGroupsResponse < Struct.new(
1275
1360
  :next_token,
1276
1361
  :packaging_groups)
1362
+ SENSITIVE = []
1277
1363
  include Aws::Structure
1278
1364
  end
1279
1365
 
@@ -1291,6 +1377,7 @@ module Aws::MediaPackageVod
1291
1377
  #
1292
1378
  class ListTagsForResourceRequest < Struct.new(
1293
1379
  :resource_arn)
1380
+ SENSITIVE = []
1294
1381
  include Aws::Structure
1295
1382
  end
1296
1383
 
@@ -1301,6 +1388,7 @@ module Aws::MediaPackageVod
1301
1388
  #
1302
1389
  class ListTagsForResourceResponse < Struct.new(
1303
1390
  :tags)
1391
+ SENSITIVE = []
1304
1392
  include Aws::Structure
1305
1393
  end
1306
1394
 
@@ -1327,6 +1415,7 @@ module Aws::MediaPackageVod
1327
1415
  #
1328
1416
  class MssEncryption < Struct.new(
1329
1417
  :speke_key_provider)
1418
+ SENSITIVE = []
1330
1419
  include Aws::Structure
1331
1420
  end
1332
1421
 
@@ -1357,6 +1446,7 @@ module Aws::MediaPackageVod
1357
1446
  class MssManifest < Struct.new(
1358
1447
  :manifest_name,
1359
1448
  :stream_selection)
1449
+ SENSITIVE = []
1360
1450
  include Aws::Structure
1361
1451
  end
1362
1452
 
@@ -1404,6 +1494,7 @@ module Aws::MediaPackageVod
1404
1494
  :encryption,
1405
1495
  :mss_manifests,
1406
1496
  :segment_duration_seconds)
1497
+ SENSITIVE = []
1407
1498
  include Aws::Structure
1408
1499
  end
1409
1500
 
@@ -1414,6 +1505,7 @@ module Aws::MediaPackageVod
1414
1505
  #
1415
1506
  class NotFoundException < Struct.new(
1416
1507
  :message)
1508
+ SENSITIVE = []
1417
1509
  include Aws::Structure
1418
1510
  end
1419
1511
 
@@ -1463,6 +1555,7 @@ module Aws::MediaPackageVod
1463
1555
  :mss_package,
1464
1556
  :packaging_group_id,
1465
1557
  :tags)
1558
+ SENSITIVE = []
1466
1559
  include Aws::Structure
1467
1560
  end
1468
1561
 
@@ -1508,6 +1601,7 @@ module Aws::MediaPackageVod
1508
1601
  :mss_package,
1509
1602
  :packaging_group_id,
1510
1603
  :tags)
1604
+ SENSITIVE = []
1511
1605
  include Aws::Structure
1512
1606
  end
1513
1607
 
@@ -1527,6 +1621,7 @@ module Aws::MediaPackageVod
1527
1621
  class PackagingConfigurationList < Struct.new(
1528
1622
  :next_token,
1529
1623
  :packaging_configurations)
1624
+ SENSITIVE = []
1530
1625
  include Aws::Structure
1531
1626
  end
1532
1627
 
@@ -1536,6 +1631,10 @@ module Aws::MediaPackageVod
1536
1631
  # The ARN of the PackagingGroup.
1537
1632
  # @return [String]
1538
1633
  #
1634
+ # @!attribute [rw] authorization
1635
+ # CDN Authorization credentials
1636
+ # @return [Types::Authorization]
1637
+ #
1539
1638
  # @!attribute [rw] domain_name
1540
1639
  # The fully qualified domain name for Assets in the PackagingGroup.
1541
1640
  # @return [String]
@@ -1552,15 +1651,21 @@ module Aws::MediaPackageVod
1552
1651
  #
1553
1652
  class PackagingGroup < Struct.new(
1554
1653
  :arn,
1654
+ :authorization,
1555
1655
  :domain_name,
1556
1656
  :id,
1557
1657
  :tags)
1658
+ SENSITIVE = []
1558
1659
  include Aws::Structure
1559
1660
  end
1560
1661
 
1561
1662
  # Parameters used to create a new MediaPackage VOD PackagingGroup
1562
1663
  # resource.
1563
1664
  #
1665
+ # @!attribute [rw] authorization
1666
+ # CDN Authorization credentials
1667
+ # @return [Types::Authorization]
1668
+ #
1564
1669
  # @!attribute [rw] id
1565
1670
  # The ID of the PackagingGroup.
1566
1671
  # @return [String]
@@ -1572,8 +1677,10 @@ module Aws::MediaPackageVod
1572
1677
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroupCreateParameters AWS API Documentation
1573
1678
  #
1574
1679
  class PackagingGroupCreateParameters < Struct.new(
1680
+ :authorization,
1575
1681
  :id,
1576
1682
  :tags)
1683
+ SENSITIVE = []
1577
1684
  include Aws::Structure
1578
1685
  end
1579
1686
 
@@ -1593,6 +1700,21 @@ module Aws::MediaPackageVod
1593
1700
  class PackagingGroupList < Struct.new(
1594
1701
  :next_token,
1595
1702
  :packaging_groups)
1703
+ SENSITIVE = []
1704
+ include Aws::Structure
1705
+ end
1706
+
1707
+ # Parameters used to update a MediaPackage packaging group.
1708
+ #
1709
+ # @!attribute [rw] authorization
1710
+ # CDN Authorization credentials
1711
+ # @return [Types::Authorization]
1712
+ #
1713
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/PackagingGroupUpdateParameters AWS API Documentation
1714
+ #
1715
+ class PackagingGroupUpdateParameters < Struct.new(
1716
+ :authorization)
1717
+ SENSITIVE = []
1596
1718
  include Aws::Structure
1597
1719
  end
1598
1720
 
@@ -1603,6 +1725,7 @@ module Aws::MediaPackageVod
1603
1725
  #
1604
1726
  class ServiceUnavailableException < Struct.new(
1605
1727
  :message)
1728
+ SENSITIVE = []
1606
1729
  include Aws::Structure
1607
1730
  end
1608
1731
 
@@ -1637,6 +1760,7 @@ module Aws::MediaPackageVod
1637
1760
  :role_arn,
1638
1761
  :system_ids,
1639
1762
  :url)
1763
+ SENSITIVE = []
1640
1764
  include Aws::Structure
1641
1765
  end
1642
1766
 
@@ -1669,6 +1793,7 @@ module Aws::MediaPackageVod
1669
1793
  :max_video_bits_per_second,
1670
1794
  :min_video_bits_per_second,
1671
1795
  :stream_order)
1796
+ SENSITIVE = []
1672
1797
  include Aws::Structure
1673
1798
  end
1674
1799
 
@@ -1693,16 +1818,19 @@ module Aws::MediaPackageVod
1693
1818
  class TagResourceRequest < Struct.new(
1694
1819
  :resource_arn,
1695
1820
  :tags)
1821
+ SENSITIVE = []
1696
1822
  include Aws::Structure
1697
1823
  end
1698
1824
 
1699
1825
  # @!attribute [rw] tags
1826
+ # A collection of tags associated with a resource
1700
1827
  # @return [Hash<String,String>]
1701
1828
  #
1702
1829
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/TagsModel AWS API Documentation
1703
1830
  #
1704
1831
  class TagsModel < Struct.new(
1705
1832
  :tags)
1833
+ SENSITIVE = []
1706
1834
  include Aws::Structure
1707
1835
  end
1708
1836
 
@@ -1713,6 +1841,7 @@ module Aws::MediaPackageVod
1713
1841
  #
1714
1842
  class TooManyRequestsException < Struct.new(
1715
1843
  :message)
1844
+ SENSITIVE = []
1716
1845
  include Aws::Structure
1717
1846
  end
1718
1847
 
@@ -1723,6 +1852,7 @@ module Aws::MediaPackageVod
1723
1852
  #
1724
1853
  class UnprocessableEntityException < Struct.new(
1725
1854
  :message)
1855
+ SENSITIVE = []
1726
1856
  include Aws::Structure
1727
1857
  end
1728
1858
 
@@ -1745,6 +1875,63 @@ module Aws::MediaPackageVod
1745
1875
  class UntagResourceRequest < Struct.new(
1746
1876
  :resource_arn,
1747
1877
  :tag_keys)
1878
+ SENSITIVE = []
1879
+ include Aws::Structure
1880
+ end
1881
+
1882
+ # @note When making an API call, you may pass UpdatePackagingGroupRequest
1883
+ # data as a hash:
1884
+ #
1885
+ # {
1886
+ # authorization: {
1887
+ # cdn_identifier_secret: "__string", # required
1888
+ # secrets_role_arn: "__string", # required
1889
+ # },
1890
+ # id: "__string", # required
1891
+ # }
1892
+ #
1893
+ # @!attribute [rw] authorization
1894
+ # CDN Authorization credentials
1895
+ # @return [Types::Authorization]
1896
+ #
1897
+ # @!attribute [rw] id
1898
+ # @return [String]
1899
+ #
1900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupRequest AWS API Documentation
1901
+ #
1902
+ class UpdatePackagingGroupRequest < Struct.new(
1903
+ :authorization,
1904
+ :id)
1905
+ SENSITIVE = []
1906
+ include Aws::Structure
1907
+ end
1908
+
1909
+ # @!attribute [rw] arn
1910
+ # @return [String]
1911
+ #
1912
+ # @!attribute [rw] authorization
1913
+ # CDN Authorization credentials
1914
+ # @return [Types::Authorization]
1915
+ #
1916
+ # @!attribute [rw] domain_name
1917
+ # @return [String]
1918
+ #
1919
+ # @!attribute [rw] id
1920
+ # @return [String]
1921
+ #
1922
+ # @!attribute [rw] tags
1923
+ # A collection of tags associated with a resource
1924
+ # @return [Hash<String,String>]
1925
+ #
1926
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UpdatePackagingGroupResponse AWS API Documentation
1927
+ #
1928
+ class UpdatePackagingGroupResponse < Struct.new(
1929
+ :arn,
1930
+ :authorization,
1931
+ :domain_name,
1932
+ :id,
1933
+ :tags)
1934
+ SENSITIVE = []
1748
1935
  include Aws::Structure
1749
1936
  end
1750
1937
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement