Skip to content

Commit

Permalink
Updates SDK to v2.664.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 27, 2020
1 parent a8ada34 commit 9dc7400
Show file tree
Hide file tree
Showing 21 changed files with 500 additions and 178 deletions.
22 changes: 22 additions & 0 deletions .changes/2.664.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "This release adds support for inclusion of S3 Access Point policies in IAM Access Analyzer evaluation of S3 bucket access. IAM Access Analyzer now reports findings for buckets shared through access points and identifies the access point that permits access."
},
{
"type": "feature",
"category": "DMS",
"description": "Adding minimum replication engine version for describe-endpoint-types api."
},
{
"type": "feature",
"category": "DataExchange",
"description": "This release introduces AWS Data Exchange support for configurable encryption parameters when exporting data sets to Amazon S3. "
},
{
"type": "feature",
"category": "SageMaker",
"description": "Change to the input, ResourceSpec, changing EnvironmentArn to SageMakerImageArn. This affects the following preview APIs: CreateDomain, DescribeDomain, UpdateDomain, CreateUserProfile, DescribeUserProfile, UpdateUserProfile, CreateApp and DescribeApp."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.663.0-->
<!--LATEST=2.664.0-->
<!--ENTRYINSERT-->

## 2.664.0
* feature: AccessAnalyzer: This release adds support for inclusion of S3 Access Point policies in IAM Access Analyzer evaluation of S3 bucket access. IAM Access Analyzer now reports findings for buckets shared through access points and identifies the access point that permits access.
* feature: DMS: Adding minimum replication engine version for describe-endpoint-types api.
* feature: DataExchange: This release introduces AWS Data Exchange support for configurable encryption parameters when exporting data sets to Amazon S3.
* feature: SageMaker: Change to the input, ResourceSpec, changing EnvironmentArn to SageMakerImageArn. This affects the following preview APIs: CreateDomain, DescribeDomain, UpdateDomain, CreateUserProfile, DescribeUserProfile, UpdateUserProfile, CreateApp and DescribeApp.

## 2.663.0
* feature: ElasticInference: This feature allows customers to describe the accelerator types and offerings on any region where Elastic Inference is available.
* feature: Iot: This release adds a new exception type to the AWS IoT SetV2LoggingLevel API.
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.663.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.664.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
24 changes: 24 additions & 0 deletions apis/accessanalyzer-2019-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@
"resource": {},
"resourceOwnerAccount": {},
"resourceType": {},
"sources": {
"shape": "S15"
},
"status": {},
"updatedAt": {
"shape": "Sm"
Expand Down Expand Up @@ -546,6 +549,9 @@
"resource": {},
"resourceOwnerAccount": {},
"resourceType": {},
"sources": {
"shape": "S15"
},
"status": {},
"updatedAt": {
"shape": "Sm"
Expand Down Expand Up @@ -823,6 +829,24 @@
"type": "map",
"key": {},
"value": {}
},
"S15": {
"type": "list",
"member": {
"type": "structure",
"required": [
"type"
],
"members": {
"detail": {
"type": "structure",
"members": {
"accessPointArn": {}
}
},
"type": {}
}
}
}
}
}
51 changes: 50 additions & 1 deletion apis/accessanalyzer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
},
"sharedVia": {
"shape": "SharedViaList",
"documentation": "<p>Indicates how the access that generated the finding is granted.</p>"
"documentation": "<p>Indicates how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
},
"status": {
"shape": "FindingStatus",
Expand Down Expand Up @@ -1002,6 +1002,10 @@
"shape": "ResourceType",
"documentation": "<p>The type of the resource reported in the finding.</p>"
},
"sources": {
"shape": "FindingSourceList",
"documentation": "<p>The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>"
},
"status": {
"shape": "FindingStatus",
"documentation": "<p>The current status of the finding.</p>"
Expand All @@ -1022,6 +1026,47 @@
"shape": "FindingId"
}
},
"FindingSource": {
"type": "structure",
"required": [
"type"
],
"members": {
"detail": {
"shape": "FindingSourceDetail",
"documentation": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
},
"type": {
"shape": "FindingSourceType",
"documentation": "<p>Indicates the type of access that generated the finding.</p>"
}
},
"documentation": "<p>The source of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>"
},
"FindingSourceDetail": {
"type": "structure",
"members": {
"accessPointArn": {
"shape": "String",
"documentation": "<p>The ARN of the access point that generated the finding.</p>"
}
},
"documentation": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
},
"FindingSourceList": {
"type": "list",
"member": {
"shape": "FindingSource"
}
},
"FindingSourceType": {
"type": "string",
"enum": [
"BUCKET_ACL",
"POLICY",
"S3_ACCESS_POINT"
]
},
"FindingStatus": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1094,6 +1139,10 @@
"shape": "ResourceType",
"documentation": "<p>The type of the resource that the external principal has access to.</p>"
},
"sources": {
"shape": "FindingSourceList",
"documentation": "<p>The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>"
},
"status": {
"shape": "FindingStatus",
"documentation": "<p>The status of the finding.</p>"
Expand Down
67 changes: 33 additions & 34 deletions apis/dataexchange-2017-07-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
"shape": "Si"
},
"DataSetId": {},
"Encryption": {
"shape": "Sk"
},
"RevisionId": {}
},
"required": [
Expand Down Expand Up @@ -134,7 +137,7 @@
"type": "structure",
"members": {
"AssetSources": {
"shape": "So"
"shape": "Sq"
},
"DataSetId": {},
"RevisionId": {}
Expand Down Expand Up @@ -162,10 +165,10 @@
"shape": "Sa"
},
"Details": {
"shape": "Ss"
"shape": "Su"
},
"Errors": {
"shape": "Sx"
"shape": "Sz"
},
"Id": {},
"State": {},
Expand Down Expand Up @@ -325,7 +328,7 @@
"members": {
"Arn": {},
"AssetDetails": {
"shape": "S1f"
"shape": "S1h"
},
"AssetType": {},
"CreatedAt": {
Expand Down Expand Up @@ -411,10 +414,10 @@
"shape": "Sa"
},
"Details": {
"shape": "Ss"
"shape": "Su"
},
"Errors": {
"shape": "Sx"
"shape": "Sz"
},
"Id": {},
"State": {},
Expand Down Expand Up @@ -640,10 +643,10 @@
"shape": "Sa"
},
"Details": {
"shape": "Ss"
"shape": "Su"
},
"Errors": {
"shape": "Sx"
"shape": "Sz"
},
"Id": {},
"State": {},
Expand Down Expand Up @@ -709,7 +712,7 @@
"members": {
"Arn": {},
"AssetDetails": {
"shape": "S1f"
"shape": "S1h"
},
"AssetType": {},
"CreatedAt": {
Expand Down Expand Up @@ -876,7 +879,7 @@
"members": {
"Arn": {},
"AssetDetails": {
"shape": "S1f"
"shape": "S1h"
},
"AssetType": {},
"CreatedAt": {
Expand Down Expand Up @@ -1017,7 +1020,18 @@
]
}
},
"So": {
"Sk": {
"type": "structure",
"members": {
"KmsKeyArn": {},
"Type": {}
},
"required": [
"Type",
"KmsKeyArn"
]
},
"Sq": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1031,7 +1045,7 @@
]
}
},
"Ss": {
"Su": {
"type": "structure",
"members": {
"ExportAssetToSignedUrl": {
Expand All @@ -1058,6 +1072,9 @@
"shape": "Si"
},
"DataSetId": {},
"Encryption": {
"shape": "Sk"
},
"RevisionId": {}
},
"required": [
Expand Down Expand Up @@ -1088,7 +1105,7 @@
"type": "structure",
"members": {
"AssetSources": {
"shape": "So"
"shape": "Sq"
},
"DataSetId": {},
"RevisionId": {}
Expand All @@ -1101,7 +1118,7 @@
}
}
},
"Sx": {
"Sz": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1120,7 +1137,7 @@
]
},
"ImportAssetsFromS3JobErrorDetails": {
"shape": "So"
"shape": "Sq"
}
}
},
Expand All @@ -1138,7 +1155,7 @@
]
}
},
"S1f": {
"S1h": {
"type": "structure",
"members": {
"S3SnapshotAsset": {
Expand All @@ -1154,23 +1171,5 @@
}
}
}
},
"authorizers": {
"create_job_authorizer": {
"name": "create_job_authorizer",
"type": "provided",
"placement": {
"location": "header",
"name": "Authorization"
}
},
"start_cancel_get_job_authorizer": {
"name": "start_cancel_get_job_authorizer",
"type": "provided",
"placement": {
"location": "header",
"name": "Authorization"
}
}
}
}
Loading

0 comments on commit 9dc7400

Please sign in to comment.