aws-sdk-pipes 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pipes/client.rb +1 -1
- data/lib/aws-sdk-pipes/types.rb +10 -10
- data/lib/aws-sdk-pipes.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9e850023a9b7e0436574dcf54799052308eb380a015762c9f88a295c4b745af
|
4
|
+
data.tar.gz: 040b99b6de607cc8e18d0184e8144efddc0b67eb2a76552d637b624a82650f95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bddeaa26241344985e03dd22bdcf68814a15c43d5bcc2339cb4faea4c65d813692eb507dd25f7f349b539fe09291f911f7abe8548dac5543e1ef3a4e5e4c08b
|
7
|
+
data.tar.gz: 19385f4f973e895b7f14b05459d527d3f1d07f8f667cfd09b509a7d486e1581e974dab51b91fc1aef1cf2eeb17b7beb79500599dd4b0d1fc9347b1766c6fff20
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
data/lib/aws-sdk-pipes/client.rb
CHANGED
@@ -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.
|
1794
|
+
context[:gem_version] = '1.24.0'
|
1795
1795
|
Seahorse::Client::Request.new(handlers, context)
|
1796
1796
|
end
|
1797
1797
|
|
data/lib/aws-sdk-pipes/types.rb
CHANGED
@@ -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
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.
|
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-
|
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
|