aws-sdk-ssmincidents 1.34.0 → 1.35.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: 3cf246c3ad063987b486338e0acbc3212b1e6da6260b0218713c34e1fa9380a4
4
- data.tar.gz: 4ff9e789185d271b35518bcb8a0dd683a296e44284a3c5ab6ae9f7d357be3aa0
3
+ metadata.gz: e790263e3d3a077f16ebb316d487070ba1670e8c71f2540b28b2aac3211da666
4
+ data.tar.gz: 03afc2b1c712e942fe25fccf70aaaa2767aa14eb826065747886e0ab2fb7b9f9
5
5
  SHA512:
6
- metadata.gz: '0969c857249b072331547f8370bc5c4c358b43c8c674a35b8f8e25d1717d300b90039a019d103ea8ec804b1869afe345d0b5fbaf62157a83a7598ebcfdac772a'
7
- data.tar.gz: eeba2ee687883ecce30ed51b4124bcc0c4f7d8e19b067193a479a5f7d896352130d30e6fde8df186ab04515dd627982f6a8547efd0a3e3104081af60640b51ca
6
+ metadata.gz: 13a7c8d15ddeec1aac8b716aba781544a01c7de9b44bee57cd71b15a5887f24084397c62641c566ad4d0f21049a76570b0e6027273421fada5357d7c3b03e356
7
+ data.tar.gz: 00d0b21809f17eeb6bbd8b13c82a069a9ec8fe997b5531714d724a4789788045a527649ce04c68a9517c35a2c619625895324e8468faf58ef0d4d7b9c9e788b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -301,8 +301,9 @@ module Aws::SSMIncidents
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
  #
@@ -2108,7 +2109,7 @@ module Aws::SSMIncidents
2108
2109
  params: params,
2109
2110
  config: config)
2110
2111
  context[:gem_name] = 'aws-sdk-ssmincidents'
2111
- context[:gem_version] = '1.34.0'
2112
+ context[:gem_version] = '1.35.0'
2112
2113
  Seahorse::Client::Request.new(handlers, context)
2113
2114
  end
2114
2115
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssmincidents/customizations'
53
53
  # @!group service
54
54
  module Aws::SSMIncidents
55
55
 
56
- GEM_VERSION = '1.34.0'
56
+ GEM_VERSION = '1.35.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmincidents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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