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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rtbfabric/client.rb +22 -21
- data/lib/aws-sdk-rtbfabric.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33e6c8273c23deb7f6c91431cce7b1489efd00e2f14410bd3f8c5a8a5d820f7d
|
|
4
|
+
data.tar.gz: 97b9e090db3f9c61f87594622ef97e3bdbccab2d5c4aa42bedbae910da169a36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d65dab2e9b568b586540d6034e096042290dd2fa52792197d619a2227893a11ead643b1fc38875ed1f9e5106ec0f2fd8f62a1b378e96e9348ad4ce6ca3614f28
|
|
7
|
+
data.tar.gz: 64c1c9f86164a86299af7ac4258dcb0e387b1b0531bcb8731b6401fe263d6bcfc073bcedd237aead8222f58fb1be50a7321c320fc8506b3de8c17338bb537ca3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
479
|
+
# Accepts a link request between gateways.
|
|
480
480
|
#
|
|
481
|
-
# When a requester
|
|
482
|
-
#
|
|
483
|
-
#
|
|
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
|
|
708
|
+
# Creates a new link between gateways.
|
|
709
709
|
#
|
|
710
|
-
# Establishes a connection that allows
|
|
711
|
-
#
|
|
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
|
|
1189
|
+
# Deletes a link between gateways.
|
|
1188
1190
|
#
|
|
1189
|
-
# Permanently removes the connection between
|
|
1190
|
-
#
|
|
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
|
|
1500
|
+
# Retrieves information about a link between gateways.
|
|
1499
1501
|
#
|
|
1500
1502
|
# Returns detailed information about the link configuration, status, and
|
|
1501
|
-
# associated
|
|
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
|
|
1894
|
+
# Lists links associated with gateways.
|
|
1893
1895
|
#
|
|
1894
|
-
# Returns a list of all links for the specified
|
|
1895
|
-
#
|
|
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
|
|
2233
|
+
# Rejects a link request between gateways.
|
|
2232
2234
|
#
|
|
2233
|
-
# When a requester
|
|
2234
|
-
#
|
|
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
|
|
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.
|
|
2799
|
+
context[:gem_version] = '1.2.0'
|
|
2799
2800
|
Seahorse::Client::Request.new(handlers, context)
|
|
2800
2801
|
end
|
|
2801
2802
|
|
data/lib/aws-sdk-rtbfabric.rb
CHANGED