aws-sdk-applicationdiscoveryservice 1.64.0 → 1.65.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: 572460b53d241d8b8e58abab5850c9db168c18bb35667b3108764cacd4a223e2
4
- data.tar.gz: 66e1f0158e4bdf778ec98569c00064a24f05c6b81b7035ed5b54f4eb6fad1219
3
+ metadata.gz: 1bfad74257c360ddc9de54a9011acb0262879239d26584f963c493593be35d2a
4
+ data.tar.gz: 1f2a82b8cde9696e9daabd08eac0453f8958b3fe445ce69b5baf5dd037f237be
5
5
  SHA512:
6
- metadata.gz: fd3dc408d68b58c2fdaccb691e0a3866f0dbe0f058ca906b8ffbae7e4b1005c34599bf2edb54cccc5aeed79670dc7cd8830f7e210dc1a9324507c426dd2586b0
7
- data.tar.gz: fff55fc57672befa5ea0da82891cc8d9e55fd348856d40b60abd2ff2d83ca2435047b67d8d899b7fe749efdd5940ff8feb5752d490cdaa3c4ec6449774c8c735
6
+ metadata.gz: f5f667581aa372bc22fa7b0366b6740efc285df022900ee2fb94808490935793fd91a568d57378001e5843b8fb573acf2ff1e4595590a69d731f535162eb2ec8
7
+ data.tar.gz: f20974cb8c820e9ddbe34b30447d789aca5eb0f92527aaadbcbdb03c86840c54563ad25eb0c3f13ed2742e153e773d5e8e86e3338a57728aa5090c6a813f7eba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2024-05-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -301,8 +301,9 @@ module Aws::ApplicationDiscoveryService
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
  #
@@ -1775,7 +1776,7 @@ module Aws::ApplicationDiscoveryService
1775
1776
  params: params,
1776
1777
  config: config)
1777
1778
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1778
- context[:gem_version] = '1.64.0'
1779
+ context[:gem_version] = '1.65.0'
1779
1780
  Seahorse::Client::Request.new(handlers, context)
1780
1781
  end
1781
1782
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationDiscoveryService
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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-05-10 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