@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-outposts
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-outposts
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-outposts
@@ -1,135 +1,446 @@
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
+ export declare class Outposts extends OutpostsClient {
108
+ cancelOrder(
109
+ args: CancelOrderCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<CancelOrderCommandOutput>;
112
+ cancelOrder(
113
+ args: CancelOrderCommandInput,
114
+ cb: (err: any, data?: CancelOrderCommandOutput) => void
115
+ ): void;
116
+ cancelOrder(
117
+ args: CancelOrderCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: CancelOrderCommandOutput) => void
120
+ ): void;
121
+ createOrder(
122
+ args: CreateOrderCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateOrderCommandOutput>;
125
+ createOrder(
126
+ args: CreateOrderCommandInput,
127
+ cb: (err: any, data?: CreateOrderCommandOutput) => void
128
+ ): void;
129
+ createOrder(
130
+ args: CreateOrderCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateOrderCommandOutput) => void
133
+ ): void;
134
+ createOutpost(
135
+ args: CreateOutpostCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<CreateOutpostCommandOutput>;
138
+ createOutpost(
139
+ args: CreateOutpostCommandInput,
140
+ cb: (err: any, data?: CreateOutpostCommandOutput) => void
141
+ ): void;
142
+ createOutpost(
143
+ args: CreateOutpostCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: CreateOutpostCommandOutput) => void
146
+ ): void;
147
+ createSite(
148
+ args: CreateSiteCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<CreateSiteCommandOutput>;
151
+ createSite(
152
+ args: CreateSiteCommandInput,
153
+ cb: (err: any, data?: CreateSiteCommandOutput) => void
154
+ ): void;
155
+ createSite(
156
+ args: CreateSiteCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: CreateSiteCommandOutput) => void
159
+ ): void;
160
+ deleteOutpost(
161
+ args: DeleteOutpostCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<DeleteOutpostCommandOutput>;
164
+ deleteOutpost(
165
+ args: DeleteOutpostCommandInput,
166
+ cb: (err: any, data?: DeleteOutpostCommandOutput) => void
167
+ ): void;
168
+ deleteOutpost(
169
+ args: DeleteOutpostCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: DeleteOutpostCommandOutput) => void
172
+ ): void;
173
+ deleteSite(
174
+ args: DeleteSiteCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DeleteSiteCommandOutput>;
177
+ deleteSite(
178
+ args: DeleteSiteCommandInput,
179
+ cb: (err: any, data?: DeleteSiteCommandOutput) => void
180
+ ): void;
181
+ deleteSite(
182
+ args: DeleteSiteCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DeleteSiteCommandOutput) => void
185
+ ): void;
186
+ getCatalogItem(
187
+ args: GetCatalogItemCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<GetCatalogItemCommandOutput>;
190
+ getCatalogItem(
191
+ args: GetCatalogItemCommandInput,
192
+ cb: (err: any, data?: GetCatalogItemCommandOutput) => void
193
+ ): void;
194
+ getCatalogItem(
195
+ args: GetCatalogItemCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: GetCatalogItemCommandOutput) => void
198
+ ): void;
199
+ getConnection(
200
+ args: GetConnectionCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<GetConnectionCommandOutput>;
203
+ getConnection(
204
+ args: GetConnectionCommandInput,
205
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
206
+ ): void;
207
+ getConnection(
208
+ args: GetConnectionCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: GetConnectionCommandOutput) => void
211
+ ): void;
212
+ getOrder(
213
+ args: GetOrderCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<GetOrderCommandOutput>;
216
+ getOrder(
217
+ args: GetOrderCommandInput,
218
+ cb: (err: any, data?: GetOrderCommandOutput) => void
219
+ ): void;
220
+ getOrder(
221
+ args: GetOrderCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: GetOrderCommandOutput) => void
224
+ ): void;
225
+ getOutpost(
226
+ args: GetOutpostCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<GetOutpostCommandOutput>;
229
+ getOutpost(
230
+ args: GetOutpostCommandInput,
231
+ cb: (err: any, data?: GetOutpostCommandOutput) => void
232
+ ): void;
233
+ getOutpost(
234
+ args: GetOutpostCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: GetOutpostCommandOutput) => void
237
+ ): void;
238
+ getOutpostInstanceTypes(
239
+ args: GetOutpostInstanceTypesCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<GetOutpostInstanceTypesCommandOutput>;
242
+ getOutpostInstanceTypes(
243
+ args: GetOutpostInstanceTypesCommandInput,
244
+ cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void
245
+ ): void;
246
+ getOutpostInstanceTypes(
247
+ args: GetOutpostInstanceTypesCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: GetOutpostInstanceTypesCommandOutput) => void
250
+ ): void;
251
+ getSite(
252
+ args: GetSiteCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<GetSiteCommandOutput>;
255
+ getSite(
256
+ args: GetSiteCommandInput,
257
+ cb: (err: any, data?: GetSiteCommandOutput) => void
258
+ ): void;
259
+ getSite(
260
+ args: GetSiteCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: GetSiteCommandOutput) => void
263
+ ): void;
264
+ getSiteAddress(
265
+ args: GetSiteAddressCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<GetSiteAddressCommandOutput>;
268
+ getSiteAddress(
269
+ args: GetSiteAddressCommandInput,
270
+ cb: (err: any, data?: GetSiteAddressCommandOutput) => void
271
+ ): void;
272
+ getSiteAddress(
273
+ args: GetSiteAddressCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: GetSiteAddressCommandOutput) => void
276
+ ): void;
277
+ listAssets(
278
+ args: ListAssetsCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<ListAssetsCommandOutput>;
281
+ listAssets(
282
+ args: ListAssetsCommandInput,
283
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
284
+ ): void;
285
+ listAssets(
286
+ args: ListAssetsCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: ListAssetsCommandOutput) => void
289
+ ): void;
290
+ listCatalogItems(
291
+ args: ListCatalogItemsCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<ListCatalogItemsCommandOutput>;
294
+ listCatalogItems(
295
+ args: ListCatalogItemsCommandInput,
296
+ cb: (err: any, data?: ListCatalogItemsCommandOutput) => void
297
+ ): void;
298
+ listCatalogItems(
299
+ args: ListCatalogItemsCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: ListCatalogItemsCommandOutput) => void
302
+ ): void;
303
+ listOrders(
304
+ args: ListOrdersCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<ListOrdersCommandOutput>;
307
+ listOrders(
308
+ args: ListOrdersCommandInput,
309
+ cb: (err: any, data?: ListOrdersCommandOutput) => void
310
+ ): void;
311
+ listOrders(
312
+ args: ListOrdersCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: ListOrdersCommandOutput) => void
315
+ ): void;
316
+ listOutposts(
317
+ args: ListOutpostsCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<ListOutpostsCommandOutput>;
320
+ listOutposts(
321
+ args: ListOutpostsCommandInput,
322
+ cb: (err: any, data?: ListOutpostsCommandOutput) => void
323
+ ): void;
324
+ listOutposts(
325
+ args: ListOutpostsCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: ListOutpostsCommandOutput) => void
328
+ ): void;
329
+ listSites(
330
+ args: ListSitesCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListSitesCommandOutput>;
333
+ listSites(
334
+ args: ListSitesCommandInput,
335
+ cb: (err: any, data?: ListSitesCommandOutput) => void
336
+ ): void;
337
+ listSites(
338
+ args: ListSitesCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListSitesCommandOutput) => void
341
+ ): void;
342
+ listTagsForResource(
343
+ args: ListTagsForResourceCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<ListTagsForResourceCommandOutput>;
346
+ listTagsForResource(
347
+ args: ListTagsForResourceCommandInput,
348
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
349
+ ): void;
350
+ listTagsForResource(
351
+ args: ListTagsForResourceCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
354
+ ): void;
355
+ startConnection(
356
+ args: StartConnectionCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<StartConnectionCommandOutput>;
359
+ startConnection(
360
+ args: StartConnectionCommandInput,
361
+ cb: (err: any, data?: StartConnectionCommandOutput) => void
362
+ ): void;
363
+ startConnection(
364
+ args: StartConnectionCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: StartConnectionCommandOutput) => void
367
+ ): void;
368
+ tagResource(
369
+ args: TagResourceCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<TagResourceCommandOutput>;
372
+ tagResource(
373
+ args: TagResourceCommandInput,
374
+ cb: (err: any, data?: TagResourceCommandOutput) => void
375
+ ): void;
376
+ tagResource(
377
+ args: TagResourceCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: TagResourceCommandOutput) => void
380
+ ): void;
381
+ untagResource(
382
+ args: UntagResourceCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<UntagResourceCommandOutput>;
385
+ untagResource(
386
+ args: UntagResourceCommandInput,
387
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
388
+ ): void;
389
+ untagResource(
390
+ args: UntagResourceCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
393
+ ): void;
394
+ updateOutpost(
395
+ args: UpdateOutpostCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UpdateOutpostCommandOutput>;
398
+ updateOutpost(
399
+ args: UpdateOutpostCommandInput,
400
+ cb: (err: any, data?: UpdateOutpostCommandOutput) => void
401
+ ): void;
402
+ updateOutpost(
403
+ args: UpdateOutpostCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UpdateOutpostCommandOutput) => void
406
+ ): void;
407
+ updateSite(
408
+ args: UpdateSiteCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<UpdateSiteCommandOutput>;
411
+ updateSite(
412
+ args: UpdateSiteCommandInput,
413
+ cb: (err: any, data?: UpdateSiteCommandOutput) => void
414
+ ): void;
415
+ updateSite(
416
+ args: UpdateSiteCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: UpdateSiteCommandOutput) => void
419
+ ): void;
420
+ updateSiteAddress(
421
+ args: UpdateSiteAddressCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<UpdateSiteAddressCommandOutput>;
424
+ updateSiteAddress(
425
+ args: UpdateSiteAddressCommandInput,
426
+ cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void
427
+ ): void;
428
+ updateSiteAddress(
429
+ args: UpdateSiteAddressCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: UpdateSiteAddressCommandOutput) => void
432
+ ): void;
433
+ updateSiteRackPhysicalProperties(
434
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
437
+ updateSiteRackPhysicalProperties(
438
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
439
+ cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void
440
+ ): void;
441
+ updateSiteRackPhysicalProperties(
442
+ args: UpdateSiteRackPhysicalPropertiesCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void
445
+ ): void;
446
+ }