aws-sdk-applicationautoscaling 1.87.0 → 1.88.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: '08899166e481992efd84ecd69f19373d55458b8c36d0a9d8e1114dd39315257b'
4
- data.tar.gz: 0f78a90b10747cb9e125b546f29f45ab2816245ddf5f84273d9e92be52d69c83
3
+ metadata.gz: 2bc190404180d51f51982869af631e78b7378e07421e4a9b505078c14bd44b3d
4
+ data.tar.gz: 884a8aa3d179d2329abf4b5ba98138176f136b28b41a370aca04d6122ef6b89b
5
5
  SHA512:
6
- metadata.gz: 4c842646751bae2f45f388d50ff8cb65941c7db6561ae6c8be2451ae7f0e0411686b939e2377e8633559e0ac5e4f59393a190d591c504f1de6c5629a180a38f0
7
- data.tar.gz: 95a1713d7774902f9606a53213ef9430b7533f06a57e94a4f6973e1355b2b34203f92e401f8d5432a9b2fdffde4cc7fb7b5066d3db690352b8228794dd2b1142
6
+ metadata.gz: 965a96c7b808bac7e59c4ab2de4485e228d1dc0a71e267b68424f0ee90c5aa7e8aab69842dfb3c062d3e6ab1c33e4c1e1e7c8a4022f08823ba737ccb7f46c3a7
7
+ data.tar.gz: 55b22f2756d0db870d47fa2aa124ecf58159aebc0424c4d07ad8bfeef8327740a0e93d81f5c37fc8bba2d9fdea8c12caf93eb8d5b4a5aa5926821f58ccc1a1ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.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.87.0 (2024-06-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -312,6 +312,15 @@ module Aws::ApplicationAutoScaling
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
@@ -3479,7 +3488,7 @@ module Aws::ApplicationAutoScaling
3479
3488
  params: params,
3480
3489
  config: config)
3481
3490
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3482
- context[:gem_version] = '1.87.0'
3491
+ context[:gem_version] = '1.88.0'
3483
3492
  Seahorse::Client::Request.new(handlers, context)
3484
3493
  end
3485
3494
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.87.0'
55
+ GEM_VERSION = '1.88.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-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.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-27 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 Application Auto Scaling. This gem is part
48
48
  of the AWS SDK for Ruby.
49
49
  email: