aws-sdk-pipes 1.23.0 → 1.24.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: 46d974fee4d806e1ee352af62aeea27e59ccd5b99267b75bb1f12aa3928b3337
4
- data.tar.gz: e1a0cb326b62ace31bbf63453287c33371f7735e93f0f0f4fe33cab36a734c8d
3
+ metadata.gz: c9e850023a9b7e0436574dcf54799052308eb380a015762c9f88a295c4b745af
4
+ data.tar.gz: 040b99b6de607cc8e18d0184e8144efddc0b67eb2a76552d637b624a82650f95
5
5
  SHA512:
6
- metadata.gz: d04a0951c9ec06b2fb5b9501b9f2e823d7fc4dff1cf52b63a6ddcc93944e3e779ea6d570dc16cd5d908361f3b0fdcf38630d213509be5852753f6e432870bd6a
7
- data.tar.gz: 85905fbf0b5d7180457ff77d81b96041cca933ee0ac1c1bc83390bf87f64adb563c5251812a8835a0d8c795fa461da6dfb2cf48784ecbb9a584aed431d879316
6
+ metadata.gz: 9bddeaa26241344985e03dd22bdcf68814a15c43d5bcc2339cb4faea4c65d813692eb507dd25f7f349b539fe09291f911f7abe8548dac5543e1ef3a4e5e4c08b
7
+ data.tar.gz: 19385f4f973e895b7f14b05459d527d3f1d07f8f667cfd09b509a7d486e1581e974dab51b91fc1aef1cf2eeb17b7beb79500599dd4b0d1fc9347b1766c6fff20
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.23.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -1791,7 +1791,7 @@ module Aws::Pipes
1791
1791
  params: params,
1792
1792
  config: config)
1793
1793
  context[:gem_name] = 'aws-sdk-pipes'
1794
- context[:gem_version] = '1.23.0'
1794
+ context[:gem_version] = '1.24.0'
1795
1795
  Seahorse::Client::Request.new(handlers, context)
1796
1796
  end
1797
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.23.0'
56
+ GEM_VERSION = '1.24.0'
57
57
 
58
58
  end
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.23.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-07-02 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