aws-sdk-identitystore 1.35.0 → 1.36.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: dcb302ed048e104a2f28d867d72f6c5597ef2f92fb86cc1322bd13eb442a6352
4
- data.tar.gz: ee94ed5b9f9f4f4f7340643019848fa634337daf6411909d02f510624bcc47dd
3
+ metadata.gz: c216ffe40bba2509272c322555a9e9f5216a609972ac4f5b05140059ad1c51d3
4
+ data.tar.gz: b950cde2d46c757ccd1f5f681faa306f07d9a61bf4574eb3916c6c10e45596b0
5
5
  SHA512:
6
- metadata.gz: c5403c82a13002a6b5c4a796177e60b8105f6913fea182d9bd5c47dd5dd004255d888388385bc0bd746e9ad438e4c078bfc340b991ffcc4d0c58f895dd9a4947
7
- data.tar.gz: 374085b334bdaab4fdfdaa57815f9d3c92f9bc73e4a21fc195ba41f46900473f865ef7ee68fb59ef7e4b0f9f2670b7b7971ec489a68fbd79362919d716c02d17
6
+ metadata.gz: 0453c30635494fcca42a2792a79c2bff98ab4255785a3ce7d5a8f00829281481d6b26c9c3232f9dcf1faed73ba3f27cc89d9d9d6550331b0dc836f12d14155bc
7
+ data.tar.gz: cff1b0842ac6630360819e33af1e25778426dd595132051bfbee39aa1ecd6aa6819f8d182ee05967635b8d203bd88667b688996f7ebd02fbcff29347210c3522
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -301,8 +301,9 @@ module Aws::IdentityStore
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
  #
@@ -1548,7 +1549,7 @@ module Aws::IdentityStore
1548
1549
  params: params,
1549
1550
  config: config)
1550
1551
  context[:gem_name] = 'aws-sdk-identitystore'
1551
- context[:gem_version] = '1.35.0'
1552
+ context[:gem_version] = '1.36.0'
1552
1553
  Seahorse::Client::Request.new(handlers, context)
1553
1554
  end
1554
1555
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-identitystore/customizations'
52
52
  # @!group service
53
53
  module Aws::IdentityStore
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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