@aws-sdk/client-outposts 3.1026.0 → 3.1027.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 CHANGED
@@ -213,6 +213,13 @@ CreateOutpost
213
213
  </details>
214
214
  <details>
215
215
  <summary>
216
+ CreateRenewal
217
+ </summary>
218
+
219
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/CreateRenewalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/CreateRenewalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/CreateRenewalCommandOutput/)
220
+ </details>
221
+ <details>
222
+ <summary>
216
223
  CreateSite
217
224
  </summary>
218
225
 
@@ -290,6 +297,13 @@ GetOutpostSupportedInstanceTypes
290
297
  </details>
291
298
  <details>
292
299
  <summary>
300
+ GetRenewalPricing
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/outposts/command/GetRenewalPricingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/GetRenewalPricingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-outposts/Interface/GetRenewalPricingCommandOutput/)
304
+ </details>
305
+ <details>
306
+ <summary>
293
307
  GetSite
294
308
  </summary>
295
309
 
package/dist-cjs/index.js CHANGED
@@ -161,6 +161,18 @@ class CreateOutpostCommand extends smithyClient.Command
161
161
  .build() {
162
162
  }
163
163
 
164
+ class CreateRenewalCommand extends smithyClient.Command
165
+ .classBuilder()
166
+ .ep(commonParams)
167
+ .m(function (Command, cs, config, o) {
168
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
169
+ })
170
+ .s("OutpostsOlafService", "CreateRenewal", {})
171
+ .n("OutpostsClient", "CreateRenewalCommand")
172
+ .sc(schemas_0.CreateRenewal$)
173
+ .build() {
174
+ }
175
+
164
176
  class CreateSiteCommand extends smithyClient.Command
165
177
  .classBuilder()
166
178
  .ep(commonParams)
@@ -293,6 +305,18 @@ class GetOutpostSupportedInstanceTypesCommand extends smithyClient.Command
293
305
  .build() {
294
306
  }
295
307
 
308
+ class GetRenewalPricingCommand extends smithyClient.Command
309
+ .classBuilder()
310
+ .ep(commonParams)
311
+ .m(function (Command, cs, config, o) {
312
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
313
+ })
314
+ .s("OutpostsOlafService", "GetRenewalPricing", {})
315
+ .n("OutpostsClient", "GetRenewalPricingCommand")
316
+ .sc(schemas_0.GetRenewalPricing$)
317
+ .build() {
318
+ }
319
+
296
320
  class GetSiteAddressCommand extends smithyClient.Command
297
321
  .classBuilder()
298
322
  .ep(commonParams)
@@ -560,6 +584,7 @@ const commands = {
560
584
  CancelOrderCommand,
561
585
  CreateOrderCommand,
562
586
  CreateOutpostCommand,
587
+ CreateRenewalCommand,
563
588
  CreateSiteCommand,
564
589
  DeleteOutpostCommand,
565
590
  DeleteSiteCommand,
@@ -571,6 +596,7 @@ const commands = {
571
596
  GetOutpostBillingInformationCommand,
572
597
  GetOutpostInstanceTypesCommand,
573
598
  GetOutpostSupportedInstanceTypesCommand,
599
+ GetRenewalPricingCommand,
574
600
  GetSiteCommand,
575
601
  GetSiteAddressCommand,
576
602
  ListAssetInstancesCommand,
@@ -808,12 +834,20 @@ const SubscriptionStatus = {
808
834
  ACTIVE: "ACTIVE",
809
835
  CANCELLED: "CANCELLED",
810
836
  INACTIVE: "INACTIVE",
837
+ PENDING: "PENDING",
811
838
  };
812
839
  const SubscriptionType = {
813
840
  CAPACITY_INCREASE: "CAPACITY_INCREASE",
814
841
  ORIGINAL: "ORIGINAL",
815
842
  RENEWAL: "RENEWAL",
816
843
  };
844
+ const QuotePricingType = {
845
+ SUBSCRIPTION: "SUBSCRIPTION",
846
+ };
847
+ const PricingResult = {
848
+ PRICED: "PRICED",
849
+ UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
850
+ };
817
851
 
818
852
  exports.$Command = smithyClient.Command;
819
853
  exports.__Client = smithyClient.Client;
@@ -832,6 +866,7 @@ exports.CatalogItemStatus = CatalogItemStatus;
832
866
  exports.ComputeAssetState = ComputeAssetState;
833
867
  exports.CreateOrderCommand = CreateOrderCommand;
834
868
  exports.CreateOutpostCommand = CreateOutpostCommand;
869
+ exports.CreateRenewalCommand = CreateRenewalCommand;
835
870
  exports.CreateSiteCommand = CreateSiteCommand;
836
871
  exports.DecommissionRequestStatus = DecommissionRequestStatus;
837
872
  exports.DeleteOutpostCommand = DeleteOutpostCommand;
@@ -845,6 +880,7 @@ exports.GetOutpostBillingInformationCommand = GetOutpostBillingInformationComman
845
880
  exports.GetOutpostCommand = GetOutpostCommand;
846
881
  exports.GetOutpostInstanceTypesCommand = GetOutpostInstanceTypesCommand;
847
882
  exports.GetOutpostSupportedInstanceTypesCommand = GetOutpostSupportedInstanceTypesCommand;
883
+ exports.GetRenewalPricingCommand = GetRenewalPricingCommand;
848
884
  exports.GetSiteAddressCommand = GetSiteAddressCommand;
849
885
  exports.GetSiteCommand = GetSiteCommand;
850
886
  exports.LineItemStatus = LineItemStatus;
@@ -869,6 +905,8 @@ exports.PowerConnector = PowerConnector;
869
905
  exports.PowerDrawKva = PowerDrawKva;
870
906
  exports.PowerFeedDrop = PowerFeedDrop;
871
907
  exports.PowerPhase = PowerPhase;
908
+ exports.PricingResult = PricingResult;
909
+ exports.QuotePricingType = QuotePricingType;
872
910
  exports.ResourceType = ResourceType;
873
911
  exports.ShipmentCarrier = ShipmentCarrier;
874
912
  exports.StartCapacityTaskCommand = StartCapacityTaskCommand;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOutpostSupportedInstanceTypesOutput$ = exports.GetOutpostSupportedInstanceTypesInput$ = 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.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.UpdateSiteInput$ = exports.UpdateSiteAddressOutput$ = exports.UpdateSiteAddressInput$ = exports.UpdateOutpostOutput$ = exports.UpdateOutpostInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Subscription$ = exports.StartOutpostDecommissionOutput$ = exports.StartOutpostDecommissionInput$ = exports.StartConnectionResponse$ = exports.StartConnectionRequest$ = exports.StartCapacityTaskOutput$ = exports.StartCapacityTaskInput$ = exports.Site$ = exports.ShipmentInformation$ = exports.RackPhysicalProperties$ = 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$ = 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.GetOutpostSupportedInstanceTypes$ = exports.GetOutpostInstanceTypes$ = exports.GetOutpostBillingInformation$ = exports.GetOutpost$ = exports.GetOrder$ = exports.GetConnection$ = exports.GetCatalogItem$ = exports.GetCapacityTask$ = exports.DeleteSite$ = exports.DeleteOutpost$ = exports.CreateSite$ = exports.CreateOutpost$ = exports.CreateOrder$ = exports.CancelOrder$ = exports.CancelCapacityTask$ = exports.UpdateSiteRackPhysicalPropertiesOutput$ = exports.UpdateSiteRackPhysicalPropertiesInput$ = exports.UpdateSiteOutput$ = void 0;
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;
6
6
  const _A = "Address";
7
7
  const _ADE = "AccessDeniedException";
8
8
  const _AI = "AssetInfo";
@@ -66,10 +66,13 @@ const _COr = "CreateOrder";
66
66
  const _COre = "CreateOutpost";
67
67
  const _CPK = "ClientPublicKey";
68
68
  const _CPN = "ContactPhoneNumber";
69
+ const _CR = "CreateRenewal";
70
+ const _CRI = "CreateRenewalInput";
71
+ const _CRO = "CreateRenewalOutput";
69
72
  const _CS = "CreateSite";
70
73
  const _CSI = "CreateSiteInput";
71
74
  const _CSO = "CreateSiteOutput";
72
- const _CT = "CapacityTasks";
75
+ const _CT = "ClientToken";
73
76
  const _CTA = "ClientTunnelAddress";
74
77
  const _CTF = "CapacityTaskFailure";
75
78
  const _CTI = "CapacityTaskId";
@@ -77,6 +80,7 @@ const _CTL = "CapacityTaskList";
77
80
  const _CTS = "CapacityTaskSummary";
78
81
  const _CTSF = "CapacityTaskStatusFilter";
79
82
  const _CTSa = "CapacityTaskStatus";
83
+ const _CTa = "CapacityTasks";
80
84
  const _Co = "Count";
81
85
  const _D = "Description";
82
86
  const _DO = "DeleteOutpost";
@@ -120,6 +124,9 @@ const _GOSIT = "GetOutpostSupportedInstanceTypes";
120
124
  const _GOSITI = "GetOutpostSupportedInstanceTypesInput";
121
125
  const _GOSITO = "GetOutpostSupportedInstanceTypesOutput";
122
126
  const _GOe = "GetOutpost";
127
+ const _GRP = "GetRenewalPricing";
128
+ const _GRPI = "GetRenewalPricingInput";
129
+ const _GRPO = "GetRenewalPricingOutput";
123
130
  const _GS = "GetSite";
124
131
  const _GSA = "GetSiteAddress";
125
132
  const _GSAI = "GetSiteAddressInput";
@@ -227,8 +234,13 @@ const _PK = "PowerKva";
227
234
  const _PLII = "PreviousLineItemId";
228
235
  const _PO = "PaymentOption";
229
236
  const _POI = "PreviousOrderId";
237
+ const _POL = "PricingOptionList";
238
+ const _POr = "PricingOptions";
239
+ const _POri = "PricingOption";
230
240
  const _PP = "PowerPhase";
241
+ const _PR = "PricingResult";
231
242
  const _PT = "PaymentTerm";
243
+ const _PTr = "PricingType";
232
244
  const _Q = "Quantity";
233
245
  const _R = "Reason";
234
246
  const _RA = "ResourceArn";
@@ -259,6 +271,7 @@ const _SOD = "StartOutpostDecommission";
259
271
  const _SODI = "StartOutpostDecommissionInput";
260
272
  const _SODO = "StartOutpostDecommissionOutput";
261
273
  const _SOR = "StateOrRegion";
274
+ const _SPD = "SubscriptionPricingDetails";
262
275
  const _SPK = "ServerPublicKey";
263
276
  const _SQEE = "ServiceQuotaExceededException";
264
277
  const _SS = "SupportedStorage";
@@ -457,6 +470,16 @@ exports.CreateOutpostOutput$ = [3, n0, _COOre,
457
470
  [_Ou],
458
471
  [() => exports.Outpost$]
459
472
  ];
473
+ exports.CreateRenewalInput$ = [3, n0, _CRI,
474
+ 0,
475
+ [_PO, _PT, _OI, _CT],
476
+ [0, 0, 0, [0, 4]], 3
477
+ ];
478
+ exports.CreateRenewalOutput$ = [3, n0, _CRO,
479
+ 0,
480
+ [_PO, _PT, _OIu, _UP, _MRP],
481
+ [0, 0, 0, 1, 1]
482
+ ];
460
483
  exports.CreateSiteInput$ = [3, n0, _CSI,
461
484
  0,
462
485
  [_N, _D, _No, _Ta, _OA, _SA, _RPP],
@@ -539,8 +562,8 @@ exports.GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
539
562
  ];
540
563
  exports.GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
541
564
  0,
542
- [_NT, _Su, _CED],
543
- [0, () => SubscriptionList, 0]
565
+ [_NT, _Su, _CED, _PT, _PO],
566
+ [0, () => SubscriptionList, 0, 0, 0]
544
567
  ];
545
568
  exports.GetOutpostInput$ = [3, n0, _GOIe,
546
569
  0,
@@ -572,6 +595,16 @@ exports.GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
572
595
  [_ITn, _NT],
573
596
  [() => InstanceTypeListDefinition, 0]
574
597
  ];
598
+ exports.GetRenewalPricingInput$ = [3, n0, _GRPI,
599
+ 0,
600
+ [_OI],
601
+ [[0, 1]], 1
602
+ ];
603
+ exports.GetRenewalPricingOutput$ = [3, n0, _GRPO,
604
+ 0,
605
+ [_PR, _POr],
606
+ [0, () => PricingOptionList]
607
+ ];
575
608
  exports.GetSiteAddressInput$ = [3, n0, _GSAI,
576
609
  0,
577
610
  [_SI, _ATd],
@@ -659,7 +692,7 @@ exports.ListCapacityTasksInput$ = [3, n0, _LCTI,
659
692
  ];
660
693
  exports.ListCapacityTasksOutput$ = [3, n0, _LCTO,
661
694
  0,
662
- [_CT, _NT],
695
+ [_CTa, _NT],
663
696
  [() => CapacityTaskList, 0]
664
697
  ];
665
698
  exports.ListCatalogItemsInput$ = [3, n0, _LCII,
@@ -727,6 +760,11 @@ exports.Outpost$ = [3, n0, _Ou,
727
760
  [_OIu, _OIw, _OAu, _SI, _N, _D, _LCS, _AZ, _AZI, _Ta, _SAi, _SHT],
728
761
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
729
762
  ];
763
+ exports.PricingOption$ = [3, n0, _POri,
764
+ 0,
765
+ [_PTr, _SPD],
766
+ [0, () => exports.SubscriptionPricingDetails$]
767
+ ];
730
768
  exports.RackPhysicalProperties$ = [3, n0, _RPP,
731
769
  0,
732
770
  [_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
@@ -777,6 +815,11 @@ exports.Subscription$ = [3, n0, _Sub,
777
815
  [_SIu, _ST, _SSu, _OIrd, _BD, _ED, _MRP, _UP],
778
816
  [0, 0, 0, 64 | 0, 4, 4, 1, 1]
779
817
  ];
818
+ exports.SubscriptionPricingDetails$ = [3, n0, _SPD,
819
+ 0,
820
+ [_PO, _PT, _UP, _MRP],
821
+ [0, 0, 1, 1]
822
+ ];
780
823
  exports.TagResourceRequest$ = [3, n0, _TRR,
781
824
  0,
782
825
  [_RA, _Ta],
@@ -896,6 +939,9 @@ var OutpostInstanceTypeList = 64 | 0;
896
939
  var outpostListDefinition = [1, n0, _oLD,
897
940
  0, () => exports.Outpost$
898
941
  ];
942
+ var PricingOptionList = [1, n0, _POL,
943
+ 0, () => exports.PricingOption$
944
+ ];
899
945
  var RequestedInstancePools = [1, n0, _RIP,
900
946
  0, () => exports.InstanceTypeCapacity$
901
947
  ];
@@ -924,6 +970,9 @@ exports.CreateOrder$ = [9, n0, _COr,
924
970
  exports.CreateOutpost$ = [9, n0, _COre,
925
971
  { [_h]: ["POST", "/outposts", 200] }, () => exports.CreateOutpostInput$, () => exports.CreateOutpostOutput$
926
972
  ];
973
+ exports.CreateRenewal$ = [9, n0, _CR,
974
+ { [_h]: ["POST", "/renewals", 200] }, () => exports.CreateRenewalInput$, () => exports.CreateRenewalOutput$
975
+ ];
927
976
  exports.CreateSite$ = [9, n0, _CS,
928
977
  { [_h]: ["POST", "/sites", 200] }, () => exports.CreateSiteInput$, () => exports.CreateSiteOutput$
929
978
  ];
@@ -957,6 +1006,9 @@ exports.GetOutpostInstanceTypes$ = [9, n0, _GOIT,
957
1006
  exports.GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
958
1007
  { [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => exports.GetOutpostSupportedInstanceTypesInput$, () => exports.GetOutpostSupportedInstanceTypesOutput$
959
1008
  ];
1009
+ exports.GetRenewalPricing$ = [9, n0, _GRP,
1010
+ { [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => exports.GetRenewalPricingInput$, () => exports.GetRenewalPricingOutput$
1011
+ ];
960
1012
  exports.GetSite$ = [9, n0, _GS,
961
1013
  { [_h]: ["GET", "/sites/{SiteId}", 200] }, () => exports.GetSiteInput$, () => exports.GetSiteOutput$
962
1014
  ];
@@ -3,6 +3,7 @@ import { CancelCapacityTaskCommand, } from "./commands/CancelCapacityTaskCommand
3
3
  import { CancelOrderCommand, } from "./commands/CancelOrderCommand";
4
4
  import { CreateOrderCommand, } from "./commands/CreateOrderCommand";
5
5
  import { CreateOutpostCommand, } from "./commands/CreateOutpostCommand";
6
+ import { CreateRenewalCommand, } from "./commands/CreateRenewalCommand";
6
7
  import { CreateSiteCommand, } from "./commands/CreateSiteCommand";
7
8
  import { DeleteOutpostCommand, } from "./commands/DeleteOutpostCommand";
8
9
  import { DeleteSiteCommand, } from "./commands/DeleteSiteCommand";
@@ -14,6 +15,7 @@ import { GetOutpostBillingInformationCommand, } from "./commands/GetOutpostBilli
14
15
  import { GetOutpostCommand, } from "./commands/GetOutpostCommand";
15
16
  import { GetOutpostInstanceTypesCommand, } from "./commands/GetOutpostInstanceTypesCommand";
16
17
  import { GetOutpostSupportedInstanceTypesCommand, } from "./commands/GetOutpostSupportedInstanceTypesCommand";
18
+ import { GetRenewalPricingCommand, } from "./commands/GetRenewalPricingCommand";
17
19
  import { GetSiteAddressCommand, } from "./commands/GetSiteAddressCommand";
18
20
  import { GetSiteCommand } from "./commands/GetSiteCommand";
19
21
  import { ListAssetInstancesCommand, } from "./commands/ListAssetInstancesCommand";
@@ -51,6 +53,7 @@ const commands = {
51
53
  CancelOrderCommand,
52
54
  CreateOrderCommand,
53
55
  CreateOutpostCommand,
56
+ CreateRenewalCommand,
54
57
  CreateSiteCommand,
55
58
  DeleteOutpostCommand,
56
59
  DeleteSiteCommand,
@@ -62,6 +65,7 @@ const commands = {
62
65
  GetOutpostBillingInformationCommand,
63
66
  GetOutpostInstanceTypesCommand,
64
67
  GetOutpostSupportedInstanceTypesCommand,
68
+ GetRenewalPricingCommand,
65
69
  GetSiteCommand,
66
70
  GetSiteAddressCommand,
67
71
  ListAssetInstancesCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRenewal$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRenewalCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("OutpostsOlafService", "CreateRenewal", {})
13
+ .n("OutpostsClient", "CreateRenewalCommand")
14
+ .sc(CreateRenewal$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRenewalPricing$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRenewalPricingCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("OutpostsOlafService", "GetRenewalPricing", {})
13
+ .n("OutpostsClient", "GetRenewalPricingCommand")
14
+ .sc(GetRenewalPricing$)
15
+ .build() {
16
+ }
@@ -2,6 +2,7 @@ export * from "./CancelCapacityTaskCommand";
2
2
  export * from "./CancelOrderCommand";
3
3
  export * from "./CreateOrderCommand";
4
4
  export * from "./CreateOutpostCommand";
5
+ export * from "./CreateRenewalCommand";
5
6
  export * from "./CreateSiteCommand";
6
7
  export * from "./DeleteOutpostCommand";
7
8
  export * from "./DeleteSiteCommand";
@@ -13,6 +14,7 @@ export * from "./GetOutpostBillingInformationCommand";
13
14
  export * from "./GetOutpostCommand";
14
15
  export * from "./GetOutpostInstanceTypesCommand";
15
16
  export * from "./GetOutpostSupportedInstanceTypesCommand";
17
+ export * from "./GetRenewalPricingCommand";
16
18
  export * from "./GetSiteAddressCommand";
17
19
  export * from "./GetSiteCommand";
18
20
  export * from "./ListAssetInstancesCommand";
@@ -197,9 +197,17 @@ export const SubscriptionStatus = {
197
197
  ACTIVE: "ACTIVE",
198
198
  CANCELLED: "CANCELLED",
199
199
  INACTIVE: "INACTIVE",
200
+ PENDING: "PENDING",
200
201
  };
201
202
  export const SubscriptionType = {
202
203
  CAPACITY_INCREASE: "CAPACITY_INCREASE",
203
204
  ORIGINAL: "ORIGINAL",
204
205
  RENEWAL: "RENEWAL",
205
206
  };
207
+ export const QuotePricingType = {
208
+ SUBSCRIPTION: "SUBSCRIPTION",
209
+ };
210
+ export const PricingResult = {
211
+ PRICED: "PRICED",
212
+ UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
213
+ };
@@ -61,10 +61,13 @@ const _COr = "CreateOrder";
61
61
  const _COre = "CreateOutpost";
62
62
  const _CPK = "ClientPublicKey";
63
63
  const _CPN = "ContactPhoneNumber";
64
+ const _CR = "CreateRenewal";
65
+ const _CRI = "CreateRenewalInput";
66
+ const _CRO = "CreateRenewalOutput";
64
67
  const _CS = "CreateSite";
65
68
  const _CSI = "CreateSiteInput";
66
69
  const _CSO = "CreateSiteOutput";
67
- const _CT = "CapacityTasks";
70
+ const _CT = "ClientToken";
68
71
  const _CTA = "ClientTunnelAddress";
69
72
  const _CTF = "CapacityTaskFailure";
70
73
  const _CTI = "CapacityTaskId";
@@ -72,6 +75,7 @@ const _CTL = "CapacityTaskList";
72
75
  const _CTS = "CapacityTaskSummary";
73
76
  const _CTSF = "CapacityTaskStatusFilter";
74
77
  const _CTSa = "CapacityTaskStatus";
78
+ const _CTa = "CapacityTasks";
75
79
  const _Co = "Count";
76
80
  const _D = "Description";
77
81
  const _DO = "DeleteOutpost";
@@ -115,6 +119,9 @@ const _GOSIT = "GetOutpostSupportedInstanceTypes";
115
119
  const _GOSITI = "GetOutpostSupportedInstanceTypesInput";
116
120
  const _GOSITO = "GetOutpostSupportedInstanceTypesOutput";
117
121
  const _GOe = "GetOutpost";
122
+ const _GRP = "GetRenewalPricing";
123
+ const _GRPI = "GetRenewalPricingInput";
124
+ const _GRPO = "GetRenewalPricingOutput";
118
125
  const _GS = "GetSite";
119
126
  const _GSA = "GetSiteAddress";
120
127
  const _GSAI = "GetSiteAddressInput";
@@ -222,8 +229,13 @@ const _PK = "PowerKva";
222
229
  const _PLII = "PreviousLineItemId";
223
230
  const _PO = "PaymentOption";
224
231
  const _POI = "PreviousOrderId";
232
+ const _POL = "PricingOptionList";
233
+ const _POr = "PricingOptions";
234
+ const _POri = "PricingOption";
225
235
  const _PP = "PowerPhase";
236
+ const _PR = "PricingResult";
226
237
  const _PT = "PaymentTerm";
238
+ const _PTr = "PricingType";
227
239
  const _Q = "Quantity";
228
240
  const _R = "Reason";
229
241
  const _RA = "ResourceArn";
@@ -254,6 +266,7 @@ const _SOD = "StartOutpostDecommission";
254
266
  const _SODI = "StartOutpostDecommissionInput";
255
267
  const _SODO = "StartOutpostDecommissionOutput";
256
268
  const _SOR = "StateOrRegion";
269
+ const _SPD = "SubscriptionPricingDetails";
257
270
  const _SPK = "ServerPublicKey";
258
271
  const _SQEE = "ServiceQuotaExceededException";
259
272
  const _SS = "SupportedStorage";
@@ -452,6 +465,16 @@ export var CreateOutpostOutput$ = [3, n0, _COOre,
452
465
  [_Ou],
453
466
  [() => Outpost$]
454
467
  ];
468
+ export var CreateRenewalInput$ = [3, n0, _CRI,
469
+ 0,
470
+ [_PO, _PT, _OI, _CT],
471
+ [0, 0, 0, [0, 4]], 3
472
+ ];
473
+ export var CreateRenewalOutput$ = [3, n0, _CRO,
474
+ 0,
475
+ [_PO, _PT, _OIu, _UP, _MRP],
476
+ [0, 0, 0, 1, 1]
477
+ ];
455
478
  export var CreateSiteInput$ = [3, n0, _CSI,
456
479
  0,
457
480
  [_N, _D, _No, _Ta, _OA, _SA, _RPP],
@@ -534,8 +557,8 @@ export var GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
534
557
  ];
535
558
  export var GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
536
559
  0,
537
- [_NT, _Su, _CED],
538
- [0, () => SubscriptionList, 0]
560
+ [_NT, _Su, _CED, _PT, _PO],
561
+ [0, () => SubscriptionList, 0, 0, 0]
539
562
  ];
540
563
  export var GetOutpostInput$ = [3, n0, _GOIe,
541
564
  0,
@@ -567,6 +590,16 @@ export var GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
567
590
  [_ITn, _NT],
568
591
  [() => InstanceTypeListDefinition, 0]
569
592
  ];
593
+ export var GetRenewalPricingInput$ = [3, n0, _GRPI,
594
+ 0,
595
+ [_OI],
596
+ [[0, 1]], 1
597
+ ];
598
+ export var GetRenewalPricingOutput$ = [3, n0, _GRPO,
599
+ 0,
600
+ [_PR, _POr],
601
+ [0, () => PricingOptionList]
602
+ ];
570
603
  export var GetSiteAddressInput$ = [3, n0, _GSAI,
571
604
  0,
572
605
  [_SI, _ATd],
@@ -654,7 +687,7 @@ export var ListCapacityTasksInput$ = [3, n0, _LCTI,
654
687
  ];
655
688
  export var ListCapacityTasksOutput$ = [3, n0, _LCTO,
656
689
  0,
657
- [_CT, _NT],
690
+ [_CTa, _NT],
658
691
  [() => CapacityTaskList, 0]
659
692
  ];
660
693
  export var ListCatalogItemsInput$ = [3, n0, _LCII,
@@ -722,6 +755,11 @@ export var Outpost$ = [3, n0, _Ou,
722
755
  [_OIu, _OIw, _OAu, _SI, _N, _D, _LCS, _AZ, _AZI, _Ta, _SAi, _SHT],
723
756
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
724
757
  ];
758
+ export var PricingOption$ = [3, n0, _POri,
759
+ 0,
760
+ [_PTr, _SPD],
761
+ [0, () => SubscriptionPricingDetails$]
762
+ ];
725
763
  export var RackPhysicalProperties$ = [3, n0, _RPP,
726
764
  0,
727
765
  [_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
@@ -772,6 +810,11 @@ export var Subscription$ = [3, n0, _Sub,
772
810
  [_SIu, _ST, _SSu, _OIrd, _BD, _ED, _MRP, _UP],
773
811
  [0, 0, 0, 64 | 0, 4, 4, 1, 1]
774
812
  ];
813
+ export var SubscriptionPricingDetails$ = [3, n0, _SPD,
814
+ 0,
815
+ [_PO, _PT, _UP, _MRP],
816
+ [0, 0, 1, 1]
817
+ ];
775
818
  export var TagResourceRequest$ = [3, n0, _TRR,
776
819
  0,
777
820
  [_RA, _Ta],
@@ -891,6 +934,9 @@ var OutpostInstanceTypeList = 64 | 0;
891
934
  var outpostListDefinition = [1, n0, _oLD,
892
935
  0, () => Outpost$
893
936
  ];
937
+ var PricingOptionList = [1, n0, _POL,
938
+ 0, () => PricingOption$
939
+ ];
894
940
  var RequestedInstancePools = [1, n0, _RIP,
895
941
  0, () => InstanceTypeCapacity$
896
942
  ];
@@ -919,6 +965,9 @@ export var CreateOrder$ = [9, n0, _COr,
919
965
  export var CreateOutpost$ = [9, n0, _COre,
920
966
  { [_h]: ["POST", "/outposts", 200] }, () => CreateOutpostInput$, () => CreateOutpostOutput$
921
967
  ];
968
+ export var CreateRenewal$ = [9, n0, _CR,
969
+ { [_h]: ["POST", "/renewals", 200] }, () => CreateRenewalInput$, () => CreateRenewalOutput$
970
+ ];
922
971
  export var CreateSite$ = [9, n0, _CS,
923
972
  { [_h]: ["POST", "/sites", 200] }, () => CreateSiteInput$, () => CreateSiteOutput$
924
973
  ];
@@ -952,6 +1001,9 @@ export var GetOutpostInstanceTypes$ = [9, n0, _GOIT,
952
1001
  export var GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
953
1002
  { [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => GetOutpostSupportedInstanceTypesInput$, () => GetOutpostSupportedInstanceTypesOutput$
954
1003
  ];
1004
+ export var GetRenewalPricing$ = [9, n0, _GRP,
1005
+ { [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => GetRenewalPricingInput$, () => GetRenewalPricingOutput$
1006
+ ];
955
1007
  export var GetSite$ = [9, n0, _GS,
956
1008
  { [_h]: ["GET", "/sites/{SiteId}", 200] }, () => GetSiteInput$, () => GetSiteOutput$
957
1009
  ];
@@ -3,6 +3,7 @@ import { type CancelCapacityTaskCommandInput, type CancelCapacityTaskCommandOutp
3
3
  import { type CancelOrderCommandInput, type CancelOrderCommandOutput } from "./commands/CancelOrderCommand";
4
4
  import { type CreateOrderCommandInput, type CreateOrderCommandOutput } from "./commands/CreateOrderCommand";
5
5
  import { type CreateOutpostCommandInput, type CreateOutpostCommandOutput } from "./commands/CreateOutpostCommand";
6
+ import { type CreateRenewalCommandInput, type CreateRenewalCommandOutput } from "./commands/CreateRenewalCommand";
6
7
  import { type CreateSiteCommandInput, type CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
7
8
  import { type DeleteOutpostCommandInput, type DeleteOutpostCommandOutput } from "./commands/DeleteOutpostCommand";
8
9
  import { type DeleteSiteCommandInput, type DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
@@ -14,6 +15,7 @@ import { type GetOutpostBillingInformationCommandInput, type GetOutpostBillingIn
14
15
  import { type GetOutpostCommandInput, type GetOutpostCommandOutput } from "./commands/GetOutpostCommand";
15
16
  import { type GetOutpostInstanceTypesCommandInput, type GetOutpostInstanceTypesCommandOutput } from "./commands/GetOutpostInstanceTypesCommand";
16
17
  import { type GetOutpostSupportedInstanceTypesCommandInput, type GetOutpostSupportedInstanceTypesCommandOutput } from "./commands/GetOutpostSupportedInstanceTypesCommand";
18
+ import { type GetRenewalPricingCommandInput, type GetRenewalPricingCommandOutput } from "./commands/GetRenewalPricingCommand";
17
19
  import { type GetSiteAddressCommandInput, type GetSiteAddressCommandOutput } from "./commands/GetSiteAddressCommand";
18
20
  import { type GetSiteCommandInput, type GetSiteCommandOutput } from "./commands/GetSiteCommand";
19
21
  import { type ListAssetInstancesCommandInput, type ListAssetInstancesCommandOutput } from "./commands/ListAssetInstancesCommand";
@@ -60,6 +62,12 @@ export interface Outposts {
60
62
  createOutpost(args: CreateOutpostCommandInput, options?: __HttpHandlerOptions): Promise<CreateOutpostCommandOutput>;
61
63
  createOutpost(args: CreateOutpostCommandInput, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
62
64
  createOutpost(args: CreateOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
65
+ /**
66
+ * @see {@link CreateRenewalCommand}
67
+ */
68
+ createRenewal(args: CreateRenewalCommandInput, options?: __HttpHandlerOptions): Promise<CreateRenewalCommandOutput>;
69
+ createRenewal(args: CreateRenewalCommandInput, cb: (err: any, data?: CreateRenewalCommandOutput) => void): void;
70
+ createRenewal(args: CreateRenewalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRenewalCommandOutput) => void): void;
63
71
  /**
64
72
  * @see {@link CreateSiteCommand}
65
73
  */
@@ -126,6 +134,12 @@ export interface Outposts {
126
134
  getOutpostSupportedInstanceTypes(args: GetOutpostSupportedInstanceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutpostSupportedInstanceTypesCommandOutput>;
127
135
  getOutpostSupportedInstanceTypes(args: GetOutpostSupportedInstanceTypesCommandInput, cb: (err: any, data?: GetOutpostSupportedInstanceTypesCommandOutput) => void): void;
128
136
  getOutpostSupportedInstanceTypes(args: GetOutpostSupportedInstanceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutpostSupportedInstanceTypesCommandOutput) => void): void;
137
+ /**
138
+ * @see {@link GetRenewalPricingCommand}
139
+ */
140
+ getRenewalPricing(args: GetRenewalPricingCommandInput, options?: __HttpHandlerOptions): Promise<GetRenewalPricingCommandOutput>;
141
+ getRenewalPricing(args: GetRenewalPricingCommandInput, cb: (err: any, data?: GetRenewalPricingCommandOutput) => void): void;
142
+ getRenewalPricing(args: GetRenewalPricingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRenewalPricingCommandOutput) => void): void;
129
143
  /**
130
144
  * @see {@link GetSiteCommand}
131
145
  */
@@ -11,6 +11,7 @@ import type { CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput }
11
11
  import type { CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand";
12
12
  import type { CreateOrderCommandInput, CreateOrderCommandOutput } from "./commands/CreateOrderCommand";
13
13
  import type { CreateOutpostCommandInput, CreateOutpostCommandOutput } from "./commands/CreateOutpostCommand";
14
+ import type { CreateRenewalCommandInput, CreateRenewalCommandOutput } from "./commands/CreateRenewalCommand";
14
15
  import type { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
15
16
  import type { DeleteOutpostCommandInput, DeleteOutpostCommandOutput } from "./commands/DeleteOutpostCommand";
16
17
  import type { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
@@ -22,6 +23,7 @@ import type { GetOutpostBillingInformationCommandInput, GetOutpostBillingInforma
22
23
  import type { GetOutpostCommandInput, GetOutpostCommandOutput } from "./commands/GetOutpostCommand";
23
24
  import type { GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput } from "./commands/GetOutpostInstanceTypesCommand";
24
25
  import type { GetOutpostSupportedInstanceTypesCommandInput, GetOutpostSupportedInstanceTypesCommandOutput } from "./commands/GetOutpostSupportedInstanceTypesCommand";
26
+ import type { GetRenewalPricingCommandInput, GetRenewalPricingCommandOutput } from "./commands/GetRenewalPricingCommand";
25
27
  import type { GetSiteAddressCommandInput, GetSiteAddressCommandOutput } from "./commands/GetSiteAddressCommand";
26
28
  import type { GetSiteCommandInput, GetSiteCommandOutput } from "./commands/GetSiteCommand";
27
29
  import type { ListAssetInstancesCommandInput, ListAssetInstancesCommandOutput } from "./commands/ListAssetInstancesCommand";
@@ -48,11 +50,11 @@ export { __Client };
48
50
  /**
49
51
  * @public
50
52
  */
51
- export type ServiceInputTypes = CancelCapacityTaskCommandInput | CancelOrderCommandInput | CreateOrderCommandInput | CreateOutpostCommandInput | CreateSiteCommandInput | DeleteOutpostCommandInput | DeleteSiteCommandInput | GetCapacityTaskCommandInput | GetCatalogItemCommandInput | GetConnectionCommandInput | GetOrderCommandInput | GetOutpostBillingInformationCommandInput | GetOutpostCommandInput | GetOutpostInstanceTypesCommandInput | GetOutpostSupportedInstanceTypesCommandInput | GetSiteAddressCommandInput | GetSiteCommandInput | ListAssetInstancesCommandInput | ListAssetsCommandInput | ListBlockingInstancesForCapacityTaskCommandInput | ListCapacityTasksCommandInput | ListCatalogItemsCommandInput | ListOrdersCommandInput | ListOutpostsCommandInput | ListSitesCommandInput | ListTagsForResourceCommandInput | StartCapacityTaskCommandInput | StartConnectionCommandInput | StartOutpostDecommissionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOutpostCommandInput | UpdateSiteAddressCommandInput | UpdateSiteCommandInput | UpdateSiteRackPhysicalPropertiesCommandInput;
53
+ export type ServiceInputTypes = CancelCapacityTaskCommandInput | CancelOrderCommandInput | CreateOrderCommandInput | CreateOutpostCommandInput | CreateRenewalCommandInput | CreateSiteCommandInput | DeleteOutpostCommandInput | DeleteSiteCommandInput | GetCapacityTaskCommandInput | GetCatalogItemCommandInput | GetConnectionCommandInput | GetOrderCommandInput | GetOutpostBillingInformationCommandInput | GetOutpostCommandInput | GetOutpostInstanceTypesCommandInput | GetOutpostSupportedInstanceTypesCommandInput | GetRenewalPricingCommandInput | GetSiteAddressCommandInput | GetSiteCommandInput | ListAssetInstancesCommandInput | ListAssetsCommandInput | ListBlockingInstancesForCapacityTaskCommandInput | ListCapacityTasksCommandInput | ListCatalogItemsCommandInput | ListOrdersCommandInput | ListOutpostsCommandInput | ListSitesCommandInput | ListTagsForResourceCommandInput | StartCapacityTaskCommandInput | StartConnectionCommandInput | StartOutpostDecommissionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOutpostCommandInput | UpdateSiteAddressCommandInput | UpdateSiteCommandInput | UpdateSiteRackPhysicalPropertiesCommandInput;
52
54
  /**
53
55
  * @public
54
56
  */
55
- export type ServiceOutputTypes = CancelCapacityTaskCommandOutput | CancelOrderCommandOutput | CreateOrderCommandOutput | CreateOutpostCommandOutput | CreateSiteCommandOutput | DeleteOutpostCommandOutput | DeleteSiteCommandOutput | GetCapacityTaskCommandOutput | GetCatalogItemCommandOutput | GetConnectionCommandOutput | GetOrderCommandOutput | GetOutpostBillingInformationCommandOutput | GetOutpostCommandOutput | GetOutpostInstanceTypesCommandOutput | GetOutpostSupportedInstanceTypesCommandOutput | GetSiteAddressCommandOutput | GetSiteCommandOutput | ListAssetInstancesCommandOutput | ListAssetsCommandOutput | ListBlockingInstancesForCapacityTaskCommandOutput | ListCapacityTasksCommandOutput | ListCatalogItemsCommandOutput | ListOrdersCommandOutput | ListOutpostsCommandOutput | ListSitesCommandOutput | ListTagsForResourceCommandOutput | StartCapacityTaskCommandOutput | StartConnectionCommandOutput | StartOutpostDecommissionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOutpostCommandOutput | UpdateSiteAddressCommandOutput | UpdateSiteCommandOutput | UpdateSiteRackPhysicalPropertiesCommandOutput;
57
+ export type ServiceOutputTypes = CancelCapacityTaskCommandOutput | CancelOrderCommandOutput | CreateOrderCommandOutput | CreateOutpostCommandOutput | CreateRenewalCommandOutput | CreateSiteCommandOutput | DeleteOutpostCommandOutput | DeleteSiteCommandOutput | GetCapacityTaskCommandOutput | GetCatalogItemCommandOutput | GetConnectionCommandOutput | GetOrderCommandOutput | GetOutpostBillingInformationCommandOutput | GetOutpostCommandOutput | GetOutpostInstanceTypesCommandOutput | GetOutpostSupportedInstanceTypesCommandOutput | GetRenewalPricingCommandOutput | GetSiteAddressCommandOutput | GetSiteCommandOutput | ListAssetInstancesCommandOutput | ListAssetsCommandOutput | ListBlockingInstancesForCapacityTaskCommandOutput | ListCapacityTasksCommandOutput | ListCatalogItemsCommandOutput | ListOrdersCommandOutput | ListOutpostsCommandOutput | ListSitesCommandOutput | ListTagsForResourceCommandOutput | StartCapacityTaskCommandOutput | StartConnectionCommandOutput | StartOutpostDecommissionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOutpostCommandOutput | UpdateSiteAddressCommandOutput | UpdateSiteCommandOutput | UpdateSiteRackPhysicalPropertiesCommandOutput;
56
58
  /**
57
59
  * @public
58
60
  */