aws-sdk-outposts 1.72.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18bad98746442fb4c1ecc6914260c48b6587c2850846fd2929afd35094ddd6b0
4
- data.tar.gz: 9f44c89047a5feff833b48b32ab91f48938b55420cf67f0efb233e62d3b88b62
3
+ metadata.gz: 164977a5d2d3e1e6ad747ed037bec310c7af5232ae436d919b5ebd0ced148793
4
+ data.tar.gz: 31fb8087cc3eeeb6ce5ace283c947006636b85396319883c1d05656931513649
5
5
  SHA512:
6
- metadata.gz: 30f1ab15433a96b0df1b767486127cca96ce293ade0a10d1182d49ecdcbadb5332e3a09c37c38589bc0cd122eae46023233c8d18569deeddab5df1b309d55e90
7
- data.tar.gz: 1252516211b671fa883375ac5273918ef30e5fe452bd1c719627f0f3bfffd446490c2d013693f22049903dd08c2a4beb56b8b752cfcd9b998a84cc68989412dd
6
+ metadata.gz: 06d3ffab86961def6873ac918a40ccb1f462fa0c3f06edfee018655c98c6e39c02f6db6fed15e8c37bf8d6a5898257e79148f56545928d0fc315f031570be21b
7
+ data.tar.gz: aaefbfe74c70355c28a72230b81067887a483098a666b88ab25bc2df53d44258e5ee01c9fe27c908990248243231355b8d08e2878bee4efe54b078439a7d59e9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.73.0 (2024-11-15)
10
+ ------------------
11
+
12
+ * Feature - You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
13
+
4
14
  1.72.0 (2024-11-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.74.0
@@ -525,7 +525,7 @@ module Aws::Outposts
525
525
  # },
526
526
  # ],
527
527
  # payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
528
- # payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR
528
+ # payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR, FIVE_YEARS
529
529
  # })
530
530
  #
531
531
  # @example Response structure
@@ -549,7 +549,7 @@ module Aws::Outposts
549
549
  # resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
550
550
  # resp.order.order_submission_date #=> Time
551
551
  # resp.order.order_fulfilled_date #=> Time
552
- # resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR"
552
+ # resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR", "FIVE_YEARS"
553
553
  # resp.order.order_type #=> String, one of "OUTPOST", "REPLACEMENT"
554
554
  #
555
555
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrder AWS API Documentation
@@ -981,7 +981,7 @@ module Aws::Outposts
981
981
  # resp.order.payment_option #=> String, one of "ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT"
982
982
  # resp.order.order_submission_date #=> Time
983
983
  # resp.order.order_fulfilled_date #=> Time
984
- # resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR"
984
+ # resp.order.payment_term #=> String, one of "THREE_YEARS", "ONE_YEAR", "FIVE_YEARS"
985
985
  # resp.order.order_type #=> String, one of "OUTPOST", "REPLACEMENT"
986
986
  #
987
987
  # @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOrder AWS API Documentation
@@ -2170,7 +2170,6 @@ module Aws::Outposts
2170
2170
  # * **L6-30P** – (common in US); 30A; single phase
2171
2171
  #
2172
2172
  # * **IEC309 (blue)** – P+N+E, 6hr; 32 A; single phase
2173
- #
2174
2173
  # * Three-phase AC feed
2175
2174
  #
2176
2175
  # * **AH530P7W (red)** – 3P+N+E, 7hr; 30A; three phase
@@ -2312,7 +2311,7 @@ module Aws::Outposts
2312
2311
  tracer: tracer
2313
2312
  )
2314
2313
  context[:gem_name] = 'aws-sdk-outposts'
2315
- context[:gem_version] = '1.72.0'
2314
+ context[:gem_version] = '1.74.0'
2316
2315
  Seahorse::Client::Request.new(handlers, context)
2317
2316
  end
2318
2317
 
@@ -2368,7 +2368,6 @@ module Aws::Outposts
2368
2368
  # * **L6-30P** – (common in US); 30A; single phase
2369
2369
  #
2370
2370
  # * **IEC309 (blue)** – P+N+E, 6hr; 32 A; single phase
2371
- #
2372
2371
  # * Three-phase AC feed
2373
2372
  #
2374
2373
  # * **AH530P7W (red)** – 3P+N+E, 7hr; 30A; three phase
@@ -54,7 +54,7 @@ module Aws::Outposts
54
54
  autoload :EndpointProvider, 'aws-sdk-outposts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-outposts/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -108,7 +108,7 @@ module Aws
108
108
  },
109
109
  ],
110
110
  payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT"),
111
- ?payment_term: ("THREE_YEARS" | "ONE_YEAR")
111
+ ?payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
112
112
  ) -> _CreateOrderResponseSuccess
113
113
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOrderResponseSuccess
114
114
 
data/sig/types.rbs CHANGED
@@ -139,7 +139,7 @@ module Aws::Outposts
139
139
  attr_accessor outpost_identifier: ::String
140
140
  attr_accessor line_items: ::Array[Types::LineItemRequest]
141
141
  attr_accessor payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
142
- attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR")
142
+ attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
143
143
  SENSITIVE: []
144
144
  end
145
145
 
@@ -507,7 +507,7 @@ module Aws::Outposts
507
507
  attr_accessor payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
508
508
  attr_accessor order_submission_date: ::Time
509
509
  attr_accessor order_fulfilled_date: ::Time
510
- attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR")
510
+ attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
511
511
  attr_accessor order_type: ("OUTPOST" | "REPLACEMENT")
512
512
  SENSITIVE: []
513
513
  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.72.0
4
+ version: 1.74.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-11 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core