aws-sdk-outposts 1.41.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +27 -16
- data/lib/aws-sdk-outposts/client_api.rb +3 -0
- data/lib/aws-sdk-outposts/types.rb +30 -15
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e09e04dce6e013148c4169ada989788de48a2108989c0f3cb39f64ca6118874
|
4
|
+
data.tar.gz: 75ff69ab3886ba8499b85eb260790efaf9ccb88e858d74eec3b1c22b6ddb21f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddf085ca3a63d6b8d9bdfd468c8e9144665d13e9d99fffb092d950cbe5d4ca19607f2a29d5b28939a5d432d2289c046cbc94a25f54c5d373554ed6ac4c9d7a28
|
7
|
+
data.tar.gz: 046f04537b2a207715af02ec58d803bcc4eb21eb040a8c601f0280a984f1a097a0ff91108323d981db79c41a080af855c18292889d3dfdf17b5904f42d55f771
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.43.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.42.0 (2023-02-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.
|
13
|
+
|
4
14
|
1.41.0 (2023-01-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.43.0
|
@@ -275,6 +275,11 @@ module Aws::Outposts
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -431,17 +436,20 @@ module Aws::Outposts
|
|
431
436
|
# resp.order.line_items[0].catalog_item_id #=> String
|
432
437
|
# resp.order.line_items[0].line_item_id #=> String
|
433
438
|
# resp.order.line_items[0].quantity #=> Integer
|
434
|
-
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED"
|
439
|
+
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED", "REPLACED"
|
435
440
|
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
436
441
|
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
437
442
|
# resp.order.line_items[0].asset_information_list #=> Array
|
438
443
|
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
439
444
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
440
445
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list[0] #=> String
|
446
|
+
# resp.order.line_items[0].previous_line_item_id #=> String
|
447
|
+
# resp.order.line_items[0].previous_order_id #=> String
|
441
448
|
# resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
|
442
449
|
# resp.order.order_submission_date #=> Time
|
443
450
|
# resp.order.order_fulfilled_date #=> Time
|
444
451
|
# resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR"
|
452
|
+
# resp.order.order_type #=> String, one of "OUTPOST", "REPLACEMENT"
|
445
453
|
#
|
446
454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrder AWS API Documentation
|
447
455
|
#
|
@@ -798,17 +806,20 @@ module Aws::Outposts
|
|
798
806
|
# resp.order.line_items[0].catalog_item_id #=> String
|
799
807
|
# resp.order.line_items[0].line_item_id #=> String
|
800
808
|
# resp.order.line_items[0].quantity #=> Integer
|
801
|
-
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED"
|
809
|
+
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED", "REPLACED"
|
802
810
|
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
803
811
|
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
804
812
|
# resp.order.line_items[0].asset_information_list #=> Array
|
805
813
|
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
806
814
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
807
815
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list[0] #=> String
|
816
|
+
# resp.order.line_items[0].previous_line_item_id #=> String
|
817
|
+
# resp.order.line_items[0].previous_order_id #=> String
|
808
818
|
# resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
|
809
819
|
# resp.order.order_submission_date #=> Time
|
810
820
|
# resp.order.order_fulfilled_date #=> Time
|
811
821
|
# resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR"
|
822
|
+
# resp.order.order_type #=> String, one of "OUTPOST", "REPLACEMENT"
|
812
823
|
#
|
813
824
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOrder AWS API Documentation
|
814
825
|
#
|
@@ -1707,31 +1718,31 @@ module Aws::Outposts
|
|
1707
1718
|
# networking requirements for racks, see [Network][1] in the Amazon Web
|
1708
1719
|
# Services Outposts User Guide.
|
1709
1720
|
#
|
1710
|
-
# * `OPTIC_10GBASE_SR
|
1721
|
+
# * `OPTIC_10GBASE_SR`: 10GBASE-SR
|
1711
1722
|
#
|
1712
|
-
# * `OPTIC_10GBASE_IR
|
1723
|
+
# * `OPTIC_10GBASE_IR`: 10GBASE-IR
|
1713
1724
|
#
|
1714
|
-
# * `OPTIC_10GBASE_LR
|
1725
|
+
# * `OPTIC_10GBASE_LR`: 10GBASE-LR
|
1715
1726
|
#
|
1716
|
-
# * `OPTIC_40GBASE_SR
|
1727
|
+
# * `OPTIC_40GBASE_SR`: 40GBASE-SR
|
1717
1728
|
#
|
1718
|
-
# * `OPTIC_40GBASE_ESR
|
1729
|
+
# * `OPTIC_40GBASE_ESR`: 40GBASE-ESR
|
1719
1730
|
#
|
1720
|
-
# * `OPTIC_40GBASE_IR4_LR4L
|
1731
|
+
# * `OPTIC_40GBASE_IR4_LR4L`: 40GBASE-IR (LR4L)
|
1721
1732
|
#
|
1722
|
-
# * `OPTIC_40GBASE_LR4
|
1733
|
+
# * `OPTIC_40GBASE_LR4`: 40GBASE-LR4
|
1723
1734
|
#
|
1724
|
-
# * `OPTIC_100GBASE_SR4
|
1735
|
+
# * `OPTIC_100GBASE_SR4`: 100GBASE-SR4
|
1725
1736
|
#
|
1726
|
-
# * `OPTIC_100GBASE_CWDM4
|
1737
|
+
# * `OPTIC_100GBASE_CWDM4`: 100GBASE-CWDM4
|
1727
1738
|
#
|
1728
|
-
# * `OPTIC_100GBASE_LR4
|
1739
|
+
# * `OPTIC_100GBASE_LR4`: 100GBASE-LR4
|
1729
1740
|
#
|
1730
|
-
# * `OPTIC_100G_PSM4_MSA
|
1741
|
+
# * `OPTIC_100G_PSM4_MSA`: 100G PSM4 MSA
|
1731
1742
|
#
|
1732
|
-
# * `OPTIC_1000BASE_LX
|
1743
|
+
# * `OPTIC_1000BASE_LX`: 1000Base-LX
|
1733
1744
|
#
|
1734
|
-
# * `OPTIC_1000BASE_SX
|
1745
|
+
# * `OPTIC_1000BASE_SX` : 1000Base-SX
|
1735
1746
|
#
|
1736
1747
|
#
|
1737
1748
|
#
|
@@ -1805,7 +1816,7 @@ module Aws::Outposts
|
|
1805
1816
|
params: params,
|
1806
1817
|
config: config)
|
1807
1818
|
context[:gem_name] = 'aws-sdk-outposts'
|
1808
|
-
context[:gem_version] = '1.
|
1819
|
+
context[:gem_version] = '1.43.0'
|
1809
1820
|
Seahorse::Client::Request.new(handlers, context)
|
1810
1821
|
end
|
1811
1822
|
|
@@ -393,6 +393,8 @@ module Aws::Outposts
|
|
393
393
|
LineItem.add_member(:status, Shapes::ShapeRef.new(shape: LineItemStatus, location_name: "Status"))
|
394
394
|
LineItem.add_member(:shipment_information, Shapes::ShapeRef.new(shape: ShipmentInformation, location_name: "ShipmentInformation"))
|
395
395
|
LineItem.add_member(:asset_information_list, Shapes::ShapeRef.new(shape: LineItemAssetInformationList, location_name: "AssetInformationList"))
|
396
|
+
LineItem.add_member(:previous_line_item_id, Shapes::ShapeRef.new(shape: LineItemId, location_name: "PreviousLineItemId"))
|
397
|
+
LineItem.add_member(:previous_order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "PreviousOrderId"))
|
396
398
|
LineItem.struct_class = Types::LineItem
|
397
399
|
|
398
400
|
LineItemAssetInformation.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "AssetId"))
|
@@ -484,6 +486,7 @@ module Aws::Outposts
|
|
484
486
|
Order.add_member(:order_submission_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "OrderSubmissionDate"))
|
485
487
|
Order.add_member(:order_fulfilled_date, Shapes::ShapeRef.new(shape: ISO8601Timestamp, location_name: "OrderFulfilledDate"))
|
486
488
|
Order.add_member(:payment_term, Shapes::ShapeRef.new(shape: PaymentTerm, location_name: "PaymentTerm"))
|
489
|
+
Order.add_member(:order_type, Shapes::ShapeRef.new(shape: OrderType, location_name: "OrderType"))
|
487
490
|
Order.struct_class = Types::Order
|
488
491
|
|
489
492
|
OrderSummary.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostIdOnly, location_name: "OutpostId"))
|
@@ -770,6 +770,14 @@ module Aws::Outposts
|
|
770
770
|
# Information about assets.
|
771
771
|
# @return [Array<Types::LineItemAssetInformation>]
|
772
772
|
#
|
773
|
+
# @!attribute [rw] previous_line_item_id
|
774
|
+
# The ID of the previous line item.
|
775
|
+
# @return [String]
|
776
|
+
#
|
777
|
+
# @!attribute [rw] previous_order_id
|
778
|
+
# The ID of the previous order.
|
779
|
+
# @return [String]
|
780
|
+
#
|
773
781
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/LineItem AWS API Documentation
|
774
782
|
#
|
775
783
|
class LineItem < Struct.new(
|
@@ -778,7 +786,9 @@ module Aws::Outposts
|
|
778
786
|
:quantity,
|
779
787
|
:status,
|
780
788
|
:shipment_information,
|
781
|
-
:asset_information_list
|
789
|
+
:asset_information_list,
|
790
|
+
:previous_line_item_id,
|
791
|
+
:previous_order_id)
|
782
792
|
SENSITIVE = []
|
783
793
|
include Aws::Structure
|
784
794
|
end
|
@@ -1144,6 +1154,10 @@ module Aws::Outposts
|
|
1144
1154
|
# The payment term.
|
1145
1155
|
# @return [String]
|
1146
1156
|
#
|
1157
|
+
# @!attribute [rw] order_type
|
1158
|
+
# The type of order.
|
1159
|
+
# @return [String]
|
1160
|
+
#
|
1147
1161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/Order AWS API Documentation
|
1148
1162
|
#
|
1149
1163
|
class Order < Struct.new(
|
@@ -1154,7 +1168,8 @@ module Aws::Outposts
|
|
1154
1168
|
:payment_option,
|
1155
1169
|
:order_submission_date,
|
1156
1170
|
:order_fulfilled_date,
|
1157
|
-
:payment_term
|
1171
|
+
:payment_term,
|
1172
|
+
:order_type)
|
1158
1173
|
SENSITIVE = []
|
1159
1174
|
include Aws::Structure
|
1160
1175
|
end
|
@@ -1731,31 +1746,31 @@ module Aws::Outposts
|
|
1731
1746
|
# about networking requirements for racks, see [Network][1] in the
|
1732
1747
|
# Amazon Web Services Outposts User Guide.
|
1733
1748
|
#
|
1734
|
-
# * `OPTIC_10GBASE_SR
|
1749
|
+
# * `OPTIC_10GBASE_SR`: 10GBASE-SR
|
1735
1750
|
#
|
1736
|
-
# * `OPTIC_10GBASE_IR
|
1751
|
+
# * `OPTIC_10GBASE_IR`: 10GBASE-IR
|
1737
1752
|
#
|
1738
|
-
# * `OPTIC_10GBASE_LR
|
1753
|
+
# * `OPTIC_10GBASE_LR`: 10GBASE-LR
|
1739
1754
|
#
|
1740
|
-
# * `OPTIC_40GBASE_SR
|
1755
|
+
# * `OPTIC_40GBASE_SR`: 40GBASE-SR
|
1741
1756
|
#
|
1742
|
-
# * `OPTIC_40GBASE_ESR
|
1757
|
+
# * `OPTIC_40GBASE_ESR`: 40GBASE-ESR
|
1743
1758
|
#
|
1744
|
-
# * `OPTIC_40GBASE_IR4_LR4L
|
1759
|
+
# * `OPTIC_40GBASE_IR4_LR4L`: 40GBASE-IR (LR4L)
|
1745
1760
|
#
|
1746
|
-
# * `OPTIC_40GBASE_LR4
|
1761
|
+
# * `OPTIC_40GBASE_LR4`: 40GBASE-LR4
|
1747
1762
|
#
|
1748
|
-
# * `OPTIC_100GBASE_SR4
|
1763
|
+
# * `OPTIC_100GBASE_SR4`: 100GBASE-SR4
|
1749
1764
|
#
|
1750
|
-
# * `OPTIC_100GBASE_CWDM4
|
1765
|
+
# * `OPTIC_100GBASE_CWDM4`: 100GBASE-CWDM4
|
1751
1766
|
#
|
1752
|
-
# * `OPTIC_100GBASE_LR4
|
1767
|
+
# * `OPTIC_100GBASE_LR4`: 100GBASE-LR4
|
1753
1768
|
#
|
1754
|
-
# * `OPTIC_100G_PSM4_MSA
|
1769
|
+
# * `OPTIC_100G_PSM4_MSA`: 100G PSM4 MSA
|
1755
1770
|
#
|
1756
|
-
# * `OPTIC_1000BASE_LX
|
1771
|
+
# * `OPTIC_1000BASE_LX`: 1000Base-LX
|
1757
1772
|
#
|
1758
|
-
# * `OPTIC_1000BASE_SX
|
1773
|
+
# * `OPTIC_1000BASE_SX` : 1000Base-SX
|
1759
1774
|
#
|
1760
1775
|
#
|
1761
1776
|
#
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.43.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: 2023-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|