aws-sdk-ssmcontacts 1.32.0 → 1.33.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: 1d94819c7b436a6a8705e0c3d0c5829d7f5b17b6e75f1c7f5650e508bee9b015
4
- data.tar.gz: 13a2796e5fa6ca9df0d19af8af529477f4a74af3c9d04e7bfd2d49428c9d02bd
3
+ metadata.gz: 5def697d7339f8195c753962b414f7150b0ba39f59b885f8ad15e1d7d1b5b29f
4
+ data.tar.gz: 9fbcc3becd0aa52d02eed490640b71fee3881507906c8476005c07fe86d63ef9
5
5
  SHA512:
6
- metadata.gz: eb9e619e36429b9419629a8ee6f03e1cdf73bcbacef1fb80059151c354b452a487ad99638a8ddcf5d8f69ad55e9e076c526bedd498172bcdba62012c5d2efa72
7
- data.tar.gz: eafebe975de86683d42bde6c8c24bf124a780b82d17e6109504a66ff6e68f961716caa1129bb5c96d1f0d684b6ee1a181a8e2de6651b6e7e4eff7f0f76225a14
6
+ metadata.gz: 40910092da0ecd450a4bf7feed1cb4319b9a1cc8864c9fee5595f92f07fb3fe0d1a8f27f4e34b3ffb32c761dbd64e836077c79880b9874b4c08bd829794444dc
7
+ data.tar.gz: 2550b1dc8b01cdeb39d9db7ceea8e57b1c673a19a5f14a9f00bd0e515a73c2378f3ff4f8d58d2e402aa82bb104d677174b8b4d928bebdd4d892911b8029fa2f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.32.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -2375,7 +2375,7 @@ module Aws::SSMContacts
2375
2375
  params: params,
2376
2376
  config: config)
2377
2377
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2378
- context[:gem_version] = '1.32.0'
2378
+ context[:gem_version] = '1.33.0'
2379
2379
  Seahorse::Client::Request.new(handlers, context)
2380
2380
  end
2381
2381
 
@@ -786,9 +786,11 @@ module Aws::SSMContacts
786
786
 
787
787
  api.metadata = {
788
788
  "apiVersion" => "2021-05-03",
789
+ "auth" => ["aws.auth#sigv4"],
789
790
  "endpointPrefix" => "ssm-contacts",
790
791
  "jsonVersion" => "1.1",
791
792
  "protocol" => "json",
793
+ "protocols" => ["json"],
792
794
  "serviceAbbreviation" => "SSM Contacts",
793
795
  "serviceFullName" => "AWS Systems Manager Incident Manager Contacts",
794
796
  "serviceId" => "SSM Contacts",
@@ -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.32.0'
55
+ GEM_VERSION = '1.33.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.32.0
4
+ version: 1.33.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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core