aws-sdk-outposts 1.32.0 → 1.33.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-outposts/client.rb +111 -1
- data/lib/aws-sdk-outposts/client_api.rb +64 -0
- data/lib/aws-sdk-outposts/types.rb +129 -0
- data/lib/aws-sdk-outposts.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: 1e0de24751c034ae60e4bd5058c3b9f07a791e0163d3ef1887eeb9d83310a89b
|
4
|
+
data.tar.gz: e48e1a879dd091dc99e822aa8fcc67d80ea11f694fa43c39253d8d38bfec48c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d90b1d19b0c32780ddd2af7317abad533549b08073d40b9f53acada3315050c4649539b17e85f052e86515a56ff7fad5375440f7be0c32fbe53263275317258d
|
7
|
+
data.tar.gz: 77288adfdb6a91c37de9e85af08d2fbdfb5bc5a109913b9bff56aea53aa1a078ff5a4a282e3fdfbbfcafe9364e6dcf64bcb53974c278c5979928329026376189
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -722,6 +722,58 @@ module Aws::Outposts
|
|
722
722
|
req.send_request(options)
|
723
723
|
end
|
724
724
|
|
725
|
+
# <note markdown="1"> Amazon Web Services uses this action to install Outpost servers.
|
726
|
+
#
|
727
|
+
# </note>
|
728
|
+
#
|
729
|
+
# Gets information about a specified connection.
|
730
|
+
#
|
731
|
+
# Use CloudTrail to monitor this action or Amazon Web Services managed
|
732
|
+
# policy for Amazon Web Services Outposts to secure it. For more
|
733
|
+
# information, see [ Amazon Web Services managed policies for Amazon Web
|
734
|
+
# Services Outposts][1] and [ Logging Amazon Web Services Outposts API
|
735
|
+
# calls with Amazon Web Services CloudTrail][2] in the *Amazon Web
|
736
|
+
# Services Outposts User Guide*.
|
737
|
+
#
|
738
|
+
#
|
739
|
+
#
|
740
|
+
# [1]: https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html
|
741
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html
|
742
|
+
#
|
743
|
+
# @option params [required, String] :connection_id
|
744
|
+
# The ID of the connection you request.
|
745
|
+
#
|
746
|
+
# @return [Types::GetConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
747
|
+
#
|
748
|
+
# * {Types::GetConnectionResponse#connection_id #connection_id} => String
|
749
|
+
# * {Types::GetConnectionResponse#connection_details #connection_details} => Types::ConnectionDetails
|
750
|
+
#
|
751
|
+
# @example Request syntax with placeholder values
|
752
|
+
#
|
753
|
+
# resp = client.get_connection({
|
754
|
+
# connection_id: "ConnectionId", # required
|
755
|
+
# })
|
756
|
+
#
|
757
|
+
# @example Response structure
|
758
|
+
#
|
759
|
+
# resp.connection_id #=> String
|
760
|
+
# resp.connection_details.client_public_key #=> String
|
761
|
+
# resp.connection_details.server_public_key #=> String
|
762
|
+
# resp.connection_details.server_endpoint #=> String
|
763
|
+
# resp.connection_details.client_tunnel_address #=> String
|
764
|
+
# resp.connection_details.server_tunnel_address #=> String
|
765
|
+
# resp.connection_details.allowed_ips #=> Array
|
766
|
+
# resp.connection_details.allowed_ips[0] #=> String
|
767
|
+
#
|
768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnection AWS API Documentation
|
769
|
+
#
|
770
|
+
# @overload get_connection(params = {})
|
771
|
+
# @param [Hash] params ({})
|
772
|
+
def get_connection(params = {}, options = {})
|
773
|
+
req = build_request(:get_connection, params)
|
774
|
+
req.send_request(options)
|
775
|
+
end
|
776
|
+
|
725
777
|
# Gets an order.
|
726
778
|
#
|
727
779
|
# @option params [required, String] :order_id
|
@@ -1349,6 +1401,64 @@ module Aws::Outposts
|
|
1349
1401
|
req.send_request(options)
|
1350
1402
|
end
|
1351
1403
|
|
1404
|
+
# <note markdown="1"> Amazon Web Services uses this action to install Outpost servers.
|
1405
|
+
#
|
1406
|
+
# </note>
|
1407
|
+
#
|
1408
|
+
# Starts the connection required for Outpost server installation.
|
1409
|
+
#
|
1410
|
+
# Use CloudTrail to monitor this action or Amazon Web Services managed
|
1411
|
+
# policy for Amazon Web Services Outposts to secure it. For more
|
1412
|
+
# information, see [ Amazon Web Services managed policies for Amazon Web
|
1413
|
+
# Services Outposts][1] and [ Logging Amazon Web Services Outposts API
|
1414
|
+
# calls with Amazon Web Services CloudTrail][2] in the *Amazon Web
|
1415
|
+
# Services Outposts User Guide*.
|
1416
|
+
#
|
1417
|
+
#
|
1418
|
+
#
|
1419
|
+
# [1]: https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html
|
1420
|
+
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html
|
1421
|
+
#
|
1422
|
+
# @option params [required, String] :device_serial_number
|
1423
|
+
# The serial number of the dongle.
|
1424
|
+
#
|
1425
|
+
# @option params [required, String] :asset_id
|
1426
|
+
# The ID of the Outpost server.
|
1427
|
+
#
|
1428
|
+
# @option params [required, String] :client_public_key
|
1429
|
+
# The public key of the client.
|
1430
|
+
#
|
1431
|
+
# @option params [required, Integer] :network_interface_device_index
|
1432
|
+
# The device index of the network interface on the Outpost server.
|
1433
|
+
#
|
1434
|
+
# @return [Types::StartConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1435
|
+
#
|
1436
|
+
# * {Types::StartConnectionResponse#connection_id #connection_id} => String
|
1437
|
+
# * {Types::StartConnectionResponse#underlay_ip_address #underlay_ip_address} => String
|
1438
|
+
#
|
1439
|
+
# @example Request syntax with placeholder values
|
1440
|
+
#
|
1441
|
+
# resp = client.start_connection({
|
1442
|
+
# device_serial_number: "DeviceSerialNumber", # required
|
1443
|
+
# asset_id: "AssetId", # required
|
1444
|
+
# client_public_key: "WireGuardPublicKey", # required
|
1445
|
+
# network_interface_device_index: 1, # required
|
1446
|
+
# })
|
1447
|
+
#
|
1448
|
+
# @example Response structure
|
1449
|
+
#
|
1450
|
+
# resp.connection_id #=> String
|
1451
|
+
# resp.underlay_ip_address #=> String
|
1452
|
+
#
|
1453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnection AWS API Documentation
|
1454
|
+
#
|
1455
|
+
# @overload start_connection(params = {})
|
1456
|
+
# @param [Hash] params ({})
|
1457
|
+
def start_connection(params = {}, options = {})
|
1458
|
+
req = build_request(:start_connection, params)
|
1459
|
+
req.send_request(options)
|
1460
|
+
end
|
1461
|
+
|
1352
1462
|
# Adds tags to the specified resource.
|
1353
1463
|
#
|
1354
1464
|
# @option params [required, String] :resource_arn
|
@@ -1786,7 +1896,7 @@ module Aws::Outposts
|
|
1786
1896
|
params: params,
|
1787
1897
|
config: config)
|
1788
1898
|
context[:gem_name] = 'aws-sdk-outposts'
|
1789
|
-
context[:gem_version] = '1.
|
1899
|
+
context[:gem_version] = '1.33.0'
|
1790
1900
|
Seahorse::Client::Request.new(handlers, context)
|
1791
1901
|
end
|
1792
1902
|
|
@@ -29,6 +29,8 @@ module Aws::Outposts
|
|
29
29
|
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
30
30
|
AvailabilityZoneIdList = Shapes::ListShape.new(name: 'AvailabilityZoneIdList')
|
31
31
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
32
|
+
CIDR = Shapes::StringShape.new(name: 'CIDR')
|
33
|
+
CIDRList = Shapes::ListShape.new(name: 'CIDRList')
|
32
34
|
CancelOrderInput = Shapes::StructureShape.new(name: 'CancelOrderInput')
|
33
35
|
CancelOrderOutput = Shapes::StructureShape.new(name: 'CancelOrderOutput')
|
34
36
|
CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
|
@@ -42,6 +44,8 @@ module Aws::Outposts
|
|
42
44
|
CityList = Shapes::ListShape.new(name: 'CityList')
|
43
45
|
ComputeAttributes = Shapes::StructureShape.new(name: 'ComputeAttributes')
|
44
46
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
47
|
+
ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
|
48
|
+
ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
|
45
49
|
ContactName = Shapes::StringShape.new(name: 'ContactName')
|
46
50
|
ContactPhoneNumber = Shapes::StringShape.new(name: 'ContactPhoneNumber')
|
47
51
|
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
@@ -56,6 +60,7 @@ module Aws::Outposts
|
|
56
60
|
DeleteOutpostOutput = Shapes::StructureShape.new(name: 'DeleteOutpostOutput')
|
57
61
|
DeleteSiteInput = Shapes::StructureShape.new(name: 'DeleteSiteInput')
|
58
62
|
DeleteSiteOutput = Shapes::StructureShape.new(name: 'DeleteSiteOutput')
|
63
|
+
DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
|
59
64
|
DistrictOrCounty = Shapes::StringShape.new(name: 'DistrictOrCounty')
|
60
65
|
EC2Capacity = Shapes::StructureShape.new(name: 'EC2Capacity')
|
61
66
|
EC2CapacityListDefinition = Shapes::ListShape.new(name: 'EC2CapacityListDefinition')
|
@@ -65,6 +70,8 @@ module Aws::Outposts
|
|
65
70
|
FiberOpticCableType = Shapes::StringShape.new(name: 'FiberOpticCableType')
|
66
71
|
GetCatalogItemInput = Shapes::StructureShape.new(name: 'GetCatalogItemInput')
|
67
72
|
GetCatalogItemOutput = Shapes::StructureShape.new(name: 'GetCatalogItemOutput')
|
73
|
+
GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
|
74
|
+
GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
|
68
75
|
GetOrderInput = Shapes::StructureShape.new(name: 'GetOrderInput')
|
69
76
|
GetOrderOutput = Shapes::StructureShape.new(name: 'GetOrderOutput')
|
70
77
|
GetOutpostInput = Shapes::StructureShape.new(name: 'GetOutpostInput')
|
@@ -108,6 +115,7 @@ module Aws::Outposts
|
|
108
115
|
MaxSize = Shapes::StringShape.new(name: 'MaxSize')
|
109
116
|
MaximumSupportedWeightLbs = Shapes::StringShape.new(name: 'MaximumSupportedWeightLbs')
|
110
117
|
Municipality = Shapes::StringShape.new(name: 'Municipality')
|
118
|
+
NetworkInterfaceDeviceIndex = Shapes::IntegerShape.new(name: 'NetworkInterfaceDeviceIndex')
|
111
119
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
112
120
|
OpticalStandard = Shapes::StringShape.new(name: 'OpticalStandard')
|
113
121
|
Order = Shapes::StructureShape.new(name: 'Order')
|
@@ -135,6 +143,7 @@ module Aws::Outposts
|
|
135
143
|
RackId = Shapes::StringShape.new(name: 'RackId')
|
136
144
|
RackPhysicalProperties = Shapes::StructureShape.new(name: 'RackPhysicalProperties')
|
137
145
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
146
|
+
ServerEndpoint = Shapes::StringShape.new(name: 'ServerEndpoint')
|
138
147
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
139
148
|
Site = Shapes::StructureShape.new(name: 'Site')
|
140
149
|
SiteArn = Shapes::StringShape.new(name: 'SiteArn')
|
@@ -143,6 +152,8 @@ module Aws::Outposts
|
|
143
152
|
SiteName = Shapes::StringShape.new(name: 'SiteName')
|
144
153
|
SiteNotes = Shapes::StringShape.new(name: 'SiteNotes')
|
145
154
|
SkuCode = Shapes::StringShape.new(name: 'SkuCode')
|
155
|
+
StartConnectionRequest = Shapes::StructureShape.new(name: 'StartConnectionRequest')
|
156
|
+
StartConnectionResponse = Shapes::StructureShape.new(name: 'StartConnectionResponse')
|
146
157
|
StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
|
147
158
|
StateOrRegionList = Shapes::ListShape.new(name: 'StateOrRegionList')
|
148
159
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -158,6 +169,7 @@ module Aws::Outposts
|
|
158
169
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
159
170
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
160
171
|
Token = Shapes::StringShape.new(name: 'Token')
|
172
|
+
UnderlayIpAddress = Shapes::StringShape.new(name: 'UnderlayIpAddress')
|
161
173
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
162
174
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
163
175
|
UpdateOutpostInput = Shapes::StructureShape.new(name: 'UpdateOutpostInput')
|
@@ -171,6 +183,7 @@ module Aws::Outposts
|
|
171
183
|
UplinkCount = Shapes::StringShape.new(name: 'UplinkCount')
|
172
184
|
UplinkGbps = Shapes::StringShape.new(name: 'UplinkGbps')
|
173
185
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
186
|
+
WireGuardPublicKey = Shapes::StringShape.new(name: 'WireGuardPublicKey')
|
174
187
|
outpostListDefinition = Shapes::ListShape.new(name: 'outpostListDefinition')
|
175
188
|
siteListDefinition = Shapes::ListShape.new(name: 'siteListDefinition')
|
176
189
|
|
@@ -202,6 +215,8 @@ module Aws::Outposts
|
|
202
215
|
|
203
216
|
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
204
217
|
|
218
|
+
CIDRList.member = Shapes::ShapeRef.new(shape: CIDR)
|
219
|
+
|
205
220
|
CancelOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
|
206
221
|
CancelOrderInput.struct_class = Types::CancelOrderInput
|
207
222
|
|
@@ -230,6 +245,14 @@ module Aws::Outposts
|
|
230
245
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
231
246
|
ConflictException.struct_class = Types::ConflictException
|
232
247
|
|
248
|
+
ConnectionDetails.add_member(:client_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, location_name: "ClientPublicKey"))
|
249
|
+
ConnectionDetails.add_member(:server_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, location_name: "ServerPublicKey"))
|
250
|
+
ConnectionDetails.add_member(:server_endpoint, Shapes::ShapeRef.new(shape: ServerEndpoint, location_name: "ServerEndpoint"))
|
251
|
+
ConnectionDetails.add_member(:client_tunnel_address, Shapes::ShapeRef.new(shape: CIDR, location_name: "ClientTunnelAddress"))
|
252
|
+
ConnectionDetails.add_member(:server_tunnel_address, Shapes::ShapeRef.new(shape: CIDR, location_name: "ServerTunnelAddress"))
|
253
|
+
ConnectionDetails.add_member(:allowed_ips, Shapes::ShapeRef.new(shape: CIDRList, location_name: "AllowedIps"))
|
254
|
+
ConnectionDetails.struct_class = Types::ConnectionDetails
|
255
|
+
|
233
256
|
CountryCodeList.member = Shapes::ShapeRef.new(shape: CountryCode)
|
234
257
|
|
235
258
|
CreateOrderInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location_name: "OutpostIdentifier"))
|
@@ -290,6 +313,13 @@ module Aws::Outposts
|
|
290
313
|
GetCatalogItemOutput.add_member(:catalog_item, Shapes::ShapeRef.new(shape: CatalogItem, location_name: "CatalogItem"))
|
291
314
|
GetCatalogItemOutput.struct_class = Types::GetCatalogItemOutput
|
292
315
|
|
316
|
+
GetConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "ConnectionId"))
|
317
|
+
GetConnectionRequest.struct_class = Types::GetConnectionRequest
|
318
|
+
|
319
|
+
GetConnectionResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
|
320
|
+
GetConnectionResponse.add_member(:connection_details, Shapes::ShapeRef.new(shape: ConnectionDetails, location_name: "ConnectionDetails"))
|
321
|
+
GetConnectionResponse.struct_class = Types::GetConnectionResponse
|
322
|
+
|
293
323
|
GetOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
|
294
324
|
GetOrderInput.struct_class = Types::GetOrderInput
|
295
325
|
|
@@ -479,6 +509,16 @@ module Aws::Outposts
|
|
479
509
|
Site.add_member(:rack_physical_properties, Shapes::ShapeRef.new(shape: RackPhysicalProperties, location_name: "RackPhysicalProperties"))
|
480
510
|
Site.struct_class = Types::Site
|
481
511
|
|
512
|
+
StartConnectionRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumber, required: true, location_name: "DeviceSerialNumber"))
|
513
|
+
StartConnectionRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "AssetId"))
|
514
|
+
StartConnectionRequest.add_member(:client_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, required: true, location_name: "ClientPublicKey"))
|
515
|
+
StartConnectionRequest.add_member(:network_interface_device_index, Shapes::ShapeRef.new(shape: NetworkInterfaceDeviceIndex, required: true, location_name: "NetworkInterfaceDeviceIndex"))
|
516
|
+
StartConnectionRequest.struct_class = Types::StartConnectionRequest
|
517
|
+
|
518
|
+
StartConnectionResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
|
519
|
+
StartConnectionResponse.add_member(:underlay_ip_address, Shapes::ShapeRef.new(shape: UnderlayIpAddress, location_name: "UnderlayIpAddress"))
|
520
|
+
StartConnectionResponse.struct_class = Types::StartConnectionResponse
|
521
|
+
|
482
522
|
StateOrRegionList.member = Shapes::ShapeRef.new(shape: StateOrRegion)
|
483
523
|
|
484
524
|
SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
|
@@ -661,6 +701,18 @@ module Aws::Outposts
|
|
661
701
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
662
702
|
end)
|
663
703
|
|
704
|
+
api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
|
705
|
+
o.name = "GetConnection"
|
706
|
+
o.http_method = "GET"
|
707
|
+
o.http_request_uri = "/connections/{ConnectionId}"
|
708
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectionRequest)
|
709
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectionResponse)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
714
|
+
end)
|
715
|
+
|
664
716
|
api.add_operation(:get_order, Seahorse::Model::Operation.new.tap do |o|
|
665
717
|
o.name = "GetOrder"
|
666
718
|
o.http_method = "GET"
|
@@ -824,6 +876,18 @@ module Aws::Outposts
|
|
824
876
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
825
877
|
end)
|
826
878
|
|
879
|
+
api.add_operation(:start_connection, Seahorse::Model::Operation.new.tap do |o|
|
880
|
+
o.name = "StartConnection"
|
881
|
+
o.http_method = "POST"
|
882
|
+
o.http_request_uri = "/connections"
|
883
|
+
o.input = Shapes::ShapeRef.new(shape: StartConnectionRequest)
|
884
|
+
o.output = Shapes::ShapeRef.new(shape: StartConnectionResponse)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
889
|
+
end)
|
890
|
+
|
827
891
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
828
892
|
o.name = "TagResource"
|
829
893
|
o.http_method = "POST"
|
@@ -238,6 +238,45 @@ module Aws::Outposts
|
|
238
238
|
include Aws::Structure
|
239
239
|
end
|
240
240
|
|
241
|
+
# Information about a connection.
|
242
|
+
#
|
243
|
+
# @!attribute [rw] client_public_key
|
244
|
+
# The public key of the client.
|
245
|
+
# @return [String]
|
246
|
+
#
|
247
|
+
# @!attribute [rw] server_public_key
|
248
|
+
# The public key of the server.
|
249
|
+
# @return [String]
|
250
|
+
#
|
251
|
+
# @!attribute [rw] server_endpoint
|
252
|
+
# The endpoint for the server.
|
253
|
+
# @return [String]
|
254
|
+
#
|
255
|
+
# @!attribute [rw] client_tunnel_address
|
256
|
+
# The client tunnel address.
|
257
|
+
# @return [String]
|
258
|
+
#
|
259
|
+
# @!attribute [rw] server_tunnel_address
|
260
|
+
# The server tunnel address.
|
261
|
+
# @return [String]
|
262
|
+
#
|
263
|
+
# @!attribute [rw] allowed_ips
|
264
|
+
# The allowed IP addresses.
|
265
|
+
# @return [Array<String>]
|
266
|
+
#
|
267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ConnectionDetails AWS API Documentation
|
268
|
+
#
|
269
|
+
class ConnectionDetails < Struct.new(
|
270
|
+
:client_public_key,
|
271
|
+
:server_public_key,
|
272
|
+
:server_endpoint,
|
273
|
+
:client_tunnel_address,
|
274
|
+
:server_tunnel_address,
|
275
|
+
:allowed_ips)
|
276
|
+
SENSITIVE = []
|
277
|
+
include Aws::Structure
|
278
|
+
end
|
279
|
+
|
241
280
|
# @note When making an API call, you may pass CreateOrderInput
|
242
281
|
# data as a hash:
|
243
282
|
#
|
@@ -601,6 +640,42 @@ module Aws::Outposts
|
|
601
640
|
include Aws::Structure
|
602
641
|
end
|
603
642
|
|
643
|
+
# @note When making an API call, you may pass GetConnectionRequest
|
644
|
+
# data as a hash:
|
645
|
+
#
|
646
|
+
# {
|
647
|
+
# connection_id: "ConnectionId", # required
|
648
|
+
# }
|
649
|
+
#
|
650
|
+
# @!attribute [rw] connection_id
|
651
|
+
# The ID of the connection you request.
|
652
|
+
# @return [String]
|
653
|
+
#
|
654
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionRequest AWS API Documentation
|
655
|
+
#
|
656
|
+
class GetConnectionRequest < Struct.new(
|
657
|
+
:connection_id)
|
658
|
+
SENSITIVE = []
|
659
|
+
include Aws::Structure
|
660
|
+
end
|
661
|
+
|
662
|
+
# @!attribute [rw] connection_id
|
663
|
+
# The ID of the connection you receive.
|
664
|
+
# @return [String]
|
665
|
+
#
|
666
|
+
# @!attribute [rw] connection_details
|
667
|
+
# Information about a connection.
|
668
|
+
# @return [Types::ConnectionDetails]
|
669
|
+
#
|
670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionResponse AWS API Documentation
|
671
|
+
#
|
672
|
+
class GetConnectionResponse < Struct.new(
|
673
|
+
:connection_id,
|
674
|
+
:connection_details)
|
675
|
+
SENSITIVE = []
|
676
|
+
include Aws::Structure
|
677
|
+
end
|
678
|
+
|
604
679
|
# @note When making an API call, you may pass GetOrderInput
|
605
680
|
# data as a hash:
|
606
681
|
#
|
@@ -1642,6 +1717,60 @@ module Aws::Outposts
|
|
1642
1717
|
include Aws::Structure
|
1643
1718
|
end
|
1644
1719
|
|
1720
|
+
# @note When making an API call, you may pass StartConnectionRequest
|
1721
|
+
# data as a hash:
|
1722
|
+
#
|
1723
|
+
# {
|
1724
|
+
# device_serial_number: "DeviceSerialNumber", # required
|
1725
|
+
# asset_id: "AssetId", # required
|
1726
|
+
# client_public_key: "WireGuardPublicKey", # required
|
1727
|
+
# network_interface_device_index: 1, # required
|
1728
|
+
# }
|
1729
|
+
#
|
1730
|
+
# @!attribute [rw] device_serial_number
|
1731
|
+
# The serial number of the dongle.
|
1732
|
+
# @return [String]
|
1733
|
+
#
|
1734
|
+
# @!attribute [rw] asset_id
|
1735
|
+
# The ID of the Outpost server.
|
1736
|
+
# @return [String]
|
1737
|
+
#
|
1738
|
+
# @!attribute [rw] client_public_key
|
1739
|
+
# The public key of the client.
|
1740
|
+
# @return [String]
|
1741
|
+
#
|
1742
|
+
# @!attribute [rw] network_interface_device_index
|
1743
|
+
# The device index of the network interface on the Outpost server.
|
1744
|
+
# @return [Integer]
|
1745
|
+
#
|
1746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnectionRequest AWS API Documentation
|
1747
|
+
#
|
1748
|
+
class StartConnectionRequest < Struct.new(
|
1749
|
+
:device_serial_number,
|
1750
|
+
:asset_id,
|
1751
|
+
:client_public_key,
|
1752
|
+
:network_interface_device_index)
|
1753
|
+
SENSITIVE = []
|
1754
|
+
include Aws::Structure
|
1755
|
+
end
|
1756
|
+
|
1757
|
+
# @!attribute [rw] connection_id
|
1758
|
+
# The ID of the connection.
|
1759
|
+
# @return [String]
|
1760
|
+
#
|
1761
|
+
# @!attribute [rw] underlay_ip_address
|
1762
|
+
# The underlay IP address.
|
1763
|
+
# @return [String]
|
1764
|
+
#
|
1765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnectionResponse AWS API Documentation
|
1766
|
+
#
|
1767
|
+
class StartConnectionResponse < Struct.new(
|
1768
|
+
:connection_id,
|
1769
|
+
:underlay_ip_address)
|
1770
|
+
SENSITIVE = []
|
1771
|
+
include Aws::Structure
|
1772
|
+
end
|
1773
|
+
|
1645
1774
|
# @note When making an API call, you may pass TagResourceRequest
|
1646
1775
|
# data as a hash:
|
1647
1776
|
#
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.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: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|