@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.
- package/README.md +42 -0
- package/dist-cjs/index.js +171 -3
- package/dist-cjs/schemas/schemas_0.js +269 -16
- package/dist-es/Outposts.js +16 -0
- package/dist-es/commands/CreateQuoteCommand.js +16 -0
- package/dist-es/commands/DeleteQuoteCommand.js +16 -0
- package/dist-es/commands/GetQuoteCommand.js +16 -0
- package/dist-es/commands/ListOrderableInstanceTypesCommand.js +16 -0
- package/dist-es/commands/ListQuotesCommand.js +16 -0
- package/dist-es/commands/UpdateQuoteCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +68 -3
- package/dist-es/pagination/ListOrderableInstanceTypesPaginator.js +4 -0
- package/dist-es/pagination/ListQuotesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +265 -13
- package/dist-types/Outposts.d.ts +58 -0
- package/dist-types/OutpostsClient.d.ts +8 -2
- package/dist-types/commands/CreateQuoteCommand.d.ts +231 -0
- package/dist-types/commands/CreateRenewalCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQuoteCommand.d.ts +86 -0
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +1 -0
- package/dist-types/commands/GetQuoteCommand.d.ts +208 -0
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +1 -0
- package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +105 -0
- package/dist-types/commands/ListQuotesCommand.d.ts +199 -0
- package/dist-types/commands/UpdateQuoteCommand.d.ts +231 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +164 -11
- package/dist-types/models/models_0.d.ts +881 -59
- package/dist-types/pagination/ListOrderableInstanceTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQuotesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Outposts.d.ts +118 -0
- package/dist-types/ts3.4/OutpostsClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +89 -5
- package/dist-types/ts3.4/models/models_0.d.ts +174 -10
- package/dist-types/ts3.4/pagination/ListOrderableInstanceTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQuotesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -213,6 +213,13 @@ CreateOutpost
|
|
|
213
213
|
</details>
|
|
214
214
|
<details>
|
|
215
215
|
<summary>
|
|
216
|
+
CreateQuote
|
|
217
|
+
</summary>
|
|
218
|
+
|
|
219
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/CreateQuoteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/CreateQuoteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/CreateQuoteCommandOutput/)
|
|
220
|
+
</details>
|
|
221
|
+
<details>
|
|
222
|
+
<summary>
|
|
216
223
|
CreateRenewal
|
|
217
224
|
</summary>
|
|
218
225
|
|
|
@@ -234,6 +241,13 @@ DeleteOutpost
|
|
|
234
241
|
</details>
|
|
235
242
|
<details>
|
|
236
243
|
<summary>
|
|
244
|
+
DeleteQuote
|
|
245
|
+
</summary>
|
|
246
|
+
|
|
247
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/DeleteQuoteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/DeleteQuoteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/DeleteQuoteCommandOutput/)
|
|
248
|
+
</details>
|
|
249
|
+
<details>
|
|
250
|
+
<summary>
|
|
237
251
|
DeleteSite
|
|
238
252
|
</summary>
|
|
239
253
|
|
|
@@ -297,6 +311,13 @@ GetOutpostSupportedInstanceTypes
|
|
|
297
311
|
</details>
|
|
298
312
|
<details>
|
|
299
313
|
<summary>
|
|
314
|
+
GetQuote
|
|
315
|
+
</summary>
|
|
316
|
+
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/GetQuoteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/GetQuoteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/GetQuoteCommandOutput/)
|
|
318
|
+
</details>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
300
321
|
GetRenewalPricing
|
|
301
322
|
</summary>
|
|
302
323
|
|
|
@@ -353,6 +374,13 @@ ListCatalogItems
|
|
|
353
374
|
</details>
|
|
354
375
|
<details>
|
|
355
376
|
<summary>
|
|
377
|
+
ListOrderableInstanceTypes
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/ListOrderableInstanceTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/ListOrderableInstanceTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/ListOrderableInstanceTypesCommandOutput/)
|
|
381
|
+
</details>
|
|
382
|
+
<details>
|
|
383
|
+
<summary>
|
|
356
384
|
ListOrders
|
|
357
385
|
</summary>
|
|
358
386
|
|
|
@@ -367,6 +395,13 @@ ListOutposts
|
|
|
367
395
|
</details>
|
|
368
396
|
<details>
|
|
369
397
|
<summary>
|
|
398
|
+
ListQuotes
|
|
399
|
+
</summary>
|
|
400
|
+
|
|
401
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/ListQuotesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/ListQuotesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/ListQuotesCommandOutput/)
|
|
402
|
+
</details>
|
|
403
|
+
<details>
|
|
404
|
+
<summary>
|
|
370
405
|
ListSites
|
|
371
406
|
</summary>
|
|
372
407
|
|
|
@@ -423,6 +458,13 @@ UpdateOutpost
|
|
|
423
458
|
</details>
|
|
424
459
|
<details>
|
|
425
460
|
<summary>
|
|
461
|
+
UpdateQuote
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/UpdateQuoteCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/UpdateQuoteCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/UpdateQuoteCommandOutput/)
|
|
465
|
+
</details>
|
|
466
|
+
<details>
|
|
467
|
+
<summary>
|
|
426
468
|
UpdateSite
|
|
427
469
|
</summary>
|
|
428
470
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -156,6 +156,18 @@ class CreateOutpostCommand extends client.Command
|
|
|
156
156
|
.build() {
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
class CreateQuoteCommand extends client.Command
|
|
160
|
+
.classBuilder()
|
|
161
|
+
.ep(commonParams)
|
|
162
|
+
.m(function (Command, cs, config, o) {
|
|
163
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
164
|
+
})
|
|
165
|
+
.s("OutpostsOlafService", "CreateQuote", {})
|
|
166
|
+
.n("OutpostsClient", "CreateQuoteCommand")
|
|
167
|
+
.sc(schemas_0.CreateQuote$)
|
|
168
|
+
.build() {
|
|
169
|
+
}
|
|
170
|
+
|
|
159
171
|
class CreateRenewalCommand extends client.Command
|
|
160
172
|
.classBuilder()
|
|
161
173
|
.ep(commonParams)
|
|
@@ -192,6 +204,18 @@ class DeleteOutpostCommand extends client.Command
|
|
|
192
204
|
.build() {
|
|
193
205
|
}
|
|
194
206
|
|
|
207
|
+
class DeleteQuoteCommand extends client.Command
|
|
208
|
+
.classBuilder()
|
|
209
|
+
.ep(commonParams)
|
|
210
|
+
.m(function (Command, cs, config, o) {
|
|
211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
212
|
+
})
|
|
213
|
+
.s("OutpostsOlafService", "DeleteQuote", {})
|
|
214
|
+
.n("OutpostsClient", "DeleteQuoteCommand")
|
|
215
|
+
.sc(schemas_0.DeleteQuote$)
|
|
216
|
+
.build() {
|
|
217
|
+
}
|
|
218
|
+
|
|
195
219
|
class DeleteSiteCommand extends client.Command
|
|
196
220
|
.classBuilder()
|
|
197
221
|
.ep(commonParams)
|
|
@@ -300,6 +324,18 @@ class GetOutpostSupportedInstanceTypesCommand extends client.Command
|
|
|
300
324
|
.build() {
|
|
301
325
|
}
|
|
302
326
|
|
|
327
|
+
class GetQuoteCommand extends client.Command
|
|
328
|
+
.classBuilder()
|
|
329
|
+
.ep(commonParams)
|
|
330
|
+
.m(function (Command, cs, config, o) {
|
|
331
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
332
|
+
})
|
|
333
|
+
.s("OutpostsOlafService", "GetQuote", {})
|
|
334
|
+
.n("OutpostsClient", "GetQuoteCommand")
|
|
335
|
+
.sc(schemas_0.GetQuote$)
|
|
336
|
+
.build() {
|
|
337
|
+
}
|
|
338
|
+
|
|
303
339
|
class GetRenewalPricingCommand extends client.Command
|
|
304
340
|
.classBuilder()
|
|
305
341
|
.ep(commonParams)
|
|
@@ -396,6 +432,18 @@ class ListCatalogItemsCommand extends client.Command
|
|
|
396
432
|
.build() {
|
|
397
433
|
}
|
|
398
434
|
|
|
435
|
+
class ListOrderableInstanceTypesCommand extends client.Command
|
|
436
|
+
.classBuilder()
|
|
437
|
+
.ep(commonParams)
|
|
438
|
+
.m(function (Command, cs, config, o) {
|
|
439
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
440
|
+
})
|
|
441
|
+
.s("OutpostsOlafService", "ListOrderableInstanceTypes", {})
|
|
442
|
+
.n("OutpostsClient", "ListOrderableInstanceTypesCommand")
|
|
443
|
+
.sc(schemas_0.ListOrderableInstanceTypes$)
|
|
444
|
+
.build() {
|
|
445
|
+
}
|
|
446
|
+
|
|
399
447
|
class ListOrdersCommand extends client.Command
|
|
400
448
|
.classBuilder()
|
|
401
449
|
.ep(commonParams)
|
|
@@ -420,6 +468,18 @@ class ListOutpostsCommand extends client.Command
|
|
|
420
468
|
.build() {
|
|
421
469
|
}
|
|
422
470
|
|
|
471
|
+
class ListQuotesCommand extends client.Command
|
|
472
|
+
.classBuilder()
|
|
473
|
+
.ep(commonParams)
|
|
474
|
+
.m(function (Command, cs, config, o) {
|
|
475
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
476
|
+
})
|
|
477
|
+
.s("OutpostsOlafService", "ListQuotes", {})
|
|
478
|
+
.n("OutpostsClient", "ListQuotesCommand")
|
|
479
|
+
.sc(schemas_0.ListQuotes$)
|
|
480
|
+
.build() {
|
|
481
|
+
}
|
|
482
|
+
|
|
423
483
|
class ListSitesCommand extends client.Command
|
|
424
484
|
.classBuilder()
|
|
425
485
|
.ep(commonParams)
|
|
@@ -516,6 +576,18 @@ class UpdateOutpostCommand extends client.Command
|
|
|
516
576
|
.build() {
|
|
517
577
|
}
|
|
518
578
|
|
|
579
|
+
class UpdateQuoteCommand extends client.Command
|
|
580
|
+
.classBuilder()
|
|
581
|
+
.ep(commonParams)
|
|
582
|
+
.m(function (Command, cs, config, o) {
|
|
583
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
584
|
+
})
|
|
585
|
+
.s("OutpostsOlafService", "UpdateQuote", {})
|
|
586
|
+
.n("OutpostsClient", "UpdateQuoteCommand")
|
|
587
|
+
.sc(schemas_0.UpdateQuote$)
|
|
588
|
+
.build() {
|
|
589
|
+
}
|
|
590
|
+
|
|
519
591
|
class UpdateSiteAddressCommand extends client.Command
|
|
520
592
|
.classBuilder()
|
|
521
593
|
.ep(commonParams)
|
|
@@ -568,10 +640,14 @@ const paginateListCapacityTasks = core.createPaginator(OutpostsClient, ListCapac
|
|
|
568
640
|
|
|
569
641
|
const paginateListCatalogItems = core.createPaginator(OutpostsClient, ListCatalogItemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
570
642
|
|
|
643
|
+
const paginateListOrderableInstanceTypes = core.createPaginator(OutpostsClient, ListOrderableInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
644
|
+
|
|
571
645
|
const paginateListOrders = core.createPaginator(OutpostsClient, ListOrdersCommand, "NextToken", "NextToken", "MaxResults");
|
|
572
646
|
|
|
573
647
|
const paginateListOutposts = core.createPaginator(OutpostsClient, ListOutpostsCommand, "NextToken", "NextToken", "MaxResults");
|
|
574
648
|
|
|
649
|
+
const paginateListQuotes = core.createPaginator(OutpostsClient, ListQuotesCommand, "NextToken", "NextToken", "MaxResults");
|
|
650
|
+
|
|
575
651
|
const paginateListSites = core.createPaginator(OutpostsClient, ListSitesCommand, "NextToken", "NextToken", "MaxResults");
|
|
576
652
|
|
|
577
653
|
const commands = {
|
|
@@ -579,9 +655,11 @@ const commands = {
|
|
|
579
655
|
CancelOrderCommand,
|
|
580
656
|
CreateOrderCommand,
|
|
581
657
|
CreateOutpostCommand,
|
|
658
|
+
CreateQuoteCommand,
|
|
582
659
|
CreateRenewalCommand,
|
|
583
660
|
CreateSiteCommand,
|
|
584
661
|
DeleteOutpostCommand,
|
|
662
|
+
DeleteQuoteCommand,
|
|
585
663
|
DeleteSiteCommand,
|
|
586
664
|
GetCapacityTaskCommand,
|
|
587
665
|
GetCatalogItemCommand,
|
|
@@ -591,6 +669,7 @@ const commands = {
|
|
|
591
669
|
GetOutpostBillingInformationCommand,
|
|
592
670
|
GetOutpostInstanceTypesCommand,
|
|
593
671
|
GetOutpostSupportedInstanceTypesCommand,
|
|
672
|
+
GetQuoteCommand,
|
|
594
673
|
GetRenewalPricingCommand,
|
|
595
674
|
GetSiteCommand,
|
|
596
675
|
GetSiteAddressCommand,
|
|
@@ -599,8 +678,10 @@ const commands = {
|
|
|
599
678
|
ListBlockingInstancesForCapacityTaskCommand,
|
|
600
679
|
ListCapacityTasksCommand,
|
|
601
680
|
ListCatalogItemsCommand,
|
|
681
|
+
ListOrderableInstanceTypesCommand,
|
|
602
682
|
ListOrdersCommand,
|
|
603
683
|
ListOutpostsCommand,
|
|
684
|
+
ListQuotesCommand,
|
|
604
685
|
ListSitesCommand,
|
|
605
686
|
ListTagsForResourceCommand,
|
|
606
687
|
StartCapacityTaskCommand,
|
|
@@ -609,6 +690,7 @@ const commands = {
|
|
|
609
690
|
TagResourceCommand,
|
|
610
691
|
UntagResourceCommand,
|
|
611
692
|
UpdateOutpostCommand,
|
|
693
|
+
UpdateQuoteCommand,
|
|
612
694
|
UpdateSiteCommand,
|
|
613
695
|
UpdateSiteAddressCommand,
|
|
614
696
|
UpdateSiteRackPhysicalPropertiesCommand,
|
|
@@ -622,8 +704,10 @@ const paginators = {
|
|
|
622
704
|
paginateListBlockingInstancesForCapacityTask,
|
|
623
705
|
paginateListCapacityTasks,
|
|
624
706
|
paginateListCatalogItems,
|
|
707
|
+
paginateListOrderableInstanceTypes,
|
|
625
708
|
paginateListOrders,
|
|
626
709
|
paginateListOutposts,
|
|
710
|
+
paginateListQuotes,
|
|
627
711
|
paginateListSites,
|
|
628
712
|
};
|
|
629
713
|
class Outposts extends OutpostsClient {
|
|
@@ -674,6 +758,11 @@ const ResourceType = {
|
|
|
674
758
|
ORDER: "ORDER",
|
|
675
759
|
OUTPOST: "OUTPOST",
|
|
676
760
|
};
|
|
761
|
+
const QuoteCapacityType = {
|
|
762
|
+
EBS: "EBS",
|
|
763
|
+
EC2: "EC2",
|
|
764
|
+
S3: "S3",
|
|
765
|
+
};
|
|
677
766
|
const CapacityTaskFailureType = {
|
|
678
767
|
BLOCKING_INSTANCES_NOT_EVACUATED: "BLOCKING_INSTANCES_NOT_EVACUATED",
|
|
679
768
|
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
@@ -751,6 +840,61 @@ const SupportedHardwareType = {
|
|
|
751
840
|
RACK: "RACK",
|
|
752
841
|
SERVER: "SERVER",
|
|
753
842
|
};
|
|
843
|
+
const QuoteConstraintType = {
|
|
844
|
+
RACK_MAXIMUM: "RACK_MAXIMUM",
|
|
845
|
+
RACK_MAX_POWER_KVA: "RACK_MAX_POWER_KVA",
|
|
846
|
+
RACK_MAX_WEIGHT_LBS: "RACK_MAX_WEIGHT_LBS",
|
|
847
|
+
};
|
|
848
|
+
const OrderingRequirementType = {
|
|
849
|
+
COUNTRY_CODE_MISMATCH_CHECK_ERROR: "COUNTRY_CODE_MISMATCH_CHECK_ERROR",
|
|
850
|
+
ENTERPRISE_SUPPORT_ERROR: "ENTERPRISE_SUPPORT_ERROR",
|
|
851
|
+
MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR: "MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR",
|
|
852
|
+
OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR: "OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR",
|
|
853
|
+
OUTPOST_ACTIVE_CHECK_ERROR: "OUTPOST_ACTIVE_CHECK_ERROR",
|
|
854
|
+
OUTPOST_GENERATION_MISMATCH_ERROR: "OUTPOST_GENERATION_MISMATCH_ERROR",
|
|
855
|
+
OUTPOST_ID_MISSING_ON_QUOTE_ERROR: "OUTPOST_ID_MISSING_ON_QUOTE_ERROR",
|
|
856
|
+
OUTPOST_NOT_FOUND_ERROR: "OUTPOST_NOT_FOUND_ERROR",
|
|
857
|
+
OUTPOST_RENEWAL_REQUIRED_ERROR: "OUTPOST_RENEWAL_REQUIRED_ERROR",
|
|
858
|
+
OUTPOST_STATE_CHANGED_ERROR: "OUTPOST_STATE_CHANGED_ERROR",
|
|
859
|
+
RACK_PHYSICAL_PROPERTIES_CHECK_ERROR: "RACK_PHYSICAL_PROPERTIES_CHECK_ERROR",
|
|
860
|
+
SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR: "SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR",
|
|
861
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR",
|
|
862
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR",
|
|
863
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR",
|
|
864
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
865
|
+
VALID_ZIP_CODE_CHECK_ERROR: "VALID_ZIP_CODE_CHECK_ERROR",
|
|
866
|
+
};
|
|
867
|
+
const OrderingRequirementStatus = {
|
|
868
|
+
EXEMPT: "EXEMPT",
|
|
869
|
+
FAIL: "FAIL",
|
|
870
|
+
PASS: "PASS",
|
|
871
|
+
};
|
|
872
|
+
const QuotePricingType = {
|
|
873
|
+
SUBSCRIPTION: "SUBSCRIPTION",
|
|
874
|
+
};
|
|
875
|
+
const CurrencyCode = {
|
|
876
|
+
USD: "USD",
|
|
877
|
+
};
|
|
878
|
+
const RackUnitHeight = {
|
|
879
|
+
HEIGHT_1U: "HEIGHT_1U",
|
|
880
|
+
HEIGHT_2U: "HEIGHT_2U",
|
|
881
|
+
HEIGHT_42U: "HEIGHT_42U",
|
|
882
|
+
};
|
|
883
|
+
const QuoteRackUseType = {
|
|
884
|
+
COMPUTE: "COMPUTE",
|
|
885
|
+
NETWORKING: "NETWORKING",
|
|
886
|
+
};
|
|
887
|
+
const QuoteSpecificationType = {
|
|
888
|
+
EXISTING_RACK: "EXISTING_RACK",
|
|
889
|
+
NEW_RACK: "NEW_RACK",
|
|
890
|
+
SERVER: "SERVER",
|
|
891
|
+
UPDATED_RACK: "UPDATED_RACK",
|
|
892
|
+
};
|
|
893
|
+
const QuoteStatus = {
|
|
894
|
+
CREATED: "CREATED",
|
|
895
|
+
EXPIRED: "EXPIRED",
|
|
896
|
+
ORDER_SUBMITTED: "ORDER_SUBMITTED",
|
|
897
|
+
};
|
|
754
898
|
const FiberOpticCableType = {
|
|
755
899
|
MULTI_MODE: "MULTI_MODE",
|
|
756
900
|
SINGLE_MODE: "SINGLE_MODE",
|
|
@@ -821,6 +965,14 @@ const DecommissionRequestStatus = {
|
|
|
821
965
|
REQUESTED: "REQUESTED",
|
|
822
966
|
SKIPPED: "SKIPPED",
|
|
823
967
|
};
|
|
968
|
+
const FormFactor = {
|
|
969
|
+
RACK: "RACK",
|
|
970
|
+
SERVER: "SERVER",
|
|
971
|
+
};
|
|
972
|
+
const OutpostGeneration = {
|
|
973
|
+
GENERATION_1: "GENERATION_1",
|
|
974
|
+
GENERATION_2: "GENERATION_2",
|
|
975
|
+
};
|
|
824
976
|
const TaskActionOnBlockingInstances = {
|
|
825
977
|
FAIL_TASK: "FAIL_TASK",
|
|
826
978
|
WAIT_FOR_EVACUATION: "WAIT_FOR_EVACUATION",
|
|
@@ -836,9 +988,6 @@ const SubscriptionType = {
|
|
|
836
988
|
ORIGINAL: "ORIGINAL",
|
|
837
989
|
RENEWAL: "RENEWAL",
|
|
838
990
|
};
|
|
839
|
-
const QuotePricingType = {
|
|
840
|
-
SUBSCRIPTION: "SUBSCRIPTION",
|
|
841
|
-
};
|
|
842
991
|
const PricingResult = {
|
|
843
992
|
PRICED: "PRICED",
|
|
844
993
|
UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
|
|
@@ -861,12 +1010,16 @@ exports.CatalogItemStatus = CatalogItemStatus;
|
|
|
861
1010
|
exports.ComputeAssetState = ComputeAssetState;
|
|
862
1011
|
exports.CreateOrderCommand = CreateOrderCommand;
|
|
863
1012
|
exports.CreateOutpostCommand = CreateOutpostCommand;
|
|
1013
|
+
exports.CreateQuoteCommand = CreateQuoteCommand;
|
|
864
1014
|
exports.CreateRenewalCommand = CreateRenewalCommand;
|
|
865
1015
|
exports.CreateSiteCommand = CreateSiteCommand;
|
|
1016
|
+
exports.CurrencyCode = CurrencyCode;
|
|
866
1017
|
exports.DecommissionRequestStatus = DecommissionRequestStatus;
|
|
867
1018
|
exports.DeleteOutpostCommand = DeleteOutpostCommand;
|
|
1019
|
+
exports.DeleteQuoteCommand = DeleteQuoteCommand;
|
|
868
1020
|
exports.DeleteSiteCommand = DeleteSiteCommand;
|
|
869
1021
|
exports.FiberOpticCableType = FiberOpticCableType;
|
|
1022
|
+
exports.FormFactor = FormFactor;
|
|
870
1023
|
exports.GetCapacityTaskCommand = GetCapacityTaskCommand;
|
|
871
1024
|
exports.GetCatalogItemCommand = GetCatalogItemCommand;
|
|
872
1025
|
exports.GetConnectionCommand = GetConnectionCommand;
|
|
@@ -875,6 +1028,7 @@ exports.GetOutpostBillingInformationCommand = GetOutpostBillingInformationComman
|
|
|
875
1028
|
exports.GetOutpostCommand = GetOutpostCommand;
|
|
876
1029
|
exports.GetOutpostInstanceTypesCommand = GetOutpostInstanceTypesCommand;
|
|
877
1030
|
exports.GetOutpostSupportedInstanceTypesCommand = GetOutpostSupportedInstanceTypesCommand;
|
|
1031
|
+
exports.GetQuoteCommand = GetQuoteCommand;
|
|
878
1032
|
exports.GetRenewalPricingCommand = GetRenewalPricingCommand;
|
|
879
1033
|
exports.GetSiteAddressCommand = GetSiteAddressCommand;
|
|
880
1034
|
exports.GetSiteCommand = GetSiteCommand;
|
|
@@ -884,14 +1038,19 @@ exports.ListAssetsCommand = ListAssetsCommand;
|
|
|
884
1038
|
exports.ListBlockingInstancesForCapacityTaskCommand = ListBlockingInstancesForCapacityTaskCommand;
|
|
885
1039
|
exports.ListCapacityTasksCommand = ListCapacityTasksCommand;
|
|
886
1040
|
exports.ListCatalogItemsCommand = ListCatalogItemsCommand;
|
|
1041
|
+
exports.ListOrderableInstanceTypesCommand = ListOrderableInstanceTypesCommand;
|
|
887
1042
|
exports.ListOrdersCommand = ListOrdersCommand;
|
|
888
1043
|
exports.ListOutpostsCommand = ListOutpostsCommand;
|
|
1044
|
+
exports.ListQuotesCommand = ListQuotesCommand;
|
|
889
1045
|
exports.ListSitesCommand = ListSitesCommand;
|
|
890
1046
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
891
1047
|
exports.MaximumSupportedWeightLbs = MaximumSupportedWeightLbs;
|
|
892
1048
|
exports.OpticalStandard = OpticalStandard;
|
|
893
1049
|
exports.OrderStatus = OrderStatus;
|
|
894
1050
|
exports.OrderType = OrderType;
|
|
1051
|
+
exports.OrderingRequirementStatus = OrderingRequirementStatus;
|
|
1052
|
+
exports.OrderingRequirementType = OrderingRequirementType;
|
|
1053
|
+
exports.OutpostGeneration = OutpostGeneration;
|
|
895
1054
|
exports.Outposts = Outposts;
|
|
896
1055
|
exports.OutpostsClient = OutpostsClient;
|
|
897
1056
|
exports.PaymentOption = PaymentOption;
|
|
@@ -901,7 +1060,13 @@ exports.PowerDrawKva = PowerDrawKva;
|
|
|
901
1060
|
exports.PowerFeedDrop = PowerFeedDrop;
|
|
902
1061
|
exports.PowerPhase = PowerPhase;
|
|
903
1062
|
exports.PricingResult = PricingResult;
|
|
1063
|
+
exports.QuoteCapacityType = QuoteCapacityType;
|
|
1064
|
+
exports.QuoteConstraintType = QuoteConstraintType;
|
|
904
1065
|
exports.QuotePricingType = QuotePricingType;
|
|
1066
|
+
exports.QuoteRackUseType = QuoteRackUseType;
|
|
1067
|
+
exports.QuoteSpecificationType = QuoteSpecificationType;
|
|
1068
|
+
exports.QuoteStatus = QuoteStatus;
|
|
1069
|
+
exports.RackUnitHeight = RackUnitHeight;
|
|
905
1070
|
exports.ResourceType = ResourceType;
|
|
906
1071
|
exports.ShipmentCarrier = ShipmentCarrier;
|
|
907
1072
|
exports.StartCapacityTaskCommand = StartCapacityTaskCommand;
|
|
@@ -915,6 +1080,7 @@ exports.TagResourceCommand = TagResourceCommand;
|
|
|
915
1080
|
exports.TaskActionOnBlockingInstances = TaskActionOnBlockingInstances;
|
|
916
1081
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
917
1082
|
exports.UpdateOutpostCommand = UpdateOutpostCommand;
|
|
1083
|
+
exports.UpdateQuoteCommand = UpdateQuoteCommand;
|
|
918
1084
|
exports.UpdateSiteAddressCommand = UpdateSiteAddressCommand;
|
|
919
1085
|
exports.UpdateSiteCommand = UpdateSiteCommand;
|
|
920
1086
|
exports.UpdateSiteRackPhysicalPropertiesCommand = UpdateSiteRackPhysicalPropertiesCommand;
|
|
@@ -928,8 +1094,10 @@ exports.paginateListAssets = paginateListAssets;
|
|
|
928
1094
|
exports.paginateListBlockingInstancesForCapacityTask = paginateListBlockingInstancesForCapacityTask;
|
|
929
1095
|
exports.paginateListCapacityTasks = paginateListCapacityTasks;
|
|
930
1096
|
exports.paginateListCatalogItems = paginateListCatalogItems;
|
|
1097
|
+
exports.paginateListOrderableInstanceTypes = paginateListOrderableInstanceTypes;
|
|
931
1098
|
exports.paginateListOrders = paginateListOrders;
|
|
932
1099
|
exports.paginateListOutposts = paginateListOutposts;
|
|
1100
|
+
exports.paginateListQuotes = paginateListQuotes;
|
|
933
1101
|
exports.paginateListSites = paginateListSites;
|
|
934
1102
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
935
1103
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|