@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.
Files changed (49) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Outposts.d.ts +446 -135
  3. package/dist-types/ts3.4/OutpostsClient.d.ts +260 -99
  4. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +6 -6
  33. package/dist-types/ts3.4/models/OutpostsServiceException.d.ts +7 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +708 -897
  36. package/dist-types/ts3.4/pagination/GetOutpostInstanceTypesPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListCatalogItemsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListOrdersPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListOutpostsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/ListSitesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  44. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  49. package/package.json +34 -34
@@ -1,99 +1,260 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand";
10
- import { CreateOrderCommandInput, CreateOrderCommandOutput } from "./commands/CreateOrderCommand";
11
- import { CreateOutpostCommandInput, CreateOutpostCommandOutput } from "./commands/CreateOutpostCommand";
12
- import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
13
- import { DeleteOutpostCommandInput, DeleteOutpostCommandOutput } from "./commands/DeleteOutpostCommand";
14
- import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
15
- import { GetCatalogItemCommandInput, GetCatalogItemCommandOutput } from "./commands/GetCatalogItemCommand";
16
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
17
- import { GetOrderCommandInput, GetOrderCommandOutput } from "./commands/GetOrderCommand";
18
- import { GetOutpostCommandInput, GetOutpostCommandOutput } from "./commands/GetOutpostCommand";
19
- import { GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput } from "./commands/GetOutpostInstanceTypesCommand";
20
- import { GetSiteAddressCommandInput, GetSiteAddressCommandOutput } from "./commands/GetSiteAddressCommand";
21
- import { GetSiteCommandInput, GetSiteCommandOutput } from "./commands/GetSiteCommand";
22
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
23
- import { ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput } from "./commands/ListCatalogItemsCommand";
24
- import { ListOrdersCommandInput, ListOrdersCommandOutput } from "./commands/ListOrdersCommand";
25
- import { ListOutpostsCommandInput, ListOutpostsCommandOutput } from "./commands/ListOutpostsCommand";
26
- import { ListSitesCommandInput, ListSitesCommandOutput } from "./commands/ListSitesCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { StartConnectionCommandInput, StartConnectionCommandOutput } from "./commands/StartConnectionCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateOutpostCommandInput, UpdateOutpostCommandOutput } from "./commands/UpdateOutpostCommand";
32
- import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from "./commands/UpdateSiteAddressCommand";
33
- import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
34
- import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
35
- export declare type ServiceInputTypes = CancelOrderCommandInput | CreateOrderCommandInput | CreateOutpostCommandInput | CreateSiteCommandInput | DeleteOutpostCommandInput | DeleteSiteCommandInput | GetCatalogItemCommandInput | GetConnectionCommandInput | GetOrderCommandInput | GetOutpostCommandInput | GetOutpostInstanceTypesCommandInput | GetSiteAddressCommandInput | GetSiteCommandInput | ListAssetsCommandInput | ListCatalogItemsCommandInput | ListOrdersCommandInput | ListOutpostsCommandInput | ListSitesCommandInput | ListTagsForResourceCommandInput | StartConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOutpostCommandInput | UpdateSiteAddressCommandInput | UpdateSiteCommandInput | UpdateSiteRackPhysicalPropertiesCommandInput;
36
- export declare type ServiceOutputTypes = CancelOrderCommandOutput | CreateOrderCommandOutput | CreateOutpostCommandOutput | CreateSiteCommandOutput | DeleteOutpostCommandOutput | DeleteSiteCommandOutput | GetCatalogItemCommandOutput | GetConnectionCommandOutput | GetOrderCommandOutput | GetOutpostCommandOutput | GetOutpostInstanceTypesCommandOutput | GetSiteAddressCommandOutput | GetSiteCommandOutput | ListAssetsCommandOutput | ListCatalogItemsCommandOutput | ListOrdersCommandOutput | ListOutpostsCommandOutput | ListSitesCommandOutput | ListTagsForResourceCommandOutput | StartConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOutpostCommandOutput | UpdateSiteAddressCommandOutput | UpdateSiteCommandOutput | UpdateSiteRackPhysicalPropertiesCommandOutput;
37
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
-
39
- requestHandler?: __HttpHandler;
40
-
41
- sha256?: __HashConstructor;
42
-
43
- urlParser?: __UrlParser;
44
-
45
- bodyLengthChecker?: __BodyLengthCalculator;
46
-
47
- streamCollector?: __StreamCollector;
48
-
49
- base64Decoder?: __Decoder;
50
-
51
- base64Encoder?: __Encoder;
52
-
53
- utf8Decoder?: __Decoder;
54
-
55
- utf8Encoder?: __Encoder;
56
-
57
- runtime?: string;
58
-
59
- disableHostPrefix?: boolean;
60
-
61
- maxAttempts?: number | __Provider<number>;
62
-
63
- retryMode?: string | __Provider<string>;
64
-
65
- logger?: __Logger;
66
-
67
- useDualstackEndpoint?: boolean | __Provider<boolean>;
68
-
69
- useFipsEndpoint?: boolean | __Provider<boolean>;
70
-
71
- serviceId?: string;
72
-
73
- region?: string | __Provider<string>;
74
-
75
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
76
-
77
- regionInfoProvider?: RegionInfoProvider;
78
-
79
- defaultUserAgentProvider?: Provider<__UserAgent>;
80
-
81
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
82
- }
83
- declare type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
84
-
85
- export interface OutpostsClientConfig extends OutpostsClientConfigType {
86
- }
87
- declare type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
88
-
89
- export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConfigType {
90
- }
91
-
92
- export declare class OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OutpostsClientResolvedConfig> {
93
-
94
- readonly config: OutpostsClientResolvedConfig;
95
- constructor(configuration: OutpostsClientConfig);
96
-
97
- destroy(): void;
98
- }
99
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CancelOrderInput, CancelOrderOutput } from "../models/models_0";
4
- import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
- export interface CancelOrderCommandInput extends CancelOrderInput {
6
- }
7
- export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelOrderCommand extends $Command<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig> {
11
- readonly input: CancelOrderCommandInput;
12
- constructor(input: CancelOrderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelOrderCommandInput, CancelOrderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateOrderInput, CreateOrderOutput } from "../models/models_0";
4
- import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
- export interface CreateOrderCommandInput extends CreateOrderInput {
6
- }
7
- export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateOrderCommand extends $Command<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig> {
11
- readonly input: CreateOrderCommandInput;
12
- constructor(input: CreateOrderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrderCommandInput, CreateOrderCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0";
4
- import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
- export interface CreateOutpostCommandInput extends CreateOutpostInput {
6
- }
7
- export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateOutpostCommand extends $Command<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig> {
11
- readonly input: CreateOutpostCommandInput;
12
- constructor(input: CreateOutpostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOutpostCommandInput, CreateOutpostCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateSiteInput, CreateSiteOutput } from "../models/models_0";
4
- import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
- export interface CreateSiteCommandInput extends CreateSiteInput {
6
- }
7
- export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig> {
11
- readonly input: CreateSiteCommandInput;
12
- constructor(input: CreateSiteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSiteCommandInput, CreateSiteCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0";
4
- import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient";
5
- export interface DeleteOutpostCommandInput extends DeleteOutpostInput {
6
- }
7
- export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteOutpostCommand extends $Command<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig> {
11
- readonly input: DeleteOutpostCommandInput;
12
- constructor(input: DeleteOutpostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutpostCommandInput, DeleteOutpostCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }