Skip to content

Commit 1dd256d

Browse files
author
awstools
committed
Updates SDK to v2.1156.0
1 parent 38c70d4 commit 1dd256d

27 files changed

+9231
-558
lines changed

Diff for: .changes/2.1156.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "RedshiftData",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "RedshiftServerless",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"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"
16+
}
17+
]

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1155.0-->
2+
<!--LATEST=2.1156.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1156.0
6+
* 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.
7+
* 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.
8+
* 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
9+
510
## 2.1155.0
611
* feature: Finspacedata: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
712
* 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1155.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1156.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/metadata.json

+3
Original file line numberDiff line numberDiff line change
@@ -1166,5 +1166,8 @@
11661166
},
11671167
"m2": {
11681168
"name": "M2"
1169+
},
1170+
"redshiftserverless": {
1171+
"name": "RedshiftServerless"
11691172
}
11701173
}

Diff for: apis/redshift-data-2019-12-20.min.json

+25-16
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"StatementName": {},
3333
"WithEvent": {
3434
"type": "boolean"
35-
}
35+
},
36+
"WorkgroupName": {}
3637
}
3738
},
3839
"output": {
@@ -45,7 +46,8 @@
4546
"Database": {},
4647
"DbUser": {},
4748
"Id": {},
48-
"SecretArn": {}
49+
"SecretArn": {},
50+
"WorkgroupName": {}
4951
}
5052
}
5153
},
@@ -99,7 +101,7 @@
99101
},
100102
"Id": {},
101103
"QueryParameters": {
102-
"shape": "Sh"
104+
"shape": "Si"
103105
},
104106
"QueryString": {},
105107
"RedshiftPid": {
@@ -154,7 +156,8 @@
154156
},
155157
"UpdatedAt": {
156158
"type": "timestamp"
157-
}
159+
},
160+
"WorkgroupName": {}
158161
}
159162
}
160163
},
@@ -175,7 +178,8 @@
175178
"NextToken": {},
176179
"Schema": {},
177180
"SecretArn": {},
178-
"Table": {}
181+
"Table": {},
182+
"WorkgroupName": {}
179183
}
180184
},
181185
"output": {
@@ -184,7 +188,7 @@
184188
"ColumnList": {
185189
"type": "list",
186190
"member": {
187-
"shape": "St"
191+
"shape": "Su"
188192
}
189193
},
190194
"NextToken": {},
@@ -204,14 +208,15 @@
204208
"Database": {},
205209
"DbUser": {},
206210
"Parameters": {
207-
"shape": "Sh"
211+
"shape": "Si"
208212
},
209213
"SecretArn": {},
210214
"Sql": {},
211215
"StatementName": {},
212216
"WithEvent": {
213217
"type": "boolean"
214-
}
218+
},
219+
"WorkgroupName": {}
215220
}
216221
},
217222
"output": {
@@ -224,7 +229,8 @@
224229
"Database": {},
225230
"DbUser": {},
226231
"Id": {},
227-
"SecretArn": {}
232+
"SecretArn": {},
233+
"WorkgroupName": {}
228234
}
229235
}
230236
},
@@ -248,7 +254,7 @@
248254
"ColumnMetadata": {
249255
"type": "list",
250256
"member": {
251-
"shape": "St"
257+
"shape": "Su"
252258
}
253259
},
254260
"NextToken": {},
@@ -300,7 +306,8 @@
300306
"type": "integer"
301307
},
302308
"NextToken": {},
303-
"SecretArn": {}
309+
"SecretArn": {},
310+
"WorkgroupName": {}
304311
}
305312
},
306313
"output": {
@@ -330,7 +337,8 @@
330337
},
331338
"NextToken": {},
332339
"SchemaPattern": {},
333-
"SecretArn": {}
340+
"SecretArn": {},
341+
"WorkgroupName": {}
334342
}
335343
},
336344
"output": {
@@ -382,7 +390,7 @@
382390
"type": "boolean"
383391
},
384392
"QueryParameters": {
385-
"shape": "Sh"
393+
"shape": "Si"
386394
},
387395
"QueryString": {},
388396
"QueryStrings": {
@@ -418,7 +426,8 @@
418426
"NextToken": {},
419427
"SchemaPattern": {},
420428
"SecretArn": {},
421-
"TablePattern": {}
429+
"TablePattern": {},
430+
"WorkgroupName": {}
422431
}
423432
},
424433
"output": {
@@ -441,7 +450,7 @@
441450
}
442451
},
443452
"shapes": {
444-
"Sh": {
453+
"Si": {
445454
"type": "list",
446455
"member": {
447456
"type": "structure",
@@ -455,7 +464,7 @@
455464
}
456465
}
457466
},
458-
"St": {
467+
"Su": {
459468
"type": "structure",
460469
"members": {
461470
"columnDefault": {},

0 commit comments

Comments
 (0)