Socket
Socket
Sign inDemoInstall

aws-sdk

Package Overview
Dependencies
Maintainers
5
Versions
1964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk - npm Package Compare versions

Comparing version 2.1665.0 to 2.1666.0

apis/controlcatalog-2018-05-10.waiters2.json

284

apis/bedrock-2023-04-20.min.json

@@ -5,5 +5,10 @@ {

"apiVersion": "2023-04-20",
"auth": [
"aws.auth#sigv4"
],
"endpointPrefix": "bedrock",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon Bedrock",

@@ -167,2 +172,36 @@ "serviceId": "Bedrock",

},
"CreateModelCopyJob": {
"http": {
"requestUri": "/model-copy-jobs",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"sourceModelArn",
"targetModelName"
],
"members": {
"sourceModelArn": {},
"targetModelName": {},
"modelKmsKeyId": {},
"targetModelTags": {
"shape": "S7"
},
"clientRequestToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"required": [
"jobArn"
],
"members": {
"jobArn": {}
}
},
"idempotent": true
},
"CreateModelCustomizationJob": {

@@ -201,15 +240,15 @@ "http": {

"trainingDataConfig": {
"shape": "S2k"
"shape": "S2o"
},
"validationDataConfig": {
"shape": "S2l"
"shape": "S2p"
},
"outputDataConfig": {
"shape": "S2o"
"shape": "S2s"
},
"hyperParameters": {
"shape": "S2p"
"shape": "S2t"
},
"vpcConfig": {
"shape": "S2r"
"shape": "S2v"
}

@@ -397,18 +436,18 @@ }

"hyperParameters": {
"shape": "S2p"
"shape": "S2t"
},
"trainingDataConfig": {
"shape": "S2k"
"shape": "S2o"
},
"validationDataConfig": {
"shape": "S2l"
"shape": "S2p"
},
"outputDataConfig": {
"shape": "S2o"
"shape": "S2s"
},
"trainingMetrics": {
"shape": "S3i"
"shape": "S3l"
},
"validationMetrics": {
"shape": "S3k"
"shape": "S3n"
},

@@ -434,3 +473,3 @@ "creationTime": {

"jobIdentifier": {
"shape": "S3n",
"shape": "S3q",
"location": "uri",

@@ -519,6 +558,6 @@ "locationName": "jobIdentifier"

"inputModalities": {
"shape": "S3z"
"shape": "S42"
},
"outputModalities": {
"shape": "S3z"
"shape": "S42"
},

@@ -529,9 +568,9 @@ "responseStreamingSupported": {

"customizationsSupported": {
"shape": "S42"
"shape": "S45"
},
"inferenceTypesSupported": {
"shape": "S44"
"shape": "S47"
},
"modelLifecycle": {
"shape": "S46"
"shape": "S49"
}

@@ -759,2 +798,49 @@ }

},
"GetModelCopyJob": {
"http": {
"method": "GET",
"requestUri": "/model-copy-jobs/{jobArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"jobArn"
],
"members": {
"jobArn": {
"location": "uri",
"locationName": "jobArn"
}
}
},
"output": {
"type": "structure",
"required": [
"jobArn",
"status",
"creationTime",
"targetModelArn",
"sourceAccountId",
"sourceModelArn"
],
"members": {
"jobArn": {},
"status": {},
"creationTime": {
"shape": "S2a"
},
"targetModelArn": {},
"targetModelName": {},
"sourceAccountId": {},
"sourceModelArn": {},
"targetModelKmsKeyArn": {},
"targetModelTags": {
"shape": "S7"
},
"failureMessage": {},
"sourceModelName": {}
}
}
},
"GetModelCustomizationJob": {

@@ -812,12 +898,12 @@ "http": {

"hyperParameters": {
"shape": "S2p"
"shape": "S2t"
},
"trainingDataConfig": {
"shape": "S2k"
"shape": "S2o"
},
"validationDataConfig": {
"shape": "S2l"
"shape": "S2p"
},
"outputDataConfig": {
"shape": "S2o"
"shape": "S2s"
},

@@ -827,9 +913,9 @@ "customizationType": {},

"trainingMetrics": {
"shape": "S3i"
"shape": "S3l"
},
"validationMetrics": {
"shape": "S3k"
"shape": "S3n"
},
"vpcConfig": {
"shape": "S2r"
"shape": "S2v"
}

@@ -853,3 +939,3 @@ }

"loggingConfig": {
"shape": "S5b"
"shape": "S5i"
}

@@ -965,2 +1051,7 @@ }

"locationName": "sortOrder"
},
"isOwned": {
"location": "querystring",
"locationName": "isOwned",
"type": "boolean"
}

@@ -992,3 +1083,4 @@ }

"baseModelName": {},
"customizationType": {}
"customizationType": {},
"ownerAccountId": {}
}

@@ -1129,6 +1221,6 @@ }

"inputModalities": {
"shape": "S3z"
"shape": "S42"
},
"outputModalities": {
"shape": "S3z"
"shape": "S42"
},

@@ -1139,9 +1231,9 @@ "responseStreamingSupported": {

"customizationsSupported": {
"shape": "S42"
"shape": "S45"
},
"inferenceTypesSupported": {
"shape": "S44"
"shape": "S47"
},
"modelLifecycle": {
"shape": "S46"
"shape": "S49"
}

@@ -1221,2 +1313,94 @@ }

},
"ListModelCopyJobs": {
"http": {
"method": "GET",
"requestUri": "/model-copy-jobs",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"creationTimeAfter": {
"shape": "S2a",
"location": "querystring",
"locationName": "creationTimeAfter"
},
"creationTimeBefore": {
"shape": "S2a",
"location": "querystring",
"locationName": "creationTimeBefore"
},
"statusEquals": {
"location": "querystring",
"locationName": "statusEquals"
},
"sourceAccountEquals": {
"location": "querystring",
"locationName": "sourceAccountEquals"
},
"sourceModelArnEquals": {
"location": "querystring",
"locationName": "sourceModelArnEquals"
},
"targetModelNameContains": {
"location": "querystring",
"locationName": "outputModelNameContains"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
}
}
},
"output": {
"type": "structure",
"members": {
"nextToken": {},
"modelCopyJobSummaries": {
"type": "list",
"member": {
"type": "structure",
"required": [
"jobArn",
"status",
"creationTime",
"targetModelArn",
"sourceAccountId",
"sourceModelArn"
],
"members": {
"jobArn": {},
"status": {},
"creationTime": {
"shape": "S2a"
},
"targetModelArn": {},
"targetModelName": {},
"sourceAccountId": {},
"sourceModelArn": {},
"targetModelKmsKeyArn": {},
"targetModelTags": {
"shape": "S7"
},
"failureMessage": {},
"sourceModelName": {}
}
}
}
}
}
},
"ListModelCustomizationJobs": {

@@ -1441,3 +1625,3 @@ "http": {

"loggingConfig": {
"shape": "S5b"
"shape": "S5i"
}

@@ -1464,3 +1648,3 @@ }

"jobIdentifier": {
"shape": "S3n",
"shape": "S3q",
"location": "uri",

@@ -1977,3 +2161,3 @@ "locationName": "jobIdentifier"

},
"S2k": {
"S2o": {
"type": "structure",

@@ -1987,3 +2171,3 @@ "required": [

},
"S2l": {
"S2p": {
"type": "structure",

@@ -2008,3 +2192,3 @@ "required": [

},
"S2o": {
"S2s": {
"type": "structure",

@@ -2018,3 +2202,3 @@ "required": [

},
"S2p": {
"S2t": {
"type": "map",

@@ -2024,3 +2208,3 @@ "key": {},

},
"S2r": {
"S2v": {
"type": "structure",

@@ -2042,3 +2226,3 @@ "required": [

},
"S3i": {
"S3l": {
"type": "structure",

@@ -2051,3 +2235,3 @@ "members": {

},
"S3k": {
"S3n": {
"type": "list",

@@ -2063,19 +2247,19 @@ "member": {

},
"S3n": {
"S3q": {
"type": "string",
"sensitive": true
},
"S3z": {
"S42": {
"type": "list",
"member": {}
},
"S42": {
"S45": {
"type": "list",
"member": {}
},
"S44": {
"S47": {
"type": "list",
"member": {}
},
"S46": {
"S49": {
"type": "structure",

@@ -2089,3 +2273,3 @@ "required": [

},
"S5b": {
"S5i": {
"type": "structure",

@@ -2103,3 +2287,3 @@ "members": {

"largeDataDeliveryS3Config": {
"shape": "S5e"
"shape": "S5l"
}

@@ -2109,3 +2293,3 @@ }

"s3Config": {
"shape": "S5e"
"shape": "S5l"
},

@@ -2123,3 +2307,3 @@ "textDataDeliveryEnabled": {

},
"S5e": {
"S5l": {
"type": "structure",

@@ -2126,0 +2310,0 @@ "required": [

@@ -21,2 +21,8 @@ {

},
"ListModelCopyJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "modelCopyJobSummaries"
},
"ListModelCustomizationJobs": {

@@ -23,0 +29,0 @@ "input_token": "nextToken",

174

apis/controlcatalog-2018-05-10.min.json

@@ -5,5 +5,10 @@ {

"apiVersion": "2018-05-10",
"auth": [
"aws.auth#sigv4"
],
"endpointPrefix": "controlcatalog",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "AWS Control Catalog",

@@ -16,2 +21,46 @@ "serviceId": "ControlCatalog",

"operations": {
"GetControl": {
"http": {
"requestUri": "/get-control",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"ControlArn"
],
"members": {
"ControlArn": {}
}
},
"output": {
"type": "structure",
"required": [
"Arn",
"Name",
"Description",
"Behavior",
"RegionConfiguration"
],
"members": {
"Arn": {},
"Name": {},
"Description": {},
"Behavior": {},
"RegionConfiguration": {
"type": "structure",
"required": [
"Scope"
],
"members": {
"Scope": {},
"DeployableRegions": {
"type": "list",
"member": {}
}
}
}
}
}
},
"ListCommonControls": {

@@ -25,2 +74,11 @@ "http": {

"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"CommonControlFilter": {

@@ -39,11 +97,2 @@ "type": "structure",

}
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}

@@ -64,22 +113,16 @@ }

"Arn",
"CreateTime",
"Name",
"Description",
"Domain",
"LastUpdateTime",
"Name",
"Objective"
"Objective",
"CreateTime",
"LastUpdateTime"
],
"members": {
"Arn": {},
"CreateTime": {
"type": "timestamp"
},
"Name": {},
"Description": {},
"Domain": {
"shape": "Se"
"shape": "Sl"
},
"LastUpdateTime": {
"type": "timestamp"
},
"Name": {},
"Objective": {

@@ -91,2 +134,8 @@ "type": "structure",

}
},
"CreateTime": {
"type": "timestamp"
},
"LastUpdateTime": {
"type": "timestamp"
}

@@ -100,2 +149,47 @@ }

},
"ListControls": {
"http": {
"requestUri": "/list-controls",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"required": [
"Controls"
],
"members": {
"Controls": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Name",
"Description"
],
"members": {
"Arn": {},
"Name": {},
"Description": {}
}
}
},
"NextToken": {}
}
}
},
"ListDomains": {

@@ -132,17 +226,17 @@ "http": {

"Arn",
"Name",
"Description",
"CreateTime",
"Description",
"LastUpdateTime",
"Name"
"LastUpdateTime"
],
"members": {
"Arn": {},
"Name": {},
"Description": {},
"CreateTime": {
"type": "timestamp"
},
"Description": {},
"LastUpdateTime": {
"type": "timestamp"
},
"Name": {}
}
}

@@ -194,3 +288,2 @@ }

"members": {
"NextToken": {},
"Objectives": {

@@ -202,24 +295,25 @@ "type": "list",

"Arn",
"CreateTime",
"Name",
"Description",
"Domain",
"LastUpdateTime",
"Name"
"CreateTime",
"LastUpdateTime"
],
"members": {
"Arn": {},
"Name": {},
"Description": {},
"Domain": {
"shape": "Sl"
},
"CreateTime": {
"type": "timestamp"
},
"Description": {},
"Domain": {
"shape": "Se"
},
"LastUpdateTime": {
"type": "timestamp"
},
"Name": {}
}
}
}
}
},
"NextToken": {}
}

@@ -230,3 +324,3 @@ }

"shapes": {
"Se": {
"Sl": {
"type": "structure",

@@ -233,0 +327,0 @@ "members": {

@@ -9,2 +9,8 @@ {

},
"ListControls": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Controls"
},
"ListDomains": {

@@ -11,0 +17,0 @@ "input_token": "NextToken",

@@ -1435,3 +1435,7 @@ {

"name": "QApps"
},
"ssmquicksetup": {
"prefix": "ssm-quicksetup",
"name": "SSMQuickSetup"
}
}

@@ -15,3 +15,6 @@ {

"targetPrefix": "AWSSupport_20130415",
"uid": "support-2013-04-15"
"uid": "support-2013-04-15",
"auth": [
"aws.auth#sigv4"
]
},

@@ -18,0 +21,0 @@ "operations": {

@@ -385,1 +385,2 @@ export import ACM = require('./acm');

export import QApps = require('./qapps');
export import SSMQuickSetup = require('./ssmquicksetup');

@@ -386,3 +386,4 @@ require('../lib/node_loader');

AppTest: require('./apptest'),
QApps: require('./qapps')
QApps: require('./qapps'),
SSMQuickSetup: require('./ssmquicksetup')
};

@@ -15,2 +15,10 @@ import {Request} from '../lib/request';

/**
* Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported. Input a value for the ControlArn parameter, in ARN form. GetControl accepts controltower or controlcatalog control ARNs as input. Returns a controlcatalog ARN format. In the API response, controls that have the value GLOBAL in the Scope field do not show the DeployableRegions field, because it does not apply. Controls that have the value REGIONAL in the Scope field return a value for the DeployableRegions field, as shown in the example.
*/
getControl(params: ControlCatalog.Types.GetControlRequest, callback?: (err: AWSError, data: ControlCatalog.Types.GetControlResponse) => void): Request<ControlCatalog.Types.GetControlResponse, AWSError>;
/**
* Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported. Input a value for the ControlArn parameter, in ARN form. GetControl accepts controltower or controlcatalog control ARNs as input. Returns a controlcatalog ARN format. In the API response, controls that have the value GLOBAL in the Scope field do not show the DeployableRegions field, because it does not apply. Controls that have the value REGIONAL in the Scope field return a value for the DeployableRegions field, as shown in the example.
*/
getControl(callback?: (err: AWSError, data: ControlCatalog.Types.GetControlResponse) => void): Request<ControlCatalog.Types.GetControlResponse, AWSError>;
/**
* Returns a paginated list of common controls from the Amazon Web Services Control Catalog. You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.

@@ -24,2 +32,10 @@ */

/**
* Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. Allows you to discover available controls. The list of controls is given as structures of type controlSummary. The ARN is returned in the global controlcatalog format, as shown in the examples.
*/
listControls(params: ControlCatalog.Types.ListControlsRequest, callback?: (err: AWSError, data: ControlCatalog.Types.ListControlsResponse) => void): Request<ControlCatalog.Types.ListControlsResponse, AWSError>;
/**
* Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. Allows you to discover available controls. The list of controls is given as structures of type controlSummary. The ARN is returned in the global controlcatalog format, as shown in the examples.
*/
listControls(callback?: (err: AWSError, data: ControlCatalog.Types.ListControlsResponse) => void): Request<ControlCatalog.Types.ListControlsResponse, AWSError>;
/**
* Returns a paginated list of domains from the Amazon Web Services Control Catalog.

@@ -75,5 +91,5 @@ */

/**
* The time when the common control was created.
* The name of the common control.
*/
CreateTime: Timestamp;
Name: String;
/**

@@ -88,15 +104,34 @@ * The description of the common control.

/**
* The objective that the common control belongs to.
*/
Objective: AssociatedObjectiveSummary;
/**
* The time when the common control was created.
*/
CreateTime: Timestamp;
/**
* The time when the common control was most recently updated.
*/
LastUpdateTime: Timestamp;
}
export type CommonControlSummaryList = CommonControlSummary[];
export type ControlArn = string;
export type ControlBehavior = "PREVENTIVE"|"PROACTIVE"|"DETECTIVE"|string;
export type ControlScope = "GLOBAL"|"REGIONAL"|string;
export interface ControlSummary {
/**
* The name of the common control.
* The Amazon Resource Name (ARN) of the control.
*/
Arn: ControlArn;
/**
* The display name of the control.
*/
Name: String;
/**
* The objective that the common control belongs to.
* A description of the control, as it may appear in the console. Describes the functionality of the control.
*/
Objective: AssociatedObjectiveSummary;
Description: String;
}
export type CommonControlSummaryList = CommonControlSummary[];
export type Controls = ControlSummary[];
export type DeployableRegions = RegionCode[];
export type DomainArn = string;

@@ -116,5 +151,5 @@ export interface DomainResourceFilter {

/**
* The time when the domain was created.
* The name of the domain.
*/
CreateTime: Timestamp;
Name: String;
/**

@@ -125,17 +160,38 @@ * The description of the domain.

/**
* The time when the domain was created.
*/
CreateTime: Timestamp;
/**
* The time when the domain was most recently updated.
*/
LastUpdateTime: Timestamp;
}
export type DomainSummaryList = DomainSummary[];
export interface GetControlRequest {
/**
* The name of the domain.
* The Amazon Resource Name (ARN) of the control. It has one of the following formats: Global format arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID} Or Regional format arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID} Here is a more general pattern that covers Amazon Web Services Control Tower and Control Catalog ARNs: ^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$
*/
ControlArn: ControlArn;
}
export interface GetControlResponse {
/**
* The Amazon Resource Name (ARN) of the control.
*/
Arn: ControlArn;
/**
* The display name of the control.
*/
Name: String;
/**
* A description of what the control does.
*/
Description: String;
/**
* A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
*/
Behavior: ControlBehavior;
RegionConfiguration: RegionConfiguration;
}
export type DomainSummaryList = DomainSummary[];
export interface ListCommonControlsRequest {
/**
* An optional filter that narrows the results to a specific objective. This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
*/
CommonControlFilter?: CommonControlFilter;
/**
* The maximum number of results on a page or for an API request call.

@@ -148,2 +204,6 @@ */

NextToken?: PaginationToken;
/**
* An optional filter that narrows the results to a specific objective. This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
*/
CommonControlFilter?: CommonControlFilter;
}

@@ -160,2 +220,22 @@ export interface ListCommonControlsResponse {

}
export interface ListControlsRequest {
/**
* The pagination token that's used to fetch the next set of results.
*/
NextToken?: PaginationToken;
/**
* The maximum number of results on a page or for an API request call.
*/
MaxResults?: MaxListControlsResults;
}
export interface ListControlsResponse {
/**
* Returns a list of controls, given as structures of type controlSummary.
*/
Controls: Controls;
/**
* The pagination token that's used to fetch the next set of results.
*/
NextToken?: PaginationToken;
}
export interface ListDomainsRequest {

@@ -197,11 +277,12 @@ /**

/**
* The list of objectives that the ListObjectives API returns.
*/
Objectives: ObjectiveSummaryList;
/**
* The pagination token that's used to fetch the next set of results.
*/
NextToken?: PaginationToken;
/**
* The list of objectives that the ListObjectives API returns.
*/
Objectives: ObjectiveSummaryList;
}
export type MaxListCommonControlsResults = number;
export type MaxListControlsResults = number;
export type MaxListDomainsResults = number;

@@ -229,5 +310,5 @@ export type MaxListObjectivesResults = number;

/**
* The time when the objective was created.
* The name of the objective.
*/
CreateTime: Timestamp;
Name: String;
/**

@@ -242,12 +323,23 @@ * The description of the objective.

/**
* The time when the objective was created.
*/
CreateTime: Timestamp;
/**
* The time when the objective was most recently updated.
*/
LastUpdateTime: Timestamp;
}
export type ObjectiveSummaryList = ObjectiveSummary[];
export type PaginationToken = string;
export type RegionCode = string;
export interface RegionConfiguration {
/**
* The name of the objective.
* The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.
*/
Name: String;
Scope: ControlScope;
/**
* Regions in which the control is available to be deployed.
*/
DeployableRegions?: DeployableRegions;
}
export type ObjectiveSummaryList = ObjectiveSummary[];
export type PaginationToken = string;
export type String = string;

@@ -254,0 +346,0 @@ export type Timestamp = Date;

@@ -12,2 +12,3 @@ require('../lib/node_loader');

model.paginators = require('../apis/controlcatalog-2018-05-10.paginators.json').pagination;
model.waiters = require('../apis/controlcatalog-2018-05-10.waiters2.json').waiters;
return model;

@@ -14,0 +15,0 @@ },

@@ -387,2 +387,3 @@ import * as AWS from '../clients/all';

qapps?: AWS.QApps.Types.ClientConfiguration;
ssmquicksetup?: AWS.SSMQuickSetup.Types.ClientConfiguration;
}

@@ -774,2 +775,3 @@ export interface ConfigurationServiceApiVersions {

qapps?: AWS.QApps.Types.apiVersion;
ssmquicksetup?: AWS.SSMQuickSetup.Types.apiVersion;
}

@@ -23,3 +23,3 @@ /**

*/
VERSION: '2.1665.0',
VERSION: '2.1666.0',

@@ -26,0 +26,0 @@ /**

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1665.0",
"version": "2.1666.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Amazon Web Services",

@@ -67,3 +67,3 @@ # AWS SDK for JavaScript

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1665.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1666.0.min.js"></script>

@@ -70,0 +70,0 @@ You can also build a custom browser SDK with your specified set of AWS services.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc