@aws-sdk/client-outposts 3.30.0 → 3.34.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 +38 -0
- package/Outposts.ts +27 -0
- package/OutpostsClient.ts +3 -0
- package/README.md +7 -7
- package/commands/CreateOrderCommand.ts +94 -0
- package/dist/cjs/Outposts.js +15 -0
- package/dist/cjs/Outposts.js.map +1 -1
- package/dist/cjs/OutpostsClient.js +13 -13
- package/dist/cjs/OutpostsClient.js.map +1 -1
- package/dist/cjs/commands/CreateOrderCommand.js +61 -0
- package/dist/cjs/commands/CreateOrderCommand.js.map +1 -0
- package/dist/cjs/commands/CreateOutpostCommand.js +3 -3
- package/dist/cjs/commands/CreateOutpostCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteOutpostCommand.js +3 -3
- package/dist/cjs/commands/DeleteOutpostCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteSiteCommand.js +3 -3
- package/dist/cjs/commands/DeleteSiteCommand.js.map +1 -1
- package/dist/cjs/commands/GetOutpostCommand.js +3 -3
- package/dist/cjs/commands/GetOutpostCommand.js.map +1 -1
- package/dist/cjs/commands/GetOutpostInstanceTypesCommand.js +3 -3
- package/dist/cjs/commands/GetOutpostInstanceTypesCommand.js.map +1 -1
- package/dist/cjs/commands/ListOutpostsCommand.js +3 -3
- package/dist/cjs/commands/ListOutpostsCommand.js.map +1 -1
- package/dist/cjs/commands/ListSitesCommand.js +3 -3
- package/dist/cjs/commands/ListSitesCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +17 -16
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +77 -13
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +211 -44
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/Outposts.js +16 -8
- package/dist/es/Outposts.js.map +1 -1
- package/dist/es/OutpostsClient.js +1 -13
- package/dist/es/OutpostsClient.js.map +1 -1
- package/dist/es/commands/CreateOrderCommand.js +40 -0
- package/dist/es/commands/CreateOrderCommand.js.map +1 -0
- package/dist/es/commands/CreateOutpostCommand.js +2 -28
- package/dist/es/commands/CreateOutpostCommand.js.map +1 -1
- package/dist/es/commands/DeleteOutpostCommand.js +2 -27
- package/dist/es/commands/DeleteOutpostCommand.js.map +1 -1
- package/dist/es/commands/DeleteSiteCommand.js +2 -27
- package/dist/es/commands/DeleteSiteCommand.js.map +1 -1
- package/dist/es/commands/GetOutpostCommand.js +2 -27
- package/dist/es/commands/GetOutpostCommand.js.map +1 -1
- package/dist/es/commands/GetOutpostInstanceTypesCommand.js +2 -27
- package/dist/es/commands/GetOutpostInstanceTypesCommand.js.map +1 -1
- package/dist/es/commands/ListOutpostsCommand.js +2 -32
- package/dist/es/commands/ListOutpostsCommand.js.map +1 -1
- package/dist/es/commands/ListSitesCommand.js +2 -27
- package/dist/es/commands/ListSitesCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/models_0.js +51 -99
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListOutpostsPaginator.js +16 -28
- package/dist/es/pagination/ListOutpostsPaginator.js.map +1 -1
- package/dist/es/pagination/ListSitesPaginator.js +16 -28
- package/dist/es/pagination/ListSitesPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +421 -248
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/Outposts.d.ts +7 -0
- package/dist/types/OutpostsClient.d.ts +3 -2
- package/dist/types/commands/CreateOrderCommand.d.ts +35 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/models_0.d.ts +207 -54
- package/dist/types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/Outposts.d.ts +7 -0
- package/dist/types/ts3.4/OutpostsClient.d.ts +3 -2
- package/dist/types/ts3.4/commands/CreateOrderCommand.d.ts +35 -0
- package/dist/types/ts3.4/index.d.ts +1 -0
- package/dist/types/ts3.4/models/models_0.d.ts +207 -54
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/index.ts +1 -0
- package/models/models_0.ts +239 -50
- package/package.json +39 -39
- package/protocols/Aws_restJson1.ts +195 -0
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -38,108 +38,148 @@ export declare namespace ConflictException {
|
|
|
38
38
|
*/
|
|
39
39
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
/**
|
|
42
|
+
* <p>Information about a line item request.</p>
|
|
43
|
+
*/
|
|
44
|
+
export interface LineItemRequest {
|
|
42
45
|
/**
|
|
43
|
-
* <p>The
|
|
46
|
+
* <p>The ID of the catalog item.</p>
|
|
44
47
|
*/
|
|
45
|
-
|
|
48
|
+
CatalogItemId?: string;
|
|
46
49
|
/**
|
|
47
|
-
* <p>The
|
|
50
|
+
* <p>The quantity of a line item request.</p>
|
|
48
51
|
*/
|
|
49
|
-
|
|
52
|
+
Quantity?: number;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace LineItemRequest {
|
|
50
55
|
/**
|
|
51
|
-
*
|
|
56
|
+
* @internal
|
|
52
57
|
*/
|
|
53
|
-
|
|
58
|
+
const filterSensitiveLog: (obj: LineItemRequest) => any;
|
|
59
|
+
}
|
|
60
|
+
export declare enum PaymentOption {
|
|
61
|
+
ALL_UPFRONT = "ALL_UPFRONT",
|
|
62
|
+
NO_UPFRONT = "NO_UPFRONT",
|
|
63
|
+
PARTIAL_UPFRONT = "PARTIAL_UPFRONT"
|
|
64
|
+
}
|
|
65
|
+
export declare enum PaymentTerm {
|
|
66
|
+
THREE_YEARS = "THREE_YEARS"
|
|
67
|
+
}
|
|
68
|
+
export interface CreateOrderInput {
|
|
54
69
|
/**
|
|
55
|
-
* <p>
|
|
70
|
+
* <p>
|
|
71
|
+
* The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
72
|
+
* </p>
|
|
56
73
|
*/
|
|
57
|
-
|
|
74
|
+
OutpostIdentifier: string | undefined;
|
|
58
75
|
/**
|
|
59
|
-
* <p>The
|
|
76
|
+
* <p>The line items that make up the order.</p>
|
|
60
77
|
*/
|
|
61
|
-
|
|
78
|
+
LineItems: LineItemRequest[] | undefined;
|
|
62
79
|
/**
|
|
63
|
-
* <p>The
|
|
80
|
+
* <p>The payment option for the order.</p>
|
|
64
81
|
*/
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
82
|
+
PaymentOption: PaymentOption | string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The payment terms for the order.</p>
|
|
85
|
+
*/
|
|
86
|
+
PaymentTerm?: PaymentTerm | string;
|
|
68
87
|
}
|
|
69
|
-
export declare namespace
|
|
88
|
+
export declare namespace CreateOrderInput {
|
|
70
89
|
/**
|
|
71
90
|
* @internal
|
|
72
91
|
*/
|
|
73
|
-
const filterSensitiveLog: (obj:
|
|
92
|
+
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
74
93
|
}
|
|
75
94
|
/**
|
|
76
|
-
* <p>Information about
|
|
95
|
+
* <p>Information about a line item.</p>
|
|
77
96
|
*/
|
|
78
|
-
export interface
|
|
97
|
+
export interface LineItem {
|
|
79
98
|
/**
|
|
80
|
-
* <p>
|
|
99
|
+
* <p>
|
|
100
|
+
* The ID of the catalog item.
|
|
101
|
+
* </p>
|
|
81
102
|
*/
|
|
82
|
-
|
|
103
|
+
CatalogItemId?: string;
|
|
83
104
|
/**
|
|
84
|
-
* <p>The
|
|
105
|
+
* <p>The ID of the line item.</p>
|
|
85
106
|
*/
|
|
86
|
-
|
|
107
|
+
LineItemId?: string;
|
|
87
108
|
/**
|
|
88
|
-
* <p>The
|
|
109
|
+
* <p>The quantity of the line item.</p>
|
|
89
110
|
*/
|
|
90
|
-
|
|
111
|
+
Quantity?: number;
|
|
91
112
|
/**
|
|
92
|
-
* <p>The
|
|
113
|
+
* <p>The status of the line item.</p>
|
|
93
114
|
*/
|
|
94
|
-
|
|
115
|
+
Status?: string;
|
|
116
|
+
}
|
|
117
|
+
export declare namespace LineItem {
|
|
95
118
|
/**
|
|
96
|
-
*
|
|
119
|
+
* @internal
|
|
97
120
|
*/
|
|
98
|
-
|
|
121
|
+
const filterSensitiveLog: (obj: LineItem) => any;
|
|
122
|
+
}
|
|
123
|
+
export declare enum OrderStatus {
|
|
124
|
+
CANCELLED = "CANCELLED",
|
|
125
|
+
FULFILLED = "FULFILLED",
|
|
126
|
+
INSTALLING = "INSTALLING",
|
|
127
|
+
PENDING = "PENDING",
|
|
128
|
+
PROCESSING = "PROCESSING",
|
|
129
|
+
RECEIVED = "RECEIVED"
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* <p>Information about an order.</p>
|
|
133
|
+
*/
|
|
134
|
+
export interface Order {
|
|
99
135
|
/**
|
|
100
|
-
* <p>
|
|
136
|
+
* <p>
|
|
137
|
+
* The ID of the Outpost.
|
|
138
|
+
* </p>
|
|
101
139
|
*/
|
|
102
|
-
|
|
140
|
+
OutpostId?: string;
|
|
103
141
|
/**
|
|
104
|
-
* <p>The
|
|
142
|
+
* <p>The ID of the order.</p>
|
|
105
143
|
*/
|
|
106
|
-
|
|
144
|
+
OrderId?: string;
|
|
107
145
|
/**
|
|
108
|
-
* <p>The
|
|
146
|
+
* <p>The status of the order</p>
|
|
109
147
|
*/
|
|
110
|
-
|
|
148
|
+
Status?: OrderStatus | string;
|
|
111
149
|
/**
|
|
112
|
-
* <p>The
|
|
150
|
+
* <p>The line items for the order</p>
|
|
113
151
|
*/
|
|
114
|
-
|
|
152
|
+
LineItems?: LineItem[];
|
|
115
153
|
/**
|
|
116
|
-
* <p>The
|
|
154
|
+
* <p>The payment option for the order.</p>
|
|
117
155
|
*/
|
|
118
|
-
|
|
119
|
-
[key: string]: string;
|
|
120
|
-
};
|
|
156
|
+
PaymentOption?: PaymentOption | string;
|
|
121
157
|
/**
|
|
122
|
-
* <p>The
|
|
158
|
+
* <p>The submission date for the order.</p>
|
|
123
159
|
*/
|
|
124
|
-
|
|
160
|
+
OrderSubmissionDate?: Date;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The fulfillment date of the order.</p>
|
|
163
|
+
*/
|
|
164
|
+
OrderFulfilledDate?: Date;
|
|
125
165
|
}
|
|
126
|
-
export declare namespace
|
|
166
|
+
export declare namespace Order {
|
|
127
167
|
/**
|
|
128
168
|
* @internal
|
|
129
169
|
*/
|
|
130
|
-
const filterSensitiveLog: (obj:
|
|
170
|
+
const filterSensitiveLog: (obj: Order) => any;
|
|
131
171
|
}
|
|
132
|
-
export interface
|
|
172
|
+
export interface CreateOrderOutput {
|
|
133
173
|
/**
|
|
134
|
-
* <p>Information about
|
|
174
|
+
* <p>Information about this order.</p>
|
|
135
175
|
*/
|
|
136
|
-
|
|
176
|
+
Order?: Order;
|
|
137
177
|
}
|
|
138
|
-
export declare namespace
|
|
178
|
+
export declare namespace CreateOrderOutput {
|
|
139
179
|
/**
|
|
140
180
|
* @internal
|
|
141
181
|
*/
|
|
142
|
-
const filterSensitiveLog: (obj:
|
|
182
|
+
const filterSensitiveLog: (obj: CreateOrderOutput) => any;
|
|
143
183
|
}
|
|
144
184
|
/**
|
|
145
185
|
* <p>An internal error has occurred.</p>
|
|
@@ -197,9 +237,116 @@ export declare namespace ValidationException {
|
|
|
197
237
|
*/
|
|
198
238
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
199
239
|
}
|
|
240
|
+
export interface CreateOutpostInput {
|
|
241
|
+
/**
|
|
242
|
+
* <p>The name of the Outpost.</p>
|
|
243
|
+
*/
|
|
244
|
+
Name: string | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The description of the Outpost.</p>
|
|
247
|
+
*/
|
|
248
|
+
Description?: string;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The ID of the site.</p>
|
|
251
|
+
*/
|
|
252
|
+
SiteId: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The Availability Zone.</p>
|
|
255
|
+
*/
|
|
256
|
+
AvailabilityZone?: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>The ID of the Availability Zone.</p>
|
|
259
|
+
*/
|
|
260
|
+
AvailabilityZoneId?: string;
|
|
261
|
+
/**
|
|
262
|
+
* <p>The tags to apply to the Outpost.</p>
|
|
263
|
+
*/
|
|
264
|
+
Tags?: {
|
|
265
|
+
[key: string]: string;
|
|
266
|
+
};
|
|
267
|
+
}
|
|
268
|
+
export declare namespace CreateOutpostInput {
|
|
269
|
+
/**
|
|
270
|
+
* @internal
|
|
271
|
+
*/
|
|
272
|
+
const filterSensitiveLog: (obj: CreateOutpostInput) => any;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* <p>Information about an Outpost.</p>
|
|
276
|
+
*/
|
|
277
|
+
export interface Outpost {
|
|
278
|
+
/**
|
|
279
|
+
* <p>
|
|
280
|
+
* The ID of the Outpost.
|
|
281
|
+
* </p>
|
|
282
|
+
*/
|
|
283
|
+
OutpostId?: string;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The AWS account ID of the Outpost owner.</p>
|
|
286
|
+
*/
|
|
287
|
+
OwnerId?: string;
|
|
288
|
+
/**
|
|
289
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
290
|
+
*/
|
|
291
|
+
OutpostArn?: string;
|
|
292
|
+
/**
|
|
293
|
+
* <p>The ID of the site.</p>
|
|
294
|
+
*/
|
|
295
|
+
SiteId?: string;
|
|
296
|
+
/**
|
|
297
|
+
* <p>The name of the Outpost.</p>
|
|
298
|
+
*/
|
|
299
|
+
Name?: string;
|
|
300
|
+
/**
|
|
301
|
+
* <p>The description of the Outpost.</p>
|
|
302
|
+
*/
|
|
303
|
+
Description?: string;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The life cycle status.</p>
|
|
306
|
+
*/
|
|
307
|
+
LifeCycleStatus?: string;
|
|
308
|
+
/**
|
|
309
|
+
* <p>The Availability Zone.</p>
|
|
310
|
+
*/
|
|
311
|
+
AvailabilityZone?: string;
|
|
312
|
+
/**
|
|
313
|
+
* <p>The ID of the Availability Zone.</p>
|
|
314
|
+
*/
|
|
315
|
+
AvailabilityZoneId?: string;
|
|
316
|
+
/**
|
|
317
|
+
* <p>The Outpost tags.</p>
|
|
318
|
+
*/
|
|
319
|
+
Tags?: {
|
|
320
|
+
[key: string]: string;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
324
|
+
*/
|
|
325
|
+
SiteArn?: string;
|
|
326
|
+
}
|
|
327
|
+
export declare namespace Outpost {
|
|
328
|
+
/**
|
|
329
|
+
* @internal
|
|
330
|
+
*/
|
|
331
|
+
const filterSensitiveLog: (obj: Outpost) => any;
|
|
332
|
+
}
|
|
333
|
+
export interface CreateOutpostOutput {
|
|
334
|
+
/**
|
|
335
|
+
* <p>Information about an Outpost.</p>
|
|
336
|
+
*/
|
|
337
|
+
Outpost?: Outpost;
|
|
338
|
+
}
|
|
339
|
+
export declare namespace CreateOutpostOutput {
|
|
340
|
+
/**
|
|
341
|
+
* @internal
|
|
342
|
+
*/
|
|
343
|
+
const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
|
|
344
|
+
}
|
|
200
345
|
export interface DeleteOutpostInput {
|
|
201
346
|
/**
|
|
202
|
-
* <p>
|
|
347
|
+
* <p>
|
|
348
|
+
* The ID of the Outpost.
|
|
349
|
+
* </p>
|
|
203
350
|
*/
|
|
204
351
|
OutpostId: string | undefined;
|
|
205
352
|
}
|
|
@@ -239,7 +386,9 @@ export declare namespace DeleteSiteOutput {
|
|
|
239
386
|
}
|
|
240
387
|
export interface GetOutpostInput {
|
|
241
388
|
/**
|
|
242
|
-
* <p>
|
|
389
|
+
* <p>
|
|
390
|
+
* The ID of the Outpost.
|
|
391
|
+
* </p>
|
|
243
392
|
*/
|
|
244
393
|
OutpostId: string | undefined;
|
|
245
394
|
}
|
|
@@ -263,7 +412,9 @@ export declare namespace GetOutpostOutput {
|
|
|
263
412
|
}
|
|
264
413
|
export interface GetOutpostInstanceTypesInput {
|
|
265
414
|
/**
|
|
266
|
-
* <p>
|
|
415
|
+
* <p>
|
|
416
|
+
* The ID of the Outpost.
|
|
417
|
+
* </p>
|
|
267
418
|
*/
|
|
268
419
|
OutpostId: string | undefined;
|
|
269
420
|
/**
|
|
@@ -306,7 +457,9 @@ export interface GetOutpostInstanceTypesOutput {
|
|
|
306
457
|
*/
|
|
307
458
|
NextToken?: string;
|
|
308
459
|
/**
|
|
309
|
-
* <p>
|
|
460
|
+
* <p>
|
|
461
|
+
* The ID of the Outpost.
|
|
462
|
+
* </p>
|
|
310
463
|
*/
|
|
311
464
|
OutpostId?: string;
|
|
312
465
|
/**
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { CreateOrderCommandInput, CreateOrderCommandOutput } from "../commands/CreateOrderCommand";
|
|
1
2
|
import { CreateOutpostCommandInput, CreateOutpostCommandOutput } from "../commands/CreateOutpostCommand";
|
|
2
3
|
import { DeleteOutpostCommandInput, DeleteOutpostCommandOutput } from "../commands/DeleteOutpostCommand";
|
|
3
4
|
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "../commands/DeleteSiteCommand";
|
|
@@ -10,6 +11,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
10
11
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
11
12
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
13
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
14
|
+
export declare const serializeAws_restJson1CreateOrderCommand: (input: CreateOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
15
|
export declare const serializeAws_restJson1CreateOutpostCommand: (input: CreateOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
16
|
export declare const serializeAws_restJson1DeleteOutpostCommand: (input: DeleteOutpostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
17
|
export declare const serializeAws_restJson1DeleteSiteCommand: (input: DeleteSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -20,6 +22,7 @@ export declare const serializeAws_restJson1ListSitesCommand: (input: ListSitesCo
|
|
|
20
22
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
23
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
24
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
+
export declare const deserializeAws_restJson1CreateOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrderCommandOutput>;
|
|
23
26
|
export declare const deserializeAws_restJson1CreateOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutpostCommandOutput>;
|
|
24
27
|
export declare const deserializeAws_restJson1DeleteOutpostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutpostCommandOutput>;
|
|
25
28
|
export declare const deserializeAws_restJson1DeleteSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSiteCommandOutput>;
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: OutpostsClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
package/index.ts
CHANGED