aws-sdk-outposts 1.103.0 → 1.104.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.
@@ -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.103.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -131,6 +131,33 @@ module Aws
131
131
  ) -> _CreateOutpostResponseSuccess
132
132
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOutpostResponseSuccess
133
133
 
134
+ interface _CreateQuoteResponseSuccess
135
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateQuoteOutput]
136
+ def quote: () -> Types::Quote
137
+ end
138
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#create_quote-instance_method
139
+ def create_quote: (
140
+ ?outpost_identifier: ::String,
141
+ country_code: ::String,
142
+ requested_capacities: Array[
143
+ {
144
+ quote_capacity_type: ("EC2" | "EBS" | "S3")?,
145
+ unit: ::String?,
146
+ quantity: ::Float?
147
+ }
148
+ ],
149
+ ?requested_constraints: Array[
150
+ {
151
+ quote_constraint_type: ("RACK_MAXIMUM" | "RACK_MAX_POWER_KVA" | "RACK_MAX_WEIGHT_LBS")?,
152
+ value: ::String?
153
+ }
154
+ ],
155
+ ?requested_payment_options: Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")],
156
+ ?requested_payment_terms: Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")],
157
+ ?description: ::String
158
+ ) -> _CreateQuoteResponseSuccess
159
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQuoteResponseSuccess
160
+
134
161
  interface _CreateRenewalResponseSuccess
135
162
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateRenewalOutput]
136
163
  def payment_option: () -> ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
@@ -138,6 +165,7 @@ module Aws
138
165
  def outpost_id: () -> ::String
139
166
  def upfront_price: () -> ::Float
140
167
  def monthly_recurring_price: () -> ::Float
168
+ def currency: () -> ("USD")
141
169
  end
142
170
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#create_renewal-instance_method
143
171
  def create_renewal: (
@@ -183,6 +211,15 @@ module Aws
183
211
  ) -> _DeleteOutpostResponseSuccess
184
212
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteOutpostResponseSuccess
185
213
 
214
+ interface _DeleteQuoteResponseSuccess
215
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteQuoteOutput]
216
+ end
217
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#delete_quote-instance_method
218
+ def delete_quote: (
219
+ quote_identifier: ::String
220
+ ) -> _DeleteQuoteResponseSuccess
221
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteQuoteResponseSuccess
222
+
186
223
  interface _DeleteSiteResponseSuccess
187
224
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSiteOutput]
188
225
  end
@@ -302,6 +339,16 @@ module Aws
302
339
  ) -> _GetOutpostSupportedInstanceTypesResponseSuccess
303
340
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOutpostSupportedInstanceTypesResponseSuccess
304
341
 
342
+ interface _GetQuoteResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetQuoteOutput]
344
+ def quote: () -> Types::Quote
345
+ end
346
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#get_quote-instance_method
347
+ def get_quote: (
348
+ quote_identifier: ::String
349
+ ) -> _GetQuoteResponseSuccess
350
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetQuoteResponseSuccess
351
+
305
352
  interface _GetRenewalPricingResponseSuccess
306
353
  include ::Seahorse::Client::_ResponseSuccess[Types::GetRenewalPricingOutput]
307
354
  def pricing_result: () -> ("PRICED" | "UNABLE_TO_PRICE")
@@ -412,6 +459,19 @@ module Aws
412
459
  ) -> _ListCatalogItemsResponseSuccess
413
460
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCatalogItemsResponseSuccess
414
461
 
462
+ interface _ListOrderableInstanceTypesResponseSuccess
463
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOrderableInstanceTypesOutput]
464
+ def instance_types: () -> ::Array[Types::DetailedInstanceTypeItem]
465
+ def next_token: () -> ::String
466
+ end
467
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#list_orderable_instance_types-instance_method
468
+ def list_orderable_instance_types: (
469
+ ?outpost_generation_filter: ("GENERATION_2" | "GENERATION_1"),
470
+ ?max_results: ::Integer,
471
+ ?next_token: ::String
472
+ ) -> _ListOrderableInstanceTypesResponseSuccess
473
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOrderableInstanceTypesResponseSuccess
474
+
415
475
  interface _ListOrdersResponseSuccess
416
476
  include ::Seahorse::Client::_ResponseSuccess[Types::ListOrdersOutput]
417
477
  def orders: () -> ::Array[Types::OrderSummary]
@@ -440,6 +500,18 @@ module Aws
440
500
  ) -> _ListOutpostsResponseSuccess
441
501
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOutpostsResponseSuccess
442
502
 
503
+ interface _ListQuotesResponseSuccess
504
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQuotesOutput]
505
+ def quotes: () -> ::Array[Types::QuoteSummary]
506
+ def next_token: () -> ::String
507
+ end
508
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#list_quotes-instance_method
509
+ def list_quotes: (
510
+ ?next_token: ::String,
511
+ ?max_results: ::Integer
512
+ ) -> _ListQuotesResponseSuccess
513
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQuotesResponseSuccess
514
+
443
515
  interface _ListSitesResponseSuccess
444
516
  include ::Seahorse::Client::_ResponseSuccess[Types::ListSitesOutput]
445
517
  def sites: () -> ::Array[Types::Site]
@@ -561,6 +633,34 @@ module Aws
561
633
  ) -> _UpdateOutpostResponseSuccess
562
634
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOutpostResponseSuccess
563
635
 
636
+ interface _UpdateQuoteResponseSuccess
637
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateQuoteOutput]
638
+ def quote: () -> Types::Quote
639
+ end
640
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Outposts/Client.html#update_quote-instance_method
641
+ def update_quote: (
642
+ quote_identifier: ::String,
643
+ ?outpost_identifier: ::String,
644
+ ?country_code: ::String,
645
+ ?requested_capacities: Array[
646
+ {
647
+ quote_capacity_type: ("EC2" | "EBS" | "S3")?,
648
+ unit: ::String?,
649
+ quantity: ::Float?
650
+ }
651
+ ],
652
+ ?requested_constraints: Array[
653
+ {
654
+ quote_constraint_type: ("RACK_MAXIMUM" | "RACK_MAX_POWER_KVA" | "RACK_MAX_WEIGHT_LBS")?,
655
+ value: ::String?
656
+ }
657
+ ],
658
+ ?requested_payment_options: Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")],
659
+ ?requested_payment_terms: Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")],
660
+ ?description: ::String
661
+ ) -> _UpdateQuoteResponseSuccess
662
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateQuoteResponseSuccess
663
+
564
664
  interface _UpdateSiteResponseSuccess
565
665
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSiteOutput]
566
666
  def site: () -> Types::Site
data/sig/types.rbs CHANGED
@@ -81,6 +81,13 @@ module Aws::Outposts
81
81
  class CancelOrderOutput < Aws::EmptyStructure
82
82
  end
83
83
 
84
+ class CapacitySummary
85
+ attr_accessor existing_capacities: ::Array[Types::QuoteCapacity]
86
+ attr_accessor final_capacities: ::Array[Types::QuoteCapacity]
87
+ attr_accessor capacity_change: ::Array[Types::QuoteCapacity]
88
+ SENSITIVE: []
89
+ end
90
+
84
91
  class CapacityTaskFailure
85
92
  attr_accessor reason: ::String
86
93
  attr_accessor type: ("UNSUPPORTED_CAPACITY_CONFIGURATION" | "UNEXPECTED_ASSET_STATE" | "BLOCKING_INSTANCES_NOT_EVACUATED" | "INTERNAL_SERVER_ERROR" | "RESOURCE_NOT_FOUND")
@@ -165,6 +172,22 @@ module Aws::Outposts
165
172
  SENSITIVE: []
166
173
  end
167
174
 
175
+ class CreateQuoteInput
176
+ attr_accessor outpost_identifier: ::String
177
+ attr_accessor country_code: ::String
178
+ attr_accessor requested_capacities: ::Array[Types::QuoteCapacity]
179
+ attr_accessor requested_constraints: ::Array[Types::QuoteConstraint]
180
+ attr_accessor requested_payment_options: ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
181
+ attr_accessor requested_payment_terms: ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
182
+ attr_accessor description: ::String
183
+ SENSITIVE: [:description]
184
+ end
185
+
186
+ class CreateQuoteOutput
187
+ attr_accessor quote: Types::Quote
188
+ SENSITIVE: []
189
+ end
190
+
168
191
  class CreateRenewalInput
169
192
  attr_accessor payment_option: ("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")
170
193
  attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
@@ -179,6 +202,7 @@ module Aws::Outposts
179
202
  attr_accessor outpost_id: ::String
180
203
  attr_accessor upfront_price: ::Float
181
204
  attr_accessor monthly_recurring_price: ::Float
205
+ attr_accessor currency: ("USD")
182
206
  SENSITIVE: []
183
207
  end
184
208
 
@@ -206,6 +230,14 @@ module Aws::Outposts
206
230
  class DeleteOutpostOutput < Aws::EmptyStructure
207
231
  end
208
232
 
233
+ class DeleteQuoteInput
234
+ attr_accessor quote_identifier: ::String
235
+ SENSITIVE: []
236
+ end
237
+
238
+ class DeleteQuoteOutput < Aws::EmptyStructure
239
+ end
240
+
209
241
  class DeleteSiteInput
210
242
  attr_accessor site_id: ::String
211
243
  SENSITIVE: []
@@ -214,6 +246,15 @@ module Aws::Outposts
214
246
  class DeleteSiteOutput < Aws::EmptyStructure
215
247
  end
216
248
 
249
+ class DetailedInstanceTypeItem
250
+ attr_accessor instance_type: ::String
251
+ attr_accessor vcp_us: ::Integer
252
+ attr_accessor memory_in_mib: ::Integer
253
+ attr_accessor network_performance: ::String
254
+ attr_accessor form_factor_configs: ::Array[Types::FormFactorConfig]
255
+ SENSITIVE: []
256
+ end
257
+
217
258
  class EC2Capacity
218
259
  attr_accessor family: ::String
219
260
  attr_accessor max_size: ::String
@@ -221,6 +262,12 @@ module Aws::Outposts
221
262
  SENSITIVE: []
222
263
  end
223
264
 
265
+ class FormFactorConfig
266
+ attr_accessor form_factor: ("RACK" | "SERVER")
267
+ attr_accessor outpost_generation: ("GENERATION_2" | "GENERATION_1")
268
+ SENSITIVE: []
269
+ end
270
+
224
271
  class GetCapacityTaskInput
225
272
  attr_accessor capacity_task_id: ::String
226
273
  attr_accessor outpost_identifier: ::String
@@ -331,6 +378,16 @@ module Aws::Outposts
331
378
  SENSITIVE: []
332
379
  end
333
380
 
381
+ class GetQuoteInput
382
+ attr_accessor quote_identifier: ::String
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class GetQuoteOutput
387
+ attr_accessor quote: Types::Quote
388
+ SENSITIVE: []
389
+ end
390
+
334
391
  class GetRenewalPricingInput
335
392
  attr_accessor outpost_identifier: ::String
336
393
  SENSITIVE: []
@@ -489,6 +546,19 @@ module Aws::Outposts
489
546
  SENSITIVE: []
490
547
  end
491
548
 
549
+ class ListOrderableInstanceTypesInput
550
+ attr_accessor outpost_generation_filter: ("GENERATION_2" | "GENERATION_1")
551
+ attr_accessor max_results: ::Integer
552
+ attr_accessor next_token: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class ListOrderableInstanceTypesOutput
557
+ attr_accessor instance_types: ::Array[Types::DetailedInstanceTypeItem]
558
+ attr_accessor next_token: ::String
559
+ SENSITIVE: []
560
+ end
561
+
492
562
  class ListOrdersInput
493
563
  attr_accessor outpost_identifier_filter: ::String
494
564
  attr_accessor next_token: ::String
@@ -517,6 +587,18 @@ module Aws::Outposts
517
587
  SENSITIVE: []
518
588
  end
519
589
 
590
+ class ListQuotesInput
591
+ attr_accessor next_token: ::String
592
+ attr_accessor max_results: ::Integer
593
+ SENSITIVE: []
594
+ end
595
+
596
+ class ListQuotesOutput
597
+ attr_accessor quotes: ::Array[Types::QuoteSummary]
598
+ attr_accessor next_token: ::String
599
+ SENSITIVE: []
600
+ end
601
+
520
602
  class ListSitesInput
521
603
  attr_accessor next_token: ::String
522
604
  attr_accessor max_results: ::Integer
@@ -571,6 +653,13 @@ module Aws::Outposts
571
653
  SENSITIVE: []
572
654
  end
573
655
 
656
+ class OrderingRequirement
657
+ attr_accessor status_message: ::String
658
+ attr_accessor ordering_requirement_type: ("OUTPOST_ACTIVE_CHECK_ERROR" | "MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR" | "VALID_ZIP_CODE_CHECK_ERROR" | "RACK_PHYSICAL_PROPERTIES_CHECK_ERROR" | "OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR" | "SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR" | "COUNTRY_CODE_MISMATCH_CHECK_ERROR" | "OUTPOST_GENERATION_MISMATCH_ERROR" | "UNSUPPORTED" | "OUTPOST_ID_MISSING_ON_QUOTE_ERROR" | "ENTERPRISE_SUPPORT_ERROR" | "SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR" | "SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR" | "SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR" | "OUTPOST_STATE_CHANGED_ERROR" | "OUTPOST_NOT_FOUND_ERROR" | "OUTPOST_RENEWAL_REQUIRED_ERROR")
659
+ attr_accessor status: ("PASS" | "FAIL" | "EXEMPT")
660
+ SENSITIVE: []
661
+ end
662
+
574
663
  class Outpost
575
664
  attr_accessor outpost_id: ::String
576
665
  attr_accessor owner_id: ::String
@@ -593,6 +682,75 @@ module Aws::Outposts
593
682
  SENSITIVE: []
594
683
  end
595
684
 
685
+ class Quote
686
+ attr_accessor quote_id: ::String
687
+ attr_accessor account_id: ::String
688
+ attr_accessor quote_status: ("CREATED" | "ORDER_SUBMITTED" | "EXPIRED")
689
+ attr_accessor status_message: ::String
690
+ attr_accessor outpost_arn: ::String
691
+ attr_accessor country_code: ::String
692
+ attr_accessor requested_capacities: ::Array[Types::QuoteCapacity]
693
+ attr_accessor requested_constraints: ::Array[Types::QuoteConstraint]
694
+ attr_accessor requested_payment_options: ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
695
+ attr_accessor requested_payment_terms: ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
696
+ attr_accessor quote_options: ::Array[Types::QuoteOption]
697
+ attr_accessor ordering_requirements: ::Array[Types::OrderingRequirement]
698
+ attr_accessor submitted_order_id: ::String
699
+ attr_accessor created_date: ::Time
700
+ attr_accessor expiration_date: ::Time
701
+ attr_accessor description: ::String
702
+ SENSITIVE: [:description]
703
+ end
704
+
705
+ class QuoteCapacity
706
+ attr_accessor quote_capacity_type: ("EC2" | "EBS" | "S3")
707
+ attr_accessor unit: ::String
708
+ attr_accessor quantity: ::Float
709
+ SENSITIVE: []
710
+ end
711
+
712
+ class QuoteConstraint
713
+ attr_accessor quote_constraint_type: ("RACK_MAXIMUM" | "RACK_MAX_POWER_KVA" | "RACK_MAX_WEIGHT_LBS")
714
+ attr_accessor value: ::String
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class QuoteOption
719
+ attr_accessor quote_option_identifier: ::String
720
+ attr_accessor capacities: ::Array[Types::QuoteCapacity]
721
+ attr_accessor capacity_summary: Types::CapacitySummary
722
+ attr_accessor specifications: ::Array[Types::QuoteSpecification]
723
+ attr_accessor pricing_options: ::Array[Types::PricingOption]
724
+ SENSITIVE: []
725
+ end
726
+
727
+ class QuoteSpecification
728
+ attr_accessor quote_specification_type: ("UPDATED_RACK" | "NEW_RACK" | "EXISTING_RACK" | "SERVER")
729
+ attr_accessor existing_rack_specification_details: Types::RackSpecificationDetails
730
+ attr_accessor final_rack_specification_details: Types::RackSpecificationDetails
731
+ attr_accessor server_specification_details: Types::ServerSpecificationDetails
732
+ SENSITIVE: []
733
+ end
734
+
735
+ class QuoteSummary
736
+ attr_accessor quote_id: ::String
737
+ attr_accessor account_id: ::String
738
+ attr_accessor quote_status: ("CREATED" | "ORDER_SUBMITTED" | "EXPIRED")
739
+ attr_accessor status_message: ::String
740
+ attr_accessor outpost_arn: ::String
741
+ attr_accessor country_code: ::String
742
+ attr_accessor requested_capacities: ::Array[Types::QuoteCapacity]
743
+ attr_accessor requested_constraints: ::Array[Types::QuoteConstraint]
744
+ attr_accessor requested_payment_options: ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
745
+ attr_accessor requested_payment_terms: ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
746
+ attr_accessor quote_options: ::Array[Types::QuoteOption]
747
+ attr_accessor submitted_order_id: ::String
748
+ attr_accessor created_date: ::Time
749
+ attr_accessor expiration_date: ::Time
750
+ attr_accessor description: ::String
751
+ SENSITIVE: [:description]
752
+ end
753
+
596
754
  class RackPhysicalProperties
597
755
  attr_accessor power_draw_kva: ("POWER_5_KVA" | "POWER_10_KVA" | "POWER_15_KVA" | "POWER_30_KVA")
598
756
  attr_accessor power_phase: ("SINGLE_PHASE" | "THREE_PHASE")
@@ -606,6 +764,30 @@ module Aws::Outposts
606
764
  SENSITIVE: []
607
765
  end
608
766
 
767
+ class RackSpecificationDetails
768
+ attr_accessor rack_id: ::String
769
+ attr_accessor rack_use: ("NETWORKING" | "COMPUTE")
770
+ attr_accessor rack_power_draw_kva: ::Float
771
+ attr_accessor rack_weight_lbs: ::Float
772
+ attr_accessor rack_height_inches: ::Float
773
+ attr_accessor rack_width_inches: ::Float
774
+ attr_accessor rack_depth_inches: ::Float
775
+ attr_accessor rack_unit_height: ("HEIGHT_42U" | "HEIGHT_2U" | "HEIGHT_1U")
776
+ attr_accessor ec2_capacities: ::Array[Types::EC2Capacity]
777
+ SENSITIVE: []
778
+ end
779
+
780
+ class ServerSpecificationDetails
781
+ attr_accessor server_power_draw_kva: ::Float
782
+ attr_accessor server_weight_lbs: ::Float
783
+ attr_accessor server_height_inches: ::Float
784
+ attr_accessor server_width_inches: ::Float
785
+ attr_accessor server_depth_inches: ::Float
786
+ attr_accessor rack_unit_height: ("HEIGHT_42U" | "HEIGHT_2U" | "HEIGHT_1U")
787
+ attr_accessor ec2_capacities: ::Array[Types::EC2Capacity]
788
+ SENSITIVE: []
789
+ end
790
+
609
791
  class ServiceQuotaExceededException
610
792
  attr_accessor message: ::String
611
793
  SENSITIVE: []
@@ -693,6 +875,7 @@ module Aws::Outposts
693
875
  attr_accessor order_ids: ::Array[::String]
694
876
  attr_accessor begin_date: ::Time
695
877
  attr_accessor end_date: ::Time
878
+ attr_accessor currency: ("USD")
696
879
  attr_accessor monthly_recurring_price: ::Float
697
880
  attr_accessor upfront_price: ::Float
698
881
  SENSITIVE: []
@@ -703,6 +886,7 @@ module Aws::Outposts
703
886
  attr_accessor payment_term: ("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")
704
887
  attr_accessor upfront_price: ::Float
705
888
  attr_accessor monthly_recurring_price: ::Float
889
+ attr_accessor currency: ("USD")
706
890
  SENSITIVE: []
707
891
  end
708
892
 
@@ -737,6 +921,23 @@ module Aws::Outposts
737
921
  SENSITIVE: []
738
922
  end
739
923
 
924
+ class UpdateQuoteInput
925
+ attr_accessor quote_identifier: ::String
926
+ attr_accessor outpost_identifier: ::String
927
+ attr_accessor country_code: ::String
928
+ attr_accessor requested_capacities: ::Array[Types::QuoteCapacity]
929
+ attr_accessor requested_constraints: ::Array[Types::QuoteConstraint]
930
+ attr_accessor requested_payment_options: ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
931
+ attr_accessor requested_payment_terms: ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
932
+ attr_accessor description: ::String
933
+ SENSITIVE: [:description]
934
+ end
935
+
936
+ class UpdateQuoteOutput
937
+ attr_accessor quote: Types::Quote
938
+ SENSITIVE: []
939
+ end
940
+
740
941
  class UpdateSiteAddressInput
741
942
  attr_accessor site_id: ::String
742
943
  attr_accessor address_type: ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services