aws-sdk-outposts 1.104.0 → 1.105.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 +16 -4
- data/lib/aws-sdk-outposts/client_api.rb +4 -0
- data/lib/aws-sdk-outposts/types.rb +23 -3
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed396d05a996600a9946777354e8dd2c271e2b7a4a4e779d41ffbf34c10d86a0
|
|
4
|
+
data.tar.gz: 7ebba7ec9e427b7d3ea35be299c74edb17d041a81c43c22634838563b6edd75d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb117c2e182148e7b02d8e88f3251bdb62339f49dd179e9780967ecf1cf0c27ebc95e6e1c070670cc1d00ad7bffe76382e0dd02655697e354ac0f2e450d359f5
|
|
7
|
+
data.tar.gz: 954adebdd4b72bcb73bebcd669fe60618d5cb73e7c8cd3145fd0701c181af24bf4a2adee21f0b9eb3a0d9b2c5d351999a8096b48993c0a69c2f3ace8a5f2f143
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -528,6 +528,12 @@ module Aws::Outposts
|
|
|
528
528
|
# @option params [required, String] :outpost_identifier
|
|
529
529
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
530
530
|
#
|
|
531
|
+
# @option params [String] :quote_identifier
|
|
532
|
+
# The ID of the quote to use for the order.
|
|
533
|
+
#
|
|
534
|
+
# @option params [String] :quote_option_identifier
|
|
535
|
+
# The ID of the quote option to use for the order.
|
|
536
|
+
#
|
|
531
537
|
# @option params [Array<Types::LineItemRequest>] :line_items
|
|
532
538
|
# The line items that make up the order.
|
|
533
539
|
#
|
|
@@ -545,6 +551,8 @@ module Aws::Outposts
|
|
|
545
551
|
#
|
|
546
552
|
# resp = client.create_order({
|
|
547
553
|
# outpost_identifier: "OutpostIdentifier", # required
|
|
554
|
+
# quote_identifier: "QuoteIdentifier",
|
|
555
|
+
# quote_option_identifier: "QuoteOptionIdentifier",
|
|
548
556
|
# line_items: [
|
|
549
557
|
# {
|
|
550
558
|
# catalog_item_id: "SkuCode",
|
|
@@ -558,6 +566,8 @@ module Aws::Outposts
|
|
|
558
566
|
# @example Response structure
|
|
559
567
|
#
|
|
560
568
|
# resp.order.outpost_id #=> String
|
|
569
|
+
# resp.order.quote_identifier #=> String
|
|
570
|
+
# resp.order.quote_option_identifier #=> String
|
|
561
571
|
# resp.order.order_id #=> String
|
|
562
572
|
# resp.order.status #=> String, one of "RECEIVED", "PENDING", "PROCESSING", "INSTALLING", "FULFILLED", "CANCELLED", "PREPARING", "IN_PROGRESS", "DELIVERED", "COMPLETED", "ERROR"
|
|
563
573
|
# resp.order.line_items #=> Array
|
|
@@ -1014,7 +1024,7 @@ module Aws::Outposts
|
|
|
1014
1024
|
# Deletes the specified quote.
|
|
1015
1025
|
#
|
|
1016
1026
|
# @option params [required, String] :quote_identifier
|
|
1017
|
-
# The ID
|
|
1027
|
+
# The ID of the quote.
|
|
1018
1028
|
#
|
|
1019
1029
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1020
1030
|
#
|
|
@@ -1228,6 +1238,8 @@ module Aws::Outposts
|
|
|
1228
1238
|
# @example Response structure
|
|
1229
1239
|
#
|
|
1230
1240
|
# resp.order.outpost_id #=> String
|
|
1241
|
+
# resp.order.quote_identifier #=> String
|
|
1242
|
+
# resp.order.quote_option_identifier #=> String
|
|
1231
1243
|
# resp.order.order_id #=> String
|
|
1232
1244
|
# resp.order.status #=> String, one of "RECEIVED", "PENDING", "PROCESSING", "INSTALLING", "FULFILLED", "CANCELLED", "PREPARING", "IN_PROGRESS", "DELIVERED", "COMPLETED", "ERROR"
|
|
1233
1245
|
# resp.order.line_items #=> Array
|
|
@@ -1458,7 +1470,7 @@ module Aws::Outposts
|
|
|
1458
1470
|
# Gets information about the specified quote.
|
|
1459
1471
|
#
|
|
1460
1472
|
# @option params [required, String] :quote_identifier
|
|
1461
|
-
# The ID
|
|
1473
|
+
# The ID of the quote.
|
|
1462
1474
|
#
|
|
1463
1475
|
# @return [Types::GetQuoteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1464
1476
|
#
|
|
@@ -2715,7 +2727,7 @@ module Aws::Outposts
|
|
|
2715
2727
|
# constraints, payment options, payment terms, or Outpost association.
|
|
2716
2728
|
#
|
|
2717
2729
|
# @option params [required, String] :quote_identifier
|
|
2718
|
-
# The ID
|
|
2730
|
+
# The ID of the quote.
|
|
2719
2731
|
#
|
|
2720
2732
|
# @option params [String] :outpost_identifier
|
|
2721
2733
|
# The ID or ARN of the Outpost to associate with the quote. Specify an
|
|
@@ -3170,7 +3182,7 @@ module Aws::Outposts
|
|
|
3170
3182
|
tracer: tracer
|
|
3171
3183
|
)
|
|
3172
3184
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
3173
|
-
context[:gem_version] = '1.
|
|
3185
|
+
context[:gem_version] = '1.105.0'
|
|
3174
3186
|
Seahorse::Client::Request.new(handlers, context)
|
|
3175
3187
|
end
|
|
3176
3188
|
|
|
@@ -466,6 +466,8 @@ module Aws::Outposts
|
|
|
466
466
|
CountryCodeList.member = Shapes::ShapeRef.new(shape: CountryCode)
|
|
467
467
|
|
|
468
468
|
CreateOrderInput.add_member(:outpost_identifier, Shapes::ShapeRef.new(shape: OutpostIdentifier, required: true, location_name: "OutpostIdentifier"))
|
|
469
|
+
CreateOrderInput.add_member(:quote_identifier, Shapes::ShapeRef.new(shape: QuoteIdentifier, location_name: "QuoteIdentifier"))
|
|
470
|
+
CreateOrderInput.add_member(:quote_option_identifier, Shapes::ShapeRef.new(shape: QuoteOptionIdentifier, location_name: "QuoteOptionIdentifier"))
|
|
469
471
|
CreateOrderInput.add_member(:line_items, Shapes::ShapeRef.new(shape: LineItemRequestListDefinition, location_name: "LineItems"))
|
|
470
472
|
CreateOrderInput.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, required: true, location_name: "PaymentOption"))
|
|
471
473
|
CreateOrderInput.add_member(:payment_term, Shapes::ShapeRef.new(shape: PaymentTerm, location_name: "PaymentTerm"))
|
|
@@ -838,6 +840,8 @@ module Aws::Outposts
|
|
|
838
840
|
NotFoundException.struct_class = Types::NotFoundException
|
|
839
841
|
|
|
840
842
|
Order.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostIdOnly, location_name: "OutpostId"))
|
|
843
|
+
Order.add_member(:quote_identifier, Shapes::ShapeRef.new(shape: QuoteIdentifier, location_name: "QuoteIdentifier"))
|
|
844
|
+
Order.add_member(:quote_option_identifier, Shapes::ShapeRef.new(shape: QuoteOptionIdentifier, location_name: "QuoteOptionIdentifier"))
|
|
841
845
|
Order.add_member(:order_id, Shapes::ShapeRef.new(shape: OrderId, location_name: "OrderId"))
|
|
842
846
|
Order.add_member(:status, Shapes::ShapeRef.new(shape: OrderStatus, location_name: "Status"))
|
|
843
847
|
Order.add_member(:line_items, Shapes::ShapeRef.new(shape: LineItemListDefinition, location_name: "LineItems"))
|
|
@@ -511,6 +511,14 @@ module Aws::Outposts
|
|
|
511
511
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
512
512
|
# @return [String]
|
|
513
513
|
#
|
|
514
|
+
# @!attribute [rw] quote_identifier
|
|
515
|
+
# The ID of the quote to use for the order.
|
|
516
|
+
# @return [String]
|
|
517
|
+
#
|
|
518
|
+
# @!attribute [rw] quote_option_identifier
|
|
519
|
+
# The ID of the quote option to use for the order.
|
|
520
|
+
# @return [String]
|
|
521
|
+
#
|
|
514
522
|
# @!attribute [rw] line_items
|
|
515
523
|
# The line items that make up the order.
|
|
516
524
|
# @return [Array<Types::LineItemRequest>]
|
|
@@ -527,6 +535,8 @@ module Aws::Outposts
|
|
|
527
535
|
#
|
|
528
536
|
class CreateOrderInput < Struct.new(
|
|
529
537
|
:outpost_identifier,
|
|
538
|
+
:quote_identifier,
|
|
539
|
+
:quote_option_identifier,
|
|
530
540
|
:line_items,
|
|
531
541
|
:payment_option,
|
|
532
542
|
:payment_term)
|
|
@@ -813,7 +823,7 @@ module Aws::Outposts
|
|
|
813
823
|
class DeleteOutpostOutput < Aws::EmptyStructure; end
|
|
814
824
|
|
|
815
825
|
# @!attribute [rw] quote_identifier
|
|
816
|
-
# The ID
|
|
826
|
+
# The ID of the quote.
|
|
817
827
|
# @return [String]
|
|
818
828
|
#
|
|
819
829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteQuoteInput AWS API Documentation
|
|
@@ -1310,7 +1320,7 @@ module Aws::Outposts
|
|
|
1310
1320
|
end
|
|
1311
1321
|
|
|
1312
1322
|
# @!attribute [rw] quote_identifier
|
|
1313
|
-
# The ID
|
|
1323
|
+
# The ID of the quote.
|
|
1314
1324
|
# @return [String]
|
|
1315
1325
|
#
|
|
1316
1326
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetQuoteInput AWS API Documentation
|
|
@@ -2116,6 +2126,14 @@ module Aws::Outposts
|
|
|
2116
2126
|
# The ID of the Outpost in the order.
|
|
2117
2127
|
# @return [String]
|
|
2118
2128
|
#
|
|
2129
|
+
# @!attribute [rw] quote_identifier
|
|
2130
|
+
# The ID of the quote associated with the order.
|
|
2131
|
+
# @return [String]
|
|
2132
|
+
#
|
|
2133
|
+
# @!attribute [rw] quote_option_identifier
|
|
2134
|
+
# The ID of the quote option associated with the order.
|
|
2135
|
+
# @return [String]
|
|
2136
|
+
#
|
|
2119
2137
|
# @!attribute [rw] order_id
|
|
2120
2138
|
# The ID of the order.
|
|
2121
2139
|
# @return [String]
|
|
@@ -2170,6 +2188,8 @@ module Aws::Outposts
|
|
|
2170
2188
|
#
|
|
2171
2189
|
class Order < Struct.new(
|
|
2172
2190
|
:outpost_id,
|
|
2191
|
+
:quote_identifier,
|
|
2192
|
+
:quote_option_identifier,
|
|
2173
2193
|
:order_id,
|
|
2174
2194
|
:status,
|
|
2175
2195
|
:line_items,
|
|
@@ -3400,7 +3420,7 @@ module Aws::Outposts
|
|
|
3400
3420
|
end
|
|
3401
3421
|
|
|
3402
3422
|
# @!attribute [rw] quote_identifier
|
|
3403
|
-
# The ID
|
|
3423
|
+
# The ID of the quote.
|
|
3404
3424
|
# @return [String]
|
|
3405
3425
|
#
|
|
3406
3426
|
# @!attribute [rw] outpost_identifier
|
data/lib/aws-sdk-outposts.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -104,6 +104,8 @@ module Aws
|
|
|
104
104
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#create_order-instance_method
|
|
105
105
|
def create_order: (
|
|
106
106
|
outpost_identifier: ::String,
|
|
107
|
+
?quote_identifier: ::String,
|
|
108
|
+
?quote_option_identifier: ::String,
|
|
107
109
|
?line_items: Array[
|
|
108
110
|
{
|
|
109
111
|
catalog_item_id: ::String?,
|
data/sig/types.rbs
CHANGED
|
@@ -145,6 +145,8 @@ module Aws::Outposts
|
|
|
145
145
|
|
|
146
146
|
class CreateOrderInput
|
|
147
147
|
attr_accessor outpost_identifier: ::String
|
|
148
|
+
attr_accessor quote_identifier: ::String
|
|
149
|
+
attr_accessor quote_option_identifier: ::String
|
|
148
150
|
attr_accessor line_items: ::Array[Types::LineItemRequest]
|
|
149
151
|
attr_accessor payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
|
|
150
152
|
attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
|
|
@@ -631,6 +633,8 @@ module Aws::Outposts
|
|
|
631
633
|
|
|
632
634
|
class Order
|
|
633
635
|
attr_accessor outpost_id: ::String
|
|
636
|
+
attr_accessor quote_identifier: ::String
|
|
637
|
+
attr_accessor quote_option_identifier: ::String
|
|
634
638
|
attr_accessor order_id: ::String
|
|
635
639
|
attr_accessor status: ("RECEIVED" | "PENDING" | "PROCESSING" | "INSTALLING" | "FULFILLED" | "CANCELLED" | "PREPARING" | "IN_PROGRESS" | "DELIVERED" | "COMPLETED" | "ERROR")
|
|
636
640
|
attr_accessor line_items: ::Array[Types::LineItem]
|