aws-sdk 2.1155.0 → 2.1156.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1155.0-->
2
+ <!--LATEST=2.1156.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
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
+
5
10
  ## 2.1155.0
6
11
  * feature: Finspacedata: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
7
12
  * 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.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
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>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1166,5 +1166,8 @@
1166
1166
  },
1167
1167
  "m2": {
1168
1168
  "name": "M2"
1169
+ },
1170
+ "redshiftserverless": {
1171
+ "name": "RedshiftServerless"
1169
1172
  }
1170
1173
  }
@@ -32,7 +32,8 @@
32
32
  "StatementName": {},
33
33
  "WithEvent": {
34
34
  "type": "boolean"
35
- }
35
+ },
36
+ "WorkgroupName": {}
36
37
  }
37
38
  },
38
39
  "output": {
@@ -45,7 +46,8 @@
45
46
  "Database": {},
46
47
  "DbUser": {},
47
48
  "Id": {},
48
- "SecretArn": {}
49
+ "SecretArn": {},
50
+ "WorkgroupName": {}
49
51
  }
50
52
  }
51
53
  },
@@ -99,7 +101,7 @@
99
101
  },
100
102
  "Id": {},
101
103
  "QueryParameters": {
102
- "shape": "Sh"
104
+ "shape": "Si"
103
105
  },
104
106
  "QueryString": {},
105
107
  "RedshiftPid": {
@@ -154,7 +156,8 @@
154
156
  },
155
157
  "UpdatedAt": {
156
158
  "type": "timestamp"
157
- }
159
+ },
160
+ "WorkgroupName": {}
158
161
  }
159
162
  }
160
163
  },
@@ -175,7 +178,8 @@
175
178
  "NextToken": {},
176
179
  "Schema": {},
177
180
  "SecretArn": {},
178
- "Table": {}
181
+ "Table": {},
182
+ "WorkgroupName": {}
179
183
  }
180
184
  },
181
185
  "output": {
@@ -184,7 +188,7 @@
184
188
  "ColumnList": {
185
189
  "type": "list",
186
190
  "member": {
187
- "shape": "St"
191
+ "shape": "Su"
188
192
  }
189
193
  },
190
194
  "NextToken": {},
@@ -204,14 +208,15 @@
204
208
  "Database": {},
205
209
  "DbUser": {},
206
210
  "Parameters": {
207
- "shape": "Sh"
211
+ "shape": "Si"
208
212
  },
209
213
  "SecretArn": {},
210
214
  "Sql": {},
211
215
  "StatementName": {},
212
216
  "WithEvent": {
213
217
  "type": "boolean"
214
- }
218
+ },
219
+ "WorkgroupName": {}
215
220
  }
216
221
  },
217
222
  "output": {
@@ -224,7 +229,8 @@
224
229
  "Database": {},
225
230
  "DbUser": {},
226
231
  "Id": {},
227
- "SecretArn": {}
232
+ "SecretArn": {},
233
+ "WorkgroupName": {}
228
234
  }
229
235
  }
230
236
  },
@@ -248,7 +254,7 @@
248
254
  "ColumnMetadata": {
249
255
  "type": "list",
250
256
  "member": {
251
- "shape": "St"
257
+ "shape": "Su"
252
258
  }
253
259
  },
254
260
  "NextToken": {},
@@ -300,7 +306,8 @@
300
306
  "type": "integer"
301
307
  },
302
308
  "NextToken": {},
303
- "SecretArn": {}
309
+ "SecretArn": {},
310
+ "WorkgroupName": {}
304
311
  }
305
312
  },
306
313
  "output": {
@@ -330,7 +337,8 @@
330
337
  },
331
338
  "NextToken": {},
332
339
  "SchemaPattern": {},
333
- "SecretArn": {}
340
+ "SecretArn": {},
341
+ "WorkgroupName": {}
334
342
  }
335
343
  },
336
344
  "output": {
@@ -382,7 +390,7 @@
382
390
  "type": "boolean"
383
391
  },
384
392
  "QueryParameters": {
385
- "shape": "Sh"
393
+ "shape": "Si"
386
394
  },
387
395
  "QueryString": {},
388
396
  "QueryStrings": {
@@ -418,7 +426,8 @@
418
426
  "NextToken": {},
419
427
  "SchemaPattern": {},
420
428
  "SecretArn": {},
421
- "TablePattern": {}
429
+ "TablePattern": {},
430
+ "WorkgroupName": {}
422
431
  }
423
432
  },
424
433
  "output": {
@@ -441,7 +450,7 @@
441
450
  }
442
451
  },
443
452
  "shapes": {
444
- "Sh": {
453
+ "Si": {
445
454
  "type": "list",
446
455
  "member": {
447
456
  "type": "structure",
@@ -455,7 +464,7 @@
455
464
  }
456
465
  }
457
466
  },
458
- "St": {
467
+ "Su": {
459
468
  "type": "structure",
460
469
  "members": {
461
470
  "columnDefault": {},
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }