@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.
Files changed (120) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/Outposts.ts +27 -0
  3. package/OutpostsClient.ts +3 -0
  4. package/README.md +7 -7
  5. package/commands/CreateOrderCommand.ts +94 -0
  6. package/dist/cjs/Outposts.js +15 -0
  7. package/dist/cjs/Outposts.js.map +1 -1
  8. package/dist/cjs/OutpostsClient.js +13 -13
  9. package/dist/cjs/OutpostsClient.js.map +1 -1
  10. package/dist/cjs/commands/CreateOrderCommand.js +61 -0
  11. package/dist/cjs/commands/CreateOrderCommand.js.map +1 -0
  12. package/dist/cjs/commands/CreateOutpostCommand.js +3 -3
  13. package/dist/cjs/commands/CreateOutpostCommand.js.map +1 -1
  14. package/dist/cjs/commands/DeleteOutpostCommand.js +3 -3
  15. package/dist/cjs/commands/DeleteOutpostCommand.js.map +1 -1
  16. package/dist/cjs/commands/DeleteSiteCommand.js +3 -3
  17. package/dist/cjs/commands/DeleteSiteCommand.js.map +1 -1
  18. package/dist/cjs/commands/GetOutpostCommand.js +3 -3
  19. package/dist/cjs/commands/GetOutpostCommand.js.map +1 -1
  20. package/dist/cjs/commands/GetOutpostInstanceTypesCommand.js +3 -3
  21. package/dist/cjs/commands/GetOutpostInstanceTypesCommand.js.map +1 -1
  22. package/dist/cjs/commands/ListOutpostsCommand.js +3 -3
  23. package/dist/cjs/commands/ListOutpostsCommand.js.map +1 -1
  24. package/dist/cjs/commands/ListSitesCommand.js +3 -3
  25. package/dist/cjs/commands/ListSitesCommand.js.map +1 -1
  26. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  27. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  28. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  29. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  30. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  31. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  32. package/dist/cjs/endpoints.js +1 -1
  33. package/dist/cjs/endpoints.js.map +1 -1
  34. package/dist/cjs/index.js +17 -16
  35. package/dist/cjs/index.js.map +1 -1
  36. package/dist/cjs/models/index.js +1 -1
  37. package/dist/cjs/models/index.js.map +1 -1
  38. package/dist/cjs/models/models_0.js +77 -13
  39. package/dist/cjs/models/models_0.js.map +1 -1
  40. package/dist/cjs/package.json +39 -39
  41. package/dist/cjs/protocols/Aws_restJson1.js +211 -44
  42. package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
  43. package/dist/cjs/runtimeConfig.browser.js +4 -4
  44. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  45. package/dist/cjs/runtimeConfig.js +8 -8
  46. package/dist/cjs/runtimeConfig.js.map +1 -1
  47. package/dist/cjs/runtimeConfig.native.js +1 -1
  48. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  49. package/dist/es/Outposts.js +16 -8
  50. package/dist/es/Outposts.js.map +1 -1
  51. package/dist/es/OutpostsClient.js +1 -13
  52. package/dist/es/OutpostsClient.js.map +1 -1
  53. package/dist/es/commands/CreateOrderCommand.js +40 -0
  54. package/dist/es/commands/CreateOrderCommand.js.map +1 -0
  55. package/dist/es/commands/CreateOutpostCommand.js +2 -28
  56. package/dist/es/commands/CreateOutpostCommand.js.map +1 -1
  57. package/dist/es/commands/DeleteOutpostCommand.js +2 -27
  58. package/dist/es/commands/DeleteOutpostCommand.js.map +1 -1
  59. package/dist/es/commands/DeleteSiteCommand.js +2 -27
  60. package/dist/es/commands/DeleteSiteCommand.js.map +1 -1
  61. package/dist/es/commands/GetOutpostCommand.js +2 -27
  62. package/dist/es/commands/GetOutpostCommand.js.map +1 -1
  63. package/dist/es/commands/GetOutpostInstanceTypesCommand.js +2 -27
  64. package/dist/es/commands/GetOutpostInstanceTypesCommand.js.map +1 -1
  65. package/dist/es/commands/ListOutpostsCommand.js +2 -32
  66. package/dist/es/commands/ListOutpostsCommand.js.map +1 -1
  67. package/dist/es/commands/ListSitesCommand.js +2 -27
  68. package/dist/es/commands/ListSitesCommand.js.map +1 -1
  69. package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
  70. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  71. package/dist/es/commands/TagResourceCommand.js +2 -27
  72. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  73. package/dist/es/commands/UntagResourceCommand.js +2 -27
  74. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  75. package/dist/es/endpoints.js +1 -1
  76. package/dist/es/endpoints.js.map +1 -1
  77. package/dist/es/index.js +1 -0
  78. package/dist/es/index.js.map +1 -1
  79. package/dist/es/models/models_0.js +51 -99
  80. package/dist/es/models/models_0.js.map +1 -1
  81. package/dist/es/package.json +39 -39
  82. package/dist/es/pagination/ListOutpostsPaginator.js +16 -28
  83. package/dist/es/pagination/ListOutpostsPaginator.js.map +1 -1
  84. package/dist/es/pagination/ListSitesPaginator.js +16 -28
  85. package/dist/es/pagination/ListSitesPaginator.js.map +1 -1
  86. package/dist/es/protocols/Aws_restJson1.js +421 -248
  87. package/dist/es/protocols/Aws_restJson1.js.map +1 -1
  88. package/dist/es/runtimeConfig.browser.js +0 -3
  89. package/dist/es/runtimeConfig.browser.js.map +1 -1
  90. package/dist/es/runtimeConfig.js +0 -3
  91. package/dist/es/runtimeConfig.js.map +1 -1
  92. package/dist/es/runtimeConfig.native.js +0 -3
  93. package/dist/es/runtimeConfig.native.js.map +1 -1
  94. package/dist/es/runtimeConfig.shared.js +0 -3
  95. package/dist/es/runtimeConfig.shared.js.map +1 -1
  96. package/dist/types/Outposts.d.ts +7 -0
  97. package/dist/types/OutpostsClient.d.ts +3 -2
  98. package/dist/types/commands/CreateOrderCommand.d.ts +35 -0
  99. package/dist/types/index.d.ts +1 -0
  100. package/dist/types/models/models_0.d.ts +207 -54
  101. package/dist/types/protocols/Aws_restJson1.d.ts +3 -0
  102. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  103. package/dist/types/runtimeConfig.d.ts +1 -0
  104. package/dist/types/runtimeConfig.native.d.ts +1 -0
  105. package/dist/types/ts3.4/Outposts.d.ts +7 -0
  106. package/dist/types/ts3.4/OutpostsClient.d.ts +3 -2
  107. package/dist/types/ts3.4/commands/CreateOrderCommand.d.ts +35 -0
  108. package/dist/types/ts3.4/index.d.ts +1 -0
  109. package/dist/types/ts3.4/models/models_0.d.ts +207 -54
  110. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
  111. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  112. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  113. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  114. package/index.ts +1 -0
  115. package/models/models_0.ts +239 -50
  116. package/package.json +39 -39
  117. package/protocols/Aws_restJson1.ts +195 -0
  118. package/tsconfig.es.json +0 -2
  119. package/tsconfig.json +3 -5
  120. 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
- export interface CreateOutpostInput {
41
+ /**
42
+ * <p>Information about a line item request.</p>
43
+ */
44
+ export interface LineItemRequest {
42
45
  /**
43
- * <p>The name of the Outpost.</p>
46
+ * <p>The ID of the catalog item.</p>
44
47
  */
45
- Name: string | undefined;
48
+ CatalogItemId?: string;
46
49
  /**
47
- * <p>The description of the Outpost.</p>
50
+ * <p>The quantity of a line item request.</p>
48
51
  */
49
- Description?: string;
52
+ Quantity?: number;
53
+ }
54
+ export declare namespace LineItemRequest {
50
55
  /**
51
- * <p>The ID of the site.</p>
56
+ * @internal
52
57
  */
53
- SiteId: string | undefined;
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>The Availability Zone.</p>
70
+ * <p>
71
+ * The ID or the Amazon Resource Name (ARN) of the Outpost.
72
+ * </p>
56
73
  */
57
- AvailabilityZone?: string;
74
+ OutpostIdentifier: string | undefined;
58
75
  /**
59
- * <p>The ID of the Availability Zone.</p>
76
+ * <p>The line items that make up the order.</p>
60
77
  */
61
- AvailabilityZoneId?: string;
78
+ LineItems: LineItemRequest[] | undefined;
62
79
  /**
63
- * <p>The tags to apply to the Outpost.</p>
80
+ * <p>The payment option for the order.</p>
64
81
  */
65
- Tags?: {
66
- [key: string]: string;
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 CreateOutpostInput {
88
+ export declare namespace CreateOrderInput {
70
89
  /**
71
90
  * @internal
72
91
  */
73
- const filterSensitiveLog: (obj: CreateOutpostInput) => any;
92
+ const filterSensitiveLog: (obj: CreateOrderInput) => any;
74
93
  }
75
94
  /**
76
- * <p>Information about an Outpost.</p>
95
+ * <p>Information about a line item.</p>
77
96
  */
78
- export interface Outpost {
97
+ export interface LineItem {
79
98
  /**
80
- * <p>The ID of the Outpost.</p>
99
+ * <p>
100
+ * The ID of the catalog item.
101
+ * </p>
81
102
  */
82
- OutpostId?: string;
103
+ CatalogItemId?: string;
83
104
  /**
84
- * <p>The AWS account ID of the Outpost owner.</p>
105
+ * <p>The ID of the line item.</p>
85
106
  */
86
- OwnerId?: string;
107
+ LineItemId?: string;
87
108
  /**
88
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
109
+ * <p>The quantity of the line item.</p>
89
110
  */
90
- OutpostArn?: string;
111
+ Quantity?: number;
91
112
  /**
92
- * <p>The ID of the site.</p>
113
+ * <p>The status of the line item.</p>
93
114
  */
94
- SiteId?: string;
115
+ Status?: string;
116
+ }
117
+ export declare namespace LineItem {
95
118
  /**
96
- * <p>The name of the Outpost.</p>
119
+ * @internal
97
120
  */
98
- Name?: string;
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>The description of the Outpost.</p>
136
+ * <p>
137
+ * The ID of the Outpost.
138
+ * </p>
101
139
  */
102
- Description?: string;
140
+ OutpostId?: string;
103
141
  /**
104
- * <p>The life cycle status.</p>
142
+ * <p>The ID of the order.</p>
105
143
  */
106
- LifeCycleStatus?: string;
144
+ OrderId?: string;
107
145
  /**
108
- * <p>The Availability Zone.</p>
146
+ * <p>The status of the order</p>
109
147
  */
110
- AvailabilityZone?: string;
148
+ Status?: OrderStatus | string;
111
149
  /**
112
- * <p>The ID of the Availability Zone.</p>
150
+ * <p>The line items for the order</p>
113
151
  */
114
- AvailabilityZoneId?: string;
152
+ LineItems?: LineItem[];
115
153
  /**
116
- * <p>The Outpost tags.</p>
154
+ * <p>The payment option for the order.</p>
117
155
  */
118
- Tags?: {
119
- [key: string]: string;
120
- };
156
+ PaymentOption?: PaymentOption | string;
121
157
  /**
122
- * <p>The Amazon Resource Name (ARN) of the site.</p>
158
+ * <p>The submission date for the order.</p>
123
159
  */
124
- SiteArn?: string;
160
+ OrderSubmissionDate?: Date;
161
+ /**
162
+ * <p>The fulfillment date of the order.</p>
163
+ */
164
+ OrderFulfilledDate?: Date;
125
165
  }
126
- export declare namespace Outpost {
166
+ export declare namespace Order {
127
167
  /**
128
168
  * @internal
129
169
  */
130
- const filterSensitiveLog: (obj: Outpost) => any;
170
+ const filterSensitiveLog: (obj: Order) => any;
131
171
  }
132
- export interface CreateOutpostOutput {
172
+ export interface CreateOrderOutput {
133
173
  /**
134
- * <p>Information about an Outpost.</p>
174
+ * <p>Information about this order.</p>
135
175
  */
136
- Outpost?: Outpost;
176
+ Order?: Order;
137
177
  }
138
- export declare namespace CreateOutpostOutput {
178
+ export declare namespace CreateOrderOutput {
139
179
  /**
140
180
  * @internal
141
181
  */
142
- const filterSensitiveLog: (obj: CreateOutpostOutput) => any;
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>The ID of the Outpost.</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>The ID of the Outpost.</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>The ID of the Outpost.</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>The ID of the Outpost.</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
@@ -1,5 +1,6 @@
1
1
  export * from "./OutpostsClient";
2
2
  export * from "./Outposts";
3
+ export * from "./commands/CreateOrderCommand";
3
4
  export * from "./commands/CreateOutpostCommand";
4
5
  export * from "./commands/DeleteOutpostCommand";
5
6
  export * from "./commands/DeleteSiteCommand";