aws-sdk-applicationinsights 1.50.0 → 1.51.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: 4ae80449c0cde10bf92426e26dd52cc05adc37fe7b1b0fbecdd2b34c2d0699fa
4
- data.tar.gz: d5b8c0000e8c201581c981d3837cf96d4d8c0064b0735f99282e7d156a1ed92d
3
+ metadata.gz: 4bec8dac641bbd80db94d9d631c0ab2e60fdb25af059d060c3d705c9a4599f4f
4
+ data.tar.gz: 332c0c583fbb55ed935e6eb49442daee8b6649175ba053b42b8942c99638f97f
5
5
  SHA512:
6
- metadata.gz: 24e20f1c297a952ed44699c5d38f26e52244a03c62b1e009097f0a6bc0c0122ca983bca3dada063e3c210323b743a1d141ce229ef251a8829e491b9cd1d1bf0a
7
- data.tar.gz: 84d6af2a22120da95667f218b6cfc2c66ae3e9e9dd8310024c6ffbdd4a688648d5ac1febf5c130ab3cdb2ecb3eaa3db207d3180356f4d165a2a2ea1c2d073465
6
+ metadata.gz: ff985247fae35cbfc8a067c50354ec7a0f3f0de2e605d51d7391731d638d0dccf5dadf18df7265e00d2a58f8db210186b832b630adf454e91f8e29f98306c218
7
+ data.tar.gz: 8232ba569581b175790b6b5963addff1217b2c78dbf5c756ae2e4f29a3b1e3806fb60016236de0c97719957b9a109d4550ba5aa3626696eb48ec630fe20ceec2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2024-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -312,6 +312,15 @@ module Aws::ApplicationInsights
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
@@ -2099,7 +2108,7 @@ module Aws::ApplicationInsights
2099
2108
  params: params,
2100
2109
  config: config)
2101
2110
  context[:gem_name] = 'aws-sdk-applicationinsights'
2102
- context[:gem_version] = '1.50.0'
2111
+ context[:gem_version] = '1.51.0'
2103
2112
  Seahorse::Client::Request.new(handlers, context)
2104
2113
  end
2105
2114
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationinsights/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationInsights
54
54
 
55
- GEM_VERSION = '1.50.0'
55
+ GEM_VERSION = '1.51.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-applicationinsights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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 Amazon CloudWatch Application Insights (Application
48
48
  Insights). This gem is part of the AWS SDK for Ruby.
49
49
  email: