aws-sdk-applicationdiscoveryservice 1.63.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bfad74257c360ddc9de54a9011acb0262879239d26584f963c493593be35d2a
|
|
4
|
+
data.tar.gz: 1f2a82b8cde9696e9daabd08eac0453f8958b3fe445ce69b5baf5dd037f237be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5f667581aa372bc22fa7b0366b6740efc285df022900ee2fb94808490935793fd91a568d57378001e5843b8fb573acf2ff1e4595590a69d731f535162eb2ec8
|
|
7
|
+
data.tar.gz: f20974cb8c820e9ddbe34b30447d789aca5eb0f92527aaadbcbdb03c86840c54563ad25eb0c3f13ed2742e153e773d5e8e86e3338a57728aa5090c6a813f7eba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.64.0 (2024-05-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing
|
|
13
|
+
|
|
4
14
|
1.63.0 (2024-04-25)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
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.
|
|
1779
|
+
context[:gem_version] = '1.65.0'
|
|
1779
1780
|
Seahorse::Client::Request.new(handlers, context)
|
|
1780
1781
|
end
|
|
1781
1782
|
|
|
@@ -721,6 +721,7 @@ module Aws::ApplicationDiscoveryService
|
|
|
721
721
|
"endpointPrefix" => "discovery",
|
|
722
722
|
"jsonVersion" => "1.1",
|
|
723
723
|
"protocol" => "json",
|
|
724
|
+
"protocols" => ["json"],
|
|
724
725
|
"serviceFullName" => "AWS Application Discovery Service",
|
|
725
726
|
"serviceId" => "Application Discovery Service",
|
|
726
727
|
"signatureVersion" => "v4",
|
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.
|
|
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-
|
|
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
|