aws-sdk-mediaconvert 1.98.0 → 1.99.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: 8e9e9058f9c522d40f780c92018f8c00666fb93cd60892556ced763ed785d528
4
- data.tar.gz: d714cefb21df96a7c839223efe64fb9a45d440699cc2712016a3c35f9364a424
3
+ metadata.gz: 256db90b332abc164c4a981a81e9f5b6145ca4f234304d346f5cc8fb6e374ddb
4
+ data.tar.gz: a58ddc836f07cfbe262d679ea8a99b905b80c8e872984b8b7cfb4bc809fb593a
5
5
  SHA512:
6
- metadata.gz: ed05218f38a9d5a62dceacdee6f91d4ff78a87c3187bcd1e8de1b1d6a2d48595bf74fe3189cfd2204e1f9ac30f730df7208756f17758c50976110fe096df6fe3
7
- data.tar.gz: 5399bdf03a5bd990d1c841d5374a97106deaebf0c901f3f30963b57f285ec61c51233984a4afa742afe0fdaa8c06c0d4b61cc87bb0b99927bf8a2cb8a45261ad
6
+ metadata.gz: 774d16be16b799f7935c071b1db9c7bc60d4e66a805c708bb3de79b15b2cdf098abafde7f1f8cb42c7a5905021d5af9d052614a7a8c38d687eb24ace07be8093
7
+ data.tar.gz: 7633e345dd08cf2df31b040186ec6f4d7e8721bade2375aa6db397577a330dfbab14b3d2801ebdeaf6f90fc078a41dd233eec9972490854e9032ba57304065bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2023-01-30)
5
+ ------------------
6
+
7
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
8
+
4
9
  1.98.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -12204,7 +12204,7 @@ module Aws::MediaConvert
12204
12204
  params: params,
12205
12205
  config: config)
12206
12206
  context[:gem_name] = 'aws-sdk-mediaconvert'
12207
- context[:gem_version] = '1.98.0'
12207
+ context[:gem_version] = '1.99.0'
12208
12208
  Seahorse::Client::Request.new(handlers, context)
12209
12209
  end
12210
12210
 
@@ -32,6 +32,9 @@ module Aws::MediaConvert
32
32
  end
33
33
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.amazonaws.com", headers: {}, properties: {})
37
+ end
35
38
  return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
39
  end
37
40
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -45,6 +48,9 @@ module Aws::MediaConvert
45
48
  if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
46
49
  return Aws::Endpoints::Endpoint.new(url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
47
50
  end
51
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
52
+ return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
53
+ end
48
54
  return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
49
55
  end
50
56
  raise ArgumentError, 'No endpoint could be resolved'
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaConvert
54
54
 
55
- GEM_VERSION = '1.98.0'
55
+ GEM_VERSION = '1.99.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.99.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core