@aws-sdk/client-outposts 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Outposts.d.ts +5 -1
- package/dist-types/OutpostsClient.d.ts +1 -1
- package/dist-types/commands/CancelOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrderCommand.d.ts +2 -1
- package/dist-types/commands/CreateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -1
- package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetOrderCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostCommand.d.ts +2 -1
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/GetSiteCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrdersCommand.d.ts +2 -1
- package/dist-types/commands/ListOutpostsCommand.d.ts +2 -1
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +242 -242
- package/dist-types/ts3.4/Outposts.d.ts +4 -0
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOutpostCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1953,9 +1953,6 @@ var paginateListOutposts = (0, import_core.createPaginator)(OutpostsClient, List
|
|
|
1953
1953
|
// src/pagination/ListSitesPaginator.ts
|
|
1954
1954
|
|
|
1955
1955
|
var paginateListSites = (0, import_core.createPaginator)(OutpostsClient, ListSitesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1956
|
-
|
|
1957
|
-
// src/index.ts
|
|
1958
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1959
1956
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1960
1957
|
|
|
1961
1958
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
package/dist-types/Outposts.d.ts
CHANGED
|
@@ -114,24 +114,28 @@ export interface Outposts {
|
|
|
114
114
|
/**
|
|
115
115
|
* @see {@link ListCatalogItemsCommand}
|
|
116
116
|
*/
|
|
117
|
+
listCatalogItems(): Promise<ListCatalogItemsCommandOutput>;
|
|
117
118
|
listCatalogItems(args: ListCatalogItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListCatalogItemsCommandOutput>;
|
|
118
119
|
listCatalogItems(args: ListCatalogItemsCommandInput, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
|
|
119
120
|
listCatalogItems(args: ListCatalogItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCatalogItemsCommandOutput) => void): void;
|
|
120
121
|
/**
|
|
121
122
|
* @see {@link ListOrdersCommand}
|
|
122
123
|
*/
|
|
124
|
+
listOrders(): Promise<ListOrdersCommandOutput>;
|
|
123
125
|
listOrders(args: ListOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListOrdersCommandOutput>;
|
|
124
126
|
listOrders(args: ListOrdersCommandInput, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
|
|
125
127
|
listOrders(args: ListOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrdersCommandOutput) => void): void;
|
|
126
128
|
/**
|
|
127
129
|
* @see {@link ListOutpostsCommand}
|
|
128
130
|
*/
|
|
131
|
+
listOutposts(): Promise<ListOutpostsCommandOutput>;
|
|
129
132
|
listOutposts(args: ListOutpostsCommandInput, options?: __HttpHandlerOptions): Promise<ListOutpostsCommandOutput>;
|
|
130
133
|
listOutposts(args: ListOutpostsCommandInput, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
|
|
131
134
|
listOutposts(args: ListOutpostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutpostsCommandOutput) => void): void;
|
|
132
135
|
/**
|
|
133
136
|
* @see {@link ListSitesCommand}
|
|
134
137
|
*/
|
|
138
|
+
listSites(): Promise<ListSitesCommandOutput>;
|
|
135
139
|
listSites(args: ListSitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSitesCommandOutput>;
|
|
136
140
|
listSites(args: ListSitesCommandInput, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
|
|
137
141
|
listSites(args: ListSitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSitesCommandOutput) => void): void;
|
|
@@ -185,12 +189,12 @@ export interface Outposts {
|
|
|
185
189
|
updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void): void;
|
|
186
190
|
}
|
|
187
191
|
/**
|
|
188
|
-
* @public
|
|
189
192
|
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
190
193
|
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
|
|
191
194
|
* customers to build and run applications on premises using the same programming interfaces as
|
|
192
195
|
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
|
|
193
196
|
* data processing needs.</p>
|
|
197
|
+
* @public
|
|
194
198
|
*/
|
|
195
199
|
export declare class Outposts extends OutpostsClient implements Outposts {
|
|
196
200
|
}
|
|
@@ -177,12 +177,12 @@ export type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
177
177
|
export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConfigType {
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
182
181
|
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
|
|
183
182
|
* customers to build and run applications on premises using the same programming interfaces as
|
|
184
183
|
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
|
|
185
184
|
* data processing needs.</p>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OutpostsClientResolvedConfig> {
|
|
188
188
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelOrderCommand_base: {
|
|
24
24
|
new (input: CancelOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels the specified order for an Outpost.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const CancelOrderCommand_base: {
|
|
|
66
66
|
* @throws {@link OutpostsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class CancelOrderCommand extends CancelOrderCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateOrderCommand_base: {
|
|
24
24
|
new (input: CreateOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an order for an Outpost.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -110,6 +110,7 @@ declare const CreateOrderCommand_base: {
|
|
|
110
110
|
* @throws {@link OutpostsServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class CreateOrderCommand extends CreateOrderCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateOutpostCommand_base: {
|
|
24
24
|
new (input: CreateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Outpost.</p>
|
|
30
30
|
* <p>You can specify either an Availability one or an AZ ID.</p>
|
|
31
31
|
* @example
|
|
@@ -95,6 +95,7 @@ declare const CreateOutpostCommand_base: {
|
|
|
95
95
|
* @throws {@link OutpostsServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateOutpostCommand extends CreateOutpostCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSiteCommand_base: {
|
|
24
24
|
new (input: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Creates a site for an Outpost. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -134,6 +134,7 @@ declare const CreateSiteCommand_base: {
|
|
|
134
134
|
* @throws {@link OutpostsServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
136
136
|
*
|
|
137
|
+
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class CreateSiteCommand extends CreateSiteCommand_base {
|
|
139
140
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteOutpostCommand_base: {
|
|
24
24
|
new (input: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified Outpost.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteOutpostCommand_base: {
|
|
|
66
66
|
* @throws {@link OutpostsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteOutpostCommand extends DeleteOutpostCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSiteCommand_base: {
|
|
24
24
|
new (input: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSiteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified site.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteSiteCommand_base: {
|
|
|
66
66
|
* @throws {@link OutpostsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteSiteCommand extends DeleteSiteCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCatalogItemCommand_base: {
|
|
24
24
|
new (input: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCatalogItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified catalog item.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetCatalogItemCommand_base: {
|
|
|
80
80
|
* @throws {@link OutpostsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetCatalogItemCommand extends GetCatalogItemCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetConnectionCommand_base: {
|
|
24
24
|
new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>
|
|
31
31
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
@@ -85,6 +85,7 @@ declare const GetConnectionCommand_base: {
|
|
|
85
85
|
* @throws {@link OutpostsServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetOrderCommand_base: {
|
|
24
24
|
new (input: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified order.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const GetOrderCommand_base: {
|
|
|
93
93
|
* @throws {@link OutpostsServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetOrderCommand extends GetOrderCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetOutpostCommand_base: {
|
|
24
24
|
new (input: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified Outpost.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetOutpostCommand_base: {
|
|
|
80
80
|
* @throws {@link OutpostsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetOutpostCommand extends GetOutpostCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetOutpostInstanceTypesCommand_base: {
|
|
24
24
|
new (input: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetOutpostInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the instance types for the specified Outpost.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetOutpostInstanceTypesCommand_base: {
|
|
|
74
74
|
* @throws {@link OutpostsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetOutpostInstanceTypesCommand extends GetOutpostInstanceTypesCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSiteAddressCommand_base: {
|
|
24
24
|
new (input: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Gets the site address of the specified site. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetSiteAddressCommand_base: {
|
|
|
80
80
|
* @throws {@link OutpostsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetSiteAddressCommand extends GetSiteAddressCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSiteCommand_base: {
|
|
24
24
|
new (input: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified Outpost site.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const GetSiteCommand_base: {
|
|
|
89
89
|
* @throws {@link OutpostsServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetSiteCommand extends GetSiteCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAssetsCommand_base: {
|
|
24
24
|
new (input: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the hardware assets for the specified Outpost.</p>
|
|
30
30
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
31
31
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -93,6 +93,7 @@ declare const ListAssetsCommand_base: {
|
|
|
93
93
|
* @throws {@link OutpostsServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListAssetsCommand extends ListAssetsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCatalogItemsCommand_base: {
|
|
24
24
|
new (input: ListCatalogItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCatalogItemsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the items in the catalog.</p>
|
|
30
30
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
31
31
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -96,6 +96,7 @@ declare const ListCatalogItemsCommand_base: {
|
|
|
96
96
|
* @throws {@link OutpostsServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListCatalogItemsCommand extends ListCatalogItemsCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrdersCommand_base: {
|
|
24
24
|
new (input: ListOrdersCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListOrdersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the Outpost orders for your Amazon Web Services account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListOrdersCommand_base: {
|
|
|
80
80
|
* @throws {@link OutpostsServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListOrdersCommand extends ListOrdersCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOutpostsCommand_base: {
|
|
24
24
|
new (input: ListOutpostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListOutpostsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the Outposts for your Amazon Web Services account.</p>
|
|
30
30
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
31
31
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
@@ -93,6 +93,7 @@ declare const ListOutpostsCommand_base: {
|
|
|
93
93
|
* @throws {@link OutpostsServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListOutpostsCommand extends ListOutpostsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSitesCommand_base: {
|
|
24
24
|
new (input: ListSitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSitesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
|
|
30
30
|
* results.</p>
|
|
31
31
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
@@ -103,6 +103,7 @@ declare const ListSitesCommand_base: {
|
|
|
103
103
|
* @throws {@link OutpostsServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListSitesCommand extends ListSitesCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link OutpostsServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartConnectionCommand_base: {
|
|
24
24
|
new (input: StartConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>
|
|
31
31
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
@@ -79,6 +79,7 @@ declare const StartConnectionCommand_base: {
|
|
|
79
79
|
* @throws {@link OutpostsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class StartConnectionCommand extends StartConnectionCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds tags to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link OutpostsServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link OutpostsServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateOutpostCommand_base: {
|
|
24
24
|
new (input: UpdateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateOutpostCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Updates an Outpost. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const UpdateOutpostCommand_base: {
|
|
|
86
86
|
* @throws {@link OutpostsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateOutpostCommand extends UpdateOutpostCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSiteAddressCommand_base: {
|
|
24
24
|
new (input: UpdateSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSiteAddressCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the address of the specified site.</p>
|
|
30
30
|
* <p>You can't update a site address if there is an order in progress. You must wait for the
|
|
31
31
|
* order to complete or cancel the order.</p>
|
|
@@ -99,6 +99,7 @@ declare const UpdateSiteAddressCommand_base: {
|
|
|
99
99
|
* @throws {@link OutpostsServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateSiteAddressCommand extends UpdateSiteAddressCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSiteCommand_base: {
|
|
24
24
|
new (input: UpdateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSiteCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified site.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const UpdateSiteCommand_base: {
|
|
|
95
95
|
* @throws {@link OutpostsServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Outposts service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class UpdateSiteCommand extends UpdateSiteCommand_base {
|
|
100
101
|
}
|