@aws-sdk/client-outposts 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/Outposts.d.ts +472 -135
  3. package/dist-types/ts3.4/OutpostsClient.d.ts +285 -99
  4. package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +41 -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 +8 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +954 -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 +66 -38
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  49. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-outposts
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-outposts
@@ -1,135 +1,472 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand";
3
- import { CreateOrderCommandInput, CreateOrderCommandOutput } from "./commands/CreateOrderCommand";
4
- import { CreateOutpostCommandInput, CreateOutpostCommandOutput } from "./commands/CreateOutpostCommand";
5
- import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
6
- import { DeleteOutpostCommandInput, DeleteOutpostCommandOutput } from "./commands/DeleteOutpostCommand";
7
- import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
8
- import { GetCatalogItemCommandInput, GetCatalogItemCommandOutput } from "./commands/GetCatalogItemCommand";
9
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
10
- import { GetOrderCommandInput, GetOrderCommandOutput } from "./commands/GetOrderCommand";
11
- import { GetOutpostCommandInput, GetOutpostCommandOutput } from "./commands/GetOutpostCommand";
12
- import { GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput } from "./commands/GetOutpostInstanceTypesCommand";
13
- import { GetSiteAddressCommandInput, GetSiteAddressCommandOutput } from "./commands/GetSiteAddressCommand";
14
- import { GetSiteCommandInput, GetSiteCommandOutput } from "./commands/GetSiteCommand";
15
- import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
16
- import { ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput } from "./commands/ListCatalogItemsCommand";
17
- import { ListOrdersCommandInput, ListOrdersCommandOutput } from "./commands/ListOrdersCommand";
18
- import { ListOutpostsCommandInput, ListOutpostsCommandOutput } from "./commands/ListOutpostsCommand";
19
- import { ListSitesCommandInput, ListSitesCommandOutput } from "./commands/ListSitesCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
21
- import { StartConnectionCommandInput, StartConnectionCommandOutput } from "./commands/StartConnectionCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
23
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
- import { UpdateOutpostCommandInput, UpdateOutpostCommandOutput } from "./commands/UpdateOutpostCommand";
25
- import { UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput } from "./commands/UpdateSiteAddressCommand";
26
- import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
27
- import { UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
28
- import { OutpostsClient } from "./OutpostsClient";
29
-
30
- export declare class Outposts extends OutpostsClient {
31
-
32
- cancelOrder(args: CancelOrderCommandInput, options?: __HttpHandlerOptions): Promise<CancelOrderCommandOutput>;
33
- cancelOrder(args: CancelOrderCommandInput, cb: (err: any, data?: CancelOrderCommandOutput) => void): void;
34
- cancelOrder(args: CancelOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelOrderCommandOutput) => void): void;
35
-
36
- createOrder(args: CreateOrderCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrderCommandOutput>;
37
- createOrder(args: CreateOrderCommandInput, cb: (err: any, data?: CreateOrderCommandOutput) => void): void;
38
- createOrder(args: CreateOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrderCommandOutput) => void): void;
39
-
40
- createOutpost(args: CreateOutpostCommandInput, options?: __HttpHandlerOptions): Promise<CreateOutpostCommandOutput>;
41
- createOutpost(args: CreateOutpostCommandInput, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
42
- createOutpost(args: CreateOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOutpostCommandOutput) => void): void;
43
-
44
- createSite(args: CreateSiteCommandInput, options?: __HttpHandlerOptions): Promise<CreateSiteCommandOutput>;
45
- createSite(args: CreateSiteCommandInput, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
46
- createSite(args: CreateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSiteCommandOutput) => void): void;
47
-
48
- deleteOutpost(args: DeleteOutpostCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOutpostCommandOutput>;
49
- deleteOutpost(args: DeleteOutpostCommandInput, cb: (err: any, data?: DeleteOutpostCommandOutput) => void): void;
50
- deleteOutpost(args: DeleteOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutpostCommandOutput) => void): void;
51
-
52
- deleteSite(args: DeleteSiteCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSiteCommandOutput>;
53
- deleteSite(args: DeleteSiteCommandInput, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
54
- deleteSite(args: DeleteSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSiteCommandOutput) => void): void;
55
-
56
- getCatalogItem(args: GetCatalogItemCommandInput, options?: __HttpHandlerOptions): Promise<GetCatalogItemCommandOutput>;
57
- getCatalogItem(args: GetCatalogItemCommandInput, cb: (err: any, data?: GetCatalogItemCommandOutput) => void): void;
58
- getCatalogItem(args: GetCatalogItemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCatalogItemCommandOutput) => void): void;
59
-
60
- getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
61
- getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
62
- getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
63
-
64
- getOrder(args: GetOrderCommandInput, options?: __HttpHandlerOptions): Promise<GetOrderCommandOutput>;
65
- getOrder(args: GetOrderCommandInput, cb: (err: any, data?: GetOrderCommandOutput) => void): void;
66
- getOrder(args: GetOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrderCommandOutput) => void): void;
67
-
68
- getOutpost(args: GetOutpostCommandInput, options?: __HttpHandlerOptions): Promise<GetOutpostCommandOutput>;
69
- getOutpost(args: GetOutpostCommandInput, cb: (err: any, data?: GetOutpostCommandOutput) => void): void;
70
- getOutpost(args: GetOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutpostCommandOutput) => void): void;
71
-
72
- getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetOutpostInstanceTypesCommandOutput>;
73
- getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void): void;
74
- getOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void): void;
75
-
76
- getSite(args: GetSiteCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteCommandOutput>;
77
- getSite(args: GetSiteCommandInput, cb: (err: any, data?: GetSiteCommandOutput) => void): void;
78
- getSite(args: GetSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteCommandOutput) => void): void;
79
-
80
- getSiteAddress(args: GetSiteAddressCommandInput, options?: __HttpHandlerOptions): Promise<GetSiteAddressCommandOutput>;
81
- getSiteAddress(args: GetSiteAddressCommandInput, cb: (err: any, data?: GetSiteAddressCommandOutput) => void): void;
82
- getSiteAddress(args: GetSiteAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSiteAddressCommandOutput) => void): void;
83
-
84
- listAssets(args: ListAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetsCommandOutput>;
85
- listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
86
- listAssets(args: ListAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
87
-
88
- listCatalogItems(args: ListCatalogItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListCatalogItemsCommandOutput>;
89
- listCatalogItems(args: ListCatalogItemsCommandInput, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
90
- listCatalogItems(args: ListCatalogItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
91
-
92
- listOrders(args: ListOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListOrdersCommandOutput>;
93
- listOrders(args: ListOrdersCommandInput, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
94
- listOrders(args: ListOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
95
-
96
- listOutposts(args: ListOutpostsCommandInput, options?: __HttpHandlerOptions): Promise<ListOutpostsCommandOutput>;
97
- listOutposts(args: ListOutpostsCommandInput, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
98
- listOutposts(args: ListOutpostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
99
-
100
- listSites(args: ListSitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSitesCommandOutput>;
101
- listSites(args: ListSitesCommandInput, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
102
- listSites(args: ListSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
103
-
104
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
105
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
106
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
107
-
108
- startConnection(args: StartConnectionCommandInput, options?: __HttpHandlerOptions): Promise<StartConnectionCommandOutput>;
109
- startConnection(args: StartConnectionCommandInput, cb: (err: any, data?: StartConnectionCommandOutput) => void): void;
110
- startConnection(args: StartConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartConnectionCommandOutput) => void): void;
111
-
112
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
113
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
114
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
115
-
116
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
117
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
118
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
119
-
120
- updateOutpost(args: UpdateOutpostCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOutpostCommandOutput>;
121
- updateOutpost(args: UpdateOutpostCommandInput, cb: (err: any, data?: UpdateOutpostCommandOutput) => void): void;
122
- updateOutpost(args: UpdateOutpostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOutpostCommandOutput) => void): void;
123
-
124
- updateSite(args: UpdateSiteCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteCommandOutput>;
125
- updateSite(args: UpdateSiteCommandInput, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
126
- updateSite(args: UpdateSiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteCommandOutput) => void): void;
127
-
128
- updateSiteAddress(args: UpdateSiteAddressCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteAddressCommandOutput>;
129
- updateSiteAddress(args: UpdateSiteAddressCommandInput, cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void): void;
130
- updateSiteAddress(args: UpdateSiteAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void): void;
131
-
132
- updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
133
- updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void): void;
134
- updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void): void;
135
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CancelOrderCommandInput,
4
+ CancelOrderCommandOutput,
5
+ } from "./commands/CancelOrderCommand";
6
+ import {
7
+ CreateOrderCommandInput,
8
+ CreateOrderCommandOutput,
9
+ } from "./commands/CreateOrderCommand";
10
+ import {
11
+ CreateOutpostCommandInput,
12
+ CreateOutpostCommandOutput,
13
+ } from "./commands/CreateOutpostCommand";
14
+ import {
15
+ CreateSiteCommandInput,
16
+ CreateSiteCommandOutput,
17
+ } from "./commands/CreateSiteCommand";
18
+ import {
19
+ DeleteOutpostCommandInput,
20
+ DeleteOutpostCommandOutput,
21
+ } from "./commands/DeleteOutpostCommand";
22
+ import {
23
+ DeleteSiteCommandInput,
24
+ DeleteSiteCommandOutput,
25
+ } from "./commands/DeleteSiteCommand";
26
+ import {
27
+ GetCatalogItemCommandInput,
28
+ GetCatalogItemCommandOutput,
29
+ } from "./commands/GetCatalogItemCommand";
30
+ import {
31
+ GetConnectionCommandInput,
32
+ GetConnectionCommandOutput,
33
+ } from "./commands/GetConnectionCommand";
34
+ import {
35
+ GetOrderCommandInput,
36
+ GetOrderCommandOutput,
37
+ } from "./commands/GetOrderCommand";
38
+ import {
39
+ GetOutpostCommandInput,
40
+ GetOutpostCommandOutput,
41
+ } from "./commands/GetOutpostCommand";
42
+ import {
43
+ GetOutpostInstanceTypesCommandInput,
44
+ GetOutpostInstanceTypesCommandOutput,
45
+ } from "./commands/GetOutpostInstanceTypesCommand";
46
+ import {
47
+ GetSiteAddressCommandInput,
48
+ GetSiteAddressCommandOutput,
49
+ } from "./commands/GetSiteAddressCommand";
50
+ import {
51
+ GetSiteCommandInput,
52
+ GetSiteCommandOutput,
53
+ } from "./commands/GetSiteCommand";
54
+ import {
55
+ ListAssetsCommandInput,
56
+ ListAssetsCommandOutput,
57
+ } from "./commands/ListAssetsCommand";
58
+ import {
59
+ ListCatalogItemsCommandInput,
60
+ ListCatalogItemsCommandOutput,
61
+ } from "./commands/ListCatalogItemsCommand";
62
+ import {
63
+ ListOrdersCommandInput,
64
+ ListOrdersCommandOutput,
65
+ } from "./commands/ListOrdersCommand";
66
+ import {
67
+ ListOutpostsCommandInput,
68
+ ListOutpostsCommandOutput,
69
+ } from "./commands/ListOutpostsCommand";
70
+ import {
71
+ ListSitesCommandInput,
72
+ ListSitesCommandOutput,
73
+ } from "./commands/ListSitesCommand";
74
+ import {
75
+ ListTagsForResourceCommandInput,
76
+ ListTagsForResourceCommandOutput,
77
+ } from "./commands/ListTagsForResourceCommand";
78
+ import {
79
+ StartConnectionCommandInput,
80
+ StartConnectionCommandOutput,
81
+ } from "./commands/StartConnectionCommand";
82
+ import {
83
+ TagResourceCommandInput,
84
+ TagResourceCommandOutput,
85
+ } from "./commands/TagResourceCommand";
86
+ import {
87
+ UntagResourceCommandInput,
88
+ UntagResourceCommandOutput,
89
+ } from "./commands/UntagResourceCommand";
90
+ import {
91
+ UpdateOutpostCommandInput,
92
+ UpdateOutpostCommandOutput,
93
+ } from "./commands/UpdateOutpostCommand";
94
+ import {
95
+ UpdateSiteAddressCommandInput,
96
+ UpdateSiteAddressCommandOutput,
97
+ } from "./commands/UpdateSiteAddressCommand";
98
+ import {
99
+ UpdateSiteCommandInput,
100
+ UpdateSiteCommandOutput,
101
+ } from "./commands/UpdateSiteCommand";
102
+ import {
103
+ UpdateSiteRackPhysicalPropertiesCommandInput,
104
+ UpdateSiteRackPhysicalPropertiesCommandOutput,
105
+ } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
106
+ import { OutpostsClient } from "./OutpostsClient";
107
+
108
+ export declare class Outposts extends OutpostsClient {
109
+ cancelOrder(
110
+ args: CancelOrderCommandInput,
111
+ options?: __HttpHandlerOptions
112
+ ): Promise<CancelOrderCommandOutput>;
113
+ cancelOrder(
114
+ args: CancelOrderCommandInput,
115
+ cb: (err: any, data?: CancelOrderCommandOutput) => void
116
+ ): void;
117
+ cancelOrder(
118
+ args: CancelOrderCommandInput,
119
+ options: __HttpHandlerOptions,
120
+ cb: (err: any, data?: CancelOrderCommandOutput) => void
121
+ ): void;
122
+
123
+ createOrder(
124
+ args: CreateOrderCommandInput,
125
+ options?: __HttpHandlerOptions
126
+ ): Promise<CreateOrderCommandOutput>;
127
+ createOrder(
128
+ args: CreateOrderCommandInput,
129
+ cb: (err: any, data?: CreateOrderCommandOutput) => void
130
+ ): void;
131
+ createOrder(
132
+ args: CreateOrderCommandInput,
133
+ options: __HttpHandlerOptions,
134
+ cb: (err: any, data?: CreateOrderCommandOutput) => void
135
+ ): void;
136
+
137
+ createOutpost(
138
+ args: CreateOutpostCommandInput,
139
+ options?: __HttpHandlerOptions
140
+ ): Promise<CreateOutpostCommandOutput>;
141
+ createOutpost(
142
+ args: CreateOutpostCommandInput,
143
+ cb: (err: any, data?: CreateOutpostCommandOutput) => void
144
+ ): void;
145
+ createOutpost(
146
+ args: CreateOutpostCommandInput,
147
+ options: __HttpHandlerOptions,
148
+ cb: (err: any, data?: CreateOutpostCommandOutput) => void
149
+ ): void;
150
+
151
+ createSite(
152
+ args: CreateSiteCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<CreateSiteCommandOutput>;
155
+ createSite(
156
+ args: CreateSiteCommandInput,
157
+ cb: (err: any, data?: CreateSiteCommandOutput) => void
158
+ ): void;
159
+ createSite(
160
+ args: CreateSiteCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: CreateSiteCommandOutput) => void
163
+ ): void;
164
+
165
+ deleteOutpost(
166
+ args: DeleteOutpostCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<DeleteOutpostCommandOutput>;
169
+ deleteOutpost(
170
+ args: DeleteOutpostCommandInput,
171
+ cb: (err: any, data?: DeleteOutpostCommandOutput) => void
172
+ ): void;
173
+ deleteOutpost(
174
+ args: DeleteOutpostCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: DeleteOutpostCommandOutput) => void
177
+ ): void;
178
+
179
+ deleteSite(
180
+ args: DeleteSiteCommandInput,
181
+ options?: __HttpHandlerOptions
182
+ ): Promise<DeleteSiteCommandOutput>;
183
+ deleteSite(
184
+ args: DeleteSiteCommandInput,
185
+ cb: (err: any, data?: DeleteSiteCommandOutput) => void
186
+ ): void;
187
+ deleteSite(
188
+ args: DeleteSiteCommandInput,
189
+ options: __HttpHandlerOptions,
190
+ cb: (err: any, data?: DeleteSiteCommandOutput) => void
191
+ ): void;
192
+
193
+ getCatalogItem(
194
+ args: GetCatalogItemCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<GetCatalogItemCommandOutput>;
197
+ getCatalogItem(
198
+ args: GetCatalogItemCommandInput,
199
+ cb: (err: any, data?: GetCatalogItemCommandOutput) => void
200
+ ): void;
201
+ getCatalogItem(
202
+ args: GetCatalogItemCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: GetCatalogItemCommandOutput) => void
205
+ ): void;
206
+
207
+ getConnection(
208
+ args: GetConnectionCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<GetConnectionCommandOutput>;
211
+ getConnection(
212
+ args: GetConnectionCommandInput,
213
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
214
+ ): void;
215
+ getConnection(
216
+ args: GetConnectionCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
219
+ ): void;
220
+
221
+ getOrder(
222
+ args: GetOrderCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<GetOrderCommandOutput>;
225
+ getOrder(
226
+ args: GetOrderCommandInput,
227
+ cb: (err: any, data?: GetOrderCommandOutput) => void
228
+ ): void;
229
+ getOrder(
230
+ args: GetOrderCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: GetOrderCommandOutput) => void
233
+ ): void;
234
+
235
+ getOutpost(
236
+ args: GetOutpostCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<GetOutpostCommandOutput>;
239
+ getOutpost(
240
+ args: GetOutpostCommandInput,
241
+ cb: (err: any, data?: GetOutpostCommandOutput) => void
242
+ ): void;
243
+ getOutpost(
244
+ args: GetOutpostCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: GetOutpostCommandOutput) => void
247
+ ): void;
248
+
249
+ getOutpostInstanceTypes(
250
+ args: GetOutpostInstanceTypesCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<GetOutpostInstanceTypesCommandOutput>;
253
+ getOutpostInstanceTypes(
254
+ args: GetOutpostInstanceTypesCommandInput,
255
+ cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void
256
+ ): void;
257
+ getOutpostInstanceTypes(
258
+ args: GetOutpostInstanceTypesCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void
261
+ ): void;
262
+
263
+ getSite(
264
+ args: GetSiteCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<GetSiteCommandOutput>;
267
+ getSite(
268
+ args: GetSiteCommandInput,
269
+ cb: (err: any, data?: GetSiteCommandOutput) => void
270
+ ): void;
271
+ getSite(
272
+ args: GetSiteCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: GetSiteCommandOutput) => void
275
+ ): void;
276
+
277
+ getSiteAddress(
278
+ args: GetSiteAddressCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<GetSiteAddressCommandOutput>;
281
+ getSiteAddress(
282
+ args: GetSiteAddressCommandInput,
283
+ cb: (err: any, data?: GetSiteAddressCommandOutput) => void
284
+ ): void;
285
+ getSiteAddress(
286
+ args: GetSiteAddressCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: GetSiteAddressCommandOutput) => void
289
+ ): void;
290
+
291
+ listAssets(
292
+ args: ListAssetsCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<ListAssetsCommandOutput>;
295
+ listAssets(
296
+ args: ListAssetsCommandInput,
297
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
298
+ ): void;
299
+ listAssets(
300
+ args: ListAssetsCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
303
+ ): void;
304
+
305
+ listCatalogItems(
306
+ args: ListCatalogItemsCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<ListCatalogItemsCommandOutput>;
309
+ listCatalogItems(
310
+ args: ListCatalogItemsCommandInput,
311
+ cb: (err: any, data?: ListCatalogItemsCommandOutput) => void
312
+ ): void;
313
+ listCatalogItems(
314
+ args: ListCatalogItemsCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: ListCatalogItemsCommandOutput) => void
317
+ ): void;
318
+
319
+ listOrders(
320
+ args: ListOrdersCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<ListOrdersCommandOutput>;
323
+ listOrders(
324
+ args: ListOrdersCommandInput,
325
+ cb: (err: any, data?: ListOrdersCommandOutput) => void
326
+ ): void;
327
+ listOrders(
328
+ args: ListOrdersCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: ListOrdersCommandOutput) => void
331
+ ): void;
332
+
333
+ listOutposts(
334
+ args: ListOutpostsCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<ListOutpostsCommandOutput>;
337
+ listOutposts(
338
+ args: ListOutpostsCommandInput,
339
+ cb: (err: any, data?: ListOutpostsCommandOutput) => void
340
+ ): void;
341
+ listOutposts(
342
+ args: ListOutpostsCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: ListOutpostsCommandOutput) => void
345
+ ): void;
346
+
347
+ listSites(
348
+ args: ListSitesCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<ListSitesCommandOutput>;
351
+ listSites(
352
+ args: ListSitesCommandInput,
353
+ cb: (err: any, data?: ListSitesCommandOutput) => void
354
+ ): void;
355
+ listSites(
356
+ args: ListSitesCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: ListSitesCommandOutput) => void
359
+ ): void;
360
+
361
+ listTagsForResource(
362
+ args: ListTagsForResourceCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<ListTagsForResourceCommandOutput>;
365
+ listTagsForResource(
366
+ args: ListTagsForResourceCommandInput,
367
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
368
+ ): void;
369
+ listTagsForResource(
370
+ args: ListTagsForResourceCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
373
+ ): void;
374
+
375
+ startConnection(
376
+ args: StartConnectionCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<StartConnectionCommandOutput>;
379
+ startConnection(
380
+ args: StartConnectionCommandInput,
381
+ cb: (err: any, data?: StartConnectionCommandOutput) => void
382
+ ): void;
383
+ startConnection(
384
+ args: StartConnectionCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: StartConnectionCommandOutput) => void
387
+ ): void;
388
+
389
+ tagResource(
390
+ args: TagResourceCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<TagResourceCommandOutput>;
393
+ tagResource(
394
+ args: TagResourceCommandInput,
395
+ cb: (err: any, data?: TagResourceCommandOutput) => void
396
+ ): void;
397
+ tagResource(
398
+ args: TagResourceCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: TagResourceCommandOutput) => void
401
+ ): void;
402
+
403
+ untagResource(
404
+ args: UntagResourceCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<UntagResourceCommandOutput>;
407
+ untagResource(
408
+ args: UntagResourceCommandInput,
409
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
410
+ ): void;
411
+ untagResource(
412
+ args: UntagResourceCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
415
+ ): void;
416
+
417
+ updateOutpost(
418
+ args: UpdateOutpostCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<UpdateOutpostCommandOutput>;
421
+ updateOutpost(
422
+ args: UpdateOutpostCommandInput,
423
+ cb: (err: any, data?: UpdateOutpostCommandOutput) => void
424
+ ): void;
425
+ updateOutpost(
426
+ args: UpdateOutpostCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: UpdateOutpostCommandOutput) => void
429
+ ): void;
430
+
431
+ updateSite(
432
+ args: UpdateSiteCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<UpdateSiteCommandOutput>;
435
+ updateSite(
436
+ args: UpdateSiteCommandInput,
437
+ cb: (err: any, data?: UpdateSiteCommandOutput) => void
438
+ ): void;
439
+ updateSite(
440
+ args: UpdateSiteCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: UpdateSiteCommandOutput) => void
443
+ ): void;
444
+
445
+ updateSiteAddress(
446
+ args: UpdateSiteAddressCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<UpdateSiteAddressCommandOutput>;
449
+ updateSiteAddress(
450
+ args: UpdateSiteAddressCommandInput,
451
+ cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void
452
+ ): void;
453
+ updateSiteAddress(
454
+ args: UpdateSiteAddressCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void
457
+ ): void;
458
+
459
+ updateSiteRackPhysicalProperties(
460
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
463
+ updateSiteRackPhysicalProperties(
464
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
465
+ cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void
466
+ ): void;
467
+ updateSiteRackPhysicalProperties(
468
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void
471
+ ): void;
472
+ }