aws-sdk-outposts 1.30.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +270 -15
- data/lib/aws-sdk-outposts/client_api.rb +121 -0
- data/lib/aws-sdk-outposts/types.rb +326 -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
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.33.0 (2022-06-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds API operations AWS uses to install Outpost servers.
|
8
|
+
|
9
|
+
1.32.0 (2022-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Outposts.
|
13
|
+
|
14
|
+
1.31.0 (2022-05-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.
|
18
|
+
|
4
19
|
1.30.0 (2022-03-11)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.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
|
@@ -776,11 +860,19 @@ module Aws::Outposts
|
|
776
860
|
req.send_request(options)
|
777
861
|
end
|
778
862
|
|
779
|
-
#
|
863
|
+
# Gets the instance types for the specified Outpost.
|
780
864
|
#
|
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
|
#
|
@@ -794,6 +886,8 @@ module Aws::Outposts
|
|
794
886
|
# * {Types::GetOutpostInstanceTypesOutput#outpost_id #outpost_id} => String
|
795
887
|
# * {Types::GetOutpostInstanceTypesOutput#outpost_arn #outpost_arn} => String
|
796
888
|
#
|
889
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
890
|
+
#
|
797
891
|
# @example Request syntax with placeholder values
|
798
892
|
#
|
799
893
|
# resp = client.get_outpost_instance_types({
|
@@ -824,6 +918,14 @@ module Aws::Outposts
|
|
824
918
|
# @option params [required, String] :site_id
|
825
919
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
826
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
|
+
#
|
827
929
|
# @return [Types::GetSiteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
828
930
|
#
|
829
931
|
# * {Types::GetSiteOutput#site #site} => Types::Site
|
@@ -871,6 +973,14 @@ module Aws::Outposts
|
|
871
973
|
# @option params [required, String] :site_id
|
872
974
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
873
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
|
+
#
|
874
984
|
# @option params [required, String] :address_type
|
875
985
|
# The type of the address you request.
|
876
986
|
#
|
@@ -912,9 +1022,64 @@ module Aws::Outposts
|
|
912
1022
|
req.send_request(options)
|
913
1023
|
end
|
914
1024
|
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
1025
|
+
# Lists the hardware assets in an Outpost. If you are using Dedicated
|
1026
|
+
# Hosts on Amazon Web Services Outposts, you can filter your request by
|
1027
|
+
# host ID to return a list of hardware assets that allocate resources
|
1028
|
+
# for Dedicated Hosts.
|
1029
|
+
#
|
1030
|
+
# @option params [required, String] :outpost_identifier
|
1031
|
+
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1032
|
+
#
|
1033
|
+
# @option params [Array<String>] :host_id_filter
|
1034
|
+
# A filter for the host ID of Dedicated Hosts on the Outpost.
|
1035
|
+
#
|
1036
|
+
# Filter values are case sensitive. If you specify multiple values for a
|
1037
|
+
# filter, the values are joined with an `OR`, and the request returns
|
1038
|
+
# all results that match any of the specified values.
|
1039
|
+
#
|
1040
|
+
# @option params [Integer] :max_results
|
1041
|
+
# The maximum page size.
|
1042
|
+
#
|
1043
|
+
# @option params [String] :next_token
|
1044
|
+
# The pagination token.
|
1045
|
+
#
|
1046
|
+
# @return [Types::ListAssetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1047
|
+
#
|
1048
|
+
# * {Types::ListAssetsOutput#assets #assets} => Array<Types::AssetInfo>
|
1049
|
+
# * {Types::ListAssetsOutput#next_token #next_token} => String
|
1050
|
+
#
|
1051
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1052
|
+
#
|
1053
|
+
# @example Request syntax with placeholder values
|
1054
|
+
#
|
1055
|
+
# resp = client.list_assets({
|
1056
|
+
# outpost_identifier: "OutpostIdentifier", # required
|
1057
|
+
# host_id_filter: ["HostId"],
|
1058
|
+
# max_results: 1,
|
1059
|
+
# next_token: "Token",
|
1060
|
+
# })
|
1061
|
+
#
|
1062
|
+
# @example Response structure
|
1063
|
+
#
|
1064
|
+
# resp.assets #=> Array
|
1065
|
+
# resp.assets[0].asset_id #=> String
|
1066
|
+
# resp.assets[0].rack_id #=> String
|
1067
|
+
# resp.assets[0].asset_type #=> String, one of "COMPUTE"
|
1068
|
+
# resp.assets[0].compute_attributes.host_id #=> String
|
1069
|
+
# resp.next_token #=> String
|
1070
|
+
#
|
1071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssets AWS API Documentation
|
1072
|
+
#
|
1073
|
+
# @overload list_assets(params = {})
|
1074
|
+
# @param [Hash] params ({})
|
1075
|
+
def list_assets(params = {}, options = {})
|
1076
|
+
req = build_request(:list_assets, params)
|
1077
|
+
req.send_request(options)
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
# Lists the items in the catalog. Add filters to your request to return
|
1081
|
+
# a more specific list of results. Use filters to match an item class,
|
1082
|
+
# storage option, or EC2 family.
|
918
1083
|
#
|
919
1084
|
# If you specify multiple filters, the filters are joined with an `AND`,
|
920
1085
|
# and the request returns only results that match all of the specified
|
@@ -990,9 +1155,9 @@ module Aws::Outposts
|
|
990
1155
|
req.send_request(options)
|
991
1156
|
end
|
992
1157
|
|
993
|
-
#
|
994
|
-
#
|
995
|
-
#
|
1158
|
+
# Lists the Outpost orders for your Amazon Web Services account. You can
|
1159
|
+
# filter your request by Outpost to return a more specific list of
|
1160
|
+
# results.
|
996
1161
|
#
|
997
1162
|
# @option params [String] :outpost_identifier_filter
|
998
1163
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
@@ -1040,9 +1205,9 @@ module Aws::Outposts
|
|
1040
1205
|
req.send_request(options)
|
1041
1206
|
end
|
1042
1207
|
|
1043
|
-
#
|
1044
|
-
#
|
1045
|
-
#
|
1208
|
+
# Lists the Outposts for your Amazon Web Services account. Add filters
|
1209
|
+
# to your request to return a more specific list of results. Use filters
|
1210
|
+
# to match an Outpost lifecycle status, Availability Zone
|
1046
1211
|
# (`us-east-1a`), and AZ ID (`use1-az1`).
|
1047
1212
|
#
|
1048
1213
|
# If you specify multiple filters, the filters are joined with an `AND`,
|
@@ -1120,10 +1285,10 @@ module Aws::Outposts
|
|
1120
1285
|
req.send_request(options)
|
1121
1286
|
end
|
1122
1287
|
|
1123
|
-
#
|
1124
|
-
#
|
1125
|
-
#
|
1126
|
-
#
|
1288
|
+
# Lists the Outpost sites for your Amazon Web Services account. Add
|
1289
|
+
# operating address filters to your request to return a more specific
|
1290
|
+
# list of results. Use filters to match site city, country code, or
|
1291
|
+
# state/region of the operating address.
|
1127
1292
|
#
|
1128
1293
|
# If you specify multiple filters, the filters are joined with an `AND`,
|
1129
1294
|
# and the request returns only results that match all of the specified
|
@@ -1236,6 +1401,64 @@ module Aws::Outposts
|
|
1236
1401
|
req.send_request(options)
|
1237
1402
|
end
|
1238
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
|
+
|
1239
1462
|
# Adds tags to the specified resource.
|
1240
1463
|
#
|
1241
1464
|
# @option params [required, String] :resource_arn
|
@@ -1295,6 +1518,14 @@ module Aws::Outposts
|
|
1295
1518
|
# @option params [required, String] :outpost_id
|
1296
1519
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1297
1520
|
#
|
1521
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
1522
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
1523
|
+
# Query API. To address backwards compatibility, the parameter names
|
1524
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
1525
|
+
# can make the request with an ARN.
|
1526
|
+
#
|
1527
|
+
# </note>
|
1528
|
+
#
|
1298
1529
|
# @option params [String] :name
|
1299
1530
|
# The name of the Outpost.
|
1300
1531
|
#
|
@@ -1347,6 +1578,14 @@ module Aws::Outposts
|
|
1347
1578
|
# @option params [required, String] :site_id
|
1348
1579
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1349
1580
|
#
|
1581
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
1582
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
1583
|
+
# Query API. To address backwards compatibility, the parameter names
|
1584
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
1585
|
+
# can make the request with an ARN.
|
1586
|
+
#
|
1587
|
+
# </note>
|
1588
|
+
#
|
1350
1589
|
# @option params [String] :name
|
1351
1590
|
# The name of the site.
|
1352
1591
|
#
|
@@ -1413,6 +1652,14 @@ module Aws::Outposts
|
|
1413
1652
|
# @option params [required, String] :site_id
|
1414
1653
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1415
1654
|
#
|
1655
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
1656
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
1657
|
+
# Query API. To address backwards compatibility, the parameter names
|
1658
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
1659
|
+
# can make the request with an ARN.
|
1660
|
+
#
|
1661
|
+
# </note>
|
1662
|
+
#
|
1416
1663
|
# @option params [required, String] :address_type
|
1417
1664
|
# The type of the address.
|
1418
1665
|
#
|
@@ -1483,6 +1730,14 @@ module Aws::Outposts
|
|
1483
1730
|
# @option params [required, String] :site_id
|
1484
1731
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1485
1732
|
#
|
1733
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
1734
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
1735
|
+
# Query API. To address backwards compatibility, the parameter names
|
1736
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
1737
|
+
# can make the request with an ARN.
|
1738
|
+
#
|
1739
|
+
# </note>
|
1740
|
+
#
|
1486
1741
|
# @option params [String] :power_draw_kva
|
1487
1742
|
# Specify in kVA the power draw available at the hardware placement
|
1488
1743
|
# position for the rack.
|
@@ -1641,7 +1896,7 @@ module Aws::Outposts
|
|
1641
1896
|
params: params,
|
1642
1897
|
config: config)
|
1643
1898
|
context[:gem_name] = 'aws-sdk-outposts'
|
1644
|
-
context[:gem_version] = '1.
|
1899
|
+
context[:gem_version] = '1.33.0'
|
1645
1900
|
Seahorse::Client::Request.new(handlers, context)
|
1646
1901
|
end
|
1647
1902
|
|
@@ -21,10 +21,16 @@ module Aws::Outposts
|
|
21
21
|
AddressLine3 = Shapes::StringShape.new(name: 'AddressLine3')
|
22
22
|
AddressType = Shapes::StringShape.new(name: 'AddressType')
|
23
23
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
24
|
+
AssetId = Shapes::StringShape.new(name: 'AssetId')
|
25
|
+
AssetInfo = Shapes::StructureShape.new(name: 'AssetInfo')
|
26
|
+
AssetListDefinition = Shapes::ListShape.new(name: 'AssetListDefinition')
|
27
|
+
AssetType = Shapes::StringShape.new(name: 'AssetType')
|
24
28
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
25
29
|
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
26
30
|
AvailabilityZoneIdList = Shapes::ListShape.new(name: 'AvailabilityZoneIdList')
|
27
31
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
32
|
+
CIDR = Shapes::StringShape.new(name: 'CIDR')
|
33
|
+
CIDRList = Shapes::ListShape.new(name: 'CIDRList')
|
28
34
|
CancelOrderInput = Shapes::StructureShape.new(name: 'CancelOrderInput')
|
29
35
|
CancelOrderOutput = Shapes::StructureShape.new(name: 'CancelOrderOutput')
|
30
36
|
CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
|
@@ -36,7 +42,10 @@ module Aws::Outposts
|
|
36
42
|
CatalogItemWeightLbs = Shapes::IntegerShape.new(name: 'CatalogItemWeightLbs')
|
37
43
|
City = Shapes::StringShape.new(name: 'City')
|
38
44
|
CityList = Shapes::ListShape.new(name: 'CityList')
|
45
|
+
ComputeAttributes = Shapes::StructureShape.new(name: 'ComputeAttributes')
|
39
46
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
47
|
+
ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
|
48
|
+
ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
|
40
49
|
ContactName = Shapes::StringShape.new(name: 'ContactName')
|
41
50
|
ContactPhoneNumber = Shapes::StringShape.new(name: 'ContactPhoneNumber')
|
42
51
|
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
@@ -51,6 +60,7 @@ module Aws::Outposts
|
|
51
60
|
DeleteOutpostOutput = Shapes::StructureShape.new(name: 'DeleteOutpostOutput')
|
52
61
|
DeleteSiteInput = Shapes::StructureShape.new(name: 'DeleteSiteInput')
|
53
62
|
DeleteSiteOutput = Shapes::StructureShape.new(name: 'DeleteSiteOutput')
|
63
|
+
DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
|
54
64
|
DistrictOrCounty = Shapes::StringShape.new(name: 'DistrictOrCounty')
|
55
65
|
EC2Capacity = Shapes::StructureShape.new(name: 'EC2Capacity')
|
56
66
|
EC2CapacityListDefinition = Shapes::ListShape.new(name: 'EC2CapacityListDefinition')
|
@@ -60,6 +70,8 @@ module Aws::Outposts
|
|
60
70
|
FiberOpticCableType = Shapes::StringShape.new(name: 'FiberOpticCableType')
|
61
71
|
GetCatalogItemInput = Shapes::StructureShape.new(name: 'GetCatalogItemInput')
|
62
72
|
GetCatalogItemOutput = Shapes::StructureShape.new(name: 'GetCatalogItemOutput')
|
73
|
+
GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
|
74
|
+
GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
|
63
75
|
GetOrderInput = Shapes::StructureShape.new(name: 'GetOrderInput')
|
64
76
|
GetOrderOutput = Shapes::StructureShape.new(name: 'GetOrderOutput')
|
65
77
|
GetOutpostInput = Shapes::StructureShape.new(name: 'GetOutpostInput')
|
@@ -70,6 +82,8 @@ module Aws::Outposts
|
|
70
82
|
GetSiteAddressOutput = Shapes::StructureShape.new(name: 'GetSiteAddressOutput')
|
71
83
|
GetSiteInput = Shapes::StructureShape.new(name: 'GetSiteInput')
|
72
84
|
GetSiteOutput = Shapes::StructureShape.new(name: 'GetSiteOutput')
|
85
|
+
HostId = Shapes::StringShape.new(name: 'HostId')
|
86
|
+
HostIdList = Shapes::ListShape.new(name: 'HostIdList')
|
73
87
|
ISO8601Timestamp = Shapes::TimestampShape.new(name: 'ISO8601Timestamp')
|
74
88
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
75
89
|
InstanceTypeItem = Shapes::StructureShape.new(name: 'InstanceTypeItem')
|
@@ -85,6 +99,8 @@ module Aws::Outposts
|
|
85
99
|
LineItemRequestListDefinition = Shapes::ListShape.new(name: 'LineItemRequestListDefinition')
|
86
100
|
LineItemStatus = Shapes::StringShape.new(name: 'LineItemStatus')
|
87
101
|
LineItemStatusCounts = Shapes::MapShape.new(name: 'LineItemStatusCounts')
|
102
|
+
ListAssetsInput = Shapes::StructureShape.new(name: 'ListAssetsInput')
|
103
|
+
ListAssetsOutput = Shapes::StructureShape.new(name: 'ListAssetsOutput')
|
88
104
|
ListCatalogItemsInput = Shapes::StructureShape.new(name: 'ListCatalogItemsInput')
|
89
105
|
ListCatalogItemsOutput = Shapes::StructureShape.new(name: 'ListCatalogItemsOutput')
|
90
106
|
ListOrdersInput = Shapes::StructureShape.new(name: 'ListOrdersInput')
|
@@ -99,6 +115,7 @@ module Aws::Outposts
|
|
99
115
|
MaxSize = Shapes::StringShape.new(name: 'MaxSize')
|
100
116
|
MaximumSupportedWeightLbs = Shapes::StringShape.new(name: 'MaximumSupportedWeightLbs')
|
101
117
|
Municipality = Shapes::StringShape.new(name: 'Municipality')
|
118
|
+
NetworkInterfaceDeviceIndex = Shapes::IntegerShape.new(name: 'NetworkInterfaceDeviceIndex')
|
102
119
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
103
120
|
OpticalStandard = Shapes::StringShape.new(name: 'OpticalStandard')
|
104
121
|
Order = Shapes::StructureShape.new(name: 'Order')
|
@@ -123,8 +140,10 @@ module Aws::Outposts
|
|
123
140
|
PowerFeedDrop = Shapes::StringShape.new(name: 'PowerFeedDrop')
|
124
141
|
PowerPhase = Shapes::StringShape.new(name: 'PowerPhase')
|
125
142
|
Quantity = Shapes::StringShape.new(name: 'Quantity')
|
143
|
+
RackId = Shapes::StringShape.new(name: 'RackId')
|
126
144
|
RackPhysicalProperties = Shapes::StructureShape.new(name: 'RackPhysicalProperties')
|
127
145
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
146
|
+
ServerEndpoint = Shapes::StringShape.new(name: 'ServerEndpoint')
|
128
147
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
129
148
|
Site = Shapes::StructureShape.new(name: 'Site')
|
130
149
|
SiteArn = Shapes::StringShape.new(name: 'SiteArn')
|
@@ -133,6 +152,8 @@ module Aws::Outposts
|
|
133
152
|
SiteName = Shapes::StringShape.new(name: 'SiteName')
|
134
153
|
SiteNotes = Shapes::StringShape.new(name: 'SiteNotes')
|
135
154
|
SkuCode = Shapes::StringShape.new(name: 'SkuCode')
|
155
|
+
StartConnectionRequest = Shapes::StructureShape.new(name: 'StartConnectionRequest')
|
156
|
+
StartConnectionResponse = Shapes::StructureShape.new(name: 'StartConnectionResponse')
|
136
157
|
StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
|
137
158
|
StateOrRegionList = Shapes::ListShape.new(name: 'StateOrRegionList')
|
138
159
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -148,6 +169,7 @@ module Aws::Outposts
|
|
148
169
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
149
170
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
150
171
|
Token = Shapes::StringShape.new(name: 'Token')
|
172
|
+
UnderlayIpAddress = Shapes::StringShape.new(name: 'UnderlayIpAddress')
|
151
173
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
152
174
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
153
175
|
UpdateOutpostInput = Shapes::StructureShape.new(name: 'UpdateOutpostInput')
|
@@ -161,6 +183,7 @@ module Aws::Outposts
|
|
161
183
|
UplinkCount = Shapes::StringShape.new(name: 'UplinkCount')
|
162
184
|
UplinkGbps = Shapes::StringShape.new(name: 'UplinkGbps')
|
163
185
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
186
|
+
WireGuardPublicKey = Shapes::StringShape.new(name: 'WireGuardPublicKey')
|
164
187
|
outpostListDefinition = Shapes::ListShape.new(name: 'outpostListDefinition')
|
165
188
|
siteListDefinition = Shapes::ListShape.new(name: 'siteListDefinition')
|
166
189
|
|
@@ -180,10 +203,20 @@ module Aws::Outposts
|
|
180
203
|
Address.add_member(:municipality, Shapes::ShapeRef.new(shape: Municipality, location_name: "Municipality"))
|
181
204
|
Address.struct_class = Types::Address
|
182
205
|
|
206
|
+
AssetInfo.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
|
207
|
+
AssetInfo.add_member(:rack_id, Shapes::ShapeRef.new(shape: RackId, location_name: "RackId"))
|
208
|
+
AssetInfo.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetType, location_name: "AssetType"))
|
209
|
+
AssetInfo.add_member(:compute_attributes, Shapes::ShapeRef.new(shape: ComputeAttributes, location_name: "ComputeAttributes"))
|
210
|
+
AssetInfo.struct_class = Types::AssetInfo
|
211
|
+
|
212
|
+
AssetListDefinition.member = Shapes::ShapeRef.new(shape: AssetInfo)
|
213
|
+
|
183
214
|
AvailabilityZoneIdList.member = Shapes::ShapeRef.new(shape: AvailabilityZoneId)
|
184
215
|
|
185
216
|
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
186
217
|
|
218
|
+
CIDRList.member = Shapes::ShapeRef.new(shape: CIDR)
|
219
|
+
|
187
220
|
CancelOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
|
188
221
|
CancelOrderInput.struct_class = Types::CancelOrderInput
|
189
222
|
|
@@ -204,11 +237,22 @@ module Aws::Outposts
|
|
204
237
|
|
205
238
|
CityList.member = Shapes::ShapeRef.new(shape: City)
|
206
239
|
|
240
|
+
ComputeAttributes.add_member(:host_id, Shapes::ShapeRef.new(shape: HostId, location_name: "HostId"))
|
241
|
+
ComputeAttributes.struct_class = Types::ComputeAttributes
|
242
|
+
|
207
243
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
208
244
|
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
209
245
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
210
246
|
ConflictException.struct_class = Types::ConflictException
|
211
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
|
+
|
212
256
|
CountryCodeList.member = Shapes::ShapeRef.new(shape: CountryCode)
|
213
257
|
|
214
258
|
CreateOrderInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location_name: "OutpostIdentifier"))
|
@@ -269,6 +313,13 @@ module Aws::Outposts
|
|
269
313
|
GetCatalogItemOutput.add_member(:catalog_item, Shapes::ShapeRef.new(shape: CatalogItem, location_name: "CatalogItem"))
|
270
314
|
GetCatalogItemOutput.struct_class = Types::GetCatalogItemOutput
|
271
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
|
+
|
272
323
|
GetOrderInput.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, required: true, location: "uri", location_name: "OrderId"))
|
273
324
|
GetOrderInput.struct_class = Types::GetOrderInput
|
274
325
|
|
@@ -307,6 +358,8 @@ module Aws::Outposts
|
|
307
358
|
GetSiteOutput.add_member(:site, Shapes::ShapeRef.new(shape: Site, location_name: "Site"))
|
308
359
|
GetSiteOutput.struct_class = Types::GetSiteOutput
|
309
360
|
|
361
|
+
HostIdList.member = Shapes::ShapeRef.new(shape: HostId)
|
362
|
+
|
310
363
|
InstanceTypeItem.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
311
364
|
InstanceTypeItem.struct_class = Types::InstanceTypeItem
|
312
365
|
|
@@ -334,6 +387,16 @@ module Aws::Outposts
|
|
334
387
|
LineItemStatusCounts.key = Shapes::ShapeRef.new(shape: LineItemStatus)
|
335
388
|
LineItemStatusCounts.value = Shapes::ShapeRef.new(shape: LineItemQuantity)
|
336
389
|
|
390
|
+
ListAssetsInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location: "uri", location_name: "OutpostId"))
|
391
|
+
ListAssetsInput.add_member(:host_id_filter, Shapes::ShapeRef.new(shape: HostIdList, location: "querystring", location_name: "HostIdFilter"))
|
392
|
+
ListAssetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
|
393
|
+
ListAssetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
|
394
|
+
ListAssetsInput.struct_class = Types::ListAssetsInput
|
395
|
+
|
396
|
+
ListAssetsOutput.add_member(:assets, Shapes::ShapeRef.new(shape: AssetListDefinition, location_name: "Assets"))
|
397
|
+
ListAssetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
398
|
+
ListAssetsOutput.struct_class = Types::ListAssetsOutput
|
399
|
+
|
337
400
|
ListCatalogItemsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
|
338
401
|
ListCatalogItemsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
|
339
402
|
ListCatalogItemsInput.add_member(:item_class_filter, Shapes::ShapeRef.new(shape: CatalogItemClassList, location: "querystring", location_name: "ItemClassFilter"))
|
@@ -446,6 +509,16 @@ module Aws::Outposts
|
|
446
509
|
Site.add_member(:rack_physical_properties, Shapes::ShapeRef.new(shape: RackPhysicalProperties, location_name: "RackPhysicalProperties"))
|
447
510
|
Site.struct_class = Types::Site
|
448
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
|
+
|
449
522
|
StateOrRegionList.member = Shapes::ShapeRef.new(shape: StateOrRegion)
|
450
523
|
|
451
524
|
SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
|
@@ -628,6 +701,18 @@ module Aws::Outposts
|
|
628
701
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
629
702
|
end)
|
630
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
|
+
|
631
716
|
api.add_operation(:get_order, Seahorse::Model::Operation.new.tap do |o|
|
632
717
|
o.name = "GetOrder"
|
633
718
|
o.http_method = "GET"
|
@@ -661,6 +746,12 @@ module Aws::Outposts
|
|
661
746
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
662
747
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
663
748
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
749
|
+
o[:pager] = Aws::Pager.new(
|
750
|
+
limit_key: "max_results",
|
751
|
+
tokens: {
|
752
|
+
"next_token" => "next_token"
|
753
|
+
}
|
754
|
+
)
|
664
755
|
end)
|
665
756
|
|
666
757
|
api.add_operation(:get_site, Seahorse::Model::Operation.new.tap do |o|
|
@@ -687,6 +778,24 @@ module Aws::Outposts
|
|
687
778
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
688
779
|
end)
|
689
780
|
|
781
|
+
api.add_operation(:list_assets, Seahorse::Model::Operation.new.tap do |o|
|
782
|
+
o.name = "ListAssets"
|
783
|
+
o.http_method = "GET"
|
784
|
+
o.http_request_uri = "/outposts/{OutpostId}/assets"
|
785
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssetsInput)
|
786
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssetsOutput)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
791
|
+
o[:pager] = Aws::Pager.new(
|
792
|
+
limit_key: "max_results",
|
793
|
+
tokens: {
|
794
|
+
"next_token" => "next_token"
|
795
|
+
}
|
796
|
+
)
|
797
|
+
end)
|
798
|
+
|
690
799
|
api.add_operation(:list_catalog_items, Seahorse::Model::Operation.new.tap do |o|
|
691
800
|
o.name = "ListCatalogItems"
|
692
801
|
o.http_method = "GET"
|
@@ -767,6 +876,18 @@ module Aws::Outposts
|
|
767
876
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
768
877
|
end)
|
769
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
|
+
|
770
891
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
771
892
|
o.name = "TagResource"
|
772
893
|
o.http_method = "POST"
|
@@ -104,6 +104,35 @@ module Aws::Outposts
|
|
104
104
|
include Aws::Structure
|
105
105
|
end
|
106
106
|
|
107
|
+
# Information about hardware assets.
|
108
|
+
#
|
109
|
+
# @!attribute [rw] asset_id
|
110
|
+
# The ID of the asset.
|
111
|
+
# @return [String]
|
112
|
+
#
|
113
|
+
# @!attribute [rw] rack_id
|
114
|
+
# The rack ID of the asset.
|
115
|
+
# @return [String]
|
116
|
+
#
|
117
|
+
# @!attribute [rw] asset_type
|
118
|
+
# The type of the asset.
|
119
|
+
# @return [String]
|
120
|
+
#
|
121
|
+
# @!attribute [rw] compute_attributes
|
122
|
+
# Information about compute hardware assets.
|
123
|
+
# @return [Types::ComputeAttributes]
|
124
|
+
#
|
125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/AssetInfo AWS API Documentation
|
126
|
+
#
|
127
|
+
class AssetInfo < Struct.new(
|
128
|
+
:asset_id,
|
129
|
+
:rack_id,
|
130
|
+
:asset_type,
|
131
|
+
:compute_attributes)
|
132
|
+
SENSITIVE = []
|
133
|
+
include Aws::Structure
|
134
|
+
end
|
135
|
+
|
107
136
|
# @note When making an API call, you may pass CancelOrderInput
|
108
137
|
# data as a hash:
|
109
138
|
#
|
@@ -172,6 +201,20 @@ module Aws::Outposts
|
|
172
201
|
include Aws::Structure
|
173
202
|
end
|
174
203
|
|
204
|
+
# Information about compute hardware assets.
|
205
|
+
#
|
206
|
+
# @!attribute [rw] host_id
|
207
|
+
# The host ID of any Dedicated Hosts on the asset.
|
208
|
+
# @return [String]
|
209
|
+
#
|
210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ComputeAttributes AWS API Documentation
|
211
|
+
#
|
212
|
+
class ComputeAttributes < Struct.new(
|
213
|
+
:host_id)
|
214
|
+
SENSITIVE = []
|
215
|
+
include Aws::Structure
|
216
|
+
end
|
217
|
+
|
175
218
|
# Updating or deleting this resource can cause an inconsistent state.
|
176
219
|
#
|
177
220
|
# @!attribute [rw] message
|
@@ -195,6 +238,45 @@ module Aws::Outposts
|
|
195
238
|
include Aws::Structure
|
196
239
|
end
|
197
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
|
+
|
198
280
|
# @note When making an API call, you may pass CreateOrderInput
|
199
281
|
# data as a hash:
|
200
282
|
#
|
@@ -274,6 +356,14 @@ module Aws::Outposts
|
|
274
356
|
#
|
275
357
|
# @!attribute [rw] site_id
|
276
358
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
359
|
+
#
|
360
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
361
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
362
|
+
# Outposts Query API. To address backwards compatibility, the
|
363
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
364
|
+
# parameter name, you can make the request with an ARN.
|
365
|
+
#
|
366
|
+
# </note>
|
277
367
|
# @return [String]
|
278
368
|
#
|
279
369
|
# @!attribute [rw] availability_zone
|
@@ -442,6 +532,14 @@ module Aws::Outposts
|
|
442
532
|
#
|
443
533
|
# @!attribute [rw] outpost_id
|
444
534
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
535
|
+
#
|
536
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
537
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
538
|
+
# Outposts Query API. To address backwards compatibility, the
|
539
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
540
|
+
# parameter name, you can make the request with an ARN.
|
541
|
+
#
|
542
|
+
# </note>
|
445
543
|
# @return [String]
|
446
544
|
#
|
447
545
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpostInput AWS API Documentation
|
@@ -465,6 +563,14 @@ module Aws::Outposts
|
|
465
563
|
#
|
466
564
|
# @!attribute [rw] site_id
|
467
565
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
566
|
+
#
|
567
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
568
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
569
|
+
# Outposts Query API. To address backwards compatibility, the
|
570
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
571
|
+
# parameter name, you can make the request with an ARN.
|
572
|
+
#
|
573
|
+
# </note>
|
468
574
|
# @return [String]
|
469
575
|
#
|
470
576
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSiteInput AWS API Documentation
|
@@ -534,6 +640,42 @@ module Aws::Outposts
|
|
534
640
|
include Aws::Structure
|
535
641
|
end
|
536
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
|
+
|
537
679
|
# @note When making an API call, you may pass GetOrderInput
|
538
680
|
# data as a hash:
|
539
681
|
#
|
@@ -574,6 +716,14 @@ module Aws::Outposts
|
|
574
716
|
#
|
575
717
|
# @!attribute [rw] outpost_id
|
576
718
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
719
|
+
#
|
720
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
721
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
722
|
+
# Outposts Query API. To address backwards compatibility, the
|
723
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
724
|
+
# parameter name, you can make the request with an ARN.
|
725
|
+
#
|
726
|
+
# </note>
|
577
727
|
# @return [String]
|
578
728
|
#
|
579
729
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInput AWS API Documentation
|
@@ -595,6 +745,14 @@ module Aws::Outposts
|
|
595
745
|
#
|
596
746
|
# @!attribute [rw] outpost_id
|
597
747
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
748
|
+
#
|
749
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
750
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
751
|
+
# Outposts Query API. To address backwards compatibility, the
|
752
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
753
|
+
# parameter name, you can make the request with an ARN.
|
754
|
+
#
|
755
|
+
# </note>
|
598
756
|
# @return [String]
|
599
757
|
#
|
600
758
|
# @!attribute [rw] next_token
|
@@ -625,6 +783,14 @@ module Aws::Outposts
|
|
625
783
|
#
|
626
784
|
# @!attribute [rw] outpost_id
|
627
785
|
# The ID of the Outpost.
|
786
|
+
#
|
787
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
788
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
789
|
+
# Outposts Query API. To address backwards compatibility, the
|
790
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
791
|
+
# parameter name, you can make the request with an ARN.
|
792
|
+
#
|
793
|
+
# </note>
|
628
794
|
# @return [String]
|
629
795
|
#
|
630
796
|
# @!attribute [rw] outpost_arn
|
@@ -664,6 +830,14 @@ module Aws::Outposts
|
|
664
830
|
#
|
665
831
|
# @!attribute [rw] site_id
|
666
832
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
833
|
+
#
|
834
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
835
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
836
|
+
# Outposts Query API. To address backwards compatibility, the
|
837
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
838
|
+
# parameter name, you can make the request with an ARN.
|
839
|
+
#
|
840
|
+
# </note>
|
667
841
|
# @return [String]
|
668
842
|
#
|
669
843
|
# @!attribute [rw] address_type
|
@@ -710,6 +884,14 @@ module Aws::Outposts
|
|
710
884
|
#
|
711
885
|
# @!attribute [rw] site_id
|
712
886
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
887
|
+
#
|
888
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
889
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
890
|
+
# Outposts Query API. To address backwards compatibility, the
|
891
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
892
|
+
# parameter name, you can make the request with an ARN.
|
893
|
+
#
|
894
|
+
# </note>
|
713
895
|
# @return [String]
|
714
896
|
#
|
715
897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteInput AWS API Documentation
|
@@ -815,6 +997,64 @@ module Aws::Outposts
|
|
815
997
|
include Aws::Structure
|
816
998
|
end
|
817
999
|
|
1000
|
+
# @note When making an API call, you may pass ListAssetsInput
|
1001
|
+
# data as a hash:
|
1002
|
+
#
|
1003
|
+
# {
|
1004
|
+
# outpost_identifier: "OutpostIdentifier", # required
|
1005
|
+
# host_id_filter: ["HostId"],
|
1006
|
+
# max_results: 1,
|
1007
|
+
# next_token: "Token",
|
1008
|
+
# }
|
1009
|
+
#
|
1010
|
+
# @!attribute [rw] outpost_identifier
|
1011
|
+
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1012
|
+
# @return [String]
|
1013
|
+
#
|
1014
|
+
# @!attribute [rw] host_id_filter
|
1015
|
+
# A filter for the host ID of Dedicated Hosts on the Outpost.
|
1016
|
+
#
|
1017
|
+
# Filter values are case sensitive. If you specify multiple values for
|
1018
|
+
# a filter, the values are joined with an `OR`, and the request
|
1019
|
+
# returns all results that match any of the specified values.
|
1020
|
+
# @return [Array<String>]
|
1021
|
+
#
|
1022
|
+
# @!attribute [rw] max_results
|
1023
|
+
# The maximum page size.
|
1024
|
+
# @return [Integer]
|
1025
|
+
#
|
1026
|
+
# @!attribute [rw] next_token
|
1027
|
+
# The pagination token.
|
1028
|
+
# @return [String]
|
1029
|
+
#
|
1030
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssetsInput AWS API Documentation
|
1031
|
+
#
|
1032
|
+
class ListAssetsInput < Struct.new(
|
1033
|
+
:outpost_identifier,
|
1034
|
+
:host_id_filter,
|
1035
|
+
:max_results,
|
1036
|
+
:next_token)
|
1037
|
+
SENSITIVE = []
|
1038
|
+
include Aws::Structure
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
# @!attribute [rw] assets
|
1042
|
+
# Information about hardware assets.
|
1043
|
+
# @return [Array<Types::AssetInfo>]
|
1044
|
+
#
|
1045
|
+
# @!attribute [rw] next_token
|
1046
|
+
# The pagination token.
|
1047
|
+
# @return [String]
|
1048
|
+
#
|
1049
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssetsOutput AWS API Documentation
|
1050
|
+
#
|
1051
|
+
class ListAssetsOutput < Struct.new(
|
1052
|
+
:assets,
|
1053
|
+
:next_token)
|
1054
|
+
SENSITIVE = []
|
1055
|
+
include Aws::Structure
|
1056
|
+
end
|
1057
|
+
|
818
1058
|
# @note When making an API call, you may pass ListCatalogItemsInput
|
819
1059
|
# data as a hash:
|
820
1060
|
#
|
@@ -1477,6 +1717,60 @@ module Aws::Outposts
|
|
1477
1717
|
include Aws::Structure
|
1478
1718
|
end
|
1479
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
|
+
|
1480
1774
|
# @note When making an API call, you may pass TagResourceRequest
|
1481
1775
|
# data as a hash:
|
1482
1776
|
#
|
@@ -1549,6 +1843,14 @@ module Aws::Outposts
|
|
1549
1843
|
#
|
1550
1844
|
# @!attribute [rw] outpost_id
|
1551
1845
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1846
|
+
#
|
1847
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
1848
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
1849
|
+
# Outposts Query API. To address backwards compatibility, the
|
1850
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
1851
|
+
# parameter name, you can make the request with an ARN.
|
1852
|
+
#
|
1853
|
+
# </note>
|
1552
1854
|
# @return [String]
|
1553
1855
|
#
|
1554
1856
|
# @!attribute [rw] name
|
@@ -1609,6 +1911,14 @@ module Aws::Outposts
|
|
1609
1911
|
#
|
1610
1912
|
# @!attribute [rw] site_id
|
1611
1913
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1914
|
+
#
|
1915
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
1916
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
1917
|
+
# Outposts Query API. To address backwards compatibility, the
|
1918
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
1919
|
+
# parameter name, you can make the request with an ARN.
|
1920
|
+
#
|
1921
|
+
# </note>
|
1612
1922
|
# @return [String]
|
1613
1923
|
#
|
1614
1924
|
# @!attribute [rw] address_type
|
@@ -1658,6 +1968,14 @@ module Aws::Outposts
|
|
1658
1968
|
#
|
1659
1969
|
# @!attribute [rw] site_id
|
1660
1970
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1971
|
+
#
|
1972
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
1973
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
1974
|
+
# Outposts Query API. To address backwards compatibility, the
|
1975
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
1976
|
+
# parameter name, you can make the request with an ARN.
|
1977
|
+
#
|
1978
|
+
# </note>
|
1661
1979
|
# @return [String]
|
1662
1980
|
#
|
1663
1981
|
# @!attribute [rw] name
|
@@ -1713,6 +2031,14 @@ module Aws::Outposts
|
|
1713
2031
|
#
|
1714
2032
|
# @!attribute [rw] site_id
|
1715
2033
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
2034
|
+
#
|
2035
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
2036
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
2037
|
+
# Outposts Query API. To address backwards compatibility, the
|
2038
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
2039
|
+
# parameter name, you can make the request with an ARN.
|
2040
|
+
#
|
2041
|
+
# </note>
|
1716
2042
|
# @return [String]
|
1717
2043
|
#
|
1718
2044
|
# @!attribute [rw] power_draw_kva
|
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
|