New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-pricing

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-pricing - npm Package Compare versions

Comparing version 3.687.0 to 3.691.0

76

dist-types/models/models_0.d.ts

@@ -10,3 +10,3 @@ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -28,3 +28,3 @@ * @internal

*/
Value?: string;
Value?: string | undefined;
}

@@ -42,3 +42,3 @@ /**

*/
ServiceCode?: string;
ServiceCode?: string | undefined;
/**

@@ -50,3 +50,3 @@ * <p>The format version that you want the response to be in.</p>

*/
FormatVersion?: string;
FormatVersion?: string | undefined;
/**

@@ -56,3 +56,3 @@ * <p>The pagination token that indicates the next set of results that you want to retrieve.</p>

*/
NextToken?: string;
NextToken?: string | undefined;
/**

@@ -62,3 +62,3 @@ * <p>The maximum number of results that you want returned in the response.</p>

*/
MaxResults?: number;
MaxResults?: number | undefined;
}

@@ -79,3 +79,3 @@ /**

*/
AttributeNames?: string[];
AttributeNames?: string[] | undefined;
}

@@ -90,3 +90,3 @@ /**

*/
Services?: Service[];
Services?: Service[] | undefined;
/**

@@ -96,3 +96,3 @@ * <p>The format version of the response. For example, <code>aws_v1</code>.</p>

*/
FormatVersion?: string;
FormatVersion?: string | undefined;
/**

@@ -102,3 +102,3 @@ * <p>The pagination token for the next set of retrievable results.</p>

*/
NextToken?: string;
NextToken?: string | undefined;
}

@@ -112,3 +112,3 @@ /**

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -127,3 +127,3 @@ * @internal

$retryable: {};
Message?: string;
Message?: string | undefined;
/**

@@ -141,3 +141,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -155,3 +155,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -169,3 +169,3 @@ * @internal

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -187,3 +187,3 @@ * @internal

};
Message?: string;
Message?: string | undefined;
/**

@@ -213,3 +213,3 @@ * @internal

*/
NextToken?: string;
NextToken?: string | undefined;
/**

@@ -219,3 +219,3 @@ * <p>The maximum number of results to return in response.</p>

*/
MaxResults?: number;
MaxResults?: number | undefined;
}

@@ -232,3 +232,3 @@ /**

*/
AttributeValues?: AttributeValue[];
AttributeValues?: AttributeValue[] | undefined;
/**

@@ -238,3 +238,3 @@ * <p>The pagination token that indicates the next set of results to retrieve.</p>

*/
NextToken?: string;
NextToken?: string | undefined;
}

@@ -266,3 +266,3 @@ /**

*/
Url?: string;
Url?: string | undefined;
}

@@ -276,3 +276,3 @@ /**

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
/**

@@ -340,3 +340,3 @@ * @internal

*/
Filters?: Filter[];
Filters?: Filter[] | undefined;
/**

@@ -348,3 +348,3 @@ * <p>The format version that you want the response to be in.</p>

*/
FormatVersion?: string;
FormatVersion?: string | undefined;
/**

@@ -354,3 +354,3 @@ * <p>The pagination token that indicates the next set of results that you want to retrieve.</p>

*/
NextToken?: string;
NextToken?: string | undefined;
/**

@@ -360,3 +360,3 @@ * <p>The maximum number of results to return in the response.</p>

*/
MaxResults?: number;
MaxResults?: number | undefined;
}

@@ -371,3 +371,3 @@ /**

*/
FormatVersion?: string;
FormatVersion?: string | undefined;
/**

@@ -378,3 +378,3 @@ * <p>The list of products that match your filters. The list contains both the product metadata and

*/
PriceList?: (__LazyJsonString | string)[];
PriceList?: (__LazyJsonString | string)[] | undefined;
/**

@@ -384,3 +384,3 @@ * <p>The pagination token that indicates the next set of results to retrieve.</p>

*/
NextToken?: string;
NextToken?: string | undefined;
}

@@ -415,3 +415,3 @@ /**

*/
RegionCode?: string;
RegionCode?: string | undefined;
/**

@@ -427,3 +427,3 @@ * <p>The three alphabetical character ISO-4217 currency code that the Price List files are

*/
NextToken?: string;
NextToken?: string | undefined;
/**

@@ -434,3 +434,3 @@ * <p>The maximum number of results to return in the response.

*/
MaxResults?: number;
MaxResults?: number | undefined;
}

@@ -454,3 +454,3 @@ /**

*/
PriceListArn?: string;
PriceListArn?: string | undefined;
/**

@@ -465,3 +465,3 @@ * <p>This is used to filter the Price List by Amazon Web Services Region. For example, to get

*/
RegionCode?: string;
RegionCode?: string | undefined;
/**

@@ -472,3 +472,3 @@ * <p>The three alphabetical character ISO-4217 currency code the Price List files are

*/
CurrencyCode?: string;
CurrencyCode?: string | undefined;
/**

@@ -481,3 +481,3 @@ * <p>The format you want to retrieve your Price List files. The <code>FileFormat</code> can

*/
FileFormats?: string[];
FileFormats?: string[] | undefined;
}

@@ -492,3 +492,3 @@ /**

*/
PriceLists?: PriceList[];
PriceLists?: PriceList[] | undefined;
/**

@@ -498,3 +498,3 @@ * <p>The pagination token that indicates the next set of results to retrieve. </p>

*/
NextToken?: string;
NextToken?: string | undefined;
}

@@ -9,3 +9,3 @@ import {

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -16,18 +16,18 @@ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>

export interface AttributeValue {
Value?: string;
Value?: string | undefined;
}
export interface DescribeServicesRequest {
ServiceCode?: string;
FormatVersion?: string;
NextToken?: string;
MaxResults?: number;
ServiceCode?: string | undefined;
FormatVersion?: string | undefined;
NextToken?: string | undefined;
MaxResults?: number | undefined;
}
export interface Service {
ServiceCode: string | undefined;
AttributeNames?: string[];
AttributeNames?: string[] | undefined;
}
export interface DescribeServicesResponse {
Services?: Service[];
FormatVersion?: string;
NextToken?: string;
Services?: Service[] | undefined;
FormatVersion?: string | undefined;
NextToken?: string | undefined;
}

@@ -37,3 +37,3 @@ export declare class ExpiredNextTokenException extends __BaseException {

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -47,3 +47,3 @@ opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>

$retryable: {};
Message?: string;
Message?: string | undefined;
constructor(

@@ -56,3 +56,3 @@ opts: __ExceptionOptionType<InternalErrorException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -65,3 +65,3 @@ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -74,3 +74,3 @@ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);

@@ -84,3 +84,3 @@ }

};
Message?: string;
Message?: string | undefined;
constructor(

@@ -93,8 +93,8 @@ opts: __ExceptionOptionType<ThrottlingException, __BaseException>

AttributeName: string | undefined;
NextToken?: string;
MaxResults?: number;
NextToken?: string | undefined;
MaxResults?: number | undefined;
}
export interface GetAttributeValuesResponse {
AttributeValues?: AttributeValue[];
NextToken?: string;
AttributeValues?: AttributeValue[] | undefined;
NextToken?: string | undefined;
}

@@ -106,3 +106,3 @@ export interface GetPriceListFileUrlRequest {

export interface GetPriceListFileUrlResponse {
Url?: string;
Url?: string | undefined;
}

@@ -112,3 +112,3 @@ export declare class ResourceNotFoundException extends __BaseException {

readonly $fault: "client";
Message?: string;
Message?: string | undefined;
constructor(

@@ -129,11 +129,11 @@ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>

ServiceCode: string | undefined;
Filters?: Filter[];
FormatVersion?: string;
NextToken?: string;
MaxResults?: number;
Filters?: Filter[] | undefined;
FormatVersion?: string | undefined;
NextToken?: string | undefined;
MaxResults?: number | undefined;
}
export interface GetProductsResponse {
FormatVersion?: string;
PriceList?: (__LazyJsonString | string)[];
NextToken?: string;
FormatVersion?: string | undefined;
PriceList?: (__LazyJsonString | string)[] | undefined;
NextToken?: string | undefined;
}

@@ -143,16 +143,16 @@ export interface ListPriceListsRequest {

EffectiveDate: Date | undefined;
RegionCode?: string;
RegionCode?: string | undefined;
CurrencyCode: string | undefined;
NextToken?: string;
MaxResults?: number;
NextToken?: string | undefined;
MaxResults?: number | undefined;
}
export interface PriceList {
PriceListArn?: string;
RegionCode?: string;
CurrencyCode?: string;
FileFormats?: string[];
PriceListArn?: string | undefined;
RegionCode?: string | undefined;
CurrencyCode?: string | undefined;
FileFormats?: string[] | undefined;
}
export interface ListPriceListsResponse {
PriceLists?: PriceList[];
NextToken?: string;
PriceLists?: PriceList[] | undefined;
NextToken?: string | undefined;
}
{
"name": "@aws-sdk/client-pricing",
"description": "AWS SDK for JavaScript Pricing Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.691.0",
"scripts": {

@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.687.0",
"@aws-sdk/client-sts": "3.687.0",
"@aws-sdk/core": "3.686.0",
"@aws-sdk/credential-provider-node": "3.687.0",
"@aws-sdk/client-sso-oidc": "3.691.0",
"@aws-sdk/client-sts": "3.691.0",
"@aws-sdk/core": "3.691.0",
"@aws-sdk/credential-provider-node": "3.691.0",
"@aws-sdk/middleware-host-header": "3.686.0",
"@aws-sdk/middleware-logger": "3.686.0",
"@aws-sdk/middleware-recursion-detection": "3.686.0",
"@aws-sdk/middleware-user-agent": "3.687.0",
"@aws-sdk/middleware-user-agent": "3.691.0",
"@aws-sdk/region-config-resolver": "3.686.0",

@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0",

"@aws-sdk/util-user-agent-browser": "3.686.0",
"@aws-sdk/util-user-agent-node": "3.687.0",
"@aws-sdk/util-user-agent-node": "3.691.0",
"@smithy/config-resolver": "^3.0.10",

@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc