cdk-lambda-subminute 2.0.369 → 2.0.371
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +222 -222
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +60 -45
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
- package/node_modules/aws-sdk/apis/cost-optimization-hub-2022-07-26.min.json +3 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +321 -304
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
- package/node_modules/aws-sdk/clients/amp.d.ts +342 -336
- package/node_modules/aws-sdk/clients/batch.d.ts +39 -16
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
- package/node_modules/aws-sdk/clients/costoptimizationhub.d.ts +6 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -4
- package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +17 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +709 -610
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1555.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -594,19 +594,19 @@ module.exports={
|
|
594
594
|
"input": {
|
595
595
|
"type": "structure",
|
596
596
|
"required": [
|
597
|
-
"
|
598
|
-
"
|
597
|
+
"data",
|
598
|
+
"workspaceId"
|
599
599
|
],
|
600
600
|
"members": {
|
601
|
-
"
|
602
|
-
"
|
603
|
-
"locationName": "workspaceId"
|
601
|
+
"clientToken": {
|
602
|
+
"idempotencyToken": true
|
604
603
|
},
|
605
604
|
"data": {
|
606
605
|
"type": "blob"
|
607
606
|
},
|
608
|
-
"
|
609
|
-
"
|
607
|
+
"workspaceId": {
|
608
|
+
"location": "uri",
|
609
|
+
"locationName": "workspaceId"
|
610
610
|
}
|
611
611
|
}
|
612
612
|
},
|
@@ -631,17 +631,17 @@ module.exports={
|
|
631
631
|
"input": {
|
632
632
|
"type": "structure",
|
633
633
|
"required": [
|
634
|
-
"
|
635
|
-
"
|
634
|
+
"logGroupArn",
|
635
|
+
"workspaceId"
|
636
636
|
],
|
637
637
|
"members": {
|
638
|
+
"clientToken": {
|
639
|
+
"idempotencyToken": true
|
640
|
+
},
|
641
|
+
"logGroupArn": {},
|
638
642
|
"workspaceId": {
|
639
643
|
"location": "uri",
|
640
644
|
"locationName": "workspaceId"
|
641
|
-
},
|
642
|
-
"logGroupArn": {},
|
643
|
-
"clientToken": {
|
644
|
-
"idempotencyToken": true
|
645
645
|
}
|
646
646
|
}
|
647
647
|
},
|
@@ -666,37 +666,37 @@ module.exports={
|
|
666
666
|
"input": {
|
667
667
|
"type": "structure",
|
668
668
|
"required": [
|
669
|
-
"
|
669
|
+
"data",
|
670
670
|
"name",
|
671
|
-
"
|
671
|
+
"workspaceId"
|
672
672
|
],
|
673
673
|
"members": {
|
674
|
-
"
|
675
|
-
"
|
676
|
-
"locationName": "workspaceId"
|
674
|
+
"clientToken": {
|
675
|
+
"idempotencyToken": true
|
677
676
|
},
|
678
|
-
"name": {},
|
679
677
|
"data": {
|
680
678
|
"type": "blob"
|
681
679
|
},
|
682
|
-
"
|
683
|
-
"idempotencyToken": true
|
684
|
-
},
|
680
|
+
"name": {},
|
685
681
|
"tags": {
|
686
682
|
"shape": "Sh"
|
683
|
+
},
|
684
|
+
"workspaceId": {
|
685
|
+
"location": "uri",
|
686
|
+
"locationName": "workspaceId"
|
687
687
|
}
|
688
688
|
}
|
689
689
|
},
|
690
690
|
"output": {
|
691
691
|
"type": "structure",
|
692
692
|
"required": [
|
693
|
-
"name",
|
694
693
|
"arn",
|
694
|
+
"name",
|
695
695
|
"status"
|
696
696
|
],
|
697
697
|
"members": {
|
698
|
-
"name": {},
|
699
698
|
"arn": {},
|
699
|
+
"name": {},
|
700
700
|
"status": {
|
701
701
|
"shape": "Sm"
|
702
702
|
},
|
@@ -715,23 +715,23 @@ module.exports={
|
|
715
715
|
"input": {
|
716
716
|
"type": "structure",
|
717
717
|
"required": [
|
718
|
+
"destination",
|
718
719
|
"scrapeConfiguration",
|
719
|
-
"source"
|
720
|
-
"destination"
|
720
|
+
"source"
|
721
721
|
],
|
722
722
|
"members": {
|
723
723
|
"alias": {},
|
724
|
-
"
|
725
|
-
"
|
726
|
-
},
|
727
|
-
"source": {
|
728
|
-
"shape": "Ss"
|
724
|
+
"clientToken": {
|
725
|
+
"idempotencyToken": true
|
729
726
|
},
|
730
727
|
"destination": {
|
731
|
-
"shape": "
|
728
|
+
"shape": "Sq"
|
732
729
|
},
|
733
|
-
"
|
734
|
-
"
|
730
|
+
"scrapeConfiguration": {
|
731
|
+
"shape": "St"
|
732
|
+
},
|
733
|
+
"source": {
|
734
|
+
"shape": "Sv"
|
735
735
|
},
|
736
736
|
"tags": {
|
737
737
|
"shape": "Sh"
|
@@ -741,13 +741,13 @@ module.exports={
|
|
741
741
|
"output": {
|
742
742
|
"type": "structure",
|
743
743
|
"required": [
|
744
|
-
"scraperId",
|
745
744
|
"arn",
|
745
|
+
"scraperId",
|
746
746
|
"status"
|
747
747
|
],
|
748
748
|
"members": {
|
749
|
-
"scraperId": {},
|
750
749
|
"arn": {},
|
750
|
+
"scraperId": {},
|
751
751
|
"status": {
|
752
752
|
"shape": "S15"
|
753
753
|
},
|
@@ -770,29 +770,29 @@ module.exports={
|
|
770
770
|
"clientToken": {
|
771
771
|
"idempotencyToken": true
|
772
772
|
},
|
773
|
+
"kmsKeyArn": {},
|
773
774
|
"tags": {
|
774
775
|
"shape": "Sh"
|
775
|
-
}
|
776
|
-
"kmsKeyArn": {}
|
776
|
+
}
|
777
777
|
}
|
778
778
|
},
|
779
779
|
"output": {
|
780
780
|
"type": "structure",
|
781
781
|
"required": [
|
782
|
-
"workspaceId",
|
783
782
|
"arn",
|
784
|
-
"status"
|
783
|
+
"status",
|
784
|
+
"workspaceId"
|
785
785
|
],
|
786
786
|
"members": {
|
787
|
-
"workspaceId": {},
|
788
787
|
"arn": {},
|
788
|
+
"kmsKeyArn": {},
|
789
789
|
"status": {
|
790
790
|
"shape": "S1b"
|
791
791
|
},
|
792
792
|
"tags": {
|
793
793
|
"shape": "Sh"
|
794
794
|
},
|
795
|
-
"
|
795
|
+
"workspaceId": {}
|
796
796
|
}
|
797
797
|
},
|
798
798
|
"idempotent": true
|
@@ -809,14 +809,14 @@ module.exports={
|
|
809
809
|
"workspaceId"
|
810
810
|
],
|
811
811
|
"members": {
|
812
|
-
"workspaceId": {
|
813
|
-
"location": "uri",
|
814
|
-
"locationName": "workspaceId"
|
815
|
-
},
|
816
812
|
"clientToken": {
|
817
813
|
"idempotencyToken": true,
|
818
814
|
"location": "querystring",
|
819
815
|
"locationName": "clientToken"
|
816
|
+
},
|
817
|
+
"workspaceId": {
|
818
|
+
"location": "uri",
|
819
|
+
"locationName": "workspaceId"
|
820
820
|
}
|
821
821
|
}
|
822
822
|
},
|
@@ -834,14 +834,14 @@ module.exports={
|
|
834
834
|
"workspaceId"
|
835
835
|
],
|
836
836
|
"members": {
|
837
|
-
"workspaceId": {
|
838
|
-
"location": "uri",
|
839
|
-
"locationName": "workspaceId"
|
840
|
-
},
|
841
837
|
"clientToken": {
|
842
838
|
"idempotencyToken": true,
|
843
839
|
"location": "querystring",
|
844
840
|
"locationName": "clientToken"
|
841
|
+
},
|
842
|
+
"workspaceId": {
|
843
|
+
"location": "uri",
|
844
|
+
"locationName": "workspaceId"
|
845
845
|
}
|
846
846
|
}
|
847
847
|
},
|
@@ -856,22 +856,22 @@ module.exports={
|
|
856
856
|
"input": {
|
857
857
|
"type": "structure",
|
858
858
|
"required": [
|
859
|
-
"
|
860
|
-
"
|
859
|
+
"name",
|
860
|
+
"workspaceId"
|
861
861
|
],
|
862
862
|
"members": {
|
863
|
-
"
|
864
|
-
"
|
865
|
-
"
|
863
|
+
"clientToken": {
|
864
|
+
"idempotencyToken": true,
|
865
|
+
"location": "querystring",
|
866
|
+
"locationName": "clientToken"
|
866
867
|
},
|
867
868
|
"name": {
|
868
869
|
"location": "uri",
|
869
870
|
"locationName": "name"
|
870
871
|
},
|
871
|
-
"
|
872
|
-
"
|
873
|
-
"
|
874
|
-
"locationName": "clientToken"
|
872
|
+
"workspaceId": {
|
873
|
+
"location": "uri",
|
874
|
+
"locationName": "workspaceId"
|
875
875
|
}
|
876
876
|
}
|
877
877
|
},
|
@@ -889,14 +889,14 @@ module.exports={
|
|
889
889
|
"scraperId"
|
890
890
|
],
|
891
891
|
"members": {
|
892
|
-
"scraperId": {
|
893
|
-
"location": "uri",
|
894
|
-
"locationName": "scraperId"
|
895
|
-
},
|
896
892
|
"clientToken": {
|
897
893
|
"idempotencyToken": true,
|
898
894
|
"location": "querystring",
|
899
895
|
"locationName": "clientToken"
|
896
|
+
},
|
897
|
+
"scraperId": {
|
898
|
+
"location": "uri",
|
899
|
+
"locationName": "scraperId"
|
900
900
|
}
|
901
901
|
}
|
902
902
|
},
|
@@ -927,14 +927,14 @@ module.exports={
|
|
927
927
|
"workspaceId"
|
928
928
|
],
|
929
929
|
"members": {
|
930
|
-
"workspaceId": {
|
931
|
-
"location": "uri",
|
932
|
-
"locationName": "workspaceId"
|
933
|
-
},
|
934
930
|
"clientToken": {
|
935
931
|
"idempotencyToken": true,
|
936
932
|
"location": "querystring",
|
937
933
|
"locationName": "clientToken"
|
934
|
+
},
|
935
|
+
"workspaceId": {
|
936
|
+
"location": "uri",
|
937
|
+
"locationName": "workspaceId"
|
938
938
|
}
|
939
939
|
}
|
940
940
|
},
|
@@ -967,23 +967,23 @@ module.exports={
|
|
967
967
|
"alertManagerDefinition": {
|
968
968
|
"type": "structure",
|
969
969
|
"required": [
|
970
|
-
"status",
|
971
|
-
"data",
|
972
970
|
"createdAt",
|
973
|
-
"
|
971
|
+
"data",
|
972
|
+
"modifiedAt",
|
973
|
+
"status"
|
974
974
|
],
|
975
975
|
"members": {
|
976
|
-
"
|
977
|
-
"
|
976
|
+
"createdAt": {
|
977
|
+
"type": "timestamp"
|
978
978
|
},
|
979
979
|
"data": {
|
980
980
|
"type": "blob"
|
981
981
|
},
|
982
|
-
"createdAt": {
|
983
|
-
"type": "timestamp"
|
984
|
-
},
|
985
982
|
"modifiedAt": {
|
986
983
|
"type": "timestamp"
|
984
|
+
},
|
985
|
+
"status": {
|
986
|
+
"shape": "S6"
|
987
987
|
}
|
988
988
|
}
|
989
989
|
}
|
@@ -1017,24 +1017,24 @@ module.exports={
|
|
1017
1017
|
"loggingConfiguration": {
|
1018
1018
|
"type": "structure",
|
1019
1019
|
"required": [
|
1020
|
-
"status",
|
1021
|
-
"workspace",
|
1022
|
-
"logGroupArn",
|
1023
1020
|
"createdAt",
|
1024
|
-
"
|
1021
|
+
"logGroupArn",
|
1022
|
+
"modifiedAt",
|
1023
|
+
"status",
|
1024
|
+
"workspace"
|
1025
1025
|
],
|
1026
1026
|
"members": {
|
1027
|
-
"status": {
|
1028
|
-
"shape": "Sc"
|
1029
|
-
},
|
1030
|
-
"workspace": {},
|
1031
|
-
"logGroupArn": {},
|
1032
1027
|
"createdAt": {
|
1033
1028
|
"type": "timestamp"
|
1034
1029
|
},
|
1030
|
+
"logGroupArn": {},
|
1035
1031
|
"modifiedAt": {
|
1036
1032
|
"type": "timestamp"
|
1037
|
-
}
|
1033
|
+
},
|
1034
|
+
"status": {
|
1035
|
+
"shape": "Sc"
|
1036
|
+
},
|
1037
|
+
"workspace": {}
|
1038
1038
|
}
|
1039
1039
|
}
|
1040
1040
|
}
|
@@ -1049,17 +1049,17 @@ module.exports={
|
|
1049
1049
|
"input": {
|
1050
1050
|
"type": "structure",
|
1051
1051
|
"required": [
|
1052
|
-
"
|
1053
|
-
"
|
1052
|
+
"name",
|
1053
|
+
"workspaceId"
|
1054
1054
|
],
|
1055
1055
|
"members": {
|
1056
|
-
"workspaceId": {
|
1057
|
-
"location": "uri",
|
1058
|
-
"locationName": "workspaceId"
|
1059
|
-
},
|
1060
1056
|
"name": {
|
1061
1057
|
"location": "uri",
|
1062
1058
|
"locationName": "name"
|
1059
|
+
},
|
1060
|
+
"workspaceId": {
|
1061
|
+
"location": "uri",
|
1062
|
+
"locationName": "workspaceId"
|
1063
1063
|
}
|
1064
1064
|
}
|
1065
1065
|
},
|
@@ -1073,27 +1073,27 @@ module.exports={
|
|
1073
1073
|
"type": "structure",
|
1074
1074
|
"required": [
|
1075
1075
|
"arn",
|
1076
|
-
"name",
|
1077
|
-
"status",
|
1078
|
-
"data",
|
1079
1076
|
"createdAt",
|
1080
|
-
"
|
1077
|
+
"data",
|
1078
|
+
"modifiedAt",
|
1079
|
+
"name",
|
1080
|
+
"status"
|
1081
1081
|
],
|
1082
1082
|
"members": {
|
1083
1083
|
"arn": {},
|
1084
|
-
"
|
1085
|
-
|
1086
|
-
"shape": "Sm"
|
1084
|
+
"createdAt": {
|
1085
|
+
"type": "timestamp"
|
1087
1086
|
},
|
1088
1087
|
"data": {
|
1089
1088
|
"type": "blob"
|
1090
1089
|
},
|
1091
|
-
"createdAt": {
|
1092
|
-
"type": "timestamp"
|
1093
|
-
},
|
1094
1090
|
"modifiedAt": {
|
1095
1091
|
"type": "timestamp"
|
1096
1092
|
},
|
1093
|
+
"name": {},
|
1094
|
+
"status": {
|
1095
|
+
"shape": "Sm"
|
1096
|
+
},
|
1097
1097
|
"tags": {
|
1098
1098
|
"shape": "Sh"
|
1099
1099
|
}
|
@@ -1129,42 +1129,42 @@ module.exports={
|
|
1129
1129
|
"scraper": {
|
1130
1130
|
"type": "structure",
|
1131
1131
|
"required": [
|
1132
|
-
"scraperId",
|
1133
1132
|
"arn",
|
1134
|
-
"roleArn",
|
1135
|
-
"status",
|
1136
1133
|
"createdAt",
|
1134
|
+
"destination",
|
1137
1135
|
"lastModifiedAt",
|
1136
|
+
"roleArn",
|
1138
1137
|
"scrapeConfiguration",
|
1138
|
+
"scraperId",
|
1139
1139
|
"source",
|
1140
|
-
"
|
1140
|
+
"status"
|
1141
1141
|
],
|
1142
1142
|
"members": {
|
1143
1143
|
"alias": {},
|
1144
|
-
"scraperId": {},
|
1145
1144
|
"arn": {},
|
1146
|
-
"roleArn": {},
|
1147
|
-
"status": {
|
1148
|
-
"shape": "S15"
|
1149
|
-
},
|
1150
1145
|
"createdAt": {
|
1151
1146
|
"type": "timestamp"
|
1152
1147
|
},
|
1148
|
+
"destination": {
|
1149
|
+
"shape": "Sq"
|
1150
|
+
},
|
1153
1151
|
"lastModifiedAt": {
|
1154
1152
|
"type": "timestamp"
|
1155
1153
|
},
|
1156
|
-
"
|
1157
|
-
"shape": "Sh"
|
1158
|
-
},
|
1159
|
-
"statusReason": {},
|
1154
|
+
"roleArn": {},
|
1160
1155
|
"scrapeConfiguration": {
|
1161
|
-
"shape": "
|
1156
|
+
"shape": "St"
|
1162
1157
|
},
|
1158
|
+
"scraperId": {},
|
1163
1159
|
"source": {
|
1164
|
-
"shape": "
|
1160
|
+
"shape": "Sv"
|
1165
1161
|
},
|
1166
|
-
"
|
1167
|
-
"shape": "
|
1162
|
+
"status": {
|
1163
|
+
"shape": "S15"
|
1164
|
+
},
|
1165
|
+
"statusReason": {},
|
1166
|
+
"tags": {
|
1167
|
+
"shape": "Sh"
|
1168
1168
|
}
|
1169
1169
|
}
|
1170
1170
|
}
|
@@ -1198,26 +1198,26 @@ module.exports={
|
|
1198
1198
|
"workspace": {
|
1199
1199
|
"type": "structure",
|
1200
1200
|
"required": [
|
1201
|
-
"workspaceId",
|
1202
1201
|
"arn",
|
1202
|
+
"createdAt",
|
1203
1203
|
"status",
|
1204
|
-
"
|
1204
|
+
"workspaceId"
|
1205
1205
|
],
|
1206
1206
|
"members": {
|
1207
|
-
"workspaceId": {},
|
1208
1207
|
"alias": {},
|
1209
1208
|
"arn": {},
|
1210
|
-
"status": {
|
1211
|
-
"shape": "S1b"
|
1212
|
-
},
|
1213
|
-
"prometheusEndpoint": {},
|
1214
1209
|
"createdAt": {
|
1215
1210
|
"type": "timestamp"
|
1216
1211
|
},
|
1212
|
+
"kmsKeyArn": {},
|
1213
|
+
"prometheusEndpoint": {},
|
1214
|
+
"status": {
|
1215
|
+
"shape": "S1b"
|
1216
|
+
},
|
1217
1217
|
"tags": {
|
1218
1218
|
"shape": "Sh"
|
1219
1219
|
},
|
1220
|
-
"
|
1220
|
+
"workspaceId": {}
|
1221
1221
|
}
|
1222
1222
|
}
|
1223
1223
|
}
|
@@ -1257,9 +1257,10 @@ module.exports={
|
|
1257
1257
|
"workspaceId"
|
1258
1258
|
],
|
1259
1259
|
"members": {
|
1260
|
-
"
|
1261
|
-
"location": "
|
1262
|
-
"locationName": "
|
1260
|
+
"maxResults": {
|
1261
|
+
"location": "querystring",
|
1262
|
+
"locationName": "maxResults",
|
1263
|
+
"type": "integer"
|
1263
1264
|
},
|
1264
1265
|
"name": {
|
1265
1266
|
"location": "querystring",
|
@@ -1269,10 +1270,9 @@ module.exports={
|
|
1269
1270
|
"location": "querystring",
|
1270
1271
|
"locationName": "nextToken"
|
1271
1272
|
},
|
1272
|
-
"
|
1273
|
-
"location": "
|
1274
|
-
"locationName": "
|
1275
|
-
"type": "integer"
|
1273
|
+
"workspaceId": {
|
1274
|
+
"location": "uri",
|
1275
|
+
"locationName": "workspaceId"
|
1276
1276
|
}
|
1277
1277
|
}
|
1278
1278
|
},
|
@@ -1282,36 +1282,36 @@ module.exports={
|
|
1282
1282
|
"ruleGroupsNamespaces"
|
1283
1283
|
],
|
1284
1284
|
"members": {
|
1285
|
+
"nextToken": {},
|
1285
1286
|
"ruleGroupsNamespaces": {
|
1286
1287
|
"type": "list",
|
1287
1288
|
"member": {
|
1288
1289
|
"type": "structure",
|
1289
1290
|
"required": [
|
1290
1291
|
"arn",
|
1291
|
-
"name",
|
1292
|
-
"status",
|
1293
1292
|
"createdAt",
|
1294
|
-
"modifiedAt"
|
1293
|
+
"modifiedAt",
|
1294
|
+
"name",
|
1295
|
+
"status"
|
1295
1296
|
],
|
1296
1297
|
"members": {
|
1297
1298
|
"arn": {},
|
1298
|
-
"name": {},
|
1299
|
-
"status": {
|
1300
|
-
"shape": "Sm"
|
1301
|
-
},
|
1302
1299
|
"createdAt": {
|
1303
1300
|
"type": "timestamp"
|
1304
1301
|
},
|
1305
1302
|
"modifiedAt": {
|
1306
1303
|
"type": "timestamp"
|
1307
1304
|
},
|
1305
|
+
"name": {},
|
1306
|
+
"status": {
|
1307
|
+
"shape": "Sm"
|
1308
|
+
},
|
1308
1309
|
"tags": {
|
1309
1310
|
"shape": "Sh"
|
1310
1311
|
}
|
1311
1312
|
}
|
1312
1313
|
}
|
1313
|
-
}
|
1314
|
-
"nextToken": {}
|
1314
|
+
}
|
1315
1315
|
}
|
1316
1316
|
}
|
1317
1317
|
},
|
@@ -1333,14 +1333,14 @@ module.exports={
|
|
1333
1333
|
"member": {}
|
1334
1334
|
}
|
1335
1335
|
},
|
1336
|
-
"nextToken": {
|
1337
|
-
"location": "querystring",
|
1338
|
-
"locationName": "nextToken"
|
1339
|
-
},
|
1340
1336
|
"maxResults": {
|
1341
1337
|
"location": "querystring",
|
1342
1338
|
"locationName": "maxResults",
|
1343
1339
|
"type": "integer"
|
1340
|
+
},
|
1341
|
+
"nextToken": {
|
1342
|
+
"location": "querystring",
|
1343
|
+
"locationName": "nextToken"
|
1344
1344
|
}
|
1345
1345
|
}
|
1346
1346
|
},
|
@@ -1350,48 +1350,48 @@ module.exports={
|
|
1350
1350
|
"scrapers"
|
1351
1351
|
],
|
1352
1352
|
"members": {
|
1353
|
+
"nextToken": {},
|
1353
1354
|
"scrapers": {
|
1354
1355
|
"type": "list",
|
1355
1356
|
"member": {
|
1356
1357
|
"type": "structure",
|
1357
1358
|
"required": [
|
1358
|
-
"scraperId",
|
1359
1359
|
"arn",
|
1360
|
-
"roleArn",
|
1361
|
-
"status",
|
1362
1360
|
"createdAt",
|
1361
|
+
"destination",
|
1363
1362
|
"lastModifiedAt",
|
1363
|
+
"roleArn",
|
1364
|
+
"scraperId",
|
1364
1365
|
"source",
|
1365
|
-
"
|
1366
|
+
"status"
|
1366
1367
|
],
|
1367
1368
|
"members": {
|
1368
1369
|
"alias": {},
|
1369
|
-
"scraperId": {},
|
1370
1370
|
"arn": {},
|
1371
|
-
"roleArn": {},
|
1372
|
-
"status": {
|
1373
|
-
"shape": "S15"
|
1374
|
-
},
|
1375
1371
|
"createdAt": {
|
1376
1372
|
"type": "timestamp"
|
1377
1373
|
},
|
1374
|
+
"destination": {
|
1375
|
+
"shape": "Sq"
|
1376
|
+
},
|
1378
1377
|
"lastModifiedAt": {
|
1379
1378
|
"type": "timestamp"
|
1380
1379
|
},
|
1381
|
-
"
|
1382
|
-
|
1383
|
-
},
|
1384
|
-
"statusReason": {},
|
1380
|
+
"roleArn": {},
|
1381
|
+
"scraperId": {},
|
1385
1382
|
"source": {
|
1386
|
-
"shape": "
|
1383
|
+
"shape": "Sv"
|
1387
1384
|
},
|
1388
|
-
"
|
1389
|
-
"shape": "
|
1385
|
+
"status": {
|
1386
|
+
"shape": "S15"
|
1387
|
+
},
|
1388
|
+
"statusReason": {},
|
1389
|
+
"tags": {
|
1390
|
+
"shape": "Sh"
|
1390
1391
|
}
|
1391
1392
|
}
|
1392
1393
|
}
|
1393
|
-
}
|
1394
|
-
"nextToken": {}
|
1394
|
+
}
|
1395
1395
|
}
|
1396
1396
|
}
|
1397
1397
|
},
|
@@ -1431,10 +1431,6 @@ module.exports={
|
|
1431
1431
|
"input": {
|
1432
1432
|
"type": "structure",
|
1433
1433
|
"members": {
|
1434
|
-
"nextToken": {
|
1435
|
-
"location": "querystring",
|
1436
|
-
"locationName": "nextToken"
|
1437
|
-
},
|
1438
1434
|
"alias": {
|
1439
1435
|
"location": "querystring",
|
1440
1436
|
"locationName": "alias"
|
@@ -1443,6 +1439,10 @@ module.exports={
|
|
1443
1439
|
"location": "querystring",
|
1444
1440
|
"locationName": "maxResults",
|
1445
1441
|
"type": "integer"
|
1442
|
+
},
|
1443
|
+
"nextToken": {
|
1444
|
+
"location": "querystring",
|
1445
|
+
"locationName": "nextToken"
|
1446
1446
|
}
|
1447
1447
|
}
|
1448
1448
|
},
|
@@ -1452,34 +1452,34 @@ module.exports={
|
|
1452
1452
|
"workspaces"
|
1453
1453
|
],
|
1454
1454
|
"members": {
|
1455
|
+
"nextToken": {},
|
1455
1456
|
"workspaces": {
|
1456
1457
|
"type": "list",
|
1457
1458
|
"member": {
|
1458
1459
|
"type": "structure",
|
1459
1460
|
"required": [
|
1460
|
-
"workspaceId",
|
1461
1461
|
"arn",
|
1462
|
+
"createdAt",
|
1462
1463
|
"status",
|
1463
|
-
"
|
1464
|
+
"workspaceId"
|
1464
1465
|
],
|
1465
1466
|
"members": {
|
1466
|
-
"workspaceId": {},
|
1467
1467
|
"alias": {},
|
1468
1468
|
"arn": {},
|
1469
|
-
"status": {
|
1470
|
-
"shape": "S1b"
|
1471
|
-
},
|
1472
1469
|
"createdAt": {
|
1473
1470
|
"type": "timestamp"
|
1474
1471
|
},
|
1472
|
+
"kmsKeyArn": {},
|
1473
|
+
"status": {
|
1474
|
+
"shape": "S1b"
|
1475
|
+
},
|
1475
1476
|
"tags": {
|
1476
1477
|
"shape": "Sh"
|
1477
1478
|
},
|
1478
|
-
"
|
1479
|
+
"workspaceId": {}
|
1479
1480
|
}
|
1480
1481
|
}
|
1481
|
-
}
|
1482
|
-
"nextToken": {}
|
1482
|
+
}
|
1483
1483
|
}
|
1484
1484
|
}
|
1485
1485
|
},
|
@@ -1492,19 +1492,19 @@ module.exports={
|
|
1492
1492
|
"input": {
|
1493
1493
|
"type": "structure",
|
1494
1494
|
"required": [
|
1495
|
-
"
|
1496
|
-
"
|
1495
|
+
"data",
|
1496
|
+
"workspaceId"
|
1497
1497
|
],
|
1498
1498
|
"members": {
|
1499
|
-
"
|
1500
|
-
"
|
1501
|
-
"locationName": "workspaceId"
|
1499
|
+
"clientToken": {
|
1500
|
+
"idempotencyToken": true
|
1502
1501
|
},
|
1503
1502
|
"data": {
|
1504
1503
|
"type": "blob"
|
1505
1504
|
},
|
1506
|
-
"
|
1507
|
-
"
|
1505
|
+
"workspaceId": {
|
1506
|
+
"location": "uri",
|
1507
|
+
"locationName": "workspaceId"
|
1508
1508
|
}
|
1509
1509
|
}
|
1510
1510
|
},
|
@@ -1530,37 +1530,37 @@ module.exports={
|
|
1530
1530
|
"input": {
|
1531
1531
|
"type": "structure",
|
1532
1532
|
"required": [
|
1533
|
-
"
|
1533
|
+
"data",
|
1534
1534
|
"name",
|
1535
|
-
"
|
1535
|
+
"workspaceId"
|
1536
1536
|
],
|
1537
1537
|
"members": {
|
1538
|
-
"
|
1539
|
-
"
|
1540
|
-
|
1538
|
+
"clientToken": {
|
1539
|
+
"idempotencyToken": true
|
1540
|
+
},
|
1541
|
+
"data": {
|
1542
|
+
"type": "blob"
|
1541
1543
|
},
|
1542
1544
|
"name": {
|
1543
1545
|
"location": "uri",
|
1544
1546
|
"locationName": "name"
|
1545
1547
|
},
|
1546
|
-
"
|
1547
|
-
"
|
1548
|
-
|
1549
|
-
"clientToken": {
|
1550
|
-
"idempotencyToken": true
|
1548
|
+
"workspaceId": {
|
1549
|
+
"location": "uri",
|
1550
|
+
"locationName": "workspaceId"
|
1551
1551
|
}
|
1552
1552
|
}
|
1553
1553
|
},
|
1554
1554
|
"output": {
|
1555
1555
|
"type": "structure",
|
1556
1556
|
"required": [
|
1557
|
-
"name",
|
1558
1557
|
"arn",
|
1558
|
+
"name",
|
1559
1559
|
"status"
|
1560
1560
|
],
|
1561
1561
|
"members": {
|
1562
|
-
"name": {},
|
1563
1562
|
"arn": {},
|
1563
|
+
"name": {},
|
1564
1564
|
"status": {
|
1565
1565
|
"shape": "Sm"
|
1566
1566
|
},
|
@@ -1637,17 +1637,17 @@ module.exports={
|
|
1637
1637
|
"input": {
|
1638
1638
|
"type": "structure",
|
1639
1639
|
"required": [
|
1640
|
-
"
|
1641
|
-
"
|
1640
|
+
"logGroupArn",
|
1641
|
+
"workspaceId"
|
1642
1642
|
],
|
1643
1643
|
"members": {
|
1644
|
+
"clientToken": {
|
1645
|
+
"idempotencyToken": true
|
1646
|
+
},
|
1647
|
+
"logGroupArn": {},
|
1644
1648
|
"workspaceId": {
|
1645
1649
|
"location": "uri",
|
1646
1650
|
"locationName": "workspaceId"
|
1647
|
-
},
|
1648
|
-
"logGroupArn": {},
|
1649
|
-
"clientToken": {
|
1650
|
-
"idempotencyToken": true
|
1651
1651
|
}
|
1652
1652
|
}
|
1653
1653
|
},
|
@@ -1675,13 +1675,13 @@ module.exports={
|
|
1675
1675
|
"workspaceId"
|
1676
1676
|
],
|
1677
1677
|
"members": {
|
1678
|
-
"workspaceId": {
|
1679
|
-
"location": "uri",
|
1680
|
-
"locationName": "workspaceId"
|
1681
|
-
},
|
1682
1678
|
"alias": {},
|
1683
1679
|
"clientToken": {
|
1684
1680
|
"idempotencyToken": true
|
1681
|
+
},
|
1682
|
+
"workspaceId": {
|
1683
|
+
"location": "uri",
|
1684
|
+
"locationName": "workspaceId"
|
1685
1685
|
}
|
1686
1686
|
}
|
1687
1687
|
},
|
@@ -1725,6 +1725,21 @@ module.exports={
|
|
1725
1725
|
}
|
1726
1726
|
},
|
1727
1727
|
"Sq": {
|
1728
|
+
"type": "structure",
|
1729
|
+
"members": {
|
1730
|
+
"ampConfiguration": {
|
1731
|
+
"type": "structure",
|
1732
|
+
"required": [
|
1733
|
+
"workspaceArn"
|
1734
|
+
],
|
1735
|
+
"members": {
|
1736
|
+
"workspaceArn": {}
|
1737
|
+
}
|
1738
|
+
}
|
1739
|
+
},
|
1740
|
+
"union": true
|
1741
|
+
},
|
1742
|
+
"St": {
|
1728
1743
|
"type": "structure",
|
1729
1744
|
"members": {
|
1730
1745
|
"configurationBlob": {
|
@@ -1733,7 +1748,7 @@ module.exports={
|
|
1733
1748
|
},
|
1734
1749
|
"union": true
|
1735
1750
|
},
|
1736
|
-
"
|
1751
|
+
"Sv": {
|
1737
1752
|
"type": "structure",
|
1738
1753
|
"members": {
|
1739
1754
|
"eksConfiguration": {
|
@@ -1757,21 +1772,6 @@ module.exports={
|
|
1757
1772
|
},
|
1758
1773
|
"union": true
|
1759
1774
|
},
|
1760
|
-
"Sz": {
|
1761
|
-
"type": "structure",
|
1762
|
-
"members": {
|
1763
|
-
"ampConfiguration": {
|
1764
|
-
"type": "structure",
|
1765
|
-
"required": [
|
1766
|
-
"workspaceArn"
|
1767
|
-
],
|
1768
|
-
"members": {
|
1769
|
-
"workspaceArn": {}
|
1770
|
-
}
|
1771
|
-
}
|
1772
|
-
},
|
1773
|
-
"union": true
|
1774
|
-
},
|
1775
1775
|
"S15": {
|
1776
1776
|
"type": "structure",
|
1777
1777
|
"required": [
|
@@ -50931,7 +50931,7 @@ module.exports={
|
|
50931
50931
|
"type": "structure",
|
50932
50932
|
"members": {
|
50933
50933
|
"actionType": {
|
50934
|
-
"shape": "
|
50934
|
+
"shape": "S2z"
|
50935
50935
|
}
|
50936
50936
|
}
|
50937
50937
|
}
|
@@ -50954,7 +50954,7 @@ module.exports={
|
|
50954
50954
|
"members": {
|
50955
50955
|
"id": {},
|
50956
50956
|
"data": {
|
50957
|
-
"shape": "
|
50957
|
+
"shape": "S3r"
|
50958
50958
|
},
|
50959
50959
|
"accountId": {}
|
50960
50960
|
}
|
@@ -51040,9 +51040,6 @@ module.exports={
|
|
51040
51040
|
}
|
51041
51041
|
}
|
51042
51042
|
},
|
51043
|
-
"trigger": {
|
51044
|
-
"shape": "S4e"
|
51045
|
-
},
|
51046
51043
|
"variables": {
|
51047
51044
|
"type": "list",
|
51048
51045
|
"member": {
|
@@ -51052,7 +51049,11 @@ module.exports={
|
|
51052
51049
|
"resolvedValue": {}
|
51053
51050
|
}
|
51054
51051
|
}
|
51055
|
-
}
|
51052
|
+
},
|
51053
|
+
"trigger": {
|
51054
|
+
"shape": "S4s"
|
51055
|
+
},
|
51056
|
+
"executionMode": {}
|
51056
51057
|
}
|
51057
51058
|
}
|
51058
51059
|
}
|
@@ -51082,7 +51083,13 @@ module.exports={
|
|
51082
51083
|
"members": {
|
51083
51084
|
"stageName": {},
|
51084
51085
|
"inboundExecution": {
|
51085
|
-
"shape": "
|
51086
|
+
"shape": "S4z"
|
51087
|
+
},
|
51088
|
+
"inboundExecutions": {
|
51089
|
+
"type": "list",
|
51090
|
+
"member": {
|
51091
|
+
"shape": "S4z"
|
51092
|
+
}
|
51086
51093
|
},
|
51087
51094
|
"inboundTransitionState": {
|
51088
51095
|
"type": "structure",
|
@@ -51104,7 +51111,7 @@ module.exports={
|
|
51104
51111
|
"members": {
|
51105
51112
|
"actionName": {},
|
51106
51113
|
"currentRevision": {
|
51107
|
-
"shape": "
|
51114
|
+
"shape": "S58"
|
51108
51115
|
},
|
51109
51116
|
"latestExecution": {
|
51110
51117
|
"type": "structure",
|
@@ -51123,11 +51130,7 @@ module.exports={
|
|
51123
51130
|
"type": "integer"
|
51124
51131
|
},
|
51125
51132
|
"errorDetails": {
|
51126
|
-
"
|
51127
|
-
"members": {
|
51128
|
-
"code": {},
|
51129
|
-
"message": {}
|
51130
|
-
}
|
51133
|
+
"shape": "S5g"
|
51131
51134
|
}
|
51132
51135
|
}
|
51133
51136
|
},
|
@@ -51137,7 +51140,7 @@ module.exports={
|
|
51137
51140
|
}
|
51138
51141
|
},
|
51139
51142
|
"latestExecution": {
|
51140
|
-
"shape": "
|
51143
|
+
"shape": "S4z"
|
51141
51144
|
}
|
51142
51145
|
}
|
51143
51146
|
}
|
@@ -51177,19 +51180,19 @@ module.exports={
|
|
51177
51180
|
"shape": "Sw"
|
51178
51181
|
},
|
51179
51182
|
"actionConfiguration": {
|
51180
|
-
"shape": "
|
51183
|
+
"shape": "S3s"
|
51181
51184
|
},
|
51182
51185
|
"pipelineContext": {
|
51183
|
-
"shape": "
|
51186
|
+
"shape": "S3t"
|
51184
51187
|
},
|
51185
51188
|
"inputArtifacts": {
|
51186
|
-
"shape": "
|
51189
|
+
"shape": "S3z"
|
51187
51190
|
},
|
51188
51191
|
"outputArtifacts": {
|
51189
|
-
"shape": "
|
51192
|
+
"shape": "S3z"
|
51190
51193
|
},
|
51191
51194
|
"artifactCredentials": {
|
51192
|
-
"shape": "
|
51195
|
+
"shape": "S47"
|
51193
51196
|
},
|
51194
51197
|
"continuationToken": {},
|
51195
51198
|
"encryptionKey": {
|
@@ -51214,7 +51217,18 @@ module.exports={
|
|
51214
51217
|
"filter": {
|
51215
51218
|
"type": "structure",
|
51216
51219
|
"members": {
|
51217
|
-
"pipelineExecutionId": {}
|
51220
|
+
"pipelineExecutionId": {},
|
51221
|
+
"latestInPipelineExecution": {
|
51222
|
+
"type": "structure",
|
51223
|
+
"required": [
|
51224
|
+
"pipelineExecutionId",
|
51225
|
+
"startTimeRange"
|
51226
|
+
],
|
51227
|
+
"members": {
|
51228
|
+
"pipelineExecutionId": {},
|
51229
|
+
"startTimeRange": {}
|
51230
|
+
}
|
51231
|
+
}
|
51218
51232
|
}
|
51219
51233
|
},
|
51220
51234
|
"maxResults": {
|
@@ -51244,6 +51258,7 @@ module.exports={
|
|
51244
51258
|
"lastUpdateTime": {
|
51245
51259
|
"type": "timestamp"
|
51246
51260
|
},
|
51261
|
+
"updatedBy": {},
|
51247
51262
|
"status": {},
|
51248
51263
|
"input": {
|
51249
51264
|
"type": "structure",
|
@@ -51262,7 +51277,7 @@ module.exports={
|
|
51262
51277
|
"roleArn": {},
|
51263
51278
|
"region": {},
|
51264
51279
|
"inputArtifacts": {
|
51265
|
-
"shape": "
|
51280
|
+
"shape": "S5y"
|
51266
51281
|
},
|
51267
51282
|
"namespace": {}
|
51268
51283
|
}
|
@@ -51271,18 +51286,21 @@ module.exports={
|
|
51271
51286
|
"type": "structure",
|
51272
51287
|
"members": {
|
51273
51288
|
"outputArtifacts": {
|
51274
|
-
"shape": "
|
51289
|
+
"shape": "S5y"
|
51275
51290
|
},
|
51276
51291
|
"executionResult": {
|
51277
51292
|
"type": "structure",
|
51278
51293
|
"members": {
|
51279
51294
|
"externalExecutionId": {},
|
51280
51295
|
"externalExecutionSummary": {},
|
51281
|
-
"externalExecutionUrl": {}
|
51296
|
+
"externalExecutionUrl": {},
|
51297
|
+
"errorDetails": {
|
51298
|
+
"shape": "S5g"
|
51299
|
+
}
|
51282
51300
|
}
|
51283
51301
|
},
|
51284
51302
|
"outputVariables": {
|
51285
|
-
"shape": "
|
51303
|
+
"shape": "S67"
|
51286
51304
|
}
|
51287
51305
|
}
|
51288
51306
|
}
|
@@ -51364,14 +51382,15 @@ module.exports={
|
|
51364
51382
|
}
|
51365
51383
|
},
|
51366
51384
|
"trigger": {
|
51367
|
-
"shape": "
|
51385
|
+
"shape": "S4s"
|
51368
51386
|
},
|
51369
51387
|
"stopTrigger": {
|
51370
51388
|
"type": "structure",
|
51371
51389
|
"members": {
|
51372
51390
|
"reason": {}
|
51373
51391
|
}
|
51374
|
-
}
|
51392
|
+
},
|
51393
|
+
"executionMode": {}
|
51375
51394
|
}
|
51376
51395
|
}
|
51377
51396
|
},
|
@@ -51402,6 +51421,7 @@ module.exports={
|
|
51402
51421
|
"type": "integer"
|
51403
51422
|
},
|
51404
51423
|
"pipelineType": {},
|
51424
|
+
"executionMode": {},
|
51405
51425
|
"created": {
|
51406
51426
|
"type": "timestamp"
|
51407
51427
|
},
|
@@ -51455,7 +51475,7 @@ module.exports={
|
|
51455
51475
|
"webhooks": {
|
51456
51476
|
"type": "list",
|
51457
51477
|
"member": {
|
51458
|
-
"shape": "
|
51478
|
+
"shape": "S6w"
|
51459
51479
|
}
|
51460
51480
|
},
|
51461
51481
|
"NextToken": {}
|
@@ -51492,7 +51512,7 @@ module.exports={
|
|
51492
51512
|
"members": {
|
51493
51513
|
"id": {},
|
51494
51514
|
"data": {
|
51495
|
-
"shape": "
|
51515
|
+
"shape": "S3r"
|
51496
51516
|
},
|
51497
51517
|
"nonce": {},
|
51498
51518
|
"accountId": {}
|
@@ -51547,7 +51567,7 @@ module.exports={
|
|
51547
51567
|
"stageName": {},
|
51548
51568
|
"actionName": {},
|
51549
51569
|
"actionRevision": {
|
51550
|
-
"shape": "
|
51570
|
+
"shape": "S58"
|
51551
51571
|
}
|
51552
51572
|
}
|
51553
51573
|
},
|
@@ -51608,7 +51628,7 @@ module.exports={
|
|
51608
51628
|
"members": {
|
51609
51629
|
"jobId": {},
|
51610
51630
|
"failureDetails": {
|
51611
|
-
"shape": "
|
51631
|
+
"shape": "S7w"
|
51612
51632
|
}
|
51613
51633
|
}
|
51614
51634
|
}
|
@@ -51622,14 +51642,14 @@ module.exports={
|
|
51622
51642
|
"members": {
|
51623
51643
|
"jobId": {},
|
51624
51644
|
"currentRevision": {
|
51625
|
-
"shape": "
|
51645
|
+
"shape": "S7z"
|
51626
51646
|
},
|
51627
51647
|
"continuationToken": {},
|
51628
51648
|
"executionDetails": {
|
51629
|
-
"shape": "
|
51649
|
+
"shape": "S81"
|
51630
51650
|
},
|
51631
51651
|
"outputVariables": {
|
51632
|
-
"shape": "
|
51652
|
+
"shape": "S67"
|
51633
51653
|
}
|
51634
51654
|
}
|
51635
51655
|
}
|
@@ -51646,7 +51666,7 @@ module.exports={
|
|
51646
51666
|
"jobId": {},
|
51647
51667
|
"clientToken": {},
|
51648
51668
|
"failureDetails": {
|
51649
|
-
"shape": "
|
51669
|
+
"shape": "S7w"
|
51650
51670
|
}
|
51651
51671
|
}
|
51652
51672
|
}
|
@@ -51662,11 +51682,11 @@ module.exports={
|
|
51662
51682
|
"jobId": {},
|
51663
51683
|
"clientToken": {},
|
51664
51684
|
"currentRevision": {
|
51665
|
-
"shape": "
|
51685
|
+
"shape": "S7z"
|
51666
51686
|
},
|
51667
51687
|
"continuationToken": {},
|
51668
51688
|
"executionDetails": {
|
51669
|
-
"shape": "
|
51689
|
+
"shape": "S81"
|
51670
51690
|
}
|
51671
51691
|
}
|
51672
51692
|
}
|
@@ -51679,7 +51699,7 @@ module.exports={
|
|
51679
51699
|
],
|
51680
51700
|
"members": {
|
51681
51701
|
"webhook": {
|
51682
|
-
"shape": "
|
51702
|
+
"shape": "S6x"
|
51683
51703
|
},
|
51684
51704
|
"tags": {
|
51685
51705
|
"shape": "Sq"
|
@@ -51690,7 +51710,7 @@ module.exports={
|
|
51690
51710
|
"type": "structure",
|
51691
51711
|
"members": {
|
51692
51712
|
"webhook": {
|
51693
|
-
"shape": "
|
51713
|
+
"shape": "S6w"
|
51694
51714
|
}
|
51695
51715
|
}
|
51696
51716
|
}
|
@@ -51850,7 +51870,7 @@ module.exports={
|
|
51850
51870
|
],
|
51851
51871
|
"members": {
|
51852
51872
|
"actionType": {
|
51853
|
-
"shape": "
|
51873
|
+
"shape": "S2z"
|
51854
51874
|
}
|
51855
51875
|
}
|
51856
51876
|
}
|
@@ -52084,7 +52104,22 @@ module.exports={
|
|
52084
52104
|
"version": {
|
52085
52105
|
"type": "integer"
|
52086
52106
|
},
|
52107
|
+
"executionMode": {},
|
52087
52108
|
"pipelineType": {},
|
52109
|
+
"variables": {
|
52110
|
+
"type": "list",
|
52111
|
+
"member": {
|
52112
|
+
"type": "structure",
|
52113
|
+
"required": [
|
52114
|
+
"name"
|
52115
|
+
],
|
52116
|
+
"members": {
|
52117
|
+
"name": {},
|
52118
|
+
"defaultValue": {},
|
52119
|
+
"description": {}
|
52120
|
+
}
|
52121
|
+
}
|
52122
|
+
},
|
52088
52123
|
"triggers": {
|
52089
52124
|
"type": "list",
|
52090
52125
|
"member": {
|
@@ -52111,12 +52146,36 @@ module.exports={
|
|
52111
52146
|
"type": "structure",
|
52112
52147
|
"members": {
|
52113
52148
|
"includes": {
|
52114
|
-
"shape": "
|
52149
|
+
"shape": "S28"
|
52115
52150
|
},
|
52116
52151
|
"excludes": {
|
52117
|
-
"shape": "
|
52152
|
+
"shape": "S28"
|
52118
52153
|
}
|
52119
52154
|
}
|
52155
|
+
},
|
52156
|
+
"branches": {
|
52157
|
+
"shape": "S2a"
|
52158
|
+
},
|
52159
|
+
"filePaths": {
|
52160
|
+
"shape": "S2d"
|
52161
|
+
}
|
52162
|
+
}
|
52163
|
+
}
|
52164
|
+
},
|
52165
|
+
"pullRequest": {
|
52166
|
+
"type": "list",
|
52167
|
+
"member": {
|
52168
|
+
"type": "structure",
|
52169
|
+
"members": {
|
52170
|
+
"events": {
|
52171
|
+
"type": "list",
|
52172
|
+
"member": {}
|
52173
|
+
},
|
52174
|
+
"branches": {
|
52175
|
+
"shape": "S2a"
|
52176
|
+
},
|
52177
|
+
"filePaths": {
|
52178
|
+
"shape": "S2d"
|
52120
52179
|
}
|
52121
52180
|
}
|
52122
52181
|
}
|
@@ -52125,20 +52184,6 @@ module.exports={
|
|
52125
52184
|
}
|
52126
52185
|
}
|
52127
52186
|
}
|
52128
|
-
},
|
52129
|
-
"variables": {
|
52130
|
-
"type": "list",
|
52131
|
-
"member": {
|
52132
|
-
"type": "structure",
|
52133
|
-
"required": [
|
52134
|
-
"name"
|
52135
|
-
],
|
52136
|
-
"members": {
|
52137
|
-
"name": {},
|
52138
|
-
"defaultValue": {},
|
52139
|
-
"description": {}
|
52140
|
-
}
|
52141
|
-
}
|
52142
52187
|
}
|
52143
52188
|
}
|
52144
52189
|
},
|
@@ -52172,11 +52217,41 @@ module.exports={
|
|
52172
52217
|
"key": {},
|
52173
52218
|
"value": {}
|
52174
52219
|
},
|
52175
|
-
"
|
52220
|
+
"S28": {
|
52176
52221
|
"type": "list",
|
52177
52222
|
"member": {}
|
52178
52223
|
},
|
52179
|
-
"
|
52224
|
+
"S2a": {
|
52225
|
+
"type": "structure",
|
52226
|
+
"members": {
|
52227
|
+
"includes": {
|
52228
|
+
"shape": "S2b"
|
52229
|
+
},
|
52230
|
+
"excludes": {
|
52231
|
+
"shape": "S2b"
|
52232
|
+
}
|
52233
|
+
}
|
52234
|
+
},
|
52235
|
+
"S2b": {
|
52236
|
+
"type": "list",
|
52237
|
+
"member": {}
|
52238
|
+
},
|
52239
|
+
"S2d": {
|
52240
|
+
"type": "structure",
|
52241
|
+
"members": {
|
52242
|
+
"includes": {
|
52243
|
+
"shape": "S2e"
|
52244
|
+
},
|
52245
|
+
"excludes": {
|
52246
|
+
"shape": "S2e"
|
52247
|
+
}
|
52248
|
+
}
|
52249
|
+
},
|
52250
|
+
"S2e": {
|
52251
|
+
"type": "list",
|
52252
|
+
"member": {}
|
52253
|
+
},
|
52254
|
+
"S2z": {
|
52180
52255
|
"type": "structure",
|
52181
52256
|
"required": [
|
52182
52257
|
"executor",
|
@@ -52243,10 +52318,10 @@ module.exports={
|
|
52243
52318
|
}
|
52244
52319
|
},
|
52245
52320
|
"inputArtifactDetails": {
|
52246
|
-
"shape": "
|
52321
|
+
"shape": "S3e"
|
52247
52322
|
},
|
52248
52323
|
"outputArtifactDetails": {
|
52249
|
-
"shape": "
|
52324
|
+
"shape": "S3e"
|
52250
52325
|
},
|
52251
52326
|
"permissions": {
|
52252
52327
|
"type": "structure",
|
@@ -52299,7 +52374,7 @@ module.exports={
|
|
52299
52374
|
}
|
52300
52375
|
}
|
52301
52376
|
},
|
52302
|
-
"
|
52377
|
+
"S3e": {
|
52303
52378
|
"type": "structure",
|
52304
52379
|
"required": [
|
52305
52380
|
"minimumCount",
|
@@ -52314,26 +52389,26 @@ module.exports={
|
|
52314
52389
|
}
|
52315
52390
|
}
|
52316
52391
|
},
|
52317
|
-
"
|
52392
|
+
"S3r": {
|
52318
52393
|
"type": "structure",
|
52319
52394
|
"members": {
|
52320
52395
|
"actionTypeId": {
|
52321
52396
|
"shape": "Sw"
|
52322
52397
|
},
|
52323
52398
|
"actionConfiguration": {
|
52324
|
-
"shape": "
|
52399
|
+
"shape": "S3s"
|
52325
52400
|
},
|
52326
52401
|
"pipelineContext": {
|
52327
|
-
"shape": "
|
52402
|
+
"shape": "S3t"
|
52328
52403
|
},
|
52329
52404
|
"inputArtifacts": {
|
52330
|
-
"shape": "
|
52405
|
+
"shape": "S3z"
|
52331
52406
|
},
|
52332
52407
|
"outputArtifacts": {
|
52333
|
-
"shape": "
|
52408
|
+
"shape": "S3z"
|
52334
52409
|
},
|
52335
52410
|
"artifactCredentials": {
|
52336
|
-
"shape": "
|
52411
|
+
"shape": "S47"
|
52337
52412
|
},
|
52338
52413
|
"continuationToken": {},
|
52339
52414
|
"encryptionKey": {
|
@@ -52341,7 +52416,7 @@ module.exports={
|
|
52341
52416
|
}
|
52342
52417
|
}
|
52343
52418
|
},
|
52344
|
-
"
|
52419
|
+
"S3s": {
|
52345
52420
|
"type": "structure",
|
52346
52421
|
"members": {
|
52347
52422
|
"configuration": {
|
@@ -52349,7 +52424,7 @@ module.exports={
|
|
52349
52424
|
}
|
52350
52425
|
}
|
52351
52426
|
},
|
52352
|
-
"
|
52427
|
+
"S3t": {
|
52353
52428
|
"type": "structure",
|
52354
52429
|
"members": {
|
52355
52430
|
"pipelineName": {},
|
@@ -52370,7 +52445,7 @@ module.exports={
|
|
52370
52445
|
"pipelineExecutionId": {}
|
52371
52446
|
}
|
52372
52447
|
},
|
52373
|
-
"
|
52448
|
+
"S3z": {
|
52374
52449
|
"type": "list",
|
52375
52450
|
"member": {
|
52376
52451
|
"type": "structure",
|
@@ -52397,7 +52472,7 @@ module.exports={
|
|
52397
52472
|
}
|
52398
52473
|
}
|
52399
52474
|
},
|
52400
|
-
"
|
52475
|
+
"S47": {
|
52401
52476
|
"type": "structure",
|
52402
52477
|
"required": [
|
52403
52478
|
"accessKeyId",
|
@@ -52420,14 +52495,14 @@ module.exports={
|
|
52420
52495
|
},
|
52421
52496
|
"sensitive": true
|
52422
52497
|
},
|
52423
|
-
"
|
52498
|
+
"S4s": {
|
52424
52499
|
"type": "structure",
|
52425
52500
|
"members": {
|
52426
52501
|
"triggerType": {},
|
52427
52502
|
"triggerDetail": {}
|
52428
52503
|
}
|
52429
52504
|
},
|
52430
|
-
"
|
52505
|
+
"S4z": {
|
52431
52506
|
"type": "structure",
|
52432
52507
|
"required": [
|
52433
52508
|
"pipelineExecutionId",
|
@@ -52438,7 +52513,7 @@ module.exports={
|
|
52438
52513
|
"status": {}
|
52439
52514
|
}
|
52440
52515
|
},
|
52441
|
-
"
|
52516
|
+
"S58": {
|
52442
52517
|
"type": "structure",
|
52443
52518
|
"required": [
|
52444
52519
|
"revisionId",
|
@@ -52453,7 +52528,14 @@ module.exports={
|
|
52453
52528
|
}
|
52454
52529
|
}
|
52455
52530
|
},
|
52456
|
-
"
|
52531
|
+
"S5g": {
|
52532
|
+
"type": "structure",
|
52533
|
+
"members": {
|
52534
|
+
"code": {},
|
52535
|
+
"message": {}
|
52536
|
+
}
|
52537
|
+
},
|
52538
|
+
"S5y": {
|
52457
52539
|
"type": "list",
|
52458
52540
|
"member": {
|
52459
52541
|
"type": "structure",
|
@@ -52469,12 +52551,12 @@ module.exports={
|
|
52469
52551
|
}
|
52470
52552
|
}
|
52471
52553
|
},
|
52472
|
-
"
|
52554
|
+
"S67": {
|
52473
52555
|
"type": "map",
|
52474
52556
|
"key": {},
|
52475
52557
|
"value": {}
|
52476
52558
|
},
|
52477
|
-
"
|
52559
|
+
"S6w": {
|
52478
52560
|
"type": "structure",
|
52479
52561
|
"required": [
|
52480
52562
|
"definition",
|
@@ -52482,7 +52564,7 @@ module.exports={
|
|
52482
52564
|
],
|
52483
52565
|
"members": {
|
52484
52566
|
"definition": {
|
52485
|
-
"shape": "
|
52567
|
+
"shape": "S6x"
|
52486
52568
|
},
|
52487
52569
|
"url": {},
|
52488
52570
|
"errorMessage": {},
|
@@ -52496,7 +52578,7 @@ module.exports={
|
|
52496
52578
|
}
|
52497
52579
|
}
|
52498
52580
|
},
|
52499
|
-
"
|
52581
|
+
"S6x": {
|
52500
52582
|
"type": "structure",
|
52501
52583
|
"required": [
|
52502
52584
|
"name",
|
@@ -52533,7 +52615,7 @@ module.exports={
|
|
52533
52615
|
}
|
52534
52616
|
}
|
52535
52617
|
},
|
52536
|
-
"
|
52618
|
+
"S7w": {
|
52537
52619
|
"type": "structure",
|
52538
52620
|
"required": [
|
52539
52621
|
"type",
|
@@ -52545,7 +52627,7 @@ module.exports={
|
|
52545
52627
|
"externalExecutionId": {}
|
52546
52628
|
}
|
52547
52629
|
},
|
52548
|
-
"
|
52630
|
+
"S7z": {
|
52549
52631
|
"type": "structure",
|
52550
52632
|
"required": [
|
52551
52633
|
"revision",
|
@@ -52560,7 +52642,7 @@ module.exports={
|
|
52560
52642
|
"revisionSummary": {}
|
52561
52643
|
}
|
52562
52644
|
},
|
52563
|
-
"
|
52645
|
+
"S81": {
|
52564
52646
|
"type": "structure",
|
52565
52647
|
"members": {
|
52566
52648
|
"summary": {},
|
@@ -162326,6 +162408,9 @@ module.exports={
|
|
162326
162408
|
},
|
162327
162409
|
"tlsConfig": {
|
162328
162410
|
"shape": "S3o"
|
162411
|
+
},
|
162412
|
+
"serverCertificateConfig": {
|
162413
|
+
"shape": "S3q"
|
162329
162414
|
}
|
162330
162415
|
}
|
162331
162416
|
},
|
@@ -162353,7 +162438,7 @@ module.exports={
|
|
162353
162438
|
"locationName": "thingGroupName"
|
162354
162439
|
},
|
162355
162440
|
"thingGroupProperties": {
|
162356
|
-
"shape": "
|
162441
|
+
"shape": "S3v"
|
162357
162442
|
},
|
162358
162443
|
"indexName": {},
|
162359
162444
|
"queryString": {},
|
@@ -162396,7 +162481,7 @@ module.exports={
|
|
162396
162481
|
},
|
162397
162482
|
"queryString": {},
|
162398
162483
|
"aggregationType": {
|
162399
|
-
"shape": "
|
162484
|
+
"shape": "S49"
|
162400
162485
|
},
|
162401
162486
|
"period": {
|
162402
162487
|
"type": "integer"
|
@@ -162442,17 +162527,17 @@ module.exports={
|
|
162442
162527
|
"document": {},
|
162443
162528
|
"description": {},
|
162444
162529
|
"presignedUrlConfig": {
|
162445
|
-
"shape": "
|
162530
|
+
"shape": "S4m"
|
162446
162531
|
},
|
162447
162532
|
"targetSelection": {},
|
162448
162533
|
"jobExecutionsRolloutConfig": {
|
162449
|
-
"shape": "
|
162534
|
+
"shape": "S4p"
|
162450
162535
|
},
|
162451
162536
|
"abortConfig": {
|
162452
|
-
"shape": "
|
162537
|
+
"shape": "S4w"
|
162453
162538
|
},
|
162454
162539
|
"timeoutConfig": {
|
162455
|
-
"shape": "
|
162540
|
+
"shape": "S53"
|
162456
162541
|
},
|
162457
162542
|
"tags": {
|
162458
162543
|
"shape": "S2e"
|
@@ -162460,16 +162545,16 @@ module.exports={
|
|
162460
162545
|
"namespaceId": {},
|
162461
162546
|
"jobTemplateArn": {},
|
162462
162547
|
"jobExecutionsRetryConfig": {
|
162463
|
-
"shape": "
|
162548
|
+
"shape": "S56"
|
162464
162549
|
},
|
162465
162550
|
"documentParameters": {
|
162466
|
-
"shape": "
|
162551
|
+
"shape": "S5b"
|
162467
162552
|
},
|
162468
162553
|
"schedulingConfig": {
|
162469
|
-
"shape": "
|
162554
|
+
"shape": "S5e"
|
162470
162555
|
},
|
162471
162556
|
"destinationPackageVersions": {
|
162472
|
-
"shape": "
|
162557
|
+
"shape": "S5l"
|
162473
162558
|
}
|
162474
162559
|
}
|
162475
162560
|
},
|
@@ -162503,28 +162588,28 @@ module.exports={
|
|
162503
162588
|
"document": {},
|
162504
162589
|
"description": {},
|
162505
162590
|
"presignedUrlConfig": {
|
162506
|
-
"shape": "
|
162591
|
+
"shape": "S4m"
|
162507
162592
|
},
|
162508
162593
|
"jobExecutionsRolloutConfig": {
|
162509
|
-
"shape": "
|
162594
|
+
"shape": "S4p"
|
162510
162595
|
},
|
162511
162596
|
"abortConfig": {
|
162512
|
-
"shape": "
|
162597
|
+
"shape": "S4w"
|
162513
162598
|
},
|
162514
162599
|
"timeoutConfig": {
|
162515
|
-
"shape": "
|
162600
|
+
"shape": "S53"
|
162516
162601
|
},
|
162517
162602
|
"tags": {
|
162518
162603
|
"shape": "S2e"
|
162519
162604
|
},
|
162520
162605
|
"jobExecutionsRetryConfig": {
|
162521
|
-
"shape": "
|
162606
|
+
"shape": "S56"
|
162522
162607
|
},
|
162523
162608
|
"maintenanceWindows": {
|
162524
|
-
"shape": "
|
162609
|
+
"shape": "S5h"
|
162525
162610
|
},
|
162526
162611
|
"destinationPackageVersions": {
|
162527
|
-
"shape": "
|
162612
|
+
"shape": "S5l"
|
162528
162613
|
}
|
162529
162614
|
}
|
162530
162615
|
},
|
@@ -162557,7 +162642,7 @@ module.exports={
|
|
162557
162642
|
"certificateId": {},
|
162558
162643
|
"certificatePem": {},
|
162559
162644
|
"keyPair": {
|
162560
|
-
"shape": "
|
162645
|
+
"shape": "S5t"
|
162561
162646
|
}
|
162562
162647
|
}
|
162563
162648
|
}
|
@@ -162580,7 +162665,7 @@ module.exports={
|
|
162580
162665
|
},
|
162581
162666
|
"roleArn": {},
|
162582
162667
|
"actionParams": {
|
162583
|
-
"shape": "
|
162668
|
+
"shape": "S5y"
|
162584
162669
|
},
|
162585
162670
|
"tags": {
|
162586
162671
|
"shape": "S2e"
|
@@ -162614,17 +162699,17 @@ module.exports={
|
|
162614
162699
|
},
|
162615
162700
|
"description": {},
|
162616
162701
|
"targets": {
|
162617
|
-
"shape": "
|
162702
|
+
"shape": "S6i"
|
162618
162703
|
},
|
162619
162704
|
"protocols": {
|
162620
|
-
"shape": "
|
162705
|
+
"shape": "S6k"
|
162621
162706
|
},
|
162622
162707
|
"targetSelection": {},
|
162623
162708
|
"awsJobExecutionsRolloutConfig": {
|
162624
|
-
"shape": "
|
162709
|
+
"shape": "S6m"
|
162625
162710
|
},
|
162626
162711
|
"awsJobPresignedUrlConfig": {
|
162627
|
-
"shape": "
|
162712
|
+
"shape": "S6t"
|
162628
162713
|
},
|
162629
162714
|
"awsJobAbortConfig": {
|
162630
162715
|
"type": "structure",
|
@@ -162665,11 +162750,11 @@ module.exports={
|
|
162665
162750
|
}
|
162666
162751
|
},
|
162667
162752
|
"files": {
|
162668
|
-
"shape": "
|
162753
|
+
"shape": "S74"
|
162669
162754
|
},
|
162670
162755
|
"roleArn": {},
|
162671
162756
|
"additionalParameters": {
|
162672
|
-
"shape": "
|
162757
|
+
"shape": "S82"
|
162673
162758
|
},
|
162674
162759
|
"tags": {
|
162675
162760
|
"shape": "S2e"
|
@@ -162704,10 +162789,10 @@ module.exports={
|
|
162704
162789
|
"locationName": "packageName"
|
162705
162790
|
},
|
162706
162791
|
"description": {
|
162707
|
-
"shape": "
|
162792
|
+
"shape": "S8a"
|
162708
162793
|
},
|
162709
162794
|
"tags": {
|
162710
|
-
"shape": "
|
162795
|
+
"shape": "S8b"
|
162711
162796
|
},
|
162712
162797
|
"clientToken": {
|
162713
162798
|
"idempotencyToken": true,
|
@@ -162722,7 +162807,7 @@ module.exports={
|
|
162722
162807
|
"packageName": {},
|
162723
162808
|
"packageArn": {},
|
162724
162809
|
"description": {
|
162725
|
-
"shape": "
|
162810
|
+
"shape": "S8a"
|
162726
162811
|
}
|
162727
162812
|
}
|
162728
162813
|
},
|
@@ -162750,13 +162835,13 @@ module.exports={
|
|
162750
162835
|
"locationName": "versionName"
|
162751
162836
|
},
|
162752
162837
|
"description": {
|
162753
|
-
"shape": "
|
162838
|
+
"shape": "S8a"
|
162754
162839
|
},
|
162755
162840
|
"attributes": {
|
162756
|
-
"shape": "
|
162841
|
+
"shape": "S8g"
|
162757
162842
|
},
|
162758
162843
|
"tags": {
|
162759
|
-
"shape": "
|
162844
|
+
"shape": "S8b"
|
162760
162845
|
},
|
162761
162846
|
"clientToken": {
|
162762
162847
|
"idempotencyToken": true,
|
@@ -162772,10 +162857,10 @@ module.exports={
|
|
162772
162857
|
"packageName": {},
|
162773
162858
|
"versionName": {},
|
162774
162859
|
"description": {
|
162775
|
-
"shape": "
|
162860
|
+
"shape": "S8a"
|
162776
162861
|
},
|
162777
162862
|
"attributes": {
|
162778
|
-
"shape": "
|
162863
|
+
"shape": "S8g"
|
162779
162864
|
},
|
162780
162865
|
"status": {},
|
162781
162866
|
"errorReason": {}
|
@@ -162871,7 +162956,7 @@ module.exports={
|
|
162871
162956
|
"certificateId": {},
|
162872
162957
|
"certificatePem": {},
|
162873
162958
|
"keyPair": {
|
162874
|
-
"shape": "
|
162959
|
+
"shape": "S5t"
|
162875
162960
|
},
|
162876
162961
|
"expiration": {
|
162877
162962
|
"type": "timestamp"
|
@@ -162899,7 +162984,7 @@ module.exports={
|
|
162899
162984
|
},
|
162900
162985
|
"provisioningRoleArn": {},
|
162901
162986
|
"preProvisioningHook": {
|
162902
|
-
"shape": "
|
162987
|
+
"shape": "S92"
|
162903
162988
|
},
|
162904
162989
|
"tags": {
|
162905
162990
|
"shape": "S2e"
|
@@ -163003,7 +163088,7 @@ module.exports={
|
|
163003
163088
|
"dayOfMonth": {},
|
163004
163089
|
"dayOfWeek": {},
|
163005
163090
|
"targetCheckNames": {
|
163006
|
-
"shape": "
|
163091
|
+
"shape": "S9i"
|
163007
163092
|
},
|
163008
163093
|
"scheduledAuditName": {
|
163009
163094
|
"location": "uri",
|
@@ -163037,24 +163122,24 @@ module.exports={
|
|
163037
163122
|
},
|
163038
163123
|
"securityProfileDescription": {},
|
163039
163124
|
"behaviors": {
|
163040
|
-
"shape": "
|
163125
|
+
"shape": "S9o"
|
163041
163126
|
},
|
163042
163127
|
"alertTargets": {
|
163043
|
-
"shape": "
|
163128
|
+
"shape": "Saf"
|
163044
163129
|
},
|
163045
163130
|
"additionalMetricsToRetain": {
|
163046
|
-
"shape": "
|
163131
|
+
"shape": "Saj",
|
163047
163132
|
"deprecated": true,
|
163048
163133
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
163049
163134
|
},
|
163050
163135
|
"additionalMetricsToRetainV2": {
|
163051
|
-
"shape": "
|
163136
|
+
"shape": "Sak"
|
163052
163137
|
},
|
163053
163138
|
"tags": {
|
163054
163139
|
"shape": "S2e"
|
163055
163140
|
},
|
163056
163141
|
"metricsExportConfig": {
|
163057
|
-
"shape": "
|
163142
|
+
"shape": "Sam"
|
163058
163143
|
}
|
163059
163144
|
}
|
163060
163145
|
},
|
@@ -163084,7 +163169,7 @@ module.exports={
|
|
163084
163169
|
},
|
163085
163170
|
"description": {},
|
163086
163171
|
"files": {
|
163087
|
-
"shape": "
|
163172
|
+
"shape": "Sas"
|
163088
163173
|
},
|
163089
163174
|
"roleArn": {},
|
163090
163175
|
"tags": {
|
@@ -163120,7 +163205,7 @@ module.exports={
|
|
163120
163205
|
},
|
163121
163206
|
"thingTypeName": {},
|
163122
163207
|
"attributePayload": {
|
163123
|
-
"shape": "
|
163208
|
+
"shape": "S3x"
|
163124
163209
|
},
|
163125
163210
|
"billingGroupName": {}
|
163126
163211
|
}
|
@@ -163150,7 +163235,7 @@ module.exports={
|
|
163150
163235
|
},
|
163151
163236
|
"parentGroupName": {},
|
163152
163237
|
"thingGroupProperties": {
|
163153
|
-
"shape": "
|
163238
|
+
"shape": "S3v"
|
163154
163239
|
},
|
163155
163240
|
"tags": {
|
163156
163241
|
"shape": "S2e"
|
@@ -163181,7 +163266,7 @@ module.exports={
|
|
163181
163266
|
"locationName": "thingTypeName"
|
163182
163267
|
},
|
163183
163268
|
"thingTypeProperties": {
|
163184
|
-
"shape": "
|
163269
|
+
"shape": "Sb4"
|
163185
163270
|
},
|
163186
163271
|
"tags": {
|
163187
163272
|
"shape": "S2e"
|
@@ -163213,7 +163298,7 @@ module.exports={
|
|
163213
163298
|
"locationName": "ruleName"
|
163214
163299
|
},
|
163215
163300
|
"topicRulePayload": {
|
163216
|
-
"shape": "
|
163301
|
+
"shape": "Sbc"
|
163217
163302
|
},
|
163218
163303
|
"tags": {
|
163219
163304
|
"location": "header",
|
@@ -163254,10 +163339,10 @@ module.exports={
|
|
163254
163339
|
],
|
163255
163340
|
"members": {
|
163256
163341
|
"subnetIds": {
|
163257
|
-
"shape": "
|
163342
|
+
"shape": "Set"
|
163258
163343
|
},
|
163259
163344
|
"securityGroups": {
|
163260
|
-
"shape": "
|
163345
|
+
"shape": "Sev"
|
163261
163346
|
},
|
163262
163347
|
"vpcId": {},
|
163263
163348
|
"roleArn": {}
|
@@ -163271,7 +163356,7 @@ module.exports={
|
|
163271
163356
|
"type": "structure",
|
163272
163357
|
"members": {
|
163273
163358
|
"topicRuleDestination": {
|
163274
|
-
"shape": "
|
163359
|
+
"shape": "Sez"
|
163275
163360
|
}
|
163276
163361
|
}
|
163277
163362
|
}
|
@@ -164125,10 +164210,10 @@ module.exports={
|
|
164125
164210
|
"members": {
|
164126
164211
|
"roleArn": {},
|
164127
164212
|
"auditNotificationTargetConfigurations": {
|
164128
|
-
"shape": "
|
164213
|
+
"shape": "Sh5"
|
164129
164214
|
},
|
164130
164215
|
"auditCheckConfigurations": {
|
164131
|
-
"shape": "
|
164216
|
+
"shape": "Sh8"
|
164132
164217
|
}
|
164133
164218
|
}
|
164134
164219
|
}
|
@@ -164154,7 +164239,7 @@ module.exports={
|
|
164154
164239
|
"type": "structure",
|
164155
164240
|
"members": {
|
164156
164241
|
"finding": {
|
164157
|
-
"shape": "
|
164242
|
+
"shape": "Shd"
|
164158
164243
|
}
|
164159
164244
|
}
|
164160
164245
|
}
|
@@ -164211,13 +164296,13 @@ module.exports={
|
|
164211
164296
|
}
|
164212
164297
|
},
|
164213
164298
|
"target": {
|
164214
|
-
"shape": "
|
164299
|
+
"shape": "Shx"
|
164215
164300
|
},
|
164216
164301
|
"auditCheckToActionsMapping": {
|
164217
|
-
"shape": "
|
164302
|
+
"shape": "Si1"
|
164218
164303
|
},
|
164219
164304
|
"actionsDefinition": {
|
164220
|
-
"shape": "
|
164305
|
+
"shape": "Si3"
|
164221
164306
|
}
|
164222
164307
|
}
|
164223
164308
|
}
|
@@ -164356,7 +164441,7 @@ module.exports={
|
|
164356
164441
|
"type": "structure",
|
164357
164442
|
"members": {
|
164358
164443
|
"authorizerDescription": {
|
164359
|
-
"shape": "
|
164444
|
+
"shape": "Siu"
|
164360
164445
|
}
|
164361
164446
|
}
|
164362
164447
|
}
|
@@ -164441,13 +164526,13 @@ module.exports={
|
|
164441
164526
|
},
|
164442
164527
|
"generationId": {},
|
164443
164528
|
"validity": {
|
164444
|
-
"shape": "
|
164529
|
+
"shape": "Sj7"
|
164445
164530
|
},
|
164446
164531
|
"certificateMode": {}
|
164447
164532
|
}
|
164448
164533
|
},
|
164449
164534
|
"registrationConfig": {
|
164450
|
-
"shape": "
|
164535
|
+
"shape": "Sj9"
|
164451
164536
|
}
|
164452
164537
|
}
|
164453
164538
|
}
|
@@ -164509,7 +164594,7 @@ module.exports={
|
|
164509
164594
|
},
|
164510
164595
|
"generationId": {},
|
164511
164596
|
"validity": {
|
164512
|
-
"shape": "
|
164597
|
+
"shape": "Sj7"
|
164513
164598
|
},
|
164514
164599
|
"certificateMode": {}
|
164515
164600
|
}
|
@@ -164598,7 +164683,7 @@ module.exports={
|
|
164598
164683
|
"type": "structure",
|
164599
164684
|
"members": {
|
164600
164685
|
"authorizerDescription": {
|
164601
|
-
"shape": "
|
164686
|
+
"shape": "Siu"
|
164602
164687
|
}
|
164603
164688
|
}
|
164604
164689
|
}
|
@@ -164624,7 +164709,7 @@ module.exports={
|
|
164624
164709
|
"type": "structure",
|
164625
164710
|
"members": {
|
164626
164711
|
"taskSummary": {
|
164627
|
-
"shape": "
|
164712
|
+
"shape": "Sjo"
|
164628
164713
|
}
|
164629
164714
|
}
|
164630
164715
|
}
|
@@ -164709,6 +164794,9 @@ module.exports={
|
|
164709
164794
|
},
|
164710
164795
|
"tlsConfig": {
|
164711
164796
|
"shape": "S3o"
|
164797
|
+
},
|
164798
|
+
"serverCertificateConfig": {
|
164799
|
+
"shape": "S3q"
|
164712
164800
|
}
|
164713
164801
|
}
|
164714
164802
|
}
|
@@ -164747,7 +164835,7 @@ module.exports={
|
|
164747
164835
|
"type": "structure",
|
164748
164836
|
"members": {
|
164749
164837
|
"eventConfigurations": {
|
164750
|
-
"shape": "
|
164838
|
+
"shape": "Ske"
|
164751
164839
|
},
|
164752
164840
|
"creationDate": {
|
164753
164841
|
"type": "timestamp"
|
@@ -164781,7 +164869,7 @@ module.exports={
|
|
164781
164869
|
"metricName": {},
|
164782
164870
|
"queryString": {},
|
164783
164871
|
"aggregationType": {
|
164784
|
-
"shape": "
|
164872
|
+
"shape": "S49"
|
164785
164873
|
},
|
164786
164874
|
"period": {
|
164787
164875
|
"type": "integer"
|
@@ -164868,13 +164956,13 @@ module.exports={
|
|
164868
164956
|
},
|
164869
164957
|
"description": {},
|
164870
164958
|
"presignedUrlConfig": {
|
164871
|
-
"shape": "
|
164959
|
+
"shape": "S4m"
|
164872
164960
|
},
|
164873
164961
|
"jobExecutionsRolloutConfig": {
|
164874
|
-
"shape": "
|
164962
|
+
"shape": "S4p"
|
164875
164963
|
},
|
164876
164964
|
"abortConfig": {
|
164877
|
-
"shape": "
|
164965
|
+
"shape": "S4w"
|
164878
164966
|
},
|
164879
164967
|
"createdAt": {
|
164880
164968
|
"type": "timestamp"
|
@@ -164919,21 +165007,21 @@ module.exports={
|
|
164919
165007
|
}
|
164920
165008
|
},
|
164921
165009
|
"timeoutConfig": {
|
164922
|
-
"shape": "
|
165010
|
+
"shape": "S53"
|
164923
165011
|
},
|
164924
165012
|
"namespaceId": {},
|
164925
165013
|
"jobTemplateArn": {},
|
164926
165014
|
"jobExecutionsRetryConfig": {
|
164927
|
-
"shape": "
|
165015
|
+
"shape": "S56"
|
164928
165016
|
},
|
164929
165017
|
"documentParameters": {
|
164930
|
-
"shape": "
|
165018
|
+
"shape": "S5b"
|
164931
165019
|
},
|
164932
165020
|
"isConcurrent": {
|
164933
165021
|
"type": "boolean"
|
164934
165022
|
},
|
164935
165023
|
"schedulingConfig": {
|
164936
|
-
"shape": "
|
165024
|
+
"shape": "S5e"
|
164937
165025
|
},
|
164938
165026
|
"scheduledJobRollouts": {
|
164939
165027
|
"type": "list",
|
@@ -164945,7 +165033,7 @@ module.exports={
|
|
164945
165033
|
}
|
164946
165034
|
},
|
164947
165035
|
"destinationPackageVersions": {
|
164948
|
-
"shape": "
|
165036
|
+
"shape": "S5l"
|
164949
165037
|
}
|
164950
165038
|
}
|
164951
165039
|
}
|
@@ -165051,25 +165139,25 @@ module.exports={
|
|
165051
165139
|
"type": "timestamp"
|
165052
165140
|
},
|
165053
165141
|
"presignedUrlConfig": {
|
165054
|
-
"shape": "
|
165142
|
+
"shape": "S4m"
|
165055
165143
|
},
|
165056
165144
|
"jobExecutionsRolloutConfig": {
|
165057
|
-
"shape": "
|
165145
|
+
"shape": "S4p"
|
165058
165146
|
},
|
165059
165147
|
"abortConfig": {
|
165060
|
-
"shape": "
|
165148
|
+
"shape": "S4w"
|
165061
165149
|
},
|
165062
165150
|
"timeoutConfig": {
|
165063
|
-
"shape": "
|
165151
|
+
"shape": "S53"
|
165064
165152
|
},
|
165065
165153
|
"jobExecutionsRetryConfig": {
|
165066
|
-
"shape": "
|
165154
|
+
"shape": "S56"
|
165067
165155
|
},
|
165068
165156
|
"maintenanceWindows": {
|
165069
|
-
"shape": "
|
165157
|
+
"shape": "S5h"
|
165070
165158
|
},
|
165071
165159
|
"destinationPackageVersions": {
|
165072
|
-
"shape": "
|
165160
|
+
"shape": "S5l"
|
165073
165161
|
}
|
165074
165162
|
}
|
165075
165163
|
}
|
@@ -165103,7 +165191,7 @@ module.exports={
|
|
165103
165191
|
"description": {},
|
165104
165192
|
"templateVersion": {},
|
165105
165193
|
"environments": {
|
165106
|
-
"shape": "
|
165194
|
+
"shape": "Slk"
|
165107
165195
|
},
|
165108
165196
|
"documentParameters": {
|
165109
165197
|
"type": "list",
|
@@ -165150,7 +165238,7 @@ module.exports={
|
|
165150
165238
|
"actionId": {},
|
165151
165239
|
"roleArn": {},
|
165152
165240
|
"actionParams": {
|
165153
|
-
"shape": "
|
165241
|
+
"shape": "S5y"
|
165154
165242
|
},
|
165155
165243
|
"creationDate": {
|
165156
165244
|
"type": "timestamp"
|
@@ -165199,7 +165287,7 @@ module.exports={
|
|
165199
165287
|
},
|
165200
165288
|
"provisioningRoleArn": {},
|
165201
165289
|
"preProvisioningHook": {
|
165202
|
-
"shape": "
|
165290
|
+
"shape": "S92"
|
165203
165291
|
},
|
165204
165292
|
"type": {}
|
165205
165293
|
}
|
@@ -165309,7 +165397,7 @@ module.exports={
|
|
165309
165397
|
"dayOfMonth": {},
|
165310
165398
|
"dayOfWeek": {},
|
165311
165399
|
"targetCheckNames": {
|
165312
|
-
"shape": "
|
165400
|
+
"shape": "S9i"
|
165313
165401
|
},
|
165314
165402
|
"scheduledAuditName": {},
|
165315
165403
|
"scheduledAuditArn": {}
|
@@ -165340,18 +165428,18 @@ module.exports={
|
|
165340
165428
|
"securityProfileArn": {},
|
165341
165429
|
"securityProfileDescription": {},
|
165342
165430
|
"behaviors": {
|
165343
|
-
"shape": "
|
165431
|
+
"shape": "S9o"
|
165344
165432
|
},
|
165345
165433
|
"alertTargets": {
|
165346
|
-
"shape": "
|
165434
|
+
"shape": "Saf"
|
165347
165435
|
},
|
165348
165436
|
"additionalMetricsToRetain": {
|
165349
|
-
"shape": "
|
165437
|
+
"shape": "Saj",
|
165350
165438
|
"deprecated": true,
|
165351
165439
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
165352
165440
|
},
|
165353
165441
|
"additionalMetricsToRetainV2": {
|
165354
|
-
"shape": "
|
165442
|
+
"shape": "Sak"
|
165355
165443
|
},
|
165356
165444
|
"version": {
|
165357
165445
|
"type": "long"
|
@@ -165363,7 +165451,7 @@ module.exports={
|
|
165363
165451
|
"type": "timestamp"
|
165364
165452
|
},
|
165365
165453
|
"metricsExportConfig": {
|
165366
|
-
"shape": "
|
165454
|
+
"shape": "Sam"
|
165367
165455
|
}
|
165368
165456
|
}
|
165369
165457
|
}
|
@@ -165398,7 +165486,7 @@ module.exports={
|
|
165398
165486
|
},
|
165399
165487
|
"description": {},
|
165400
165488
|
"files": {
|
165401
|
-
"shape": "
|
165489
|
+
"shape": "Sas"
|
165402
165490
|
},
|
165403
165491
|
"createdAt": {
|
165404
165492
|
"type": "timestamp"
|
@@ -165438,7 +165526,7 @@ module.exports={
|
|
165438
165526
|
"thingArn": {},
|
165439
165527
|
"thingTypeName": {},
|
165440
165528
|
"attributes": {
|
165441
|
-
"shape": "
|
165529
|
+
"shape": "S3y"
|
165442
165530
|
},
|
165443
165531
|
"version": {
|
165444
165532
|
"type": "long"
|
@@ -165474,14 +165562,14 @@ module.exports={
|
|
165474
165562
|
"type": "long"
|
165475
165563
|
},
|
165476
165564
|
"thingGroupProperties": {
|
165477
|
-
"shape": "
|
165565
|
+
"shape": "S3v"
|
165478
165566
|
},
|
165479
165567
|
"thingGroupMetadata": {
|
165480
165568
|
"type": "structure",
|
165481
165569
|
"members": {
|
165482
165570
|
"parentGroupName": {},
|
165483
165571
|
"rootToParentThingGroups": {
|
165484
|
-
"shape": "
|
165572
|
+
"shape": "Smd"
|
165485
165573
|
},
|
165486
165574
|
"creationDate": {
|
165487
165575
|
"type": "timestamp"
|
@@ -165564,10 +165652,10 @@ module.exports={
|
|
165564
165652
|
"thingTypeId": {},
|
165565
165653
|
"thingTypeArn": {},
|
165566
165654
|
"thingTypeProperties": {
|
165567
|
-
"shape": "
|
165655
|
+
"shape": "Sb4"
|
165568
165656
|
},
|
165569
165657
|
"thingTypeMetadata": {
|
165570
|
-
"shape": "
|
165658
|
+
"shape": "Smq"
|
165571
165659
|
}
|
165572
165660
|
}
|
165573
165661
|
}
|
@@ -165875,10 +165963,10 @@ module.exports={
|
|
165875
165963
|
"type": "structure",
|
165876
165964
|
"members": {
|
165877
165965
|
"thingIndexingConfiguration": {
|
165878
|
-
"shape": "
|
165966
|
+
"shape": "Snp"
|
165879
165967
|
},
|
165880
165968
|
"thingGroupIndexingConfiguration": {
|
165881
|
-
"shape": "
|
165969
|
+
"shape": "So5"
|
165882
165970
|
}
|
165883
165971
|
}
|
165884
165972
|
}
|
@@ -165957,20 +166045,20 @@ module.exports={
|
|
165957
166045
|
},
|
165958
166046
|
"description": {},
|
165959
166047
|
"targets": {
|
165960
|
-
"shape": "
|
166048
|
+
"shape": "S6i"
|
165961
166049
|
},
|
165962
166050
|
"protocols": {
|
165963
|
-
"shape": "
|
166051
|
+
"shape": "S6k"
|
165964
166052
|
},
|
165965
166053
|
"awsJobExecutionsRolloutConfig": {
|
165966
|
-
"shape": "
|
166054
|
+
"shape": "S6m"
|
165967
166055
|
},
|
165968
166056
|
"awsJobPresignedUrlConfig": {
|
165969
|
-
"shape": "
|
166057
|
+
"shape": "S6t"
|
165970
166058
|
},
|
165971
166059
|
"targetSelection": {},
|
165972
166060
|
"otaUpdateFiles": {
|
165973
|
-
"shape": "
|
166061
|
+
"shape": "S74"
|
165974
166062
|
},
|
165975
166063
|
"otaUpdateStatus": {},
|
165976
166064
|
"awsIotJobId": {},
|
@@ -165983,7 +166071,7 @@ module.exports={
|
|
165983
166071
|
}
|
165984
166072
|
},
|
165985
166073
|
"additionalParameters": {
|
165986
|
-
"shape": "
|
166074
|
+
"shape": "S82"
|
165987
166075
|
}
|
165988
166076
|
}
|
165989
166077
|
}
|
@@ -166014,7 +166102,7 @@ module.exports={
|
|
166014
166102
|
"packageName": {},
|
166015
166103
|
"packageArn": {},
|
166016
166104
|
"description": {
|
166017
|
-
"shape": "
|
166105
|
+
"shape": "S8a"
|
166018
166106
|
},
|
166019
166107
|
"defaultVersionName": {},
|
166020
166108
|
"creationDate": {
|
@@ -166040,7 +166128,7 @@ module.exports={
|
|
166040
166128
|
"type": "structure",
|
166041
166129
|
"members": {
|
166042
166130
|
"versionUpdateByJobsConfig": {
|
166043
|
-
"shape": "
|
166131
|
+
"shape": "Sol"
|
166044
166132
|
}
|
166045
166133
|
}
|
166046
166134
|
}
|
@@ -166075,10 +166163,10 @@ module.exports={
|
|
166075
166163
|
"packageName": {},
|
166076
166164
|
"versionName": {},
|
166077
166165
|
"description": {
|
166078
|
-
"shape": "
|
166166
|
+
"shape": "S8a"
|
166079
166167
|
},
|
166080
166168
|
"attributes": {
|
166081
|
-
"shape": "
|
166169
|
+
"shape": "S8g"
|
166082
166170
|
},
|
166083
166171
|
"status": {},
|
166084
166172
|
"errorReason": {},
|
@@ -166307,14 +166395,14 @@ module.exports={
|
|
166307
166395
|
"type": "timestamp"
|
166308
166396
|
},
|
166309
166397
|
"actions": {
|
166310
|
-
"shape": "
|
166398
|
+
"shape": "Sbf"
|
166311
166399
|
},
|
166312
166400
|
"ruleDisabled": {
|
166313
166401
|
"type": "boolean"
|
166314
166402
|
},
|
166315
166403
|
"awsIotSqlVersion": {},
|
166316
166404
|
"errorAction": {
|
166317
|
-
"shape": "
|
166405
|
+
"shape": "Sbg"
|
166318
166406
|
}
|
166319
166407
|
}
|
166320
166408
|
}
|
@@ -166342,7 +166430,7 @@ module.exports={
|
|
166342
166430
|
"type": "structure",
|
166343
166431
|
"members": {
|
166344
166432
|
"topicRuleDestination": {
|
166345
|
-
"shape": "
|
166433
|
+
"shape": "Sez"
|
166346
166434
|
}
|
166347
166435
|
}
|
166348
166436
|
}
|
@@ -166419,13 +166507,13 @@ module.exports={
|
|
166419
166507
|
"thingName": {},
|
166420
166508
|
"securityProfileName": {},
|
166421
166509
|
"behavior": {
|
166422
|
-
"shape": "
|
166510
|
+
"shape": "S9p"
|
166423
166511
|
},
|
166424
166512
|
"lastViolationValue": {
|
166425
|
-
"shape": "
|
166513
|
+
"shape": "S9w"
|
166426
166514
|
},
|
166427
166515
|
"violationEventAdditionalInfo": {
|
166428
|
-
"shape": "
|
166516
|
+
"shape": "Spv"
|
166429
166517
|
},
|
166430
166518
|
"verificationState": {},
|
166431
166519
|
"verificationStateDescription": {},
|
@@ -166476,7 +166564,7 @@ module.exports={
|
|
166476
166564
|
"type": "structure",
|
166477
166565
|
"members": {
|
166478
166566
|
"policies": {
|
166479
|
-
"shape": "
|
166567
|
+
"shape": "Sq2"
|
166480
166568
|
},
|
166481
166569
|
"nextMarker": {}
|
166482
166570
|
}
|
@@ -166515,7 +166603,7 @@ module.exports={
|
|
166515
166603
|
"findings": {
|
166516
166604
|
"type": "list",
|
166517
166605
|
"member": {
|
166518
|
-
"shape": "
|
166606
|
+
"shape": "Shd"
|
166519
166607
|
}
|
166520
166608
|
},
|
166521
166609
|
"nextToken": {}
|
@@ -166833,7 +166921,7 @@ module.exports={
|
|
166833
166921
|
"billingGroups": {
|
166834
166922
|
"type": "list",
|
166835
166923
|
"member": {
|
166836
|
-
"shape": "
|
166924
|
+
"shape": "Sme"
|
166837
166925
|
}
|
166838
166926
|
},
|
166839
166927
|
"nextToken": {}
|
@@ -166953,7 +167041,7 @@ module.exports={
|
|
166953
167041
|
"type": "structure",
|
166954
167042
|
"members": {
|
166955
167043
|
"certificates": {
|
166956
|
-
"shape": "
|
167044
|
+
"shape": "Sr8"
|
166957
167045
|
},
|
166958
167046
|
"nextMarker": {}
|
166959
167047
|
}
|
@@ -166994,7 +167082,7 @@ module.exports={
|
|
166994
167082
|
"type": "structure",
|
166995
167083
|
"members": {
|
166996
167084
|
"certificates": {
|
166997
|
-
"shape": "
|
167085
|
+
"shape": "Sr8"
|
166998
167086
|
},
|
166999
167087
|
"nextMarker": {}
|
167000
167088
|
}
|
@@ -167138,7 +167226,7 @@ module.exports={
|
|
167138
167226
|
"tasks": {
|
167139
167227
|
"type": "list",
|
167140
167228
|
"member": {
|
167141
|
-
"shape": "
|
167229
|
+
"shape": "Sjo"
|
167142
167230
|
}
|
167143
167231
|
},
|
167144
167232
|
"nextToken": {}
|
@@ -167322,7 +167410,7 @@ module.exports={
|
|
167322
167410
|
"members": {
|
167323
167411
|
"thingArn": {},
|
167324
167412
|
"jobExecutionSummary": {
|
167325
|
-
"shape": "
|
167413
|
+
"shape": "Ss8"
|
167326
167414
|
}
|
167327
167415
|
}
|
167328
167416
|
}
|
@@ -167379,7 +167467,7 @@ module.exports={
|
|
167379
167467
|
"members": {
|
167380
167468
|
"jobId": {},
|
167381
167469
|
"jobExecutionSummary": {
|
167382
|
-
"shape": "
|
167470
|
+
"shape": "Ss8"
|
167383
167471
|
}
|
167384
167472
|
}
|
167385
167473
|
}
|
@@ -167534,7 +167622,7 @@ module.exports={
|
|
167534
167622
|
"templateName": {},
|
167535
167623
|
"description": {},
|
167536
167624
|
"environments": {
|
167537
|
-
"shape": "
|
167625
|
+
"shape": "Slk"
|
167538
167626
|
},
|
167539
167627
|
"templateVersion": {}
|
167540
167628
|
}
|
@@ -167607,7 +167695,7 @@ module.exports={
|
|
167607
167695
|
"type": "timestamp"
|
167608
167696
|
},
|
167609
167697
|
"value": {
|
167610
|
-
"shape": "
|
167698
|
+
"shape": "S9w"
|
167611
167699
|
}
|
167612
167700
|
}
|
167613
167701
|
}
|
@@ -167877,7 +167965,7 @@ module.exports={
|
|
167877
167965
|
"type": "structure",
|
167878
167966
|
"members": {
|
167879
167967
|
"policies": {
|
167880
|
-
"shape": "
|
167968
|
+
"shape": "Sq2"
|
167881
167969
|
},
|
167882
167970
|
"nextMarker": {}
|
167883
167971
|
}
|
@@ -167918,7 +168006,7 @@ module.exports={
|
|
167918
168006
|
"type": "structure",
|
167919
168007
|
"members": {
|
167920
168008
|
"principals": {
|
167921
|
-
"shape": "
|
168009
|
+
"shape": "Stj"
|
167922
168010
|
},
|
167923
168011
|
"nextMarker": {}
|
167924
168012
|
}
|
@@ -167998,7 +168086,7 @@ module.exports={
|
|
167998
168086
|
"type": "structure",
|
167999
168087
|
"members": {
|
168000
168088
|
"policies": {
|
168001
|
-
"shape": "
|
168089
|
+
"shape": "Sq2"
|
168002
168090
|
},
|
168003
168091
|
"nextMarker": {}
|
168004
168092
|
}
|
@@ -168035,7 +168123,7 @@ module.exports={
|
|
168035
168123
|
"type": "structure",
|
168036
168124
|
"members": {
|
168037
168125
|
"things": {
|
168038
|
-
"shape": "
|
168126
|
+
"shape": "Stt"
|
168039
168127
|
},
|
168040
168128
|
"nextToken": {}
|
168041
168129
|
}
|
@@ -168168,7 +168256,7 @@ module.exports={
|
|
168168
168256
|
"type": "structure",
|
168169
168257
|
"members": {
|
168170
168258
|
"relatedResources": {
|
168171
|
-
"shape": "
|
168259
|
+
"shape": "Shi"
|
168172
168260
|
},
|
168173
168261
|
"nextToken": {}
|
168174
168262
|
}
|
@@ -168281,7 +168369,7 @@ module.exports={
|
|
168281
168369
|
"securityProfileIdentifiers": {
|
168282
168370
|
"type": "list",
|
168283
168371
|
"member": {
|
168284
|
-
"shape": "
|
168372
|
+
"shape": "Sue"
|
168285
168373
|
}
|
168286
168374
|
},
|
168287
168375
|
"nextToken": {}
|
@@ -168328,10 +168416,10 @@ module.exports={
|
|
168328
168416
|
"type": "structure",
|
168329
168417
|
"members": {
|
168330
168418
|
"securityProfileIdentifier": {
|
168331
|
-
"shape": "
|
168419
|
+
"shape": "Sue"
|
168332
168420
|
},
|
168333
168421
|
"target": {
|
168334
|
-
"shape": "
|
168422
|
+
"shape": "Suj"
|
168335
168423
|
}
|
168336
168424
|
}
|
168337
168425
|
}
|
@@ -168484,7 +168572,7 @@ module.exports={
|
|
168484
168572
|
"securityProfileTargets": {
|
168485
168573
|
"type": "list",
|
168486
168574
|
"member": {
|
168487
|
-
"shape": "
|
168575
|
+
"shape": "Suj"
|
168488
168576
|
}
|
168489
168577
|
},
|
168490
168578
|
"nextToken": {}
|
@@ -168527,7 +168615,7 @@ module.exports={
|
|
168527
168615
|
"type": "structure",
|
168528
168616
|
"members": {
|
168529
168617
|
"thingGroups": {
|
168530
|
-
"shape": "
|
168618
|
+
"shape": "Smd"
|
168531
168619
|
},
|
168532
168620
|
"nextToken": {}
|
168533
168621
|
}
|
@@ -168563,7 +168651,7 @@ module.exports={
|
|
168563
168651
|
"type": "structure",
|
168564
168652
|
"members": {
|
168565
168653
|
"thingGroups": {
|
168566
|
-
"shape": "
|
168654
|
+
"shape": "Smd"
|
168567
168655
|
},
|
168568
168656
|
"nextToken": {}
|
168569
168657
|
}
|
@@ -168599,7 +168687,7 @@ module.exports={
|
|
168599
168687
|
"type": "structure",
|
168600
168688
|
"members": {
|
168601
168689
|
"principals": {
|
168602
|
-
"shape": "
|
168690
|
+
"shape": "Stj"
|
168603
168691
|
},
|
168604
168692
|
"nextToken": {}
|
168605
168693
|
}
|
@@ -168716,10 +168804,10 @@ module.exports={
|
|
168716
168804
|
"thingTypeName": {},
|
168717
168805
|
"thingTypeArn": {},
|
168718
168806
|
"thingTypeProperties": {
|
168719
|
-
"shape": "
|
168807
|
+
"shape": "Sb4"
|
168720
168808
|
},
|
168721
168809
|
"thingTypeMetadata": {
|
168722
|
-
"shape": "
|
168810
|
+
"shape": "Smq"
|
168723
168811
|
}
|
168724
168812
|
}
|
168725
168813
|
}
|
@@ -168776,7 +168864,7 @@ module.exports={
|
|
168776
168864
|
"thingTypeName": {},
|
168777
168865
|
"thingArn": {},
|
168778
168866
|
"attributes": {
|
168779
|
-
"shape": "
|
168867
|
+
"shape": "S3y"
|
168780
168868
|
},
|
168781
168869
|
"version": {
|
168782
168870
|
"type": "long"
|
@@ -168818,7 +168906,7 @@ module.exports={
|
|
168818
168906
|
"type": "structure",
|
168819
168907
|
"members": {
|
168820
168908
|
"things": {
|
168821
|
-
"shape": "
|
168909
|
+
"shape": "Stt"
|
168822
168910
|
},
|
168823
168911
|
"nextToken": {}
|
168824
168912
|
}
|
@@ -168859,7 +168947,7 @@ module.exports={
|
|
168859
168947
|
"type": "structure",
|
168860
168948
|
"members": {
|
168861
168949
|
"things": {
|
168862
|
-
"shape": "
|
168950
|
+
"shape": "Stt"
|
168863
168951
|
},
|
168864
168952
|
"nextToken": {}
|
168865
168953
|
}
|
@@ -168911,10 +168999,10 @@ module.exports={
|
|
168911
168999
|
"type": "structure",
|
168912
169000
|
"members": {
|
168913
169001
|
"subnetIds": {
|
168914
|
-
"shape": "
|
169002
|
+
"shape": "Set"
|
168915
169003
|
},
|
168916
169004
|
"securityGroups": {
|
168917
|
-
"shape": "
|
169005
|
+
"shape": "Sev"
|
168918
169006
|
},
|
168919
169007
|
"vpcId": {},
|
168920
169008
|
"roleArn": {}
|
@@ -169011,7 +169099,7 @@ module.exports={
|
|
169011
169099
|
"type": "structure",
|
169012
169100
|
"members": {
|
169013
169101
|
"logTarget": {
|
169014
|
-
"shape": "
|
169102
|
+
"shape": "Sw7"
|
169015
169103
|
},
|
169016
169104
|
"logLevel": {}
|
169017
169105
|
}
|
@@ -169087,13 +169175,13 @@ module.exports={
|
|
169087
169175
|
"thingName": {},
|
169088
169176
|
"securityProfileName": {},
|
169089
169177
|
"behavior": {
|
169090
|
-
"shape": "
|
169178
|
+
"shape": "S9p"
|
169091
169179
|
},
|
169092
169180
|
"metricValue": {
|
169093
|
-
"shape": "
|
169181
|
+
"shape": "S9w"
|
169094
169182
|
},
|
169095
169183
|
"violationEventAdditionalInfo": {
|
169096
|
-
"shape": "
|
169184
|
+
"shape": "Spv"
|
169097
169185
|
},
|
169098
169186
|
"violationEventType": {},
|
169099
169187
|
"verificationState": {},
|
@@ -169155,7 +169243,7 @@ module.exports={
|
|
169155
169243
|
"type": "boolean"
|
169156
169244
|
},
|
169157
169245
|
"registrationConfig": {
|
169158
|
-
"shape": "
|
169246
|
+
"shape": "Sj9"
|
169159
169247
|
},
|
169160
169248
|
"tags": {
|
169161
169249
|
"shape": "S2e"
|
@@ -169326,7 +169414,7 @@ module.exports={
|
|
169326
169414
|
"locationName": "ruleName"
|
169327
169415
|
},
|
169328
169416
|
"topicRulePayload": {
|
169329
|
-
"shape": "
|
169417
|
+
"shape": "Sbc"
|
169330
169418
|
}
|
169331
169419
|
},
|
169332
169420
|
"payload": "topicRulePayload"
|
@@ -169364,10 +169452,10 @@ module.exports={
|
|
169364
169452
|
"thingId": {},
|
169365
169453
|
"thingTypeName": {},
|
169366
169454
|
"thingGroupNames": {
|
169367
|
-
"shape": "
|
169455
|
+
"shape": "Sx3"
|
169368
169456
|
},
|
169369
169457
|
"attributes": {
|
169370
|
-
"shape": "
|
169458
|
+
"shape": "S3y"
|
169371
169459
|
},
|
169372
169460
|
"shadow": {},
|
169373
169461
|
"deviceDefender": {},
|
@@ -169395,10 +169483,10 @@ module.exports={
|
|
169395
169483
|
"thingGroupId": {},
|
169396
169484
|
"thingGroupDescription": {},
|
169397
169485
|
"attributes": {
|
169398
|
-
"shape": "
|
169486
|
+
"shape": "S3y"
|
169399
169487
|
},
|
169400
169488
|
"parentGroupNames": {
|
169401
|
-
"shape": "
|
169489
|
+
"shape": "Sx3"
|
169402
169490
|
}
|
169403
169491
|
}
|
169404
169492
|
}
|
@@ -169486,7 +169574,7 @@ module.exports={
|
|
169486
169574
|
],
|
169487
169575
|
"members": {
|
169488
169576
|
"logTarget": {
|
169489
|
-
"shape": "
|
169577
|
+
"shape": "Sw7"
|
169490
169578
|
},
|
169491
169579
|
"logLevel": {}
|
169492
169580
|
}
|
@@ -169525,10 +169613,10 @@ module.exports={
|
|
169525
169613
|
"locationName": "taskId"
|
169526
169614
|
},
|
169527
169615
|
"target": {
|
169528
|
-
"shape": "
|
169616
|
+
"shape": "Shx"
|
169529
169617
|
},
|
169530
169618
|
"auditCheckToActionsMapping": {
|
169531
|
-
"shape": "
|
169619
|
+
"shape": "Si1"
|
169532
169620
|
},
|
169533
169621
|
"clientRequestToken": {
|
169534
169622
|
"idempotencyToken": true
|
@@ -169561,14 +169649,14 @@ module.exports={
|
|
169561
169649
|
"locationName": "taskId"
|
169562
169650
|
},
|
169563
169651
|
"target": {
|
169564
|
-
"shape": "
|
169652
|
+
"shape": "Sjq"
|
169565
169653
|
},
|
169566
169654
|
"actions": {
|
169567
169655
|
"type": "list",
|
169568
169656
|
"member": {}
|
169569
169657
|
},
|
169570
169658
|
"violationEventOccurrenceRange": {
|
169571
|
-
"shape": "
|
169659
|
+
"shape": "Sjt"
|
169572
169660
|
},
|
169573
169661
|
"includeOnlyActiveViolations": {
|
169574
169662
|
"type": "boolean"
|
@@ -169599,7 +169687,7 @@ module.exports={
|
|
169599
169687
|
],
|
169600
169688
|
"members": {
|
169601
169689
|
"targetCheckNames": {
|
169602
|
-
"shape": "
|
169690
|
+
"shape": "S9i"
|
169603
169691
|
}
|
169604
169692
|
}
|
169605
169693
|
},
|
@@ -169695,7 +169783,7 @@ module.exports={
|
|
169695
169783
|
"authInfos": {
|
169696
169784
|
"type": "list",
|
169697
169785
|
"member": {
|
169698
|
-
"shape": "
|
169786
|
+
"shape": "Sxw"
|
169699
169787
|
}
|
169700
169788
|
},
|
169701
169789
|
"clientId": {
|
@@ -169703,10 +169791,10 @@ module.exports={
|
|
169703
169791
|
"locationName": "clientId"
|
169704
169792
|
},
|
169705
169793
|
"policyNamesToAdd": {
|
169706
|
-
"shape": "
|
169794
|
+
"shape": "Sy0"
|
169707
169795
|
},
|
169708
169796
|
"policyNamesToSkip": {
|
169709
|
-
"shape": "
|
169797
|
+
"shape": "Sy0"
|
169710
169798
|
}
|
169711
169799
|
}
|
169712
169800
|
},
|
@@ -169719,13 +169807,13 @@ module.exports={
|
|
169719
169807
|
"type": "structure",
|
169720
169808
|
"members": {
|
169721
169809
|
"authInfo": {
|
169722
|
-
"shape": "
|
169810
|
+
"shape": "Sxw"
|
169723
169811
|
},
|
169724
169812
|
"allowed": {
|
169725
169813
|
"type": "structure",
|
169726
169814
|
"members": {
|
169727
169815
|
"policies": {
|
169728
|
-
"shape": "
|
169816
|
+
"shape": "Sq2"
|
169729
169817
|
}
|
169730
169818
|
}
|
169731
169819
|
},
|
@@ -169736,7 +169824,7 @@ module.exports={
|
|
169736
169824
|
"type": "structure",
|
169737
169825
|
"members": {
|
169738
169826
|
"policies": {
|
169739
|
-
"shape": "
|
169827
|
+
"shape": "Sq2"
|
169740
169828
|
}
|
169741
169829
|
}
|
169742
169830
|
},
|
@@ -169744,7 +169832,7 @@ module.exports={
|
|
169744
169832
|
"type": "structure",
|
169745
169833
|
"members": {
|
169746
169834
|
"policies": {
|
169747
|
-
"shape": "
|
169835
|
+
"shape": "Sq2"
|
169748
169836
|
}
|
169749
169837
|
}
|
169750
169838
|
}
|
@@ -169889,10 +169977,10 @@ module.exports={
|
|
169889
169977
|
"members": {
|
169890
169978
|
"roleArn": {},
|
169891
169979
|
"auditNotificationTargetConfigurations": {
|
169892
|
-
"shape": "
|
169980
|
+
"shape": "Sh5"
|
169893
169981
|
},
|
169894
169982
|
"auditCheckConfigurations": {
|
169895
|
-
"shape": "
|
169983
|
+
"shape": "Sh8"
|
169896
169984
|
}
|
169897
169985
|
}
|
169898
169986
|
},
|
@@ -170022,7 +170110,7 @@ module.exports={
|
|
170022
170110
|
"locationName": "newAutoRegistrationStatus"
|
170023
170111
|
},
|
170024
170112
|
"registrationConfig": {
|
170025
|
-
"shape": "
|
170113
|
+
"shape": "Sj9"
|
170026
170114
|
},
|
170027
170115
|
"removeAutoRegistration": {
|
170028
170116
|
"type": "boolean"
|
@@ -170180,6 +170268,9 @@ module.exports={
|
|
170180
170268
|
},
|
170181
170269
|
"tlsConfig": {
|
170182
170270
|
"shape": "S3o"
|
170271
|
+
},
|
170272
|
+
"serverCertificateConfig": {
|
170273
|
+
"shape": "S3q"
|
170183
170274
|
}
|
170184
170275
|
}
|
170185
170276
|
},
|
@@ -170208,7 +170299,7 @@ module.exports={
|
|
170208
170299
|
"locationName": "thingGroupName"
|
170209
170300
|
},
|
170210
170301
|
"thingGroupProperties": {
|
170211
|
-
"shape": "
|
170302
|
+
"shape": "S3v"
|
170212
170303
|
},
|
170213
170304
|
"expectedVersion": {
|
170214
170305
|
"type": "long"
|
@@ -170236,7 +170327,7 @@ module.exports={
|
|
170236
170327
|
"type": "structure",
|
170237
170328
|
"members": {
|
170238
170329
|
"eventConfigurations": {
|
170239
|
-
"shape": "
|
170330
|
+
"shape": "Ske"
|
170240
170331
|
}
|
170241
170332
|
}
|
170242
170333
|
},
|
@@ -170263,7 +170354,7 @@ module.exports={
|
|
170263
170354
|
},
|
170264
170355
|
"queryString": {},
|
170265
170356
|
"aggregationType": {
|
170266
|
-
"shape": "
|
170357
|
+
"shape": "S49"
|
170267
170358
|
},
|
170268
170359
|
"period": {
|
170269
170360
|
"type": "integer"
|
@@ -170287,10 +170378,10 @@ module.exports={
|
|
170287
170378
|
"type": "structure",
|
170288
170379
|
"members": {
|
170289
170380
|
"thingIndexingConfiguration": {
|
170290
|
-
"shape": "
|
170381
|
+
"shape": "Snp"
|
170291
170382
|
},
|
170292
170383
|
"thingGroupIndexingConfiguration": {
|
170293
|
-
"shape": "
|
170384
|
+
"shape": "So5"
|
170294
170385
|
}
|
170295
170386
|
}
|
170296
170387
|
},
|
@@ -170316,23 +170407,23 @@ module.exports={
|
|
170316
170407
|
},
|
170317
170408
|
"description": {},
|
170318
170409
|
"presignedUrlConfig": {
|
170319
|
-
"shape": "
|
170410
|
+
"shape": "S4m"
|
170320
170411
|
},
|
170321
170412
|
"jobExecutionsRolloutConfig": {
|
170322
|
-
"shape": "
|
170413
|
+
"shape": "S4p"
|
170323
170414
|
},
|
170324
170415
|
"abortConfig": {
|
170325
|
-
"shape": "
|
170416
|
+
"shape": "S4w"
|
170326
170417
|
},
|
170327
170418
|
"timeoutConfig": {
|
170328
|
-
"shape": "
|
170419
|
+
"shape": "S53"
|
170329
170420
|
},
|
170330
170421
|
"namespaceId": {
|
170331
170422
|
"location": "querystring",
|
170332
170423
|
"locationName": "namespaceId"
|
170333
170424
|
},
|
170334
170425
|
"jobExecutionsRetryConfig": {
|
170335
|
-
"shape": "
|
170426
|
+
"shape": "S56"
|
170336
170427
|
}
|
170337
170428
|
}
|
170338
170429
|
}
|
@@ -170354,7 +170445,7 @@ module.exports={
|
|
170354
170445
|
},
|
170355
170446
|
"roleArn": {},
|
170356
170447
|
"actionParams": {
|
170357
|
-
"shape": "
|
170448
|
+
"shape": "S5y"
|
170358
170449
|
}
|
170359
170450
|
}
|
170360
170451
|
},
|
@@ -170383,7 +170474,7 @@ module.exports={
|
|
170383
170474
|
"locationName": "packageName"
|
170384
170475
|
},
|
170385
170476
|
"description": {
|
170386
|
-
"shape": "
|
170477
|
+
"shape": "S8a"
|
170387
170478
|
},
|
170388
170479
|
"defaultVersionName": {},
|
170389
170480
|
"unsetDefaultVersion": {
|
@@ -170412,7 +170503,7 @@ module.exports={
|
|
170412
170503
|
"type": "structure",
|
170413
170504
|
"members": {
|
170414
170505
|
"versionUpdateByJobsConfig": {
|
170415
|
-
"shape": "
|
170506
|
+
"shape": "Sol"
|
170416
170507
|
},
|
170417
170508
|
"clientToken": {
|
170418
170509
|
"idempotencyToken": true,
|
@@ -170449,10 +170540,10 @@ module.exports={
|
|
170449
170540
|
"locationName": "versionName"
|
170450
170541
|
},
|
170451
170542
|
"description": {
|
170452
|
-
"shape": "
|
170543
|
+
"shape": "S8a"
|
170453
170544
|
},
|
170454
170545
|
"attributes": {
|
170455
|
-
"shape": "
|
170546
|
+
"shape": "S8g"
|
170456
170547
|
},
|
170457
170548
|
"action": {},
|
170458
170549
|
"clientToken": {
|
@@ -170492,7 +170583,7 @@ module.exports={
|
|
170492
170583
|
},
|
170493
170584
|
"provisioningRoleArn": {},
|
170494
170585
|
"preProvisioningHook": {
|
170495
|
-
"shape": "
|
170586
|
+
"shape": "S92"
|
170496
170587
|
},
|
170497
170588
|
"removePreProvisioningHook": {
|
170498
170589
|
"type": "boolean"
|
@@ -170548,7 +170639,7 @@ module.exports={
|
|
170548
170639
|
"dayOfMonth": {},
|
170549
170640
|
"dayOfWeek": {},
|
170550
170641
|
"targetCheckNames": {
|
170551
|
-
"shape": "
|
170642
|
+
"shape": "S9i"
|
170552
170643
|
},
|
170553
170644
|
"scheduledAuditName": {
|
170554
170645
|
"location": "uri",
|
@@ -170580,18 +170671,18 @@ module.exports={
|
|
170580
170671
|
},
|
170581
170672
|
"securityProfileDescription": {},
|
170582
170673
|
"behaviors": {
|
170583
|
-
"shape": "
|
170674
|
+
"shape": "S9o"
|
170584
170675
|
},
|
170585
170676
|
"alertTargets": {
|
170586
|
-
"shape": "
|
170677
|
+
"shape": "Saf"
|
170587
170678
|
},
|
170588
170679
|
"additionalMetricsToRetain": {
|
170589
|
-
"shape": "
|
170680
|
+
"shape": "Saj",
|
170590
170681
|
"deprecated": true,
|
170591
170682
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
170592
170683
|
},
|
170593
170684
|
"additionalMetricsToRetainV2": {
|
170594
|
-
"shape": "
|
170685
|
+
"shape": "Sak"
|
170595
170686
|
},
|
170596
170687
|
"deleteBehaviors": {
|
170597
170688
|
"type": "boolean"
|
@@ -170608,7 +170699,7 @@ module.exports={
|
|
170608
170699
|
"type": "long"
|
170609
170700
|
},
|
170610
170701
|
"metricsExportConfig": {
|
170611
|
-
"shape": "
|
170702
|
+
"shape": "Sam"
|
170612
170703
|
},
|
170613
170704
|
"deleteMetricsExportConfig": {
|
170614
170705
|
"type": "boolean"
|
@@ -170622,18 +170713,18 @@ module.exports={
|
|
170622
170713
|
"securityProfileArn": {},
|
170623
170714
|
"securityProfileDescription": {},
|
170624
170715
|
"behaviors": {
|
170625
|
-
"shape": "
|
170716
|
+
"shape": "S9o"
|
170626
170717
|
},
|
170627
170718
|
"alertTargets": {
|
170628
|
-
"shape": "
|
170719
|
+
"shape": "Saf"
|
170629
170720
|
},
|
170630
170721
|
"additionalMetricsToRetain": {
|
170631
|
-
"shape": "
|
170722
|
+
"shape": "Saj",
|
170632
170723
|
"deprecated": true,
|
170633
170724
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
170634
170725
|
},
|
170635
170726
|
"additionalMetricsToRetainV2": {
|
170636
|
-
"shape": "
|
170727
|
+
"shape": "Sak"
|
170637
170728
|
},
|
170638
170729
|
"version": {
|
170639
170730
|
"type": "long"
|
@@ -170645,7 +170736,7 @@ module.exports={
|
|
170645
170736
|
"type": "timestamp"
|
170646
170737
|
},
|
170647
170738
|
"metricsExportConfig": {
|
170648
|
-
"shape": "
|
170739
|
+
"shape": "Sam"
|
170649
170740
|
}
|
170650
170741
|
}
|
170651
170742
|
}
|
@@ -170667,7 +170758,7 @@ module.exports={
|
|
170667
170758
|
},
|
170668
170759
|
"description": {},
|
170669
170760
|
"files": {
|
170670
|
-
"shape": "
|
170761
|
+
"shape": "Sas"
|
170671
170762
|
},
|
170672
170763
|
"roleArn": {}
|
170673
170764
|
}
|
@@ -170701,7 +170792,7 @@ module.exports={
|
|
170701
170792
|
},
|
170702
170793
|
"thingTypeName": {},
|
170703
170794
|
"attributePayload": {
|
170704
|
-
"shape": "
|
170795
|
+
"shape": "S3x"
|
170705
170796
|
},
|
170706
170797
|
"expectedVersion": {
|
170707
170798
|
"type": "long"
|
@@ -170733,7 +170824,7 @@ module.exports={
|
|
170733
170824
|
"locationName": "thingGroupName"
|
170734
170825
|
},
|
170735
170826
|
"thingGroupProperties": {
|
170736
|
-
"shape": "
|
170827
|
+
"shape": "S3v"
|
170737
170828
|
},
|
170738
170829
|
"expectedVersion": {
|
170739
170830
|
"type": "long"
|
@@ -170759,10 +170850,10 @@ module.exports={
|
|
170759
170850
|
"members": {
|
170760
170851
|
"thingName": {},
|
170761
170852
|
"thingGroupsToAdd": {
|
170762
|
-
"shape": "
|
170853
|
+
"shape": "S10m"
|
170763
170854
|
},
|
170764
170855
|
"thingGroupsToRemove": {
|
170765
|
-
"shape": "
|
170856
|
+
"shape": "S10m"
|
170766
170857
|
},
|
170767
170858
|
"overrideDynamicGroups": {
|
170768
170859
|
"type": "boolean"
|
@@ -170806,7 +170897,7 @@ module.exports={
|
|
170806
170897
|
],
|
170807
170898
|
"members": {
|
170808
170899
|
"behaviors": {
|
170809
|
-
"shape": "
|
170900
|
+
"shape": "S9o"
|
170810
170901
|
}
|
170811
170902
|
}
|
170812
170903
|
},
|
@@ -170914,32 +171005,40 @@ module.exports={
|
|
170914
171005
|
"securityPolicy": {}
|
170915
171006
|
}
|
170916
171007
|
},
|
170917
|
-
"
|
171008
|
+
"S3q": {
|
171009
|
+
"type": "structure",
|
171010
|
+
"members": {
|
171011
|
+
"enableOCSPCheck": {
|
171012
|
+
"type": "boolean"
|
171013
|
+
}
|
171014
|
+
}
|
171015
|
+
},
|
171016
|
+
"S3v": {
|
170918
171017
|
"type": "structure",
|
170919
171018
|
"members": {
|
170920
171019
|
"thingGroupDescription": {},
|
170921
171020
|
"attributePayload": {
|
170922
|
-
"shape": "
|
171021
|
+
"shape": "S3x"
|
170923
171022
|
}
|
170924
171023
|
}
|
170925
171024
|
},
|
170926
|
-
"
|
171025
|
+
"S3x": {
|
170927
171026
|
"type": "structure",
|
170928
171027
|
"members": {
|
170929
171028
|
"attributes": {
|
170930
|
-
"shape": "
|
171029
|
+
"shape": "S3y"
|
170931
171030
|
},
|
170932
171031
|
"merge": {
|
170933
171032
|
"type": "boolean"
|
170934
171033
|
}
|
170935
171034
|
}
|
170936
171035
|
},
|
170937
|
-
"
|
171036
|
+
"S3y": {
|
170938
171037
|
"type": "map",
|
170939
171038
|
"key": {},
|
170940
171039
|
"value": {}
|
170941
171040
|
},
|
170942
|
-
"
|
171041
|
+
"S49": {
|
170943
171042
|
"type": "structure",
|
170944
171043
|
"required": [
|
170945
171044
|
"name"
|
@@ -170952,7 +171051,7 @@ module.exports={
|
|
170952
171051
|
}
|
170953
171052
|
}
|
170954
171053
|
},
|
170955
|
-
"
|
171054
|
+
"S4m": {
|
170956
171055
|
"type": "structure",
|
170957
171056
|
"members": {
|
170958
171057
|
"roleArn": {},
|
@@ -170961,7 +171060,7 @@ module.exports={
|
|
170961
171060
|
}
|
170962
171061
|
}
|
170963
171062
|
},
|
170964
|
-
"
|
171063
|
+
"S4p": {
|
170965
171064
|
"type": "structure",
|
170966
171065
|
"members": {
|
170967
171066
|
"maximumPerMinute": {
|
@@ -170996,7 +171095,7 @@ module.exports={
|
|
170996
171095
|
}
|
170997
171096
|
}
|
170998
171097
|
},
|
170999
|
-
"
|
171098
|
+
"S4w": {
|
171000
171099
|
"type": "structure",
|
171001
171100
|
"required": [
|
171002
171101
|
"criteriaList"
|
@@ -171026,7 +171125,7 @@ module.exports={
|
|
171026
171125
|
}
|
171027
171126
|
}
|
171028
171127
|
},
|
171029
|
-
"
|
171128
|
+
"S53": {
|
171030
171129
|
"type": "structure",
|
171031
171130
|
"members": {
|
171032
171131
|
"inProgressTimeoutInMinutes": {
|
@@ -171034,7 +171133,7 @@ module.exports={
|
|
171034
171133
|
}
|
171035
171134
|
}
|
171036
171135
|
},
|
171037
|
-
"
|
171136
|
+
"S56": {
|
171038
171137
|
"type": "structure",
|
171039
171138
|
"required": [
|
171040
171139
|
"criteriaList"
|
@@ -171058,23 +171157,23 @@ module.exports={
|
|
171058
171157
|
}
|
171059
171158
|
}
|
171060
171159
|
},
|
171061
|
-
"
|
171160
|
+
"S5b": {
|
171062
171161
|
"type": "map",
|
171063
171162
|
"key": {},
|
171064
171163
|
"value": {}
|
171065
171164
|
},
|
171066
|
-
"
|
171165
|
+
"S5e": {
|
171067
171166
|
"type": "structure",
|
171068
171167
|
"members": {
|
171069
171168
|
"startTime": {},
|
171070
171169
|
"endTime": {},
|
171071
171170
|
"endBehavior": {},
|
171072
171171
|
"maintenanceWindows": {
|
171073
|
-
"shape": "
|
171172
|
+
"shape": "S5h"
|
171074
171173
|
}
|
171075
171174
|
}
|
171076
171175
|
},
|
171077
|
-
"
|
171176
|
+
"S5h": {
|
171078
171177
|
"type": "list",
|
171079
171178
|
"member": {
|
171080
171179
|
"type": "structure",
|
@@ -171090,11 +171189,11 @@ module.exports={
|
|
171090
171189
|
}
|
171091
171190
|
}
|
171092
171191
|
},
|
171093
|
-
"
|
171192
|
+
"S5l": {
|
171094
171193
|
"type": "list",
|
171095
171194
|
"member": {}
|
171096
171195
|
},
|
171097
|
-
"
|
171196
|
+
"S5t": {
|
171098
171197
|
"type": "structure",
|
171099
171198
|
"members": {
|
171100
171199
|
"PublicKey": {},
|
@@ -171104,7 +171203,7 @@ module.exports={
|
|
171104
171203
|
}
|
171105
171204
|
}
|
171106
171205
|
},
|
171107
|
-
"
|
171206
|
+
"S5y": {
|
171108
171207
|
"type": "structure",
|
171109
171208
|
"members": {
|
171110
171209
|
"updateDeviceCertificateParams": {
|
@@ -171171,15 +171270,15 @@ module.exports={
|
|
171171
171270
|
}
|
171172
171271
|
}
|
171173
171272
|
},
|
171174
|
-
"
|
171273
|
+
"S6i": {
|
171175
171274
|
"type": "list",
|
171176
171275
|
"member": {}
|
171177
171276
|
},
|
171178
|
-
"
|
171277
|
+
"S6k": {
|
171179
171278
|
"type": "list",
|
171180
171279
|
"member": {}
|
171181
171280
|
},
|
171182
|
-
"
|
171281
|
+
"S6m": {
|
171183
171282
|
"type": "structure",
|
171184
171283
|
"members": {
|
171185
171284
|
"maximumPerMinute": {
|
@@ -171214,7 +171313,7 @@ module.exports={
|
|
171214
171313
|
}
|
171215
171314
|
}
|
171216
171315
|
},
|
171217
|
-
"
|
171316
|
+
"S6t": {
|
171218
171317
|
"type": "structure",
|
171219
171318
|
"members": {
|
171220
171319
|
"expiresInSec": {
|
@@ -171222,7 +171321,7 @@ module.exports={
|
|
171222
171321
|
}
|
171223
171322
|
}
|
171224
171323
|
},
|
171225
|
-
"
|
171324
|
+
"S74": {
|
171226
171325
|
"type": "list",
|
171227
171326
|
"member": {
|
171228
171327
|
"type": "structure",
|
@@ -171245,7 +171344,7 @@ module.exports={
|
|
171245
171344
|
}
|
171246
171345
|
},
|
171247
171346
|
"s3Location": {
|
171248
|
-
"shape": "
|
171347
|
+
"shape": "S7d"
|
171249
171348
|
}
|
171250
171349
|
}
|
171251
171350
|
},
|
@@ -171311,7 +171410,7 @@ module.exports={
|
|
171311
171410
|
}
|
171312
171411
|
}
|
171313
171412
|
},
|
171314
|
-
"
|
171413
|
+
"S7d": {
|
171315
171414
|
"type": "structure",
|
171316
171415
|
"members": {
|
171317
171416
|
"bucket": {},
|
@@ -171319,27 +171418,27 @@ module.exports={
|
|
171319
171418
|
"version": {}
|
171320
171419
|
}
|
171321
171420
|
},
|
171322
|
-
"
|
171421
|
+
"S82": {
|
171323
171422
|
"type": "map",
|
171324
171423
|
"key": {},
|
171325
171424
|
"value": {}
|
171326
171425
|
},
|
171327
|
-
"
|
171426
|
+
"S8a": {
|
171328
171427
|
"type": "string",
|
171329
171428
|
"sensitive": true
|
171330
171429
|
},
|
171331
|
-
"
|
171430
|
+
"S8b": {
|
171332
171431
|
"type": "map",
|
171333
171432
|
"key": {},
|
171334
171433
|
"value": {}
|
171335
171434
|
},
|
171336
|
-
"
|
171435
|
+
"S8g": {
|
171337
171436
|
"type": "map",
|
171338
171437
|
"key": {},
|
171339
171438
|
"value": {},
|
171340
171439
|
"sensitive": true
|
171341
171440
|
},
|
171342
|
-
"
|
171441
|
+
"S92": {
|
171343
171442
|
"type": "structure",
|
171344
171443
|
"required": [
|
171345
171444
|
"targetArn"
|
@@ -171349,17 +171448,17 @@ module.exports={
|
|
171349
171448
|
"targetArn": {}
|
171350
171449
|
}
|
171351
171450
|
},
|
171352
|
-
"
|
171451
|
+
"S9i": {
|
171353
171452
|
"type": "list",
|
171354
171453
|
"member": {}
|
171355
171454
|
},
|
171356
|
-
"
|
171455
|
+
"S9o": {
|
171357
171456
|
"type": "list",
|
171358
171457
|
"member": {
|
171359
|
-
"shape": "
|
171458
|
+
"shape": "S9p"
|
171360
171459
|
}
|
171361
171460
|
},
|
171362
|
-
"
|
171461
|
+
"S9p": {
|
171363
171462
|
"type": "structure",
|
171364
171463
|
"required": [
|
171365
171464
|
"name"
|
@@ -171368,14 +171467,14 @@ module.exports={
|
|
171368
171467
|
"name": {},
|
171369
171468
|
"metric": {},
|
171370
171469
|
"metricDimension": {
|
171371
|
-
"shape": "
|
171470
|
+
"shape": "S9s"
|
171372
171471
|
},
|
171373
171472
|
"criteria": {
|
171374
171473
|
"type": "structure",
|
171375
171474
|
"members": {
|
171376
171475
|
"comparisonOperator": {},
|
171377
171476
|
"value": {
|
171378
|
-
"shape": "
|
171477
|
+
"shape": "S9w"
|
171379
171478
|
},
|
171380
171479
|
"durationSeconds": {
|
171381
171480
|
"type": "integer"
|
@@ -171411,7 +171510,7 @@ module.exports={
|
|
171411
171510
|
}
|
171412
171511
|
}
|
171413
171512
|
},
|
171414
|
-
"
|
171513
|
+
"S9s": {
|
171415
171514
|
"type": "structure",
|
171416
171515
|
"required": [
|
171417
171516
|
"dimensionName"
|
@@ -171421,7 +171520,7 @@ module.exports={
|
|
171421
171520
|
"operator": {}
|
171422
171521
|
}
|
171423
171522
|
},
|
171424
|
-
"
|
171523
|
+
"S9w": {
|
171425
171524
|
"type": "structure",
|
171426
171525
|
"members": {
|
171427
171526
|
"count": {
|
@@ -171452,7 +171551,7 @@ module.exports={
|
|
171452
171551
|
}
|
171453
171552
|
}
|
171454
171553
|
},
|
171455
|
-
"
|
171554
|
+
"Saf": {
|
171456
171555
|
"type": "map",
|
171457
171556
|
"key": {},
|
171458
171557
|
"value": {
|
@@ -171467,11 +171566,11 @@ module.exports={
|
|
171467
171566
|
}
|
171468
171567
|
}
|
171469
171568
|
},
|
171470
|
-
"
|
171569
|
+
"Saj": {
|
171471
171570
|
"type": "list",
|
171472
171571
|
"member": {}
|
171473
171572
|
},
|
171474
|
-
"
|
171573
|
+
"Sak": {
|
171475
171574
|
"type": "list",
|
171476
171575
|
"member": {
|
171477
171576
|
"type": "structure",
|
@@ -171481,7 +171580,7 @@ module.exports={
|
|
171481
171580
|
"members": {
|
171482
171581
|
"metric": {},
|
171483
171582
|
"metricDimension": {
|
171484
|
-
"shape": "
|
171583
|
+
"shape": "S9s"
|
171485
171584
|
},
|
171486
171585
|
"exportMetric": {
|
171487
171586
|
"type": "boolean"
|
@@ -171489,7 +171588,7 @@ module.exports={
|
|
171489
171588
|
}
|
171490
171589
|
}
|
171491
171590
|
},
|
171492
|
-
"
|
171591
|
+
"Sam": {
|
171493
171592
|
"type": "structure",
|
171494
171593
|
"required": [
|
171495
171594
|
"mqttTopic",
|
@@ -171500,7 +171599,7 @@ module.exports={
|
|
171500
171599
|
"roleArn": {}
|
171501
171600
|
}
|
171502
171601
|
},
|
171503
|
-
"
|
171602
|
+
"Sas": {
|
171504
171603
|
"type": "list",
|
171505
171604
|
"member": {
|
171506
171605
|
"type": "structure",
|
@@ -171509,12 +171608,12 @@ module.exports={
|
|
171509
171608
|
"type": "integer"
|
171510
171609
|
},
|
171511
171610
|
"s3Location": {
|
171512
|
-
"shape": "
|
171611
|
+
"shape": "S7d"
|
171513
171612
|
}
|
171514
171613
|
}
|
171515
171614
|
}
|
171516
171615
|
},
|
171517
|
-
"
|
171616
|
+
"Sb4": {
|
171518
171617
|
"type": "structure",
|
171519
171618
|
"members": {
|
171520
171619
|
"thingTypeDescription": {},
|
@@ -171524,7 +171623,7 @@ module.exports={
|
|
171524
171623
|
}
|
171525
171624
|
}
|
171526
171625
|
},
|
171527
|
-
"
|
171626
|
+
"Sbc": {
|
171528
171627
|
"type": "structure",
|
171529
171628
|
"required": [
|
171530
171629
|
"sql",
|
@@ -171534,24 +171633,24 @@ module.exports={
|
|
171534
171633
|
"sql": {},
|
171535
171634
|
"description": {},
|
171536
171635
|
"actions": {
|
171537
|
-
"shape": "
|
171636
|
+
"shape": "Sbf"
|
171538
171637
|
},
|
171539
171638
|
"ruleDisabled": {
|
171540
171639
|
"type": "boolean"
|
171541
171640
|
},
|
171542
171641
|
"awsIotSqlVersion": {},
|
171543
171642
|
"errorAction": {
|
171544
|
-
"shape": "
|
171643
|
+
"shape": "Sbg"
|
171545
171644
|
}
|
171546
171645
|
}
|
171547
171646
|
},
|
171548
|
-
"
|
171647
|
+
"Sbf": {
|
171549
171648
|
"type": "list",
|
171550
171649
|
"member": {
|
171551
|
-
"shape": "
|
171650
|
+
"shape": "Sbg"
|
171552
171651
|
}
|
171553
171652
|
},
|
171554
|
-
"
|
171653
|
+
"Sbg": {
|
171555
171654
|
"type": "structure",
|
171556
171655
|
"members": {
|
171557
171656
|
"dynamoDB": {
|
@@ -172038,15 +172137,15 @@ module.exports={
|
|
172038
172137
|
}
|
172039
172138
|
}
|
172040
172139
|
},
|
172041
|
-
"
|
172140
|
+
"Set": {
|
172042
172141
|
"type": "list",
|
172043
172142
|
"member": {}
|
172044
172143
|
},
|
172045
|
-
"
|
172144
|
+
"Sev": {
|
172046
172145
|
"type": "list",
|
172047
172146
|
"member": {}
|
172048
172147
|
},
|
172049
|
-
"
|
172148
|
+
"Sez": {
|
172050
172149
|
"type": "structure",
|
172051
172150
|
"members": {
|
172052
172151
|
"arn": {},
|
@@ -172068,10 +172167,10 @@ module.exports={
|
|
172068
172167
|
"type": "structure",
|
172069
172168
|
"members": {
|
172070
172169
|
"subnetIds": {
|
172071
|
-
"shape": "
|
172170
|
+
"shape": "Set"
|
172072
172171
|
},
|
172073
172172
|
"securityGroups": {
|
172074
|
-
"shape": "
|
172173
|
+
"shape": "Sev"
|
172075
172174
|
},
|
172076
172175
|
"vpcId": {},
|
172077
172176
|
"roleArn": {}
|
@@ -172079,7 +172178,7 @@ module.exports={
|
|
172079
172178
|
}
|
172080
172179
|
}
|
172081
172180
|
},
|
172082
|
-
"
|
172181
|
+
"Sh5": {
|
172083
172182
|
"type": "map",
|
172084
172183
|
"key": {},
|
172085
172184
|
"value": {
|
@@ -172093,7 +172192,7 @@ module.exports={
|
|
172093
172192
|
}
|
172094
172193
|
}
|
172095
172194
|
},
|
172096
|
-
"
|
172195
|
+
"Sh8": {
|
172097
172196
|
"type": "map",
|
172098
172197
|
"key": {},
|
172099
172198
|
"value": {
|
@@ -172105,7 +172204,7 @@ module.exports={
|
|
172105
172204
|
}
|
172106
172205
|
}
|
172107
172206
|
},
|
172108
|
-
"
|
172207
|
+
"Shd": {
|
172109
172208
|
"type": "structure",
|
172110
172209
|
"members": {
|
172111
172210
|
"findingId": {},
|
@@ -172126,12 +172225,12 @@ module.exports={
|
|
172126
172225
|
"shape": "S1o"
|
172127
172226
|
},
|
172128
172227
|
"additionalInfo": {
|
172129
|
-
"shape": "
|
172228
|
+
"shape": "Shh"
|
172130
172229
|
}
|
172131
172230
|
}
|
172132
172231
|
},
|
172133
172232
|
"relatedResources": {
|
172134
|
-
"shape": "
|
172233
|
+
"shape": "Shi"
|
172135
172234
|
},
|
172136
172235
|
"reasonForNonCompliance": {},
|
172137
172236
|
"reasonForNonComplianceCode": {},
|
@@ -172140,12 +172239,12 @@ module.exports={
|
|
172140
172239
|
}
|
172141
172240
|
}
|
172142
172241
|
},
|
172143
|
-
"
|
172242
|
+
"Shh": {
|
172144
172243
|
"type": "map",
|
172145
172244
|
"key": {},
|
172146
172245
|
"value": {}
|
172147
172246
|
},
|
172148
|
-
"
|
172247
|
+
"Shi": {
|
172149
172248
|
"type": "list",
|
172150
172249
|
"member": {
|
172151
172250
|
"type": "structure",
|
@@ -172155,12 +172254,12 @@ module.exports={
|
|
172155
172254
|
"shape": "S1o"
|
172156
172255
|
},
|
172157
172256
|
"additionalInfo": {
|
172158
|
-
"shape": "
|
172257
|
+
"shape": "Shh"
|
172159
172258
|
}
|
172160
172259
|
}
|
172161
172260
|
}
|
172162
172261
|
},
|
172163
|
-
"
|
172262
|
+
"Shx": {
|
172164
172263
|
"type": "structure",
|
172165
172264
|
"members": {
|
172166
172265
|
"auditTaskId": {},
|
@@ -172178,7 +172277,7 @@ module.exports={
|
|
172178
172277
|
}
|
172179
172278
|
}
|
172180
172279
|
},
|
172181
|
-
"
|
172280
|
+
"Si1": {
|
172182
172281
|
"type": "map",
|
172183
172282
|
"key": {},
|
172184
172283
|
"value": {
|
@@ -172186,7 +172285,7 @@ module.exports={
|
|
172186
172285
|
"member": {}
|
172187
172286
|
}
|
172188
172287
|
},
|
172189
|
-
"
|
172288
|
+
"Si3": {
|
172190
172289
|
"type": "list",
|
172191
172290
|
"member": {
|
172192
172291
|
"type": "structure",
|
@@ -172195,12 +172294,12 @@ module.exports={
|
|
172195
172294
|
"id": {},
|
172196
172295
|
"roleArn": {},
|
172197
172296
|
"actionParams": {
|
172198
|
-
"shape": "
|
172297
|
+
"shape": "S5y"
|
172199
172298
|
}
|
172200
172299
|
}
|
172201
172300
|
}
|
172202
172301
|
},
|
172203
|
-
"
|
172302
|
+
"Siu": {
|
172204
172303
|
"type": "structure",
|
172205
172304
|
"members": {
|
172206
172305
|
"authorizerName": {},
|
@@ -172225,7 +172324,7 @@ module.exports={
|
|
172225
172324
|
}
|
172226
172325
|
}
|
172227
172326
|
},
|
172228
|
-
"
|
172327
|
+
"Sj7": {
|
172229
172328
|
"type": "structure",
|
172230
172329
|
"members": {
|
172231
172330
|
"notBefore": {
|
@@ -172236,7 +172335,7 @@ module.exports={
|
|
172236
172335
|
}
|
172237
172336
|
}
|
172238
172337
|
},
|
172239
|
-
"
|
172338
|
+
"Sj9": {
|
172240
172339
|
"type": "structure",
|
172241
172340
|
"members": {
|
172242
172341
|
"templateBody": {},
|
@@ -172244,7 +172343,7 @@ module.exports={
|
|
172244
172343
|
"templateName": {}
|
172245
172344
|
}
|
172246
172345
|
},
|
172247
|
-
"
|
172346
|
+
"Sjo": {
|
172248
172347
|
"type": "structure",
|
172249
172348
|
"members": {
|
172250
172349
|
"taskId": {},
|
@@ -172256,10 +172355,10 @@ module.exports={
|
|
172256
172355
|
"type": "timestamp"
|
172257
172356
|
},
|
172258
172357
|
"target": {
|
172259
|
-
"shape": "
|
172358
|
+
"shape": "Sjq"
|
172260
172359
|
},
|
172261
172360
|
"violationEventOccurrenceRange": {
|
172262
|
-
"shape": "
|
172361
|
+
"shape": "Sjt"
|
172263
172362
|
},
|
172264
172363
|
"onlyActiveViolationsIncluded": {
|
172265
172364
|
"type": "boolean"
|
@@ -172268,7 +172367,7 @@ module.exports={
|
|
172268
172367
|
"type": "boolean"
|
172269
172368
|
},
|
172270
172369
|
"actionsDefinition": {
|
172271
|
-
"shape": "
|
172370
|
+
"shape": "Si3"
|
172272
172371
|
},
|
172273
172372
|
"taskStatistics": {
|
172274
172373
|
"type": "structure",
|
@@ -172286,7 +172385,7 @@ module.exports={
|
|
172286
172385
|
}
|
172287
172386
|
}
|
172288
172387
|
},
|
172289
|
-
"
|
172388
|
+
"Sjq": {
|
172290
172389
|
"type": "structure",
|
172291
172390
|
"members": {
|
172292
172391
|
"violationIds": {
|
@@ -172297,7 +172396,7 @@ module.exports={
|
|
172297
172396
|
"behaviorName": {}
|
172298
172397
|
}
|
172299
172398
|
},
|
172300
|
-
"
|
172399
|
+
"Sjt": {
|
172301
172400
|
"type": "structure",
|
172302
172401
|
"required": [
|
172303
172402
|
"startTime",
|
@@ -172312,7 +172411,7 @@ module.exports={
|
|
172312
172411
|
}
|
172313
172412
|
}
|
172314
172413
|
},
|
172315
|
-
"
|
172414
|
+
"Ske": {
|
172316
172415
|
"type": "map",
|
172317
172416
|
"key": {},
|
172318
172417
|
"value": {
|
@@ -172324,24 +172423,24 @@ module.exports={
|
|
172324
172423
|
}
|
172325
172424
|
}
|
172326
172425
|
},
|
172327
|
-
"
|
172426
|
+
"Slk": {
|
172328
172427
|
"type": "list",
|
172329
172428
|
"member": {}
|
172330
172429
|
},
|
172331
|
-
"
|
172430
|
+
"Smd": {
|
172332
172431
|
"type": "list",
|
172333
172432
|
"member": {
|
172334
|
-
"shape": "
|
172433
|
+
"shape": "Sme"
|
172335
172434
|
}
|
172336
172435
|
},
|
172337
|
-
"
|
172436
|
+
"Sme": {
|
172338
172437
|
"type": "structure",
|
172339
172438
|
"members": {
|
172340
172439
|
"groupName": {},
|
172341
172440
|
"groupArn": {}
|
172342
172441
|
}
|
172343
172442
|
},
|
172344
|
-
"
|
172443
|
+
"Smq": {
|
172345
172444
|
"type": "structure",
|
172346
172445
|
"members": {
|
172347
172446
|
"deprecated": {
|
@@ -172355,7 +172454,7 @@ module.exports={
|
|
172355
172454
|
}
|
172356
172455
|
}
|
172357
172456
|
},
|
172358
|
-
"
|
172457
|
+
"Snp": {
|
172359
172458
|
"type": "structure",
|
172360
172459
|
"required": [
|
172361
172460
|
"thingIndexingMode"
|
@@ -172366,10 +172465,10 @@ module.exports={
|
|
172366
172465
|
"deviceDefenderIndexingMode": {},
|
172367
172466
|
"namedShadowIndexingMode": {},
|
172368
172467
|
"managedFields": {
|
172369
|
-
"shape": "
|
172468
|
+
"shape": "Snu"
|
172370
172469
|
},
|
172371
172470
|
"customFields": {
|
172372
|
-
"shape": "
|
172471
|
+
"shape": "Snu"
|
172373
172472
|
},
|
172374
172473
|
"filter": {
|
172375
172474
|
"type": "structure",
|
@@ -172392,7 +172491,7 @@ module.exports={
|
|
172392
172491
|
}
|
172393
172492
|
}
|
172394
172493
|
},
|
172395
|
-
"
|
172494
|
+
"Snu": {
|
172396
172495
|
"type": "list",
|
172397
172496
|
"member": {
|
172398
172497
|
"type": "structure",
|
@@ -172402,7 +172501,7 @@ module.exports={
|
|
172402
172501
|
}
|
172403
172502
|
}
|
172404
172503
|
},
|
172405
|
-
"
|
172504
|
+
"So5": {
|
172406
172505
|
"type": "structure",
|
172407
172506
|
"required": [
|
172408
172507
|
"thingGroupIndexingMode"
|
@@ -172410,14 +172509,14 @@ module.exports={
|
|
172410
172509
|
"members": {
|
172411
172510
|
"thingGroupIndexingMode": {},
|
172412
172511
|
"managedFields": {
|
172413
|
-
"shape": "
|
172512
|
+
"shape": "Snu"
|
172414
172513
|
},
|
172415
172514
|
"customFields": {
|
172416
|
-
"shape": "
|
172515
|
+
"shape": "Snu"
|
172417
172516
|
}
|
172418
172517
|
}
|
172419
172518
|
},
|
172420
|
-
"
|
172519
|
+
"Sol": {
|
172421
172520
|
"type": "structure",
|
172422
172521
|
"members": {
|
172423
172522
|
"enabled": {
|
@@ -172426,13 +172525,13 @@ module.exports={
|
|
172426
172525
|
"roleArn": {}
|
172427
172526
|
}
|
172428
172527
|
},
|
172429
|
-
"
|
172528
|
+
"Spv": {
|
172430
172529
|
"type": "structure",
|
172431
172530
|
"members": {
|
172432
172531
|
"confidenceLevel": {}
|
172433
172532
|
}
|
172434
172533
|
},
|
172435
|
-
"
|
172534
|
+
"Sq2": {
|
172436
172535
|
"type": "list",
|
172437
172536
|
"member": {
|
172438
172537
|
"type": "structure",
|
@@ -172442,7 +172541,7 @@ module.exports={
|
|
172442
172541
|
}
|
172443
172542
|
}
|
172444
172543
|
},
|
172445
|
-
"
|
172544
|
+
"Sr8": {
|
172446
172545
|
"type": "list",
|
172447
172546
|
"member": {
|
172448
172547
|
"type": "structure",
|
@@ -172457,7 +172556,7 @@ module.exports={
|
|
172457
172556
|
}
|
172458
172557
|
}
|
172459
172558
|
},
|
172460
|
-
"
|
172559
|
+
"Ss8": {
|
172461
172560
|
"type": "structure",
|
172462
172561
|
"members": {
|
172463
172562
|
"status": {},
|
@@ -172478,15 +172577,15 @@ module.exports={
|
|
172478
172577
|
}
|
172479
172578
|
}
|
172480
172579
|
},
|
172481
|
-
"
|
172580
|
+
"Stj": {
|
172482
172581
|
"type": "list",
|
172483
172582
|
"member": {}
|
172484
172583
|
},
|
172485
|
-
"
|
172584
|
+
"Stt": {
|
172486
172585
|
"type": "list",
|
172487
172586
|
"member": {}
|
172488
172587
|
},
|
172489
|
-
"
|
172588
|
+
"Sue": {
|
172490
172589
|
"type": "structure",
|
172491
172590
|
"required": [
|
172492
172591
|
"name",
|
@@ -172497,7 +172596,7 @@ module.exports={
|
|
172497
172596
|
"arn": {}
|
172498
172597
|
}
|
172499
172598
|
},
|
172500
|
-
"
|
172599
|
+
"Suj": {
|
172501
172600
|
"type": "structure",
|
172502
172601
|
"required": [
|
172503
172602
|
"arn"
|
@@ -172506,7 +172605,7 @@ module.exports={
|
|
172506
172605
|
"arn": {}
|
172507
172606
|
}
|
172508
172607
|
},
|
172509
|
-
"
|
172608
|
+
"Sw7": {
|
172510
172609
|
"type": "structure",
|
172511
172610
|
"required": [
|
172512
172611
|
"targetType"
|
@@ -172516,11 +172615,11 @@ module.exports={
|
|
172516
172615
|
"targetName": {}
|
172517
172616
|
}
|
172518
172617
|
},
|
172519
|
-
"
|
172618
|
+
"Sx3": {
|
172520
172619
|
"type": "list",
|
172521
172620
|
"member": {}
|
172522
172621
|
},
|
172523
|
-
"
|
172622
|
+
"Sxw": {
|
172524
172623
|
"type": "structure",
|
172525
172624
|
"required": [
|
172526
172625
|
"resources"
|
@@ -172533,11 +172632,11 @@ module.exports={
|
|
172533
172632
|
}
|
172534
172633
|
}
|
172535
172634
|
},
|
172536
|
-
"
|
172635
|
+
"Sy0": {
|
172537
172636
|
"type": "list",
|
172538
172637
|
"member": {}
|
172539
172638
|
},
|
172540
|
-
"
|
172639
|
+
"S10m": {
|
172541
172640
|
"type": "list",
|
172542
172641
|
"member": {}
|
172543
172642
|
}
|
@@ -272702,7 +272801,7 @@ AWS.util.update(AWS, {
|
|
272702
272801
|
/**
|
272703
272802
|
* @constant
|
272704
272803
|
*/
|
272705
|
-
VERSION: '2.
|
272804
|
+
VERSION: '2.1555.0',
|
272706
272805
|
|
272707
272806
|
/**
|
272708
272807
|
* @api private
|
@@ -294951,7 +295050,7 @@ var LRUCache = /** @class */ (function () {
|
|
294951
295050
|
}());
|
294952
295051
|
exports.LRUCache = LRUCache;
|
294953
295052
|
},{}],467:[function(require,module,exports){
|
294954
|
-
// AWS SDK for JavaScript v2.
|
295053
|
+
// AWS SDK for JavaScript v2.1555.0
|
294955
295054
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294956
295055
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294957
295056
|
require('./browser_loader');
|