@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Outposts.d.ts +472 -135
- package/dist-types/ts3.4/OutpostsClient.d.ts +285 -99
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +954 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- 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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
+
}
|