@aws-sdk/client-outposts 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Outposts.d.ts +446 -135
- package/dist-types/ts3.4/OutpostsClient.d.ts +260 -99
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +708 -897
- package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,99 +1,260 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelOrderCommandInput,
|
|
47
|
+
CancelOrderCommandOutput,
|
|
48
|
+
} from "./commands/CancelOrderCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateOrderCommandInput,
|
|
51
|
+
CreateOrderCommandOutput,
|
|
52
|
+
} from "./commands/CreateOrderCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateOutpostCommandInput,
|
|
55
|
+
CreateOutpostCommandOutput,
|
|
56
|
+
} from "./commands/CreateOutpostCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSiteCommandInput,
|
|
59
|
+
CreateSiteCommandOutput,
|
|
60
|
+
} from "./commands/CreateSiteCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteOutpostCommandInput,
|
|
63
|
+
DeleteOutpostCommandOutput,
|
|
64
|
+
} from "./commands/DeleteOutpostCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteSiteCommandInput,
|
|
67
|
+
DeleteSiteCommandOutput,
|
|
68
|
+
} from "./commands/DeleteSiteCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetCatalogItemCommandInput,
|
|
71
|
+
GetCatalogItemCommandOutput,
|
|
72
|
+
} from "./commands/GetCatalogItemCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetConnectionCommandInput,
|
|
75
|
+
GetConnectionCommandOutput,
|
|
76
|
+
} from "./commands/GetConnectionCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetOrderCommandInput,
|
|
79
|
+
GetOrderCommandOutput,
|
|
80
|
+
} from "./commands/GetOrderCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetOutpostCommandInput,
|
|
83
|
+
GetOutpostCommandOutput,
|
|
84
|
+
} from "./commands/GetOutpostCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetOutpostInstanceTypesCommandInput,
|
|
87
|
+
GetOutpostInstanceTypesCommandOutput,
|
|
88
|
+
} from "./commands/GetOutpostInstanceTypesCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetSiteAddressCommandInput,
|
|
91
|
+
GetSiteAddressCommandOutput,
|
|
92
|
+
} from "./commands/GetSiteAddressCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetSiteCommandInput,
|
|
95
|
+
GetSiteCommandOutput,
|
|
96
|
+
} from "./commands/GetSiteCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListAssetsCommandInput,
|
|
99
|
+
ListAssetsCommandOutput,
|
|
100
|
+
} from "./commands/ListAssetsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListCatalogItemsCommandInput,
|
|
103
|
+
ListCatalogItemsCommandOutput,
|
|
104
|
+
} from "./commands/ListCatalogItemsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListOrdersCommandInput,
|
|
107
|
+
ListOrdersCommandOutput,
|
|
108
|
+
} from "./commands/ListOrdersCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListOutpostsCommandInput,
|
|
111
|
+
ListOutpostsCommandOutput,
|
|
112
|
+
} from "./commands/ListOutpostsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListSitesCommandInput,
|
|
115
|
+
ListSitesCommandOutput,
|
|
116
|
+
} from "./commands/ListSitesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListTagsForResourceCommandInput,
|
|
119
|
+
ListTagsForResourceCommandOutput,
|
|
120
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
StartConnectionCommandInput,
|
|
123
|
+
StartConnectionCommandOutput,
|
|
124
|
+
} from "./commands/StartConnectionCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateOutpostCommandInput,
|
|
135
|
+
UpdateOutpostCommandOutput,
|
|
136
|
+
} from "./commands/UpdateOutpostCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateSiteAddressCommandInput,
|
|
139
|
+
UpdateSiteAddressCommandOutput,
|
|
140
|
+
} from "./commands/UpdateSiteAddressCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateSiteCommandInput,
|
|
143
|
+
UpdateSiteCommandOutput,
|
|
144
|
+
} from "./commands/UpdateSiteCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateSiteRackPhysicalPropertiesCommandInput,
|
|
147
|
+
UpdateSiteRackPhysicalPropertiesCommandOutput,
|
|
148
|
+
} from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
|
|
149
|
+
export declare type ServiceInputTypes =
|
|
150
|
+
| CancelOrderCommandInput
|
|
151
|
+
| CreateOrderCommandInput
|
|
152
|
+
| CreateOutpostCommandInput
|
|
153
|
+
| CreateSiteCommandInput
|
|
154
|
+
| DeleteOutpostCommandInput
|
|
155
|
+
| DeleteSiteCommandInput
|
|
156
|
+
| GetCatalogItemCommandInput
|
|
157
|
+
| GetConnectionCommandInput
|
|
158
|
+
| GetOrderCommandInput
|
|
159
|
+
| GetOutpostCommandInput
|
|
160
|
+
| GetOutpostInstanceTypesCommandInput
|
|
161
|
+
| GetSiteAddressCommandInput
|
|
162
|
+
| GetSiteCommandInput
|
|
163
|
+
| ListAssetsCommandInput
|
|
164
|
+
| ListCatalogItemsCommandInput
|
|
165
|
+
| ListOrdersCommandInput
|
|
166
|
+
| ListOutpostsCommandInput
|
|
167
|
+
| ListSitesCommandInput
|
|
168
|
+
| ListTagsForResourceCommandInput
|
|
169
|
+
| StartConnectionCommandInput
|
|
170
|
+
| TagResourceCommandInput
|
|
171
|
+
| UntagResourceCommandInput
|
|
172
|
+
| UpdateOutpostCommandInput
|
|
173
|
+
| UpdateSiteAddressCommandInput
|
|
174
|
+
| UpdateSiteCommandInput
|
|
175
|
+
| UpdateSiteRackPhysicalPropertiesCommandInput;
|
|
176
|
+
export declare type ServiceOutputTypes =
|
|
177
|
+
| CancelOrderCommandOutput
|
|
178
|
+
| CreateOrderCommandOutput
|
|
179
|
+
| CreateOutpostCommandOutput
|
|
180
|
+
| CreateSiteCommandOutput
|
|
181
|
+
| DeleteOutpostCommandOutput
|
|
182
|
+
| DeleteSiteCommandOutput
|
|
183
|
+
| GetCatalogItemCommandOutput
|
|
184
|
+
| GetConnectionCommandOutput
|
|
185
|
+
| GetOrderCommandOutput
|
|
186
|
+
| GetOutpostCommandOutput
|
|
187
|
+
| GetOutpostInstanceTypesCommandOutput
|
|
188
|
+
| GetSiteAddressCommandOutput
|
|
189
|
+
| GetSiteCommandOutput
|
|
190
|
+
| ListAssetsCommandOutput
|
|
191
|
+
| ListCatalogItemsCommandOutput
|
|
192
|
+
| ListOrdersCommandOutput
|
|
193
|
+
| ListOutpostsCommandOutput
|
|
194
|
+
| ListSitesCommandOutput
|
|
195
|
+
| ListTagsForResourceCommandOutput
|
|
196
|
+
| StartConnectionCommandOutput
|
|
197
|
+
| TagResourceCommandOutput
|
|
198
|
+
| UntagResourceCommandOutput
|
|
199
|
+
| UpdateOutpostCommandOutput
|
|
200
|
+
| UpdateSiteAddressCommandOutput
|
|
201
|
+
| UpdateSiteCommandOutput
|
|
202
|
+
| UpdateSiteRackPhysicalPropertiesCommandOutput;
|
|
203
|
+
export interface ClientDefaults
|
|
204
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
|
+
requestHandler?: __HttpHandler;
|
|
206
|
+
sha256?: __HashConstructor;
|
|
207
|
+
urlParser?: __UrlParser;
|
|
208
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
209
|
+
streamCollector?: __StreamCollector;
|
|
210
|
+
base64Decoder?: __Decoder;
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
utf8Decoder?: __Decoder;
|
|
213
|
+
utf8Encoder?: __Encoder;
|
|
214
|
+
runtime?: string;
|
|
215
|
+
disableHostPrefix?: boolean;
|
|
216
|
+
maxAttempts?: number | __Provider<number>;
|
|
217
|
+
retryMode?: string | __Provider<string>;
|
|
218
|
+
logger?: __Logger;
|
|
219
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
220
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
221
|
+
serviceId?: string;
|
|
222
|
+
region?: string | __Provider<string>;
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
225
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
226
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
227
|
+
}
|
|
228
|
+
declare type OutpostsClientConfigType = Partial<
|
|
229
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
230
|
+
> &
|
|
231
|
+
ClientDefaults &
|
|
232
|
+
RegionInputConfig &
|
|
233
|
+
EndpointsInputConfig &
|
|
234
|
+
RetryInputConfig &
|
|
235
|
+
HostHeaderInputConfig &
|
|
236
|
+
AwsAuthInputConfig &
|
|
237
|
+
UserAgentInputConfig;
|
|
238
|
+
export interface OutpostsClientConfig extends OutpostsClientConfigType {}
|
|
239
|
+
declare type OutpostsClientResolvedConfigType =
|
|
240
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
241
|
+
Required<ClientDefaults> &
|
|
242
|
+
RegionResolvedConfig &
|
|
243
|
+
EndpointsResolvedConfig &
|
|
244
|
+
RetryResolvedConfig &
|
|
245
|
+
HostHeaderResolvedConfig &
|
|
246
|
+
AwsAuthResolvedConfig &
|
|
247
|
+
UserAgentResolvedConfig;
|
|
248
|
+
export interface OutpostsClientResolvedConfig
|
|
249
|
+
extends OutpostsClientResolvedConfigType {}
|
|
250
|
+
export declare class OutpostsClient extends __Client<
|
|
251
|
+
__HttpHandlerOptions,
|
|
252
|
+
ServiceInputTypes,
|
|
253
|
+
ServiceOutputTypes,
|
|
254
|
+
OutpostsClientResolvedConfig
|
|
255
|
+
> {
|
|
256
|
+
readonly config: OutpostsClientResolvedConfig;
|
|
257
|
+
constructor(configuration: OutpostsClientConfig);
|
|
258
|
+
destroy(): void;
|
|
259
|
+
}
|
|
260
|
+
export {};
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OutpostsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OutpostsClient";
|
|
14
|
+
export interface CancelOrderCommandInput extends CancelOrderInput {}
|
|
15
|
+
export interface CancelOrderCommandOutput
|
|
16
|
+
extends CancelOrderOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CancelOrderCommand extends $Command<
|
|
19
|
+
CancelOrderCommandInput,
|
|
20
|
+
CancelOrderCommandOutput,
|
|
21
|
+
OutpostsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CancelOrderCommandInput;
|
|
24
|
+
constructor(input: CancelOrderCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OutpostsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelOrderCommandInput, CancelOrderCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OutpostsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OutpostsClient";
|
|
14
|
+
export interface CreateOrderCommandInput extends CreateOrderInput {}
|
|
15
|
+
export interface CreateOrderCommandOutput
|
|
16
|
+
extends CreateOrderOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateOrderCommand extends $Command<
|
|
19
|
+
CreateOrderCommandInput,
|
|
20
|
+
CreateOrderCommandOutput,
|
|
21
|
+
OutpostsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateOrderCommandInput;
|
|
24
|
+
constructor(input: CreateOrderCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OutpostsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateOrderCommandInput, CreateOrderCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OutpostsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OutpostsClient";
|
|
14
|
+
export interface CreateOutpostCommandInput extends CreateOutpostInput {}
|
|
15
|
+
export interface CreateOutpostCommandOutput
|
|
16
|
+
extends CreateOutpostOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateOutpostCommand extends $Command<
|
|
19
|
+
CreateOutpostCommandInput,
|
|
20
|
+
CreateOutpostCommandOutput,
|
|
21
|
+
OutpostsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateOutpostCommandInput;
|
|
24
|
+
constructor(input: CreateOutpostCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OutpostsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateOutpostCommandInput, CreateOutpostCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OutpostsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OutpostsClient";
|
|
14
|
+
export interface CreateSiteCommandInput extends CreateSiteInput {}
|
|
15
|
+
export interface CreateSiteCommandOutput
|
|
16
|
+
extends CreateSiteOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateSiteCommand extends $Command<
|
|
19
|
+
CreateSiteCommandInput,
|
|
20
|
+
CreateSiteCommandOutput,
|
|
21
|
+
OutpostsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateSiteCommandInput;
|
|
24
|
+
constructor(input: CreateSiteCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OutpostsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
OutpostsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../OutpostsClient";
|
|
14
|
+
export interface DeleteOutpostCommandInput extends DeleteOutpostInput {}
|
|
15
|
+
export interface DeleteOutpostCommandOutput
|
|
16
|
+
extends DeleteOutpostOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteOutpostCommand extends $Command<
|
|
19
|
+
DeleteOutpostCommandInput,
|
|
20
|
+
DeleteOutpostCommandOutput,
|
|
21
|
+
OutpostsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteOutpostCommandInput;
|
|
24
|
+
constructor(input: DeleteOutpostCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: OutpostsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|