@aws-sdk/types
Advanced tools
Comparing version 3.109.0 to 3.110.0
@@ -13,5 +13,3 @@ import { HttpRequest } from "./http"; | ||
} | ||
export interface MessageHeaders { | ||
[name: string]: MessageHeaderValue; | ||
} | ||
export declare type MessageHeaders = Record<string, MessageHeaderValue>; | ||
export interface BooleanHeaderValue { | ||
@@ -18,0 +16,0 @@ type: "boolean"; |
@@ -40,5 +40,3 @@ import { AbortSignal } from "./abort"; | ||
*/ | ||
export interface HeaderBag { | ||
[key: string]: string; | ||
} | ||
export declare type HeaderBag = Record<string, string>; | ||
/** | ||
@@ -57,5 +55,3 @@ * Represents an HTTP message with headers and an optional static or streaming | ||
*/ | ||
export interface QueryParameterBag { | ||
[key: string]: string | Array<string> | null; | ||
} | ||
export declare type QueryParameterBag = Record<string, string | Array<string> | null>; | ||
export interface Endpoint { | ||
@@ -62,0 +58,0 @@ protocol: string; |
@@ -1,4 +0,2 @@ | ||
export interface IniSection { | ||
[key: string]: string | undefined; | ||
} | ||
export declare type IniSection = Record<string, string | undefined>; | ||
/** | ||
@@ -9,5 +7,3 @@ * @deprecated: Please use IniSection | ||
} | ||
export interface ParsedIniData { | ||
[key: string]: IniSection; | ||
} | ||
export declare type ParsedIniData = Record<string, IniSection>; | ||
export interface SharedConfigFiles { | ||
@@ -14,0 +10,0 @@ credentialsFile: ParsedIniData; |
@@ -9,5 +9,3 @@ import { HttpRequest } from "./http"; | ||
} | ||
export interface MessageHeaders { | ||
[name: string]: MessageHeaderValue; | ||
} | ||
export declare type MessageHeaders = Record<string, MessageHeaderValue>; | ||
export interface BooleanHeaderValue { | ||
@@ -14,0 +12,0 @@ type: "boolean"; |
@@ -10,5 +10,3 @@ import { AbortSignal } from "./abort"; | ||
export interface HeaderBag { | ||
[key: string]: string; | ||
} | ||
export declare type HeaderBag = Record<string, string>; | ||
@@ -20,5 +18,3 @@ export interface HttpMessage { | ||
export interface QueryParameterBag { | ||
[key: string]: string | Array<string> | null; | ||
} | ||
export declare type QueryParameterBag = Record<string, string | Array<string> | null>; | ||
export interface Endpoint { | ||
@@ -25,0 +21,0 @@ protocol: string; |
@@ -1,10 +0,6 @@ | ||
export interface IniSection { | ||
[key: string]: string | undefined; | ||
} | ||
export declare type IniSection = Record<string, string | undefined>; | ||
export interface Profile extends IniSection { | ||
} | ||
export interface ParsedIniData { | ||
[key: string]: IniSection; | ||
} | ||
export declare type ParsedIniData = Record<string, IniSection>; | ||
export interface SharedConfigFiles { | ||
@@ -11,0 +7,0 @@ credentialsFile: ParsedIniData; |
{ | ||
"name": "@aws-sdk/types", | ||
"version": "3.109.0", | ||
"version": "3.110.0", | ||
"main": "./dist-cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist-es/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163999
7
1738