aws-sdk-outposts 1.35.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ddc0d9bfb292b4d279026393844940d73d331288378e7e6d099fd7968224b0f
4
- data.tar.gz: 3da1b88408947984cf39a9d811e4a384dabf5f4aa7067725c88aef2cd85798ff
3
+ metadata.gz: 7b3088aa20696c92ec4e3ffe5a02034e491a7ff55b06240bda2298ac491ee5e0
4
+ data.tar.gz: eb8a111a994e1a08491990e9e414a2dd7d33737d1f52e09a3fc74d79d5757a7c
5
5
  SHA512:
6
- metadata.gz: 845e0dc24c88f1d86739c84a97acac7b79e3cacc2a2ec7d8269c8c0123c7597287556dc35746916485a98ab481feaad2d3796d7a9d489f72b11a4c4df8ce6e40
7
- data.tar.gz: 3015b2c39f9d96b181ae5a7a07820d7c7c6f6c6f88f2b5b0a4032b3c914d966c1e8f0806d526cb4b9ac758a81d1c7a023d876acd6d95f76b6ea3a4ccba5508b7
6
+ metadata.gz: df40899722bd3b1231ddfc8b61033a88f838396ee8cb905b477661a4e82041862cc79d84704ca003c531394141151cf5ba23970acf05430dda2a60d7ccbb1658
7
+ data.tar.gz: 42cd3800cc8c33728ee8488f0adc77265e7f8010100930425a644cc4df0d6d7b8a68bd246fb601ad0e753f00124ae0523c39d9a7d1dbd2c3b77f2f8147496534
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.35.0 (2022-07-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -351,10 +351,10 @@ module Aws::Outposts
351
351
 
352
352
  # @!group API Operations
353
353
 
354
- # Cancels an order for an Outpost.
354
+ # Cancels the specified order for an Outpost.
355
355
  #
356
356
  # @option params [required, String] :order_id
357
- # The ID of the order to cancel.
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 for the order.
385
+ # The payment option.
386
386
  #
387
387
  # @option params [String] :payment_term
388
- # The payment terms for the order.
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
@@ -436,7 +436,7 @@ module Aws::Outposts
436
436
 
437
437
  # Creates an Outpost.
438
438
  #
439
- # You can specify `AvailabilityZone` or `AvailabilityZoneId`.
439
+ # You can specify either an Availability one or an AZ ID.
440
440
  #
441
441
  # @option params [required, String] :name
442
442
  # The name of the Outpost.
@@ -447,14 +447,6 @@ module Aws::Outposts
447
447
  # @option params [required, String] :site_id
448
448
  # The ID or the Amazon Resource Name (ARN) of the site.
449
449
  #
450
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
451
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
452
- # Query API. To address backwards compatibility, the parameter names
453
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
454
- # can make the request with an ARN.
455
- #
456
- # </note>
457
- #
458
450
  # @option params [String] :availability_zone
459
451
  # The Availability Zone.
460
452
  #
@@ -629,19 +621,11 @@ module Aws::Outposts
629
621
  req.send_request(options)
630
622
  end
631
623
 
632
- # Deletes the Outpost.
624
+ # Deletes the specified Outpost.
633
625
  #
634
626
  # @option params [required, String] :outpost_id
635
627
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
636
628
  #
637
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
638
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
639
- # Query API. To address backwards compatibility, the parameter names
640
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
641
- # can make the request with an ARN.
642
- #
643
- # </note>
644
- #
645
629
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
646
630
  #
647
631
  # @example Request syntax with placeholder values
@@ -659,19 +643,11 @@ module Aws::Outposts
659
643
  req.send_request(options)
660
644
  end
661
645
 
662
- # Deletes the site.
646
+ # Deletes the specified site.
663
647
  #
664
648
  # @option params [required, String] :site_id
665
649
  # The ID or the Amazon Resource Name (ARN) of the site.
666
650
  #
667
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
668
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
669
- # Query API. To address backwards compatibility, the parameter names
670
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
671
- # can make the request with an ARN.
672
- #
673
- # </note>
674
- #
675
651
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
676
652
  #
677
653
  # @example Request syntax with placeholder values
@@ -689,7 +665,7 @@ module Aws::Outposts
689
665
  req.send_request(options)
690
666
  end
691
667
 
692
- # Gets information about a catalog item.
668
+ # Gets information about the specified catalog item.
693
669
  #
694
670
  # @option params [required, String] :catalog_item_id
695
671
  # The ID of the catalog item.
@@ -732,7 +708,7 @@ module Aws::Outposts
732
708
  #
733
709
  # </note>
734
710
  #
735
- # Gets information about a specified connection.
711
+ # Gets information about the specified connection.
736
712
  #
737
713
  # Use CloudTrail to monitor this action or Amazon Web Services managed
738
714
  # policy for Amazon Web Services Outposts to secure it. For more
@@ -747,7 +723,7 @@ module Aws::Outposts
747
723
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html
748
724
  #
749
725
  # @option params [required, String] :connection_id
750
- # The ID of the connection you request.
726
+ # The ID of the connection.
751
727
  #
752
728
  # @return [Types::GetConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
753
729
  #
@@ -780,7 +756,7 @@ module Aws::Outposts
780
756
  req.send_request(options)
781
757
  end
782
758
 
783
- # Gets an order.
759
+ # Gets information about the specified order.
784
760
  #
785
761
  # @option params [required, String] :order_id
786
762
  # The ID of the order.
@@ -829,14 +805,6 @@ module Aws::Outposts
829
805
  # @option params [required, String] :outpost_id
830
806
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
831
807
  #
832
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
833
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
834
- # Query API. To address backwards compatibility, the parameter names
835
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
836
- # can make the request with an ARN.
837
- #
838
- # </note>
839
- #
840
808
  # @return [Types::GetOutpostOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
841
809
  #
842
810
  # * {Types::GetOutpostOutput#outpost #outpost} => Types::Outpost
@@ -877,14 +845,6 @@ module Aws::Outposts
877
845
  # @option params [required, String] :outpost_id
878
846
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
879
847
  #
880
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
881
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
882
- # Query API. To address backwards compatibility, the parameter names
883
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
884
- # can make the request with an ARN.
885
- #
886
- # </note>
887
- #
888
848
  # @option params [String] :next_token
889
849
  # The pagination token.
890
850
  #
@@ -930,14 +890,6 @@ module Aws::Outposts
930
890
  # @option params [required, String] :site_id
931
891
  # The ID or the Amazon Resource Name (ARN) of the site.
932
892
  #
933
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
934
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
935
- # Query API. To address backwards compatibility, the parameter names
936
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
937
- # can make the request with an ARN.
938
- #
939
- # </note>
940
- #
941
893
  # @return [Types::GetSiteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
942
894
  #
943
895
  # * {Types::GetSiteOutput#site #site} => Types::Site
@@ -980,19 +932,11 @@ module Aws::Outposts
980
932
  req.send_request(options)
981
933
  end
982
934
 
983
- # Gets the site address.
935
+ # Gets the site address of the specified site.
984
936
  #
985
937
  # @option params [required, String] :site_id
986
938
  # The ID or the Amazon Resource Name (ARN) of the site.
987
939
  #
988
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
989
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
990
- # Query API. To address backwards compatibility, the parameter names
991
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
992
- # can make the request with an ARN.
993
- #
994
- # </note>
995
- #
996
940
  # @option params [required, String] :address_type
997
941
  # The type of the address you request.
998
942
  #
@@ -1034,20 +978,19 @@ module Aws::Outposts
1034
978
  req.send_request(options)
1035
979
  end
1036
980
 
1037
- # Lists the hardware assets in an Outpost. If you are using Dedicated
1038
- # Hosts on Amazon Web Services Outposts, you can filter your request by
1039
- # host ID to return a list of hardware assets that allocate resources
1040
- # for Dedicated Hosts.
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.
1041
988
  #
1042
989
  # @option params [required, String] :outpost_identifier
1043
990
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1044
991
  #
1045
992
  # @option params [Array<String>] :host_id_filter
1046
- # A filter for the host ID of Dedicated Hosts on the Outpost.
1047
- #
1048
- # Filter values are case sensitive. If you specify multiple values for a
1049
- # filter, the values are joined with an `OR`, and the request returns
1050
- # all results that match any of the specified values.
993
+ # Filters the results by the host ID of a Dedicated Host.
1051
994
  #
1052
995
  # @option params [Integer] :max_results
1053
996
  # The maximum page size.
@@ -1055,6 +998,9 @@ module Aws::Outposts
1055
998
  # @option params [String] :next_token
1056
999
  # The pagination token.
1057
1000
  #
1001
+ # @option params [Array<String>] :status_filter
1002
+ # Filters the results by state.
1003
+ #
1058
1004
  # @return [Types::ListAssetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1059
1005
  #
1060
1006
  # * {Types::ListAssetsOutput#assets #assets} => Array&lt;Types::AssetInfo&gt;
@@ -1069,6 +1015,7 @@ module Aws::Outposts
1069
1015
  # host_id_filter: ["HostId"],
1070
1016
  # max_results: 1,
1071
1017
  # next_token: "Token",
1018
+ # status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
1072
1019
  # })
1073
1020
  #
1074
1021
  # @example Response structure
@@ -1078,6 +1025,7 @@ module Aws::Outposts
1078
1025
  # resp.assets[0].rack_id #=> String
1079
1026
  # resp.assets[0].asset_type #=> String, one of "COMPUTE"
1080
1027
  # resp.assets[0].compute_attributes.host_id #=> String
1028
+ # resp.assets[0].compute_attributes.state #=> String, one of "ACTIVE", "ISOLATED", "RETIRING"
1081
1029
  # resp.assets[0].asset_location.rack_elevation #=> Float
1082
1030
  # resp.next_token #=> String
1083
1031
  #
@@ -1090,13 +1038,13 @@ module Aws::Outposts
1090
1038
  req.send_request(options)
1091
1039
  end
1092
1040
 
1093
- # Lists the items in the catalog. Add filters to your request to return
1094
- # a more specific list of results. Use filters to match an item class,
1095
- # storage option, or EC2 family.
1041
+ # Lists the items in the catalog.
1096
1042
  #
1097
- # If you specify multiple filters, the filters are joined with an `AND`,
1098
- # and the request returns only results that match all of the specified
1099
- # 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.
1100
1048
  #
1101
1049
  # @option params [String] :next_token
1102
1050
  # The pagination token.
@@ -1105,25 +1053,13 @@ module Aws::Outposts
1105
1053
  # The maximum page size.
1106
1054
  #
1107
1055
  # @option params [Array<String>] :item_class_filter
1108
- # A filter for the class of items in the catalog.
1109
- #
1110
- # Filter values are case sensitive. If you specify multiple values for a
1111
- # filter, the values are joined with an `OR`, and the request returns
1112
- # all results that match any of the specified values.
1056
+ # Filters the results by item class.
1113
1057
  #
1114
1058
  # @option params [Array<String>] :supported_storage_filter
1115
- # A filter for the storage options of items in the catalog.
1116
- #
1117
- # Filter values are case sensitive. If you specify multiple values for a
1118
- # filter, the values are joined with an `OR`, and the request returns
1119
- # all results that match any of the specified values.
1059
+ # Filters the results by storage option.
1120
1060
  #
1121
1061
  # @option params [Array<String>] :ec2_family_filter
1122
- # A filter for EC2 family options for items in the catalog.
1123
- #
1124
- # Filter values are case sensitive. If you specify multiple values for a
1125
- # filter, the values are joined with an `OR`, and the request returns
1126
- # all results that match any of the specified values.
1062
+ # Filters the results by EC2 family (for example, M5).
1127
1063
  #
1128
1064
  # @return [Types::ListCatalogItemsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1129
1065
  #
@@ -1168,9 +1104,7 @@ module Aws::Outposts
1168
1104
  req.send_request(options)
1169
1105
  end
1170
1106
 
1171
- # Lists the Outpost orders for your Amazon Web Services account. You can
1172
- # filter your request by Outpost to return a more specific list of
1173
- # results.
1107
+ # Lists the Outpost orders for your Amazon Web Services account.
1174
1108
  #
1175
1109
  # @option params [String] :outpost_identifier_filter
1176
1110
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
@@ -1218,14 +1152,13 @@ module Aws::Outposts
1218
1152
  req.send_request(options)
1219
1153
  end
1220
1154
 
1221
- # Lists the Outposts for your Amazon Web Services account. Add filters
1222
- # to your request to return a more specific list of results. Use filters
1223
- # to match an Outpost lifecycle status, Availability Zone
1224
- # (`us-east-1a`), and AZ ID (`use1-az1`).
1155
+ # Lists the Outposts for your Amazon Web Services account.
1225
1156
  #
1226
- # If you specify multiple filters, the filters are joined with an `AND`,
1227
- # and the request returns only results that match all of the specified
1228
- # 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.
1229
1162
  #
1230
1163
  # @option params [String] :next_token
1231
1164
  # The pagination token.
@@ -1234,25 +1167,13 @@ module Aws::Outposts
1234
1167
  # The maximum page size.
1235
1168
  #
1236
1169
  # @option params [Array<String>] :life_cycle_status_filter
1237
- # A filter for the lifecycle status of the Outpost.
1238
- #
1239
- # Filter values are case sensitive. If you specify multiple values for a
1240
- # filter, the values are joined with an `OR`, and the request returns
1241
- # all results that match any of the specified values.
1170
+ # Filters the results by the lifecycle status.
1242
1171
  #
1243
1172
  # @option params [Array<String>] :availability_zone_filter
1244
- # A filter for the Availability Zone (`us-east-1a`) of the Outpost.
1245
- #
1246
- # Filter values are case sensitive. If you specify multiple values for a
1247
- # filter, the values are joined with an `OR`, and the request returns
1248
- # all results that match any of the specified values.
1173
+ # Filters the results by Availability Zone (for example, `us-east-1a`).
1249
1174
  #
1250
1175
  # @option params [Array<String>] :availability_zone_id_filter
1251
- # A filter for the AZ IDs (`use1-az1`) of the Outpost.
1252
- #
1253
- # Filter values are case sensitive. If you specify multiple values for a
1254
- # filter, the values are joined with an `OR`, and the request returns
1255
- # all results that match any of the specified values.
1176
+ # Filters the results by AZ ID (for example, `use1-az1`).
1256
1177
  #
1257
1178
  # @return [Types::ListOutpostsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1258
1179
  #
@@ -1298,14 +1219,14 @@ module Aws::Outposts
1298
1219
  req.send_request(options)
1299
1220
  end
1300
1221
 
1301
- # Lists the Outpost sites for your Amazon Web Services account. Add
1302
- # operating address filters to your request to return a more specific
1303
- # list of results. Use filters to match site city, country code, or
1304
- # state/region of the operating address.
1222
+ # Lists the Outpost sites for your Amazon Web Services account. Use
1223
+ # filters to return specific results.
1305
1224
  #
1306
- # If you specify multiple filters, the filters are joined with an `AND`,
1307
- # and the request returns only results that match all of the specified
1308
- # 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.
1309
1230
  #
1310
1231
  # @option params [String] :next_token
1311
1232
  # The pagination token.
@@ -1314,25 +1235,13 @@ module Aws::Outposts
1314
1235
  # The maximum page size.
1315
1236
  #
1316
1237
  # @option params [Array<String>] :operating_address_country_code_filter
1317
- # A filter for the country code of the Outpost site.
1318
- #
1319
- # Filter values are case sensitive. If you specify multiple values for a
1320
- # filter, the values are joined with an `OR`, and the request returns
1321
- # all results that match any of the specified values.
1238
+ # Filters the results by country code.
1322
1239
  #
1323
1240
  # @option params [Array<String>] :operating_address_state_or_region_filter
1324
- # A filter for the state/region of the Outpost site.
1325
- #
1326
- # Filter values are case sensitive. If you specify multiple values for a
1327
- # filter, the values are joined with an `OR`, and the request returns
1328
- # all results that match any of the specified values.
1241
+ # Filters the results by state or region.
1329
1242
  #
1330
1243
  # @option params [Array<String>] :operating_address_city_filter
1331
- # A filter for the city of the Outpost site.
1332
- #
1333
- # Filter values are case sensitive. If you specify multiple values for a
1334
- # filter, the values are joined with an `OR`, and the request returns
1335
- # all results that match any of the specified values.
1244
+ # Filters the results by city.
1336
1245
  #
1337
1246
  # @return [Types::ListSitesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1338
1247
  #
@@ -1531,14 +1440,6 @@ module Aws::Outposts
1531
1440
  # @option params [required, String] :outpost_id
1532
1441
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1533
1442
  #
1534
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1535
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1536
- # Query API. To address backwards compatibility, the parameter names
1537
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1538
- # can make the request with an ARN.
1539
- #
1540
- # </note>
1541
- #
1542
1443
  # @option params [String] :name
1543
1444
  # The name of the Outpost.
1544
1445
  #
@@ -1586,19 +1487,11 @@ module Aws::Outposts
1586
1487
  req.send_request(options)
1587
1488
  end
1588
1489
 
1589
- # Updates the site.
1490
+ # Updates the specified site.
1590
1491
  #
1591
1492
  # @option params [required, String] :site_id
1592
1493
  # The ID or the Amazon Resource Name (ARN) of the site.
1593
1494
  #
1594
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1595
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1596
- # Query API. To address backwards compatibility, the parameter names
1597
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1598
- # can make the request with an ARN.
1599
- #
1600
- # </note>
1601
- #
1602
1495
  # @option params [String] :name
1603
1496
  # The name of the site.
1604
1497
  #
@@ -1653,10 +1546,10 @@ module Aws::Outposts
1653
1546
  req.send_request(options)
1654
1547
  end
1655
1548
 
1656
- # Updates the site address.
1549
+ # Updates the address of the specified site.
1657
1550
  #
1658
- # To update a site address with an order `IN_PROGRESS`, you must wait
1659
- # 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.
1660
1553
  #
1661
1554
  # You can update the operating address before you place an order at the
1662
1555
  # site, or after all Outposts that belong to the site have been
@@ -1665,14 +1558,6 @@ module Aws::Outposts
1665
1558
  # @option params [required, String] :site_id
1666
1559
  # The ID or the Amazon Resource Name (ARN) of the site.
1667
1560
  #
1668
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1669
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1670
- # Query API. To address backwards compatibility, the parameter names
1671
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1672
- # can make the request with an ARN.
1673
- #
1674
- # </note>
1675
- #
1676
1561
  # @option params [required, String] :address_type
1677
1562
  # The type of the address.
1678
1563
  #
@@ -1743,28 +1628,20 @@ module Aws::Outposts
1743
1628
  # @option params [required, String] :site_id
1744
1629
  # The ID or the Amazon Resource Name (ARN) of the site.
1745
1630
  #
1746
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
1747
- # Name (ARN) or an ID for Outposts and sites throughout the Outposts
1748
- # Query API. To address backwards compatibility, the parameter names
1749
- # `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
1750
- # can make the request with an ARN.
1751
- #
1752
- # </note>
1753
- #
1754
1631
  # @option params [String] :power_draw_kva
1755
- # Specify in kVA the power draw available at the hardware placement
1756
- # position for the rack.
1632
+ # The power draw, in kVA, available at the hardware placement position
1633
+ # for the rack.
1757
1634
  #
1758
1635
  # @option params [String] :power_phase
1759
- # Specify the power option that you can provide for hardware.
1636
+ # The power option that you can provide for hardware.
1760
1637
  #
1761
1638
  # * Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
1762
1639
  #
1763
1640
  # * Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
1764
1641
  #
1765
1642
  # @option params [String] :power_connector
1766
- # Specify the power connector that Amazon Web Services should plan to
1767
- # provide for connections to the hardware. Note the correlation between
1643
+ # The power connector that Amazon Web Services should plan to provide
1644
+ # for connections to the hardware. Note the correlation between
1768
1645
  # `PowerPhase` and `PowerConnector`.
1769
1646
  #
1770
1647
  # * Single-phase AC feed
@@ -1780,11 +1657,11 @@ module Aws::Outposts
1780
1657
  # * **AH532P6W (red)** – 3P+N+E, 6hr; 32A; three phase
1781
1658
  #
1782
1659
  # @option params [String] :power_feed_drop
1783
- # Specify whether the power feed comes above or below the rack.
1660
+ # Indicates whether the power feed comes above or below the rack.
1784
1661
  #
1785
1662
  # @option params [String] :uplink_gbps
1786
- # Specify the uplink speed the rack should support for the connection to
1787
- # the Region.
1663
+ # The uplink speed the rack should support for the connection to the
1664
+ # Region.
1788
1665
  #
1789
1666
  # @option params [String] :uplink_count
1790
1667
  # Racks come with two Outpost network devices. Depending on the
@@ -1801,15 +1678,15 @@ module Aws::Outposts
1801
1678
  # * 40 and 100 Gbps- Uplinks available: 1, 2, 4
1802
1679
  #
1803
1680
  # @option params [String] :fiber_optic_cable_type
1804
- # Specify the type of fiber that you will use to attach the Outpost to
1805
- # your network.
1681
+ # The type of fiber that you will use to attach the Outpost to your
1682
+ # network.
1806
1683
  #
1807
1684
  # @option params [String] :optical_standard
1808
- # Specify the type of optical standard that you will use to attach the
1809
- # Outpost to your network. This field is dependent on uplink speed,
1810
- # fiber type, and distance to the upstream device. For more information
1811
- # about networking requirements for racks, see [Network][1] in the
1812
- # Amazon Web Services Outposts User Guide.
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.
1813
1690
  #
1814
1691
  # * `OPTIC_10GBASE_SR`\: 10GBASE-SR
1815
1692
  #
@@ -1842,8 +1719,8 @@ module Aws::Outposts
1842
1719
  # [1]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking
1843
1720
  #
1844
1721
  # @option params [String] :maximum_supported_weight_lbs
1845
- # Specify the maximum rack weight that this site can support. `NO_LIMIT`
1846
- # is over 2000lbs.
1722
+ # The maximum rack weight that this site can support. `NO_LIMIT` is over
1723
+ # 2000lbs.
1847
1724
  #
1848
1725
  # @return [Types::UpdateSiteRackPhysicalPropertiesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1849
1726
  #
@@ -1909,7 +1786,7 @@ module Aws::Outposts
1909
1786
  params: params,
1910
1787
  config: config)
1911
1788
  context[:gem_name] = 'aws-sdk-outposts'
1912
- context[:gem_version] = '1.35.0'
1789
+ context[:gem_version] = '1.36.0'
1913
1790
  Seahorse::Client::Request.new(handlers, context)
1914
1791
  end
1915
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')
@@ -164,6 +166,7 @@ module Aws::Outposts
164
166
  StartConnectionResponse = Shapes::StructureShape.new(name: 'StartConnectionResponse')
165
167
  StateOrRegion = Shapes::StringShape.new(name: 'StateOrRegion')
166
168
  StateOrRegionList = Shapes::ListShape.new(name: 'StateOrRegionList')
169
+ StatusList = Shapes::ListShape.new(name: 'StatusList')
167
170
  String = Shapes::StringShape.new(name: 'String')
168
171
  SupportedHardwareType = Shapes::StringShape.new(name: 'SupportedHardwareType')
169
172
  SupportedStorageEnum = Shapes::StringShape.new(name: 'SupportedStorageEnum')
@@ -251,6 +254,7 @@ module Aws::Outposts
251
254
  CityList.member = Shapes::ShapeRef.new(shape: City)
252
255
 
253
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"))
254
258
  ComputeAttributes.struct_class = Types::ComputeAttributes
255
259
 
256
260
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -412,6 +416,7 @@ module Aws::Outposts
412
416
  ListAssetsInput.add_member(:host_id_filter, Shapes::ShapeRef.new(shape: HostIdList, location: "querystring", location_name: "HostIdFilter"))
413
417
  ListAssetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults1000, location: "querystring", location_name: "MaxResults"))
414
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"))
415
420
  ListAssetsInput.struct_class = Types::ListAssetsInput
416
421
 
417
422
  ListAssetsOutput.add_member(:assets, Shapes::ShapeRef.new(shape: AssetListDefinition, location_name: "Assets"))
@@ -548,6 +553,8 @@ module Aws::Outposts
548
553
 
549
554
  StateOrRegionList.member = Shapes::ShapeRef.new(shape: StateOrRegion)
550
555
 
556
+ StatusList.member = Shapes::ShapeRef.new(shape: AssetState)
557
+
551
558
  SupportedStorageList.member = Shapes::ShapeRef.new(shape: SupportedStorageEnum)
552
559
 
553
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 to cancel.
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 any Dedicated Hosts on the asset.
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 for the order.
340
+ # The payment option.
324
341
  # @return [String]
325
342
  #
326
343
  # @!attribute [rw] payment_term
327
- # The payment terms for the order.
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 you request.
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 you receive.
675
+ # The ID of the connection.
683
676
  # @return [String]
684
677
  #
685
678
  # @!attribute [rw] connection_details
686
- # Information about a connection.
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
@@ -1006,7 +959,7 @@ module Aws::Outposts
1006
959
  # @return [String]
1007
960
  #
1008
961
  # @!attribute [rw] mac_address_list
1009
- # MAC addresses of the asset.
962
+ # The MAC addresses of the asset.
1010
963
  # @return [Array<String>]
1011
964
  #
1012
965
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/LineItemAssetInformation AWS API Documentation
@@ -1053,6 +1006,7 @@ module Aws::Outposts
1053
1006
  # host_id_filter: ["HostId"],
1054
1007
  # max_results: 1,
1055
1008
  # next_token: "Token",
1009
+ # status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
1056
1010
  # }
1057
1011
  #
1058
1012
  # @!attribute [rw] outpost_identifier
@@ -1060,11 +1014,7 @@ module Aws::Outposts
1060
1014
  # @return [String]
1061
1015
  #
1062
1016
  # @!attribute [rw] host_id_filter
1063
- # A filter for the host ID of Dedicated Hosts on the Outpost.
1064
- #
1065
- # Filter values are case sensitive. If you specify multiple values for
1066
- # a filter, the values are joined with an `OR`, and the request
1067
- # returns all results that match any of the specified values.
1017
+ # Filters the results by the host ID of a Dedicated Host.
1068
1018
  # @return [Array<String>]
1069
1019
  #
1070
1020
  # @!attribute [rw] max_results
@@ -1075,19 +1025,24 @@ module Aws::Outposts
1075
1025
  # The pagination token.
1076
1026
  # @return [String]
1077
1027
  #
1028
+ # @!attribute [rw] status_filter
1029
+ # Filters the results by state.
1030
+ # @return [Array<String>]
1031
+ #
1078
1032
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssetsInput AWS API Documentation
1079
1033
  #
1080
1034
  class ListAssetsInput < Struct.new(
1081
1035
  :outpost_identifier,
1082
1036
  :host_id_filter,
1083
1037
  :max_results,
1084
- :next_token)
1038
+ :next_token,
1039
+ :status_filter)
1085
1040
  SENSITIVE = []
1086
1041
  include Aws::Structure
1087
1042
  end
1088
1043
 
1089
1044
  # @!attribute [rw] assets
1090
- # Information about hardware assets.
1045
+ # Information about the hardware assets.
1091
1046
  # @return [Array<Types::AssetInfo>]
1092
1047
  #
1093
1048
  # @!attribute [rw] next_token
@@ -1123,27 +1078,15 @@ module Aws::Outposts
1123
1078
  # @return [Integer]
1124
1079
  #
1125
1080
  # @!attribute [rw] item_class_filter
1126
- # A filter for the class of items in the catalog.
1127
- #
1128
- # Filter values are case sensitive. If you specify multiple values for
1129
- # a filter, the values are joined with an `OR`, and the request
1130
- # returns all results that match any of the specified values.
1081
+ # Filters the results by item class.
1131
1082
  # @return [Array<String>]
1132
1083
  #
1133
1084
  # @!attribute [rw] supported_storage_filter
1134
- # A filter for the storage options of items in the catalog.
1135
- #
1136
- # Filter values are case sensitive. If you specify multiple values for
1137
- # a filter, the values are joined with an `OR`, and the request
1138
- # returns all results that match any of the specified values.
1085
+ # Filters the results by storage option.
1139
1086
  # @return [Array<String>]
1140
1087
  #
1141
1088
  # @!attribute [rw] ec2_family_filter
1142
- # A filter for EC2 family options for items in the catalog.
1143
- #
1144
- # Filter values are case sensitive. If you specify multiple values for
1145
- # a filter, the values are joined with an `OR`, and the request
1146
- # returns all results that match any of the specified values.
1089
+ # Filters the results by EC2 family (for example, M5).
1147
1090
  # @return [Array<String>]
1148
1091
  #
1149
1092
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCatalogItemsInput AWS API Documentation
@@ -1243,27 +1186,16 @@ module Aws::Outposts
1243
1186
  # @return [Integer]
1244
1187
  #
1245
1188
  # @!attribute [rw] life_cycle_status_filter
1246
- # A filter for the lifecycle status of the Outpost.
1247
- #
1248
- # Filter values are case sensitive. If you specify multiple values for
1249
- # a filter, the values are joined with an `OR`, and the request
1250
- # returns all results that match any of the specified values.
1189
+ # Filters the results by the lifecycle status.
1251
1190
  # @return [Array<String>]
1252
1191
  #
1253
1192
  # @!attribute [rw] availability_zone_filter
1254
- # A filter for the Availability Zone (`us-east-1a`) of the Outpost.
1255
- #
1256
- # Filter values are case sensitive. If you specify multiple values for
1257
- # a filter, the values are joined with an `OR`, and the request
1258
- # returns all results that match any of the specified values.
1193
+ # Filters the results by Availability Zone (for example,
1194
+ # `us-east-1a`).
1259
1195
  # @return [Array<String>]
1260
1196
  #
1261
1197
  # @!attribute [rw] availability_zone_id_filter
1262
- # A filter for the AZ IDs (`use1-az1`) of the Outpost.
1263
- #
1264
- # Filter values are case sensitive. If you specify multiple values for
1265
- # a filter, the values are joined with an `OR`, and the request
1266
- # returns all results that match any of the specified values.
1198
+ # Filters the results by AZ ID (for example, `use1-az1`).
1267
1199
  # @return [Array<String>]
1268
1200
  #
1269
1201
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutpostsInput AWS API Documentation
@@ -1315,27 +1247,15 @@ module Aws::Outposts
1315
1247
  # @return [Integer]
1316
1248
  #
1317
1249
  # @!attribute [rw] operating_address_country_code_filter
1318
- # A filter for the country code of the Outpost site.
1319
- #
1320
- # Filter values are case sensitive. If you specify multiple values for
1321
- # a filter, the values are joined with an `OR`, and the request
1322
- # returns all results that match any of the specified values.
1250
+ # Filters the results by country code.
1323
1251
  # @return [Array<String>]
1324
1252
  #
1325
1253
  # @!attribute [rw] operating_address_state_or_region_filter
1326
- # A filter for the state/region of the Outpost site.
1327
- #
1328
- # Filter values are case sensitive. If you specify multiple values for
1329
- # a filter, the values are joined with an `OR`, and the request
1330
- # returns all results that match any of the specified values.
1254
+ # Filters the results by state or region.
1331
1255
  # @return [Array<String>]
1332
1256
  #
1333
1257
  # @!attribute [rw] operating_address_city_filter
1334
- # A filter for the city of the Outpost site.
1335
- #
1336
- # Filter values are case sensitive. If you specify multiple values for
1337
- # a filter, the values are joined with an `OR`, and the request
1338
- # returns all results that match any of the specified values.
1258
+ # Filters the results by city.
1339
1259
  # @return [Array<String>]
1340
1260
  #
1341
1261
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListSitesInput AWS API Documentation
@@ -1427,7 +1347,7 @@ module Aws::Outposts
1427
1347
  # * `PREPARING` - Order is received and being prepared.
1428
1348
  #
1429
1349
  # * `IN_PROGRESS` - Order is either being built, shipped, or
1430
- # installed. To get more details, see the `LineItem` status.
1350
+ # installed. To get more details, see the line item status.
1431
1351
  #
1432
1352
  # * `COMPLETED` - Order is complete.
1433
1353
  #
@@ -1510,11 +1430,11 @@ module Aws::Outposts
1510
1430
  # @return [Hash<String,Integer>]
1511
1431
  #
1512
1432
  # @!attribute [rw] order_submission_date
1513
- # Submission date for the order.
1433
+ # The submission date for the order.
1514
1434
  # @return [Time]
1515
1435
  #
1516
1436
  # @!attribute [rw] order_fulfilled_date
1517
- # Fulfilment date for the order.
1437
+ # The fulfilment date for the order.
1518
1438
  # @return [Time]
1519
1439
  #
1520
1440
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/OrderSummary AWS API Documentation
@@ -1910,14 +1830,6 @@ module Aws::Outposts
1910
1830
  #
1911
1831
  # @!attribute [rw] outpost_id
1912
1832
  # The ID or the Amazon Resource Name (ARN) of the Outpost.
1913
- #
1914
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
1915
- # Resource Name (ARN) or an ID for Outposts and sites throughout the
1916
- # Outposts Query API. To address backwards compatibility, the
1917
- # parameter names `OutpostID` or `SiteID` remain in use. Despite the
1918
- # parameter name, you can make the request with an ARN.
1919
- #
1920
- # </note>
1921
1833
  # @return [String]
1922
1834
  #
1923
1835
  # @!attribute [rw] name
@@ -1978,14 +1890,6 @@ module Aws::Outposts
1978
1890
  #
1979
1891
  # @!attribute [rw] site_id
1980
1892
  # The ID or the Amazon Resource Name (ARN) of the site.
1981
- #
1982
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
1983
- # Resource Name (ARN) or an ID for Outposts and sites throughout the
1984
- # Outposts Query API. To address backwards compatibility, the
1985
- # parameter names `OutpostID` or `SiteID` remain in use. Despite the
1986
- # parameter name, you can make the request with an ARN.
1987
- #
1988
- # </note>
1989
1893
  # @return [String]
1990
1894
  #
1991
1895
  # @!attribute [rw] address_type
@@ -2035,14 +1939,6 @@ module Aws::Outposts
2035
1939
  #
2036
1940
  # @!attribute [rw] site_id
2037
1941
  # The ID or the Amazon Resource Name (ARN) of the site.
2038
- #
2039
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
2040
- # Resource Name (ARN) or an ID for Outposts and sites throughout the
2041
- # Outposts Query API. To address backwards compatibility, the
2042
- # parameter names `OutpostID` or `SiteID` remain in use. Despite the
2043
- # parameter name, you can make the request with an ARN.
2044
- #
2045
- # </note>
2046
1942
  # @return [String]
2047
1943
  #
2048
1944
  # @!attribute [rw] name
@@ -2098,23 +1994,15 @@ module Aws::Outposts
2098
1994
  #
2099
1995
  # @!attribute [rw] site_id
2100
1996
  # The ID or the Amazon Resource Name (ARN) of the site.
2101
- #
2102
- # <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
2103
- # Resource Name (ARN) or an ID for Outposts and sites throughout the
2104
- # Outposts Query API. To address backwards compatibility, the
2105
- # parameter names `OutpostID` or `SiteID` remain in use. Despite the
2106
- # parameter name, you can make the request with an ARN.
2107
- #
2108
- # </note>
2109
1997
  # @return [String]
2110
1998
  #
2111
1999
  # @!attribute [rw] power_draw_kva
2112
- # Specify in kVA the power draw available at the hardware placement
2113
- # position for the rack.
2000
+ # The power draw, in kVA, available at the hardware placement position
2001
+ # for the rack.
2114
2002
  # @return [String]
2115
2003
  #
2116
2004
  # @!attribute [rw] power_phase
2117
- # Specify the power option that you can provide for hardware.
2005
+ # The power option that you can provide for hardware.
2118
2006
  #
2119
2007
  # * Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
2120
2008
  #
@@ -2122,9 +2010,9 @@ module Aws::Outposts
2122
2010
  # @return [String]
2123
2011
  #
2124
2012
  # @!attribute [rw] power_connector
2125
- # Specify the power connector that Amazon Web Services should plan to
2126
- # provide for connections to the hardware. Note the correlation
2127
- # between `PowerPhase` and `PowerConnector`.
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`.
2128
2016
  #
2129
2017
  # * Single-phase AC feed
2130
2018
  #
@@ -2140,12 +2028,12 @@ module Aws::Outposts
2140
2028
  # @return [String]
2141
2029
  #
2142
2030
  # @!attribute [rw] power_feed_drop
2143
- # Specify whether the power feed comes above or below the rack.
2031
+ # Indicates whether the power feed comes above or below the rack.
2144
2032
  # @return [String]
2145
2033
  #
2146
2034
  # @!attribute [rw] uplink_gbps
2147
- # Specify the uplink speed the rack should support for the connection
2148
- # to the Region.
2035
+ # The uplink speed the rack should support for the connection to the
2036
+ # Region.
2149
2037
  # @return [String]
2150
2038
  #
2151
2039
  # @!attribute [rw] uplink_count
@@ -2164,16 +2052,16 @@ module Aws::Outposts
2164
2052
  # @return [String]
2165
2053
  #
2166
2054
  # @!attribute [rw] fiber_optic_cable_type
2167
- # Specify the type of fiber that you will use to attach the Outpost to
2168
- # your network.
2055
+ # The type of fiber that you will use to attach the Outpost to your
2056
+ # network.
2169
2057
  # @return [String]
2170
2058
  #
2171
2059
  # @!attribute [rw] optical_standard
2172
- # Specify the type of optical standard that you will use to attach the
2173
- # Outpost to your network. This field is dependent on uplink speed,
2174
- # fiber type, and distance to the upstream device. For more
2175
- # information about networking requirements for racks, see
2176
- # [Network][1] in the Amazon Web Services Outposts User Guide.
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.
2177
2065
  #
2178
2066
  # * `OPTIC_10GBASE_SR`\: 10GBASE-SR
2179
2067
  #
@@ -2207,8 +2095,8 @@ module Aws::Outposts
2207
2095
  # @return [String]
2208
2096
  #
2209
2097
  # @!attribute [rw] maximum_supported_weight_lbs
2210
- # Specify the maximum rack weight that this site can support.
2211
- # `NO_LIMIT` is over 2000lbs.
2098
+ # The maximum rack weight that this site can support. `NO_LIMIT` is
2099
+ # over 2000lbs.
2212
2100
  # @return [String]
2213
2101
  #
2214
2102
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteRackPhysicalPropertiesInput AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-outposts/customizations'
48
48
  # @!group service
49
49
  module Aws::Outposts
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
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-07-14 00:00:00.000000000 Z
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