Skip to content

Commit

Permalink
Updates SDK to v2.1156.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 16, 2022
1 parent 38c70d4 commit 1dd256d
Show file tree
Hide file tree
Showing 27 changed files with 9,231 additions and 558 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1156.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "RedshiftData",
"description": "This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups."
},
{
"type": "feature",
"category": "RedshiftServerless",
"description": "Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1155.0-->
<!--LATEST=2.1156.0-->
<!--ENTRYINSERT-->

## 2.1156.0
* feature: RedshiftData: This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups.
* feature: RedshiftServerless: Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.
* feature: SecurityHub: Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules

## 2.1155.0
* feature: Finspacedata: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
* feature: GuardDuty: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1155.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1156.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
3 changes: 3 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,5 +1166,8 @@
},
"m2": {
"name": "M2"
},
"redshiftserverless": {
"name": "RedshiftServerless"
}
}
41 changes: 25 additions & 16 deletions apis/redshift-data-2019-12-20.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"StatementName": {},
"WithEvent": {
"type": "boolean"
}
},
"WorkgroupName": {}
}
},
"output": {
Expand All @@ -45,7 +46,8 @@
"Database": {},
"DbUser": {},
"Id": {},
"SecretArn": {}
"SecretArn": {},
"WorkgroupName": {}
}
}
},
Expand Down Expand Up @@ -99,7 +101,7 @@
},
"Id": {},
"QueryParameters": {
"shape": "Sh"
"shape": "Si"
},
"QueryString": {},
"RedshiftPid": {
Expand Down Expand Up @@ -154,7 +156,8 @@
},
"UpdatedAt": {
"type": "timestamp"
}
},
"WorkgroupName": {}
}
}
},
Expand All @@ -175,7 +178,8 @@
"NextToken": {},
"Schema": {},
"SecretArn": {},
"Table": {}
"Table": {},
"WorkgroupName": {}
}
},
"output": {
Expand All @@ -184,7 +188,7 @@
"ColumnList": {
"type": "list",
"member": {
"shape": "St"
"shape": "Su"
}
},
"NextToken": {},
Expand All @@ -204,14 +208,15 @@
"Database": {},
"DbUser": {},
"Parameters": {
"shape": "Sh"
"shape": "Si"
},
"SecretArn": {},
"Sql": {},
"StatementName": {},
"WithEvent": {
"type": "boolean"
}
},
"WorkgroupName": {}
}
},
"output": {
Expand All @@ -224,7 +229,8 @@
"Database": {},
"DbUser": {},
"Id": {},
"SecretArn": {}
"SecretArn": {},
"WorkgroupName": {}
}
}
},
Expand All @@ -248,7 +254,7 @@
"ColumnMetadata": {
"type": "list",
"member": {
"shape": "St"
"shape": "Su"
}
},
"NextToken": {},
Expand Down Expand Up @@ -300,7 +306,8 @@
"type": "integer"
},
"NextToken": {},
"SecretArn": {}
"SecretArn": {},
"WorkgroupName": {}
}
},
"output": {
Expand Down Expand Up @@ -330,7 +337,8 @@
},
"NextToken": {},
"SchemaPattern": {},
"SecretArn": {}
"SecretArn": {},
"WorkgroupName": {}
}
},
"output": {
Expand Down Expand Up @@ -382,7 +390,7 @@
"type": "boolean"
},
"QueryParameters": {
"shape": "Sh"
"shape": "Si"
},
"QueryString": {},
"QueryStrings": {
Expand Down Expand Up @@ -418,7 +426,8 @@
"NextToken": {},
"SchemaPattern": {},
"SecretArn": {},
"TablePattern": {}
"TablePattern": {},
"WorkgroupName": {}
}
},
"output": {
Expand All @@ -441,7 +450,7 @@
}
},
"shapes": {
"Sh": {
"Si": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -455,7 +464,7 @@
}
}
},
"St": {
"Su": {
"type": "structure",
"members": {
"columnDefault": {},
Expand Down
Loading

0 comments on commit 1dd256d

Please sign in to comment.