aws-sdk-applicationdiscoveryservice 1.69.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: 2a7cf9ae039dff2e98f6ee81fb9905649f10268ad07fd1675a2993b71dd1c66f
4
- data.tar.gz: 014bd40b374e7c3b0f8429d5db759c94a8aa43a2138e5a60886996635bdcf02d
3
+ metadata.gz: 207415be4fa982325016a834a3462a967a7486f8eb96170450f5f3fafe004926
4
+ data.tar.gz: df4aa98fd2a293bdbb1d7451d2bec2757ffb7bb50c2a971bd700b5b16e002568
5
5
  SHA512:
6
- metadata.gz: 10017ff1cad82b58121d68aecd7c374c3a62973b4d639539f4e90e83799ba1dad9fe6f80ee62ba2df5220ef4f824a3fa80ed703c98d779295b0bc3a9977a2dd5
7
- data.tar.gz: 1076d41423f346e87751618de1601ccb5dd91c1ae2c9140ff1dafc04ffea31be48616910ebf3ec58f135185962914e074518954464850bddcf3341355f57fc36
6
+ metadata.gz: 1298f1c162b590bedf61c78f7f242e311b7e1c052e1ad39297fa2f817bfe1840b91e37318ae530bfdc2e753059c80ceee6f4ef547185c22974cc4d07351d8c1b
7
+ data.tar.gz: 7cf2411125fa170ac5d805abade17d5d89d2bca3aa23543bb1df96b0193be23f1841edc1614fe9b7cfd1c1e7fe122fe343c46d865976148d84839df3ad194d64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.69.0 (2024-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.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.69.0'
1788
+ context[:gem_version] = '1.70.0'
1780
1789
  Seahorse::Client::Request.new(handlers, context)
1781
1790
  end
1782
1791
 
@@ -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.69.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.69.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-28 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: