Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
6
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 3.109.0 to 3.110.0

4

dist-types/eventStream.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc