Skip to content

Commit

Permalink
Updates SDK to v2.1607.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 25, 2024
1 parent 6a5f51b commit 64fb575
Show file tree
Hide file tree
Showing 32 changed files with 1,339 additions and 247 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1607.0.json
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "UpdateGraphQLAPI documentation update and datasource introspection secret arn update"
},
{
"type": "feature",
"category": "FMS",
"description": "AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization."
},
{
"type": "feature",
"category": "IVS",
"description": "Bug Fix: IVS does not support arns with the `svs` prefix"
},
{
"type": "feature",
"category": "IVSRealTime",
"description": "Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1606.0-->
<!--LATEST=2.1607.0-->
<!--ENTRYINSERT-->

## 2.1607.0
* feature: AppSync: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
* feature: FMS: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.
* feature: IVS: Bug Fix: IVS does not support arns with the `svs` prefix
* feature: IVSRealTime: Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix.
* feature: StepFunctions: Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.

## 2.1606.0
* feature: DataSync: This change allows users to disable and enable the schedules associated with their tasks.
* feature: EC2: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1606.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1607.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
6 changes: 5 additions & 1 deletion apis/appsync-2017-07-25.min.json
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "appsync",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceAbbreviation": "AWSAppSync",
"serviceFullName": "AWS AppSync",
"serviceId": "AppSync",
Expand Down Expand Up @@ -2077,7 +2080,8 @@
"type": "structure",
"required": [
"apiId",
"name"
"name",
"authenticationType"
],
"members": {
"apiId": {
Expand Down
8 changes: 6 additions & 2 deletions apis/appsync-2017-07-25.normal.json
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "appsync",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceAbbreviation": "AWSAppSync",
"serviceFullName": "AWS AppSync",
"serviceId": "AppSync",
Expand Down Expand Up @@ -4967,7 +4970,7 @@
"type": "string",
"max": 2048,
"min": 20,
"pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
"pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
},
"RdsHttpEndpointConfig": {
"type": "structure",
Expand Down Expand Up @@ -5744,7 +5747,8 @@
"type": "structure",
"required": [
"apiId",
"name"
"name",
"authenticationType"
],
"members": {
"apiId": {
Expand Down

0 comments on commit 64fb575

Please sign in to comment.