@aws-sdk/types 3.193.0 → 3.197.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 CHANGED
@@ -3,6 +3,17 @@
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.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **types:** expand custom endpoint type ([#4097](https://github.com/aws/aws-sdk-js-v3/issues/4097)) ([3620ce4](https://github.com/aws/aws-sdk-js-v3/commit/3620ce4162435b9688823162281140f40365b14c))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
7
18
 
8
19
 
@@ -52,6 +52,9 @@ export interface HttpMessage {
52
52
  * to null when query is not in key-value pairs shape
53
53
  */
54
54
  export declare type QueryParameterBag = Record<string, string | Array<string> | null>;
55
+ /**
56
+ * @deprecated use EndpointV2 from @aws-sdk/types.
57
+ */
55
58
  export interface Endpoint {
56
59
  protocol: string;
57
60
  hostname: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.193.0",
3
+ "version": "3.197.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",