aws-sdk-mediapackagev2 1.6.0 → 1.8.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: 27ad15a833beb0feb546cad9021c409d39d67b40e17dba190d015c07da66110b
4
- data.tar.gz: 9a302312b3c323ec77742d77240e695fe84cfcc2bd30479746483a44d9bd0b84
3
+ metadata.gz: 99f4aaea1086a7732e9bbdb507416a6bcc0fdbbf47723fa062751771aa525e3d
4
+ data.tar.gz: c541ae55bad70982d07b59aea6e95e01683adc3b07ec81de347004ce4890eda3
5
5
  SHA512:
6
- metadata.gz: fbb1fae94185a7ddf8041c1a4398bf00f62479dcb531a84e70cddb66430cae0e9da1a7a66a8a24ba2785a5889c7d5dda2ead02fb14905d4fc437d30c81e9c427
7
- data.tar.gz: 165554f91a5614b3276867b9d5095084810cbfc4dcd6b6946e09bc92b613287bb1af345e25de9f2c6037d458d7ba01ee5ca14d7f14e250200c9118d9337507ca
6
+ metadata.gz: a971cec2667484a5beca826f3e737ffd80b7e547d221549c1fccf10eaa9eed50b235dcd7fc2d84060dfe75cdc816f4c068549fa1116fbfb2f42637efcb131add
7
+ data.tar.gz: 9979b149f94cb4907d2088341c04680940062dfb291170f8b74db7c7c26a73f169618212bf5c494ac29b4914fc95e6b4851f7e74adfd5df8602ac9a5a3c83590
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2023-10-16)
5
+ ------------------
6
+
7
+ * Feature - This release allows customers to manage MediaPackage v2 resource using CloudFormation.
8
+
9
+ 1.7.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.6.0 (2023-09-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.8.0
@@ -1841,7 +1841,7 @@ module Aws::MediaPackageV2
1841
1841
  params: params,
1842
1842
  config: config)
1843
1843
  context[:gem_name] = 'aws-sdk-mediapackagev2'
1844
- context[:gem_version] = '1.6.0'
1844
+ context[:gem_version] = '1.8.0'
1845
1845
  Seahorse::Client::Request.new(handlers, context)
1846
1846
  end
1847
1847
 
@@ -142,7 +142,7 @@ module Aws::MediaPackageV2
142
142
  ChannelGroupListConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
143
143
  ChannelGroupListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
144
144
  ChannelGroupListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
145
- ChannelGroupListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
145
+ ChannelGroupListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
146
146
  ChannelGroupListConfiguration.struct_class = Types::ChannelGroupListConfiguration
147
147
 
148
148
  ChannelGroupsList.member = Shapes::ShapeRef.new(shape: ChannelGroupListConfiguration)
@@ -154,7 +154,7 @@ module Aws::MediaPackageV2
154
154
  ChannelListConfiguration.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
155
155
  ChannelListConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
156
156
  ChannelListConfiguration.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
157
- ChannelListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
157
+ ChannelListConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
158
158
  ChannelListConfiguration.struct_class = Types::ChannelListConfiguration
159
159
 
160
160
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -172,7 +172,7 @@ module Aws::MediaPackageV2
172
172
  CreateChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
173
173
  CreateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
174
174
  CreateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
175
- CreateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
175
+ CreateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
176
176
  CreateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
177
177
  CreateChannelGroupResponse.struct_class = Types::CreateChannelGroupResponse
178
178
 
@@ -188,7 +188,7 @@ module Aws::MediaPackageV2
188
188
  CreateChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
189
189
  CreateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
190
190
  CreateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
191
- CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
191
+ CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
192
192
  CreateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
193
193
  CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
194
194
  CreateChannelResponse.struct_class = Types::CreateChannelResponse
@@ -292,7 +292,7 @@ module Aws::MediaPackageV2
292
292
  GetChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
293
293
  GetChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
294
294
  GetChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
295
- GetChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
295
+ GetChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
296
296
  GetChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
297
297
  GetChannelGroupResponse.struct_class = Types::GetChannelGroupResponse
298
298
 
@@ -302,7 +302,7 @@ module Aws::MediaPackageV2
302
302
 
303
303
  GetChannelPolicyResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
304
304
  GetChannelPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
305
- GetChannelPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Policy"))
305
+ GetChannelPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
306
306
  GetChannelPolicyResponse.struct_class = Types::GetChannelPolicyResponse
307
307
 
308
308
  GetChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
@@ -314,7 +314,7 @@ module Aws::MediaPackageV2
314
314
  GetChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
315
315
  GetChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
316
316
  GetChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
317
- GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
317
+ GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
318
318
  GetChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
319
319
  GetChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
320
320
  GetChannelResponse.struct_class = Types::GetChannelResponse
@@ -344,10 +344,10 @@ module Aws::MediaPackageV2
344
344
  GetOriginEndpointPolicyRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
345
345
  GetOriginEndpointPolicyRequest.struct_class = Types::GetOriginEndpointPolicyRequest
346
346
 
347
- GetOriginEndpointPolicyResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
348
- GetOriginEndpointPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
349
- GetOriginEndpointPolicyResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OriginEndpointName"))
350
- GetOriginEndpointPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Policy"))
347
+ GetOriginEndpointPolicyResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
348
+ GetOriginEndpointPolicyResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
349
+ GetOriginEndpointPolicyResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
350
+ GetOriginEndpointPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "Policy"))
351
351
  GetOriginEndpointPolicyResponse.struct_class = Types::GetOriginEndpointPolicyResponse
352
352
 
353
353
  GetOriginEndpointRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
@@ -513,7 +513,7 @@ module Aws::MediaPackageV2
513
513
  UpdateChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
514
514
  UpdateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
515
515
  UpdateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
516
- UpdateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
516
+ UpdateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
517
517
  UpdateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
518
518
  UpdateChannelGroupResponse.struct_class = Types::UpdateChannelGroupResponse
519
519
 
@@ -527,7 +527,7 @@ module Aws::MediaPackageV2
527
527
  UpdateChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
528
528
  UpdateChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
529
529
  UpdateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
530
- UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
530
+ UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
531
531
  UpdateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
532
532
  UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
533
533
  UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
@@ -32,7 +32,7 @@ module Aws::MediaPackageV2
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://mediapackagev2-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-mediapackagev2/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaPackageV2
55
55
 
56
- GEM_VERSION = '1.6.0'
56
+ GEM_VERSION = '1.8.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.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: 2023-09-19 00:00:00.000000000 Z
11
+ date: 2023-10-16 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement