Skip to content

Commit

Permalink
Updates SDK to v2.477.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 17, 2019
1 parent b470f8e commit 79088e7
Show file tree
Hide file tree
Showing 15 changed files with 148 additions and 58 deletions.
17 changes: 17 additions & 0 deletions .changes/2.477.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Neptune",
"description": "This release adds a feature to configure Amazon Neptune to publish audit logs to Amazon CloudWatch Logs."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Add the ServiceUnavailableException (503) into CreateSimulationJob API."
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Restrict concurrent calls by a single customer account for CreatePortfolioShare and DeletePortfolioShare when sharing/unsharing to an Organization."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.476.0-->
<!--LATEST=2.477.0-->
<!--ENTRYINSERT-->

## 2.477.0
* feature: Neptune: This release adds a feature to configure Amazon Neptune to publish audit logs to Amazon CloudWatch Logs.
* feature: RoboMaker: Add the ServiceUnavailableException (503) into CreateSimulationJob API.
* feature: ServiceCatalog: Restrict concurrent calls by a single customer account for CreatePortfolioShare and DeletePortfolioShare when sharing/unsharing to an Organization.

## 2.476.0
* feature: AppStream: Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
* feature: CloudFront: A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.476.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.477.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
90 changes: 54 additions & 36 deletions apis/neptune-2014-10-31.min.json
Expand Up @@ -214,6 +214,9 @@
"PreSignedUrl": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnableCloudwatchLogsExports": {
"shape": "Sx"
}
}
},
Expand All @@ -222,7 +225,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -298,7 +301,7 @@
"MasterUsername": {},
"MasterUserPassword": {},
"DBSecurityGroups": {
"shape": "S1d"
"shape": "S1e"
},
"VpcSecurityGroupIds": {
"shape": "Sw"
Expand Down Expand Up @@ -363,7 +366,7 @@
},
"PerformanceInsightsKMSKeyId": {},
"EnableCloudwatchLogsExports": {
"shape": "S1e"
"shape": "Sx"
}
}
},
Expand Down Expand Up @@ -487,7 +490,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -726,7 +729,7 @@
"DBClusters": {
"type": "list",
"member": {
"shape": "Sy",
"shape": "Sz",
"locationName": "DBCluster"
}
}
Expand Down Expand Up @@ -813,7 +816,7 @@
}
},
"ExportableLogTypes": {
"shape": "S1e"
"shape": "Sx"
},
"SupportsLogExportsToCloudwatchLogs": {
"type": "boolean"
Expand Down Expand Up @@ -1302,7 +1305,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -1359,6 +1362,9 @@
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"CloudwatchLogsExportConfiguration": {
"shape": "S4v"
},
"EngineVersion": {}
}
},
Expand All @@ -1367,7 +1373,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand All @@ -1387,7 +1393,7 @@
}
},
"output": {
"shape": "S4x",
"shape": "S4y",
"resultWrapper": "ModifyDBClusterParameterGroupResult"
}
},
Expand Down Expand Up @@ -1433,7 +1439,7 @@
"DBInstanceClass": {},
"DBSubnetGroupName": {},
"DBSecurityGroups": {
"shape": "S1d"
"shape": "S1e"
},
"VpcSecurityGroupIds": {
"shape": "Sw"
Expand Down Expand Up @@ -1495,15 +1501,7 @@
},
"PerformanceInsightsKMSKeyId": {},
"CloudwatchLogsExportConfiguration": {
"type": "structure",
"members": {
"EnableLogTypes": {
"shape": "S1e"
},
"DisableLogTypes": {
"shape": "S1e"
}
}
"shape": "S4v"
}
}
},
Expand Down Expand Up @@ -1604,7 +1602,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -1700,7 +1698,7 @@
}
},
"output": {
"shape": "S4x",
"shape": "S4y",
"resultWrapper": "ResetDBClusterParameterGroupResult"
}
},
Expand Down Expand Up @@ -1757,6 +1755,9 @@
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnableCloudwatchLogsExports": {
"shape": "Sx"
},
"DBClusterParameterGroupName": {}
}
},
Expand All @@ -1765,7 +1766,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -1802,6 +1803,9 @@
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnableCloudwatchLogsExports": {
"shape": "Sx"
},
"DBClusterParameterGroupName": {}
}
},
Expand All @@ -1810,7 +1814,7 @@
"type": "structure",
"members": {
"DBCluster": {
"shape": "Sy"
"shape": "Sz"
}
}
}
Expand Down Expand Up @@ -1964,7 +1968,11 @@
"locationName": "VpcSecurityGroupId"
}
},
"Sy": {
"Sx": {
"type": "list",
"member": {}
},
"Sz": {
"type": "structure",
"members": {
"AllocatedStorage": {
Expand Down Expand Up @@ -2039,7 +2047,7 @@
}
},
"VpcSecurityGroups": {
"shape": "S14"
"shape": "S15"
},
"HostedZoneId": {},
"StorageEncrypted": {
Expand All @@ -2065,11 +2073,14 @@
"CloneGroupId": {},
"ClusterCreateTime": {
"type": "timestamp"
},
"EnabledCloudwatchLogsExports": {
"shape": "Sx"
}
},
"wrapper": true
},
"S14": {
"S15": {
"type": "list",
"member": {
"locationName": "VpcSecurityGroupMembership",
Expand All @@ -2080,16 +2091,12 @@
}
}
},
"S1d": {
"S1e": {
"type": "list",
"member": {
"locationName": "DBSecurityGroupName"
}
},
"S1e": {
"type": "list",
"member": {}
},
"S1g": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2131,7 +2138,7 @@
}
},
"VpcSecurityGroups": {
"shape": "S14"
"shape": "S15"
},
"DBParameterGroups": {
"type": "list",
Expand Down Expand Up @@ -2179,10 +2186,10 @@
"type": "structure",
"members": {
"LogTypesToEnable": {
"shape": "S1e"
"shape": "Sx"
},
"LogTypesToDisable": {
"shape": "S1e"
"shape": "Sx"
}
}
}
Expand Down Expand Up @@ -2293,7 +2300,7 @@
},
"PerformanceInsightsKMSKeyId": {},
"EnabledCloudwatchLogsExports": {
"shape": "S1e"
"shape": "Sx"
}
},
"wrapper": true
Expand Down Expand Up @@ -2439,7 +2446,18 @@
}
}
},
"S4x": {
"S4v": {
"type": "structure",
"members": {
"EnableLogTypes": {
"shape": "Sx"
},
"DisableLogTypes": {
"shape": "Sx"
}
}
},
"S4y": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {}
Expand Down

0 comments on commit 79088e7

Please sign in to comment.