aws-sdk-ssmcontacts 1.28.0 → 1.29.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: 1a9bf36753633778e4127a43cdd5a1de83477fb19357679571fa3115f39b161c
4
- data.tar.gz: c37a8c81786ef6ac58bf97f5f61038611bb1595fe16bdb9436da097cc2b81e1d
3
+ metadata.gz: a9685ffa2891ee95fa884b45de1ac8aaa90ef1e1011baa6d38c3e3b284565b74
4
+ data.tar.gz: bc0f0586ab49eaa01e88a9daf0598a54911eb55e8a4ce4e1b3591033551a64f0
5
5
  SHA512:
6
- metadata.gz: 22241f4f79564ca3edf2d14260d0794f1c383fa8912b06eab7127b3abc634a53c70f3f5ec6f33625f0d451e61c958c947309d5fb70a129489807a059f16d1214
7
- data.tar.gz: 27ea1a5fb2eddc61454a0685ccb65e6661f530fc6f10679b7bf2731305df43ab7e7c2b3de75d13cadbba1efb5421888257cec3ea53ccb068c40e76b0fddec4ed
6
+ metadata.gz: f7472547cb9b76f61b0b8565b67edcbd8f7204cb724219c4e492b305354eed8f2ce4b29f67491e5701e244d46adc536c421ac826199577799d29beb2661bb45d
7
+ data.tar.gz: df5bc2652706a901ab299270dc2174b2959dee43daa2ebbe249868dd857e87f63435e7469fb89505e046244a6dfaa64c6ec434eab8285ab01a20052ce5b34877
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -301,8 +301,9 @@ module Aws::SSMContacts
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2374,7 +2375,7 @@ module Aws::SSMContacts
2374
2375
  params: params,
2375
2376
  config: config)
2376
2377
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2377
- context[:gem_version] = '1.28.0'
2378
+ context[:gem_version] = '1.29.0'
2378
2379
  Seahorse::Client::Request.new(handlers, context)
2379
2380
  end
2380
2381
 
@@ -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.28.0'
55
+ GEM_VERSION = '1.29.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.28.0
4
+ version: 1.29.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core