aws-sdk-appintegrationsservice 1.30.0 → 1.31.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: fb26fe06936d3b325900891bce39024679aff95ac57dad820ebad0683157bbab
4
- data.tar.gz: 0aa5b36a9654eec78155faac48eab654232aa0f857db60cc87025bd43a0dccfa
3
+ metadata.gz: be96809e3eadb0ba8bf9b307d620aa4675da162ef491170dec8d5feb9aa00fec
4
+ data.tar.gz: 209e05c8d4ab56cc8ea9d3aeb2e30b82dd566e178287ea89a361a860b04118c5
5
5
  SHA512:
6
- metadata.gz: d7f528186607b400276218235adaf225e4a35ce1fc2e89dedca32c6c7a70317210a2d34b3587d1cabd9c4343a0d11fe4b583e39b4518a0ce23a39eae312f27b6
7
- data.tar.gz: 520cea9733cf11e56b85ec58a9118627a21ed0dc5457411bdeb873e7a711871bcd7dcea3eb4934dcae8a569148924b78b11e7a193e2150d7c4c1d67dec2e57fd
6
+ metadata.gz: 692bfbca0955af5a2a61b32a61a1a2ab4c82698e80732a2a51f337042cc2ffe074ffd1e0a780f154bba301104a05228ac396f85bf42c8bb1e414fafc51b23f87
7
+ data.tar.gz: 251760f649647edf0595e0c2122a2548cdc56004a13064e8af8bee70e79285e054e130066ff64e14dfebef47bba5eecbd33030a4377beaa48fc7d4ab57fb9677
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -301,8 +301,9 @@ module Aws::AppIntegrationsService
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
  #
@@ -1587,7 +1588,7 @@ module Aws::AppIntegrationsService
1587
1588
  params: params,
1588
1589
  config: config)
1589
1590
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1590
- context[:gem_version] = '1.30.0'
1591
+ context[:gem_version] = '1.31.0'
1591
1592
  Seahorse::Client::Request.new(handlers, context)
1592
1593
  end
1593
1594
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appintegrationsservice/customizations'
52
52
  # @!group service
53
53
  module Aws::AppIntegrationsService
54
54
 
55
- GEM_VERSION = '1.30.0'
55
+ GEM_VERSION = '1.31.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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