aws-sdk-outposts 1.31.0 → 1.34.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: 582afa419a9696c487662184b0855dc7ef645f433da17bd6fec39468efd5927d
4
- data.tar.gz: 3b87f274398da1de038ecd7120d3617d58c7813c7acf209db4961a9507a50a55
3
+ metadata.gz: bbd9041b0fb0a732e5d8e22d4d98d86392bef0ff9184b8fb852018031629eccc
4
+ data.tar.gz: a035f0f01e28c582346597e9b8bc7263a57e20008ffdd69f50c17d403b950492
5
5
  SHA512:
6
- metadata.gz: 554d946753270d3f3a49d9b5c1cde451be7304ca2338e14ad9d250e34de7b83577a5cb49c720c0d3588b82c1d3e0801716763b89b777a5ea37435179031b4f64
7
- data.tar.gz: f9f5ac9eb993137a805ce430d5bf96387536abbabef44b343715231fffc8e0040ee5e1d7eff049e5841aaa8a52823e951361e1fd0e66c7036c759d6f8197376e
6
+ metadata.gz: 4ba58c6ce8261fa2ca82aa349a26e9cbee5427c85bdbd013a6d9850368e52d71047e9f57c9c98b9aeb923b8930592a876eb413c4f4fe2d5bcd836e97cd80213a
7
+ data.tar.gz: d1a3386711c65cf372a3bc30cd49b1d3d57e968e28b0427b4b7b450973cea9ae017a5d087ae2a171ef1f9d46691b492c6eab5a2803fd937fc32225c8964fce77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2022-06-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset.
8
+
9
+ 1.33.0 (2022-06-13)
10
+ ------------------
11
+
12
+ * Feature - This release adds API operations AWS uses to install Outpost servers.
13
+
14
+ 1.32.0 (2022-05-12)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for AWS Outposts.
18
+
4
19
  1.31.0 (2022-05-02)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.34.0
@@ -441,6 +441,14 @@ module Aws::Outposts
441
441
  # @option params [required, String] :site_id
442
442
  # The ID or the Amazon Resource Name (ARN) of the site.
443
443
  #
444
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
445
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
446
+ # Query API. To address backwards compatibility, the parameter names
447
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
448
+ # can make the request with an ARN.
449
+ #
450
+ # </note>
451
+ #
444
452
  # @option params [String] :availability_zone
445
453
  # The Availability Zone.
446
454
  #
@@ -620,6 +628,14 @@ module Aws::Outposts
620
628
  # @option params [required, String] :outpost_id
621
629
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
622
630
  #
631
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
632
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
633
+ # Query API. To address backwards compatibility, the parameter names
634
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
635
+ # can make the request with an ARN.
636
+ #
637
+ # </note>
638
+ #
623
639
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
624
640
  #
625
641
  # @example Request syntax with placeholder values
@@ -642,6 +658,14 @@ module Aws::Outposts
642
658
  # @option params [required, String] :site_id
643
659
  # The ID or the Amazon Resource Name (ARN) of the site.
644
660
  #
661
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
662
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
663
+ # Query API. To address backwards compatibility, the parameter names
664
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
665
+ # can make the request with an ARN.
666
+ #
667
+ # </note>
668
+ #
645
669
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
646
670
  #
647
671
  # @example Request syntax with placeholder values
@@ -698,6 +722,58 @@ module Aws::Outposts
698
722
  req.send_request(options)
699
723
  end
700
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
+
701
777
  # Gets an order.
702
778
  #
703
779
  # @option params [required, String] :order_id
@@ -741,6 +817,14 @@ module Aws::Outposts
741
817
  # @option params [required, String] :outpost_id
742
818
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
743
819
  #
820
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
821
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
822
+ # Query API. To address backwards compatibility, the parameter names
823
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
824
+ # can make the request with an ARN.
825
+ #
826
+ # </note>
827
+ #
744
828
  # @return [Types::GetOutpostOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
745
829
  #
746
830
  # * {Types::GetOutpostOutput#outpost #outpost} => Types::Outpost
@@ -781,6 +865,14 @@ module Aws::Outposts
781
865
  # @option params [required, String] :outpost_id
782
866
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
783
867
  #
868
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
869
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
870
+ # Query API. To address backwards compatibility, the parameter names
871
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
872
+ # can make the request with an ARN.
873
+ #
874
+ # </note>
875
+ #
784
876
  # @option params [String] :next_token
785
877
  # The pagination token.
786
878
  #
@@ -826,6 +918,14 @@ module Aws::Outposts
826
918
  # @option params [required, String] :site_id
827
919
  # The ID or the Amazon Resource Name (ARN) of the site.
828
920
  #
921
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
922
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
923
+ # Query API. To address backwards compatibility, the parameter names
924
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
925
+ # can make the request with an ARN.
926
+ #
927
+ # </note>
928
+ #
829
929
  # @return [Types::GetSiteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
830
930
  #
831
931
  # * {Types::GetSiteOutput#site #site} => Types::Site
@@ -873,6 +973,14 @@ module Aws::Outposts
873
973
  # @option params [required, String] :site_id
874
974
  # The ID or the Amazon Resource Name (ARN) of the site.
875
975
  #
976
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
977
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
978
+ # Query API. To address backwards compatibility, the parameter names
979
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
980
+ # can make the request with an ARN.
981
+ #
982
+ # </note>
983
+ #
876
984
  # @option params [required, String] :address_type
877
985
  # The type of the address you request.
878
986
  #
@@ -958,6 +1066,7 @@ module Aws::Outposts
958
1066
  # resp.assets[0].rack_id #=> String
959
1067
  # resp.assets[0].asset_type #=> String, one of "COMPUTE"
960
1068
  # resp.assets[0].compute_attributes.host_id #=> String
1069
+ # resp.assets[0].asset_location.rack_elevation #=> Float
961
1070
  # resp.next_token #=> String
962
1071
  #
963
1072
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssets AWS API Documentation
@@ -1293,6 +1402,64 @@ module Aws::Outposts
1293
1402
  req.send_request(options)
1294
1403
  end
1295
1404
 
1405
+ # <note markdown="1"> Amazon Web Services uses this action to install Outpost servers.
1406
+ #
1407
+ # </note>
1408
+ #
1409
+ # Starts the connection required for Outpost server installation.
1410
+ #
1411
+ # Use CloudTrail to monitor this action or Amazon Web Services managed
1412
+ # policy for Amazon Web Services Outposts to secure it. For more
1413
+ # information, see [ Amazon Web Services managed policies for Amazon Web
1414
+ # Services Outposts][1] and [ Logging Amazon Web Services Outposts API
1415
+ # calls with Amazon Web Services CloudTrail][2] in the *Amazon Web
1416
+ # Services Outposts User Guide*.
1417
+ #
1418
+ #
1419
+ #
1420
+ # [1]: https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html
1421
+ # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html
1422
+ #
1423
+ # @option params [required, String] :device_serial_number
1424
+ # The serial number of the dongle.
1425
+ #
1426
+ # @option params [required, String] :asset_id
1427
+ # The ID of the Outpost server.
1428
+ #
1429
+ # @option params [required, String] :client_public_key
1430
+ # The public key of the client.
1431
+ #
1432
+ # @option params [required, Integer] :network_interface_device_index
1433
+ # The device index of the network interface on the Outpost server.
1434
+ #
1435
+ # @return [Types::StartConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1436
+ #
1437
+ # * {Types::StartConnectionResponse#connection_id #connection_id} => String
1438
+ # * {Types::StartConnectionResponse#underlay_ip_address #underlay_ip_address} => String
1439
+ #
1440
+ # @example Request syntax with placeholder values
1441
+ #
1442
+ # resp = client.start_connection({
1443
+ # device_serial_number: "DeviceSerialNumber", # required
1444
+ # asset_id: "AssetId", # required
1445
+ # client_public_key: "WireGuardPublicKey", # required
1446
+ # network_interface_device_index: 1, # required
1447
+ # })
1448
+ #
1449
+ # @example Response structure
1450
+ #
1451
+ # resp.connection_id #=> String
1452
+ # resp.underlay_ip_address #=> String
1453
+ #
1454
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnection AWS API Documentation
1455
+ #
1456
+ # @overload start_connection(params = {})
1457
+ # @param [Hash] params ({})
1458
+ def start_connection(params = {}, options = {})
1459
+ req = build_request(:start_connection, params)
1460
+ req.send_request(options)
1461
+ end
1462
+
1296
1463
  # Adds tags to the specified resource.
1297
1464
  #
1298
1465
  # @option params [required, String] :resource_arn
@@ -1352,6 +1519,14 @@ module Aws::Outposts
1352
1519
  # @option params [required, String] :outpost_id
1353
1520
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1354
1521
  #
1522
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1523
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1524
+ # Query API. To address backwards compatibility, the parameter names
1525
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1526
+ # can make the request with an ARN.
1527
+ #
1528
+ # </note>
1529
+ #
1355
1530
  # @option params [String] :name
1356
1531
  # The name of the Outpost.
1357
1532
  #
@@ -1404,6 +1579,14 @@ module Aws::Outposts
1404
1579
  # @option params [required, String] :site_id
1405
1580
  # The ID or the Amazon Resource Name (ARN) of the site.
1406
1581
  #
1582
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1583
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1584
+ # Query API. To address backwards compatibility, the parameter names
1585
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1586
+ # can make the request with an ARN.
1587
+ #
1588
+ # </note>
1589
+ #
1407
1590
  # @option params [String] :name
1408
1591
  # The name of the site.
1409
1592
  #
@@ -1470,6 +1653,14 @@ module Aws::Outposts
1470
1653
  # @option params [required, String] :site_id
1471
1654
  # The ID or the Amazon Resource Name (ARN) of the site.
1472
1655
  #
1656
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1657
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1658
+ # Query API. To address backwards compatibility, the parameter names
1659
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1660
+ # can make the request with an ARN.
1661
+ #
1662
+ # </note>
1663
+ #
1473
1664
  # @option params [required, String] :address_type
1474
1665
  # The type of the address.
1475
1666
  #
@@ -1540,6 +1731,14 @@ module Aws::Outposts
1540
1731
  # @option params [required, String] :site_id
1541
1732
  # The ID or the Amazon Resource Name (ARN) of the site.
1542
1733
  #
1734
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1735
+ # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1736
+ # Query API. To address backwards compatibility, the parameter names
1737
+ # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1738
+ # can make the request with an ARN.
1739
+ #
1740
+ # </note>
1741
+ #
1543
1742
  # @option params [String] :power_draw_kva
1544
1743
  # Specify in kVA the power draw available at the hardware placement
1545
1744
  # position for the rack.
@@ -1698,7 +1897,7 @@ module Aws::Outposts
1698
1897
  params: params,
1699
1898
  config: config)
1700
1899
  context[:gem_name] = 'aws-sdk-outposts'
1701
- context[:gem_version] = '1.31.0'
1900
+ context[:gem_version] = '1.34.0'
1702
1901
  Seahorse::Client::Request.new(handlers, context)
1703
1902
  end
1704
1903
 
@@ -24,11 +24,14 @@ module Aws::Outposts
24
24
  AssetId = Shapes::StringShape.new(name: 'AssetId')
25
25
  AssetInfo = Shapes::StructureShape.new(name: 'AssetInfo')
26
26
  AssetListDefinition = Shapes::ListShape.new(name: 'AssetListDefinition')
27
+ AssetLocation = Shapes::StructureShape.new(name: 'AssetLocation')
27
28
  AssetType = Shapes::StringShape.new(name: 'AssetType')
28
29
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
29
30
  AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
30
31
  AvailabilityZoneIdList = Shapes::ListShape.new(name: 'AvailabilityZoneIdList')
31
32
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
33
+ CIDR = Shapes::StringShape.new(name: 'CIDR')
34
+ CIDRList = Shapes::ListShape.new(name: 'CIDRList')
32
35
  CancelOrderInput = Shapes::StructureShape.new(name: 'CancelOrderInput')
33
36
  CancelOrderOutput = Shapes::StructureShape.new(name: 'CancelOrderOutput')
34
37
  CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
@@ -42,6 +45,8 @@ module Aws::Outposts
42
45
  CityList = Shapes::ListShape.new(name: 'CityList')
43
46
  ComputeAttributes = Shapes::StructureShape.new(name: 'ComputeAttributes')
44
47
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
48
+ ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
49
+ ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
45
50
  ContactName = Shapes::StringShape.new(name: 'ContactName')
46
51
  ContactPhoneNumber = Shapes::StringShape.new(name: 'ContactPhoneNumber')
47
52
  CountryCode = Shapes::StringShape.new(name: 'CountryCode')
@@ -56,6 +61,7 @@ module Aws::Outposts
56
61
  DeleteOutpostOutput = Shapes::StructureShape.new(name: 'DeleteOutpostOutput')
57
62
  DeleteSiteInput = Shapes::StructureShape.new(name: 'DeleteSiteInput')
58
63
  DeleteSiteOutput = Shapes::StructureShape.new(name: 'DeleteSiteOutput')
64
+ DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
59
65
  DistrictOrCounty = Shapes::StringShape.new(name: 'DistrictOrCounty')
60
66
  EC2Capacity = Shapes::StructureShape.new(name: 'EC2Capacity')
61
67
  EC2CapacityListDefinition = Shapes::ListShape.new(name: 'EC2CapacityListDefinition')
@@ -65,6 +71,8 @@ module Aws::Outposts
65
71
  FiberOpticCableType = Shapes::StringShape.new(name: 'FiberOpticCableType')
66
72
  GetCatalogItemInput = Shapes::StructureShape.new(name: 'GetCatalogItemInput')
67
73
  GetCatalogItemOutput = Shapes::StructureShape.new(name: 'GetCatalogItemOutput')
74
+ GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
75
+ GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
68
76
  GetOrderInput = Shapes::StructureShape.new(name: 'GetOrderInput')
69
77
  GetOrderOutput = Shapes::StructureShape.new(name: 'GetOrderOutput')
70
78
  GetOutpostInput = Shapes::StructureShape.new(name: 'GetOutpostInput')
@@ -108,6 +116,7 @@ module Aws::Outposts
108
116
  MaxSize = Shapes::StringShape.new(name: 'MaxSize')
109
117
  MaximumSupportedWeightLbs = Shapes::StringShape.new(name: 'MaximumSupportedWeightLbs')
110
118
  Municipality = Shapes::StringShape.new(name: 'Municipality')
119
+ NetworkInterfaceDeviceIndex = Shapes::IntegerShape.new(name: 'NetworkInterfaceDeviceIndex')
111
120
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
112
121
  OpticalStandard = Shapes::StringShape.new(name: 'OpticalStandard')
113
122
  Order = Shapes::StructureShape.new(name: 'Order')
@@ -132,9 +141,11 @@ module Aws::Outposts
132
141
  PowerFeedDrop = Shapes::StringShape.new(name: 'PowerFeedDrop')
133
142
  PowerPhase = Shapes::StringShape.new(name: 'PowerPhase')
134
143
  Quantity = Shapes::StringShape.new(name: 'Quantity')
144
+ RackElevation = Shapes::FloatShape.new(name: 'RackElevation')
135
145
  RackId = Shapes::StringShape.new(name: 'RackId')
136
146
  RackPhysicalProperties = Shapes::StructureShape.new(name: 'RackPhysicalProperties')
137
147
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
148
+ ServerEndpoint = Shapes::StringShape.new(name: 'ServerEndpoint')
138
149
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
139
150
  Site = Shapes::StructureShape.new(name: 'Site')
140
151
  SiteArn = Shapes::StringShape.new(name: 'SiteArn')
@@ -143,6 +154,8 @@ module Aws::Outposts
143
154
  SiteName = Shapes::StringShape.new(name: 'SiteName')
144
155
  SiteNotes = Shapes::StringShape.new(name: 'SiteNotes')
145
156
  SkuCode = Shapes::StringShape.new(name: 'SkuCode')
157
+ StartConnectionRequest = Shapes::StructureShape.new(name: 'StartConnectionRequest')
158
+ StartConnectionResponse = Shapes::StructureShape.new(name: 'StartConnectionResponse')
146
159
  StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
147
160
  StateOrRegionList = Shapes::ListShape.new(name: 'StateOrRegionList')
148
161
  String = Shapes::StringShape.new(name: 'String')
@@ -158,6 +171,7 @@ module Aws::Outposts
158
171
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
159
172
  TagValue = Shapes::StringShape.new(name: 'TagValue')
160
173
  Token = Shapes::StringShape.new(name: 'Token')
174
+ UnderlayIpAddress = Shapes::StringShape.new(name: 'UnderlayIpAddress')
161
175
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
162
176
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
163
177
  UpdateOutpostInput = Shapes::StructureShape.new(name: 'UpdateOutpostInput')
@@ -171,6 +185,7 @@ module Aws::Outposts
171
185
  UplinkCount = Shapes::StringShape.new(name: 'UplinkCount')
172
186
  UplinkGbps = Shapes::StringShape.new(name: 'UplinkGbps')
173
187
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
188
+ WireGuardPublicKey = Shapes::StringShape.new(name: 'WireGuardPublicKey')
174
189
  outpostListDefinition = Shapes::ListShape.new(name: 'outpostListDefinition')
175
190
  siteListDefinition = Shapes::ListShape.new(name: 'siteListDefinition')
176
191
 
@@ -194,14 +209,20 @@ module Aws::Outposts
194
209
  AssetInfo.add_member(:rack_id, Shapes::ShapeRef.new(shape: RackId, location_name: "RackId"))
195
210
  AssetInfo.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, location_name: "AssetType"))
196
211
  AssetInfo.add_member(:compute_attributes, Shapes::ShapeRef.new(shape: ComputeAttributes, location_name: "ComputeAttributes"))
212
+ AssetInfo.add_member(:asset_location, Shapes::ShapeRef.new(shape: AssetLocation, location_name: "AssetLocation"))
197
213
  AssetInfo.struct_class = Types::AssetInfo
198
214
 
199
215
  AssetListDefinition.member = Shapes::ShapeRef.new(shape: AssetInfo)
200
216
 
217
+ AssetLocation.add_member(:rack_elevation, Shapes::ShapeRef.new(shape: RackElevation, location_name: "RackElevation"))
218
+ AssetLocation.struct_class = Types::AssetLocation
219
+
201
220
  AvailabilityZoneIdList.member = Shapes::ShapeRef.new(shape: AvailabilityZoneId)
202
221
 
203
222
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
204
223
 
224
+ CIDRList.member = Shapes::ShapeRef.new(shape: CIDR)
225
+
205
226
  CancelOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
206
227
  CancelOrderInput.struct_class = Types::CancelOrderInput
207
228
 
@@ -230,6 +251,14 @@ module Aws::Outposts
230
251
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
231
252
  ConflictException.struct_class = Types::ConflictException
232
253
 
254
+ ConnectionDetails.add_member(:client_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, location_name: "ClientPublicKey"))
255
+ ConnectionDetails.add_member(:server_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, location_name: "ServerPublicKey"))
256
+ ConnectionDetails.add_member(:server_endpoint, Shapes::ShapeRef.new(shape: ServerEndpoint, location_name: "ServerEndpoint"))
257
+ ConnectionDetails.add_member(:client_tunnel_address, Shapes::ShapeRef.new(shape: CIDR, location_name: "ClientTunnelAddress"))
258
+ ConnectionDetails.add_member(:server_tunnel_address, Shapes::ShapeRef.new(shape: CIDR, location_name: "ServerTunnelAddress"))
259
+ ConnectionDetails.add_member(:allowed_ips, Shapes::ShapeRef.new(shape: CIDRList, location_name: "AllowedIps"))
260
+ ConnectionDetails.struct_class = Types::ConnectionDetails
261
+
233
262
  CountryCodeList.member = Shapes::ShapeRef.new(shape: CountryCode)
234
263
 
235
264
  CreateOrderInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location_name: "OutpostIdentifier"))
@@ -290,6 +319,13 @@ module Aws::Outposts
290
319
  GetCatalogItemOutput.add_member(:catalog_item, Shapes::ShapeRef.new(shape: CatalogItem, location_name: "CatalogItem"))
291
320
  GetCatalogItemOutput.struct_class = Types::GetCatalogItemOutput
292
321
 
322
+ GetConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "ConnectionId"))
323
+ GetConnectionRequest.struct_class = Types::GetConnectionRequest
324
+
325
+ GetConnectionResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
326
+ GetConnectionResponse.add_member(:connection_details, Shapes::ShapeRef.new(shape: ConnectionDetails, location_name: "ConnectionDetails"))
327
+ GetConnectionResponse.struct_class = Types::GetConnectionResponse
328
+
293
329
  GetOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
294
330
  GetOrderInput.struct_class = Types::GetOrderInput
295
331
 
@@ -479,6 +515,16 @@ module Aws::Outposts
479
515
  Site.add_member(:rack_physical_properties, Shapes::ShapeRef.new(shape: RackPhysicalProperties, location_name: "RackPhysicalProperties"))
480
516
  Site.struct_class = Types::Site
481
517
 
518
+ StartConnectionRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumber, required: true, location_name: "DeviceSerialNumber"))
519
+ StartConnectionRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "AssetId"))
520
+ StartConnectionRequest.add_member(:client_public_key, Shapes::ShapeRef.new(shape: WireGuardPublicKey, required: true, location_name: "ClientPublicKey"))
521
+ StartConnectionRequest.add_member(:network_interface_device_index, Shapes::ShapeRef.new(shape: NetworkInterfaceDeviceIndex, required: true, location_name: "NetworkInterfaceDeviceIndex"))
522
+ StartConnectionRequest.struct_class = Types::StartConnectionRequest
523
+
524
+ StartConnectionResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
525
+ StartConnectionResponse.add_member(:underlay_ip_address, Shapes::ShapeRef.new(shape: UnderlayIpAddress, location_name: "UnderlayIpAddress"))
526
+ StartConnectionResponse.struct_class = Types::StartConnectionResponse
527
+
482
528
  StateOrRegionList.member = Shapes::ShapeRef.new(shape: StateOrRegion)
483
529
 
484
530
  SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
@@ -661,6 +707,18 @@ module Aws::Outposts
661
707
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
662
708
  end)
663
709
 
710
+ api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
711
+ o.name = "GetConnection"
712
+ o.http_method = "GET"
713
+ o.http_request_uri = "/connections/{ConnectionId}"
714
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionRequest)
715
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionResponse)
716
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
717
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
718
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
720
+ end)
721
+
664
722
  api.add_operation(:get_order, Seahorse::Model::Operation.new.tap do |o|
665
723
  o.name = "GetOrder"
666
724
  o.http_method = "GET"
@@ -824,6 +882,18 @@ module Aws::Outposts
824
882
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
825
883
  end)
826
884
 
885
+ api.add_operation(:start_connection, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "StartConnection"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/connections"
889
+ o.input = Shapes::ShapeRef.new(shape: StartConnectionRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: StartConnectionResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
894
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
895
+ end)
896
+
827
897
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
828
898
  o.name = "TagResource"
829
899
  o.http_method = "POST"
@@ -122,13 +122,32 @@ module Aws::Outposts
122
122
  # Information about compute hardware assets.
123
123
  # @return [Types::ComputeAttributes]
124
124
  #
125
+ # @!attribute [rw] asset_location
126
+ # The position of an asset in a rack.
127
+ # @return [Types::AssetLocation]
128
+ #
125
129
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/AssetInfo AWS API Documentation
126
130
  #
127
131
  class AssetInfo < Struct.new(
128
132
  :asset_id,
129
133
  :rack_id,
130
134
  :asset_type,
131
- :compute_attributes)
135
+ :compute_attributes,
136
+ :asset_location)
137
+ SENSITIVE = []
138
+ include Aws::Structure
139
+ end
140
+
141
+ # Information about the position of the asset in a rack.
142
+ #
143
+ # @!attribute [rw] rack_elevation
144
+ # The position of an asset in a rack measured in rack units.
145
+ # @return [Float]
146
+ #
147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/AssetLocation AWS API Documentation
148
+ #
149
+ class AssetLocation < Struct.new(
150
+ :rack_elevation)
132
151
  SENSITIVE = []
133
152
  include Aws::Structure
134
153
  end
@@ -238,6 +257,45 @@ module Aws::Outposts
238
257
  include Aws::Structure
239
258
  end
240
259
 
260
+ # Information about a connection.
261
+ #
262
+ # @!attribute [rw] client_public_key
263
+ # The public key of the client.
264
+ # @return [String]
265
+ #
266
+ # @!attribute [rw] server_public_key
267
+ # The public key of the server.
268
+ # @return [String]
269
+ #
270
+ # @!attribute [rw] server_endpoint
271
+ # The endpoint for the server.
272
+ # @return [String]
273
+ #
274
+ # @!attribute [rw] client_tunnel_address
275
+ # The client tunnel address.
276
+ # @return [String]
277
+ #
278
+ # @!attribute [rw] server_tunnel_address
279
+ # The server tunnel address.
280
+ # @return [String]
281
+ #
282
+ # @!attribute [rw] allowed_ips
283
+ # The allowed IP addresses.
284
+ # @return [Array<String>]
285
+ #
286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ConnectionDetails AWS API Documentation
287
+ #
288
+ class ConnectionDetails < Struct.new(
289
+ :client_public_key,
290
+ :server_public_key,
291
+ :server_endpoint,
292
+ :client_tunnel_address,
293
+ :server_tunnel_address,
294
+ :allowed_ips)
295
+ SENSITIVE = []
296
+ include Aws::Structure
297
+ end
298
+
241
299
  # @note When making an API call, you may pass CreateOrderInput
242
300
  # data as a hash:
243
301
  #
@@ -317,6 +375,14 @@ module Aws::Outposts
317
375
  #
318
376
  # @!attribute [rw] site_id
319
377
  # The ID or the Amazon Resource Name (ARN) of the site.
378
+ #
379
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
380
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
381
+ # Outposts Query API. To address backwards compatibility, the
382
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
383
+ # parameter name, you can make the request with an ARN.
384
+ #
385
+ # </note>
320
386
  # @return [String]
321
387
  #
322
388
  # @!attribute [rw] availability_zone
@@ -485,6 +551,14 @@ module Aws::Outposts
485
551
  #
486
552
  # @!attribute [rw] outpost_id
487
553
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
554
+ #
555
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
556
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
557
+ # Outposts Query API. To address backwards compatibility, the
558
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
559
+ # parameter name, you can make the request with an ARN.
560
+ #
561
+ # </note>
488
562
  # @return [String]
489
563
  #
490
564
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpostInput AWS API Documentation
@@ -508,6 +582,14 @@ module Aws::Outposts
508
582
  #
509
583
  # @!attribute [rw] site_id
510
584
  # The ID or the Amazon Resource Name (ARN) of the site.
585
+ #
586
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
587
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
588
+ # Outposts Query API. To address backwards compatibility, the
589
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
590
+ # parameter name, you can make the request with an ARN.
591
+ #
592
+ # </note>
511
593
  # @return [String]
512
594
  #
513
595
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSiteInput AWS API Documentation
@@ -577,6 +659,42 @@ module Aws::Outposts
577
659
  include Aws::Structure
578
660
  end
579
661
 
662
+ # @note When making an API call, you may pass GetConnectionRequest
663
+ # data as a hash:
664
+ #
665
+ # {
666
+ # connection_id: "ConnectionId", # required
667
+ # }
668
+ #
669
+ # @!attribute [rw] connection_id
670
+ # The ID of the connection you request.
671
+ # @return [String]
672
+ #
673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionRequest AWS API Documentation
674
+ #
675
+ class GetConnectionRequest < Struct.new(
676
+ :connection_id)
677
+ SENSITIVE = []
678
+ include Aws::Structure
679
+ end
680
+
681
+ # @!attribute [rw] connection_id
682
+ # The ID of the connection you receive.
683
+ # @return [String]
684
+ #
685
+ # @!attribute [rw] connection_details
686
+ # Information about a connection.
687
+ # @return [Types::ConnectionDetails]
688
+ #
689
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionResponse AWS API Documentation
690
+ #
691
+ class GetConnectionResponse < Struct.new(
692
+ :connection_id,
693
+ :connection_details)
694
+ SENSITIVE = []
695
+ include Aws::Structure
696
+ end
697
+
580
698
  # @note When making an API call, you may pass GetOrderInput
581
699
  # data as a hash:
582
700
  #
@@ -617,6 +735,14 @@ module Aws::Outposts
617
735
  #
618
736
  # @!attribute [rw] outpost_id
619
737
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
738
+ #
739
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
740
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
741
+ # Outposts Query API. To address backwards compatibility, the
742
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
743
+ # parameter name, you can make the request with an ARN.
744
+ #
745
+ # </note>
620
746
  # @return [String]
621
747
  #
622
748
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInput AWS API Documentation
@@ -638,6 +764,14 @@ module Aws::Outposts
638
764
  #
639
765
  # @!attribute [rw] outpost_id
640
766
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
767
+ #
768
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
769
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
770
+ # Outposts Query API. To address backwards compatibility, the
771
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
772
+ # parameter name, you can make the request with an ARN.
773
+ #
774
+ # </note>
641
775
  # @return [String]
642
776
  #
643
777
  # @!attribute [rw] next_token
@@ -668,6 +802,14 @@ module Aws::Outposts
668
802
  #
669
803
  # @!attribute [rw] outpost_id
670
804
  # The ID of the Outpost.
805
+ #
806
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
807
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
808
+ # Outposts Query API. To address backwards compatibility, the
809
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
810
+ # parameter name, you can make the request with an ARN.
811
+ #
812
+ # </note>
671
813
  # @return [String]
672
814
  #
673
815
  # @!attribute [rw] outpost_arn
@@ -707,6 +849,14 @@ module Aws::Outposts
707
849
  #
708
850
  # @!attribute [rw] site_id
709
851
  # The ID or the Amazon Resource Name (ARN) of the site.
852
+ #
853
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
854
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
855
+ # Outposts Query API. To address backwards compatibility, the
856
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
857
+ # parameter name, you can make the request with an ARN.
858
+ #
859
+ # </note>
710
860
  # @return [String]
711
861
  #
712
862
  # @!attribute [rw] address_type
@@ -753,6 +903,14 @@ module Aws::Outposts
753
903
  #
754
904
  # @!attribute [rw] site_id
755
905
  # The ID or the Amazon Resource Name (ARN) of the site.
906
+ #
907
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
908
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
909
+ # Outposts Query API. To address backwards compatibility, the
910
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
911
+ # parameter name, you can make the request with an ARN.
912
+ #
913
+ # </note>
756
914
  # @return [String]
757
915
  #
758
916
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteInput AWS API Documentation
@@ -1578,6 +1736,60 @@ module Aws::Outposts
1578
1736
  include Aws::Structure
1579
1737
  end
1580
1738
 
1739
+ # @note When making an API call, you may pass StartConnectionRequest
1740
+ # data as a hash:
1741
+ #
1742
+ # {
1743
+ # device_serial_number: "DeviceSerialNumber", # required
1744
+ # asset_id: "AssetId", # required
1745
+ # client_public_key: "WireGuardPublicKey", # required
1746
+ # network_interface_device_index: 1, # required
1747
+ # }
1748
+ #
1749
+ # @!attribute [rw] device_serial_number
1750
+ # The serial number of the dongle.
1751
+ # @return [String]
1752
+ #
1753
+ # @!attribute [rw] asset_id
1754
+ # The ID of the Outpost server.
1755
+ # @return [String]
1756
+ #
1757
+ # @!attribute [rw] client_public_key
1758
+ # The public key of the client.
1759
+ # @return [String]
1760
+ #
1761
+ # @!attribute [rw] network_interface_device_index
1762
+ # The device index of the network interface on the Outpost server.
1763
+ # @return [Integer]
1764
+ #
1765
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnectionRequest AWS API Documentation
1766
+ #
1767
+ class StartConnectionRequest < Struct.new(
1768
+ :device_serial_number,
1769
+ :asset_id,
1770
+ :client_public_key,
1771
+ :network_interface_device_index)
1772
+ SENSITIVE = []
1773
+ include Aws::Structure
1774
+ end
1775
+
1776
+ # @!attribute [rw] connection_id
1777
+ # The ID of the connection.
1778
+ # @return [String]
1779
+ #
1780
+ # @!attribute [rw] underlay_ip_address
1781
+ # The underlay IP address.
1782
+ # @return [String]
1783
+ #
1784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnectionResponse AWS API Documentation
1785
+ #
1786
+ class StartConnectionResponse < Struct.new(
1787
+ :connection_id,
1788
+ :underlay_ip_address)
1789
+ SENSITIVE = []
1790
+ include Aws::Structure
1791
+ end
1792
+
1581
1793
  # @note When making an API call, you may pass TagResourceRequest
1582
1794
  # data as a hash:
1583
1795
  #
@@ -1650,6 +1862,14 @@ module Aws::Outposts
1650
1862
  #
1651
1863
  # @!attribute [rw] outpost_id
1652
1864
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1865
+ #
1866
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
1867
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
1868
+ # Outposts Query API. To address backwards compatibility, the
1869
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
1870
+ # parameter name, you can make the request with an ARN.
1871
+ #
1872
+ # </note>
1653
1873
  # @return [String]
1654
1874
  #
1655
1875
  # @!attribute [rw] name
@@ -1710,6 +1930,14 @@ module Aws::Outposts
1710
1930
  #
1711
1931
  # @!attribute [rw] site_id
1712
1932
  # The ID or the Amazon Resource Name (ARN) of the site.
1933
+ #
1934
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
1935
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
1936
+ # Outposts Query API. To address backwards compatibility, the
1937
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
1938
+ # parameter name, you can make the request with an ARN.
1939
+ #
1940
+ # </note>
1713
1941
  # @return [String]
1714
1942
  #
1715
1943
  # @!attribute [rw] address_type
@@ -1759,6 +1987,14 @@ module Aws::Outposts
1759
1987
  #
1760
1988
  # @!attribute [rw] site_id
1761
1989
  # The ID or the Amazon Resource Name (ARN) of the site.
1990
+ #
1991
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
1992
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
1993
+ # Outposts Query API. To address backwards compatibility, the
1994
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
1995
+ # parameter name, you can make the request with an ARN.
1996
+ #
1997
+ # </note>
1762
1998
  # @return [String]
1763
1999
  #
1764
2000
  # @!attribute [rw] name
@@ -1814,6 +2050,14 @@ module Aws::Outposts
1814
2050
  #
1815
2051
  # @!attribute [rw] site_id
1816
2052
  # The ID or the Amazon Resource Name (ARN) of the site.
2053
+ #
2054
+ # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
2055
+ # Resource Name (ARN) or an ID for Outposts and sites throughout the
2056
+ # Outposts Query API. To address backwards compatibility, the
2057
+ # parameter names `OutpostID` or `SiteID` remain in use. Despite the
2058
+ # parameter name, you can make the request with an ARN.
2059
+ #
2060
+ # </note>
1817
2061
  # @return [String]
1818
2062
  #
1819
2063
  # @!attribute [rw] power_draw_kva
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-outposts/customizations'
48
48
  # @!group service
49
49
  module Aws::Outposts
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.34.0'
52
52
 
53
53
  end
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.31.0
4
+ version: 1.34.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core