aws-sdk-appconfig 1.39.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58be58901424f7e9b47966ca2a961e85e4b72542bde8bb2fa95ce2101654635f
4
- data.tar.gz: 0fc0c5064550283796567a5be0b384dcf0f927c4f2555d82992d36cbe4b56ae6
3
+ metadata.gz: da1ba11ecf09745179f13d1d3bc6325cf13990a02830cf6fda50d5b06f8fe7b4
4
+ data.tar.gz: 19d6f915d6e2fe99be5c6389b7aa04583f29598ac1c552f3ec2b36a46c223aa2
5
5
  SHA512:
6
- metadata.gz: ecb38b3483f463a0dba98882d3b332f4e35618c941042212a3df00593d75f84b487cc0b2e3b7823f381537a654a364c397a9d508cb34126c8c336f7725a3f133
7
- data.tar.gz: 74b458778f587d6a288d66116ccd23a59e02b53ca0e82b81507b0693637181d0eaf9663a45d695a00ae0d55ec0769179e617c140cbaf0e39c2ee83e6d57719b4
6
+ metadata.gz: d6ea75cd546657d550d26d5d72dea40e343bbce30b12d08a8936b361cf3b2cf6b2c3e32dbd80f0c1a96058c2e839f64a24df224b43abd9139978940949434159
7
+ data.tar.gz: 74177f112d88db2e0691a5bbb895409c68ca4383276df55e944970211f777756fb024762f77ec1c22410552062411a92fa9d95bec85f05c8cbe06b91943db690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-10-20)
5
+ ------------------
6
+
7
+ * Feature - Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
8
+
4
9
  1.39.0 (2023-10-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -3654,7 +3654,7 @@ module Aws::AppConfig
3654
3654
  params: params,
3655
3655
  config: config)
3656
3656
  context[:gem_name] = 'aws-sdk-appconfig'
3657
- context[:gem_version] = '1.39.0'
3657
+ context[:gem_version] = '1.40.0'
3658
3658
  Seahorse::Client::Request.new(handlers, context)
3659
3659
  end
3660
3660
 
@@ -32,7 +32,7 @@ module Aws::AppConfig
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
  if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
37
37
  return Aws::Endpoints::Endpoint.new(url: "https://appconfig.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
38
38
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appconfig/customizations'
52
52
  # @!group service
53
53
  module Aws::AppConfig
54
54
 
55
- GEM_VERSION = '1.39.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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-10-04 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core