aws-sdk-rtbfabric 1.1.0 → 1.2.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: a739ac592e94827d4d5576cbdffa254086bdc83831cd8277784d7687a09580ae
4
- data.tar.gz: d7e8db2d24fa0056decba49afa89183a34fef4514734a7fdf45abff5bdd1563e
3
+ metadata.gz: 33e6c8273c23deb7f6c91431cce7b1489efd00e2f14410bd3f8c5a8a5d820f7d
4
+ data.tar.gz: 97b9e090db3f9c61f87594622ef97e3bdbccab2d5c4aa42bedbae910da169a36
5
5
  SHA512:
6
- metadata.gz: efb0633ec39eb4e33ad1019e11fca61371ac54c5931a9660e04c842cb44f6ba7aedd7e66154b20b8519dc7400f898f18232d97aa5e6e3aafdf1e8027ed20cd17
7
- data.tar.gz: 366445f7ca40e8774d757fd8f061a1fd44cf0b641be889c644366284e61e582e85242cf290c717b2d12c2f442615d51300c1365aa26b5d27b0f002ed663d72a9
6
+ metadata.gz: d65dab2e9b568b586540d6034e096042290dd2fa52792197d619a2227893a11ead643b1fc38875ed1f9e5106ec0f2fd8f62a1b378e96e9348ad4ce6ca3614f28
7
+ data.tar.gz: 64c1c9f86164a86299af7ac4258dcb0e387b1b0531bcb8731b6401fe263d6bcfc073bcedd237aead8222f58fb1be50a7321c320fc8506b3de8c17338bb537ca3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - RTB Fabric documentation update.
8
+
4
9
  1.1.0 (2025-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -476,11 +476,11 @@ module Aws::RTBFabric
476
476
 
477
477
  # @!group API Operations
478
478
 
479
- # Accepts a link request between RTB applications.
479
+ # Accepts a link request between gateways.
480
480
  #
481
- # When a requester RTB application requests to link with a responder RTB
482
- # application, the responder can use this operation to accept the link
483
- # request and establish the connection.
481
+ # When a requester gateway requests to link with a responder gateway,
482
+ # the responder can use this operation to accept the link request and
483
+ # establish the connection.
484
484
  #
485
485
  # @option params [required, String] :gateway_id
486
486
  # The unique identifier of the gateway.
@@ -705,10 +705,10 @@ module Aws::RTBFabric
705
705
  req.send_request(options)
706
706
  end
707
707
 
708
- # Creates a new link between RTB applications.
708
+ # Creates a new link between gateways.
709
709
  #
710
- # Establishes a connection that allows RTB applications to communicate
711
- # and exchange bid requests and responses.
710
+ # Establishes a connection that allows gateways to communicate and
711
+ # exchange bid requests and responses.
712
712
  #
713
713
  # @option params [required, String] :gateway_id
714
714
  # The unique identifier of the gateway.
@@ -1019,6 +1019,8 @@ module Aws::RTBFabric
1019
1019
 
1020
1020
  # Creates a responder gateway.
1021
1021
  #
1022
+ # A domain name or managed endpoint is required.
1023
+ #
1022
1024
  # @option params [required, String] :vpc_id
1023
1025
  # The unique identifier of the Virtual Private Cloud (VPC).
1024
1026
  #
@@ -1184,10 +1186,10 @@ module Aws::RTBFabric
1184
1186
  req.send_request(options)
1185
1187
  end
1186
1188
 
1187
- # Deletes a link between RTB applications.
1189
+ # Deletes a link between gateways.
1188
1190
  #
1189
- # Permanently removes the connection between RTB applications. This
1190
- # action cannot be undone.
1191
+ # Permanently removes the connection between gateways. This action
1192
+ # cannot be undone.
1191
1193
  #
1192
1194
  # @option params [required, String] :gateway_id
1193
1195
  # The unique identifier of the gateway.
@@ -1495,10 +1497,10 @@ module Aws::RTBFabric
1495
1497
  req.send_request(options)
1496
1498
  end
1497
1499
 
1498
- # Retrieves information about a link between RTB applications.
1500
+ # Retrieves information about a link between gateways.
1499
1501
  #
1500
1502
  # Returns detailed information about the link configuration, status, and
1501
- # associated RTB applications.
1503
+ # associated gateways.
1502
1504
  #
1503
1505
  # @option params [required, String] :gateway_id
1504
1506
  # The unique identifier of the gateway.
@@ -1889,10 +1891,10 @@ module Aws::RTBFabric
1889
1891
  req.send_request(options)
1890
1892
  end
1891
1893
 
1892
- # Lists links associated with an RTB application.
1894
+ # Lists links associated with gateways.
1893
1895
  #
1894
- # Returns a list of all links for the specified RTB application,
1895
- # including their status and configuration details.
1896
+ # Returns a list of all links for the specified gateways, including
1897
+ # their status and configuration details.
1896
1898
  #
1897
1899
  # @option params [required, String] :gateway_id
1898
1900
  # The unique identifier of the gateway.
@@ -2228,11 +2230,10 @@ module Aws::RTBFabric
2228
2230
  req.send_request(options)
2229
2231
  end
2230
2232
 
2231
- # Rejects a link request between RTB applications.
2233
+ # Rejects a link request between gateways.
2232
2234
  #
2233
- # When a requester RTB application requests to link with a responder RTB
2234
- # application, the responder can use this operation to decline the link
2235
- # request.
2235
+ # When a requester gateway requests to link with a responder gateway,
2236
+ # the responder can use this operation to decline the link request.
2236
2237
  #
2237
2238
  # @option params [required, String] :gateway_id
2238
2239
  # The unique identifier of the gateway.
@@ -2434,7 +2435,7 @@ module Aws::RTBFabric
2434
2435
  req.send_request(options)
2435
2436
  end
2436
2437
 
2437
- # Updates the configuration of a link between RTB applications.
2438
+ # Updates the configuration of a link between gateways.
2438
2439
  #
2439
2440
  # Allows you to modify settings and parameters for an existing link.
2440
2441
  #
@@ -2795,7 +2796,7 @@ module Aws::RTBFabric
2795
2796
  tracer: tracer
2796
2797
  )
2797
2798
  context[:gem_name] = 'aws-sdk-rtbfabric'
2798
- context[:gem_version] = '1.1.0'
2799
+ context[:gem_version] = '1.2.0'
2799
2800
  Seahorse::Client::Request.new(handlers, context)
2800
2801
  end
2801
2802
 
@@ -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.1.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61
 
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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services