aws-sdk-ssmcontacts 1.22.0 → 1.23.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: 863c1556bf0689196073b226c39435ff80f5248beec9136113bdfe5120389f49
4
- data.tar.gz: d61ed38b3fbd73a5abebd537ae20d7a32feae6ed7521f7e978bb425c705843f2
3
+ metadata.gz: 4ec9cf5d7a00624b2da25fe11071e630ef9831c0cac740d5682004751a2c76f4
4
+ data.tar.gz: ef650b81fcd4c0bee16f16a42bb36a4ab6eec7dba8b1a92d12535974c5f985c3
5
5
  SHA512:
6
- metadata.gz: '09b07100a9508c4f1809479d42c2026378d3ad3779d18b647087f67960a7079bc9706b5668af1a377d460befaf59160089b14e0d2523a28c7dbae11417cdbaa9'
7
- data.tar.gz: ad04edab891f274fcd42e8aad57429d27258e2c3979ab6a9512cc1f86fc1cbc3794b8b7c7432ac13dfbb55468dfc65132e96a3ed45a51c5d598234714b5f605a
6
+ metadata.gz: 8f8b38c44992e684166cc1790684551ae58c53c6751e619cfdd4c442ec65b5d4fc3287480190019626f8910b974b0ea5378b088fd5f24c8ebe61211b784206a7
7
+ data.tar.gz: '03129322e264deddcef61f2d3321663e420da672e1df3d00676cb30274ffc446d608a0c799e110629b21b5bcd109cfc3179ac205dd7f15a94f81061822da2da2'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.22.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -2350,7 +2350,7 @@ module Aws::SSMContacts
2350
2350
  params: params,
2351
2351
  config: config)
2352
2352
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2353
- context[:gem_version] = '1.22.0'
2353
+ context[:gem_version] = '1.23.0'
2354
2354
  Seahorse::Client::Request.new(handlers, context)
2355
2355
  end
2356
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.22.0'
55
+ GEM_VERSION = '1.23.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.22.0
4
+ version: 1.23.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-11 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core