aws-sdk-mediapackage 1.63.0 → 1.65.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: e95df49ff1ab64139e0d647b579ea4b69b19ff4da1c28a3ce7d08d9b57102539
4
- data.tar.gz: 76d6030253864faf0ce05095738be59353cad17ec08039511d4090fef2a06034
3
+ metadata.gz: '0931c0c59ce294357ab9874febc8e4047456afc3672996f92f347092eb6c283f'
4
+ data.tar.gz: dbfaa05669a3eb2e595a2b848d4ebe840ff2062d80868fabfb056feb4e0b970d
5
5
  SHA512:
6
- metadata.gz: a8cd8b2253fcee8e7a8840a117b6f488e70f07ef4d92d0e9be8d819084dab7f6bb5f2acf67758f05d61a8ae02c4b44f9ce6e4258f929b3e5ffd2531725e2ffa5
7
- data.tar.gz: e20c8b93af193a60a0c805cadbf5d2b7c280495165b4b87fc69c8811d5b62de752cc120376c9dee76a2e360f0738959ad3a1cae976e193d653337a2c63653f48
6
+ metadata.gz: 077c809639dde855b4fb873cc5c262db371ca5ff70b02e527a1e6bd40e64774c3437ab019e3b033eb84e865402740c387565a91a1113e1fab2c5df88f998b8ac
7
+ data.tar.gz: f56cfa7e41cc791a901fbe1122ccd56893a305c03f6aae4d437eb88fdc9a3924e3d9e83458037831ce83bdaa4d541f873bc660cd7a7afc1aefd07848eb9958af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2023-08-14)
5
+ ------------------
6
+
7
+ * Feature - Fix SDK logging of certain fields.
8
+
9
+ 1.64.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -216,6 +216,10 @@ module Aws::MediaPackage
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1959,7 +1963,7 @@ module Aws::MediaPackage
1959
1963
  params: params,
1960
1964
  config: config)
1961
1965
  context[:gem_name] = 'aws-sdk-mediapackage'
1962
- context[:gem_version] = '1.63.0'
1966
+ context[:gem_version] = '1.65.0'
1963
1967
  Seahorse::Client::Request.new(handlers, context)
1964
1968
  end
1965
1969
 
@@ -89,6 +89,7 @@ module Aws::MediaPackage
89
89
  RotateIngestEndpointCredentialsResponse = Shapes::StructureShape.new(name: 'RotateIngestEndpointCredentialsResponse')
90
90
  S3Destination = Shapes::StructureShape.new(name: 'S3Destination')
91
91
  SegmentTemplateFormat = Shapes::StringShape.new(name: 'SegmentTemplateFormat')
92
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
92
93
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
93
94
  SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
94
95
  Status = Shapes::StringShape.new(name: 'Status')
@@ -416,9 +417,9 @@ module Aws::MediaPackage
416
417
  HlsPackage.struct_class = Types::HlsPackage
417
418
 
418
419
  IngestEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
419
- IngestEndpoint.add_member(:password, Shapes::ShapeRef.new(shape: __string, location_name: "password"))
420
+ IngestEndpoint.add_member(:password, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "password"))
420
421
  IngestEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
421
- IngestEndpoint.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
422
+ IngestEndpoint.add_member(:username, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "username"))
422
423
  IngestEndpoint.struct_class = Types::IngestEndpoint
423
424
 
424
425
  IngressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
@@ -1508,7 +1508,7 @@ module Aws::MediaPackage
1508
1508
  :password,
1509
1509
  :url,
1510
1510
  :username)
1511
- SENSITIVE = []
1511
+ SENSITIVE = [:password, :username]
1512
1512
  include Aws::Structure
1513
1513
  end
1514
1514
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaPackage
54
54
 
55
- GEM_VERSION = '1.63.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core