Skip to content

Commit

Permalink
Updates SDK to v2.478.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 18, 2019
1 parent 79088e7 commit 4924b0f
Show file tree
Hide file tree
Showing 15 changed files with 1,614 additions and 405 deletions.
12 changes: 12 additions & 0 deletions .changes/2.478.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "You can now launch new 12xlarge, 24xlarge, and metal instance sizes on the Amazon EC2 compute optimized C5 instance types featuring 2nd Gen Intel Xeon Scalable Processors."
},
{
"type": "feature",
"category": "ResourceGroupsTaggingAPI",
"description": "You can use tag policies to help standardize on tags across your organization's resources."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.477.0-->
<!--LATEST=2.478.0-->
<!--ENTRYINSERT-->

## 2.478.0
* feature: EC2: You can now launch new 12xlarge, 24xlarge, and metal instance sizes on the Amazon EC2 compute optimized C5 instance types featuring 2nd Gen Intel Xeon Scalable Processors.
* feature: ResourceGroupsTaggingAPI: You can use tag policies to help standardize on tags across your organization's resources.

## 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.
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.477.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.478.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
2 changes: 2 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -20033,7 +20033,9 @@
"c5.2xlarge",
"c5.4xlarge",
"c5.9xlarge",
"c5.12xlarge",
"c5.18xlarge",
"c5.24xlarge",
"c5d.large",
"c5d.xlarge",
"c5d.2xlarge",
Expand Down
242 changes: 229 additions & 13 deletions apis/resourcegroupstaggingapi-2017-01-26.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,130 @@
"uid": "resourcegroupstaggingapi-2017-01-26"
},
"operations": {
"DeleteTagPolicy": {
"input": {
"type": "structure",
"required": [
"TargetId"
],
"members": {
"TargetId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeReportCreation": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"Status": {},
"S3Location": {},
"ErrorMessage": {}
}
}
},
"DisableTagPolicies": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"EnableTagPolicies": {
"input": {
"type": "structure",
"required": [
"RootId"
],
"members": {
"RootId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"GetComplianceSummary": {
"input": {
"type": "structure",
"members": {
"TargetIdFilters": {
"type": "list",
"member": {}
},
"RegionFilters": {
"type": "list",
"member": {}
},
"ResourceTypeFilters": {
"shape": "Si"
},
"TagKeyFilters": {
"type": "list",
"member": {}
},
"GroupBy": {
"type": "list",
"member": {}
},
"MaxResults": {
"type": "integer"
},
"PaginationToken": {}
}
},
"output": {
"type": "structure",
"members": {
"SummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"LastUpdated": {
"shape": "St"
},
"TargetId": {},
"Region": {},
"ResourceType": {},
"NonCompliantResources": {
"type": "long"
}
}
}
},
"PaginationToken": {}
}
}
},
"GetEffectiveTagPolicy": {
"input": {
"type": "structure",
"members": {
"TargetId": {}
}
},
"output": {
"type": "structure",
"members": {
"Policy": {},
"LastUpdated": {
"shape": "St"
}
}
}
},
"GetResources": {
"input": {
"type": "structure",
Expand All @@ -37,9 +161,15 @@
"type": "integer"
},
"ResourceTypeFilters": {
"type": "list",
"member": {}
}
"shape": "Si"
},
"IncludeComplianceDetails": {
"type": "boolean"
},
"ExcludeCompliantResources": {
"type": "boolean"
},
"Policy": {}
}
},
"output": {
Expand All @@ -65,6 +195,23 @@
"Value": {}
}
}
},
"ComplianceDetails": {
"type": "structure",
"members": {
"MissingKeys": {
"shape": "S1e"
},
"InvalidKeys": {
"shape": "S1e"
},
"InvalidValues": {
"shape": "S1e"
},
"ComplianceStatus": {
"type": "boolean"
}
}
}
}
}
Expand All @@ -76,16 +223,38 @@
"input": {
"type": "structure",
"members": {
"PaginationToken": {}
"PaginationToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"PaginationToken": {},
"TagKeys": {
"type": "list",
"member": {}
"shape": "S1e"
}
}
}
},
"GetTagPolicy": {
"input": {
"type": "structure",
"required": [
"TargetId"
],
"members": {
"TargetId": {}
}
},
"output": {
"type": "structure",
"members": {
"Policy": {},
"LastUpdated": {
"shape": "St"
}
}
}
Expand All @@ -98,7 +267,10 @@
],
"members": {
"PaginationToken": {},
"Key": {}
"Key": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
Expand All @@ -112,6 +284,38 @@
}
}
},
"PutTagPolicy": {
"input": {
"type": "structure",
"required": [
"TargetId",
"Policy"
],
"members": {
"TargetId": {},
"Policy": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"StartReportCreation": {
"input": {
"type": "structure",
"required": [
"S3Bucket"
],
"members": {
"S3Bucket": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"TagResources": {
"input": {
"type": "structure",
Expand All @@ -121,7 +325,7 @@
],
"members": {
"ResourceARNList": {
"shape": "Sp"
"shape": "S1u"
},
"Tags": {
"type": "map",
Expand All @@ -134,7 +338,7 @@
"type": "structure",
"members": {
"FailedResourcesMap": {
"shape": "Ss"
"shape": "S1x"
}
}
}
Expand All @@ -148,7 +352,7 @@
],
"members": {
"ResourceARNList": {
"shape": "Sp"
"shape": "S1u"
},
"TagKeys": {
"type": "list",
Expand All @@ -160,18 +364,30 @@
"type": "structure",
"members": {
"FailedResourcesMap": {
"shape": "Ss"
"shape": "S1x"
}
}
}
}
},
"shapes": {
"Sp": {
"Si": {
"type": "list",
"member": {}
},
"St": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"S1e": {
"type": "list",
"member": {}
},
"S1u": {
"type": "list",
"member": {}
},
"Ss": {
"S1x": {
"type": "map",
"key": {},
"value": {
Expand Down
Loading

0 comments on commit 4924b0f

Please sign in to comment.