Skip to content

Commit

Permalink
Updates SDK to v2.494.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 17, 2019
1 parent a0510e0 commit 40c247c
Show file tree
Hide file tree
Showing 16 changed files with 435 additions and 356 deletions.
12 changes: 12 additions & 0 deletions .changes/2.494.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "This release adds more granularity to the status of an OrganizationConfigRule by adding a new status. It also adds an exception when organization access is denied."
},
{
"type": "feature",
"category": "DMS",
"description": "S3 endpoint settings update: 1) Option to append operation column to full-load files. 2) Option to add a commit timestamp column to full-load and cdc files. Updated DescribeAccountAttributes to include UniqueAccountIdentifier."
}
]
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.493.0-->
<!--LATEST=2.494.0-->
<!--ENTRYINSERT-->

## 2.494.0
* feature: ConfigService: This release adds more granularity to the status of an OrganizationConfigRule by adding a new status. It also adds an exception when organization access is denied.
* feature: DMS: S3 endpoint settings update: 1) Option to append operation column to full-load files. 2) Option to add a commit timestamp column to full-load and cdc files. Updated DescribeAccountAttributes to include UniqueAccountIdentifier.

## 2.493.0
* feature: ApiGatewayV2: Bug fix (Add tags field to Update Stage , Api and DomainName Responses )
* feature: ES: Amazon Elasticsearch Service now supports M5, C5, and R5 instance types.
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.493.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.494.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
110 changes: 55 additions & 55 deletions apis/autoscaling-2011-01-01.normal.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
},
{
"shape": "ResourceInUseException"
},
{
"shape": "OrganizationAccessDeniedException"
}
]
},
Expand Down Expand Up @@ -565,6 +568,9 @@
},
{
"shape": "InvalidNextTokenException"
},
{
"shape": "OrganizationAccessDeniedException"
}
]
},
Expand All @@ -589,6 +595,9 @@
},
{
"shape": "InvalidLimitException"
},
{
"shape": "OrganizationAccessDeniedException"
}
]
},
Expand Down Expand Up @@ -907,6 +916,9 @@
},
{
"shape": "InvalidNextTokenException"
},
{
"shape": "OrganizationAccessDeniedException"
}
]
},
Expand Down Expand Up @@ -3978,6 +3990,9 @@
"CREATE_SUCCESSFUL",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"UPDATE_SUCCESSFUL",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
"DELETE_SUCCESSFUL",
"DELETE_FAILED",
"DELETE_IN_PROGRESS"
Expand Down Expand Up @@ -4215,6 +4230,9 @@
"CREATE_SUCCESSFUL",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"UPDATE_SUCCESSFUL",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
"DELETE_SUCCESSFUL",
"DELETE_FAILED",
"DELETE_IN_PROGRESS"
Expand Down
18 changes: 12 additions & 6 deletions apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@
}
}
}
}
},
"UniqueAccountIdentifier": {}
}
}
},
Expand Down Expand Up @@ -651,7 +652,8 @@
"AvailabilityZones": {
"type": "list",
"member": {}
}
},
"ReleaseStatus": {}
}
}
},
Expand Down Expand Up @@ -700,7 +702,7 @@
"type": "structure",
"members": {
"RefreshSchemasStatus": {
"shape": "S3e"
"shape": "S3f"
}
}
}
Expand Down Expand Up @@ -1213,7 +1215,7 @@
"type": "structure",
"members": {
"RefreshSchemasStatus": {
"shape": "S3e"
"shape": "S3f"
}
}
}
Expand Down Expand Up @@ -1430,9 +1432,13 @@
"EnableStatistics": {
"type": "boolean"
},
"IncludeOpForFullLoad": {
"type": "boolean"
},
"CdcInsertsOnly": {
"type": "boolean"
}
},
"TimestampColumnName": {}
}
},
"Sp": {
Expand Down Expand Up @@ -1822,7 +1828,7 @@
"ReplicationInstanceIdentifier": {}
}
},
"S3e": {
"S3f": {
"type": "structure",
"members": {
"EndpointArn": {},
Expand Down
Loading

0 comments on commit 40c247c

Please sign in to comment.