@aws-sdk/client-outposts 3.363.0 → 3.367.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 +5 -5
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/Outposts.d.ts +5 -5
- package/dist-types/OutpostsClient.d.ts +5 -5
- package/dist-types/commands/CreateSiteCommand.d.ts +3 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSitesCommand.d.ts +1 -2
- package/dist-types/commands/StartConnectionCommand.d.ts +3 -1
- package/dist-types/commands/UpdateOutpostCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +287 -113
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
10
|
-
customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
11
|
-
customers to build and run applications on premises using the same programming
|
|
12
|
-
in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
13
|
-
data processing needs.</p>
|
|
9
|
+
<p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
10
|
+
to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
11
|
+
enables customers to build and run applications on premises using the same programming
|
|
12
|
+
interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
13
|
+
latency and local data processing needs.</p>
|
|
14
14
|
|
|
15
15
|
## Installing
|
|
16
16
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://outposts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://outposts.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://outposts-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://outposts.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://outposts.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://outposts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://outposts.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://outposts-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://outposts.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://outposts.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-types/Outposts.d.ts
CHANGED
|
@@ -186,11 +186,11 @@ export interface Outposts {
|
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
188
|
* @public
|
|
189
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
190
|
-
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
191
|
-
* customers to build and run applications on premises using the same programming
|
|
192
|
-
* in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
193
|
-
* data processing needs.</p>
|
|
189
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
190
|
+
* to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
191
|
+
* enables customers to build and run applications on premises using the same programming
|
|
192
|
+
* interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
193
|
+
* latency and local data processing needs.</p>
|
|
194
194
|
*/
|
|
195
195
|
export declare class Outposts extends OutpostsClient implements Outposts {
|
|
196
196
|
}
|
|
@@ -171,11 +171,11 @@ export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConf
|
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
173
|
* @public
|
|
174
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
175
|
-
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
176
|
-
* customers to build and run applications on premises using the same programming
|
|
177
|
-
* in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
178
|
-
* data processing needs.</p>
|
|
174
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
175
|
+
* to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
176
|
+
* enables customers to build and run applications on premises using the same programming
|
|
177
|
+
* interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
178
|
+
* latency and local data processing needs.</p>
|
|
179
179
|
*/
|
|
180
180
|
export declare class OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OutpostsClientResolvedConfig> {
|
|
181
181
|
/**
|
|
@@ -23,7 +23,9 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>
|
|
27
|
+
* Creates a site for an Outpost.
|
|
28
|
+
* </p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
31
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
27
27
|
* <p>
|
|
28
28
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
29
29
|
* </note>
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>
|
|
31
|
+
* Gets information about the specified connection.
|
|
32
|
+
* </p>
|
|
31
33
|
* <p>
|
|
32
34
|
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
|
|
33
35
|
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
|
|
@@ -23,7 +23,9 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>
|
|
27
|
+
* Gets the site address of the specified site.
|
|
28
|
+
* </p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
31
|
* ```javascript
|
|
@@ -41,7 +41,7 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
41
41
|
* MaxResults: Number("int"),
|
|
42
42
|
* NextToken: "STRING_VALUE",
|
|
43
43
|
* StatusFilter: [ // StatusList
|
|
44
|
-
* "ACTIVE" || "RETIRING",
|
|
44
|
+
* "ACTIVE" || "RETIRING" || "ISOLATED",
|
|
45
45
|
* ],
|
|
46
46
|
* };
|
|
47
47
|
* const command = new ListAssetsCommand(input);
|
|
@@ -23,8 +23,7 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
|
|
27
|
-
* results.</p>
|
|
26
|
+
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.</p>
|
|
28
27
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
29
28
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
30
29
|
* items that match any of the values that you specify for the filter.</p>
|
|
@@ -27,7 +27,9 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
|
|
|
27
27
|
* <p>
|
|
28
28
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
29
29
|
* </note>
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>
|
|
31
|
+
* Starts the connection required for Outpost server installation.
|
|
32
|
+
* </p>
|
|
31
33
|
* <p>
|
|
32
34
|
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
|
|
33
35
|
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
|
|
@@ -23,7 +23,9 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>
|
|
27
|
+
* Updates an Outpost.
|
|
28
|
+
* </p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
31
|
* ```javascript
|
|
@@ -24,10 +24,10 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates the address of the specified site.</p>
|
|
27
|
-
* <p>You can't update a site address if there is an order in progress. You must wait for the
|
|
28
|
-
*
|
|
29
|
-
* <p>You can update the operating address before you place an order at the
|
|
30
|
-
* Outposts that belong to the site have been deactivated.</p>
|
|
27
|
+
* <p>You can't update a site address if there is an order in progress. You must wait for the order
|
|
28
|
+
* to complete or cancel the order.</p>
|
|
29
|
+
* <p>You can update the operating address before you place an order at the
|
|
30
|
+
* site, or after all Outposts that belong to the site have been deactivated.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
3
|
-
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
4
|
-
* customers to build and run applications on premises using the same programming
|
|
5
|
-
* in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
6
|
-
* data processing needs.</p>
|
|
2
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
3
|
+
* to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts
|
|
4
|
+
* enables customers to build and run applications on premises using the same programming
|
|
5
|
+
* interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower
|
|
6
|
+
* latency and local data processing needs.</p>
|
|
7
7
|
*
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
*/
|
|
@@ -15,7 +15,9 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* @public
|
|
18
|
-
* <p>
|
|
18
|
+
* <p>
|
|
19
|
+
* Information about an address.
|
|
20
|
+
* </p>
|
|
19
21
|
*/
|
|
20
22
|
export interface Address {
|
|
21
23
|
/**
|
|
@@ -77,11 +79,15 @@ export declare const AddressType: {
|
|
|
77
79
|
export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
78
80
|
/**
|
|
79
81
|
* @public
|
|
80
|
-
* <p>
|
|
82
|
+
* <p>
|
|
83
|
+
* Information about the position of the asset in a rack.
|
|
84
|
+
* </p>
|
|
81
85
|
*/
|
|
82
86
|
export interface AssetLocation {
|
|
83
87
|
/**
|
|
84
|
-
* <p>
|
|
88
|
+
* <p>
|
|
89
|
+
* The position of an asset in a rack measured in rack units.
|
|
90
|
+
* </p>
|
|
85
91
|
*/
|
|
86
92
|
RackElevation?: number;
|
|
87
93
|
}
|
|
@@ -111,28 +117,30 @@ export declare const ComputeAssetState: {
|
|
|
111
117
|
export type ComputeAssetState = (typeof ComputeAssetState)[keyof typeof ComputeAssetState];
|
|
112
118
|
/**
|
|
113
119
|
* @public
|
|
114
|
-
* <p>
|
|
120
|
+
* <p>
|
|
121
|
+
* Information about compute hardware assets.
|
|
122
|
+
* </p>
|
|
115
123
|
*/
|
|
116
124
|
export interface ComputeAttributes {
|
|
117
125
|
/**
|
|
118
|
-
* <p>
|
|
126
|
+
* <p>
|
|
127
|
+
* The host ID of the Dedicated Host on the asset.
|
|
128
|
+
* </p>
|
|
119
129
|
*/
|
|
120
130
|
HostId?: string;
|
|
121
131
|
/**
|
|
122
132
|
* <p>The state.</p>
|
|
123
133
|
* <ul>
|
|
124
134
|
* <li>
|
|
125
|
-
* <p>ACTIVE - The asset is available and can provide capacity for new compute
|
|
126
|
-
* resources.</p>
|
|
135
|
+
* <p>ACTIVE - The asset is available and can provide capacity for new compute resources.</p>
|
|
127
136
|
* </li>
|
|
128
137
|
* <li>
|
|
129
|
-
* <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new
|
|
130
|
-
*
|
|
138
|
+
* <p>ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources.
|
|
139
|
+
* Existing compute resources on the asset are not affected.</p>
|
|
131
140
|
* </li>
|
|
132
141
|
* <li>
|
|
133
|
-
* <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute
|
|
134
|
-
*
|
|
135
|
-
* the asset can be replaced.</p>
|
|
142
|
+
* <p>RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced.
|
|
143
|
+
* Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.</p>
|
|
136
144
|
* </li>
|
|
137
145
|
* </ul>
|
|
138
146
|
*/
|
|
@@ -140,27 +148,39 @@ export interface ComputeAttributes {
|
|
|
140
148
|
}
|
|
141
149
|
/**
|
|
142
150
|
* @public
|
|
143
|
-
* <p>
|
|
151
|
+
* <p>
|
|
152
|
+
* Information about hardware assets.
|
|
153
|
+
* </p>
|
|
144
154
|
*/
|
|
145
155
|
export interface AssetInfo {
|
|
146
156
|
/**
|
|
147
|
-
* <p>
|
|
157
|
+
* <p>
|
|
158
|
+
* The ID of the asset.
|
|
159
|
+
* </p>
|
|
148
160
|
*/
|
|
149
161
|
AssetId?: string;
|
|
150
162
|
/**
|
|
151
|
-
* <p>
|
|
163
|
+
* <p>
|
|
164
|
+
* The rack ID of the asset.
|
|
165
|
+
* </p>
|
|
152
166
|
*/
|
|
153
167
|
RackId?: string;
|
|
154
168
|
/**
|
|
155
|
-
* <p>
|
|
169
|
+
* <p>
|
|
170
|
+
* The type of the asset.
|
|
171
|
+
* </p>
|
|
156
172
|
*/
|
|
157
173
|
AssetType?: AssetType | string;
|
|
158
174
|
/**
|
|
159
|
-
* <p>
|
|
175
|
+
* <p>
|
|
176
|
+
* Information about compute hardware assets.
|
|
177
|
+
* </p>
|
|
160
178
|
*/
|
|
161
179
|
ComputeAttributes?: ComputeAttributes;
|
|
162
180
|
/**
|
|
163
|
-
* <p>
|
|
181
|
+
* <p>
|
|
182
|
+
* The position of an asset in a rack.
|
|
183
|
+
* </p>
|
|
164
184
|
*/
|
|
165
185
|
AssetLocation?: AssetLocation;
|
|
166
186
|
}
|
|
@@ -170,6 +190,7 @@ export interface AssetInfo {
|
|
|
170
190
|
*/
|
|
171
191
|
export declare const AssetState: {
|
|
172
192
|
readonly ACTIVE: "ACTIVE";
|
|
193
|
+
readonly ISOLATED: "ISOLATED";
|
|
173
194
|
readonly RETIRING: "RETIRING";
|
|
174
195
|
};
|
|
175
196
|
/**
|
|
@@ -181,7 +202,9 @@ export type AssetState = (typeof AssetState)[keyof typeof AssetState];
|
|
|
181
202
|
*/
|
|
182
203
|
export interface CancelOrderInput {
|
|
183
204
|
/**
|
|
184
|
-
* <p>
|
|
205
|
+
* <p>
|
|
206
|
+
* The ID of the order.
|
|
207
|
+
* </p>
|
|
185
208
|
*/
|
|
186
209
|
OrderId: string | undefined;
|
|
187
210
|
}
|
|
@@ -268,15 +291,21 @@ export declare class ValidationException extends __BaseException {
|
|
|
268
291
|
*/
|
|
269
292
|
export interface EC2Capacity {
|
|
270
293
|
/**
|
|
271
|
-
* <p>
|
|
294
|
+
* <p>
|
|
295
|
+
* The family of the EC2 capacity.
|
|
296
|
+
* </p>
|
|
272
297
|
*/
|
|
273
298
|
Family?: string;
|
|
274
299
|
/**
|
|
275
|
-
* <p>
|
|
300
|
+
* <p>
|
|
301
|
+
* The maximum size of the EC2 capacity.
|
|
302
|
+
* </p>
|
|
276
303
|
*/
|
|
277
304
|
MaxSize?: string;
|
|
278
305
|
/**
|
|
279
|
-
* <p>
|
|
306
|
+
* <p>
|
|
307
|
+
* The quantity of the EC2 capacity.
|
|
308
|
+
* </p>
|
|
280
309
|
*/
|
|
281
310
|
Quantity?: string;
|
|
282
311
|
}
|
|
@@ -310,19 +339,27 @@ export type SupportedStorageEnum = (typeof SupportedStorageEnum)[keyof typeof Su
|
|
|
310
339
|
*/
|
|
311
340
|
export interface CatalogItem {
|
|
312
341
|
/**
|
|
313
|
-
* <p>
|
|
342
|
+
* <p>
|
|
343
|
+
* The ID of the catalog item.
|
|
344
|
+
* </p>
|
|
314
345
|
*/
|
|
315
346
|
CatalogItemId?: string;
|
|
316
347
|
/**
|
|
317
|
-
* <p>
|
|
348
|
+
* <p>
|
|
349
|
+
* The status of a catalog item.
|
|
350
|
+
* </p>
|
|
318
351
|
*/
|
|
319
352
|
ItemStatus?: CatalogItemStatus | string;
|
|
320
353
|
/**
|
|
321
|
-
* <p>
|
|
354
|
+
* <p>
|
|
355
|
+
* Information about the EC2 capacity of an item.
|
|
356
|
+
* </p>
|
|
322
357
|
*/
|
|
323
358
|
EC2Capacities?: EC2Capacity[];
|
|
324
359
|
/**
|
|
325
|
-
* <p>
|
|
360
|
+
* <p>
|
|
361
|
+
* Information about the power draw of an item.
|
|
362
|
+
* </p>
|
|
326
363
|
*/
|
|
327
364
|
PowerKva?: number;
|
|
328
365
|
/**
|
|
@@ -330,11 +367,16 @@ export interface CatalogItem {
|
|
|
330
367
|
*/
|
|
331
368
|
WeightLbs?: number;
|
|
332
369
|
/**
|
|
333
|
-
* <p>
|
|
370
|
+
* <p>
|
|
371
|
+
* The uplink speed this catalog item requires for the
|
|
372
|
+
* connection to the Region.
|
|
373
|
+
* </p>
|
|
334
374
|
*/
|
|
335
375
|
SupportedUplinkGbps?: number[];
|
|
336
376
|
/**
|
|
337
|
-
* <p>
|
|
377
|
+
* <p>
|
|
378
|
+
* The supported storage options for the catalog item.
|
|
379
|
+
* </p>
|
|
338
380
|
*/
|
|
339
381
|
SupportedStorage?: (SupportedStorageEnum | string)[];
|
|
340
382
|
}
|
|
@@ -352,31 +394,45 @@ export declare const CatalogItemClass: {
|
|
|
352
394
|
export type CatalogItemClass = (typeof CatalogItemClass)[keyof typeof CatalogItemClass];
|
|
353
395
|
/**
|
|
354
396
|
* @public
|
|
355
|
-
* <p>
|
|
397
|
+
* <p>
|
|
398
|
+
* Information about a connection.
|
|
399
|
+
* </p>
|
|
356
400
|
*/
|
|
357
401
|
export interface ConnectionDetails {
|
|
358
402
|
/**
|
|
359
|
-
* <p>
|
|
403
|
+
* <p>
|
|
404
|
+
* The public key of the client.
|
|
405
|
+
* </p>
|
|
360
406
|
*/
|
|
361
407
|
ClientPublicKey?: string;
|
|
362
408
|
/**
|
|
363
|
-
* <p>
|
|
409
|
+
* <p>
|
|
410
|
+
* The public key of the server.
|
|
411
|
+
* </p>
|
|
364
412
|
*/
|
|
365
413
|
ServerPublicKey?: string;
|
|
366
414
|
/**
|
|
367
|
-
* <p>
|
|
415
|
+
* <p>
|
|
416
|
+
* The endpoint for the server.
|
|
417
|
+
* </p>
|
|
368
418
|
*/
|
|
369
419
|
ServerEndpoint?: string;
|
|
370
420
|
/**
|
|
371
|
-
* <p>
|
|
421
|
+
* <p>
|
|
422
|
+
* The client tunnel address.
|
|
423
|
+
* </p>
|
|
372
424
|
*/
|
|
373
425
|
ClientTunnelAddress?: string;
|
|
374
426
|
/**
|
|
375
|
-
* <p>
|
|
427
|
+
* <p>
|
|
428
|
+
* The server tunnel address.
|
|
429
|
+
* </p>
|
|
376
430
|
*/
|
|
377
431
|
ServerTunnelAddress?: string;
|
|
378
432
|
/**
|
|
379
|
-
* <p>
|
|
433
|
+
* <p>
|
|
434
|
+
* The allowed IP addresses.
|
|
435
|
+
* </p>
|
|
380
436
|
*/
|
|
381
437
|
AllowedIps?: string[];
|
|
382
438
|
}
|
|
@@ -424,7 +480,9 @@ export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
|
|
|
424
480
|
*/
|
|
425
481
|
export interface CreateOrderInput {
|
|
426
482
|
/**
|
|
427
|
-
* <p>
|
|
483
|
+
* <p>
|
|
484
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
485
|
+
* </p>
|
|
428
486
|
*/
|
|
429
487
|
OutpostIdentifier: string | undefined;
|
|
430
488
|
/**
|
|
@@ -442,15 +500,21 @@ export interface CreateOrderInput {
|
|
|
442
500
|
}
|
|
443
501
|
/**
|
|
444
502
|
* @public
|
|
445
|
-
* <p>
|
|
503
|
+
* <p>
|
|
504
|
+
* Information about a line item asset.
|
|
505
|
+
* </p>
|
|
446
506
|
*/
|
|
447
507
|
export interface LineItemAssetInformation {
|
|
448
508
|
/**
|
|
449
|
-
* <p>
|
|
509
|
+
* <p>
|
|
510
|
+
* The ID of the asset.
|
|
511
|
+
* </p>
|
|
450
512
|
*/
|
|
451
513
|
AssetId?: string;
|
|
452
514
|
/**
|
|
453
|
-
* <p>
|
|
515
|
+
* <p>
|
|
516
|
+
* The MAC addresses of the asset.
|
|
517
|
+
* </p>
|
|
454
518
|
*/
|
|
455
519
|
MacAddressList?: string[];
|
|
456
520
|
}
|
|
@@ -470,15 +534,21 @@ export declare const ShipmentCarrier: {
|
|
|
470
534
|
export type ShipmentCarrier = (typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
|
|
471
535
|
/**
|
|
472
536
|
* @public
|
|
473
|
-
* <p>
|
|
537
|
+
* <p>
|
|
538
|
+
* Information about a line item shipment.
|
|
539
|
+
* </p>
|
|
474
540
|
*/
|
|
475
541
|
export interface ShipmentInformation {
|
|
476
542
|
/**
|
|
477
|
-
* <p>
|
|
543
|
+
* <p>
|
|
544
|
+
* The tracking number of the shipment.
|
|
545
|
+
* </p>
|
|
478
546
|
*/
|
|
479
547
|
ShipmentTrackingNumber?: string;
|
|
480
548
|
/**
|
|
481
|
-
* <p>
|
|
549
|
+
* <p>
|
|
550
|
+
* The carrier of the shipment.
|
|
551
|
+
* </p>
|
|
482
552
|
*/
|
|
483
553
|
ShipmentCarrier?: ShipmentCarrier | string;
|
|
484
554
|
}
|
|
@@ -507,7 +577,9 @@ export type LineItemStatus = (typeof LineItemStatus)[keyof typeof LineItemStatus
|
|
|
507
577
|
*/
|
|
508
578
|
export interface LineItem {
|
|
509
579
|
/**
|
|
510
|
-
* <p>
|
|
580
|
+
* <p>
|
|
581
|
+
* The ID of the catalog item.
|
|
582
|
+
* </p>
|
|
511
583
|
*/
|
|
512
584
|
CatalogItemId?: string;
|
|
513
585
|
/**
|
|
@@ -523,11 +595,15 @@ export interface LineItem {
|
|
|
523
595
|
*/
|
|
524
596
|
Status?: LineItemStatus | string;
|
|
525
597
|
/**
|
|
526
|
-
* <p>
|
|
598
|
+
* <p>
|
|
599
|
+
* Information about a line item shipment.
|
|
600
|
+
* </p>
|
|
527
601
|
*/
|
|
528
602
|
ShipmentInformation?: ShipmentInformation;
|
|
529
603
|
/**
|
|
530
|
-
* <p>
|
|
604
|
+
* <p>
|
|
605
|
+
* Information about assets.
|
|
606
|
+
* </p>
|
|
531
607
|
*/
|
|
532
608
|
AssetInformationList?: LineItemAssetInformation[];
|
|
533
609
|
/**
|
|
@@ -535,7 +611,7 @@ export interface LineItem {
|
|
|
535
611
|
*/
|
|
536
612
|
PreviousLineItemId?: string;
|
|
537
613
|
/**
|
|
538
|
-
* <p>The ID of the previous order.</p>
|
|
614
|
+
* <p>The ID of the previous order item.</p>
|
|
539
615
|
*/
|
|
540
616
|
PreviousOrderId?: string;
|
|
541
617
|
}
|
|
@@ -577,7 +653,9 @@ export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
|
|
|
577
653
|
*/
|
|
578
654
|
export interface Order {
|
|
579
655
|
/**
|
|
580
|
-
* <p>
|
|
656
|
+
* <p>
|
|
657
|
+
* The ID of the Outpost in the order.
|
|
658
|
+
* </p>
|
|
581
659
|
*/
|
|
582
660
|
OutpostId?: string;
|
|
583
661
|
/**
|
|
@@ -593,8 +671,8 @@ export interface Order {
|
|
|
593
671
|
* </li>
|
|
594
672
|
* <li>
|
|
595
673
|
* <p>
|
|
596
|
-
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get
|
|
597
|
-
*
|
|
674
|
+
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get more
|
|
675
|
+
* details, see the line item status.</p>
|
|
598
676
|
* </li>
|
|
599
677
|
* <li>
|
|
600
678
|
* <p>
|
|
@@ -636,7 +714,7 @@ export interface Order {
|
|
|
636
714
|
*/
|
|
637
715
|
PaymentTerm?: PaymentTerm | string;
|
|
638
716
|
/**
|
|
639
|
-
* <p>
|
|
717
|
+
* <p>Type of order.</p>
|
|
640
718
|
*/
|
|
641
719
|
OrderType?: OrderType | string;
|
|
642
720
|
}
|
|
@@ -687,7 +765,9 @@ export interface CreateOutpostInput {
|
|
|
687
765
|
*/
|
|
688
766
|
Description?: string;
|
|
689
767
|
/**
|
|
690
|
-
* <p>
|
|
768
|
+
* <p>
|
|
769
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
770
|
+
* </p>
|
|
691
771
|
*/
|
|
692
772
|
SiteId: string | undefined;
|
|
693
773
|
/**
|
|
@@ -703,7 +783,9 @@ export interface CreateOutpostInput {
|
|
|
703
783
|
*/
|
|
704
784
|
Tags?: Record<string, string>;
|
|
705
785
|
/**
|
|
706
|
-
* <p>
|
|
786
|
+
* <p>
|
|
787
|
+
* The type of hardware for this Outpost.
|
|
788
|
+
* </p>
|
|
707
789
|
*/
|
|
708
790
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
709
791
|
}
|
|
@@ -713,7 +795,9 @@ export interface CreateOutpostInput {
|
|
|
713
795
|
*/
|
|
714
796
|
export interface Outpost {
|
|
715
797
|
/**
|
|
716
|
-
* <p>
|
|
798
|
+
* <p>
|
|
799
|
+
* The ID of the Outpost.
|
|
800
|
+
* </p>
|
|
717
801
|
*/
|
|
718
802
|
OutpostId?: string;
|
|
719
803
|
/**
|
|
@@ -757,7 +841,9 @@ export interface Outpost {
|
|
|
757
841
|
*/
|
|
758
842
|
SiteArn?: string;
|
|
759
843
|
/**
|
|
760
|
-
* <p>
|
|
844
|
+
* <p>
|
|
845
|
+
* The hardware type.
|
|
846
|
+
* </p>
|
|
761
847
|
*/
|
|
762
848
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
763
849
|
}
|
|
@@ -945,8 +1031,7 @@ export interface RackPhysicalProperties {
|
|
|
945
1031
|
FiberOpticCableType?: FiberOpticCableType | string;
|
|
946
1032
|
/**
|
|
947
1033
|
* <p>The type of optical standard used to attach the Outpost to the network. This field is
|
|
948
|
-
* dependent on uplink speed, fiber type, and distance to the upstream device.
|
|
949
|
-
* For more information
|
|
1034
|
+
* dependent on uplink speed, fiber type, and distance to the upstream device. For more information
|
|
950
1035
|
* about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
|
|
951
1036
|
* in the Amazon Web Services Outposts User Guide.
|
|
952
1037
|
* </p>
|
|
@@ -977,17 +1062,23 @@ export interface CreateSiteInput {
|
|
|
977
1062
|
*/
|
|
978
1063
|
Notes?: string;
|
|
979
1064
|
/**
|
|
980
|
-
* <p>
|
|
1065
|
+
* <p>
|
|
1066
|
+
* The tags to apply to a site.
|
|
1067
|
+
* </p>
|
|
981
1068
|
*/
|
|
982
1069
|
Tags?: Record<string, string>;
|
|
983
1070
|
/**
|
|
984
|
-
* <p>
|
|
985
|
-
* the
|
|
1071
|
+
* <p>
|
|
1072
|
+
* The location to install and power on the hardware. This address might be
|
|
1073
|
+
* different from the shipping address.
|
|
1074
|
+
* </p>
|
|
986
1075
|
*/
|
|
987
1076
|
OperatingAddress?: Address;
|
|
988
1077
|
/**
|
|
989
|
-
* <p>
|
|
990
|
-
*
|
|
1078
|
+
* <p>
|
|
1079
|
+
* The location to ship the hardware. This address might be different
|
|
1080
|
+
* from the operating address.
|
|
1081
|
+
* </p>
|
|
991
1082
|
*/
|
|
992
1083
|
ShippingAddress?: Address;
|
|
993
1084
|
/**
|
|
@@ -1029,11 +1120,14 @@ export interface Site {
|
|
|
1029
1120
|
*/
|
|
1030
1121
|
SiteArn?: string;
|
|
1031
1122
|
/**
|
|
1032
|
-
* <p>
|
|
1123
|
+
* <p>
|
|
1124
|
+
* Notes about a site.
|
|
1125
|
+
* </p>
|
|
1033
1126
|
*/
|
|
1034
1127
|
Notes?: string;
|
|
1035
1128
|
/**
|
|
1036
|
-
* <p>
|
|
1129
|
+
* <p>
|
|
1130
|
+
* The ISO-3166 two-letter country code where the hardware is installed and powered on.
|
|
1037
1131
|
* </p>
|
|
1038
1132
|
*/
|
|
1039
1133
|
OperatingAddressCountryCode?: string;
|
|
@@ -1042,11 +1136,15 @@ export interface Site {
|
|
|
1042
1136
|
*/
|
|
1043
1137
|
OperatingAddressStateOrRegion?: string;
|
|
1044
1138
|
/**
|
|
1045
|
-
* <p>
|
|
1139
|
+
* <p>
|
|
1140
|
+
* City where the hardware is installed and powered on.
|
|
1141
|
+
* </p>
|
|
1046
1142
|
*/
|
|
1047
1143
|
OperatingAddressCity?: string;
|
|
1048
1144
|
/**
|
|
1049
|
-
* <p>
|
|
1145
|
+
* <p>
|
|
1146
|
+
* Information about the physical and logistical details for a rack at the site.
|
|
1147
|
+
* </p>
|
|
1050
1148
|
*/
|
|
1051
1149
|
RackPhysicalProperties?: RackPhysicalProperties;
|
|
1052
1150
|
}
|
|
@@ -1064,7 +1162,9 @@ export interface CreateSiteOutput {
|
|
|
1064
1162
|
*/
|
|
1065
1163
|
export interface DeleteOutpostInput {
|
|
1066
1164
|
/**
|
|
1067
|
-
* <p>
|
|
1165
|
+
* <p>
|
|
1166
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1167
|
+
* </p>
|
|
1068
1168
|
*/
|
|
1069
1169
|
OutpostId: string | undefined;
|
|
1070
1170
|
}
|
|
@@ -1078,7 +1178,9 @@ export interface DeleteOutpostOutput {
|
|
|
1078
1178
|
*/
|
|
1079
1179
|
export interface DeleteSiteInput {
|
|
1080
1180
|
/**
|
|
1081
|
-
* <p>
|
|
1181
|
+
* <p>
|
|
1182
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1183
|
+
* </p>
|
|
1082
1184
|
*/
|
|
1083
1185
|
SiteId: string | undefined;
|
|
1084
1186
|
}
|
|
@@ -1110,7 +1212,9 @@ export interface GetCatalogItemOutput {
|
|
|
1110
1212
|
*/
|
|
1111
1213
|
export interface GetConnectionRequest {
|
|
1112
1214
|
/**
|
|
1113
|
-
* <p>
|
|
1215
|
+
* <p>
|
|
1216
|
+
* The ID of the connection.
|
|
1217
|
+
* </p>
|
|
1114
1218
|
*/
|
|
1115
1219
|
ConnectionId: string | undefined;
|
|
1116
1220
|
}
|
|
@@ -1119,11 +1223,15 @@ export interface GetConnectionRequest {
|
|
|
1119
1223
|
*/
|
|
1120
1224
|
export interface GetConnectionResponse {
|
|
1121
1225
|
/**
|
|
1122
|
-
* <p>
|
|
1226
|
+
* <p>
|
|
1227
|
+
* The ID of the connection.
|
|
1228
|
+
* </p>
|
|
1123
1229
|
*/
|
|
1124
1230
|
ConnectionId?: string;
|
|
1125
1231
|
/**
|
|
1126
|
-
* <p>
|
|
1232
|
+
* <p>
|
|
1233
|
+
* Information about the connection.
|
|
1234
|
+
* </p>
|
|
1127
1235
|
*/
|
|
1128
1236
|
ConnectionDetails?: ConnectionDetails;
|
|
1129
1237
|
}
|
|
@@ -1150,7 +1258,9 @@ export interface GetOrderOutput {
|
|
|
1150
1258
|
*/
|
|
1151
1259
|
export interface GetOutpostInput {
|
|
1152
1260
|
/**
|
|
1153
|
-
* <p>
|
|
1261
|
+
* <p>
|
|
1262
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1263
|
+
* </p>
|
|
1154
1264
|
*/
|
|
1155
1265
|
OutpostId: string | undefined;
|
|
1156
1266
|
}
|
|
@@ -1168,7 +1278,9 @@ export interface GetOutpostOutput {
|
|
|
1168
1278
|
*/
|
|
1169
1279
|
export interface GetOutpostInstanceTypesInput {
|
|
1170
1280
|
/**
|
|
1171
|
-
* <p>
|
|
1281
|
+
* <p>
|
|
1282
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1283
|
+
* </p>
|
|
1172
1284
|
*/
|
|
1173
1285
|
OutpostId: string | undefined;
|
|
1174
1286
|
/**
|
|
@@ -1203,7 +1315,9 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1203
1315
|
*/
|
|
1204
1316
|
NextToken?: string;
|
|
1205
1317
|
/**
|
|
1206
|
-
* <p>
|
|
1318
|
+
* <p>
|
|
1319
|
+
* The ID of the Outpost.
|
|
1320
|
+
* </p>
|
|
1207
1321
|
*/
|
|
1208
1322
|
OutpostId?: string;
|
|
1209
1323
|
/**
|
|
@@ -1216,7 +1330,9 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
1216
1330
|
*/
|
|
1217
1331
|
export interface GetSiteInput {
|
|
1218
1332
|
/**
|
|
1219
|
-
* <p>
|
|
1333
|
+
* <p>
|
|
1334
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1335
|
+
* </p>
|
|
1220
1336
|
*/
|
|
1221
1337
|
SiteId: string | undefined;
|
|
1222
1338
|
}
|
|
@@ -1234,7 +1350,9 @@ export interface GetSiteOutput {
|
|
|
1234
1350
|
*/
|
|
1235
1351
|
export interface GetSiteAddressInput {
|
|
1236
1352
|
/**
|
|
1237
|
-
* <p>
|
|
1353
|
+
* <p>
|
|
1354
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1355
|
+
* </p>
|
|
1238
1356
|
*/
|
|
1239
1357
|
SiteId: string | undefined;
|
|
1240
1358
|
/**
|
|
@@ -1255,7 +1373,9 @@ export interface GetSiteAddressOutput {
|
|
|
1255
1373
|
*/
|
|
1256
1374
|
AddressType?: AddressType | string;
|
|
1257
1375
|
/**
|
|
1258
|
-
* <p>
|
|
1376
|
+
* <p>
|
|
1377
|
+
* Information about the address.
|
|
1378
|
+
* </p>
|
|
1259
1379
|
*/
|
|
1260
1380
|
Address?: Address;
|
|
1261
1381
|
}
|
|
@@ -1264,7 +1384,9 @@ export interface GetSiteAddressOutput {
|
|
|
1264
1384
|
*/
|
|
1265
1385
|
export interface ListAssetsInput {
|
|
1266
1386
|
/**
|
|
1267
|
-
* <p>
|
|
1387
|
+
* <p>
|
|
1388
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1389
|
+
* </p>
|
|
1268
1390
|
*/
|
|
1269
1391
|
OutpostIdentifier: string | undefined;
|
|
1270
1392
|
/**
|
|
@@ -1340,7 +1462,9 @@ export interface ListCatalogItemsOutput {
|
|
|
1340
1462
|
*/
|
|
1341
1463
|
export interface ListOrdersInput {
|
|
1342
1464
|
/**
|
|
1343
|
-
* <p>
|
|
1465
|
+
* <p>
|
|
1466
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1467
|
+
* </p>
|
|
1344
1468
|
*/
|
|
1345
1469
|
OutpostIdentifierFilter?: string;
|
|
1346
1470
|
/**
|
|
@@ -1354,19 +1478,27 @@ export interface ListOrdersInput {
|
|
|
1354
1478
|
}
|
|
1355
1479
|
/**
|
|
1356
1480
|
* @public
|
|
1357
|
-
* <p>
|
|
1481
|
+
* <p>
|
|
1482
|
+
* A summary of line items in your order.
|
|
1483
|
+
* </p>
|
|
1358
1484
|
*/
|
|
1359
1485
|
export interface OrderSummary {
|
|
1360
1486
|
/**
|
|
1361
|
-
* <p>
|
|
1487
|
+
* <p>
|
|
1488
|
+
* The ID of the Outpost.
|
|
1489
|
+
* </p>
|
|
1362
1490
|
*/
|
|
1363
1491
|
OutpostId?: string;
|
|
1364
1492
|
/**
|
|
1365
|
-
* <p>
|
|
1493
|
+
* <p>
|
|
1494
|
+
* The ID of the order.
|
|
1495
|
+
* </p>
|
|
1366
1496
|
*/
|
|
1367
1497
|
OrderId?: string;
|
|
1368
1498
|
/**
|
|
1369
|
-
* <p>
|
|
1499
|
+
* <p>
|
|
1500
|
+
* The type of order.
|
|
1501
|
+
* </p>
|
|
1370
1502
|
*/
|
|
1371
1503
|
OrderType?: OrderType | string;
|
|
1372
1504
|
/**
|
|
@@ -1378,8 +1510,8 @@ export interface OrderSummary {
|
|
|
1378
1510
|
* </li>
|
|
1379
1511
|
* <li>
|
|
1380
1512
|
* <p>
|
|
1381
|
-
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For
|
|
1382
|
-
*
|
|
1513
|
+
* <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. For more
|
|
1514
|
+
* information, see the <code>LineItem</code> status.</p>
|
|
1383
1515
|
* </li>
|
|
1384
1516
|
* <li>
|
|
1385
1517
|
* <p>
|
|
@@ -1401,15 +1533,21 @@ export interface OrderSummary {
|
|
|
1401
1533
|
*/
|
|
1402
1534
|
Status?: OrderStatus | string;
|
|
1403
1535
|
/**
|
|
1404
|
-
* <p>
|
|
1536
|
+
* <p>
|
|
1537
|
+
* The status of all line items in the order.
|
|
1538
|
+
* </p>
|
|
1405
1539
|
*/
|
|
1406
1540
|
LineItemCountsByStatus?: Record<string, number>;
|
|
1407
1541
|
/**
|
|
1408
|
-
* <p>
|
|
1542
|
+
* <p>
|
|
1543
|
+
* The submission date for the order.
|
|
1544
|
+
* </p>
|
|
1409
1545
|
*/
|
|
1410
1546
|
OrderSubmissionDate?: Date;
|
|
1411
1547
|
/**
|
|
1412
|
-
* <p>
|
|
1548
|
+
* <p>
|
|
1549
|
+
* The fulfilment date for the order.
|
|
1550
|
+
* </p>
|
|
1413
1551
|
*/
|
|
1414
1552
|
OrderFulfilledDate?: Date;
|
|
1415
1553
|
}
|
|
@@ -1418,7 +1556,9 @@ export interface OrderSummary {
|
|
|
1418
1556
|
*/
|
|
1419
1557
|
export interface ListOrdersOutput {
|
|
1420
1558
|
/**
|
|
1421
|
-
* <p>
|
|
1559
|
+
* <p>
|
|
1560
|
+
* Information about the orders.
|
|
1561
|
+
* </p>
|
|
1422
1562
|
*/
|
|
1423
1563
|
Orders?: OrderSummary[];
|
|
1424
1564
|
/**
|
|
@@ -1525,19 +1665,27 @@ export interface ListTagsForResourceResponse {
|
|
|
1525
1665
|
*/
|
|
1526
1666
|
export interface StartConnectionRequest {
|
|
1527
1667
|
/**
|
|
1528
|
-
* <p>
|
|
1668
|
+
* <p>
|
|
1669
|
+
* The serial number of the dongle.
|
|
1670
|
+
* </p>
|
|
1529
1671
|
*/
|
|
1530
1672
|
DeviceSerialNumber: string | undefined;
|
|
1531
1673
|
/**
|
|
1532
|
-
* <p>
|
|
1674
|
+
* <p>
|
|
1675
|
+
* The ID of the Outpost server.
|
|
1676
|
+
* </p>
|
|
1533
1677
|
*/
|
|
1534
1678
|
AssetId: string | undefined;
|
|
1535
1679
|
/**
|
|
1536
|
-
* <p>
|
|
1680
|
+
* <p>
|
|
1681
|
+
* The public key of the client.
|
|
1682
|
+
* </p>
|
|
1537
1683
|
*/
|
|
1538
1684
|
ClientPublicKey: string | undefined;
|
|
1539
1685
|
/**
|
|
1540
|
-
* <p>
|
|
1686
|
+
* <p>
|
|
1687
|
+
* The device index of the network interface on the Outpost server.
|
|
1688
|
+
* </p>
|
|
1541
1689
|
*/
|
|
1542
1690
|
NetworkInterfaceDeviceIndex: number | undefined;
|
|
1543
1691
|
}
|
|
@@ -1546,11 +1694,15 @@ export interface StartConnectionRequest {
|
|
|
1546
1694
|
*/
|
|
1547
1695
|
export interface StartConnectionResponse {
|
|
1548
1696
|
/**
|
|
1549
|
-
* <p>
|
|
1697
|
+
* <p>
|
|
1698
|
+
* The ID of the connection.
|
|
1699
|
+
* </p>
|
|
1550
1700
|
*/
|
|
1551
1701
|
ConnectionId?: string;
|
|
1552
1702
|
/**
|
|
1553
|
-
* <p>
|
|
1703
|
+
* <p>
|
|
1704
|
+
* The underlay IP address.
|
|
1705
|
+
* </p>
|
|
1554
1706
|
*/
|
|
1555
1707
|
UnderlayIpAddress?: string;
|
|
1556
1708
|
}
|
|
@@ -1595,7 +1747,9 @@ export interface UntagResourceResponse {
|
|
|
1595
1747
|
*/
|
|
1596
1748
|
export interface UpdateOutpostInput {
|
|
1597
1749
|
/**
|
|
1598
|
-
* <p>
|
|
1750
|
+
* <p>
|
|
1751
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1752
|
+
* </p>
|
|
1599
1753
|
*/
|
|
1600
1754
|
OutpostId: string | undefined;
|
|
1601
1755
|
/**
|
|
@@ -1607,7 +1761,9 @@ export interface UpdateOutpostInput {
|
|
|
1607
1761
|
*/
|
|
1608
1762
|
Description?: string;
|
|
1609
1763
|
/**
|
|
1610
|
-
* <p>
|
|
1764
|
+
* <p>
|
|
1765
|
+
* The type of hardware for this Outpost.
|
|
1766
|
+
* </p>
|
|
1611
1767
|
*/
|
|
1612
1768
|
SupportedHardwareType?: SupportedHardwareType | string;
|
|
1613
1769
|
}
|
|
@@ -1625,7 +1781,9 @@ export interface UpdateOutpostOutput {
|
|
|
1625
1781
|
*/
|
|
1626
1782
|
export interface UpdateSiteInput {
|
|
1627
1783
|
/**
|
|
1628
|
-
* <p>
|
|
1784
|
+
* <p>
|
|
1785
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1786
|
+
* </p>
|
|
1629
1787
|
*/
|
|
1630
1788
|
SiteId: string | undefined;
|
|
1631
1789
|
/**
|
|
@@ -1655,15 +1813,21 @@ export interface UpdateSiteOutput {
|
|
|
1655
1813
|
*/
|
|
1656
1814
|
export interface UpdateSiteAddressInput {
|
|
1657
1815
|
/**
|
|
1658
|
-
* <p>
|
|
1816
|
+
* <p>
|
|
1817
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1818
|
+
* </p>
|
|
1659
1819
|
*/
|
|
1660
1820
|
SiteId: string | undefined;
|
|
1661
1821
|
/**
|
|
1662
|
-
* <p>
|
|
1822
|
+
* <p>
|
|
1823
|
+
* The type of the address.
|
|
1824
|
+
* </p>
|
|
1663
1825
|
*/
|
|
1664
1826
|
AddressType: AddressType | string | undefined;
|
|
1665
1827
|
/**
|
|
1666
|
-
* <p>
|
|
1828
|
+
* <p>
|
|
1829
|
+
* The address for the site.
|
|
1830
|
+
* </p>
|
|
1667
1831
|
*/
|
|
1668
1832
|
Address: Address | undefined;
|
|
1669
1833
|
}
|
|
@@ -1672,11 +1836,15 @@ export interface UpdateSiteAddressInput {
|
|
|
1672
1836
|
*/
|
|
1673
1837
|
export interface UpdateSiteAddressOutput {
|
|
1674
1838
|
/**
|
|
1675
|
-
* <p>
|
|
1839
|
+
* <p>
|
|
1840
|
+
* The type of the address.
|
|
1841
|
+
* </p>
|
|
1676
1842
|
*/
|
|
1677
1843
|
AddressType?: AddressType | string;
|
|
1678
1844
|
/**
|
|
1679
|
-
* <p>
|
|
1845
|
+
* <p>
|
|
1846
|
+
* Information about an address.
|
|
1847
|
+
* </p>
|
|
1680
1848
|
*/
|
|
1681
1849
|
Address?: Address;
|
|
1682
1850
|
}
|
|
@@ -1685,11 +1853,14 @@ export interface UpdateSiteAddressOutput {
|
|
|
1685
1853
|
*/
|
|
1686
1854
|
export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
1687
1855
|
/**
|
|
1688
|
-
* <p>
|
|
1856
|
+
* <p>
|
|
1857
|
+
* The ID or the Amazon Resource Name (ARN) of the site.
|
|
1858
|
+
* </p>
|
|
1689
1859
|
*/
|
|
1690
1860
|
SiteId: string | undefined;
|
|
1691
1861
|
/**
|
|
1692
|
-
* <p>The power draw, in kVA, available at the hardware placement position for the
|
|
1862
|
+
* <p>The power draw, in kVA, available at the hardware placement position for the
|
|
1863
|
+
* rack.</p>
|
|
1693
1864
|
*/
|
|
1694
1865
|
PowerDrawKva?: PowerDrawKva | string;
|
|
1695
1866
|
/**
|
|
@@ -1705,8 +1876,9 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1705
1876
|
*/
|
|
1706
1877
|
PowerPhase?: PowerPhase | string;
|
|
1707
1878
|
/**
|
|
1708
|
-
* <p>The power connector that Amazon Web Services should plan to provide for connections to the
|
|
1709
|
-
* Note the correlation between <code>PowerPhase</code> and
|
|
1879
|
+
* <p>The power connector that Amazon Web Services should plan to provide for connections to the
|
|
1880
|
+
* hardware. Note the correlation between <code>PowerPhase</code> and
|
|
1881
|
+
* <code>PowerConnector</code>. </p>
|
|
1710
1882
|
* <ul>
|
|
1711
1883
|
* <li>
|
|
1712
1884
|
* <p>Single-phase AC feed</p>
|
|
@@ -1745,7 +1917,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1745
1917
|
*/
|
|
1746
1918
|
PowerFeedDrop?: PowerFeedDrop | string;
|
|
1747
1919
|
/**
|
|
1748
|
-
* <p>The uplink speed the rack should support for the connection to the Region.
|
|
1920
|
+
* <p>The uplink speed the rack should support for the connection to the Region.
|
|
1921
|
+
* </p>
|
|
1749
1922
|
*/
|
|
1750
1923
|
UplinkGbps?: UplinkGbps | string;
|
|
1751
1924
|
/**
|
|
@@ -1767,13 +1940,14 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1767
1940
|
*/
|
|
1768
1941
|
UplinkCount?: UplinkCount | string;
|
|
1769
1942
|
/**
|
|
1770
|
-
* <p>The type of fiber that you will use to attach the Outpost to your network.
|
|
1943
|
+
* <p>The type of fiber that you will use to attach the Outpost to your network.
|
|
1944
|
+
* </p>
|
|
1771
1945
|
*/
|
|
1772
1946
|
FiberOpticCableType?: FiberOpticCableType | string;
|
|
1773
1947
|
/**
|
|
1774
|
-
* <p>The type of optical standard that you will use to attach the Outpost to your
|
|
1775
|
-
* field is dependent on uplink speed, fiber type, and distance to the upstream
|
|
1776
|
-
* For more information
|
|
1948
|
+
* <p>The type of optical standard that you will use to attach the Outpost to your
|
|
1949
|
+
* network. This field is dependent on uplink speed, fiber type, and distance to the upstream
|
|
1950
|
+
* device. For more information
|
|
1777
1951
|
* about networking requirements for racks, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking">Network</a>
|
|
1778
1952
|
* in the Amazon Web Services Outposts User Guide.
|
|
1779
1953
|
* </p>
|
|
@@ -1834,8 +2008,8 @@ export interface UpdateSiteRackPhysicalPropertiesInput {
|
|
|
1834
2008
|
*/
|
|
1835
2009
|
OpticalStandard?: OpticalStandard | string;
|
|
1836
2010
|
/**
|
|
1837
|
-
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over
|
|
1838
|
-
*
|
|
2011
|
+
* <p>The maximum rack weight that this site can support. <code>NO_LIMIT</code> is over
|
|
2012
|
+
* 2000lbs. </p>
|
|
1839
2013
|
*/
|
|
1840
2014
|
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | string;
|
|
1841
2015
|
}
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
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.
|
|
4
|
+
"version": "3.367.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",
|