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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c748050b2eb0d75186714a7e8de6c2de40642dcc3b1c472a4e6e928682c2417
4
- data.tar.gz: e1c417aeac8e26c349ec7a26c929219b0b7706fbec0ffc75df2e5c0e5a7050a5
3
+ metadata.gz: 0124dcd80ab472b63b6eae8c5cf9af9b337d25001bd4dc4eff895eaaa919c30e
4
+ data.tar.gz: 2c6c46e8452180b234adfb3d2b1887a1aeef44902f3ba134fe7b0b31199fe8da
5
5
  SHA512:
6
- metadata.gz: 6320dcc6b45b499c3a033c095b1c87a08601d2de7d2c523e44cdb0f891f53d971ed673cab50180c02b27e50c918b5836dcfe5c3083c8d3abd9a79cafe7acdd2d
7
- data.tar.gz: 26df66eee1be4d8210bbf5c27d053943e08ab5e28d09e8f60f5e87d043e4d090ea1eaa260c99dbcb3cc0490aa2ccf511996dd6e8905e9a02d69fce3763949928
6
+ metadata.gz: a4cf0ac976709d82a5842b96e12565b278e79c6baf14454f295cdceafad7375da21bf2f35fd265c1eadf988f200ac9754d9f42fb6752b25b4ffbbfea5b632f67
7
+ data.tar.gz: 021b6b2af74ada7d203c709b2f634d43e75bb5c03b6f798ac481f52b751dc1c37657fad7e567cbaef53c4cb6e350953311599076600f35e37ed65551a9d6caf0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2024-04-12)
5
+ ------------------
6
+
7
+ * Feature - This release adds EXPEDITORS as a valid shipment carrier.
8
+
4
9
  1.53.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
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.53.0'
1836
+ context[:gem_version] = '1.54.0'
1837
1837
  Seahorse::Client::Request.new(handlers, context)
1838
1838
  end
1839
1839
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::Outposts
54
54
 
55
- GEM_VERSION = '1.53.0'
55
+ GEM_VERSION = '1.54.0'
56
56
 
57
57
  end
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.53.0
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-01-26 00:00:00.000000000 Z
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