aws-sdk-pi 1.60.0 → 1.62.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: c05948800106184df7be52dc6fa5054b6e21cb99286b0ec1c3ac1335159aa1c3
4
- data.tar.gz: 384f908b3aa4a66df6a68070bd653c69cfcb723848b8c7b5ad798bfabce7a63b
3
+ metadata.gz: e91849de144d502db5fd61573103079abd0ece399db117df66c56b42c9b3b55f
4
+ data.tar.gz: 60dfcfe99051f85ca2a623fd2e17905346643e6e08945bc7e96ceb6c019500d4
5
5
  SHA512:
6
- metadata.gz: 94ec526e038e63caba738a0f224b10f6977d884ad50399e3c970cf0e5dbbc9572509c83b2cae9383a6aa1d875bdc9d27cae20af456f5b896a54d331a703bbce0
7
- data.tar.gz: f31887763b221833e62af8193596f4169c60ce00ec02618d95a8ca6981f9887c8ca9be59616fbe450c294048ee768b77627461b0a72680ec66e10cf452d08c43
6
+ metadata.gz: 840ba8e8531c54e7143fb1c6aef4c9660e20680c33b13cde6e0aa8f500b3ef938ab0e8f40e9064d16a8460ca3b0291d417f41195e4aa9aec82454e5363b4ad0a
7
+ data.tar.gz: d053dd1842419a1a81de86c2b0277cc4c0fb2652f9b98ce80a617afdc40f3d5f5e996b656c0fcd2bb0573b15c386c1bd616bad37edde59b1bde3b289856044d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2024-06-28)
10
+ ------------------
11
+
12
+ * Feature - Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances.
13
+
4
14
  1.60.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.0
@@ -312,6 +312,15 @@ module Aws::PI
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
@@ -624,6 +633,11 @@ module Aws::PI
624
633
  #
625
634
  # * A single filter for any other dimension in this dimension group.
626
635
  #
636
+ # <note markdown="1"> The `db.sql.db_id` filter isn't available for RDS for SQL Server DB
637
+ # instances.
638
+ #
639
+ # </note>
640
+ #
627
641
  # @option params [Integer] :max_results
628
642
  # The maximum number of items to return in the response. If more items
629
643
  # exist than the specified `MaxRecords` value, a pagination token is
@@ -1412,7 +1426,7 @@ module Aws::PI
1412
1426
  params: params,
1413
1427
  config: config)
1414
1428
  context[:gem_name] = 'aws-sdk-pi'
1415
- context[:gem_version] = '1.60.0'
1429
+ context[:gem_version] = '1.62.0'
1416
1430
  Seahorse::Client::Request.new(handlers, context)
1417
1431
  end
1418
1432
 
@@ -440,6 +440,7 @@ module Aws::PI
440
440
 
441
441
  api.metadata = {
442
442
  "apiVersion" => "2018-02-27",
443
+ "auth" => ["aws.auth#sigv4"],
443
444
  "endpointPrefix" => "pi",
444
445
  "jsonVersion" => "1.1",
445
446
  "protocol" => "json",
@@ -338,6 +338,11 @@ module Aws::PI
338
338
  # `GroupBy` or `Partition` parameters.
339
339
  #
340
340
  # * A single filter for any other dimension in this dimension group.
341
+ #
342
+ # <note markdown="1"> The `db.sql.db_id` filter isn't available for RDS for SQL Server DB
343
+ # instances.
344
+ #
345
+ # </note>
341
346
  # @return [Hash<String,String>]
342
347
  #
343
348
  # @!attribute [rw] max_results
@@ -1529,6 +1534,11 @@ module Aws::PI
1529
1534
  # `GroupBy` parameter.
1530
1535
  #
1531
1536
  # * A single filter for any other dimension in this dimension group.
1537
+ #
1538
+ # <note markdown="1"> The `db.sql.db_id` filter isn't available for RDS for SQL Server DB
1539
+ # instances.
1540
+ #
1541
+ # </note>
1532
1542
  # @return [Hash<String,String>]
1533
1543
  #
1534
1544
  # @see http://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/MetricQuery AWS API Documentation
data/lib/aws-sdk-pi.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pi/customizations'
52
52
  # @!group service
53
53
  module Aws::PI
54
54
 
55
- GEM_VERSION = '1.60.0'
55
+ GEM_VERSION = '1.62.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-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.62.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 Performance Insights (AWS PI). This gem
48
48
  is part of the AWS SDK for Ruby.
49
49
  email: