Skip to content

Commit

Permalink
Updates SDK to v2.688.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 2, 2020
1 parent 5a31051 commit c40b213
Show file tree
Hide file tree
Showing 12 changed files with 544 additions and 57 deletions.
7 changes: 7 additions & 0 deletions .changes/2.688.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "GuardDuty",
"description": "Amazon GuardDuty findings now include S3 bucket details under the resource section if an S3 Bucket was one of the affected resources"
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.687.0-->
<!--LATEST=2.688.0-->
<!--ENTRYINSERT-->

## 2.688.0
* feature: GuardDuty: Amazon GuardDuty findings now include S3 bucket details under the resource section if an S3 Bucket was one of the affected resources

## 2.687.0
* feature: Athena: This release adds support for connecting Athena to your own Apache Hive Metastores in addition to the AWS Glue Data Catalog. For more information, please see https://docs.aws.amazon.com/athena/latest/ug/connect-to-data-source-hive.html
* feature: EMR: Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
186 changes: 160 additions & 26 deletions apis/guardduty-2017-11-28.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,116 @@
}
}
},
"S3BucketDetails": {
"locationName": "s3BucketDetails",
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Name": {
"locationName": "name"
},
"Type": {
"locationName": "type"
},
"CreatedAt": {
"locationName": "createdAt",
"type": "timestamp"
},
"Owner": {
"locationName": "owner",
"type": "structure",
"members": {
"Id": {
"locationName": "id"
}
}
},
"Tags": {
"shape": "S2w",
"locationName": "tags"
},
"DefaultServerSideEncryption": {
"locationName": "defaultServerSideEncryption",
"type": "structure",
"members": {
"EncryptionType": {
"locationName": "encryptionType"
},
"KmsMasterKeyArn": {
"locationName": "kmsMasterKeyArn"
}
}
},
"PublicAccess": {
"locationName": "publicAccess",
"type": "structure",
"members": {
"PermissionConfiguration": {
"locationName": "permissionConfiguration",
"type": "structure",
"members": {
"BucketLevelPermissions": {
"locationName": "bucketLevelPermissions",
"type": "structure",
"members": {
"AccessControlList": {
"locationName": "accessControlList",
"type": "structure",
"members": {
"AllowsPublicReadAccess": {
"locationName": "allowsPublicReadAccess",
"type": "boolean"
},
"AllowsPublicWriteAccess": {
"locationName": "allowsPublicWriteAccess",
"type": "boolean"
}
}
},
"BucketPolicy": {
"locationName": "bucketPolicy",
"type": "structure",
"members": {
"AllowsPublicReadAccess": {
"locationName": "allowsPublicReadAccess",
"type": "boolean"
},
"AllowsPublicWriteAccess": {
"locationName": "allowsPublicWriteAccess",
"type": "boolean"
}
}
},
"BlockPublicAccess": {
"shape": "S34",
"locationName": "blockPublicAccess"
}
}
},
"AccountLevelPermissions": {
"locationName": "accountLevelPermissions",
"type": "structure",
"members": {
"BlockPublicAccess": {
"shape": "S34",
"locationName": "blockPublicAccess"
}
}
}
}
},
"EffectivePermission": {
"locationName": "effectivePermission"
}
}
}
}
}
},
"InstanceDetails": {
"locationName": "instanceDetails",
"type": "structure",
Expand Down Expand Up @@ -1130,19 +1240,8 @@
}
},
"Tags": {
"locationName": "tags",
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {
"locationName": "key"
},
"Value": {
"locationName": "value"
}
}
}
"shape": "S2w",
"locationName": "tags"
}
}
},
Expand Down Expand Up @@ -1185,7 +1284,7 @@
}
},
"RemoteIpDetails": {
"shape": "S39",
"shape": "S3l",
"locationName": "remoteIpDetails"
},
"ServiceName": {
Expand Down Expand Up @@ -1214,18 +1313,18 @@
"locationName": "connectionDirection"
},
"LocalPortDetails": {
"shape": "S3g",
"shape": "S3s",
"locationName": "localPortDetails"
},
"Protocol": {
"locationName": "protocol"
},
"LocalIpDetails": {
"shape": "S3h",
"shape": "S3t",
"locationName": "localIpDetails"
},
"RemoteIpDetails": {
"shape": "S39",
"shape": "S3l",
"locationName": "remoteIpDetails"
},
"RemotePortDetails": {
Expand Down Expand Up @@ -1258,15 +1357,15 @@
"type": "structure",
"members": {
"LocalPortDetails": {
"shape": "S3g",
"shape": "S3s",
"locationName": "localPortDetails"
},
"LocalIpDetails": {
"shape": "S3h",
"shape": "S3t",
"locationName": "localIpDetails"
},
"RemoteIpDetails": {
"shape": "S39",
"shape": "S3l",
"locationName": "remoteIpDetails"
}
}
Expand Down Expand Up @@ -1542,7 +1641,7 @@
],
"members": {
"Members": {
"shape": "S46",
"shape": "S4i",
"locationName": "members"
},
"UnprocessedAccounts": {
Expand Down Expand Up @@ -1903,7 +2002,7 @@
"type": "structure",
"members": {
"Members": {
"shape": "S46",
"shape": "S4i",
"locationName": "members"
},
"NextToken": {
Expand Down Expand Up @@ -2615,7 +2714,42 @@
}
}
},
"S39": {
"S2w": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Key": {
"locationName": "key"
},
"Value": {
"locationName": "value"
}
}
}
},
"S34": {
"type": "structure",
"members": {
"IgnorePublicAcls": {
"locationName": "ignorePublicAcls",
"type": "boolean"
},
"RestrictPublicBuckets": {
"locationName": "restrictPublicBuckets",
"type": "boolean"
},
"BlockPublicAcls": {
"locationName": "blockPublicAcls",
"type": "boolean"
},
"BlockPublicPolicy": {
"locationName": "blockPublicPolicy",
"type": "boolean"
}
}
},
"S3l": {
"type": "structure",
"members": {
"City": {
Expand Down Expand Up @@ -2676,7 +2810,7 @@
}
}
},
"S3g": {
"S3s": {
"type": "structure",
"members": {
"Port": {
Expand All @@ -2688,15 +2822,15 @@
}
}
},
"S3h": {
"S3t": {
"type": "structure",
"members": {
"IpAddressV4": {
"locationName": "ipAddressV4"
}
}
},
"S46": {
"S4i": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit c40b213

Please sign in to comment.