aws-sdk-pipes 1.22.0 → 1.24.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: bd4d241d253335d71acffcdfc427003c1bdc84462b1bc02638db7b5037b37265
4
- data.tar.gz: 69bc95916e329acecb027204d457be354d7bfa1d23fb2a147061427149759080
3
+ metadata.gz: c9e850023a9b7e0436574dcf54799052308eb380a015762c9f88a295c4b745af
4
+ data.tar.gz: 040b99b6de607cc8e18d0184e8144efddc0b67eb2a76552d637b624a82650f95
5
5
  SHA512:
6
- metadata.gz: 9a60ec69cf39f7be33b034721b47c734dba0de55a6afdab0d1cd4d4adb1668671033dd7ab3fc536cac853574dbf9102858c9809f5384058ef4e688e6b96f6c4f
7
- data.tar.gz: 1dbfc9fe874fc5976819a507ae15f4fe61466b53ac256f811c84a12765aade23d07ebc5b4b98414cb2ed9a7d607d5fae2af0f53e291d4125d89764d328c889e1
6
+ metadata.gz: 9bddeaa26241344985e03dd22bdcf68814a15c43d5bcc2339cb4faea4c65d813692eb507dd25f7f349b539fe09291f911f7abe8548dac5543e1ef3a4e5e4c08b
7
+ data.tar.gz: 19385f4f973e895b7f14b05459d527d3f1d07f8f667cfd09b509a7d486e1581e974dab51b91fc1aef1cf2eeb17b7beb79500599dd4b0d1fc9347b1766c6fff20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.23.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.22.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -312,6 +312,15 @@ module Aws::Pipes
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] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -1782,7 +1791,7 @@ module Aws::Pipes
1782
1791
  params: params,
1783
1792
  config: config)
1784
1793
  context[:gem_name] = 'aws-sdk-pipes'
1785
- context[:gem_version] = '1.22.0'
1794
+ context[:gem_version] = '1.24.0'
1786
1795
  Seahorse::Client::Request.new(handlers, context)
1787
1796
  end
1788
1797
 
@@ -38,7 +38,7 @@ module Aws::Pipes
38
38
  :subnets,
39
39
  :security_groups,
40
40
  :assign_public_ip)
41
- SENSITIVE = []
41
+ SENSITIVE = [:subnets, :security_groups]
42
42
  include Aws::Structure
43
43
  end
44
44
 
@@ -511,7 +511,7 @@ module Aws::Pipes
511
511
  :role_arn,
512
512
  :tags,
513
513
  :log_configuration)
514
- SENSITIVE = [:description]
514
+ SENSITIVE = [:description, :tags]
515
515
  include Aws::Structure
516
516
  end
517
517
 
@@ -742,7 +742,7 @@ module Aws::Pipes
742
742
  :creation_time,
743
743
  :last_modified_time,
744
744
  :log_configuration)
745
- SENSITIVE = [:description]
745
+ SENSITIVE = [:description, :tags]
746
746
  include Aws::Structure
747
747
  end
748
748
 
@@ -1269,7 +1269,7 @@ module Aws::Pipes
1269
1269
  #
1270
1270
  class ListTagsForResourceResponse < Struct.new(
1271
1271
  :tags)
1272
- SENSITIVE = []
1272
+ SENSITIVE = [:tags]
1273
1273
  include Aws::Structure
1274
1274
  end
1275
1275
 
@@ -1501,7 +1501,7 @@ module Aws::Pipes
1501
1501
  :path_parameter_values,
1502
1502
  :header_parameters,
1503
1503
  :query_string_parameters)
1504
- SENSITIVE = []
1504
+ SENSITIVE = [:path_parameter_values, :header_parameters, :query_string_parameters]
1505
1505
  include Aws::Structure
1506
1506
  end
1507
1507
 
@@ -2035,7 +2035,7 @@ module Aws::Pipes
2035
2035
  :credentials,
2036
2036
  :server_root_ca_certificate,
2037
2037
  :vpc)
2038
- SENSITIVE = [:topic_name, :consumer_group_id]
2038
+ SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id]
2039
2039
  include Aws::Structure
2040
2040
  end
2041
2041
 
@@ -2351,7 +2351,7 @@ module Aws::Pipes
2351
2351
  :path_parameter_values,
2352
2352
  :header_parameters,
2353
2353
  :query_string_parameters)
2354
- SENSITIVE = []
2354
+ SENSITIVE = [:path_parameter_values, :header_parameters, :query_string_parameters]
2355
2355
  include Aws::Structure
2356
2356
  end
2357
2357
 
@@ -2544,7 +2544,7 @@ module Aws::Pipes
2544
2544
  :statement_name,
2545
2545
  :with_event,
2546
2546
  :sqls)
2547
- SENSITIVE = [:database, :db_user, :statement_name]
2547
+ SENSITIVE = [:database, :db_user, :statement_name, :sqls]
2548
2548
  include Aws::Structure
2549
2549
  end
2550
2550
 
@@ -2965,7 +2965,7 @@ module Aws::Pipes
2965
2965
  class SelfManagedKafkaAccessConfigurationVpc < Struct.new(
2966
2966
  :subnets,
2967
2967
  :security_group)
2968
- SENSITIVE = []
2968
+ SENSITIVE = [:subnets, :security_group]
2969
2969
  include Aws::Structure
2970
2970
  end
2971
2971
 
@@ -3178,7 +3178,7 @@ module Aws::Pipes
3178
3178
  class TagResourceRequest < Struct.new(
3179
3179
  :resource_arn,
3180
3180
  :tags)
3181
- SENSITIVE = []
3181
+ SENSITIVE = [:tags]
3182
3182
  include Aws::Structure
3183
3183
  end
3184
3184
 
data/lib/aws-sdk-pipes.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pipes/customizations'
53
53
  # @!group service
54
54
  module Aws::Pipes
55
55
 
56
- GEM_VERSION = '1.22.0'
56
+ GEM_VERSION = '1.24.0'
57
57
 
58
58
  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
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.24.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-18 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,7 +29,7 @@ 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