Skip to content

Commit

Permalink
Updates SDK to v2.261.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 21, 2018
1 parent 001a9b6 commit 8f886b7
Show file tree
Hide file tree
Showing 26 changed files with 1,149 additions and 33 deletions.
17 changes: 17 additions & 0 deletions .changes/2.261.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Macie",
"description": "Amazon Macie is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. With this release, we are launching the following Macie HTTPS API operations: AssociateMemberAccount, AssociateS3Resources, DisassociateMemberAccount, DisassociateS3Resources, ListMemberAccounts, ListS3Resources, and UpdateS3Resources. With these API operations you can issue HTTPS requests directly to the service."
},
{
"type": "feature",
"category": "Neptune",
"description": "Deprecates the PubliclyAccessible parameter that is not supported by Amazon Neptune."
},
{
"type": "feature",
"category": "SSM",
"description": "Adds Amazon Linux 2 support to Patch Manager"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.260.1-->
<!--LATEST=2.261.1-->
<!--ENTRYINSERT-->

## 2.261.1
* feature: Macie: Amazon Macie is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. With this release, we are launching the following Macie HTTPS API operations: AssociateMemberAccount, AssociateS3Resources, DisassociateMemberAccount, DisassociateS3Resources, ListMemberAccounts, ListS3Resources, and UpdateS3Resources. With these API operations you can issue HTTPS requests directly to the service.
* feature: Neptune: Deprecates the PubliclyAccessible parameter that is not supported by Amazon Neptune.
* feature: SSM: Adds Amazon Linux 2 support to Patch Manager

## 2.260.1
* feature: ACMPCA: CA Restore is a new feature within AWS Certificate Manager Private Certificate Authority (ACM PCA) that allows you to restore a private certificate authority that has been deleted. When you issue the DeleteCertificateAuthority call, you can now specify the number of days (7-30, with 30 being the default) in which the private certificate authority will remain in the DELETED state. During this time, the private certificate authority can be restored with the RestoreCertificateAuthority API call and then be returned to the PENDING_CERTIFICATE or DISABLED state, depending upon the state prior to deletion. Summary of API Changes: 1). Added RestoreCertificateAuthority API call; 2). Added optional PermanentDeletionTimeInDays parameter to DeleteCertificateAuthority API call. If this parameter is not specified, the DeleteCertificateAuthority API call will use a 30 day restore period as default.
* feature: MediaLive: AWS Elemental MediaLive now makes Reserved Outputs and Inputs available through the AWS Management Console and API. You can reserve outputs and inputs with a 12 month commitment in exchange for discounted hourly rates. Pricing is available at https://aws.amazon.com/medialive/pricing/
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.260.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.261.1.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
5 changes: 5 additions & 0 deletions apis/macie-2017-12-19.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version":"1.0",
"examples":{
}
}
222 changes: 222 additions & 0 deletions apis/macie-2017-12-19.min.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-12-19",
"endpointPrefix": "macie",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "Amazon Macie",
"serviceId": "Macie",
"signatureVersion": "v4",
"targetPrefix": "MacieService",
"uid": "macie-2017-12-19"
},
"operations": {
"AssociateMemberAccount": {
"input": {
"type": "structure",
"required": [
"memberAccountId"
],
"members": {
"memberAccountId": {}
}
}
},
"AssociateS3Resources": {
"input": {
"type": "structure",
"required": [
"s3Resources"
],
"members": {
"memberAccountId": {},
"s3Resources": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"failedS3Resources": {
"shape": "Sc"
}
}
}
},
"DisassociateMemberAccount": {
"input": {
"type": "structure",
"required": [
"memberAccountId"
],
"members": {
"memberAccountId": {}
}
}
},
"DisassociateS3Resources": {
"input": {
"type": "structure",
"required": [
"associatedS3Resources"
],
"members": {
"memberAccountId": {},
"associatedS3Resources": {
"type": "list",
"member": {
"shape": "Se"
}
}
}
},
"output": {
"type": "structure",
"members": {
"failedS3Resources": {
"shape": "Sc"
}
}
}
},
"ListMemberAccounts": {
"input": {
"type": "structure",
"members": {
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"memberAccounts": {
"type": "list",
"member": {
"type": "structure",
"members": {
"accountId": {}
}
}
},
"nextToken": {}
}
}
},
"ListS3Resources": {
"input": {
"type": "structure",
"members": {
"memberAccountId": {},
"nextToken": {},
"maxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"s3Resources": {
"shape": "S4"
},
"nextToken": {}
}
}
},
"UpdateS3Resources": {
"input": {
"type": "structure",
"required": [
"s3ResourcesUpdate"
],
"members": {
"memberAccountId": {},
"s3ResourcesUpdate": {
"type": "list",
"member": {
"type": "structure",
"required": [
"bucketName",
"classificationTypeUpdate"
],
"members": {
"bucketName": {},
"prefix": {},
"classificationTypeUpdate": {
"type": "structure",
"members": {
"oneTime": {},
"continuous": {}
}
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"failedS3Resources": {
"shape": "Sc"
}
}
}
}
},
"shapes": {
"S4": {
"type": "list",
"member": {
"type": "structure",
"required": [
"bucketName",
"classificationType"
],
"members": {
"bucketName": {},
"prefix": {},
"classificationType": {
"type": "structure",
"required": [
"oneTime",
"continuous"
],
"members": {
"oneTime": {},
"continuous": {}
}
}
}
}
},
"Sc": {
"type": "list",
"member": {
"type": "structure",
"members": {
"failedItem": {
"shape": "Se"
},
"errorCode": {},
"errorMessage": {}
}
}
},
"Se": {
"type": "structure",
"required": [
"bucketName"
],
"members": {
"bucketName": {},
"prefix": {}
}
}
}
}
Loading

0 comments on commit 8f886b7

Please sign in to comment.