Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-sdk

Package Overview
Dependencies
Maintainers
5
Versions
1965
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.1634.0 to 2.1635.0

14

apis/globalaccelerator-2018-08-08.min.json

@@ -8,2 +8,5 @@ {

"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "AWS Global Accelerator",

@@ -14,3 +17,6 @@ "serviceId": "Global Accelerator",

"targetPrefix": "GlobalAccelerator_V20180706",
"uid": "globalaccelerator-2018-08-08"
"uid": "globalaccelerator-2018-08-08",
"auth": [
"aws.auth#sigv4"
]
},

@@ -1129,2 +1135,5 @@ "operations": {

"IpAddressType": {},
"IpAddresses": {
"shape": "Sv"
},
"Enabled": {

@@ -1210,2 +1219,5 @@ "type": "boolean"

"IpAddressType": {},
"IpAddresses": {
"shape": "Sv"
},
"Enabled": {

@@ -1212,0 +1224,0 @@ "type": "boolean"

124

apis/s3-2006-03-01.examples.json

@@ -337,6 +337,8 @@ {

{
"Key": "objectkey1"
"Key": "HappyFace.jpg",
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
},
{
"Key": "objectkey2"
"Key": "HappyFace.jpg",
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
}

@@ -350,10 +352,8 @@ ],

{
"DeleteMarker": "true",
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
"Key": "objectkey1"
"Key": "HappyFace.jpg",
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
},
{
"DeleteMarker": "true",
"DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
"Key": "objectkey2"
"Key": "HappyFace.jpg",
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
}

@@ -368,5 +368,5 @@ ]

},
"description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
"id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
"title": "To delete multiple objects from a versioned bucket"
"description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
"id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
"title": "To delete multiple object versions from a versioned bucket"
},

@@ -379,8 +379,6 @@ {

{
"Key": "HappyFace.jpg",
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
"Key": "objectkey1"
},
{
"Key": "HappyFace.jpg",
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
"Key": "objectkey2"
}

@@ -394,8 +392,10 @@ ],

{
"Key": "HappyFace.jpg",
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
"DeleteMarker": "true",
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
"Key": "objectkey1"
},
{
"Key": "HappyFace.jpg",
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
"DeleteMarker": "true",
"DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
"Key": "objectkey2"
}

@@ -410,5 +410,5 @@ ]

},
"description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
"id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
"title": "To delete multiple object versions from a versioned bucket"
"description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
"id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
"title": "To delete multiple objects from a versioned bucket"
}

@@ -1579,10 +1579,29 @@ ],

"Key": "exampleobject",
"Metadata": {
"metadata1": "value1",
"metadata2": "value2"
"ServerSideEncryption": "AES256",
"Tagging": "key1=value1&key2=value2"
},
"output": {
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
"ServerSideEncryption": "AES256",
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
"title": "To upload an object and specify server-side encryption and object tags"
},
{
"input": {
"Body": "filetoupload",
"Bucket": "examplebucket",
"Key": "objectkey"
},
"output": {
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
},

@@ -1595,5 +1614,5 @@ "comments": {

},
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
"title": "To upload object and specify user-defined metadata"
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-create-an-object-1483147613675",
"title": "To create an object."
},

@@ -1648,27 +1667,11 @@ {

"Bucket": "examplebucket",
"Key": "objectkey"
},
"output": {
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
},
"comments": {
"input": {
},
"output": {
"Key": "exampleobject",
"Metadata": {
"metadata1": "value1",
"metadata2": "value2"
}
},
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-create-an-object-1483147613675",
"title": "To create an object."
},
{
"input": {
"Body": "HappyFace.jpg",
"Bucket": "examplebucket",
"Key": "HappyFace.jpg"
},
"output": {
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
},

@@ -1681,5 +1684,5 @@ "comments": {

},
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
"id": "to-upload-an-object-1481760101010",
"title": "To upload an object"
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
"title": "To upload object and specify user-defined metadata"
},

@@ -1709,12 +1712,9 @@ {

"input": {
"Body": "filetoupload",
"Body": "HappyFace.jpg",
"Bucket": "examplebucket",
"Key": "exampleobject",
"ServerSideEncryption": "AES256",
"Tagging": "key1=value1&key2=value2"
"Key": "HappyFace.jpg"
},
"output": {
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
"ServerSideEncryption": "AES256",
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
},

@@ -1727,5 +1727,5 @@ "comments": {

},
"description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
"title": "To upload an object and specify server-side encryption and object tags"
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
"id": "to-upload-an-object-1481760101010",
"title": "To upload an object"
}

@@ -1732,0 +1732,0 @@ ],

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

*/
VERSION: '2.1634.0',
VERSION: '2.1635.0',

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

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.1634.0",
"version": "2.1635.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.1634.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1635.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

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