aws-sdk-rtbfabric 1.14.0 → 1.16.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: 6d8c96feb616ea955e06e19dc57b7d9014a5fe6c15119c2d481775fb93212761
4
- data.tar.gz: a9df3e753282d3c031880b427b8f8e5f55b9482a2ce84f3619261eac616222e9
3
+ metadata.gz: 6cce9aaeb38fc3fdeca919977698280b37adbb6487f269313dbb2e5e466f6caf
4
+ data.tar.gz: d52b03205e35c748ca1dc45f186b1c348930b8a0560cd049e286267793231e54
5
5
  SHA512:
6
- metadata.gz: 7f6c1bbeeef117fc8ef050e9d65095bd2afbe111cf66d206f96e35767969c13bc90801fa772f28e28025d8d43917644f49e142b5a511d429dae6fd50875d06b0
7
- data.tar.gz: c6445ad949d6580ec924a7eb6aaa23446f6c7b1598ddade8c037cff8b510e4c114c1bbaf729be7c561d657230b6027abc0943c4a3c66bdd3da266b89272225d3
6
+ metadata.gz: '037900279e6070849b4f2c8837e3f008f36bc58f943a0de242d79cd9a6fb757cc5fbcb91ba8704fb794ae34c09b29e4e16378917de2748055fcaef4c105484db'
7
+ data.tar.gz: 770cc5091ec736d9c8a5b6b9afa16d7e31f94117958baf6caa74a1b3020f33ff5aab90a30789b2dceee13b6690c1ac941f02c1d63228de318df3df1961f068fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2026-07-24)
5
+ ------------------
6
+
7
+ * Feature - The deprecated inboundLinksCount field has been removed from the GetResponderGateway API response. Customers who previously relied on this field should use linksRequestedCount instead.
8
+
9
+ 1.15.0 (2026-07-09)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.14.0 (2026-05-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.0
@@ -2423,7 +2423,6 @@ module Aws::RTBFabric
2423
2423
  # * {Types::GetResponderGatewayResponse#tags #tags} => Hash<String,String>
2424
2424
  # * {Types::GetResponderGatewayResponse#active_links_count #active_links_count} => Integer
2425
2425
  # * {Types::GetResponderGatewayResponse#total_links_count #total_links_count} => Integer
2426
- # * {Types::GetResponderGatewayResponse#inbound_links_count #inbound_links_count} => Integer
2427
2426
  # * {Types::GetResponderGatewayResponse#links_requested_count #links_requested_count} => Integer
2428
2427
  # * {Types::GetResponderGatewayResponse#gateway_type #gateway_type} => String
2429
2428
  # * {Types::GetResponderGatewayResponse#external_inbound_endpoint #external_inbound_endpoint} => String
@@ -2443,7 +2442,6 @@ module Aws::RTBFabric
2443
2442
  # created_at: Time.parse("2024-01-15T10:30:00Z"),
2444
2443
  # description: "My responder gateway",
2445
2444
  # gateway_id: "rtb-gw-12345678",
2446
- # inbound_links_count: 3,
2447
2445
  # links_requested_count: 3,
2448
2446
  # port: 443,
2449
2447
  # protocol: "HTTPS",
@@ -2506,7 +2504,6 @@ module Aws::RTBFabric
2506
2504
  # resp.tags["TagKey"] #=> String
2507
2505
  # resp.active_links_count #=> Integer
2508
2506
  # resp.total_links_count #=> Integer
2509
- # resp.inbound_links_count #=> Integer
2510
2507
  # resp.links_requested_count #=> Integer
2511
2508
  # resp.gateway_type #=> String, one of "EXTERNAL", "INTERNAL"
2512
2509
  # resp.external_inbound_endpoint #=> String
@@ -3713,7 +3710,7 @@ module Aws::RTBFabric
3713
3710
  tracer: tracer
3714
3711
  )
3715
3712
  context[:gem_name] = 'aws-sdk-rtbfabric'
3716
- context[:gem_version] = '1.14.0'
3713
+ context[:gem_version] = '1.16.0'
3717
3714
  Seahorse::Client::Request.new(handlers, context)
3718
3715
  end
3719
3716
 
@@ -596,7 +596,6 @@ module Aws::RTBFabric
596
596
  GetResponderGatewayResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
597
597
  GetResponderGatewayResponse.add_member(:active_links_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activeLinksCount"))
598
598
  GetResponderGatewayResponse.add_member(:total_links_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalLinksCount"))
599
- GetResponderGatewayResponse.add_member(:inbound_links_count, Shapes::ShapeRef.new(shape: Integer, deprecated: true, location_name: "inboundLinksCount", metadata: {"deprecatedMessage" => "Use linksRequestedCount instead", "deprecatedSince" => "2026-05-11"}))
600
599
  GetResponderGatewayResponse.add_member(:links_requested_count, Shapes::ShapeRef.new(shape: Integer, location_name: "linksRequestedCount"))
601
600
  GetResponderGatewayResponse.add_member(:gateway_type, Shapes::ShapeRef.new(shape: GatewayType, location_name: "gatewayType"))
602
601
  GetResponderGatewayResponse.add_member(:external_inbound_endpoint, Shapes::ShapeRef.new(shape: DomainName, location_name: "externalInboundEndpoint"))
@@ -1640,10 +1640,6 @@ module Aws::RTBFabric
1640
1640
  # The total count of links for the responder gateway.
1641
1641
  # @return [Integer]
1642
1642
  #
1643
- # @!attribute [rw] inbound_links_count
1644
- # Deprecated. Use 'linksRequestedCount' instead.
1645
- # @return [Integer]
1646
- #
1647
1643
  # @!attribute [rw] links_requested_count
1648
1644
  # The count of requested links waiting for the responder gateway to
1649
1645
  # accept or reject.
@@ -1677,7 +1673,6 @@ module Aws::RTBFabric
1677
1673
  :tags,
1678
1674
  :active_links_count,
1679
1675
  :total_links_count,
1680
- :inbound_links_count,
1681
1676
  :links_requested_count,
1682
1677
  :gateway_type,
1683
1678
  :external_inbound_endpoint)
@@ -55,7 +55,7 @@ module Aws::RTBFabric
55
55
  autoload :EndpointProvider, 'aws-sdk-rtbfabric/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-rtbfabric/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.16.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -470,7 +470,6 @@ module Aws
470
470
  def tags: () -> ::Hash[::String, ::String]
471
471
  def active_links_count: () -> ::Integer
472
472
  def total_links_count: () -> ::Integer
473
- def inbound_links_count: () -> ::Integer
474
473
  def links_requested_count: () -> ::Integer
475
474
  def gateway_type: () -> ("EXTERNAL" | "INTERNAL")
476
475
  def external_inbound_endpoint: () -> ::String
data/sig/types.rbs CHANGED
@@ -460,7 +460,6 @@ module Aws::RTBFabric
460
460
  attr_accessor tags: ::Hash[::String, ::String]
461
461
  attr_accessor active_links_count: ::Integer
462
462
  attr_accessor total_links_count: ::Integer
463
- attr_accessor inbound_links_count: ::Integer
464
463
  attr_accessor links_requested_count: ::Integer
465
464
  attr_accessor gateway_type: ("EXTERNAL" | "INTERNAL")
466
465
  attr_accessor external_inbound_endpoint: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rtbfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.248.0
21
+ version: 3.254.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.248.0
31
+ version: 3.254.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement