We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e04a commit 2dad138Copy full SHA for 2dad138
.changeset/lazy-grapes-drive.md
@@ -0,0 +1,5 @@
1
+---
2
+"@smithy/types": minor
3
4
+
5
+Add string array to EndpointParameters
packages/types/src/endpoint.ts
@@ -85,4 +85,4 @@ export interface EndpointV2 {
85
/**
86
* @public
87
*/
88
-export type EndpointParameters = { [name: string]: undefined | string | boolean };
+export type EndpointParameters = { [name: string]: undefined | boolean | string | string[] };
0 commit comments