aws-sdk-vpclattice 1.11.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -150,7 +150,7 @@ module Aws
150
150
  def id: () -> ::String
151
151
  def name: () -> ::String
152
152
  def port: () -> ::Integer
153
- def protocol: () -> ("HTTP" | "HTTPS")
153
+ def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
154
154
  def service_arn: () -> ::String
155
155
  def service_id: () -> ::String
156
156
  end
@@ -172,7 +172,7 @@ module Aws
172
172
  },
173
173
  name: ::String,
174
174
  ?port: ::Integer,
175
- protocol: ("HTTP" | "HTTPS"),
175
+ protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH"),
176
176
  service_identifier: ::String,
177
177
  ?tags: Hash[::String, ::String]
178
178
  ) -> _CreateListenerResponseSuccess
@@ -331,14 +331,14 @@ module Aws
331
331
  }?,
332
332
  path: ::String?,
333
333
  port: ::Integer?,
334
- protocol: ("HTTP" | "HTTPS")?,
334
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
335
335
  protocol_version: ("HTTP1" | "HTTP2")?,
336
336
  unhealthy_threshold_count: ::Integer?
337
337
  }?,
338
338
  ip_address_type: ("IPV4" | "IPV6")?,
339
339
  lambda_event_structure_version: ("V1" | "V2")?,
340
340
  port: ::Integer?,
341
- protocol: ("HTTP" | "HTTPS")?,
341
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
342
342
  protocol_version: ("HTTP1" | "HTTP2" | "GRPC")?,
343
343
  vpc_identifier: ::String?
344
344
  },
@@ -509,7 +509,7 @@ module Aws
509
509
  def last_updated_at: () -> ::Time
510
510
  def name: () -> ::String
511
511
  def port: () -> ::Integer
512
- def protocol: () -> ("HTTP" | "HTTPS")
512
+ def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
513
513
  def service_arn: () -> ::String
514
514
  def service_id: () -> ::String
515
515
  end
@@ -870,7 +870,7 @@ module Aws
870
870
  def id: () -> ::String
871
871
  def name: () -> ::String
872
872
  def port: () -> ::Integer
873
- def protocol: () -> ("HTTP" | "HTTPS")
873
+ def protocol: () -> ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
874
874
  def service_arn: () -> ::String
875
875
  def service_id: () -> ::String
876
876
  end
@@ -1016,7 +1016,7 @@ module Aws
1016
1016
  }?,
1017
1017
  path: ::String?,
1018
1018
  port: ::Integer?,
1019
- protocol: ("HTTP" | "HTTPS")?,
1019
+ protocol: ("HTTP" | "HTTPS" | "TCP")?,
1020
1020
  protocol_version: ("HTTP1" | "HTTP2")?,
1021
1021
  unhealthy_threshold_count: ::Integer?
1022
1022
  },
data/sig/types.rbs CHANGED
@@ -66,7 +66,7 @@ module Aws::VPCLattice
66
66
  attr_accessor default_action: Types::RuleAction
67
67
  attr_accessor name: ::String
68
68
  attr_accessor port: ::Integer
69
- attr_accessor protocol: ("HTTP" | "HTTPS")
69
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
70
70
  attr_accessor service_identifier: ::String
71
71
  attr_accessor tags: ::Hash[::String, ::String]
72
72
  SENSITIVE: []
@@ -78,7 +78,7 @@ module Aws::VPCLattice
78
78
  attr_accessor id: ::String
79
79
  attr_accessor name: ::String
80
80
  attr_accessor port: ::Integer
81
- attr_accessor protocol: ("HTTP" | "HTTPS")
81
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
82
82
  attr_accessor service_arn: ::String
83
83
  attr_accessor service_id: ::String
84
84
  SENSITIVE: []
@@ -370,7 +370,7 @@ module Aws::VPCLattice
370
370
  attr_accessor last_updated_at: ::Time
371
371
  attr_accessor name: ::String
372
372
  attr_accessor port: ::Integer
373
- attr_accessor protocol: ("HTTP" | "HTTPS")
373
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
374
374
  attr_accessor service_arn: ::String
375
375
  attr_accessor service_id: ::String
376
376
  SENSITIVE: []
@@ -542,7 +542,7 @@ module Aws::VPCLattice
542
542
  attr_accessor matcher: Types::Matcher
543
543
  attr_accessor path: ::String
544
544
  attr_accessor port: ::Integer
545
- attr_accessor protocol: ("HTTP" | "HTTPS")
545
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TCP")
546
546
  attr_accessor protocol_version: ("HTTP1" | "HTTP2")
547
547
  attr_accessor unhealthy_threshold_count: ::Integer
548
548
  SENSITIVE: []
@@ -698,7 +698,7 @@ module Aws::VPCLattice
698
698
  attr_accessor last_updated_at: ::Time
699
699
  attr_accessor name: ::String
700
700
  attr_accessor port: ::Integer
701
- attr_accessor protocol: ("HTTP" | "HTTPS")
701
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
702
702
  SENSITIVE: []
703
703
  end
704
704
 
@@ -926,7 +926,7 @@ module Aws::VPCLattice
926
926
  attr_accessor ip_address_type: ("IPV4" | "IPV6")
927
927
  attr_accessor lambda_event_structure_version: ("V1" | "V2")
928
928
  attr_accessor port: ::Integer
929
- attr_accessor protocol: ("HTTP" | "HTTPS")
929
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TCP")
930
930
  attr_accessor protocol_version: ("HTTP1" | "HTTP2" | "GRPC")
931
931
  attr_accessor vpc_identifier: ::String
932
932
  SENSITIVE: []
@@ -941,7 +941,7 @@ module Aws::VPCLattice
941
941
  attr_accessor last_updated_at: ::Time
942
942
  attr_accessor name: ::String
943
943
  attr_accessor port: ::Integer
944
- attr_accessor protocol: ("HTTP" | "HTTPS")
944
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TCP")
945
945
  attr_accessor service_arns: ::Array[::String]
946
946
  attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
947
947
  attr_accessor type: ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
@@ -1002,7 +1002,7 @@ module Aws::VPCLattice
1002
1002
  attr_accessor id: ::String
1003
1003
  attr_accessor name: ::String
1004
1004
  attr_accessor port: ::Integer
1005
- attr_accessor protocol: ("HTTP" | "HTTPS")
1005
+ attr_accessor protocol: ("HTTP" | "HTTPS" | "TLS_PASSTHROUGH")
1006
1006
  attr_accessor service_arn: ::String
1007
1007
  attr_accessor service_id: ::String
1008
1008
  SENSITIVE: []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-vpclattice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.13.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-05-13 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.191.0
22
+ version: 3.193.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.191.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement