@aws-sdk/client-outposts 3.1025.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 +14 -0
- package/dist-cjs/index.js +44 -0
- package/dist-cjs/schemas/schemas_0.js +63 -9
- package/dist-es/Outposts.js +4 -0
- package/dist-es/commands/CreateRenewalCommand.js +16 -0
- package/dist-es/commands/GetRenewalPricingCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +14 -0
- package/dist-es/schemas/schemas_0.js +60 -6
- package/dist-types/Outposts.d.ts +14 -0
- package/dist-types/OutpostsClient.d.ts +4 -2
- package/dist-types/commands/CreateRenewalCommand.d.ts +93 -0
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -1
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +97 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +6 -3
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +30 -0
- package/dist-types/models/models_0.d.ts +169 -5
- package/dist-types/schemas/schemas_0.d.ts +8 -0
- package/dist-types/ts3.4/Outposts.d.ts +34 -0
- package/dist-types/ts3.4/OutpostsClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +33 -33
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,
|
|
@@ -615,9 +641,14 @@ const AddressType = {
|
|
|
615
641
|
};
|
|
616
642
|
const AssetType = {
|
|
617
643
|
COMPUTE: "COMPUTE",
|
|
644
|
+
NETWORKING: "NETWORKING",
|
|
645
|
+
POWERSHELF: "POWERSHELF",
|
|
646
|
+
STORAGE: "STORAGE",
|
|
647
|
+
SWITCH: "SWITCH",
|
|
618
648
|
};
|
|
619
649
|
const ComputeAssetState = {
|
|
620
650
|
ACTIVE: "ACTIVE",
|
|
651
|
+
INSTALLING: "INSTALLING",
|
|
621
652
|
ISOLATED: "ISOLATED",
|
|
622
653
|
RETIRING: "RETIRING",
|
|
623
654
|
};
|
|
@@ -631,6 +662,7 @@ const AWSServiceName = {
|
|
|
631
662
|
};
|
|
632
663
|
const AssetState = {
|
|
633
664
|
ACTIVE: "ACTIVE",
|
|
665
|
+
INSTALLING: "INSTALLING",
|
|
634
666
|
ISOLATED: "ISOLATED",
|
|
635
667
|
RETIRING: "RETIRING",
|
|
636
668
|
};
|
|
@@ -802,12 +834,20 @@ const SubscriptionStatus = {
|
|
|
802
834
|
ACTIVE: "ACTIVE",
|
|
803
835
|
CANCELLED: "CANCELLED",
|
|
804
836
|
INACTIVE: "INACTIVE",
|
|
837
|
+
PENDING: "PENDING",
|
|
805
838
|
};
|
|
806
839
|
const SubscriptionType = {
|
|
807
840
|
CAPACITY_INCREASE: "CAPACITY_INCREASE",
|
|
808
841
|
ORIGINAL: "ORIGINAL",
|
|
809
842
|
RENEWAL: "RENEWAL",
|
|
810
843
|
};
|
|
844
|
+
const QuotePricingType = {
|
|
845
|
+
SUBSCRIPTION: "SUBSCRIPTION",
|
|
846
|
+
};
|
|
847
|
+
const PricingResult = {
|
|
848
|
+
PRICED: "PRICED",
|
|
849
|
+
UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
|
|
850
|
+
};
|
|
811
851
|
|
|
812
852
|
exports.$Command = smithyClient.Command;
|
|
813
853
|
exports.__Client = smithyClient.Client;
|
|
@@ -826,6 +866,7 @@ exports.CatalogItemStatus = CatalogItemStatus;
|
|
|
826
866
|
exports.ComputeAssetState = ComputeAssetState;
|
|
827
867
|
exports.CreateOrderCommand = CreateOrderCommand;
|
|
828
868
|
exports.CreateOutpostCommand = CreateOutpostCommand;
|
|
869
|
+
exports.CreateRenewalCommand = CreateRenewalCommand;
|
|
829
870
|
exports.CreateSiteCommand = CreateSiteCommand;
|
|
830
871
|
exports.DecommissionRequestStatus = DecommissionRequestStatus;
|
|
831
872
|
exports.DeleteOutpostCommand = DeleteOutpostCommand;
|
|
@@ -839,6 +880,7 @@ exports.GetOutpostBillingInformationCommand = GetOutpostBillingInformationComman
|
|
|
839
880
|
exports.GetOutpostCommand = GetOutpostCommand;
|
|
840
881
|
exports.GetOutpostInstanceTypesCommand = GetOutpostInstanceTypesCommand;
|
|
841
882
|
exports.GetOutpostSupportedInstanceTypesCommand = GetOutpostSupportedInstanceTypesCommand;
|
|
883
|
+
exports.GetRenewalPricingCommand = GetRenewalPricingCommand;
|
|
842
884
|
exports.GetSiteAddressCommand = GetSiteAddressCommand;
|
|
843
885
|
exports.GetSiteCommand = GetSiteCommand;
|
|
844
886
|
exports.LineItemStatus = LineItemStatus;
|
|
@@ -863,6 +905,8 @@ exports.PowerConnector = PowerConnector;
|
|
|
863
905
|
exports.PowerDrawKva = PowerDrawKva;
|
|
864
906
|
exports.PowerFeedDrop = PowerFeedDrop;
|
|
865
907
|
exports.PowerPhase = PowerPhase;
|
|
908
|
+
exports.PricingResult = PricingResult;
|
|
909
|
+
exports.QuotePricingType = QuotePricingType;
|
|
866
910
|
exports.ResourceType = ResourceType;
|
|
867
911
|
exports.ShipmentCarrier = ShipmentCarrier;
|
|
868
912
|
exports.StartCapacityTaskCommand = StartCapacityTaskCommand;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
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";
|
|
@@ -26,6 +26,7 @@ const _ALs = "AssetLocation";
|
|
|
26
26
|
const _ASF = "AwsServiceFilter";
|
|
27
27
|
const _ASN = "AwsServiceName";
|
|
28
28
|
const _AT = "AssetType";
|
|
29
|
+
const _ATF = "AssetTypeFilter";
|
|
29
30
|
const _ATd = "AddressType";
|
|
30
31
|
const _AZ = "AvailabilityZone";
|
|
31
32
|
const _AZF = "AvailabilityZoneFilter";
|
|
@@ -65,10 +66,13 @@ const _COr = "CreateOrder";
|
|
|
65
66
|
const _COre = "CreateOutpost";
|
|
66
67
|
const _CPK = "ClientPublicKey";
|
|
67
68
|
const _CPN = "ContactPhoneNumber";
|
|
69
|
+
const _CR = "CreateRenewal";
|
|
70
|
+
const _CRI = "CreateRenewalInput";
|
|
71
|
+
const _CRO = "CreateRenewalOutput";
|
|
68
72
|
const _CS = "CreateSite";
|
|
69
73
|
const _CSI = "CreateSiteInput";
|
|
70
74
|
const _CSO = "CreateSiteOutput";
|
|
71
|
-
const _CT = "
|
|
75
|
+
const _CT = "ClientToken";
|
|
72
76
|
const _CTA = "ClientTunnelAddress";
|
|
73
77
|
const _CTF = "CapacityTaskFailure";
|
|
74
78
|
const _CTI = "CapacityTaskId";
|
|
@@ -76,6 +80,7 @@ const _CTL = "CapacityTaskList";
|
|
|
76
80
|
const _CTS = "CapacityTaskSummary";
|
|
77
81
|
const _CTSF = "CapacityTaskStatusFilter";
|
|
78
82
|
const _CTSa = "CapacityTaskStatus";
|
|
83
|
+
const _CTa = "CapacityTasks";
|
|
79
84
|
const _Co = "Count";
|
|
80
85
|
const _D = "Description";
|
|
81
86
|
const _DO = "DeleteOutpost";
|
|
@@ -119,6 +124,9 @@ const _GOSIT = "GetOutpostSupportedInstanceTypes";
|
|
|
119
124
|
const _GOSITI = "GetOutpostSupportedInstanceTypesInput";
|
|
120
125
|
const _GOSITO = "GetOutpostSupportedInstanceTypesOutput";
|
|
121
126
|
const _GOe = "GetOutpost";
|
|
127
|
+
const _GRP = "GetRenewalPricing";
|
|
128
|
+
const _GRPI = "GetRenewalPricingInput";
|
|
129
|
+
const _GRPO = "GetRenewalPricingOutput";
|
|
122
130
|
const _GS = "GetSite";
|
|
123
131
|
const _GSA = "GetSiteAddress";
|
|
124
132
|
const _GSAI = "GetSiteAddressInput";
|
|
@@ -226,8 +234,13 @@ const _PK = "PowerKva";
|
|
|
226
234
|
const _PLII = "PreviousLineItemId";
|
|
227
235
|
const _PO = "PaymentOption";
|
|
228
236
|
const _POI = "PreviousOrderId";
|
|
237
|
+
const _POL = "PricingOptionList";
|
|
238
|
+
const _POr = "PricingOptions";
|
|
239
|
+
const _POri = "PricingOption";
|
|
229
240
|
const _PP = "PowerPhase";
|
|
241
|
+
const _PR = "PricingResult";
|
|
230
242
|
const _PT = "PaymentTerm";
|
|
243
|
+
const _PTr = "PricingType";
|
|
231
244
|
const _Q = "Quantity";
|
|
232
245
|
const _R = "Reason";
|
|
233
246
|
const _RA = "ResourceArn";
|
|
@@ -258,6 +271,7 @@ const _SOD = "StartOutpostDecommission";
|
|
|
258
271
|
const _SODI = "StartOutpostDecommissionInput";
|
|
259
272
|
const _SODO = "StartOutpostDecommissionOutput";
|
|
260
273
|
const _SOR = "StateOrRegion";
|
|
274
|
+
const _SPD = "SubscriptionPricingDetails";
|
|
261
275
|
const _SPK = "ServerPublicKey";
|
|
262
276
|
const _SQEE = "ServiceQuotaExceededException";
|
|
263
277
|
const _SS = "SupportedStorage";
|
|
@@ -456,6 +470,16 @@ exports.CreateOutpostOutput$ = [3, n0, _COOre,
|
|
|
456
470
|
[_Ou],
|
|
457
471
|
[() => exports.Outpost$]
|
|
458
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
|
+
];
|
|
459
483
|
exports.CreateSiteInput$ = [3, n0, _CSI,
|
|
460
484
|
0,
|
|
461
485
|
[_N, _D, _No, _Ta, _OA, _SA, _RPP],
|
|
@@ -538,8 +562,8 @@ exports.GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
|
|
|
538
562
|
];
|
|
539
563
|
exports.GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
|
|
540
564
|
0,
|
|
541
|
-
[_NT, _Su, _CED],
|
|
542
|
-
[0, () => SubscriptionList, 0]
|
|
565
|
+
[_NT, _Su, _CED, _PT, _PO],
|
|
566
|
+
[0, () => SubscriptionList, 0, 0, 0]
|
|
543
567
|
];
|
|
544
568
|
exports.GetOutpostInput$ = [3, n0, _GOIe,
|
|
545
569
|
0,
|
|
@@ -571,6 +595,16 @@ exports.GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
|
|
|
571
595
|
[_ITn, _NT],
|
|
572
596
|
[() => InstanceTypeListDefinition, 0]
|
|
573
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
|
+
];
|
|
574
608
|
exports.GetSiteAddressInput$ = [3, n0, _GSAI,
|
|
575
609
|
0,
|
|
576
610
|
[_SI, _ATd],
|
|
@@ -633,8 +667,8 @@ exports.ListAssetInstancesOutput$ = [3, n0, _LAIO,
|
|
|
633
667
|
];
|
|
634
668
|
exports.ListAssetsInput$ = [3, n0, _LAI,
|
|
635
669
|
0,
|
|
636
|
-
[_OI, _HIF, _MR, _NT, _SF],
|
|
637
|
-
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }]], 1
|
|
670
|
+
[_OI, _HIF, _MR, _NT, _SF, _ATF],
|
|
671
|
+
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }], [64 | 0, { [_hQ]: _ATF }]], 1
|
|
638
672
|
];
|
|
639
673
|
exports.ListAssetsOutput$ = [3, n0, _LAO,
|
|
640
674
|
0,
|
|
@@ -658,7 +692,7 @@ exports.ListCapacityTasksInput$ = [3, n0, _LCTI,
|
|
|
658
692
|
];
|
|
659
693
|
exports.ListCapacityTasksOutput$ = [3, n0, _LCTO,
|
|
660
694
|
0,
|
|
661
|
-
[
|
|
695
|
+
[_CTa, _NT],
|
|
662
696
|
[() => CapacityTaskList, 0]
|
|
663
697
|
];
|
|
664
698
|
exports.ListCatalogItemsInput$ = [3, n0, _LCII,
|
|
@@ -726,6 +760,11 @@ exports.Outpost$ = [3, n0, _Ou,
|
|
|
726
760
|
[_OIu, _OIw, _OAu, _SI, _N, _D, _LCS, _AZ, _AZI, _Ta, _SAi, _SHT],
|
|
727
761
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
|
|
728
762
|
];
|
|
763
|
+
exports.PricingOption$ = [3, n0, _POri,
|
|
764
|
+
0,
|
|
765
|
+
[_PTr, _SPD],
|
|
766
|
+
[0, () => exports.SubscriptionPricingDetails$]
|
|
767
|
+
];
|
|
729
768
|
exports.RackPhysicalProperties$ = [3, n0, _RPP,
|
|
730
769
|
0,
|
|
731
770
|
[_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
|
|
@@ -776,6 +815,11 @@ exports.Subscription$ = [3, n0, _Sub,
|
|
|
776
815
|
[_SIu, _ST, _SSu, _OIrd, _BD, _ED, _MRP, _UP],
|
|
777
816
|
[0, 0, 0, 64 | 0, 4, 4, 1, 1]
|
|
778
817
|
];
|
|
818
|
+
exports.SubscriptionPricingDetails$ = [3, n0, _SPD,
|
|
819
|
+
0,
|
|
820
|
+
[_PO, _PT, _UP, _MRP],
|
|
821
|
+
[0, 0, 1, 1]
|
|
822
|
+
];
|
|
779
823
|
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
780
824
|
0,
|
|
781
825
|
[_RA, _Ta],
|
|
@@ -847,6 +891,7 @@ var AssetInstanceList = [1, n0, _AILs,
|
|
|
847
891
|
var AssetListDefinition = [1, n0, _ALD,
|
|
848
892
|
0, () => exports.AssetInfo$
|
|
849
893
|
];
|
|
894
|
+
var AssetTypeList = 64 | 0;
|
|
850
895
|
var AvailabilityZoneIdList = 64 | 0;
|
|
851
896
|
var AvailabilityZoneList = 64 | 0;
|
|
852
897
|
var AWSServiceNameList = 64 | 0;
|
|
@@ -894,6 +939,9 @@ var OutpostInstanceTypeList = 64 | 0;
|
|
|
894
939
|
var outpostListDefinition = [1, n0, _oLD,
|
|
895
940
|
0, () => exports.Outpost$
|
|
896
941
|
];
|
|
942
|
+
var PricingOptionList = [1, n0, _POL,
|
|
943
|
+
0, () => exports.PricingOption$
|
|
944
|
+
];
|
|
897
945
|
var RequestedInstancePools = [1, n0, _RIP,
|
|
898
946
|
0, () => exports.InstanceTypeCapacity$
|
|
899
947
|
];
|
|
@@ -922,6 +970,9 @@ exports.CreateOrder$ = [9, n0, _COr,
|
|
|
922
970
|
exports.CreateOutpost$ = [9, n0, _COre,
|
|
923
971
|
{ [_h]: ["POST", "/outposts", 200] }, () => exports.CreateOutpostInput$, () => exports.CreateOutpostOutput$
|
|
924
972
|
];
|
|
973
|
+
exports.CreateRenewal$ = [9, n0, _CR,
|
|
974
|
+
{ [_h]: ["POST", "/renewals", 200] }, () => exports.CreateRenewalInput$, () => exports.CreateRenewalOutput$
|
|
975
|
+
];
|
|
925
976
|
exports.CreateSite$ = [9, n0, _CS,
|
|
926
977
|
{ [_h]: ["POST", "/sites", 200] }, () => exports.CreateSiteInput$, () => exports.CreateSiteOutput$
|
|
927
978
|
];
|
|
@@ -955,6 +1006,9 @@ exports.GetOutpostInstanceTypes$ = [9, n0, _GOIT,
|
|
|
955
1006
|
exports.GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
|
|
956
1007
|
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => exports.GetOutpostSupportedInstanceTypesInput$, () => exports.GetOutpostSupportedInstanceTypesOutput$
|
|
957
1008
|
];
|
|
1009
|
+
exports.GetRenewalPricing$ = [9, n0, _GRP,
|
|
1010
|
+
{ [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => exports.GetRenewalPricingInput$, () => exports.GetRenewalPricingOutput$
|
|
1011
|
+
];
|
|
958
1012
|
exports.GetSite$ = [9, n0, _GS,
|
|
959
1013
|
{ [_h]: ["GET", "/sites/{SiteId}", 200] }, () => exports.GetSiteInput$, () => exports.GetSiteOutput$
|
|
960
1014
|
];
|
package/dist-es/Outposts.js
CHANGED
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -4,9 +4,14 @@ export const AddressType = {
|
|
|
4
4
|
};
|
|
5
5
|
export const AssetType = {
|
|
6
6
|
COMPUTE: "COMPUTE",
|
|
7
|
+
NETWORKING: "NETWORKING",
|
|
8
|
+
POWERSHELF: "POWERSHELF",
|
|
9
|
+
STORAGE: "STORAGE",
|
|
10
|
+
SWITCH: "SWITCH",
|
|
7
11
|
};
|
|
8
12
|
export const ComputeAssetState = {
|
|
9
13
|
ACTIVE: "ACTIVE",
|
|
14
|
+
INSTALLING: "INSTALLING",
|
|
10
15
|
ISOLATED: "ISOLATED",
|
|
11
16
|
RETIRING: "RETIRING",
|
|
12
17
|
};
|
|
@@ -20,6 +25,7 @@ export const AWSServiceName = {
|
|
|
20
25
|
};
|
|
21
26
|
export const AssetState = {
|
|
22
27
|
ACTIVE: "ACTIVE",
|
|
28
|
+
INSTALLING: "INSTALLING",
|
|
23
29
|
ISOLATED: "ISOLATED",
|
|
24
30
|
RETIRING: "RETIRING",
|
|
25
31
|
};
|
|
@@ -191,9 +197,17 @@ export const SubscriptionStatus = {
|
|
|
191
197
|
ACTIVE: "ACTIVE",
|
|
192
198
|
CANCELLED: "CANCELLED",
|
|
193
199
|
INACTIVE: "INACTIVE",
|
|
200
|
+
PENDING: "PENDING",
|
|
194
201
|
};
|
|
195
202
|
export const SubscriptionType = {
|
|
196
203
|
CAPACITY_INCREASE: "CAPACITY_INCREASE",
|
|
197
204
|
ORIGINAL: "ORIGINAL",
|
|
198
205
|
RENEWAL: "RENEWAL",
|
|
199
206
|
};
|
|
207
|
+
export const QuotePricingType = {
|
|
208
|
+
SUBSCRIPTION: "SUBSCRIPTION",
|
|
209
|
+
};
|
|
210
|
+
export const PricingResult = {
|
|
211
|
+
PRICED: "PRICED",
|
|
212
|
+
UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
|
|
213
|
+
};
|
|
@@ -21,6 +21,7 @@ const _ALs = "AssetLocation";
|
|
|
21
21
|
const _ASF = "AwsServiceFilter";
|
|
22
22
|
const _ASN = "AwsServiceName";
|
|
23
23
|
const _AT = "AssetType";
|
|
24
|
+
const _ATF = "AssetTypeFilter";
|
|
24
25
|
const _ATd = "AddressType";
|
|
25
26
|
const _AZ = "AvailabilityZone";
|
|
26
27
|
const _AZF = "AvailabilityZoneFilter";
|
|
@@ -60,10 +61,13 @@ const _COr = "CreateOrder";
|
|
|
60
61
|
const _COre = "CreateOutpost";
|
|
61
62
|
const _CPK = "ClientPublicKey";
|
|
62
63
|
const _CPN = "ContactPhoneNumber";
|
|
64
|
+
const _CR = "CreateRenewal";
|
|
65
|
+
const _CRI = "CreateRenewalInput";
|
|
66
|
+
const _CRO = "CreateRenewalOutput";
|
|
63
67
|
const _CS = "CreateSite";
|
|
64
68
|
const _CSI = "CreateSiteInput";
|
|
65
69
|
const _CSO = "CreateSiteOutput";
|
|
66
|
-
const _CT = "
|
|
70
|
+
const _CT = "ClientToken";
|
|
67
71
|
const _CTA = "ClientTunnelAddress";
|
|
68
72
|
const _CTF = "CapacityTaskFailure";
|
|
69
73
|
const _CTI = "CapacityTaskId";
|
|
@@ -71,6 +75,7 @@ const _CTL = "CapacityTaskList";
|
|
|
71
75
|
const _CTS = "CapacityTaskSummary";
|
|
72
76
|
const _CTSF = "CapacityTaskStatusFilter";
|
|
73
77
|
const _CTSa = "CapacityTaskStatus";
|
|
78
|
+
const _CTa = "CapacityTasks";
|
|
74
79
|
const _Co = "Count";
|
|
75
80
|
const _D = "Description";
|
|
76
81
|
const _DO = "DeleteOutpost";
|
|
@@ -114,6 +119,9 @@ const _GOSIT = "GetOutpostSupportedInstanceTypes";
|
|
|
114
119
|
const _GOSITI = "GetOutpostSupportedInstanceTypesInput";
|
|
115
120
|
const _GOSITO = "GetOutpostSupportedInstanceTypesOutput";
|
|
116
121
|
const _GOe = "GetOutpost";
|
|
122
|
+
const _GRP = "GetRenewalPricing";
|
|
123
|
+
const _GRPI = "GetRenewalPricingInput";
|
|
124
|
+
const _GRPO = "GetRenewalPricingOutput";
|
|
117
125
|
const _GS = "GetSite";
|
|
118
126
|
const _GSA = "GetSiteAddress";
|
|
119
127
|
const _GSAI = "GetSiteAddressInput";
|
|
@@ -221,8 +229,13 @@ const _PK = "PowerKva";
|
|
|
221
229
|
const _PLII = "PreviousLineItemId";
|
|
222
230
|
const _PO = "PaymentOption";
|
|
223
231
|
const _POI = "PreviousOrderId";
|
|
232
|
+
const _POL = "PricingOptionList";
|
|
233
|
+
const _POr = "PricingOptions";
|
|
234
|
+
const _POri = "PricingOption";
|
|
224
235
|
const _PP = "PowerPhase";
|
|
236
|
+
const _PR = "PricingResult";
|
|
225
237
|
const _PT = "PaymentTerm";
|
|
238
|
+
const _PTr = "PricingType";
|
|
226
239
|
const _Q = "Quantity";
|
|
227
240
|
const _R = "Reason";
|
|
228
241
|
const _RA = "ResourceArn";
|
|
@@ -253,6 +266,7 @@ const _SOD = "StartOutpostDecommission";
|
|
|
253
266
|
const _SODI = "StartOutpostDecommissionInput";
|
|
254
267
|
const _SODO = "StartOutpostDecommissionOutput";
|
|
255
268
|
const _SOR = "StateOrRegion";
|
|
269
|
+
const _SPD = "SubscriptionPricingDetails";
|
|
256
270
|
const _SPK = "ServerPublicKey";
|
|
257
271
|
const _SQEE = "ServiceQuotaExceededException";
|
|
258
272
|
const _SS = "SupportedStorage";
|
|
@@ -451,6 +465,16 @@ export var CreateOutpostOutput$ = [3, n0, _COOre,
|
|
|
451
465
|
[_Ou],
|
|
452
466
|
[() => Outpost$]
|
|
453
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
|
+
];
|
|
454
478
|
export var CreateSiteInput$ = [3, n0, _CSI,
|
|
455
479
|
0,
|
|
456
480
|
[_N, _D, _No, _Ta, _OA, _SA, _RPP],
|
|
@@ -533,8 +557,8 @@ export var GetOutpostBillingInformationInput$ = [3, n0, _GOBII,
|
|
|
533
557
|
];
|
|
534
558
|
export var GetOutpostBillingInformationOutput$ = [3, n0, _GOBIO,
|
|
535
559
|
0,
|
|
536
|
-
[_NT, _Su, _CED],
|
|
537
|
-
[0, () => SubscriptionList, 0]
|
|
560
|
+
[_NT, _Su, _CED, _PT, _PO],
|
|
561
|
+
[0, () => SubscriptionList, 0, 0, 0]
|
|
538
562
|
];
|
|
539
563
|
export var GetOutpostInput$ = [3, n0, _GOIe,
|
|
540
564
|
0,
|
|
@@ -566,6 +590,16 @@ export var GetOutpostSupportedInstanceTypesOutput$ = [3, n0, _GOSITO,
|
|
|
566
590
|
[_ITn, _NT],
|
|
567
591
|
[() => InstanceTypeListDefinition, 0]
|
|
568
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
|
+
];
|
|
569
603
|
export var GetSiteAddressInput$ = [3, n0, _GSAI,
|
|
570
604
|
0,
|
|
571
605
|
[_SI, _ATd],
|
|
@@ -628,8 +662,8 @@ export var ListAssetInstancesOutput$ = [3, n0, _LAIO,
|
|
|
628
662
|
];
|
|
629
663
|
export var ListAssetsInput$ = [3, n0, _LAI,
|
|
630
664
|
0,
|
|
631
|
-
[_OI, _HIF, _MR, _NT, _SF],
|
|
632
|
-
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }]], 1
|
|
665
|
+
[_OI, _HIF, _MR, _NT, _SF, _ATF],
|
|
666
|
+
[[0, 1], [64 | 0, { [_hQ]: _HIF }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [64 | 0, { [_hQ]: _SF }], [64 | 0, { [_hQ]: _ATF }]], 1
|
|
633
667
|
];
|
|
634
668
|
export var ListAssetsOutput$ = [3, n0, _LAO,
|
|
635
669
|
0,
|
|
@@ -653,7 +687,7 @@ export var ListCapacityTasksInput$ = [3, n0, _LCTI,
|
|
|
653
687
|
];
|
|
654
688
|
export var ListCapacityTasksOutput$ = [3, n0, _LCTO,
|
|
655
689
|
0,
|
|
656
|
-
[
|
|
690
|
+
[_CTa, _NT],
|
|
657
691
|
[() => CapacityTaskList, 0]
|
|
658
692
|
];
|
|
659
693
|
export var ListCatalogItemsInput$ = [3, n0, _LCII,
|
|
@@ -721,6 +755,11 @@ export var Outpost$ = [3, n0, _Ou,
|
|
|
721
755
|
[_OIu, _OIw, _OAu, _SI, _N, _D, _LCS, _AZ, _AZI, _Ta, _SAi, _SHT],
|
|
722
756
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
|
|
723
757
|
];
|
|
758
|
+
export var PricingOption$ = [3, n0, _POri,
|
|
759
|
+
0,
|
|
760
|
+
[_PTr, _SPD],
|
|
761
|
+
[0, () => SubscriptionPricingDetails$]
|
|
762
|
+
];
|
|
724
763
|
export var RackPhysicalProperties$ = [3, n0, _RPP,
|
|
725
764
|
0,
|
|
726
765
|
[_PDK, _PP, _PCo, _PFD, _UG, _UC, _FOCT, _OSp, _MSWL],
|
|
@@ -771,6 +810,11 @@ export var Subscription$ = [3, n0, _Sub,
|
|
|
771
810
|
[_SIu, _ST, _SSu, _OIrd, _BD, _ED, _MRP, _UP],
|
|
772
811
|
[0, 0, 0, 64 | 0, 4, 4, 1, 1]
|
|
773
812
|
];
|
|
813
|
+
export var SubscriptionPricingDetails$ = [3, n0, _SPD,
|
|
814
|
+
0,
|
|
815
|
+
[_PO, _PT, _UP, _MRP],
|
|
816
|
+
[0, 0, 1, 1]
|
|
817
|
+
];
|
|
774
818
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
775
819
|
0,
|
|
776
820
|
[_RA, _Ta],
|
|
@@ -842,6 +886,7 @@ var AssetInstanceList = [1, n0, _AILs,
|
|
|
842
886
|
var AssetListDefinition = [1, n0, _ALD,
|
|
843
887
|
0, () => AssetInfo$
|
|
844
888
|
];
|
|
889
|
+
var AssetTypeList = 64 | 0;
|
|
845
890
|
var AvailabilityZoneIdList = 64 | 0;
|
|
846
891
|
var AvailabilityZoneList = 64 | 0;
|
|
847
892
|
var AWSServiceNameList = 64 | 0;
|
|
@@ -889,6 +934,9 @@ var OutpostInstanceTypeList = 64 | 0;
|
|
|
889
934
|
var outpostListDefinition = [1, n0, _oLD,
|
|
890
935
|
0, () => Outpost$
|
|
891
936
|
];
|
|
937
|
+
var PricingOptionList = [1, n0, _POL,
|
|
938
|
+
0, () => PricingOption$
|
|
939
|
+
];
|
|
892
940
|
var RequestedInstancePools = [1, n0, _RIP,
|
|
893
941
|
0, () => InstanceTypeCapacity$
|
|
894
942
|
];
|
|
@@ -917,6 +965,9 @@ export var CreateOrder$ = [9, n0, _COr,
|
|
|
917
965
|
export var CreateOutpost$ = [9, n0, _COre,
|
|
918
966
|
{ [_h]: ["POST", "/outposts", 200] }, () => CreateOutpostInput$, () => CreateOutpostOutput$
|
|
919
967
|
];
|
|
968
|
+
export var CreateRenewal$ = [9, n0, _CR,
|
|
969
|
+
{ [_h]: ["POST", "/renewals", 200] }, () => CreateRenewalInput$, () => CreateRenewalOutput$
|
|
970
|
+
];
|
|
920
971
|
export var CreateSite$ = [9, n0, _CS,
|
|
921
972
|
{ [_h]: ["POST", "/sites", 200] }, () => CreateSiteInput$, () => CreateSiteOutput$
|
|
922
973
|
];
|
|
@@ -950,6 +1001,9 @@ export var GetOutpostInstanceTypes$ = [9, n0, _GOIT,
|
|
|
950
1001
|
export var GetOutpostSupportedInstanceTypes$ = [9, n0, _GOSIT,
|
|
951
1002
|
{ [_h]: ["GET", "/outposts/{OutpostIdentifier}/supportedInstanceTypes", 200] }, () => GetOutpostSupportedInstanceTypesInput$, () => GetOutpostSupportedInstanceTypesOutput$
|
|
952
1003
|
];
|
|
1004
|
+
export var GetRenewalPricing$ = [9, n0, _GRP,
|
|
1005
|
+
{ [_h]: ["GET", "/outpost/{OutpostIdentifier}/renewal-pricing", 200] }, () => GetRenewalPricingInput$, () => GetRenewalPricingOutput$
|
|
1006
|
+
];
|
|
953
1007
|
export var GetSite$ = [9, n0, _GS,
|
|
954
1008
|
{ [_h]: ["GET", "/sites/{SiteId}", 200] }, () => GetSiteInput$, () => GetSiteOutput$
|
|
955
1009
|
];
|