aws-sdk-applicationdiscoveryservice 1.68.0 → 1.70.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: c1ee1a5f287ff4f042d59b6fb165012a738bd6bc8b163fe6684f95f56c0a9329
4
- data.tar.gz: 59cfcc21fa812b2e06b77954e8ede03fdad656f94f0bed757692a80a545cb44a
3
+ metadata.gz: 207415be4fa982325016a834a3462a967a7486f8eb96170450f5f3fafe004926
4
+ data.tar.gz: df4aa98fd2a293bdbb1d7451d2bec2757ffb7bb50c2a971bd700b5b16e002568
5
5
  SHA512:
6
- metadata.gz: e4dbf42a5aa256ab26da8c87f6d3cc600012b40db134090ba6afed62e7fe554bda0acdb0a13e3a5e312dea1341ec20cf9fc98a51485e6bc6049a34aca3a01b94
7
- data.tar.gz: 77cecdbc6d3fed980a1679934805ef6ce64067e5c22286d91d0adc6bc8a27ab54469b321457a3ed74e7ff9d120fe3fb4ae91c3970580a839e2fc152d5699881e
6
+ metadata.gz: 1298f1c162b590bedf61c78f7f242e311b7e1c052e1ad39297fa2f817bfe1840b91e37318ae530bfdc2e753059c80ceee6f4ef547185c22974cc4d07351d8c1b
7
+ data.tar.gz: 7cf2411125fa170ac5d805abade17d5d89d2bca3aa23543bb1df96b0193be23f1841edc1614fe9b7cfd1c1e7fe122fe343c46d865976148d84839df3ad194d64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.69.0 (2024-06-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.68.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.70.0
@@ -312,6 +312,15 @@ module Aws::ApplicationDiscoveryService
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -1776,7 +1785,7 @@ module Aws::ApplicationDiscoveryService
1776
1785
  params: params,
1777
1786
  config: config)
1778
1787
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1779
- context[:gem_version] = '1.68.0'
1788
+ context[:gem_version] = '1.70.0'
1780
1789
  Seahorse::Client::Request.new(handlers, context)
1781
1790
  end
1782
1791
 
@@ -718,6 +718,7 @@ module Aws::ApplicationDiscoveryService
718
718
 
719
719
  api.metadata = {
720
720
  "apiVersion" => "2015-11-01",
721
+ "auth" => ["aws.auth#sigv4"],
721
722
  "endpointPrefix" => "discovery",
722
723
  "jsonVersion" => "1.1",
723
724
  "protocol" => "json",
@@ -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.68.0'
55
+ GEM_VERSION = '1.70.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
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.68.0
4
+ version: 1.70.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS Application Discovery Service. This gem
48
48
  is part of the AWS SDK for Ruby.
49
49
  email: