@aws-sdk/client-outposts 3.1064.0 → 3.1065.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.
Files changed (50) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/index.js +171 -3
  3. package/dist-cjs/schemas/schemas_0.js +269 -16
  4. package/dist-es/Outposts.js +16 -0
  5. package/dist-es/commands/CreateQuoteCommand.js +16 -0
  6. package/dist-es/commands/DeleteQuoteCommand.js +16 -0
  7. package/dist-es/commands/GetQuoteCommand.js +16 -0
  8. package/dist-es/commands/ListOrderableInstanceTypesCommand.js +16 -0
  9. package/dist-es/commands/ListQuotesCommand.js +16 -0
  10. package/dist-es/commands/UpdateQuoteCommand.js +16 -0
  11. package/dist-es/commands/index.js +6 -0
  12. package/dist-es/models/enums.js +68 -3
  13. package/dist-es/pagination/ListOrderableInstanceTypesPaginator.js +4 -0
  14. package/dist-es/pagination/ListQuotesPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +265 -13
  17. package/dist-types/Outposts.d.ts +58 -0
  18. package/dist-types/OutpostsClient.d.ts +8 -2
  19. package/dist-types/commands/CreateQuoteCommand.d.ts +231 -0
  20. package/dist-types/commands/CreateRenewalCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteQuoteCommand.d.ts +86 -0
  22. package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +1 -0
  23. package/dist-types/commands/GetQuoteCommand.d.ts +208 -0
  24. package/dist-types/commands/GetRenewalPricingCommand.d.ts +1 -0
  25. package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +105 -0
  26. package/dist-types/commands/ListQuotesCommand.d.ts +199 -0
  27. package/dist-types/commands/UpdateQuoteCommand.d.ts +231 -0
  28. package/dist-types/commands/index.d.ts +6 -0
  29. package/dist-types/models/enums.d.ts +164 -11
  30. package/dist-types/models/models_0.d.ts +881 -59
  31. package/dist-types/pagination/ListOrderableInstanceTypesPaginator.d.ts +7 -0
  32. package/dist-types/pagination/ListQuotesPaginator.d.ts +7 -0
  33. package/dist-types/pagination/index.d.ts +2 -0
  34. package/dist-types/schemas/schemas_0.d.ts +30 -0
  35. package/dist-types/ts3.4/Outposts.d.ts +118 -0
  36. package/dist-types/ts3.4/OutpostsClient.d.ts +36 -0
  37. package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +49 -0
  38. package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +49 -0
  39. package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +45 -0
  40. package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +53 -0
  41. package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +49 -0
  42. package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +49 -0
  43. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  44. package/dist-types/ts3.4/models/enums.d.ts +89 -5
  45. package/dist-types/ts3.4/models/models_0.d.ts +174 -10
  46. package/dist-types/ts3.4/pagination/ListOrderableInstanceTypesPaginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/ListQuotesPaginator.d.ts +11 -0
  48. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  50. package/package.json +3 -3
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOutpostOutput$ = exports.GetOutpostInstanceTypesOutput$ = exports.GetOutpostInstanceTypesInput$ = exports.GetOutpostInput$ = exports.GetOutpostBillingInformationOutput$ = exports.GetOutpostBillingInformationInput$ = exports.GetOrderOutput$ = exports.GetOrderInput$ = exports.GetConnectionResponse$ = exports.GetConnectionRequest$ = exports.GetCatalogItemOutput$ = exports.GetCatalogItemInput$ = exports.GetCapacityTaskOutput$ = exports.GetCapacityTaskInput$ = exports.EC2Capacity$ = exports.DeleteSiteOutput$ = exports.DeleteSiteInput$ = exports.DeleteOutpostOutput$ = exports.DeleteOutpostInput$ = exports.CreateSiteOutput$ = exports.CreateSiteInput$ = exports.CreateRenewalOutput$ = exports.CreateRenewalInput$ = exports.CreateOutpostOutput$ = exports.CreateOutpostInput$ = exports.CreateOrderOutput$ = exports.CreateOrderInput$ = exports.ConnectionDetails$ = exports.ComputeAttributes$ = exports.CatalogItem$ = exports.CapacityTaskSummary$ = exports.CapacityTaskFailure$ = exports.CancelOrderOutput$ = exports.CancelOrderInput$ = exports.CancelCapacityTaskOutput$ = exports.CancelCapacityTaskInput$ = exports.BlockingInstance$ = exports.AssetLocation$ = exports.AssetInstanceTypeCapacity$ = exports.AssetInstance$ = exports.AssetInfo$ = exports.Address$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ServiceQuotaExceededException$ = exports.NotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.OutpostsServiceException$ = void 0;
4
- exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubscriptionPricingDetails$ = exports.Subscription$ = exports.StartOutpostDecommissionOutput$ = exports.StartOutpostDecommissionInput$ = exports.StartConnectionResponse$ = exports.StartConnectionRequest$ = exports.StartCapacityTaskOutput$ = exports.StartCapacityTaskInput$ = exports.Site$ = exports.ShipmentInformation$ = exports.RackPhysicalProperties$ = exports.PricingOption$ = exports.Outpost$ = exports.OrderSummary$ = exports.Order$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSitesOutput$ = exports.ListSitesInput$ = exports.ListOutpostsOutput$ = exports.ListOutpostsInput$ = exports.ListOrdersOutput$ = exports.ListOrdersInput$ = exports.ListCatalogItemsOutput$ = exports.ListCatalogItemsInput$ = exports.ListCapacityTasksOutput$ = exports.ListCapacityTasksInput$ = exports.ListBlockingInstancesForCapacityTaskOutput$ = exports.ListBlockingInstancesForCapacityTaskInput$ = exports.ListAssetsOutput$ = exports.ListAssetsInput$ = exports.ListAssetInstancesOutput$ = exports.ListAssetInstancesInput$ = exports.LineItemRequest$ = exports.LineItemAssetInformation$ = exports.LineItem$ = exports.InstanceTypeItem$ = exports.InstanceTypeCapacity$ = exports.InstancesToExclude$ = exports.GetSiteOutput$ = exports.GetSiteInput$ = exports.GetSiteAddressOutput$ = exports.GetSiteAddressInput$ = exports.GetRenewalPricingOutput$ = exports.GetRenewalPricingInput$ = exports.GetOutpostSupportedInstanceTypesOutput$ = exports.GetOutpostSupportedInstanceTypesInput$ = void 0;
5
- exports.UpdateSiteRackPhysicalProperties$ = exports.UpdateSiteAddress$ = exports.UpdateSite$ = exports.UpdateOutpost$ = exports.UntagResource$ = exports.TagResource$ = exports.StartOutpostDecommission$ = exports.StartConnection$ = exports.StartCapacityTask$ = exports.ListTagsForResource$ = exports.ListSites$ = exports.ListOutposts$ = exports.ListOrders$ = exports.ListCatalogItems$ = exports.ListCapacityTasks$ = exports.ListBlockingInstancesForCapacityTask$ = exports.ListAssets$ = exports.ListAssetInstances$ = exports.GetSiteAddress$ = exports.GetSite$ = exports.GetRenewalPricing$ = exports.GetOutpostSupportedInstanceTypes$ = exports.GetOutpostInstanceTypes$ = exports.GetOutpostBillingInformation$ = exports.GetOutpost$ = exports.GetOrder$ = exports.GetConnection$ = exports.GetCatalogItem$ = exports.GetCapacityTask$ = exports.DeleteSite$ = exports.DeleteOutpost$ = exports.CreateSite$ = exports.CreateRenewal$ = exports.CreateOutpost$ = exports.CreateOrder$ = exports.CancelOrder$ = exports.CancelCapacityTask$ = exports.UpdateSiteRackPhysicalPropertiesOutput$ = exports.UpdateSiteRackPhysicalPropertiesInput$ = exports.UpdateSiteOutput$ = exports.UpdateSiteInput$ = exports.UpdateSiteAddressOutput$ = exports.UpdateSiteAddressInput$ = exports.UpdateOutpostOutput$ = exports.UpdateOutpostInput$ = exports.UntagResourceResponse$ = void 0;
3
+ exports.GetOrderInput$ = exports.GetConnectionResponse$ = exports.GetConnectionRequest$ = exports.GetCatalogItemOutput$ = exports.GetCatalogItemInput$ = exports.GetCapacityTaskOutput$ = exports.GetCapacityTaskInput$ = exports.FormFactorConfig$ = exports.EC2Capacity$ = exports.DetailedInstanceTypeItem$ = exports.DeleteSiteOutput$ = exports.DeleteSiteInput$ = exports.DeleteQuoteOutput$ = exports.DeleteQuoteInput$ = exports.DeleteOutpostOutput$ = exports.DeleteOutpostInput$ = exports.CreateSiteOutput$ = exports.CreateSiteInput$ = exports.CreateRenewalOutput$ = exports.CreateRenewalInput$ = exports.CreateQuoteOutput$ = exports.CreateQuoteInput$ = exports.CreateOutpostOutput$ = exports.CreateOutpostInput$ = exports.CreateOrderOutput$ = exports.CreateOrderInput$ = exports.ConnectionDetails$ = exports.ComputeAttributes$ = exports.CatalogItem$ = exports.CapacityTaskSummary$ = exports.CapacityTaskFailure$ = exports.CapacitySummary$ = exports.CancelOrderOutput$ = exports.CancelOrderInput$ = exports.CancelCapacityTaskOutput$ = exports.CancelCapacityTaskInput$ = exports.BlockingInstance$ = exports.AssetLocation$ = exports.AssetInstanceTypeCapacity$ = exports.AssetInstance$ = exports.AssetInfo$ = exports.Address$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ServiceQuotaExceededException$ = exports.NotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.OutpostsServiceException$ = void 0;
4
+ exports.PricingOption$ = exports.Outpost$ = exports.OrderSummary$ = exports.OrderingRequirement$ = exports.Order$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSitesOutput$ = exports.ListSitesInput$ = exports.ListQuotesOutput$ = exports.ListQuotesInput$ = exports.ListOutpostsOutput$ = exports.ListOutpostsInput$ = exports.ListOrdersOutput$ = exports.ListOrdersInput$ = exports.ListOrderableInstanceTypesOutput$ = exports.ListOrderableInstanceTypesInput$ = exports.ListCatalogItemsOutput$ = exports.ListCatalogItemsInput$ = exports.ListCapacityTasksOutput$ = exports.ListCapacityTasksInput$ = exports.ListBlockingInstancesForCapacityTaskOutput$ = exports.ListBlockingInstancesForCapacityTaskInput$ = exports.ListAssetsOutput$ = exports.ListAssetsInput$ = exports.ListAssetInstancesOutput$ = exports.ListAssetInstancesInput$ = exports.LineItemRequest$ = exports.LineItemAssetInformation$ = exports.LineItem$ = exports.InstanceTypeItem$ = exports.InstanceTypeCapacity$ = exports.InstancesToExclude$ = exports.GetSiteOutput$ = exports.GetSiteInput$ = exports.GetSiteAddressOutput$ = exports.GetSiteAddressInput$ = exports.GetRenewalPricingOutput$ = exports.GetRenewalPricingInput$ = exports.GetQuoteOutput$ = exports.GetQuoteInput$ = exports.GetOutpostSupportedInstanceTypesOutput$ = exports.GetOutpostSupportedInstanceTypesInput$ = exports.GetOutpostOutput$ = exports.GetOutpostInstanceTypesOutput$ = exports.GetOutpostInstanceTypesInput$ = exports.GetOutpostInput$ = exports.GetOutpostBillingInformationOutput$ = exports.GetOutpostBillingInformationInput$ = exports.GetOrderOutput$ = void 0;
5
+ exports.GetOutpostInstanceTypes$ = exports.GetOutpostBillingInformation$ = exports.GetOutpost$ = exports.GetOrder$ = exports.GetConnection$ = exports.GetCatalogItem$ = exports.GetCapacityTask$ = exports.DeleteSite$ = exports.DeleteQuote$ = exports.DeleteOutpost$ = exports.CreateSite$ = exports.CreateRenewal$ = exports.CreateQuote$ = exports.CreateOutpost$ = exports.CreateOrder$ = exports.CancelOrder$ = exports.CancelCapacityTask$ = exports.UpdateSiteRackPhysicalPropertiesOutput$ = exports.UpdateSiteRackPhysicalPropertiesInput$ = exports.UpdateSiteOutput$ = exports.UpdateSiteInput$ = exports.UpdateSiteAddressOutput$ = exports.UpdateSiteAddressInput$ = exports.UpdateQuoteOutput$ = exports.UpdateQuoteInput$ = exports.UpdateOutpostOutput$ = exports.UpdateOutpostInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubscriptionPricingDetails$ = exports.Subscription$ = exports.StartOutpostDecommissionOutput$ = exports.StartOutpostDecommissionInput$ = exports.StartConnectionResponse$ = exports.StartConnectionRequest$ = exports.StartCapacityTaskOutput$ = exports.StartCapacityTaskInput$ = exports.Site$ = exports.ShipmentInformation$ = exports.ServerSpecificationDetails$ = exports.RackSpecificationDetails$ = exports.RackPhysicalProperties$ = exports.QuoteSummary$ = exports.QuoteSpecification$ = exports.QuoteOption$ = exports.QuoteConstraint$ = exports.QuoteCapacity$ = exports.Quote$ = void 0;
6
+ exports.UpdateSiteRackPhysicalProperties$ = exports.UpdateSiteAddress$ = exports.UpdateSite$ = exports.UpdateQuote$ = exports.UpdateOutpost$ = exports.UntagResource$ = exports.TagResource$ = exports.StartOutpostDecommission$ = exports.StartConnection$ = exports.StartCapacityTask$ = exports.ListTagsForResource$ = exports.ListSites$ = exports.ListQuotes$ = exports.ListOutposts$ = exports.ListOrders$ = exports.ListOrderableInstanceTypes$ = exports.ListCatalogItems$ = exports.ListCapacityTasks$ = exports.ListBlockingInstancesForCapacityTask$ = exports.ListAssets$ = exports.ListAssetInstances$ = exports.GetSiteAddress$ = exports.GetSite$ = exports.GetRenewalPricing$ = exports.GetQuote$ = exports.GetOutpostSupportedInstanceTypes$ = void 0;
6
7
  const _A = "Address";
7
8
  const _ADE = "AccessDeniedException";
8
9
  const _AI = "AssetInfo";
@@ -44,9 +45,11 @@ const _CC = "CountryCode";
44
45
  const _CCT = "CancelCapacityTask";
45
46
  const _CCTI = "CancelCapacityTaskInput";
46
47
  const _CCTO = "CancelCapacityTaskOutput";
48
+ const _CCa = "CapacityChange";
47
49
  const _CD = "CreationDate";
48
50
  const _CDo = "CompletionDate";
49
51
  const _CDon = "ConnectionDetails";
52
+ const _CDr = "CreatedDate";
50
53
  const _CE = "ConflictException";
51
54
  const _CED = "ContractEndDate";
52
55
  const _CI = "CatalogItem";
@@ -66,12 +69,16 @@ const _COr = "CreateOrder";
66
69
  const _COre = "CreateOutpost";
67
70
  const _CPK = "ClientPublicKey";
68
71
  const _CPN = "ContactPhoneNumber";
72
+ const _CQ = "CreateQuote";
73
+ const _CQI = "CreateQuoteInput";
74
+ const _CQO = "CreateQuoteOutput";
69
75
  const _CR = "CreateRenewal";
70
76
  const _CRI = "CreateRenewalInput";
71
77
  const _CRO = "CreateRenewalOutput";
72
- const _CS = "CreateSite";
78
+ const _CS = "CapacitySummary";
73
79
  const _CSI = "CreateSiteInput";
74
80
  const _CSO = "CreateSiteOutput";
81
+ const _CSr = "CreateSite";
75
82
  const _CT = "ClientToken";
76
83
  const _CTA = "ClientTunnelAddress";
77
84
  const _CTF = "CapacityTaskFailure";
@@ -81,24 +88,40 @@ const _CTS = "CapacityTaskSummary";
81
88
  const _CTSF = "CapacityTaskStatusFilter";
82
89
  const _CTSa = "CapacityTaskStatus";
83
90
  const _CTa = "CapacityTasks";
91
+ const _Ca = "Capacities";
84
92
  const _Co = "Count";
93
+ const _Cu = "Currency";
85
94
  const _D = "Description";
95
+ const _DITI = "DetailedInstanceTypeItem";
96
+ const _DITLD = "DetailedInstanceTypeListDefinition";
86
97
  const _DO = "DeleteOutpost";
87
98
  const _DOC = "DistrictOrCounty";
88
99
  const _DOI = "DeleteOutpostInput";
89
100
  const _DOO = "DeleteOutpostOutput";
101
+ const _DQ = "DeleteQuote";
102
+ const _DQI = "DeleteQuoteInput";
103
+ const _DQO = "DeleteQuoteOutput";
90
104
  const _DR = "DryRun";
91
105
  const _DS = "DeleteSite";
92
106
  const _DSI = "DeleteSiteInput";
93
107
  const _DSN = "DeviceSerialNumber";
94
108
  const _DSO = "DeleteSiteOutput";
109
+ const _EC = "ExistingCapacities";
95
110
  const _ECC = "EC2Capacities";
96
111
  const _ECCLD = "EC2CapacityListDefinition";
97
112
  const _ECCa = "EC2Capacity";
98
113
  const _ECFF = "EC2FamilyFilter";
99
- const _ED = "EndDate";
114
+ const _ED = "ExpirationDate";
115
+ const _EDn = "EndDate";
116
+ const _ERSD = "ExistingRackSpecificationDetails";
100
117
  const _F = "Family";
118
+ const _FC = "FinalCapacities";
119
+ const _FF = "FormFactor";
120
+ const _FFC = "FormFactorConfigs";
121
+ const _FFCL = "FormFactorConfigList";
122
+ const _FFCo = "FormFactorConfig";
101
123
  const _FOCT = "FiberOpticCableType";
124
+ const _FRSD = "FinalRackSpecificationDetails";
102
125
  const _Fa = "Failed";
103
126
  const _GC = "GetConnection";
104
127
  const _GCI = "GetCatalogItem";
@@ -124,6 +147,9 @@ const _GOSIT = "GetOutpostSupportedInstanceTypes";
124
147
  const _GOSITI = "GetOutpostSupportedInstanceTypesInput";
125
148
  const _GOSITO = "GetOutpostSupportedInstanceTypesOutput";
126
149
  const _GOe = "GetOutpost";
150
+ const _GQ = "GetQuote";
151
+ const _GQI = "GetQuoteInput";
152
+ const _GQO = "GetQuoteOutput";
127
153
  const _GRP = "GetRenewalPricing";
128
154
  const _GRPI = "GetRenewalPricingInput";
129
155
  const _GRPO = "GetRenewalPricingOutput";
@@ -179,10 +205,16 @@ const _LIi = "LineItem";
179
205
  const _LMD = "LastModifiedDate";
180
206
  const _LO = "ListOrders";
181
207
  const _LOI = "ListOrdersInput";
208
+ const _LOIT = "ListOrderableInstanceTypes";
209
+ const _LOITI = "ListOrderableInstanceTypesInput";
210
+ const _LOITO = "ListOrderableInstanceTypesOutput";
182
211
  const _LOIi = "ListOutpostsInput";
183
212
  const _LOO = "ListOrdersOutput";
184
213
  const _LOOi = "ListOutpostsOutput";
185
214
  const _LOi = "ListOutposts";
215
+ const _LQ = "ListQuotes";
216
+ const _LQI = "ListQuotesInput";
217
+ const _LQO = "ListQuotesOutput";
186
218
  const _LS = "ListSites";
187
219
  const _LSI = "ListSitesInput";
188
220
  const _LSO = "ListSitesOutput";
@@ -191,6 +223,7 @@ const _LTFRR = "ListTagsForResourceRequest";
191
223
  const _LTFRRi = "ListTagsForResourceResponse";
192
224
  const _M = "Message";
193
225
  const _MAL = "MacAddressList";
226
+ const _MIM = "MemoryInMib";
194
227
  const _MR = "MaxResults";
195
228
  const _MRP = "MonthlyRecurringPrice";
196
229
  const _MS = "MaxSize";
@@ -200,6 +233,7 @@ const _Mu = "Municipality";
200
233
  const _N = "Name";
201
234
  const _NFE = "NotFoundException";
202
235
  const _NIDI = "NetworkInterfaceDeviceIndex";
236
+ const _NP = "NetworkPerformance";
203
237
  const _NT = "NextToken";
204
238
  const _No = "Notes";
205
239
  const _O = "Order";
@@ -212,12 +246,18 @@ const _OASOR = "OperatingAddressStateOrRegion";
212
246
  const _OASORF = "OperatingAddressStateOrRegionFilter";
213
247
  const _OAu = "OutpostArn";
214
248
  const _OFD = "OrderFulfilledDate";
249
+ const _OG = "OutpostGeneration";
250
+ const _OGF = "OutpostGenerationFilter";
215
251
  const _OI = "OutpostIdentifier";
216
252
  const _OIF = "OutpostIdentifierFilter";
217
253
  const _OIr = "OrderId";
218
254
  const _OIrd = "OrderIds";
219
255
  const _OIu = "OutpostId";
220
256
  const _OIw = "OwnerId";
257
+ const _OR = "OrderingRequirement";
258
+ const _ORL = "OrderingRequirementList";
259
+ const _ORT = "OrderingRequirementType";
260
+ const _ORr = "OrderingRequirements";
221
261
  const _OS = "OrderSummary";
222
262
  const _OSD = "OrderSubmissionDate";
223
263
  const _OSLD = "OrderSummaryListDefinition";
@@ -241,15 +281,48 @@ const _PP = "PowerPhase";
241
281
  const _PR = "PricingResult";
242
282
  const _PT = "PaymentTerm";
243
283
  const _PTr = "PricingType";
244
- const _Q = "Quantity";
284
+ const _Q = "Quote";
285
+ const _QC = "QuoteCapacity";
286
+ const _QCL = "QuoteCapacityList";
287
+ const _QCLu = "QuoteConstraintList";
288
+ const _QCT = "QuoteCapacityType";
289
+ const _QCTu = "QuoteConstraintType";
290
+ const _QCu = "QuoteConstraint";
291
+ const _QD = "QuoteDescription";
292
+ const _QI = "QuoteIdentifier";
293
+ const _QIu = "QuoteId";
294
+ const _QO = "QuoteOptions";
295
+ const _QOI = "QuoteOptionIdentifier";
296
+ const _QOL = "QuoteOptionList";
297
+ const _QOu = "QuoteOption";
298
+ const _QS = "QuoteStatus";
299
+ const _QSL = "QuoteSpecificationList";
300
+ const _QSLD = "QuoteSummaryListDefinition";
301
+ const _QST = "QuoteSpecificationType";
302
+ const _QSu = "QuoteSpecification";
303
+ const _QSuo = "QuoteSummary";
304
+ const _Qu = "Quantity";
305
+ const _Quo = "Quotes";
245
306
  const _R = "Reason";
246
307
  const _RA = "ResourceArn";
308
+ const _RC = "RequestedCapacities";
309
+ const _RCe = "RequestedConstraints";
310
+ const _RDI = "RackDepthInches";
247
311
  const _RE = "RackElevation";
312
+ const _RHI = "RackHeightInches";
248
313
  const _RI = "ResourceId";
249
314
  const _RIP = "RequestedInstancePools";
250
315
  const _RIa = "RackId";
316
+ const _RPDK = "RackPowerDrawKva";
317
+ const _RPO = "RequestedPaymentOptions";
251
318
  const _RPP = "RackPhysicalProperties";
319
+ const _RPT = "RequestedPaymentTerms";
320
+ const _RSD = "RackSpecificationDetails";
252
321
  const _RT = "ResourceType";
322
+ const _RU = "RackUse";
323
+ const _RUH = "RackUnitHeight";
324
+ const _RWI = "RackWidthInches";
325
+ const _RWL = "RackWeightLbs";
253
326
  const _S = "State";
254
327
  const _SA = "ShippingAddress";
255
328
  const _SAi = "SiteArn";
@@ -260,30 +333,39 @@ const _SCT = "StartCapacityTask";
260
333
  const _SCTI = "StartCapacityTaskInput";
261
334
  const _SCTO = "StartCapacityTaskOutput";
262
335
  const _SCt = "StartConnection";
336
+ const _SDI = "ServerDepthInches";
263
337
  const _SE = "ServerEndpoint";
264
338
  const _SF = "StatusFilter";
339
+ const _SHI = "ServerHeightInches";
265
340
  const _SHT = "SupportedHardwareType";
266
341
  const _SI = "SiteId";
267
342
  const _SIh = "ShipmentInformation";
268
343
  const _SIu = "SubscriptionId";
269
344
  const _SL = "SubscriptionList";
345
+ const _SM = "StatusMessage";
270
346
  const _SOD = "StartOutpostDecommission";
271
347
  const _SODI = "StartOutpostDecommissionInput";
272
348
  const _SODO = "StartOutpostDecommissionOutput";
349
+ const _SOI = "SubmittedOrderId";
273
350
  const _SOR = "StateOrRegion";
274
351
  const _SPD = "SubscriptionPricingDetails";
352
+ const _SPDK = "ServerPowerDrawKva";
275
353
  const _SPK = "ServerPublicKey";
276
354
  const _SQEE = "ServiceQuotaExceededException";
277
355
  const _SS = "SupportedStorage";
356
+ const _SSD = "ServerSpecificationDetails";
278
357
  const _SSF = "SupportedStorageFilter";
279
358
  const _SSu = "SubscriptionStatus";
280
359
  const _ST = "SubscriptionType";
281
360
  const _STA = "ServerTunnelAddress";
282
361
  const _STN = "ShipmentTrackingNumber";
283
362
  const _SUG = "SupportedUplinkGbps";
363
+ const _SWI = "ServerWidthInches";
364
+ const _SWL = "ServerWeightLbs";
284
365
  const _Se = "Services";
285
366
  const _Si = "Site";
286
367
  const _Sit = "Sites";
368
+ const _Sp = "Specifications";
287
369
  const _St = "Status";
288
370
  const _Su = "Subscriptions";
289
371
  const _Sub = "Subscription";
@@ -294,6 +376,7 @@ const _TR = "TagResource";
294
376
  const _TRR = "TagResourceRequest";
295
377
  const _TRRa = "TagResourceResponse";
296
378
  const _Ta = "Tags";
379
+ const _U = "Unit";
297
380
  const _UC = "UplinkCount";
298
381
  const _UG = "UplinkGbps";
299
382
  const _UIA = "UnderlayIpAddress";
@@ -301,6 +384,9 @@ const _UO = "UpdateOutpost";
301
384
  const _UOI = "UpdateOutpostInput";
302
385
  const _UOO = "UpdateOutpostOutput";
303
386
  const _UP = "UpfrontPrice";
387
+ const _UQ = "UpdateQuote";
388
+ const _UQI = "UpdateQuoteInput";
389
+ const _UQO = "UpdateQuoteOutput";
304
390
  const _UR = "UntagResource";
305
391
  const _URR = "UntagResourceRequest";
306
392
  const _URRn = "UntagResourceResponse";
@@ -313,6 +399,7 @@ const _USO = "UpdateSiteOutput";
313
399
  const _USRPP = "UpdateSiteRackPhysicalProperties";
314
400
  const _USRPPI = "UpdateSiteRackPhysicalPropertiesInput";
315
401
  const _USRPPO = "UpdateSiteRackPhysicalPropertiesOutput";
402
+ const _V = "Value";
316
403
  const _VCPU = "VCPUs";
317
404
  const _VE = "ValidationException";
318
405
  const _VO = "ValidateOnly";
@@ -375,6 +462,7 @@ exports.errorTypeRegistries = [
375
462
  _s_registry,
376
463
  n0_registry,
377
464
  ];
465
+ var QuoteDescription = [0, n0, _QD, 8, 0];
378
466
  exports.Address$ = [3, n0, _A,
379
467
  0,
380
468
  [_CN, _CPN, _AL, _C, _SOR, _PC, _CC, _ALd, _ALdd, _DOC, _Mu],
@@ -425,6 +513,11 @@ exports.CancelOrderOutput$ = [3, n0, _COO,
425
513
  [],
426
514
  []
427
515
  ];
516
+ exports.CapacitySummary$ = [3, n0, _CS,
517
+ 0,
518
+ [_EC, _FC, _CCa],
519
+ [() => QuoteCapacityList, () => QuoteCapacityList, () => QuoteCapacityList]
520
+ ];
428
521
  exports.CapacityTaskFailure$ = [3, n0, _CTF,
429
522
  0,
430
523
  [_R, _T],
@@ -470,6 +563,16 @@ exports.CreateOutpostOutput$ = [3, n0, _COOre,
470
563
  [_Ou],
471
564
  [() => exports.Outpost$]
472
565
  ];
566
+ exports.CreateQuoteInput$ = [3, n0, _CQI,
567
+ 0,
568
+ [_CC, _RC, _OI, _RCe, _RPO, _RPT, _D],
569
+ [0, () => QuoteCapacityList, 0, () => QuoteConstraintList, 64 | 0, 64 | 0, [() => QuoteDescription, 0]], 2
570
+ ];
571
+ exports.CreateQuoteOutput$ = [3, n0, _CQO,
572
+ 0,
573
+ [_Q],
574
+ [[() => exports.Quote$, 0]]
575
+ ];
473
576
  exports.CreateRenewalInput$ = [3, n0, _CRI,
474
577
  0,
475
578
  [_PO, _PT, _OI, _CT],
@@ -477,8 +580,8 @@ exports.CreateRenewalInput$ = [3, n0, _CRI,
477
580
  ];
478
581
  exports.CreateRenewalOutput$ = [3, n0, _CRO,
479
582
  0,
480
- [_PO, _PT, _OIu, _UP, _MRP],
481
- [0, 0, 0, 1, 1]
583
+ [_PO, _PT, _OIu, _UP, _MRP, _Cu],
584
+ [0, 0, 0, 1, 1, 0]
482
585
  ];
483
586
  exports.CreateSiteInput$ = [3, n0, _CSI,
484
587
  0,
@@ -500,6 +603,16 @@ exports.DeleteOutpostOutput$ = [3, n0, _DOO,
500
603
  [],
501
604
  []
502
605
  ];
606
+ exports.DeleteQuoteInput$ = [3, n0, _DQI,
607
+ 0,
608
+ [_QI],
609
+ [[0, 1]], 1
610
+ ];
611
+ exports.DeleteQuoteOutput$ = [3, n0, _DQO,
612
+ 0,
613
+ [],
614
+ []
615
+ ];
503
616
  exports.DeleteSiteInput$ = [3, n0, _DSI,
504
617
  0,
505
618
  [_SI],
@@ -510,11 +623,21 @@ exports.DeleteSiteOutput$ = [3, n0, _DSO,
510
623
  [],
511
624
  []
512
625
  ];
626
+ exports.DetailedInstanceTypeItem$ = [3, n0, _DITI,
627
+ 0,
628
+ [_IT, _VCPU, _MIM, _NP, _FFC],
629
+ [0, 1, 1, 0, () => FormFactorConfigList]
630
+ ];
513
631
  exports.EC2Capacity$ = [3, n0, _ECCa,
514
632
  0,
515
- [_F, _MS, _Q],
633
+ [_F, _MS, _Qu],
516
634
  [0, 0, 0]
517
635
  ];
636
+ exports.FormFactorConfig$ = [3, n0, _FFCo,
637
+ 0,
638
+ [_FF, _OG],
639
+ [0, 0]
640
+ ];
518
641
  exports.GetCapacityTaskInput$ = [3, n0, _GCTI,
519
642
  0,
520
643
  [_CTI, _OI],
@@ -595,6 +718,16 @@ exports.GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
595
718
  [_ITn, _NT],
596
719
  [() => InstanceTypeListDefinition, 0]
597
720
  ];
721
+ exports.GetQuoteInput$ = [3, n0, _GQI,
722
+ 0,
723
+ [_QI],
724
+ [[0, 1]], 1
725
+ ];
726
+ exports.GetQuoteOutput$ = [3, n0, _GQO,
727
+ 0,
728
+ [_Q],
729
+ [[() => exports.Quote$, 0]]
730
+ ];
598
731
  exports.GetRenewalPricingInput$ = [3, n0, _GRPI,
599
732
  0,
600
733
  [_OI],
@@ -642,7 +775,7 @@ exports.InstanceTypeItem$ = [3, n0, _ITI,
642
775
  ];
643
776
  exports.LineItem$ = [3, n0, _LIi,
644
777
  0,
645
- [_CII, _LII, _Q, _St, _SIh, _AIL, _PLII, _POI],
778
+ [_CII, _LII, _Qu, _St, _SIh, _AIL, _PLII, _POI],
646
779
  [0, 0, 1, 0, () => exports.ShipmentInformation$, () => LineItemAssetInformationList, 0, 0]
647
780
  ];
648
781
  exports.LineItemAssetInformation$ = [3, n0, _LIAI,
@@ -652,7 +785,7 @@ exports.LineItemAssetInformation$ = [3, n0, _LIAI,
652
785
  ];
653
786
  exports.LineItemRequest$ = [3, n0, _LIR,
654
787
  0,
655
- [_CII, _Q],
788
+ [_CII, _Qu],
656
789
  [0, 1]
657
790
  ];
658
791
  exports.ListAssetInstancesInput$ = [3, n0, _LAII,
@@ -705,6 +838,16 @@ exports.ListCatalogItemsOutput$ = [3, n0, _LCIO,
705
838
  [_CIa, _NT],
706
839
  [() => CatalogItemListDefinition, 0]
707
840
  ];
841
+ exports.ListOrderableInstanceTypesInput$ = [3, n0, _LOITI,
842
+ 0,
843
+ [_OGF, _MR, _NT],
844
+ [[0, { [_hQ]: _OGF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
845
+ ];
846
+ exports.ListOrderableInstanceTypesOutput$ = [3, n0, _LOITO,
847
+ 0,
848
+ [_ITn, _NT],
849
+ [() => DetailedInstanceTypeListDefinition, 0]
850
+ ];
708
851
  exports.ListOrdersInput$ = [3, n0, _LOI,
709
852
  0,
710
853
  [_OIF, _NT, _MR],
@@ -725,6 +868,16 @@ exports.ListOutpostsOutput$ = [3, n0, _LOOi,
725
868
  [_Out, _NT],
726
869
  [() => outpostListDefinition, 0]
727
870
  ];
871
+ exports.ListQuotesInput$ = [3, n0, _LQI,
872
+ 0,
873
+ [_NT, _MR],
874
+ [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
875
+ ];
876
+ exports.ListQuotesOutput$ = [3, n0, _LQO,
877
+ 0,
878
+ [_Quo, _NT],
879
+ [[() => QuoteSummaryListDefinition, 0], 0]
880
+ ];
728
881
  exports.ListSitesInput$ = [3, n0, _LSI,
729
882
  0,
730
883
  [_NT, _MR, _OACCF, _OASORF, _OACF],
@@ -750,6 +903,11 @@ exports.Order$ = [3, n0, _O,
750
903
  [_OIu, _OIr, _St, _LI, _PO, _OSD, _OFD, _PT, _OT],
751
904
  [0, 0, 0, () => LineItemListDefinition, 0, 4, 4, 0, 0]
752
905
  ];
906
+ exports.OrderingRequirement$ = [3, n0, _OR,
907
+ 0,
908
+ [_SM, _ORT, _St],
909
+ [0, 0, 0]
910
+ ];
753
911
  exports.OrderSummary$ = [3, n0, _OS,
754
912
  0,
755
913
  [_OIu, _OIr, _OT, _St, _LICBS, _OSD, _OFD],
@@ -765,11 +923,51 @@ exports.PricingOption$ = [3, n0, _POri,
765
923
  [_PTr, _SPD],
766
924
  [0, () => exports.SubscriptionPricingDetails$]
767
925
  ];
926
+ exports.Quote$ = [3, n0, _Q,
927
+ 0,
928
+ [_QIu, _AIc, _QS, _SM, _OAu, _CC, _RC, _RCe, _RPO, _RPT, _QO, _ORr, _SOI, _CDr, _ED, _D],
929
+ [0, 0, 0, 0, 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, () => QuoteOptionList, () => OrderingRequirementList, 0, 4, 4, [() => QuoteDescription, 0]]
930
+ ];
931
+ exports.QuoteCapacity$ = [3, n0, _QC,
932
+ 0,
933
+ [_QCT, _U, _Qu],
934
+ [0, 0, 1]
935
+ ];
936
+ exports.QuoteConstraint$ = [3, n0, _QCu,
937
+ 0,
938
+ [_QCTu, _V],
939
+ [0, 0]
940
+ ];
941
+ exports.QuoteOption$ = [3, n0, _QOu,
942
+ 0,
943
+ [_QOI, _Ca, _CS, _Sp, _POr],
944
+ [0, () => QuoteCapacityList, () => exports.CapacitySummary$, () => QuoteSpecificationList, () => PricingOptionList]
945
+ ];
946
+ exports.QuoteSpecification$ = [3, n0, _QSu,
947
+ 0,
948
+ [_QST, _ERSD, _FRSD, _SSD],
949
+ [0, () => exports.RackSpecificationDetails$, () => exports.RackSpecificationDetails$, () => exports.ServerSpecificationDetails$]
950
+ ];
951
+ exports.QuoteSummary$ = [3, n0, _QSuo,
952
+ 0,
953
+ [_QIu, _AIc, _QS, _SM, _OAu, _CC, _RC, _RCe, _RPO, _RPT, _QO, _SOI, _CDr, _ED, _D],
954
+ [0, 0, 0, 0, 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, () => QuoteOptionList, 0, 4, 4, [() => QuoteDescription, 0]]
955
+ ];
768
956
  exports.RackPhysicalProperties$ = [3, n0, _RPP,
769
957
  0,
770
958
  [_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
771
959
  [0, 0, 0, 0, 0, 0, 0, 0, 0]
772
960
  ];
961
+ exports.RackSpecificationDetails$ = [3, n0, _RSD,
962
+ 0,
963
+ [_RIa, _RU, _RPDK, _RWL, _RHI, _RWI, _RDI, _RUH, _ECC],
964
+ [0, 0, 1, 1, 1, 1, 1, 0, () => EC2CapacityListDefinition]
965
+ ];
966
+ exports.ServerSpecificationDetails$ = [3, n0, _SSD,
967
+ 0,
968
+ [_SPDK, _SWL, _SHI, _SWI, _SDI, _RUH, _ECC],
969
+ [1, 1, 1, 1, 1, 0, () => EC2CapacityListDefinition]
970
+ ];
773
971
  exports.ShipmentInformation$ = [3, n0, _SIh,
774
972
  0,
775
973
  [_STN, _SC],
@@ -812,13 +1010,13 @@ exports.StartOutpostDecommissionOutput$ = [3, n0, _SODO,
812
1010
  ];
813
1011
  exports.Subscription$ = [3, n0, _Sub,
814
1012
  0,
815
- [_SIu, _ST, _SSu, _OIrd, _BD, _ED, _MRP, _UP],
816
- [0, 0, 0, 64 | 0, 4, 4, 1, 1]
1013
+ [_SIu, _ST, _SSu, _OIrd, _BD, _EDn, _Cu, _MRP, _UP],
1014
+ [0, 0, 0, 64 | 0, 4, 4, 0, 1, 1]
817
1015
  ];
818
1016
  exports.SubscriptionPricingDetails$ = [3, n0, _SPD,
819
1017
  0,
820
- [_PO, _PT, _UP, _MRP],
821
- [0, 0, 1, 1]
1018
+ [_PO, _PT, _UP, _MRP, _Cu],
1019
+ [0, 0, 1, 1, 0]
822
1020
  ];
823
1021
  exports.TagResourceRequest$ = [3, n0, _TRR,
824
1022
  0,
@@ -850,6 +1048,16 @@ exports.UpdateOutpostOutput$ = [3, n0, _UOO,
850
1048
  [_Ou],
851
1049
  [() => exports.Outpost$]
852
1050
  ];
1051
+ exports.UpdateQuoteInput$ = [3, n0, _UQI,
1052
+ 0,
1053
+ [_QI, _OI, _CC, _RC, _RCe, _RPO, _RPT, _D],
1054
+ [[0, 1], 0, 0, () => QuoteCapacityList, () => QuoteConstraintList, 64 | 0, 64 | 0, [() => QuoteDescription, 0]], 1
1055
+ ];
1056
+ exports.UpdateQuoteOutput$ = [3, n0, _UQO,
1057
+ 0,
1058
+ [_Q],
1059
+ [[() => exports.Quote$, 0]]
1060
+ ];
853
1061
  exports.UpdateSiteAddressInput$ = [3, n0, _USAI,
854
1062
  0,
855
1063
  [_SI, _ATd, _A],
@@ -910,10 +1118,16 @@ var CatalogItemListDefinition = [1, n0, _CILD,
910
1118
  var CIDRList = 64 | 0;
911
1119
  var CityList = 64 | 0;
912
1120
  var CountryCodeList = 64 | 0;
1121
+ var DetailedInstanceTypeListDefinition = [1, n0, _DITLD,
1122
+ 0, () => exports.DetailedInstanceTypeItem$
1123
+ ];
913
1124
  var EC2CapacityListDefinition = [1, n0, _ECCLD,
914
1125
  0, () => exports.EC2Capacity$
915
1126
  ];
916
1127
  var EC2FamilyList = 64 | 0;
1128
+ var FormFactorConfigList = [1, n0, _FFCL,
1129
+ 0, () => exports.FormFactorConfig$
1130
+ ];
917
1131
  var HostIdList = 64 | 0;
918
1132
  var InstanceFamilies = 64 | 0;
919
1133
  var InstanceIdList = 64 | 0;
@@ -932,6 +1146,9 @@ var LineItemRequestListDefinition = [1, n0, _LIRLD,
932
1146
  ];
933
1147
  var MacAddressList = 64 | 0;
934
1148
  var OrderIdList = 64 | 0;
1149
+ var OrderingRequirementList = [1, n0, _ORL,
1150
+ 0, () => exports.OrderingRequirement$
1151
+ ];
935
1152
  var OrderSummaryListDefinition = [1, n0, _OSLD,
936
1153
  0, () => exports.OrderSummary$
937
1154
  ];
@@ -939,9 +1156,27 @@ var OutpostInstanceTypeList = 64 | 0;
939
1156
  var outpostListDefinition = [1, n0, _oLD,
940
1157
  0, () => exports.Outpost$
941
1158
  ];
1159
+ var PaymentOptionList = 64 | 0;
1160
+ var PaymentTermList = 64 | 0;
942
1161
  var PricingOptionList = [1, n0, _POL,
943
1162
  0, () => exports.PricingOption$
944
1163
  ];
1164
+ var QuoteCapacityList = [1, n0, _QCL,
1165
+ 0, () => exports.QuoteCapacity$
1166
+ ];
1167
+ var QuoteConstraintList = [1, n0, _QCLu,
1168
+ 0, () => exports.QuoteConstraint$
1169
+ ];
1170
+ var QuoteOptionList = [1, n0, _QOL,
1171
+ 0, () => exports.QuoteOption$
1172
+ ];
1173
+ var QuoteSpecificationList = [1, n0, _QSL,
1174
+ 0, () => exports.QuoteSpecification$
1175
+ ];
1176
+ var QuoteSummaryListDefinition = [1, n0, _QSLD,
1177
+ 0, [() => exports.QuoteSummary$,
1178
+ 0]
1179
+ ];
945
1180
  var RequestedInstancePools = [1, n0, _RIP,
946
1181
  0, () => exports.InstanceTypeCapacity$
947
1182
  ];
@@ -970,15 +1205,21 @@ exports.CreateOrder$ = [9, n0, _COr,
970
1205
  exports.CreateOutpost$ = [9, n0, _COre,
971
1206
  { [_h]: ["POST", "/outposts", 200] }, () => exports.CreateOutpostInput$, () => exports.CreateOutpostOutput$
972
1207
  ];
1208
+ exports.CreateQuote$ = [9, n0, _CQ,
1209
+ { [_h]: ["POST", "/quotes", 200] }, () => exports.CreateQuoteInput$, () => exports.CreateQuoteOutput$
1210
+ ];
973
1211
  exports.CreateRenewal$ = [9, n0, _CR,
974
1212
  { [_h]: ["POST", "/renewals", 200] }, () => exports.CreateRenewalInput$, () => exports.CreateRenewalOutput$
975
1213
  ];
976
- exports.CreateSite$ = [9, n0, _CS,
1214
+ exports.CreateSite$ = [9, n0, _CSr,
977
1215
  { [_h]: ["POST", "/sites", 200] }, () => exports.CreateSiteInput$, () => exports.CreateSiteOutput$
978
1216
  ];
979
1217
  exports.DeleteOutpost$ = [9, n0, _DO,
980
1218
  { [_h]: ["DELETE", "/outposts/{OutpostId}", 200] }, () => exports.DeleteOutpostInput$, () => exports.DeleteOutpostOutput$
981
1219
  ];
1220
+ exports.DeleteQuote$ = [9, n0, _DQ,
1221
+ { [_h]: ["DELETE", "/quotes/{QuoteIdentifier}", 200] }, () => exports.DeleteQuoteInput$, () => exports.DeleteQuoteOutput$
1222
+ ];
982
1223
  exports.DeleteSite$ = [9, n0, _DS,
983
1224
  { [_h]: ["DELETE", "/sites/{SiteId}", 200] }, () => exports.DeleteSiteInput$, () => exports.DeleteSiteOutput$
984
1225
  ];
@@ -1006,6 +1247,9 @@ exports.GetOutpostInstanceTypes$ = [9, n0, _GOIT,
1006
1247
  exports.GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
1007
1248
  { [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => exports.GetOutpostSupportedInstanceTypesInput$, () => exports.GetOutpostSupportedInstanceTypesOutput$
1008
1249
  ];
1250
+ exports.GetQuote$ = [9, n0, _GQ,
1251
+ { [_h]: ["GET", "/quotes/{QuoteIdentifier}", 200] }, () => exports.GetQuoteInput$, () => exports.GetQuoteOutput$
1252
+ ];
1009
1253
  exports.GetRenewalPricing$ = [9, n0, _GRP,
1010
1254
  { [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => exports.GetRenewalPricingInput$, () => exports.GetRenewalPricingOutput$
1011
1255
  ];
@@ -1030,12 +1274,18 @@ exports.ListCapacityTasks$ = [9, n0, _LCT,
1030
1274
  exports.ListCatalogItems$ = [9, n0, _LCI,
1031
1275
  { [_h]: ["GET", "/catalog/items", 200] }, () => exports.ListCatalogItemsInput$, () => exports.ListCatalogItemsOutput$
1032
1276
  ];
1277
+ exports.ListOrderableInstanceTypes$ = [9, n0, _LOIT,
1278
+ { [_h]: ["GET", "/instanceTypes", 200] }, () => exports.ListOrderableInstanceTypesInput$, () => exports.ListOrderableInstanceTypesOutput$
1279
+ ];
1033
1280
  exports.ListOrders$ = [9, n0, _LO,
1034
1281
  { [_h]: ["GET", "/list-orders", 200] }, () => exports.ListOrdersInput$, () => exports.ListOrdersOutput$
1035
1282
  ];
1036
1283
  exports.ListOutposts$ = [9, n0, _LOi,
1037
1284
  { [_h]: ["GET", "/outposts", 200] }, () => exports.ListOutpostsInput$, () => exports.ListOutpostsOutput$
1038
1285
  ];
1286
+ exports.ListQuotes$ = [9, n0, _LQ,
1287
+ { [_h]: ["GET", "/quotes", 200] }, () => exports.ListQuotesInput$, () => exports.ListQuotesOutput$
1288
+ ];
1039
1289
  exports.ListSites$ = [9, n0, _LS,
1040
1290
  { [_h]: ["GET", "/sites", 200] }, () => exports.ListSitesInput$, () => exports.ListSitesOutput$
1041
1291
  ];
@@ -1060,6 +1310,9 @@ exports.UntagResource$ = [9, n0, _UR,
1060
1310
  exports.UpdateOutpost$ = [9, n0, _UO,
1061
1311
  { [_h]: ["PATCH", "/outposts/{OutpostId}", 200] }, () => exports.UpdateOutpostInput$, () => exports.UpdateOutpostOutput$
1062
1312
  ];
1313
+ exports.UpdateQuote$ = [9, n0, _UQ,
1314
+ { [_h]: ["PATCH", "/quotes/{QuoteIdentifier}", 200] }, () => exports.UpdateQuoteInput$, () => exports.UpdateQuoteOutput$
1315
+ ];
1063
1316
  exports.UpdateSite$ = [9, n0, _US,
1064
1317
  { [_h]: ["PATCH", "/sites/{SiteId}", 200] }, () => exports.UpdateSiteInput$, () => exports.UpdateSiteOutput$
1065
1318
  ];