aws-sdk 2.1177.0 → 2.1180.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 +20 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +117 -6
- package/apis/athena-2017-05-18.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +174 -35
- package/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/apis/docdb-2014-10-31.min.json +11 -0
- package/apis/frauddetector-2019-11-15.min.json +249 -94
- package/apis/iot-2015-05-28.min.json +56 -47
- package/apis/iotsitewise-2019-12-02.min.json +260 -59
- package/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/apis/kendra-2019-02-03.min.json +73 -72
- package/apis/monitoring-2010-08-01.min.json +54 -29
- package/apis/network-firewall-2020-11-12.min.json +91 -48
- package/apis/sagemaker-2017-07-24.min.json +0 -3
- package/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/clients/acmpca.d.ts +2 -2
- package/clients/athena.d.ts +127 -0
- package/clients/cloudwatch.d.ts +40 -1
- package/clients/devopsguru.d.ts +188 -0
- package/clients/dms.d.ts +2 -2
- package/clients/docdb.d.ts +20 -0
- package/clients/frauddetector.d.ts +176 -5
- package/clients/glue.d.ts +3 -3
- package/clients/iot.d.ts +14 -2
- package/clients/iotsitewise.d.ts +192 -0
- package/clients/kendra.d.ts +12 -7
- package/clients/networkfirewall.d.ts +53 -2
- package/clients/rds.d.ts +87 -87
- package/clients/sagemaker.d.ts +1 -1
- package/clients/sagemakeredge.d.ts +146 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +235 -85
- package/dist/aws-sdk.min.js +93 -93
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1180.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1180.0
|
|
6
|
+
* feature: Athena: This feature allows customers to retrieve runtime statistics for completed queries
|
|
7
|
+
* feature: CloudWatch: Adding support for the suppression of Composite Alarm actions
|
|
8
|
+
* feature: DocDB: Enable copy-on-write restore type
|
|
9
|
+
* feature: EC2InstanceConnect: This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
|
|
10
|
+
* feature: FraudDetector: The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
|
|
11
|
+
* feature: IoTSiteWise: Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
|
|
12
|
+
* feature: Kendra: Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html
|
|
13
|
+
* feature: NetworkFirewall: Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.
|
|
14
|
+
|
|
15
|
+
## 2.1179.0
|
|
16
|
+
* feature: Iot: GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.
|
|
17
|
+
|
|
18
|
+
## 2.1178.0
|
|
19
|
+
* feature: DevOpsGuru: Added new APIs for log anomaly detection feature.
|
|
20
|
+
* feature: SageMaker: Fixed an issue with cross account QueryLineage
|
|
21
|
+
* feature: SagemakerEdge: Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
|
|
22
|
+
* feature: WorkSpaces: Increased the character limit of the login message from 850 to 2000 characters.
|
|
23
|
+
|
|
5
24
|
## 2.1177.0
|
|
6
25
|
* feature: Discovery: Add AWS Agentless Collector details to the GetDiscoverySummary API response
|
|
7
26
|
* feature: ElastiCache: Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
|
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.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1180.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
|
|
@@ -472,6 +472,67 @@
|
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
+
"GetQueryRuntimeStatistics": {
|
|
476
|
+
"input": {
|
|
477
|
+
"type": "structure",
|
|
478
|
+
"required": [
|
|
479
|
+
"QueryExecutionId"
|
|
480
|
+
],
|
|
481
|
+
"members": {
|
|
482
|
+
"QueryExecutionId": {}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"output": {
|
|
486
|
+
"type": "structure",
|
|
487
|
+
"members": {
|
|
488
|
+
"QueryRuntimeStatistics": {
|
|
489
|
+
"type": "structure",
|
|
490
|
+
"members": {
|
|
491
|
+
"Timeline": {
|
|
492
|
+
"type": "structure",
|
|
493
|
+
"members": {
|
|
494
|
+
"QueryQueueTimeInMillis": {
|
|
495
|
+
"type": "long"
|
|
496
|
+
},
|
|
497
|
+
"QueryPlanningTimeInMillis": {
|
|
498
|
+
"type": "long"
|
|
499
|
+
},
|
|
500
|
+
"EngineExecutionTimeInMillis": {
|
|
501
|
+
"type": "long"
|
|
502
|
+
},
|
|
503
|
+
"ServiceProcessingTimeInMillis": {
|
|
504
|
+
"type": "long"
|
|
505
|
+
},
|
|
506
|
+
"TotalExecutionTimeInMillis": {
|
|
507
|
+
"type": "long"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
"Rows": {
|
|
512
|
+
"type": "structure",
|
|
513
|
+
"members": {
|
|
514
|
+
"InputRows": {
|
|
515
|
+
"type": "long"
|
|
516
|
+
},
|
|
517
|
+
"InputBytes": {
|
|
518
|
+
"type": "long"
|
|
519
|
+
},
|
|
520
|
+
"OutputBytes": {
|
|
521
|
+
"type": "long"
|
|
522
|
+
},
|
|
523
|
+
"OutputRows": {
|
|
524
|
+
"type": "long"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"OutputStage": {
|
|
529
|
+
"shape": "S38"
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
},
|
|
475
536
|
"GetTableMetadata": {
|
|
476
537
|
"input": {
|
|
477
538
|
"type": "structure",
|
|
@@ -490,7 +551,7 @@
|
|
|
490
551
|
"type": "structure",
|
|
491
552
|
"members": {
|
|
492
553
|
"TableMetadata": {
|
|
493
|
-
"shape": "
|
|
554
|
+
"shape": "S3f"
|
|
494
555
|
}
|
|
495
556
|
}
|
|
496
557
|
}
|
|
@@ -703,7 +764,7 @@
|
|
|
703
764
|
"TableMetadataList": {
|
|
704
765
|
"type": "list",
|
|
705
766
|
"member": {
|
|
706
|
-
"shape": "
|
|
767
|
+
"shape": "S3f"
|
|
707
768
|
}
|
|
708
769
|
},
|
|
709
770
|
"NextToken": {}
|
|
@@ -1195,7 +1256,57 @@
|
|
|
1195
1256
|
}
|
|
1196
1257
|
}
|
|
1197
1258
|
},
|
|
1198
|
-
"
|
|
1259
|
+
"S38": {
|
|
1260
|
+
"type": "structure",
|
|
1261
|
+
"members": {
|
|
1262
|
+
"StageId": {
|
|
1263
|
+
"type": "long"
|
|
1264
|
+
},
|
|
1265
|
+
"State": {},
|
|
1266
|
+
"OutputBytes": {
|
|
1267
|
+
"type": "long"
|
|
1268
|
+
},
|
|
1269
|
+
"OutputRows": {
|
|
1270
|
+
"type": "long"
|
|
1271
|
+
},
|
|
1272
|
+
"InputBytes": {
|
|
1273
|
+
"type": "long"
|
|
1274
|
+
},
|
|
1275
|
+
"InputRows": {
|
|
1276
|
+
"type": "long"
|
|
1277
|
+
},
|
|
1278
|
+
"ExecutionTime": {
|
|
1279
|
+
"type": "long"
|
|
1280
|
+
},
|
|
1281
|
+
"QueryStagePlan": {
|
|
1282
|
+
"shape": "S39"
|
|
1283
|
+
},
|
|
1284
|
+
"SubStages": {
|
|
1285
|
+
"type": "list",
|
|
1286
|
+
"member": {
|
|
1287
|
+
"shape": "S38"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"S39": {
|
|
1293
|
+
"type": "structure",
|
|
1294
|
+
"members": {
|
|
1295
|
+
"Name": {},
|
|
1296
|
+
"Identifier": {},
|
|
1297
|
+
"Children": {
|
|
1298
|
+
"type": "list",
|
|
1299
|
+
"member": {
|
|
1300
|
+
"shape": "S39"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"RemoteSources": {
|
|
1304
|
+
"type": "list",
|
|
1305
|
+
"member": {}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"S3f": {
|
|
1199
1310
|
"type": "structure",
|
|
1200
1311
|
"required": [
|
|
1201
1312
|
"Name"
|
|
@@ -1210,17 +1321,17 @@
|
|
|
1210
1321
|
},
|
|
1211
1322
|
"TableType": {},
|
|
1212
1323
|
"Columns": {
|
|
1213
|
-
"shape": "
|
|
1324
|
+
"shape": "S3i"
|
|
1214
1325
|
},
|
|
1215
1326
|
"PartitionKeys": {
|
|
1216
|
-
"shape": "
|
|
1327
|
+
"shape": "S3i"
|
|
1217
1328
|
},
|
|
1218
1329
|
"Parameters": {
|
|
1219
1330
|
"shape": "S1l"
|
|
1220
1331
|
}
|
|
1221
1332
|
}
|
|
1222
1333
|
},
|
|
1223
|
-
"
|
|
1334
|
+
"S3i": {
|
|
1224
1335
|
"type": "list",
|
|
1225
1336
|
"member": {
|
|
1226
1337
|
"type": "structure",
|
|
@@ -17,6 +17,11 @@
|
|
|
17
17
|
"output_token": "NextToken",
|
|
18
18
|
"result_key": "DatabaseList"
|
|
19
19
|
},
|
|
20
|
+
"ListEngineVersions": {
|
|
21
|
+
"input_token": "NextToken",
|
|
22
|
+
"limit_key": "MaxResults",
|
|
23
|
+
"output_token": "NextToken"
|
|
24
|
+
},
|
|
20
25
|
"ListNamedQueries": {
|
|
21
26
|
"input_token": "NextToken",
|
|
22
27
|
"limit_key": "MaxResults",
|
|
@@ -530,6 +530,12 @@
|
|
|
530
530
|
"members": {
|
|
531
531
|
"OptInStatus": {}
|
|
532
532
|
}
|
|
533
|
+
},
|
|
534
|
+
"LogsAnomalyDetection": {
|
|
535
|
+
"type": "structure",
|
|
536
|
+
"members": {
|
|
537
|
+
"OptInStatus": {}
|
|
538
|
+
}
|
|
533
539
|
}
|
|
534
540
|
}
|
|
535
541
|
}
|
|
@@ -555,7 +561,7 @@
|
|
|
555
561
|
"type": "structure",
|
|
556
562
|
"members": {
|
|
557
563
|
"ResourceCollection": {
|
|
558
|
-
"shape": "
|
|
564
|
+
"shape": "S43"
|
|
559
565
|
},
|
|
560
566
|
"Status": {},
|
|
561
567
|
"Costs": {
|
|
@@ -669,7 +675,7 @@
|
|
|
669
675
|
"locationName": "InsightId"
|
|
670
676
|
},
|
|
671
677
|
"StartTimeRange": {
|
|
672
|
-
"shape": "
|
|
678
|
+
"shape": "S4n"
|
|
673
679
|
},
|
|
674
680
|
"MaxResults": {
|
|
675
681
|
"type": "integer"
|
|
@@ -755,6 +761,81 @@
|
|
|
755
761
|
}
|
|
756
762
|
}
|
|
757
763
|
},
|
|
764
|
+
"ListAnomalousLogGroups": {
|
|
765
|
+
"http": {
|
|
766
|
+
"requestUri": "/list-log-anomalies",
|
|
767
|
+
"responseCode": 200
|
|
768
|
+
},
|
|
769
|
+
"input": {
|
|
770
|
+
"type": "structure",
|
|
771
|
+
"required": [
|
|
772
|
+
"InsightId"
|
|
773
|
+
],
|
|
774
|
+
"members": {
|
|
775
|
+
"InsightId": {},
|
|
776
|
+
"MaxResults": {
|
|
777
|
+
"type": "integer"
|
|
778
|
+
},
|
|
779
|
+
"NextToken": {}
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"output": {
|
|
783
|
+
"type": "structure",
|
|
784
|
+
"required": [
|
|
785
|
+
"InsightId",
|
|
786
|
+
"AnomalousLogGroups"
|
|
787
|
+
],
|
|
788
|
+
"members": {
|
|
789
|
+
"InsightId": {},
|
|
790
|
+
"AnomalousLogGroups": {
|
|
791
|
+
"type": "list",
|
|
792
|
+
"member": {
|
|
793
|
+
"type": "structure",
|
|
794
|
+
"members": {
|
|
795
|
+
"LogGroupName": {},
|
|
796
|
+
"ImpactStartTime": {
|
|
797
|
+
"type": "timestamp"
|
|
798
|
+
},
|
|
799
|
+
"ImpactEndTime": {
|
|
800
|
+
"type": "timestamp"
|
|
801
|
+
},
|
|
802
|
+
"NumberOfLogLinesScanned": {
|
|
803
|
+
"type": "integer"
|
|
804
|
+
},
|
|
805
|
+
"LogAnomalyShowcases": {
|
|
806
|
+
"type": "list",
|
|
807
|
+
"member": {
|
|
808
|
+
"type": "structure",
|
|
809
|
+
"members": {
|
|
810
|
+
"LogAnomalyClasses": {
|
|
811
|
+
"type": "list",
|
|
812
|
+
"member": {
|
|
813
|
+
"type": "structure",
|
|
814
|
+
"members": {
|
|
815
|
+
"LogStreamName": {},
|
|
816
|
+
"LogAnomalyType": {},
|
|
817
|
+
"LogAnomalyToken": {},
|
|
818
|
+
"LogEventId": {},
|
|
819
|
+
"Explanation": {},
|
|
820
|
+
"NumberOfLogLinesOccurrences": {
|
|
821
|
+
"type": "integer"
|
|
822
|
+
},
|
|
823
|
+
"LogEventTimestamp": {
|
|
824
|
+
"type": "timestamp"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"NextToken": {}
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
},
|
|
758
839
|
"ListEvents": {
|
|
759
840
|
"http": {
|
|
760
841
|
"requestUri": "/events",
|
|
@@ -852,7 +933,7 @@
|
|
|
852
933
|
],
|
|
853
934
|
"members": {
|
|
854
935
|
"StatusFilter": {
|
|
855
|
-
"shape": "
|
|
936
|
+
"shape": "S5t"
|
|
856
937
|
},
|
|
857
938
|
"MaxResults": {
|
|
858
939
|
"type": "integer"
|
|
@@ -864,10 +945,62 @@
|
|
|
864
945
|
"type": "structure",
|
|
865
946
|
"members": {
|
|
866
947
|
"ProactiveInsights": {
|
|
867
|
-
"shape": "
|
|
948
|
+
"shape": "S61"
|
|
868
949
|
},
|
|
869
950
|
"ReactiveInsights": {
|
|
870
|
-
"shape": "
|
|
951
|
+
"shape": "S67"
|
|
952
|
+
},
|
|
953
|
+
"NextToken": {}
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"ListMonitoredResources": {
|
|
958
|
+
"http": {
|
|
959
|
+
"requestUri": "/monitoredResources",
|
|
960
|
+
"responseCode": 200
|
|
961
|
+
},
|
|
962
|
+
"input": {
|
|
963
|
+
"type": "structure",
|
|
964
|
+
"required": [
|
|
965
|
+
"Filters"
|
|
966
|
+
],
|
|
967
|
+
"members": {
|
|
968
|
+
"Filters": {
|
|
969
|
+
"type": "structure",
|
|
970
|
+
"required": [
|
|
971
|
+
"ResourcePermission",
|
|
972
|
+
"ResourceTypeFilters"
|
|
973
|
+
],
|
|
974
|
+
"members": {
|
|
975
|
+
"ResourcePermission": {},
|
|
976
|
+
"ResourceTypeFilters": {
|
|
977
|
+
"type": "list",
|
|
978
|
+
"member": {}
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"MaxResults": {
|
|
983
|
+
"type": "integer"
|
|
984
|
+
},
|
|
985
|
+
"NextToken": {}
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"output": {
|
|
989
|
+
"type": "structure",
|
|
990
|
+
"required": [
|
|
991
|
+
"MonitoredResourceIdentifiers"
|
|
992
|
+
],
|
|
993
|
+
"members": {
|
|
994
|
+
"MonitoredResourceIdentifiers": {
|
|
995
|
+
"type": "list",
|
|
996
|
+
"member": {
|
|
997
|
+
"type": "structure",
|
|
998
|
+
"members": {
|
|
999
|
+
"MonitoredResourceName": {},
|
|
1000
|
+
"Type": {},
|
|
1001
|
+
"ResourcePermission": {}
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
871
1004
|
},
|
|
872
1005
|
"NextToken": {}
|
|
873
1006
|
}
|
|
@@ -915,7 +1048,7 @@
|
|
|
915
1048
|
],
|
|
916
1049
|
"members": {
|
|
917
1050
|
"StatusFilter": {
|
|
918
|
-
"shape": "
|
|
1051
|
+
"shape": "S5t"
|
|
919
1052
|
},
|
|
920
1053
|
"MaxResults": {
|
|
921
1054
|
"type": "integer"
|
|
@@ -955,7 +1088,7 @@
|
|
|
955
1088
|
"shape": "S21"
|
|
956
1089
|
},
|
|
957
1090
|
"ServiceCollection": {
|
|
958
|
-
"shape": "
|
|
1091
|
+
"shape": "S63"
|
|
959
1092
|
}
|
|
960
1093
|
}
|
|
961
1094
|
}
|
|
@@ -978,7 +1111,7 @@
|
|
|
978
1111
|
"shape": "S21"
|
|
979
1112
|
},
|
|
980
1113
|
"ServiceCollection": {
|
|
981
|
-
"shape": "
|
|
1114
|
+
"shape": "S63"
|
|
982
1115
|
}
|
|
983
1116
|
}
|
|
984
1117
|
}
|
|
@@ -1135,22 +1268,22 @@
|
|
|
1135
1268
|
],
|
|
1136
1269
|
"members": {
|
|
1137
1270
|
"StartTimeRange": {
|
|
1138
|
-
"shape": "
|
|
1271
|
+
"shape": "S4n"
|
|
1139
1272
|
},
|
|
1140
1273
|
"Filters": {
|
|
1141
1274
|
"type": "structure",
|
|
1142
1275
|
"members": {
|
|
1143
1276
|
"Severities": {
|
|
1144
|
-
"shape": "
|
|
1277
|
+
"shape": "S7u"
|
|
1145
1278
|
},
|
|
1146
1279
|
"Statuses": {
|
|
1147
|
-
"shape": "
|
|
1280
|
+
"shape": "S7v"
|
|
1148
1281
|
},
|
|
1149
1282
|
"ResourceCollection": {
|
|
1150
1283
|
"shape": "S21"
|
|
1151
1284
|
},
|
|
1152
1285
|
"ServiceCollection": {
|
|
1153
|
-
"shape": "
|
|
1286
|
+
"shape": "S63"
|
|
1154
1287
|
}
|
|
1155
1288
|
}
|
|
1156
1289
|
},
|
|
@@ -1165,10 +1298,10 @@
|
|
|
1165
1298
|
"type": "structure",
|
|
1166
1299
|
"members": {
|
|
1167
1300
|
"ProactiveInsights": {
|
|
1168
|
-
"shape": "
|
|
1301
|
+
"shape": "S61"
|
|
1169
1302
|
},
|
|
1170
1303
|
"ReactiveInsights": {
|
|
1171
|
-
"shape": "
|
|
1304
|
+
"shape": "S67"
|
|
1172
1305
|
},
|
|
1173
1306
|
"NextToken": {}
|
|
1174
1307
|
}
|
|
@@ -1192,22 +1325,22 @@
|
|
|
1192
1325
|
"member": {}
|
|
1193
1326
|
},
|
|
1194
1327
|
"StartTimeRange": {
|
|
1195
|
-
"shape": "
|
|
1328
|
+
"shape": "S4n"
|
|
1196
1329
|
},
|
|
1197
1330
|
"Filters": {
|
|
1198
1331
|
"type": "structure",
|
|
1199
1332
|
"members": {
|
|
1200
1333
|
"Severities": {
|
|
1201
|
-
"shape": "
|
|
1334
|
+
"shape": "S7u"
|
|
1202
1335
|
},
|
|
1203
1336
|
"Statuses": {
|
|
1204
|
-
"shape": "
|
|
1337
|
+
"shape": "S7v"
|
|
1205
1338
|
},
|
|
1206
1339
|
"ResourceCollection": {
|
|
1207
1340
|
"shape": "S21"
|
|
1208
1341
|
},
|
|
1209
1342
|
"ServiceCollection": {
|
|
1210
|
-
"shape": "
|
|
1343
|
+
"shape": "S63"
|
|
1211
1344
|
}
|
|
1212
1345
|
}
|
|
1213
1346
|
},
|
|
@@ -1222,10 +1355,10 @@
|
|
|
1222
1355
|
"type": "structure",
|
|
1223
1356
|
"members": {
|
|
1224
1357
|
"ProactiveInsights": {
|
|
1225
|
-
"shape": "
|
|
1358
|
+
"shape": "S61"
|
|
1226
1359
|
},
|
|
1227
1360
|
"ReactiveInsights": {
|
|
1228
|
-
"shape": "
|
|
1361
|
+
"shape": "S67"
|
|
1229
1362
|
},
|
|
1230
1363
|
"NextToken": {}
|
|
1231
1364
|
}
|
|
@@ -1244,7 +1377,7 @@
|
|
|
1244
1377
|
],
|
|
1245
1378
|
"members": {
|
|
1246
1379
|
"ResourceCollection": {
|
|
1247
|
-
"shape": "
|
|
1380
|
+
"shape": "S43"
|
|
1248
1381
|
},
|
|
1249
1382
|
"ClientToken": {
|
|
1250
1383
|
"idempotencyToken": true
|
|
@@ -1347,6 +1480,12 @@
|
|
|
1347
1480
|
"members": {
|
|
1348
1481
|
"OptInStatus": {}
|
|
1349
1482
|
}
|
|
1483
|
+
},
|
|
1484
|
+
"LogsAnomalyDetection": {
|
|
1485
|
+
"type": "structure",
|
|
1486
|
+
"members": {
|
|
1487
|
+
"OptInStatus": {}
|
|
1488
|
+
}
|
|
1350
1489
|
}
|
|
1351
1490
|
}
|
|
1352
1491
|
}
|
|
@@ -1704,7 +1843,7 @@
|
|
|
1704
1843
|
}
|
|
1705
1844
|
}
|
|
1706
1845
|
},
|
|
1707
|
-
"
|
|
1846
|
+
"S43": {
|
|
1708
1847
|
"type": "structure",
|
|
1709
1848
|
"members": {
|
|
1710
1849
|
"CloudFormation": {
|
|
@@ -1735,7 +1874,7 @@
|
|
|
1735
1874
|
}
|
|
1736
1875
|
}
|
|
1737
1876
|
},
|
|
1738
|
-
"
|
|
1877
|
+
"S4n": {
|
|
1739
1878
|
"type": "structure",
|
|
1740
1879
|
"members": {
|
|
1741
1880
|
"FromTime": {
|
|
@@ -1746,7 +1885,7 @@
|
|
|
1746
1885
|
}
|
|
1747
1886
|
}
|
|
1748
1887
|
},
|
|
1749
|
-
"
|
|
1888
|
+
"S5t": {
|
|
1750
1889
|
"type": "structure",
|
|
1751
1890
|
"members": {
|
|
1752
1891
|
"Ongoing": {
|
|
@@ -1788,13 +1927,13 @@
|
|
|
1788
1927
|
"members": {
|
|
1789
1928
|
"Type": {},
|
|
1790
1929
|
"StartTimeRange": {
|
|
1791
|
-
"shape": "
|
|
1930
|
+
"shape": "S4n"
|
|
1792
1931
|
}
|
|
1793
1932
|
}
|
|
1794
1933
|
}
|
|
1795
1934
|
}
|
|
1796
1935
|
},
|
|
1797
|
-
"
|
|
1936
|
+
"S61": {
|
|
1798
1937
|
"type": "list",
|
|
1799
1938
|
"member": {
|
|
1800
1939
|
"type": "structure",
|
|
@@ -1813,15 +1952,15 @@
|
|
|
1813
1952
|
"shape": "S21"
|
|
1814
1953
|
},
|
|
1815
1954
|
"ServiceCollection": {
|
|
1816
|
-
"shape": "
|
|
1955
|
+
"shape": "S63"
|
|
1817
1956
|
},
|
|
1818
1957
|
"AssociatedResourceArns": {
|
|
1819
|
-
"shape": "
|
|
1958
|
+
"shape": "S65"
|
|
1820
1959
|
}
|
|
1821
1960
|
}
|
|
1822
1961
|
}
|
|
1823
1962
|
},
|
|
1824
|
-
"
|
|
1963
|
+
"S63": {
|
|
1825
1964
|
"type": "structure",
|
|
1826
1965
|
"members": {
|
|
1827
1966
|
"ServiceNames": {
|
|
@@ -1830,11 +1969,11 @@
|
|
|
1830
1969
|
}
|
|
1831
1970
|
}
|
|
1832
1971
|
},
|
|
1833
|
-
"
|
|
1972
|
+
"S65": {
|
|
1834
1973
|
"type": "list",
|
|
1835
1974
|
"member": {}
|
|
1836
1975
|
},
|
|
1837
|
-
"
|
|
1976
|
+
"S67": {
|
|
1838
1977
|
"type": "list",
|
|
1839
1978
|
"member": {
|
|
1840
1979
|
"type": "structure",
|
|
@@ -1850,19 +1989,19 @@
|
|
|
1850
1989
|
"shape": "S21"
|
|
1851
1990
|
},
|
|
1852
1991
|
"ServiceCollection": {
|
|
1853
|
-
"shape": "
|
|
1992
|
+
"shape": "S63"
|
|
1854
1993
|
},
|
|
1855
1994
|
"AssociatedResourceArns": {
|
|
1856
|
-
"shape": "
|
|
1995
|
+
"shape": "S65"
|
|
1857
1996
|
}
|
|
1858
1997
|
}
|
|
1859
1998
|
}
|
|
1860
1999
|
},
|
|
1861
|
-
"
|
|
2000
|
+
"S7u": {
|
|
1862
2001
|
"type": "list",
|
|
1863
2002
|
"member": {}
|
|
1864
2003
|
},
|
|
1865
|
-
"
|
|
2004
|
+
"S7v": {
|
|
1866
2005
|
"type": "list",
|
|
1867
2006
|
"member": {}
|
|
1868
2007
|
}
|
|
@@ -52,6 +52,15 @@
|
|
|
52
52
|
"ProactiveAnomalies"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
|
+
"ListAnomalousLogGroups": {
|
|
56
|
+
"input_token": "NextToken",
|
|
57
|
+
"limit_key": "MaxResults",
|
|
58
|
+
"output_token": "NextToken",
|
|
59
|
+
"result_key": [
|
|
60
|
+
"InsightId",
|
|
61
|
+
"AnomalousLogGroups"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
55
64
|
"ListEvents": {
|
|
56
65
|
"input_token": "NextToken",
|
|
57
66
|
"limit_key": "MaxResults",
|
|
@@ -67,6 +76,14 @@
|
|
|
67
76
|
"ReactiveInsights"
|
|
68
77
|
]
|
|
69
78
|
},
|
|
79
|
+
"ListMonitoredResources": {
|
|
80
|
+
"input_token": "NextToken",
|
|
81
|
+
"limit_key": "MaxResults",
|
|
82
|
+
"output_token": "NextToken",
|
|
83
|
+
"result_key": [
|
|
84
|
+
"MonitoredResourceIdentifiers"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
70
87
|
"ListNotificationChannels": {
|
|
71
88
|
"input_token": "NextToken",
|
|
72
89
|
"output_token": "NextToken",
|