aws-sdk-ssmcontacts 1.21.0 → 1.22.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: f6009bb28ea19601478978b8641f4d40e3ea0c2c5d2540825002bcba43134a6f
4
- data.tar.gz: f040479779f8081df0f6a417c9c1fddf74b57a9b984495d15fb51e8aa202f931
3
+ metadata.gz: 863c1556bf0689196073b226c39435ff80f5248beec9136113bdfe5120389f49
4
+ data.tar.gz: d61ed38b3fbd73a5abebd537ae20d7a32feae6ed7521f7e978bb425c705843f2
5
5
  SHA512:
6
- metadata.gz: a44cc6303c130c100586a7a5c9ae4f7f180af756f7a2f0987488982ff70c4ba01ed8d27f7775f6dedb5eb352e5c2dd1ebf6fa0051fdd54b6c34ccfceaa8ee9ea
7
- data.tar.gz: b87486bd27ab7ab4e4804bbb821dfefbd8c629ab8242b7bad0fb57fbb87de85a6b82792ddc3aa9854cc7794a1bb260b6317b8b284b25da14584e8e6a6f31d8f5
6
+ metadata.gz: '09b07100a9508c4f1809479d42c2026378d3ad3779d18b647087f67960a7079bc9706b5668af1a377d460befaf59160089b14e0d2523a28c7dbae11417cdbaa9'
7
+ data.tar.gz: ad04edab891f274fcd42e8aad57429d27258e2c3979ab6a9512cc1f86fc1cbc3794b8b7c7432ac13dfbb55468dfc65132e96a3ed45a51c5d598234714b5f605a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -216,6 +216,10 @@ module Aws::SSMContacts
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
  #
@@ -2346,7 +2350,7 @@ module Aws::SSMContacts
2346
2350
  params: params,
2347
2351
  config: config)
2348
2352
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2349
- context[:gem_version] = '1.21.0'
2353
+ context[:gem_version] = '1.22.0'
2350
2354
  Seahorse::Client::Request.new(handlers, context)
2351
2355
  end
2352
2356
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
52
52
  # @!group service
53
53
  module Aws::SSMContacts
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core