aws-sdk 2.1120.0 → 2.1121.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1120.0-->
2
+ <!--LATEST=2.1121.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1121.0
6
+ * feature: Connect: This release adds SearchUsers API which can be used to search for users with a Connect Instance
7
+ * feature: MQ: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
8
+ * feature: RDSDataService: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
9
+ * feature: SecurityHub: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
10
+
5
11
  ## 2.1120.0
6
12
  * feature: ChimeSDKMeetings: Include additional exceptions types.
7
13
  * feature: EC2: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.
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.1120.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1121.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
@@ -3732,6 +3732,85 @@
3732
3732
  }
3733
3733
  }
3734
3734
  },
3735
+ "SearchUsers": {
3736
+ "http": {
3737
+ "requestUri": "/search-users"
3738
+ },
3739
+ "input": {
3740
+ "type": "structure",
3741
+ "members": {
3742
+ "InstanceId": {},
3743
+ "NextToken": {},
3744
+ "MaxResults": {
3745
+ "type": "integer"
3746
+ },
3747
+ "SearchFilter": {
3748
+ "type": "structure",
3749
+ "members": {
3750
+ "TagFilter": {
3751
+ "type": "structure",
3752
+ "members": {
3753
+ "OrConditions": {
3754
+ "type": "list",
3755
+ "member": {
3756
+ "shape": "Scj"
3757
+ }
3758
+ },
3759
+ "AndConditions": {
3760
+ "shape": "Scj"
3761
+ },
3762
+ "TagCondition": {
3763
+ "shape": "Sck"
3764
+ }
3765
+ }
3766
+ }
3767
+ }
3768
+ },
3769
+ "SearchCriteria": {
3770
+ "shape": "Scl"
3771
+ }
3772
+ }
3773
+ },
3774
+ "output": {
3775
+ "type": "structure",
3776
+ "members": {
3777
+ "Users": {
3778
+ "type": "list",
3779
+ "member": {
3780
+ "type": "structure",
3781
+ "members": {
3782
+ "Arn": {},
3783
+ "DirectoryUserId": {},
3784
+ "HierarchyGroupId": {},
3785
+ "Id": {},
3786
+ "IdentityInfo": {
3787
+ "type": "structure",
3788
+ "members": {
3789
+ "FirstName": {},
3790
+ "LastName": {}
3791
+ }
3792
+ },
3793
+ "PhoneConfig": {
3794
+ "shape": "S42"
3795
+ },
3796
+ "RoutingProfileId": {},
3797
+ "SecurityProfileIds": {
3798
+ "shape": "S47"
3799
+ },
3800
+ "Tags": {
3801
+ "shape": "S1j"
3802
+ },
3803
+ "Username": {}
3804
+ }
3805
+ }
3806
+ },
3807
+ "NextToken": {},
3808
+ "ApproximateTotalCount": {
3809
+ "type": "long"
3810
+ }
3811
+ }
3812
+ }
3813
+ },
3735
3814
  "SearchVocabularies": {
3736
3815
  "http": {
3737
3816
  "requestUri": "/vocabulary-summary/{InstanceId}"
@@ -3981,7 +4060,7 @@
3981
4060
  },
3982
4061
  "Name": {},
3983
4062
  "References": {
3984
- "shape": "Sda"
4063
+ "shape": "Sds"
3985
4064
  },
3986
4065
  "Description": {},
3987
4066
  "ClientToken": {
@@ -4184,7 +4263,7 @@
4184
4263
  "Name": {},
4185
4264
  "Description": {},
4186
4265
  "References": {
4187
- "shape": "Sda"
4266
+ "shape": "Sds"
4188
4267
  }
4189
4268
  }
4190
4269
  },
@@ -4845,19 +4924,19 @@
4845
4924
  "type": "structure",
4846
4925
  "members": {
4847
4926
  "LevelOne": {
4848
- "shape": "Seq"
4927
+ "shape": "Sf8"
4849
4928
  },
4850
4929
  "LevelTwo": {
4851
- "shape": "Seq"
4930
+ "shape": "Sf8"
4852
4931
  },
4853
4932
  "LevelThree": {
4854
- "shape": "Seq"
4933
+ "shape": "Sf8"
4855
4934
  },
4856
4935
  "LevelFour": {
4857
- "shape": "Seq"
4936
+ "shape": "Sf8"
4858
4937
  },
4859
4938
  "LevelFive": {
4860
- "shape": "Seq"
4939
+ "shape": "Sf8"
4861
4940
  }
4862
4941
  }
4863
4942
  },
@@ -5338,7 +5417,52 @@
5338
5417
  }
5339
5418
  }
5340
5419
  },
5341
- "Sda": {
5420
+ "Scj": {
5421
+ "type": "list",
5422
+ "member": {
5423
+ "shape": "Sck"
5424
+ }
5425
+ },
5426
+ "Sck": {
5427
+ "type": "structure",
5428
+ "members": {
5429
+ "TagKey": {},
5430
+ "TagValue": {}
5431
+ }
5432
+ },
5433
+ "Scl": {
5434
+ "type": "structure",
5435
+ "members": {
5436
+ "OrConditions": {
5437
+ "shape": "Scm"
5438
+ },
5439
+ "AndConditions": {
5440
+ "shape": "Scm"
5441
+ },
5442
+ "StringCondition": {
5443
+ "type": "structure",
5444
+ "members": {
5445
+ "FieldName": {},
5446
+ "Value": {},
5447
+ "ComparisonType": {}
5448
+ }
5449
+ },
5450
+ "HierarchyGroupCondition": {
5451
+ "type": "structure",
5452
+ "members": {
5453
+ "Value": {},
5454
+ "HierarchyGroupMatchType": {}
5455
+ }
5456
+ }
5457
+ }
5458
+ },
5459
+ "Scm": {
5460
+ "type": "list",
5461
+ "member": {
5462
+ "shape": "Scl"
5463
+ }
5464
+ },
5465
+ "Sds": {
5342
5466
  "type": "map",
5343
5467
  "key": {},
5344
5468
  "value": {
@@ -5353,7 +5477,7 @@
5353
5477
  }
5354
5478
  }
5355
5479
  },
5356
- "Seq": {
5480
+ "Sf8": {
5357
5481
  "type": "structure",
5358
5482
  "required": [
5359
5483
  "Name"
@@ -183,6 +183,15 @@
183
183
  "output_token": "NextToken",
184
184
  "result_key": "AvailableNumbersList"
185
185
  },
186
+ "SearchUsers": {
187
+ "input_token": "NextToken",
188
+ "limit_key": "MaxResults",
189
+ "non_aggregate_keys": [
190
+ "ApproximateTotalCount"
191
+ ],
192
+ "output_token": "NextToken",
193
+ "result_key": "Users"
194
+ },
186
195
  "SearchVocabularies": {
187
196
  "input_token": "NextToken",
188
197
  "limit_key": "MaxResults",
@@ -354,6 +354,21 @@
354
354
  "output": {
355
355
  "type": "structure",
356
356
  "members": {
357
+ "ActionsRequired": {
358
+ "locationName": "actionsRequired",
359
+ "type": "list",
360
+ "member": {
361
+ "type": "structure",
362
+ "members": {
363
+ "ActionRequiredCode": {
364
+ "locationName": "actionRequiredCode"
365
+ },
366
+ "ActionRequiredInfo": {
367
+ "locationName": "actionRequiredInfo"
368
+ }
369
+ }
370
+ }
371
+ },
357
372
  "AuthenticationStrategy": {
358
373
  "locationName": "authenticationStrategy"
359
374
  },
@@ -434,7 +449,7 @@
434
449
  "locationName": "hostInstanceType"
435
450
  },
436
451
  "LdapServerMetadata": {
437
- "shape": "S13",
452
+ "shape": "S15",
438
453
  "locationName": "ldapServerMetadata"
439
454
  },
440
455
  "Logs": {
@@ -489,7 +504,7 @@
489
504
  "locationName": "pendingHostInstanceType"
490
505
  },
491
506
  "PendingLdapServerMetadata": {
492
- "shape": "S13",
507
+ "shape": "S15",
493
508
  "locationName": "pendingLdapServerMetadata"
494
509
  },
495
510
  "PendingSecurityGroups": {
@@ -516,7 +531,7 @@
516
531
  "locationName": "tags"
517
532
  },
518
533
  "Users": {
519
- "shape": "S16",
534
+ "shape": "S18",
520
535
  "locationName": "users"
521
536
  }
522
537
  }
@@ -1101,7 +1116,7 @@
1101
1116
  "locationName": "nextToken"
1102
1117
  },
1103
1118
  "Users": {
1104
- "shape": "S16",
1119
+ "shape": "S18",
1105
1120
  "locationName": "users"
1106
1121
  }
1107
1122
  }
@@ -1204,7 +1219,7 @@
1204
1219
  "locationName": "hostInstanceType"
1205
1220
  },
1206
1221
  "LdapServerMetadata": {
1207
- "shape": "S13",
1222
+ "shape": "S15",
1208
1223
  "locationName": "ldapServerMetadata"
1209
1224
  },
1210
1225
  "Logs": {
@@ -1476,7 +1491,7 @@
1476
1491
  "Created"
1477
1492
  ]
1478
1493
  },
1479
- "S13": {
1494
+ "S15": {
1480
1495
  "type": "structure",
1481
1496
  "members": {
1482
1497
  "Hosts": {
@@ -1522,7 +1537,7 @@
1522
1537
  "RoleBase"
1523
1538
  ]
1524
1539
  },
1525
- "S16": {
1540
+ "S18": {
1526
1541
  "type": "list",
1527
1542
  "member": {
1528
1543
  "type": "structure",
@@ -192,6 +192,7 @@
192
192
  "type": "boolean"
193
193
  },
194
194
  "database": {},
195
+ "formatRecordsAs": {},
195
196
  "includeResultMetadata": {
196
197
  "type": "boolean"
197
198
  },
@@ -202,7 +203,8 @@
202
203
  "resultSetOptions": {
203
204
  "type": "structure",
204
205
  "members": {
205
- "decimalReturnType": {}
206
+ "decimalReturnType": {},
207
+ "longReturnType": {}
206
208
  }
207
209
  },
208
210
  "schema": {},
@@ -217,6 +219,7 @@
217
219
  "columnMetadata": {
218
220
  "shape": "S1c"
219
221
  },
222
+ "formattedRecords": {},
220
223
  "generatedFields": {
221
224
  "shape": "Sq"
222
225
  },
@@ -598,7 +598,8 @@
598
598
  },
599
599
  "MemberAccountLimitReached": {
600
600
  "type": "boolean"
601
- }
601
+ },
602
+ "AutoEnableStandards": {}
602
603
  }
603
604
  }
604
605
  },
@@ -739,7 +740,7 @@
739
740
  "ControlStatus": {},
740
741
  "DisabledReason": {},
741
742
  "ControlStatusUpdatedAt": {
742
- "shape": "Siy"
743
+ "shape": "Siz"
743
744
  },
744
745
  "ControlId": {},
745
746
  "Title": {},
@@ -904,7 +905,7 @@
904
905
  "type": "structure",
905
906
  "members": {
906
907
  "Tags": {
907
- "shape": "Sjh"
908
+ "shape": "Sji"
908
909
  },
909
910
  "EnableDefaultStandards": {
910
911
  "type": "boolean"
@@ -929,7 +930,7 @@
929
930
  "type": "structure",
930
931
  "members": {
931
932
  "Administrator": {
932
- "shape": "Sjn"
933
+ "shape": "Sjo"
933
934
  }
934
935
  }
935
936
  }
@@ -1162,7 +1163,7 @@
1162
1163
  "type": "structure",
1163
1164
  "members": {
1164
1165
  "Master": {
1165
- "shape": "Sjn"
1166
+ "shape": "Sjo"
1166
1167
  }
1167
1168
  }
1168
1169
  },
@@ -1188,7 +1189,7 @@
1188
1189
  "type": "structure",
1189
1190
  "members": {
1190
1191
  "Members": {
1191
- "shape": "Skd"
1192
+ "shape": "Ske"
1192
1193
  },
1193
1194
  "UnprocessedAccounts": {
1194
1195
  "shape": "Shs"
@@ -1310,7 +1311,7 @@
1310
1311
  "Invitations": {
1311
1312
  "type": "list",
1312
1313
  "member": {
1313
- "shape": "Sjn"
1314
+ "shape": "Sjo"
1314
1315
  }
1315
1316
  },
1316
1317
  "NextToken": {}
@@ -1345,7 +1346,7 @@
1345
1346
  "type": "structure",
1346
1347
  "members": {
1347
1348
  "Members": {
1348
- "shape": "Skd"
1349
+ "shape": "Ske"
1349
1350
  },
1350
1351
  "NextToken": {}
1351
1352
  }
@@ -1408,7 +1409,7 @@
1408
1409
  "type": "structure",
1409
1410
  "members": {
1410
1411
  "Tags": {
1411
- "shape": "Sjh"
1412
+ "shape": "Sji"
1412
1413
  }
1413
1414
  }
1414
1415
  }
@@ -1429,7 +1430,7 @@
1429
1430
  "locationName": "ResourceArn"
1430
1431
  },
1431
1432
  "Tags": {
1432
- "shape": "Sjh"
1433
+ "shape": "Sji"
1433
1434
  }
1434
1435
  }
1435
1436
  },
@@ -1586,7 +1587,8 @@
1586
1587
  "members": {
1587
1588
  "AutoEnable": {
1588
1589
  "type": "boolean"
1589
- }
1590
+ },
1591
+ "AutoEnableStandards": {}
1590
1592
  }
1591
1593
  },
1592
1594
  "output": {
@@ -7174,27 +7176,27 @@
7174
7176
  "type": "list",
7175
7177
  "member": {}
7176
7178
  },
7177
- "Siy": {
7179
+ "Siz": {
7178
7180
  "type": "timestamp",
7179
7181
  "timestampFormat": "iso8601"
7180
7182
  },
7181
- "Sjh": {
7183
+ "Sji": {
7182
7184
  "type": "map",
7183
7185
  "key": {},
7184
7186
  "value": {}
7185
7187
  },
7186
- "Sjn": {
7188
+ "Sjo": {
7187
7189
  "type": "structure",
7188
7190
  "members": {
7189
7191
  "AccountId": {},
7190
7192
  "InvitationId": {},
7191
7193
  "InvitedAt": {
7192
- "shape": "Siy"
7194
+ "shape": "Siz"
7193
7195
  },
7194
7196
  "MemberStatus": {}
7195
7197
  }
7196
7198
  },
7197
- "Skd": {
7199
+ "Ske": {
7198
7200
  "type": "list",
7199
7201
  "member": {
7200
7202
  "type": "structure",
@@ -7208,10 +7210,10 @@
7208
7210
  "AdministratorId": {},
7209
7211
  "MemberStatus": {},
7210
7212
  "InvitedAt": {
7211
- "shape": "Siy"
7213
+ "shape": "Siz"
7212
7214
  },
7213
7215
  "UpdatedAt": {
7214
- "shape": "Siy"
7216
+ "shape": "Siz"
7215
7217
  }
7216
7218
  }
7217
7219
  }