@aws-sdk/client-outposts 3.428.0 → 3.430.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.
@@ -150,7 +150,7 @@ export interface ComputeAttributes {
150
150
  * </li>
151
151
  * </ul>
152
152
  */
153
- State?: ComputeAssetState | string;
153
+ State?: ComputeAssetState;
154
154
  /**
155
155
  * @public
156
156
  * <p>A list of the names of instance families that are currently associated with a given
@@ -177,7 +177,7 @@ export interface AssetInfo {
177
177
  * @public
178
178
  * <p> The type of the asset. </p>
179
179
  */
180
- AssetType?: AssetType | string;
180
+ AssetType?: AssetType;
181
181
  /**
182
182
  * @public
183
183
  * <p> Information about compute hardware assets. </p>
@@ -246,7 +246,7 @@ export declare class ConflictException extends __BaseException {
246
246
  * @public
247
247
  * <p>The type of the resource causing the conflict.</p>
248
248
  */
249
- ResourceType?: ResourceType | string;
249
+ ResourceType?: ResourceType;
250
250
  /**
251
251
  * @internal
252
252
  */
@@ -350,7 +350,7 @@ export interface CatalogItem {
350
350
  * @public
351
351
  * <p> The status of a catalog item. </p>
352
352
  */
353
- ItemStatus?: CatalogItemStatus | string;
353
+ ItemStatus?: CatalogItemStatus;
354
354
  /**
355
355
  * @public
356
356
  * <p> Information about the EC2 capacity of an item. </p>
@@ -375,7 +375,7 @@ export interface CatalogItem {
375
375
  * @public
376
376
  * <p> The supported storage options for the catalog item. </p>
377
377
  */
378
- SupportedStorage?: (SupportedStorageEnum | string)[];
378
+ SupportedStorage?: SupportedStorageEnum[];
379
379
  }
380
380
  /**
381
381
  * @public
@@ -484,12 +484,12 @@ export interface CreateOrderInput {
484
484
  * @public
485
485
  * <p>The payment option.</p>
486
486
  */
487
- PaymentOption: PaymentOption | string | undefined;
487
+ PaymentOption: PaymentOption | undefined;
488
488
  /**
489
489
  * @public
490
490
  * <p>The payment terms.</p>
491
491
  */
492
- PaymentTerm?: PaymentTerm | string;
492
+ PaymentTerm?: PaymentTerm;
493
493
  }
494
494
  /**
495
495
  * @public
@@ -535,7 +535,7 @@ export interface ShipmentInformation {
535
535
  * @public
536
536
  * <p> The carrier of the shipment. </p>
537
537
  */
538
- ShipmentCarrier?: ShipmentCarrier | string;
538
+ ShipmentCarrier?: ShipmentCarrier;
539
539
  }
540
540
  /**
541
541
  * @public
@@ -580,7 +580,7 @@ export interface LineItem {
580
580
  * @public
581
581
  * <p>The status of the line item.</p>
582
582
  */
583
- Status?: LineItemStatus | string;
583
+ Status?: LineItemStatus;
584
584
  /**
585
585
  * @public
586
586
  * <p> Information about a line item shipment. </p>
@@ -680,7 +680,7 @@ export interface Order {
680
680
  * <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p>
681
681
  * </note>
682
682
  */
683
- Status?: OrderStatus | string;
683
+ Status?: OrderStatus;
684
684
  /**
685
685
  * @public
686
686
  * <p>The line items for the order</p>
@@ -690,7 +690,7 @@ export interface Order {
690
690
  * @public
691
691
  * <p>The payment option for the order.</p>
692
692
  */
693
- PaymentOption?: PaymentOption | string;
693
+ PaymentOption?: PaymentOption;
694
694
  /**
695
695
  * @public
696
696
  * <p>The submission date for the order.</p>
@@ -705,12 +705,12 @@ export interface Order {
705
705
  * @public
706
706
  * <p>The payment term.</p>
707
707
  */
708
- PaymentTerm?: PaymentTerm | string;
708
+ PaymentTerm?: PaymentTerm;
709
709
  /**
710
710
  * @public
711
711
  * <p>The type of order.</p>
712
712
  */
713
- OrderType?: OrderType | string;
713
+ OrderType?: OrderType;
714
714
  }
715
715
  /**
716
716
  * @public
@@ -785,7 +785,7 @@ export interface CreateOutpostInput {
785
785
  * @public
786
786
  * <p> The type of hardware for this Outpost. </p>
787
787
  */
788
- SupportedHardwareType?: SupportedHardwareType | string;
788
+ SupportedHardwareType?: SupportedHardwareType;
789
789
  }
790
790
  /**
791
791
  * @public
@@ -851,7 +851,7 @@ export interface Outpost {
851
851
  * @public
852
852
  * <p> The hardware type. </p>
853
853
  */
854
- SupportedHardwareType?: SupportedHardwareType | string;
854
+ SupportedHardwareType?: SupportedHardwareType;
855
855
  }
856
856
  /**
857
857
  * @public
@@ -1012,37 +1012,37 @@ export interface RackPhysicalProperties {
1012
1012
  * @public
1013
1013
  * <p>The power draw available at the hardware placement position for the rack. </p>
1014
1014
  */
1015
- PowerDrawKva?: PowerDrawKva | string;
1015
+ PowerDrawKva?: PowerDrawKva;
1016
1016
  /**
1017
1017
  * @public
1018
1018
  * <p>The power option that you can provide for hardware.</p>
1019
1019
  */
1020
- PowerPhase?: PowerPhase | string;
1020
+ PowerPhase?: PowerPhase;
1021
1021
  /**
1022
1022
  * @public
1023
1023
  * <p>The power connector for the hardware. </p>
1024
1024
  */
1025
- PowerConnector?: PowerConnector | string;
1025
+ PowerConnector?: PowerConnector;
1026
1026
  /**
1027
1027
  * @public
1028
1028
  * <p>The position of the power feed.</p>
1029
1029
  */
1030
- PowerFeedDrop?: PowerFeedDrop | string;
1030
+ PowerFeedDrop?: PowerFeedDrop;
1031
1031
  /**
1032
1032
  * @public
1033
1033
  * <p>The uplink speed the rack supports for the connection to the Region. </p>
1034
1034
  */
1035
- UplinkGbps?: UplinkGbps | string;
1035
+ UplinkGbps?: UplinkGbps;
1036
1036
  /**
1037
1037
  * @public
1038
1038
  * <p>The number of uplinks each Outpost network device.</p>
1039
1039
  */
1040
- UplinkCount?: UplinkCount | string;
1040
+ UplinkCount?: UplinkCount;
1041
1041
  /**
1042
1042
  * @public
1043
1043
  * <p>The type of fiber used to attach the Outpost to the network. </p>
1044
1044
  */
1045
- FiberOpticCableType?: FiberOpticCableType | string;
1045
+ FiberOpticCableType?: FiberOpticCableType;
1046
1046
  /**
1047
1047
  * @public
1048
1048
  * <p>The type of optical standard used to attach the Outpost to the network. This field is
@@ -1052,13 +1052,13 @@ export interface RackPhysicalProperties {
1052
1052
  * in the Amazon Web Services Outposts User Guide.
1053
1053
  * </p>
1054
1054
  */
1055
- OpticalStandard?: OpticalStandard | string;
1055
+ OpticalStandard?: OpticalStandard;
1056
1056
  /**
1057
1057
  * @public
1058
1058
  * <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000 lbs
1059
1059
  * (907 kg). </p>
1060
1060
  */
1061
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
1061
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
1062
1062
  }
1063
1063
  /**
1064
1064
  * @public
@@ -1384,7 +1384,7 @@ export interface GetSiteAddressInput {
1384
1384
  * @public
1385
1385
  * <p>The type of the address you request. </p>
1386
1386
  */
1387
- AddressType: AddressType | string | undefined;
1387
+ AddressType: AddressType | undefined;
1388
1388
  }
1389
1389
  /**
1390
1390
  * @public
@@ -1399,7 +1399,7 @@ export interface GetSiteAddressOutput {
1399
1399
  * @public
1400
1400
  * <p>The type of the address you receive. </p>
1401
1401
  */
1402
- AddressType?: AddressType | string;
1402
+ AddressType?: AddressType;
1403
1403
  /**
1404
1404
  * @public
1405
1405
  * <p> Information about the address. </p>
@@ -1434,7 +1434,7 @@ export interface ListAssetsInput {
1434
1434
  * @public
1435
1435
  * <p>Filters the results by state.</p>
1436
1436
  */
1437
- StatusFilter?: (AssetState | string)[];
1437
+ StatusFilter?: AssetState[];
1438
1438
  }
1439
1439
  /**
1440
1440
  * @public
@@ -1469,12 +1469,12 @@ export interface ListCatalogItemsInput {
1469
1469
  * @public
1470
1470
  * <p>Filters the results by item class.</p>
1471
1471
  */
1472
- ItemClassFilter?: (CatalogItemClass | string)[];
1472
+ ItemClassFilter?: CatalogItemClass[];
1473
1473
  /**
1474
1474
  * @public
1475
1475
  * <p>Filters the results by storage option.</p>
1476
1476
  */
1477
- SupportedStorageFilter?: (SupportedStorageEnum | string)[];
1477
+ SupportedStorageFilter?: SupportedStorageEnum[];
1478
1478
  /**
1479
1479
  * @public
1480
1480
  * <p>Filters the results by EC2 family (for example, M5).</p>
@@ -1535,7 +1535,7 @@ export interface OrderSummary {
1535
1535
  * @public
1536
1536
  * <p>The type of order.</p>
1537
1537
  */
1538
- OrderType?: OrderType | string;
1538
+ OrderType?: OrderType;
1539
1539
  /**
1540
1540
  * @public
1541
1541
  * <p>The status of the order.</p>
@@ -1567,12 +1567,12 @@ export interface OrderSummary {
1567
1567
  * <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p>
1568
1568
  * </note>
1569
1569
  */
1570
- Status?: OrderStatus | string;
1570
+ Status?: OrderStatus;
1571
1571
  /**
1572
1572
  * @public
1573
1573
  * <p> The status of all line items in the order. </p>
1574
1574
  */
1575
- LineItemCountsByStatus?: Record<string, number>;
1575
+ LineItemCountsByStatus?: Record<LineItemStatus, number>;
1576
1576
  /**
1577
1577
  * @public
1578
1578
  * <p> The submission date for the order. </p>
@@ -1812,7 +1812,7 @@ export interface UpdateOutpostInput {
1812
1812
  * @public
1813
1813
  * <p> The type of hardware for this Outpost. </p>
1814
1814
  */
1815
- SupportedHardwareType?: SupportedHardwareType | string;
1815
+ SupportedHardwareType?: SupportedHardwareType;
1816
1816
  }
1817
1817
  /**
1818
1818
  * @public
@@ -1872,7 +1872,7 @@ export interface UpdateSiteAddressInput {
1872
1872
  * @public
1873
1873
  * <p> The type of the address. </p>
1874
1874
  */
1875
- AddressType: AddressType | string | undefined;
1875
+ AddressType: AddressType | undefined;
1876
1876
  /**
1877
1877
  * @public
1878
1878
  * <p> The address for the site. </p>
@@ -1887,7 +1887,7 @@ export interface UpdateSiteAddressOutput {
1887
1887
  * @public
1888
1888
  * <p> The type of the address. </p>
1889
1889
  */
1890
- AddressType?: AddressType | string;
1890
+ AddressType?: AddressType;
1891
1891
  /**
1892
1892
  * @public
1893
1893
  * <p> Information about an address. </p>
@@ -1907,7 +1907,7 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1907
1907
  * @public
1908
1908
  * <p>The power draw, in kVA, available at the hardware placement position for the rack.</p>
1909
1909
  */
1910
- PowerDrawKva?: PowerDrawKva | string;
1910
+ PowerDrawKva?: PowerDrawKva;
1911
1911
  /**
1912
1912
  * @public
1913
1913
  * <p>The power option that you can provide for hardware. </p>
@@ -1920,7 +1920,7 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1920
1920
  * </li>
1921
1921
  * </ul>
1922
1922
  */
1923
- PowerPhase?: PowerPhase | string;
1923
+ PowerPhase?: PowerPhase;
1924
1924
  /**
1925
1925
  * @public
1926
1926
  * <p>The power connector that Amazon Web Services should plan to provide for connections to the hardware.
@@ -1957,17 +1957,17 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1957
1957
  * </li>
1958
1958
  * </ul>
1959
1959
  */
1960
- PowerConnector?: PowerConnector | string;
1960
+ PowerConnector?: PowerConnector;
1961
1961
  /**
1962
1962
  * @public
1963
1963
  * <p>Indicates whether the power feed comes above or below the rack. </p>
1964
1964
  */
1965
- PowerFeedDrop?: PowerFeedDrop | string;
1965
+ PowerFeedDrop?: PowerFeedDrop;
1966
1966
  /**
1967
1967
  * @public
1968
1968
  * <p>The uplink speed the rack should support for the connection to the Region. </p>
1969
1969
  */
1970
- UplinkGbps?: UplinkGbps | string;
1970
+ UplinkGbps?: UplinkGbps;
1971
1971
  /**
1972
1972
  * @public
1973
1973
  * <p>Racks come with two Outpost network devices. Depending on the supported uplink speed at
@@ -1986,12 +1986,12 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
1986
1986
  * </li>
1987
1987
  * </ul>
1988
1988
  */
1989
- UplinkCount?: UplinkCount | string;
1989
+ UplinkCount?: UplinkCount;
1990
1990
  /**
1991
1991
  * @public
1992
1992
  * <p>The type of fiber that you will use to attach the Outpost to your network. </p>
1993
1993
  */
1994
- FiberOpticCableType?: FiberOpticCableType | string;
1994
+ FiberOpticCableType?: FiberOpticCableType;
1995
1995
  /**
1996
1996
  * @public
1997
1997
  * <p>The type of optical standard that you will use to attach the Outpost to your network. This
@@ -2055,13 +2055,13 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
2055
2055
  * </li>
2056
2056
  * </ul>
2057
2057
  */
2058
- OpticalStandard?: OpticalStandard | string;
2058
+ OpticalStandard?: OpticalStandard;
2059
2059
  /**
2060
2060
  * @public
2061
2061
  * <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over 2000lbs.
2062
2062
  * </p>
2063
2063
  */
2064
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
2064
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
2065
2065
  }
2066
2066
  /**
2067
2067
  * @public
@@ -42,13 +42,13 @@ export type ComputeAssetState =
42
42
  (typeof ComputeAssetState)[keyof typeof ComputeAssetState];
43
43
  export interface ComputeAttributes {
44
44
  HostId?: string;
45
- State?: ComputeAssetState | string;
45
+ State?: ComputeAssetState;
46
46
  InstanceFamilies?: string[];
47
47
  }
48
48
  export interface AssetInfo {
49
49
  AssetId?: string;
50
50
  RackId?: string;
51
- AssetType?: AssetType | string;
51
+ AssetType?: AssetType;
52
52
  ComputeAttributes?: ComputeAttributes;
53
53
  AssetLocation?: AssetLocation;
54
54
  }
@@ -72,7 +72,7 @@ export declare class ConflictException extends __BaseException {
72
72
  readonly $fault: "client";
73
73
  Message?: string;
74
74
  ResourceId?: string;
75
- ResourceType?: ResourceType | string;
75
+ ResourceType?: ResourceType;
76
76
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
77
77
  }
78
78
  export declare class InternalServerException extends __BaseException {
@@ -116,12 +116,12 @@ export type SupportedStorageEnum =
116
116
  (typeof SupportedStorageEnum)[keyof typeof SupportedStorageEnum];
117
117
  export interface CatalogItem {
118
118
  CatalogItemId?: string;
119
- ItemStatus?: CatalogItemStatus | string;
119
+ ItemStatus?: CatalogItemStatus;
120
120
  EC2Capacities?: EC2Capacity[];
121
121
  PowerKva?: number;
122
122
  WeightLbs?: number;
123
123
  SupportedUplinkGbps?: number[];
124
- SupportedStorage?: (SupportedStorageEnum | string)[];
124
+ SupportedStorage?: SupportedStorageEnum[];
125
125
  }
126
126
  export declare const CatalogItemClass: {
127
127
  readonly RACK: "RACK";
@@ -155,8 +155,8 @@ export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
155
155
  export interface CreateOrderInput {
156
156
  OutpostIdentifier: string | undefined;
157
157
  LineItems: LineItemRequest[] | undefined;
158
- PaymentOption: PaymentOption | string | undefined;
159
- PaymentTerm?: PaymentTerm | string;
158
+ PaymentOption: PaymentOption | undefined;
159
+ PaymentTerm?: PaymentTerm;
160
160
  }
161
161
  export interface LineItemAssetInformation {
162
162
  AssetId?: string;
@@ -172,7 +172,7 @@ export type ShipmentCarrier =
172
172
  (typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
173
173
  export interface ShipmentInformation {
174
174
  ShipmentTrackingNumber?: string;
175
- ShipmentCarrier?: ShipmentCarrier | string;
175
+ ShipmentCarrier?: ShipmentCarrier;
176
176
  }
177
177
  export declare const LineItemStatus: {
178
178
  readonly BUILDING: "BUILDING";
@@ -191,7 +191,7 @@ export interface LineItem {
191
191
  CatalogItemId?: string;
192
192
  LineItemId?: string;
193
193
  Quantity?: number;
194
- Status?: LineItemStatus | string;
194
+ Status?: LineItemStatus;
195
195
  ShipmentInformation?: ShipmentInformation;
196
196
  AssetInformationList?: LineItemAssetInformation[];
197
197
  PreviousLineItemId?: string;
@@ -218,13 +218,13 @@ export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
218
218
  export interface Order {
219
219
  OutpostId?: string;
220
220
  OrderId?: string;
221
- Status?: OrderStatus | string;
221
+ Status?: OrderStatus;
222
222
  LineItems?: LineItem[];
223
- PaymentOption?: PaymentOption | string;
223
+ PaymentOption?: PaymentOption;
224
224
  OrderSubmissionDate?: Date;
225
225
  OrderFulfilledDate?: Date;
226
- PaymentTerm?: PaymentTerm | string;
227
- OrderType?: OrderType | string;
226
+ PaymentTerm?: PaymentTerm;
227
+ OrderType?: OrderType;
228
228
  }
229
229
  export interface CreateOrderOutput {
230
230
  Order?: Order;
@@ -250,7 +250,7 @@ export interface CreateOutpostInput {
250
250
  AvailabilityZone?: string;
251
251
  AvailabilityZoneId?: string;
252
252
  Tags?: Record<string, string>;
253
- SupportedHardwareType?: SupportedHardwareType | string;
253
+ SupportedHardwareType?: SupportedHardwareType;
254
254
  }
255
255
  export interface Outpost {
256
256
  OutpostId?: string;
@@ -264,7 +264,7 @@ export interface Outpost {
264
264
  AvailabilityZoneId?: string;
265
265
  Tags?: Record<string, string>;
266
266
  SiteArn?: string;
267
- SupportedHardwareType?: SupportedHardwareType | string;
267
+ SupportedHardwareType?: SupportedHardwareType;
268
268
  }
269
269
  export interface CreateOutpostOutput {
270
270
  Outpost?: Outpost;
@@ -347,15 +347,15 @@ export declare const UplinkGbps: {
347
347
  };
348
348
  export type UplinkGbps = (typeof UplinkGbps)[keyof typeof UplinkGbps];
349
349
  export interface RackPhysicalProperties {
350
- PowerDrawKva?: PowerDrawKva | string;
351
- PowerPhase?: PowerPhase | string;
352
- PowerConnector?: PowerConnector | string;
353
- PowerFeedDrop?: PowerFeedDrop | string;
354
- UplinkGbps?: UplinkGbps | string;
355
- UplinkCount?: UplinkCount | string;
356
- FiberOpticCableType?: FiberOpticCableType | string;
357
- OpticalStandard?: OpticalStandard | string;
358
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
350
+ PowerDrawKva?: PowerDrawKva;
351
+ PowerPhase?: PowerPhase;
352
+ PowerConnector?: PowerConnector;
353
+ PowerFeedDrop?: PowerFeedDrop;
354
+ UplinkGbps?: UplinkGbps;
355
+ UplinkCount?: UplinkCount;
356
+ FiberOpticCableType?: FiberOpticCableType;
357
+ OpticalStandard?: OpticalStandard;
358
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
359
359
  }
360
360
  export interface CreateSiteInput {
361
361
  Name: string | undefined;
@@ -437,11 +437,11 @@ export interface GetSiteOutput {
437
437
  }
438
438
  export interface GetSiteAddressInput {
439
439
  SiteId: string | undefined;
440
- AddressType: AddressType | string | undefined;
440
+ AddressType: AddressType | undefined;
441
441
  }
442
442
  export interface GetSiteAddressOutput {
443
443
  SiteId?: string;
444
- AddressType?: AddressType | string;
444
+ AddressType?: AddressType;
445
445
  Address?: Address;
446
446
  }
447
447
  export interface ListAssetsInput {
@@ -449,7 +449,7 @@ export interface ListAssetsInput {
449
449
  HostIdFilter?: string[];
450
450
  MaxResults?: number;
451
451
  NextToken?: string;
452
- StatusFilter?: (AssetState | string)[];
452
+ StatusFilter?: AssetState[];
453
453
  }
454
454
  export interface ListAssetsOutput {
455
455
  Assets?: AssetInfo[];
@@ -458,8 +458,8 @@ export interface ListAssetsOutput {
458
458
  export interface ListCatalogItemsInput {
459
459
  NextToken?: string;
460
460
  MaxResults?: number;
461
- ItemClassFilter?: (CatalogItemClass | string)[];
462
- SupportedStorageFilter?: (SupportedStorageEnum | string)[];
461
+ ItemClassFilter?: CatalogItemClass[];
462
+ SupportedStorageFilter?: SupportedStorageEnum[];
463
463
  EC2FamilyFilter?: string[];
464
464
  }
465
465
  export interface ListCatalogItemsOutput {
@@ -474,9 +474,9 @@ export interface ListOrdersInput {
474
474
  export interface OrderSummary {
475
475
  OutpostId?: string;
476
476
  OrderId?: string;
477
- OrderType?: OrderType | string;
478
- Status?: OrderStatus | string;
479
- LineItemCountsByStatus?: Record<string, number>;
477
+ OrderType?: OrderType;
478
+ Status?: OrderStatus;
479
+ LineItemCountsByStatus?: Record<LineItemStatus, number>;
480
480
  OrderSubmissionDate?: Date;
481
481
  OrderFulfilledDate?: Date;
482
482
  }
@@ -536,7 +536,7 @@ export interface UpdateOutpostInput {
536
536
  OutpostId: string | undefined;
537
537
  Name?: string;
538
538
  Description?: string;
539
- SupportedHardwareType?: SupportedHardwareType | string;
539
+ SupportedHardwareType?: SupportedHardwareType;
540
540
  }
541
541
  export interface UpdateOutpostOutput {
542
542
  Outpost?: Outpost;
@@ -552,24 +552,24 @@ export interface UpdateSiteOutput {
552
552
  }
553
553
  export interface UpdateSiteAddressInput {
554
554
  SiteId: string | undefined;
555
- AddressType: AddressType | string | undefined;
555
+ AddressType: AddressType | undefined;
556
556
  Address: Address | undefined;
557
557
  }
558
558
  export interface UpdateSiteAddressOutput {
559
- AddressType?: AddressType | string;
559
+ AddressType?: AddressType;
560
560
  Address?: Address;
561
561
  }
562
562
  export interface UpdateSiteRackPhysicalPropertiesInput {
563
563
  SiteId: string | undefined;
564
- PowerDrawKva?: PowerDrawKva | string;
565
- PowerPhase?: PowerPhase | string;
566
- PowerConnector?: PowerConnector | string;
567
- PowerFeedDrop?: PowerFeedDrop | string;
568
- UplinkGbps?: UplinkGbps | string;
569
- UplinkCount?: UplinkCount | string;
570
- FiberOpticCableType?: FiberOpticCableType | string;
571
- OpticalStandard?: OpticalStandard | string;
572
- MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
564
+ PowerDrawKva?: PowerDrawKva;
565
+ PowerPhase?: PowerPhase;
566
+ PowerConnector?: PowerConnector;
567
+ PowerFeedDrop?: PowerFeedDrop;
568
+ UplinkGbps?: UplinkGbps;
569
+ UplinkCount?: UplinkCount;
570
+ FiberOpticCableType?: FiberOpticCableType;
571
+ OpticalStandard?: OpticalStandard;
572
+ MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
573
573
  }
574
574
  export interface UpdateSiteRackPhysicalPropertiesOutput {
575
575
  Site?: Site;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-outposts",
3
3
  "description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"