aws-sdk-outposts 1.34.0 → 1.36.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +89 -200
- data/lib/aws-sdk-outposts/client_api.rb +28 -0
- data/lib/aws-sdk-outposts/types.rb +115 -179
- 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: 7b3088aa20696c92ec4e3ffe5a02034e491a7ff55b06240bda2298ac491ee5e0
|
4
|
+
data.tar.gz: eb8a111a994e1a08491990e9e414a2dd7d33737d1f52e09a3fc74d79d5757a7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df40899722bd3b1231ddfc8b61033a88f838396ee8cb905b477661a4e82041862cc79d84704ca003c531394141151cf5ba23970acf05430dda2a60d7ccbb1658
|
7
|
+
data.tar.gz: 42cd3800cc8c33728ee8488f0adc77265e7f8010100930425a644cc4df0d6d7b8a68bd246fb601ad0e753f00124ae0523c39d9a7d1dbd2c3b77f2f8147496534
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.36.0 (2022-10-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the Asset state information to the ListAssets response. The ListAssets request supports filtering on Asset state.
|
8
|
+
|
9
|
+
1.35.0 (2022-07-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.
|
13
|
+
|
4
14
|
1.34.0 (2022-06-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -351,10 +351,10 @@ module Aws::Outposts
|
|
351
351
|
|
352
352
|
# @!group API Operations
|
353
353
|
|
354
|
-
# Cancels
|
354
|
+
# Cancels the specified order for an Outpost.
|
355
355
|
#
|
356
356
|
# @option params [required, String] :order_id
|
357
|
-
# The ID of the order
|
357
|
+
# The ID of the order.
|
358
358
|
#
|
359
359
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
360
360
|
#
|
@@ -382,10 +382,10 @@ module Aws::Outposts
|
|
382
382
|
# The line items that make up the order.
|
383
383
|
#
|
384
384
|
# @option params [required, String] :payment_option
|
385
|
-
# The payment option
|
385
|
+
# The payment option.
|
386
386
|
#
|
387
387
|
# @option params [String] :payment_term
|
388
|
-
# The payment terms
|
388
|
+
# The payment terms.
|
389
389
|
#
|
390
390
|
# @return [Types::CreateOrderOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
391
391
|
#
|
@@ -402,7 +402,7 @@ module Aws::Outposts
|
|
402
402
|
# },
|
403
403
|
# ],
|
404
404
|
# payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
|
405
|
-
# payment_term: "THREE_YEARS", # accepts THREE_YEARS
|
405
|
+
# payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR
|
406
406
|
# })
|
407
407
|
#
|
408
408
|
# @example Response structure
|
@@ -415,6 +415,12 @@ module Aws::Outposts
|
|
415
415
|
# resp.order.line_items[0].line_item_id #=> String
|
416
416
|
# resp.order.line_items[0].quantity #=> Integer
|
417
417
|
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED"
|
418
|
+
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
419
|
+
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
420
|
+
# resp.order.line_items[0].asset_information_list #=> Array
|
421
|
+
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
422
|
+
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
423
|
+
# resp.order.line_items[0].asset_information_list[0].mac_address_list[0] #=> String
|
418
424
|
# resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
|
419
425
|
# resp.order.order_submission_date #=> Time
|
420
426
|
# resp.order.order_fulfilled_date #=> Time
|
@@ -430,7 +436,7 @@ module Aws::Outposts
|
|
430
436
|
|
431
437
|
# Creates an Outpost.
|
432
438
|
#
|
433
|
-
# You can specify
|
439
|
+
# You can specify either an Availability one or an AZ ID.
|
434
440
|
#
|
435
441
|
# @option params [required, String] :name
|
436
442
|
# The name of the Outpost.
|
@@ -441,14 +447,6 @@ module Aws::Outposts
|
|
441
447
|
# @option params [required, String] :site_id
|
442
448
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
443
449
|
#
|
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
|
-
#
|
452
450
|
# @option params [String] :availability_zone
|
453
451
|
# The Availability Zone.
|
454
452
|
#
|
@@ -623,19 +621,11 @@ module Aws::Outposts
|
|
623
621
|
req.send_request(options)
|
624
622
|
end
|
625
623
|
|
626
|
-
# Deletes the Outpost.
|
624
|
+
# Deletes the specified Outpost.
|
627
625
|
#
|
628
626
|
# @option params [required, String] :outpost_id
|
629
627
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
630
628
|
#
|
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
|
-
#
|
639
629
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
640
630
|
#
|
641
631
|
# @example Request syntax with placeholder values
|
@@ -653,19 +643,11 @@ module Aws::Outposts
|
|
653
643
|
req.send_request(options)
|
654
644
|
end
|
655
645
|
|
656
|
-
# Deletes the site.
|
646
|
+
# Deletes the specified site.
|
657
647
|
#
|
658
648
|
# @option params [required, String] :site_id
|
659
649
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
660
650
|
#
|
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
|
-
#
|
669
651
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
670
652
|
#
|
671
653
|
# @example Request syntax with placeholder values
|
@@ -683,7 +665,7 @@ module Aws::Outposts
|
|
683
665
|
req.send_request(options)
|
684
666
|
end
|
685
667
|
|
686
|
-
# Gets information about
|
668
|
+
# Gets information about the specified catalog item.
|
687
669
|
#
|
688
670
|
# @option params [required, String] :catalog_item_id
|
689
671
|
# The ID of the catalog item.
|
@@ -726,7 +708,7 @@ module Aws::Outposts
|
|
726
708
|
#
|
727
709
|
# </note>
|
728
710
|
#
|
729
|
-
# Gets information about
|
711
|
+
# Gets information about the specified connection.
|
730
712
|
#
|
731
713
|
# Use CloudTrail to monitor this action or Amazon Web Services managed
|
732
714
|
# policy for Amazon Web Services Outposts to secure it. For more
|
@@ -741,7 +723,7 @@ module Aws::Outposts
|
|
741
723
|
# [2]: https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html
|
742
724
|
#
|
743
725
|
# @option params [required, String] :connection_id
|
744
|
-
# The ID of the connection
|
726
|
+
# The ID of the connection.
|
745
727
|
#
|
746
728
|
# @return [Types::GetConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
747
729
|
#
|
@@ -774,7 +756,7 @@ module Aws::Outposts
|
|
774
756
|
req.send_request(options)
|
775
757
|
end
|
776
758
|
|
777
|
-
# Gets
|
759
|
+
# Gets information about the specified order.
|
778
760
|
#
|
779
761
|
# @option params [required, String] :order_id
|
780
762
|
# The ID of the order.
|
@@ -799,6 +781,12 @@ module Aws::Outposts
|
|
799
781
|
# resp.order.line_items[0].line_item_id #=> String
|
800
782
|
# resp.order.line_items[0].quantity #=> Integer
|
801
783
|
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED"
|
784
|
+
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
785
|
+
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
786
|
+
# resp.order.line_items[0].asset_information_list #=> Array
|
787
|
+
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
788
|
+
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
789
|
+
# resp.order.line_items[0].asset_information_list[0].mac_address_list[0] #=> String
|
802
790
|
# resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
|
803
791
|
# resp.order.order_submission_date #=> Time
|
804
792
|
# resp.order.order_fulfilled_date #=> Time
|
@@ -817,14 +805,6 @@ module Aws::Outposts
|
|
817
805
|
# @option params [required, String] :outpost_id
|
818
806
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
819
807
|
#
|
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
|
-
#
|
828
808
|
# @return [Types::GetOutpostOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
829
809
|
#
|
830
810
|
# * {Types::GetOutpostOutput#outpost #outpost} => Types::Outpost
|
@@ -865,14 +845,6 @@ module Aws::Outposts
|
|
865
845
|
# @option params [required, String] :outpost_id
|
866
846
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
867
847
|
#
|
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
|
-
#
|
876
848
|
# @option params [String] :next_token
|
877
849
|
# The pagination token.
|
878
850
|
#
|
@@ -918,14 +890,6 @@ module Aws::Outposts
|
|
918
890
|
# @option params [required, String] :site_id
|
919
891
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
920
892
|
#
|
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
|
-
#
|
929
893
|
# @return [Types::GetSiteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
930
894
|
#
|
931
895
|
# * {Types::GetSiteOutput#site #site} => Types::Site
|
@@ -968,19 +932,11 @@ module Aws::Outposts
|
|
968
932
|
req.send_request(options)
|
969
933
|
end
|
970
934
|
|
971
|
-
# Gets the site address.
|
935
|
+
# Gets the site address of the specified site.
|
972
936
|
#
|
973
937
|
# @option params [required, String] :site_id
|
974
938
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
975
939
|
#
|
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
|
-
#
|
984
940
|
# @option params [required, String] :address_type
|
985
941
|
# The type of the address you request.
|
986
942
|
#
|
@@ -1022,20 +978,19 @@ module Aws::Outposts
|
|
1022
978
|
req.send_request(options)
|
1023
979
|
end
|
1024
980
|
|
1025
|
-
# Lists the hardware assets
|
1026
|
-
#
|
1027
|
-
#
|
1028
|
-
#
|
981
|
+
# Lists the hardware assets for the specified Outpost.
|
982
|
+
#
|
983
|
+
# Use filters to return specific results. If you specify multiple
|
984
|
+
# filters, the results include only the resources that match all of the
|
985
|
+
# specified filters. For a filter where you can specify multiple values,
|
986
|
+
# the results include items that match any of the values that you
|
987
|
+
# specify for the filter.
|
1029
988
|
#
|
1030
989
|
# @option params [required, String] :outpost_identifier
|
1031
990
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1032
991
|
#
|
1033
992
|
# @option params [Array<String>] :host_id_filter
|
1034
|
-
#
|
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.
|
993
|
+
# Filters the results by the host ID of a Dedicated Host.
|
1039
994
|
#
|
1040
995
|
# @option params [Integer] :max_results
|
1041
996
|
# The maximum page size.
|
@@ -1043,6 +998,9 @@ module Aws::Outposts
|
|
1043
998
|
# @option params [String] :next_token
|
1044
999
|
# The pagination token.
|
1045
1000
|
#
|
1001
|
+
# @option params [Array<String>] :status_filter
|
1002
|
+
# Filters the results by state.
|
1003
|
+
#
|
1046
1004
|
# @return [Types::ListAssetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1047
1005
|
#
|
1048
1006
|
# * {Types::ListAssetsOutput#assets #assets} => Array<Types::AssetInfo>
|
@@ -1057,6 +1015,7 @@ module Aws::Outposts
|
|
1057
1015
|
# host_id_filter: ["HostId"],
|
1058
1016
|
# max_results: 1,
|
1059
1017
|
# next_token: "Token",
|
1018
|
+
# status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
|
1060
1019
|
# })
|
1061
1020
|
#
|
1062
1021
|
# @example Response structure
|
@@ -1066,6 +1025,7 @@ module Aws::Outposts
|
|
1066
1025
|
# resp.assets[0].rack_id #=> String
|
1067
1026
|
# resp.assets[0].asset_type #=> String, one of "COMPUTE"
|
1068
1027
|
# resp.assets[0].compute_attributes.host_id #=> String
|
1028
|
+
# resp.assets[0].compute_attributes.state #=> String, one of "ACTIVE", "ISOLATED", "RETIRING"
|
1069
1029
|
# resp.assets[0].asset_location.rack_elevation #=> Float
|
1070
1030
|
# resp.next_token #=> String
|
1071
1031
|
#
|
@@ -1078,13 +1038,13 @@ module Aws::Outposts
|
|
1078
1038
|
req.send_request(options)
|
1079
1039
|
end
|
1080
1040
|
|
1081
|
-
# Lists the items in the catalog.
|
1082
|
-
# a more specific list of results. Use filters to match an item class,
|
1083
|
-
# storage option, or EC2 family.
|
1041
|
+
# Lists the items in the catalog.
|
1084
1042
|
#
|
1085
|
-
#
|
1086
|
-
#
|
1087
|
-
# filters.
|
1043
|
+
# Use filters to return specific results. If you specify multiple
|
1044
|
+
# filters, the results include only the resources that match all of the
|
1045
|
+
# specified filters. For a filter where you can specify multiple values,
|
1046
|
+
# the results include items that match any of the values that you
|
1047
|
+
# specify for the filter.
|
1088
1048
|
#
|
1089
1049
|
# @option params [String] :next_token
|
1090
1050
|
# The pagination token.
|
@@ -1093,25 +1053,13 @@ module Aws::Outposts
|
|
1093
1053
|
# The maximum page size.
|
1094
1054
|
#
|
1095
1055
|
# @option params [Array<String>] :item_class_filter
|
1096
|
-
#
|
1097
|
-
#
|
1098
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1099
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1100
|
-
# all results that match any of the specified values.
|
1056
|
+
# Filters the results by item class.
|
1101
1057
|
#
|
1102
1058
|
# @option params [Array<String>] :supported_storage_filter
|
1103
|
-
#
|
1104
|
-
#
|
1105
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1106
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1107
|
-
# all results that match any of the specified values.
|
1059
|
+
# Filters the results by storage option.
|
1108
1060
|
#
|
1109
1061
|
# @option params [Array<String>] :ec2_family_filter
|
1110
|
-
#
|
1111
|
-
#
|
1112
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1113
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1114
|
-
# all results that match any of the specified values.
|
1062
|
+
# Filters the results by EC2 family (for example, M5).
|
1115
1063
|
#
|
1116
1064
|
# @return [Types::ListCatalogItemsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1117
1065
|
#
|
@@ -1156,9 +1104,7 @@ module Aws::Outposts
|
|
1156
1104
|
req.send_request(options)
|
1157
1105
|
end
|
1158
1106
|
|
1159
|
-
# Lists the Outpost orders for your Amazon Web Services account.
|
1160
|
-
# filter your request by Outpost to return a more specific list of
|
1161
|
-
# results.
|
1107
|
+
# Lists the Outpost orders for your Amazon Web Services account.
|
1162
1108
|
#
|
1163
1109
|
# @option params [String] :outpost_identifier_filter
|
1164
1110
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
@@ -1206,14 +1152,13 @@ module Aws::Outposts
|
|
1206
1152
|
req.send_request(options)
|
1207
1153
|
end
|
1208
1154
|
|
1209
|
-
# Lists the Outposts for your Amazon Web Services account.
|
1210
|
-
# to your request to return a more specific list of results. Use filters
|
1211
|
-
# to match an Outpost lifecycle status, Availability Zone
|
1212
|
-
# (`us-east-1a`), and AZ ID (`use1-az1`).
|
1155
|
+
# Lists the Outposts for your Amazon Web Services account.
|
1213
1156
|
#
|
1214
|
-
#
|
1215
|
-
#
|
1216
|
-
# filters.
|
1157
|
+
# Use filters to return specific results. If you specify multiple
|
1158
|
+
# filters, the results include only the resources that match all of the
|
1159
|
+
# specified filters. For a filter where you can specify multiple values,
|
1160
|
+
# the results include items that match any of the values that you
|
1161
|
+
# specify for the filter.
|
1217
1162
|
#
|
1218
1163
|
# @option params [String] :next_token
|
1219
1164
|
# The pagination token.
|
@@ -1222,25 +1167,13 @@ module Aws::Outposts
|
|
1222
1167
|
# The maximum page size.
|
1223
1168
|
#
|
1224
1169
|
# @option params [Array<String>] :life_cycle_status_filter
|
1225
|
-
#
|
1226
|
-
#
|
1227
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1228
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1229
|
-
# all results that match any of the specified values.
|
1170
|
+
# Filters the results by the lifecycle status.
|
1230
1171
|
#
|
1231
1172
|
# @option params [Array<String>] :availability_zone_filter
|
1232
|
-
#
|
1233
|
-
#
|
1234
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1235
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1236
|
-
# all results that match any of the specified values.
|
1173
|
+
# Filters the results by Availability Zone (for example, `us-east-1a`).
|
1237
1174
|
#
|
1238
1175
|
# @option params [Array<String>] :availability_zone_id_filter
|
1239
|
-
#
|
1240
|
-
#
|
1241
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1242
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1243
|
-
# all results that match any of the specified values.
|
1176
|
+
# Filters the results by AZ ID (for example, `use1-az1`).
|
1244
1177
|
#
|
1245
1178
|
# @return [Types::ListOutpostsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1246
1179
|
#
|
@@ -1286,14 +1219,14 @@ module Aws::Outposts
|
|
1286
1219
|
req.send_request(options)
|
1287
1220
|
end
|
1288
1221
|
|
1289
|
-
# Lists the Outpost sites for your Amazon Web Services account.
|
1290
|
-
#
|
1291
|
-
# list of results. Use filters to match site city, country code, or
|
1292
|
-
# state/region of the operating address.
|
1222
|
+
# Lists the Outpost sites for your Amazon Web Services account. Use
|
1223
|
+
# filters to return specific results.
|
1293
1224
|
#
|
1294
|
-
#
|
1295
|
-
#
|
1296
|
-
# filters.
|
1225
|
+
# Use filters to return specific results. If you specify multiple
|
1226
|
+
# filters, the results include only the resources that match all of the
|
1227
|
+
# specified filters. For a filter where you can specify multiple values,
|
1228
|
+
# the results include items that match any of the values that you
|
1229
|
+
# specify for the filter.
|
1297
1230
|
#
|
1298
1231
|
# @option params [String] :next_token
|
1299
1232
|
# The pagination token.
|
@@ -1302,25 +1235,13 @@ module Aws::Outposts
|
|
1302
1235
|
# The maximum page size.
|
1303
1236
|
#
|
1304
1237
|
# @option params [Array<String>] :operating_address_country_code_filter
|
1305
|
-
#
|
1306
|
-
#
|
1307
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1308
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1309
|
-
# all results that match any of the specified values.
|
1238
|
+
# Filters the results by country code.
|
1310
1239
|
#
|
1311
1240
|
# @option params [Array<String>] :operating_address_state_or_region_filter
|
1312
|
-
#
|
1313
|
-
#
|
1314
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1315
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1316
|
-
# all results that match any of the specified values.
|
1241
|
+
# Filters the results by state or region.
|
1317
1242
|
#
|
1318
1243
|
# @option params [Array<String>] :operating_address_city_filter
|
1319
|
-
#
|
1320
|
-
#
|
1321
|
-
# Filter values are case sensitive. If you specify multiple values for a
|
1322
|
-
# filter, the values are joined with an `OR`, and the request returns
|
1323
|
-
# all results that match any of the specified values.
|
1244
|
+
# Filters the results by city.
|
1324
1245
|
#
|
1325
1246
|
# @return [Types::ListSitesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1326
1247
|
#
|
@@ -1519,14 +1440,6 @@ module Aws::Outposts
|
|
1519
1440
|
# @option params [required, String] :outpost_id
|
1520
1441
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1521
1442
|
#
|
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
|
-
#
|
1530
1443
|
# @option params [String] :name
|
1531
1444
|
# The name of the Outpost.
|
1532
1445
|
#
|
@@ -1574,19 +1487,11 @@ module Aws::Outposts
|
|
1574
1487
|
req.send_request(options)
|
1575
1488
|
end
|
1576
1489
|
|
1577
|
-
# Updates the site.
|
1490
|
+
# Updates the specified site.
|
1578
1491
|
#
|
1579
1492
|
# @option params [required, String] :site_id
|
1580
1493
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1581
1494
|
#
|
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
|
-
#
|
1590
1495
|
# @option params [String] :name
|
1591
1496
|
# The name of the site.
|
1592
1497
|
#
|
@@ -1641,10 +1546,10 @@ module Aws::Outposts
|
|
1641
1546
|
req.send_request(options)
|
1642
1547
|
end
|
1643
1548
|
|
1644
|
-
# Updates the site
|
1549
|
+
# Updates the address of the specified site.
|
1645
1550
|
#
|
1646
|
-
#
|
1647
|
-
# for the order to complete or cancel the order.
|
1551
|
+
# You can't update a site address if there is an order in progress. You
|
1552
|
+
# must wait for the order to complete or cancel the order.
|
1648
1553
|
#
|
1649
1554
|
# You can update the operating address before you place an order at the
|
1650
1555
|
# site, or after all Outposts that belong to the site have been
|
@@ -1653,14 +1558,6 @@ module Aws::Outposts
|
|
1653
1558
|
# @option params [required, String] :site_id
|
1654
1559
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1655
1560
|
#
|
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
|
-
#
|
1664
1561
|
# @option params [required, String] :address_type
|
1665
1562
|
# The type of the address.
|
1666
1563
|
#
|
@@ -1731,28 +1628,20 @@ module Aws::Outposts
|
|
1731
1628
|
# @option params [required, String] :site_id
|
1732
1629
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1733
1630
|
#
|
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
|
-
#
|
1742
1631
|
# @option params [String] :power_draw_kva
|
1743
|
-
#
|
1744
|
-
#
|
1632
|
+
# The power draw, in kVA, available at the hardware placement position
|
1633
|
+
# for the rack.
|
1745
1634
|
#
|
1746
1635
|
# @option params [String] :power_phase
|
1747
|
-
#
|
1636
|
+
# The power option that you can provide for hardware.
|
1748
1637
|
#
|
1749
1638
|
# * Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
|
1750
1639
|
#
|
1751
1640
|
# * Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
|
1752
1641
|
#
|
1753
1642
|
# @option params [String] :power_connector
|
1754
|
-
#
|
1755
|
-
#
|
1643
|
+
# The power connector that Amazon Web Services should plan to provide
|
1644
|
+
# for connections to the hardware. Note the correlation between
|
1756
1645
|
# `PowerPhase` and `PowerConnector`.
|
1757
1646
|
#
|
1758
1647
|
# * Single-phase AC feed
|
@@ -1768,11 +1657,11 @@ module Aws::Outposts
|
|
1768
1657
|
# * **AH532P6W (red)** – 3P+N+E, 6hr; 32A; three phase
|
1769
1658
|
#
|
1770
1659
|
# @option params [String] :power_feed_drop
|
1771
|
-
#
|
1660
|
+
# Indicates whether the power feed comes above or below the rack.
|
1772
1661
|
#
|
1773
1662
|
# @option params [String] :uplink_gbps
|
1774
|
-
#
|
1775
|
-
#
|
1663
|
+
# The uplink speed the rack should support for the connection to the
|
1664
|
+
# Region.
|
1776
1665
|
#
|
1777
1666
|
# @option params [String] :uplink_count
|
1778
1667
|
# Racks come with two Outpost network devices. Depending on the
|
@@ -1789,15 +1678,15 @@ module Aws::Outposts
|
|
1789
1678
|
# * 40 and 100 Gbps- Uplinks available: 1, 2, 4
|
1790
1679
|
#
|
1791
1680
|
# @option params [String] :fiber_optic_cable_type
|
1792
|
-
#
|
1793
|
-
#
|
1681
|
+
# The type of fiber that you will use to attach the Outpost to your
|
1682
|
+
# network.
|
1794
1683
|
#
|
1795
1684
|
# @option params [String] :optical_standard
|
1796
|
-
#
|
1797
|
-
#
|
1798
|
-
#
|
1799
|
-
#
|
1800
|
-
#
|
1685
|
+
# The type of optical standard that you will use to attach the Outpost
|
1686
|
+
# to your network. This field is dependent on uplink speed, fiber type,
|
1687
|
+
# and distance to the upstream device. For more information about
|
1688
|
+
# networking requirements for racks, see [Network][1] in the Amazon Web
|
1689
|
+
# Services Outposts User Guide.
|
1801
1690
|
#
|
1802
1691
|
# * `OPTIC_10GBASE_SR`\: 10GBASE-SR
|
1803
1692
|
#
|
@@ -1830,8 +1719,8 @@ module Aws::Outposts
|
|
1830
1719
|
# [1]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking
|
1831
1720
|
#
|
1832
1721
|
# @option params [String] :maximum_supported_weight_lbs
|
1833
|
-
#
|
1834
|
-
#
|
1722
|
+
# The maximum rack weight that this site can support. `NO_LIMIT` is over
|
1723
|
+
# 2000lbs.
|
1835
1724
|
#
|
1836
1725
|
# @return [Types::UpdateSiteRackPhysicalPropertiesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1837
1726
|
#
|
@@ -1897,7 +1786,7 @@ module Aws::Outposts
|
|
1897
1786
|
params: params,
|
1898
1787
|
config: config)
|
1899
1788
|
context[:gem_name] = 'aws-sdk-outposts'
|
1900
|
-
context[:gem_version] = '1.
|
1789
|
+
context[:gem_version] = '1.36.0'
|
1901
1790
|
Seahorse::Client::Request.new(handlers, context)
|
1902
1791
|
end
|
1903
1792
|
|
@@ -25,6 +25,7 @@ module Aws::Outposts
|
|
25
25
|
AssetInfo = Shapes::StructureShape.new(name: 'AssetInfo')
|
26
26
|
AssetListDefinition = Shapes::ListShape.new(name: 'AssetListDefinition')
|
27
27
|
AssetLocation = Shapes::StructureShape.new(name: 'AssetLocation')
|
28
|
+
AssetState = Shapes::StringShape.new(name: 'AssetState')
|
28
29
|
AssetType = Shapes::StringShape.new(name: 'AssetType')
|
29
30
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
30
31
|
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
@@ -43,6 +44,7 @@ module Aws::Outposts
|
|
43
44
|
CatalogItemWeightLbs = Shapes::IntegerShape.new(name: 'CatalogItemWeightLbs')
|
44
45
|
City = Shapes::StringShape.new(name: 'City')
|
45
46
|
CityList = Shapes::ListShape.new(name: 'CityList')
|
47
|
+
ComputeAssetState = Shapes::StringShape.new(name: 'ComputeAssetState')
|
46
48
|
ComputeAttributes = Shapes::StructureShape.new(name: 'ComputeAttributes')
|
47
49
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
48
50
|
ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
|
@@ -93,6 +95,8 @@ module Aws::Outposts
|
|
93
95
|
LifeCycleStatus = Shapes::StringShape.new(name: 'LifeCycleStatus')
|
94
96
|
LifeCycleStatusList = Shapes::ListShape.new(name: 'LifeCycleStatusList')
|
95
97
|
LineItem = Shapes::StructureShape.new(name: 'LineItem')
|
98
|
+
LineItemAssetInformation = Shapes::StructureShape.new(name: 'LineItemAssetInformation')
|
99
|
+
LineItemAssetInformationList = Shapes::ListShape.new(name: 'LineItemAssetInformationList')
|
96
100
|
LineItemId = Shapes::StringShape.new(name: 'LineItemId')
|
97
101
|
LineItemListDefinition = Shapes::ListShape.new(name: 'LineItemListDefinition')
|
98
102
|
LineItemQuantity = Shapes::IntegerShape.new(name: 'LineItemQuantity')
|
@@ -112,6 +116,8 @@ module Aws::Outposts
|
|
112
116
|
ListSitesOutput = Shapes::StructureShape.new(name: 'ListSitesOutput')
|
113
117
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
114
118
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
119
|
+
MacAddress = Shapes::StringShape.new(name: 'MacAddress')
|
120
|
+
MacAddressList = Shapes::ListShape.new(name: 'MacAddressList')
|
115
121
|
MaxResults1000 = Shapes::IntegerShape.new(name: 'MaxResults1000')
|
116
122
|
MaxSize = Shapes::StringShape.new(name: 'MaxSize')
|
117
123
|
MaximumSupportedWeightLbs = Shapes::StringShape.new(name: 'MaximumSupportedWeightLbs')
|
@@ -147,6 +153,8 @@ module Aws::Outposts
|
|
147
153
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
148
154
|
ServerEndpoint = Shapes::StringShape.new(name: 'ServerEndpoint')
|
149
155
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
156
|
+
ShipmentCarrier = Shapes::StringShape.new(name: 'ShipmentCarrier')
|
157
|
+
ShipmentInformation = Shapes::StructureShape.new(name: 'ShipmentInformation')
|
150
158
|
Site = Shapes::StructureShape.new(name: 'Site')
|
151
159
|
SiteArn = Shapes::StringShape.new(name: 'SiteArn')
|
152
160
|
SiteDescription = Shapes::StringShape.new(name: 'SiteDescription')
|
@@ -158,6 +166,7 @@ module Aws::Outposts
|
|
158
166
|
StartConnectionResponse = Shapes::StructureShape.new(name: 'StartConnectionResponse')
|
159
167
|
StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
|
160
168
|
StateOrRegionList = Shapes::ListShape.new(name: 'StateOrRegionList')
|
169
|
+
StatusList = Shapes::ListShape.new(name: 'StatusList')
|
161
170
|
String = Shapes::StringShape.new(name: 'String')
|
162
171
|
SupportedHardwareType = Shapes::StringShape.new(name: 'SupportedHardwareType')
|
163
172
|
SupportedStorageEnum = Shapes::StringShape.new(name: 'SupportedStorageEnum')
|
@@ -171,6 +180,7 @@ module Aws::Outposts
|
|
171
180
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
172
181
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
173
182
|
Token = Shapes::StringShape.new(name: 'Token')
|
183
|
+
TrackingId = Shapes::StringShape.new(name: 'TrackingId')
|
174
184
|
UnderlayIpAddress = Shapes::StringShape.new(name: 'UnderlayIpAddress')
|
175
185
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
176
186
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -244,6 +254,7 @@ module Aws::Outposts
|
|
244
254
|
CityList.member = Shapes::ShapeRef.new(shape: City)
|
245
255
|
|
246
256
|
ComputeAttributes.add_member(:host_id, Shapes::ShapeRef.new(shape: HostId, location_name: "HostId"))
|
257
|
+
ComputeAttributes.add_member(:state, Shapes::ShapeRef.new(shape: ComputeAssetState, location_name: "State"))
|
247
258
|
ComputeAttributes.struct_class = Types::ComputeAttributes
|
248
259
|
|
249
260
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
@@ -380,8 +391,16 @@ module Aws::Outposts
|
|
380
391
|
LineItem.add_member(:line_item_id, Shapes::ShapeRef.new(shape: LineItemId, location_name: "LineItemId"))
|
381
392
|
LineItem.add_member(:quantity, Shapes::ShapeRef.new(shape: LineItemQuantity, location_name: "Quantity"))
|
382
393
|
LineItem.add_member(:status, Shapes::ShapeRef.new(shape: LineItemStatus, location_name: "Status"))
|
394
|
+
LineItem.add_member(:shipment_information, Shapes::ShapeRef.new(shape: ShipmentInformation, location_name: "ShipmentInformation"))
|
395
|
+
LineItem.add_member(:asset_information_list, Shapes::ShapeRef.new(shape: LineItemAssetInformationList, location_name: "AssetInformationList"))
|
383
396
|
LineItem.struct_class = Types::LineItem
|
384
397
|
|
398
|
+
LineItemAssetInformation.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
|
399
|
+
LineItemAssetInformation.add_member(:mac_address_list, Shapes::ShapeRef.new(shape: MacAddressList, location_name: "MacAddressList"))
|
400
|
+
LineItemAssetInformation.struct_class = Types::LineItemAssetInformation
|
401
|
+
|
402
|
+
LineItemAssetInformationList.member = Shapes::ShapeRef.new(shape: LineItemAssetInformation)
|
403
|
+
|
385
404
|
LineItemListDefinition.member = Shapes::ShapeRef.new(shape: LineItem)
|
386
405
|
|
387
406
|
LineItemRequest.add_member(:catalog_item_id, Shapes::ShapeRef.new(shape: SkuCode, location_name: "CatalogItemId"))
|
@@ -397,6 +416,7 @@ module Aws::Outposts
|
|
397
416
|
ListAssetsInput.add_member(:host_id_filter, Shapes::ShapeRef.new(shape: HostIdList, location: "querystring", location_name: "HostIdFilter"))
|
398
417
|
ListAssetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
|
399
418
|
ListAssetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "NextToken"))
|
419
|
+
ListAssetsInput.add_member(:status_filter, Shapes::ShapeRef.new(shape: StatusList, location: "querystring", location_name: "StatusFilter"))
|
400
420
|
ListAssetsInput.struct_class = Types::ListAssetsInput
|
401
421
|
|
402
422
|
ListAssetsOutput.add_member(:assets, Shapes::ShapeRef.new(shape: AssetListDefinition, location_name: "Assets"))
|
@@ -451,6 +471,8 @@ module Aws::Outposts
|
|
451
471
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
452
472
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
453
473
|
|
474
|
+
MacAddressList.member = Shapes::ShapeRef.new(shape: MacAddress)
|
475
|
+
|
454
476
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
455
477
|
NotFoundException.struct_class = Types::NotFoundException
|
456
478
|
|
@@ -502,6 +524,10 @@ module Aws::Outposts
|
|
502
524
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
503
525
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
504
526
|
|
527
|
+
ShipmentInformation.add_member(:shipment_tracking_number, Shapes::ShapeRef.new(shape: TrackingId, location_name: "ShipmentTrackingNumber"))
|
528
|
+
ShipmentInformation.add_member(:shipment_carrier, Shapes::ShapeRef.new(shape: ShipmentCarrier, location_name: "ShipmentCarrier"))
|
529
|
+
ShipmentInformation.struct_class = Types::ShipmentInformation
|
530
|
+
|
505
531
|
Site.add_member(:site_id, Shapes::ShapeRef.new(shape: SiteId, location_name: "SiteId"))
|
506
532
|
Site.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
507
533
|
Site.add_member(:name, Shapes::ShapeRef.new(shape: SiteName, location_name: "Name"))
|
@@ -527,6 +553,8 @@ module Aws::Outposts
|
|
527
553
|
|
528
554
|
StateOrRegionList.member = Shapes::ShapeRef.new(shape: StateOrRegion)
|
529
555
|
|
556
|
+
StatusList.member = Shapes::ShapeRef.new(shape: AssetState)
|
557
|
+
|
530
558
|
SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
|
531
559
|
|
532
560
|
SupportedUplinkGbpsListDefinition.member = Shapes::ShapeRef.new(shape: SupportedUplinkGbps)
|
@@ -160,7 +160,7 @@ module Aws::Outposts
|
|
160
160
|
# }
|
161
161
|
#
|
162
162
|
# @!attribute [rw] order_id
|
163
|
-
# The ID of the order
|
163
|
+
# The ID of the order.
|
164
164
|
# @return [String]
|
165
165
|
#
|
166
166
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CancelOrderInput AWS API Documentation
|
@@ -223,13 +223,30 @@ module Aws::Outposts
|
|
223
223
|
# Information about compute hardware assets.
|
224
224
|
#
|
225
225
|
# @!attribute [rw] host_id
|
226
|
-
# The host ID of
|
226
|
+
# The host ID of the Dedicated Host on the asset.
|
227
|
+
# @return [String]
|
228
|
+
#
|
229
|
+
# @!attribute [rw] state
|
230
|
+
# The state.
|
231
|
+
#
|
232
|
+
# * ACTIVE - The asset is available and can provide capacity for new
|
233
|
+
# compute resources.
|
234
|
+
#
|
235
|
+
# * ISOLATED - The asset is undergoing maintenance and can't provide
|
236
|
+
# capacity for new compute resources. Existing compute resources on
|
237
|
+
# the asset are not affected.
|
238
|
+
#
|
239
|
+
# * RETIRING - The underlying hardware for the asset is degraded.
|
240
|
+
# Capacity for new compute resources is reduced. Amazon Web Services
|
241
|
+
# sends notifications for resources that must be stopped before the
|
242
|
+
# asset can be replaced.
|
227
243
|
# @return [String]
|
228
244
|
#
|
229
245
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ComputeAttributes AWS API Documentation
|
230
246
|
#
|
231
247
|
class ComputeAttributes < Struct.new(
|
232
|
-
:host_id
|
248
|
+
:host_id,
|
249
|
+
:state)
|
233
250
|
SENSITIVE = []
|
234
251
|
include Aws::Structure
|
235
252
|
end
|
@@ -308,7 +325,7 @@ module Aws::Outposts
|
|
308
325
|
# },
|
309
326
|
# ],
|
310
327
|
# payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
|
311
|
-
# payment_term: "THREE_YEARS", # accepts THREE_YEARS
|
328
|
+
# payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR
|
312
329
|
# }
|
313
330
|
#
|
314
331
|
# @!attribute [rw] outpost_identifier
|
@@ -320,11 +337,11 @@ module Aws::Outposts
|
|
320
337
|
# @return [Array<Types::LineItemRequest>]
|
321
338
|
#
|
322
339
|
# @!attribute [rw] payment_option
|
323
|
-
# The payment option
|
340
|
+
# The payment option.
|
324
341
|
# @return [String]
|
325
342
|
#
|
326
343
|
# @!attribute [rw] payment_term
|
327
|
-
# The payment terms
|
344
|
+
# The payment terms.
|
328
345
|
# @return [String]
|
329
346
|
#
|
330
347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrderInput AWS API Documentation
|
@@ -375,14 +392,6 @@ module Aws::Outposts
|
|
375
392
|
#
|
376
393
|
# @!attribute [rw] site_id
|
377
394
|
# 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>
|
386
395
|
# @return [String]
|
387
396
|
#
|
388
397
|
# @!attribute [rw] availability_zone
|
@@ -551,14 +560,6 @@ module Aws::Outposts
|
|
551
560
|
#
|
552
561
|
# @!attribute [rw] outpost_id
|
553
562
|
# 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>
|
562
563
|
# @return [String]
|
563
564
|
#
|
564
565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpostInput AWS API Documentation
|
@@ -582,14 +583,6 @@ module Aws::Outposts
|
|
582
583
|
#
|
583
584
|
# @!attribute [rw] site_id
|
584
585
|
# 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>
|
593
586
|
# @return [String]
|
594
587
|
#
|
595
588
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSiteInput AWS API Documentation
|
@@ -667,7 +660,7 @@ module Aws::Outposts
|
|
667
660
|
# }
|
668
661
|
#
|
669
662
|
# @!attribute [rw] connection_id
|
670
|
-
# The ID of the connection
|
663
|
+
# The ID of the connection.
|
671
664
|
# @return [String]
|
672
665
|
#
|
673
666
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionRequest AWS API Documentation
|
@@ -679,11 +672,11 @@ module Aws::Outposts
|
|
679
672
|
end
|
680
673
|
|
681
674
|
# @!attribute [rw] connection_id
|
682
|
-
# The ID of the connection
|
675
|
+
# The ID of the connection.
|
683
676
|
# @return [String]
|
684
677
|
#
|
685
678
|
# @!attribute [rw] connection_details
|
686
|
-
# Information about
|
679
|
+
# Information about the connection.
|
687
680
|
# @return [Types::ConnectionDetails]
|
688
681
|
#
|
689
682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnectionResponse AWS API Documentation
|
@@ -735,14 +728,6 @@ module Aws::Outposts
|
|
735
728
|
#
|
736
729
|
# @!attribute [rw] outpost_id
|
737
730
|
# 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>
|
746
731
|
# @return [String]
|
747
732
|
#
|
748
733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInput AWS API Documentation
|
@@ -764,14 +749,6 @@ module Aws::Outposts
|
|
764
749
|
#
|
765
750
|
# @!attribute [rw] outpost_id
|
766
751
|
# 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>
|
775
752
|
# @return [String]
|
776
753
|
#
|
777
754
|
# @!attribute [rw] next_token
|
@@ -802,14 +779,6 @@ module Aws::Outposts
|
|
802
779
|
#
|
803
780
|
# @!attribute [rw] outpost_id
|
804
781
|
# 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>
|
813
782
|
# @return [String]
|
814
783
|
#
|
815
784
|
# @!attribute [rw] outpost_arn
|
@@ -849,14 +818,6 @@ module Aws::Outposts
|
|
849
818
|
#
|
850
819
|
# @!attribute [rw] site_id
|
851
820
|
# 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>
|
860
821
|
# @return [String]
|
861
822
|
#
|
862
823
|
# @!attribute [rw] address_type
|
@@ -903,14 +864,6 @@ module Aws::Outposts
|
|
903
864
|
#
|
904
865
|
# @!attribute [rw] site_id
|
905
866
|
# 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>
|
914
867
|
# @return [String]
|
915
868
|
#
|
916
869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteInput AWS API Documentation
|
@@ -978,13 +931,42 @@ module Aws::Outposts
|
|
978
931
|
# The status of the line item.
|
979
932
|
# @return [String]
|
980
933
|
#
|
934
|
+
# @!attribute [rw] shipment_information
|
935
|
+
# Information about a line item shipment.
|
936
|
+
# @return [Types::ShipmentInformation]
|
937
|
+
#
|
938
|
+
# @!attribute [rw] asset_information_list
|
939
|
+
# Information about assets.
|
940
|
+
# @return [Array<Types::LineItemAssetInformation>]
|
941
|
+
#
|
981
942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/LineItem AWS API Documentation
|
982
943
|
#
|
983
944
|
class LineItem < Struct.new(
|
984
945
|
:catalog_item_id,
|
985
946
|
:line_item_id,
|
986
947
|
:quantity,
|
987
|
-
:status
|
948
|
+
:status,
|
949
|
+
:shipment_information,
|
950
|
+
:asset_information_list)
|
951
|
+
SENSITIVE = []
|
952
|
+
include Aws::Structure
|
953
|
+
end
|
954
|
+
|
955
|
+
# Information about a line item asset.
|
956
|
+
#
|
957
|
+
# @!attribute [rw] asset_id
|
958
|
+
# The ID of the asset.
|
959
|
+
# @return [String]
|
960
|
+
#
|
961
|
+
# @!attribute [rw] mac_address_list
|
962
|
+
# The MAC addresses of the asset.
|
963
|
+
# @return [Array<String>]
|
964
|
+
#
|
965
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/LineItemAssetInformation AWS API Documentation
|
966
|
+
#
|
967
|
+
class LineItemAssetInformation < Struct.new(
|
968
|
+
:asset_id,
|
969
|
+
:mac_address_list)
|
988
970
|
SENSITIVE = []
|
989
971
|
include Aws::Structure
|
990
972
|
end
|
@@ -1024,6 +1006,7 @@ module Aws::Outposts
|
|
1024
1006
|
# host_id_filter: ["HostId"],
|
1025
1007
|
# max_results: 1,
|
1026
1008
|
# next_token: "Token",
|
1009
|
+
# status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
|
1027
1010
|
# }
|
1028
1011
|
#
|
1029
1012
|
# @!attribute [rw] outpost_identifier
|
@@ -1031,11 +1014,7 @@ module Aws::Outposts
|
|
1031
1014
|
# @return [String]
|
1032
1015
|
#
|
1033
1016
|
# @!attribute [rw] host_id_filter
|
1034
|
-
#
|
1035
|
-
#
|
1036
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1037
|
-
# a filter, the values are joined with an `OR`, and the request
|
1038
|
-
# returns all results that match any of the specified values.
|
1017
|
+
# Filters the results by the host ID of a Dedicated Host.
|
1039
1018
|
# @return [Array<String>]
|
1040
1019
|
#
|
1041
1020
|
# @!attribute [rw] max_results
|
@@ -1046,19 +1025,24 @@ module Aws::Outposts
|
|
1046
1025
|
# The pagination token.
|
1047
1026
|
# @return [String]
|
1048
1027
|
#
|
1028
|
+
# @!attribute [rw] status_filter
|
1029
|
+
# Filters the results by state.
|
1030
|
+
# @return [Array<String>]
|
1031
|
+
#
|
1049
1032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssetsInput AWS API Documentation
|
1050
1033
|
#
|
1051
1034
|
class ListAssetsInput < Struct.new(
|
1052
1035
|
:outpost_identifier,
|
1053
1036
|
:host_id_filter,
|
1054
1037
|
:max_results,
|
1055
|
-
:next_token
|
1038
|
+
:next_token,
|
1039
|
+
:status_filter)
|
1056
1040
|
SENSITIVE = []
|
1057
1041
|
include Aws::Structure
|
1058
1042
|
end
|
1059
1043
|
|
1060
1044
|
# @!attribute [rw] assets
|
1061
|
-
# Information about hardware assets.
|
1045
|
+
# Information about the hardware assets.
|
1062
1046
|
# @return [Array<Types::AssetInfo>]
|
1063
1047
|
#
|
1064
1048
|
# @!attribute [rw] next_token
|
@@ -1094,27 +1078,15 @@ module Aws::Outposts
|
|
1094
1078
|
# @return [Integer]
|
1095
1079
|
#
|
1096
1080
|
# @!attribute [rw] item_class_filter
|
1097
|
-
#
|
1098
|
-
#
|
1099
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1100
|
-
# a filter, the values are joined with an `OR`, and the request
|
1101
|
-
# returns all results that match any of the specified values.
|
1081
|
+
# Filters the results by item class.
|
1102
1082
|
# @return [Array<String>]
|
1103
1083
|
#
|
1104
1084
|
# @!attribute [rw] supported_storage_filter
|
1105
|
-
#
|
1106
|
-
#
|
1107
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1108
|
-
# a filter, the values are joined with an `OR`, and the request
|
1109
|
-
# returns all results that match any of the specified values.
|
1085
|
+
# Filters the results by storage option.
|
1110
1086
|
# @return [Array<String>]
|
1111
1087
|
#
|
1112
1088
|
# @!attribute [rw] ec2_family_filter
|
1113
|
-
#
|
1114
|
-
#
|
1115
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1116
|
-
# a filter, the values are joined with an `OR`, and the request
|
1117
|
-
# returns all results that match any of the specified values.
|
1089
|
+
# Filters the results by EC2 family (for example, M5).
|
1118
1090
|
# @return [Array<String>]
|
1119
1091
|
#
|
1120
1092
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCatalogItemsInput AWS API Documentation
|
@@ -1214,27 +1186,16 @@ module Aws::Outposts
|
|
1214
1186
|
# @return [Integer]
|
1215
1187
|
#
|
1216
1188
|
# @!attribute [rw] life_cycle_status_filter
|
1217
|
-
#
|
1218
|
-
#
|
1219
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1220
|
-
# a filter, the values are joined with an `OR`, and the request
|
1221
|
-
# returns all results that match any of the specified values.
|
1189
|
+
# Filters the results by the lifecycle status.
|
1222
1190
|
# @return [Array<String>]
|
1223
1191
|
#
|
1224
1192
|
# @!attribute [rw] availability_zone_filter
|
1225
|
-
#
|
1226
|
-
#
|
1227
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1228
|
-
# a filter, the values are joined with an `OR`, and the request
|
1229
|
-
# returns all results that match any of the specified values.
|
1193
|
+
# Filters the results by Availability Zone (for example,
|
1194
|
+
# `us-east-1a`).
|
1230
1195
|
# @return [Array<String>]
|
1231
1196
|
#
|
1232
1197
|
# @!attribute [rw] availability_zone_id_filter
|
1233
|
-
#
|
1234
|
-
#
|
1235
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1236
|
-
# a filter, the values are joined with an `OR`, and the request
|
1237
|
-
# returns all results that match any of the specified values.
|
1198
|
+
# Filters the results by AZ ID (for example, `use1-az1`).
|
1238
1199
|
# @return [Array<String>]
|
1239
1200
|
#
|
1240
1201
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutpostsInput AWS API Documentation
|
@@ -1286,27 +1247,15 @@ module Aws::Outposts
|
|
1286
1247
|
# @return [Integer]
|
1287
1248
|
#
|
1288
1249
|
# @!attribute [rw] operating_address_country_code_filter
|
1289
|
-
#
|
1290
|
-
#
|
1291
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1292
|
-
# a filter, the values are joined with an `OR`, and the request
|
1293
|
-
# returns all results that match any of the specified values.
|
1250
|
+
# Filters the results by country code.
|
1294
1251
|
# @return [Array<String>]
|
1295
1252
|
#
|
1296
1253
|
# @!attribute [rw] operating_address_state_or_region_filter
|
1297
|
-
#
|
1298
|
-
#
|
1299
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1300
|
-
# a filter, the values are joined with an `OR`, and the request
|
1301
|
-
# returns all results that match any of the specified values.
|
1254
|
+
# Filters the results by state or region.
|
1302
1255
|
# @return [Array<String>]
|
1303
1256
|
#
|
1304
1257
|
# @!attribute [rw] operating_address_city_filter
|
1305
|
-
#
|
1306
|
-
#
|
1307
|
-
# Filter values are case sensitive. If you specify multiple values for
|
1308
|
-
# a filter, the values are joined with an `OR`, and the request
|
1309
|
-
# returns all results that match any of the specified values.
|
1258
|
+
# Filters the results by city.
|
1310
1259
|
# @return [Array<String>]
|
1311
1260
|
#
|
1312
1261
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListSitesInput AWS API Documentation
|
@@ -1398,7 +1347,7 @@ module Aws::Outposts
|
|
1398
1347
|
# * `PREPARING` - Order is received and being prepared.
|
1399
1348
|
#
|
1400
1349
|
# * `IN_PROGRESS` - Order is either being built, shipped, or
|
1401
|
-
# installed. To get more details, see the
|
1350
|
+
# installed. To get more details, see the line item status.
|
1402
1351
|
#
|
1403
1352
|
# * `COMPLETED` - Order is complete.
|
1404
1353
|
#
|
@@ -1481,11 +1430,11 @@ module Aws::Outposts
|
|
1481
1430
|
# @return [Hash<String,Integer>]
|
1482
1431
|
#
|
1483
1432
|
# @!attribute [rw] order_submission_date
|
1484
|
-
#
|
1433
|
+
# The submission date for the order.
|
1485
1434
|
# @return [Time]
|
1486
1435
|
#
|
1487
1436
|
# @!attribute [rw] order_fulfilled_date
|
1488
|
-
#
|
1437
|
+
# The fulfilment date for the order.
|
1489
1438
|
# @return [Time]
|
1490
1439
|
#
|
1491
1440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/OrderSummary AWS API Documentation
|
@@ -1670,6 +1619,25 @@ module Aws::Outposts
|
|
1670
1619
|
include Aws::Structure
|
1671
1620
|
end
|
1672
1621
|
|
1622
|
+
# Information about a line item shipment.
|
1623
|
+
#
|
1624
|
+
# @!attribute [rw] shipment_tracking_number
|
1625
|
+
# The tracking number of the shipment.
|
1626
|
+
# @return [String]
|
1627
|
+
#
|
1628
|
+
# @!attribute [rw] shipment_carrier
|
1629
|
+
# The carrier of the shipment.
|
1630
|
+
# @return [String]
|
1631
|
+
#
|
1632
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ShipmentInformation AWS API Documentation
|
1633
|
+
#
|
1634
|
+
class ShipmentInformation < Struct.new(
|
1635
|
+
:shipment_tracking_number,
|
1636
|
+
:shipment_carrier)
|
1637
|
+
SENSITIVE = []
|
1638
|
+
include Aws::Structure
|
1639
|
+
end
|
1640
|
+
|
1673
1641
|
# Information about a site.
|
1674
1642
|
#
|
1675
1643
|
# @!attribute [rw] site_id
|
@@ -1862,14 +1830,6 @@ module Aws::Outposts
|
|
1862
1830
|
#
|
1863
1831
|
# @!attribute [rw] outpost_id
|
1864
1832
|
# 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>
|
1873
1833
|
# @return [String]
|
1874
1834
|
#
|
1875
1835
|
# @!attribute [rw] name
|
@@ -1930,14 +1890,6 @@ module Aws::Outposts
|
|
1930
1890
|
#
|
1931
1891
|
# @!attribute [rw] site_id
|
1932
1892
|
# 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>
|
1941
1893
|
# @return [String]
|
1942
1894
|
#
|
1943
1895
|
# @!attribute [rw] address_type
|
@@ -1987,14 +1939,6 @@ module Aws::Outposts
|
|
1987
1939
|
#
|
1988
1940
|
# @!attribute [rw] site_id
|
1989
1941
|
# 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>
|
1998
1942
|
# @return [String]
|
1999
1943
|
#
|
2000
1944
|
# @!attribute [rw] name
|
@@ -2050,23 +1994,15 @@ module Aws::Outposts
|
|
2050
1994
|
#
|
2051
1995
|
# @!attribute [rw] site_id
|
2052
1996
|
# 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>
|
2061
1997
|
# @return [String]
|
2062
1998
|
#
|
2063
1999
|
# @!attribute [rw] power_draw_kva
|
2064
|
-
#
|
2065
|
-
#
|
2000
|
+
# The power draw, in kVA, available at the hardware placement position
|
2001
|
+
# for the rack.
|
2066
2002
|
# @return [String]
|
2067
2003
|
#
|
2068
2004
|
# @!attribute [rw] power_phase
|
2069
|
-
#
|
2005
|
+
# The power option that you can provide for hardware.
|
2070
2006
|
#
|
2071
2007
|
# * Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
|
2072
2008
|
#
|
@@ -2074,9 +2010,9 @@ module Aws::Outposts
|
|
2074
2010
|
# @return [String]
|
2075
2011
|
#
|
2076
2012
|
# @!attribute [rw] power_connector
|
2077
|
-
#
|
2078
|
-
#
|
2079
|
-
#
|
2013
|
+
# The power connector that Amazon Web Services should plan to provide
|
2014
|
+
# for connections to the hardware. Note the correlation between
|
2015
|
+
# `PowerPhase` and `PowerConnector`.
|
2080
2016
|
#
|
2081
2017
|
# * Single-phase AC feed
|
2082
2018
|
#
|
@@ -2092,12 +2028,12 @@ module Aws::Outposts
|
|
2092
2028
|
# @return [String]
|
2093
2029
|
#
|
2094
2030
|
# @!attribute [rw] power_feed_drop
|
2095
|
-
#
|
2031
|
+
# Indicates whether the power feed comes above or below the rack.
|
2096
2032
|
# @return [String]
|
2097
2033
|
#
|
2098
2034
|
# @!attribute [rw] uplink_gbps
|
2099
|
-
#
|
2100
|
-
#
|
2035
|
+
# The uplink speed the rack should support for the connection to the
|
2036
|
+
# Region.
|
2101
2037
|
# @return [String]
|
2102
2038
|
#
|
2103
2039
|
# @!attribute [rw] uplink_count
|
@@ -2116,16 +2052,16 @@ module Aws::Outposts
|
|
2116
2052
|
# @return [String]
|
2117
2053
|
#
|
2118
2054
|
# @!attribute [rw] fiber_optic_cable_type
|
2119
|
-
#
|
2120
|
-
#
|
2055
|
+
# The type of fiber that you will use to attach the Outpost to your
|
2056
|
+
# network.
|
2121
2057
|
# @return [String]
|
2122
2058
|
#
|
2123
2059
|
# @!attribute [rw] optical_standard
|
2124
|
-
#
|
2125
|
-
#
|
2126
|
-
#
|
2127
|
-
#
|
2128
|
-
#
|
2060
|
+
# The type of optical standard that you will use to attach the Outpost
|
2061
|
+
# to your network. This field is dependent on uplink speed, fiber
|
2062
|
+
# type, and distance to the upstream device. For more information
|
2063
|
+
# about networking requirements for racks, see [Network][1] in the
|
2064
|
+
# Amazon Web Services Outposts User Guide.
|
2129
2065
|
#
|
2130
2066
|
# * `OPTIC_10GBASE_SR`\: 10GBASE-SR
|
2131
2067
|
#
|
@@ -2159,8 +2095,8 @@ module Aws::Outposts
|
|
2159
2095
|
# @return [String]
|
2160
2096
|
#
|
2161
2097
|
# @!attribute [rw] maximum_supported_weight_lbs
|
2162
|
-
#
|
2163
|
-
#
|
2098
|
+
# The maximum rack weight that this site can support. `NO_LIMIT` is
|
2099
|
+
# over 2000lbs.
|
2164
2100
|
# @return [String]
|
2165
2101
|
#
|
2166
2102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteRackPhysicalPropertiesInput AWS API Documentation
|
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.36.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-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|