aws-sdk-outposts 1.53.0 → 1.54.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +3 -3
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/types.rbs +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: 0124dcd80ab472b63b6eae8c5cf9af9b337d25001bd4dc4eff895eaaa919c30e
|
|
4
|
+
data.tar.gz: 2c6c46e8452180b234adfb3d2b1887a1aeef44902f3ba134fe7b0b31199fe8da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4cf0ac976709d82a5842b96e12565b278e79c6baf14454f295cdceafad7375da21bf2f35fd265c1eadf988f200ac9754d9f42fb6752b25b4ffbbfea5b632f67
|
|
7
|
+
data.tar.gz: 021b6b2af74ada7d203c709b2f634d43e75bb5c03b6f798ac481f52b751dc1c37657fad7e567cbaef53c4cb6e350953311599076600f35e37ed65551a9d6caf0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.54.0
|
|
@@ -453,7 +453,7 @@ module Aws::Outposts
|
|
|
453
453
|
# resp.order.line_items[0].quantity #=> Integer
|
|
454
454
|
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED", "REPLACED"
|
|
455
455
|
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
|
456
|
-
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
|
456
|
+
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS", "EXPEDITORS"
|
|
457
457
|
# resp.order.line_items[0].asset_information_list #=> Array
|
|
458
458
|
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
|
459
459
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
|
@@ -823,7 +823,7 @@ module Aws::Outposts
|
|
|
823
823
|
# resp.order.line_items[0].quantity #=> Integer
|
|
824
824
|
# resp.order.line_items[0].status #=> String, one of "PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED", "REPLACED"
|
|
825
825
|
# resp.order.line_items[0].shipment_information.shipment_tracking_number #=> String
|
|
826
|
-
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS"
|
|
826
|
+
# resp.order.line_items[0].shipment_information.shipment_carrier #=> String, one of "DHL", "DBS", "FEDEX", "UPS", "EXPEDITORS"
|
|
827
827
|
# resp.order.line_items[0].asset_information_list #=> Array
|
|
828
828
|
# resp.order.line_items[0].asset_information_list[0].asset_id #=> String
|
|
829
829
|
# resp.order.line_items[0].asset_information_list[0].mac_address_list #=> Array
|
|
@@ -1833,7 +1833,7 @@ module Aws::Outposts
|
|
|
1833
1833
|
params: params,
|
|
1834
1834
|
config: config)
|
|
1835
1835
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
1836
|
-
context[:gem_version] = '1.
|
|
1836
|
+
context[:gem_version] = '1.54.0'
|
|
1837
1837
|
Seahorse::Client::Request.new(handlers, context)
|
|
1838
1838
|
end
|
|
1839
1839
|
|
data/lib/aws-sdk-outposts.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -414,7 +414,7 @@ module Aws::Outposts
|
|
|
414
414
|
|
|
415
415
|
class ShipmentInformation
|
|
416
416
|
attr_accessor shipment_tracking_number: ::String
|
|
417
|
-
attr_accessor shipment_carrier: ("DHL" | "DBS" | "FEDEX" | "UPS")
|
|
417
|
+
attr_accessor shipment_carrier: ("DHL" | "DBS" | "FEDEX" | "UPS" | "EXPEDITORS")
|
|
418
418
|
SENSITIVE: []
|
|
419
419
|
end
|
|
420
420
|
|
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.54.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: 2024-
|
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|