aws-sdk-core 2.11.284 → 2.11.285

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '08c6b0468c4c128471b51cd9b4a27e9683d6aa8d'
4
- data.tar.gz: 8ba99d7d64a33cac00bb1b123c466f38e4c56dbf
3
+ metadata.gz: 88f6359cc655854bc6a248dfef3879250816bb5c
4
+ data.tar.gz: 4adaf2be3c775849c35fd96efdc7d5037bea0b46
5
5
  SHA512:
6
- metadata.gz: 0ae18954ad715fa8a84536281858a773abb105cff3d2fa311a55b466516bc770adce1f7869156a4c2576160195941e43fa795d7b87e225eaec6d2f86df150a1d
7
- data.tar.gz: 9496e08ef84d625940aa367d3e9f4ca293813586e84a54bc107db78ba6b4874d626782bd0d3e5e136d4e6b29dae6f8f3e7025bd405dc0ddbad26b326f8346aed
6
+ metadata.gz: c045ba67919d6f4c70b217e4fb052bc9cde450275ef109c46bec8ac12cc83f4bdfa3a2fb9c8ca428c519e66080556cf5e7db42c53443ed68efc29348136a730d
7
+ data.tar.gz: 1626ecf1dd5dac423c416cd9d7edb6348f5a6309f6369bd55a8fa7eabe26d036fd317c93588c72251c065bead468ab07b2475cc2462cb5ad14ef4468291aef54
@@ -159,7 +159,11 @@
159
159
  {"shape":"EncryptionKeyAccessDeniedException"},
160
160
  {"shape":"EncryptionKeyDisabledException"},
161
161
  {"shape":"EncryptionKeyNotFoundException"},
162
- {"shape":"EncryptionKeyUnavailableException"}
162
+ {"shape":"EncryptionKeyUnavailableException"},
163
+ {"shape":"InvalidTagsMapException"},
164
+ {"shape":"TooManyTagsException"},
165
+ {"shape":"InvalidSystemTagUsageException"},
166
+ {"shape":"TagPolicyException"}
163
167
  ]
164
168
  },
165
169
  "DeleteBranch":{
@@ -626,6 +630,21 @@
626
630
  {"shape":"InvalidContinuationTokenException"}
627
631
  ]
628
632
  },
633
+ "ListTagsForResource":{
634
+ "name":"ListTagsForResource",
635
+ "http":{
636
+ "method":"POST",
637
+ "requestUri":"/"
638
+ },
639
+ "input":{"shape":"ListTagsForResourceInput"},
640
+ "output":{"shape":"ListTagsForResourceOutput"},
641
+ "errors":[
642
+ {"shape":"RepositoryDoesNotExistException"},
643
+ {"shape":"InvalidRepositoryNameException"},
644
+ {"shape":"ResourceArnRequiredException"},
645
+ {"shape":"InvalidResourceArnException"}
646
+ ]
647
+ },
629
648
  "MergePullRequestByFastForward":{
630
649
  "name":"MergePullRequestByFastForward",
631
650
  "http":{
@@ -821,6 +840,25 @@
821
840
  {"shape":"EncryptionKeyUnavailableException"}
822
841
  ]
823
842
  },
843
+ "TagResource":{
844
+ "name":"TagResource",
845
+ "http":{
846
+ "method":"POST",
847
+ "requestUri":"/"
848
+ },
849
+ "input":{"shape":"TagResourceInput"},
850
+ "errors":[
851
+ {"shape":"RepositoryDoesNotExistException"},
852
+ {"shape":"InvalidRepositoryNameException"},
853
+ {"shape":"ResourceArnRequiredException"},
854
+ {"shape":"InvalidResourceArnException"},
855
+ {"shape":"TagsMapRequiredException"},
856
+ {"shape":"InvalidTagsMapException"},
857
+ {"shape":"TooManyTagsException"},
858
+ {"shape":"InvalidSystemTagUsageException"},
859
+ {"shape":"TagPolicyException"}
860
+ ]
861
+ },
824
862
  "TestRepositoryTriggers":{
825
863
  "name":"TestRepositoryTriggers",
826
864
  "http":{
@@ -853,6 +891,25 @@
853
891
  {"shape":"EncryptionKeyUnavailableException"}
854
892
  ]
855
893
  },
894
+ "UntagResource":{
895
+ "name":"UntagResource",
896
+ "http":{
897
+ "method":"POST",
898
+ "requestUri":"/"
899
+ },
900
+ "input":{"shape":"UntagResourceInput"},
901
+ "errors":[
902
+ {"shape":"RepositoryDoesNotExistException"},
903
+ {"shape":"InvalidRepositoryNameException"},
904
+ {"shape":"ResourceArnRequiredException"},
905
+ {"shape":"InvalidResourceArnException"},
906
+ {"shape":"TagKeysListRequiredException"},
907
+ {"shape":"InvalidTagKeysListException"},
908
+ {"shape":"TooManyTagsException"},
909
+ {"shape":"InvalidSystemTagUsageException"},
910
+ {"shape":"TagPolicyException"}
911
+ ]
912
+ },
856
913
  "UpdateComment":{
857
914
  "name":"UpdateComment",
858
915
  "http":{
@@ -1296,7 +1353,8 @@
1296
1353
  "required":["repositoryName"],
1297
1354
  "members":{
1298
1355
  "repositoryName":{"shape":"RepositoryName"},
1299
- "repositoryDescription":{"shape":"RepositoryDescription"}
1356
+ "repositoryDescription":{"shape":"RepositoryDescription"},
1357
+ "tags":{"shape":"TagsMap"}
1300
1358
  }
1301
1359
  },
1302
1360
  "CreateRepositoryOutput":{
@@ -2059,6 +2117,12 @@
2059
2117
  },
2060
2118
  "exception":true
2061
2119
  },
2120
+ "InvalidResourceArnException":{
2121
+ "type":"structure",
2122
+ "members":{
2123
+ },
2124
+ "exception":true
2125
+ },
2062
2126
  "InvalidSortByException":{
2063
2127
  "type":"structure",
2064
2128
  "members":{
@@ -2071,6 +2135,24 @@
2071
2135
  },
2072
2136
  "exception":true
2073
2137
  },
2138
+ "InvalidSystemTagUsageException":{
2139
+ "type":"structure",
2140
+ "members":{
2141
+ },
2142
+ "exception":true
2143
+ },
2144
+ "InvalidTagKeysListException":{
2145
+ "type":"structure",
2146
+ "members":{
2147
+ },
2148
+ "exception":true
2149
+ },
2150
+ "InvalidTagsMapException":{
2151
+ "type":"structure",
2152
+ "members":{
2153
+ },
2154
+ "exception":true
2155
+ },
2074
2156
  "InvalidTargetException":{
2075
2157
  "type":"structure",
2076
2158
  "members":{
@@ -2148,6 +2230,21 @@
2148
2230
  "nextToken":{"shape":"NextToken"}
2149
2231
  }
2150
2232
  },
2233
+ "ListTagsForResourceInput":{
2234
+ "type":"structure",
2235
+ "required":["resourceArn"],
2236
+ "members":{
2237
+ "resourceArn":{"shape":"ResourceArn"},
2238
+ "nextToken":{"shape":"NextToken"}
2239
+ }
2240
+ },
2241
+ "ListTagsForResourceOutput":{
2242
+ "type":"structure",
2243
+ "members":{
2244
+ "tags":{"shape":"TagsMap"},
2245
+ "nextToken":{"shape":"NextToken"}
2246
+ }
2247
+ },
2151
2248
  "Location":{
2152
2249
  "type":"structure",
2153
2250
  "members":{
@@ -2768,6 +2865,13 @@
2768
2865
  },
2769
2866
  "exception":true
2770
2867
  },
2868
+ "ResourceArn":{"type":"string"},
2869
+ "ResourceArnRequiredException":{
2870
+ "type":"structure",
2871
+ "members":{
2872
+ },
2873
+ "exception":true
2874
+ },
2771
2875
  "RestrictedSourceFileException":{
2772
2876
  "type":"structure",
2773
2877
  "members":{
@@ -2853,6 +2957,54 @@
2853
2957
  "type":"list",
2854
2958
  "member":{"shape":"SymbolicLink"}
2855
2959
  },
2960
+ "TagKey":{
2961
+ "type":"string",
2962
+ "max":128,
2963
+ "min":1
2964
+ },
2965
+ "TagKeysList":{
2966
+ "type":"list",
2967
+ "member":{"shape":"TagKey"}
2968
+ },
2969
+ "TagKeysListRequiredException":{
2970
+ "type":"structure",
2971
+ "members":{
2972
+ },
2973
+ "exception":true
2974
+ },
2975
+ "TagPolicyException":{
2976
+ "type":"structure",
2977
+ "members":{
2978
+ },
2979
+ "exception":true
2980
+ },
2981
+ "TagResourceInput":{
2982
+ "type":"structure",
2983
+ "required":[
2984
+ "resourceArn",
2985
+ "tags"
2986
+ ],
2987
+ "members":{
2988
+ "resourceArn":{"shape":"ResourceArn"},
2989
+ "tags":{"shape":"TagsMap"}
2990
+ }
2991
+ },
2992
+ "TagValue":{
2993
+ "type":"string",
2994
+ "max":256,
2995
+ "min":0
2996
+ },
2997
+ "TagsMap":{
2998
+ "type":"map",
2999
+ "key":{"shape":"TagKey"},
3000
+ "value":{"shape":"TagValue"}
3001
+ },
3002
+ "TagsMapRequiredException":{
3003
+ "type":"structure",
3004
+ "members":{
3005
+ },
3006
+ "exception":true
3007
+ },
2856
3008
  "Target":{
2857
3009
  "type":"structure",
2858
3010
  "required":[
@@ -2921,6 +3073,23 @@
2921
3073
  },
2922
3074
  "exception":true
2923
3075
  },
3076
+ "TooManyTagsException":{
3077
+ "type":"structure",
3078
+ "members":{
3079
+ },
3080
+ "exception":true
3081
+ },
3082
+ "UntagResourceInput":{
3083
+ "type":"structure",
3084
+ "required":[
3085
+ "resourceArn",
3086
+ "tagKeys"
3087
+ ],
3088
+ "members":{
3089
+ "resourceArn":{"shape":"ResourceArn"},
3090
+ "tagKeys":{"shape":"TagKeysList"}
3091
+ }
3092
+ },
2924
3093
  "UpdateCommentInput":{
2925
3094
  "type":"structure",
2926
3095
  "required":[
@@ -671,6 +671,7 @@
671
671
  "type":"structure",
672
672
  "members":{
673
673
  "name":{"shape":"ChannelName"},
674
+ "storage":{"shape":"ChannelStorage"},
674
675
  "arn":{"shape":"ChannelArn"},
675
676
  "status":{"shape":"ChannelStatus"},
676
677
  "retentionPeriod":{"shape":"RetentionPeriod"},
@@ -711,6 +712,20 @@
711
712
  "DELETING"
712
713
  ]
713
714
  },
715
+ "ChannelStorage":{
716
+ "type":"structure",
717
+ "members":{
718
+ "serviceManagedS3":{"shape":"ServiceManagedChannelS3Storage"},
719
+ "customerManagedS3":{"shape":"CustomerManagedChannelS3Storage"}
720
+ }
721
+ },
722
+ "ChannelStorageSummary":{
723
+ "type":"structure",
724
+ "members":{
725
+ "serviceManagedS3":{"shape":"ServiceManagedChannelS3StorageSummary"},
726
+ "customerManagedS3":{"shape":"CustomerManagedChannelS3StorageSummary"}
727
+ }
728
+ },
714
729
  "ChannelSummaries":{
715
730
  "type":"list",
716
731
  "member":{"shape":"ChannelSummary"}
@@ -719,6 +734,7 @@
719
734
  "type":"structure",
720
735
  "members":{
721
736
  "channelName":{"shape":"ChannelName"},
737
+ "channelStorage":{"shape":"ChannelStorageSummary"},
722
738
  "status":{"shape":"ChannelStatus"},
723
739
  "creationTime":{"shape":"Timestamp"},
724
740
  "lastUpdateTime":{"shape":"Timestamp"}
@@ -750,6 +766,7 @@
750
766
  "required":["channelName"],
751
767
  "members":{
752
768
  "channelName":{"shape":"ChannelName"},
769
+ "channelStorage":{"shape":"ChannelStorage"},
753
770
  "retentionPeriod":{"shape":"RetentionPeriod"},
754
771
  "tags":{"shape":"TagList"}
755
772
  }
@@ -808,6 +825,7 @@
808
825
  "required":["datastoreName"],
809
826
  "members":{
810
827
  "datastoreName":{"shape":"DatastoreName"},
828
+ "datastoreStorage":{"shape":"DatastoreStorage"},
811
829
  "retentionPeriod":{"shape":"RetentionPeriod"},
812
830
  "tags":{"shape":"TagList"}
813
831
  }
@@ -839,6 +857,46 @@
839
857
  "pipelineArn":{"shape":"PipelineArn"}
840
858
  }
841
859
  },
860
+ "CustomerManagedChannelS3Storage":{
861
+ "type":"structure",
862
+ "required":[
863
+ "bucket",
864
+ "roleArn"
865
+ ],
866
+ "members":{
867
+ "bucket":{"shape":"BucketName"},
868
+ "keyPrefix":{"shape":"S3KeyPrefix"},
869
+ "roleArn":{"shape":"RoleArn"}
870
+ }
871
+ },
872
+ "CustomerManagedChannelS3StorageSummary":{
873
+ "type":"structure",
874
+ "members":{
875
+ "bucket":{"shape":"BucketName"},
876
+ "keyPrefix":{"shape":"S3KeyPrefix"},
877
+ "roleArn":{"shape":"RoleArn"}
878
+ }
879
+ },
880
+ "CustomerManagedDatastoreS3Storage":{
881
+ "type":"structure",
882
+ "required":[
883
+ "bucket",
884
+ "roleArn"
885
+ ],
886
+ "members":{
887
+ "bucket":{"shape":"BucketName"},
888
+ "keyPrefix":{"shape":"S3KeyPrefix"},
889
+ "roleArn":{"shape":"RoleArn"}
890
+ }
891
+ },
892
+ "CustomerManagedDatastoreS3StorageSummary":{
893
+ "type":"structure",
894
+ "members":{
895
+ "bucket":{"shape":"BucketName"},
896
+ "keyPrefix":{"shape":"S3KeyPrefix"},
897
+ "roleArn":{"shape":"RoleArn"}
898
+ }
899
+ },
842
900
  "Dataset":{
843
901
  "type":"structure",
844
902
  "members":{
@@ -1013,6 +1071,7 @@
1013
1071
  "type":"structure",
1014
1072
  "members":{
1015
1073
  "name":{"shape":"DatastoreName"},
1074
+ "storage":{"shape":"DatastoreStorage"},
1016
1075
  "arn":{"shape":"DatastoreArn"},
1017
1076
  "status":{"shape":"DatastoreStatus"},
1018
1077
  "retentionPeriod":{"shape":"RetentionPeriod"},
@@ -1052,6 +1111,20 @@
1052
1111
  "DELETING"
1053
1112
  ]
1054
1113
  },
1114
+ "DatastoreStorage":{
1115
+ "type":"structure",
1116
+ "members":{
1117
+ "serviceManagedS3":{"shape":"ServiceManagedDatastoreS3Storage"},
1118
+ "customerManagedS3":{"shape":"CustomerManagedDatastoreS3Storage"}
1119
+ }
1120
+ },
1121
+ "DatastoreStorageSummary":{
1122
+ "type":"structure",
1123
+ "members":{
1124
+ "serviceManagedS3":{"shape":"ServiceManagedDatastoreS3StorageSummary"},
1125
+ "customerManagedS3":{"shape":"CustomerManagedDatastoreS3StorageSummary"}
1126
+ }
1127
+ },
1055
1128
  "DatastoreSummaries":{
1056
1129
  "type":"list",
1057
1130
  "member":{"shape":"DatastoreSummary"}
@@ -1060,6 +1133,7 @@
1060
1133
  "type":"structure",
1061
1134
  "members":{
1062
1135
  "datastoreName":{"shape":"DatastoreName"},
1136
+ "datastoreStorage":{"shape":"DatastoreStorageSummary"},
1063
1137
  "status":{"shape":"DatastoreStatus"},
1064
1138
  "creationTime":{"shape":"Timestamp"},
1065
1139
  "lastUpdateTime":{"shape":"Timestamp"}
@@ -1827,6 +1901,12 @@
1827
1901
  "roleArn":{"shape":"RoleArn"}
1828
1902
  }
1829
1903
  },
1904
+ "S3KeyPrefix":{
1905
+ "type":"string",
1906
+ "max":255,
1907
+ "min":1,
1908
+ "pattern":"^[a-zA-Z0-9!_.*'()/{}:-]*/$"
1909
+ },
1830
1910
  "SampleChannelDataRequest":{
1831
1911
  "type":"structure",
1832
1912
  "required":["channelName"],
@@ -1878,6 +1958,26 @@
1878
1958
  "next":{"shape":"ActivityName"}
1879
1959
  }
1880
1960
  },
1961
+ "ServiceManagedChannelS3Storage":{
1962
+ "type":"structure",
1963
+ "members":{
1964
+ }
1965
+ },
1966
+ "ServiceManagedChannelS3StorageSummary":{
1967
+ "type":"structure",
1968
+ "members":{
1969
+ }
1970
+ },
1971
+ "ServiceManagedDatastoreS3Storage":{
1972
+ "type":"structure",
1973
+ "members":{
1974
+ }
1975
+ },
1976
+ "ServiceManagedDatastoreS3StorageSummary":{
1977
+ "type":"structure",
1978
+ "members":{
1979
+ }
1980
+ },
1881
1981
  "ServiceUnavailableException":{
1882
1982
  "type":"structure",
1883
1983
  "members":{
@@ -2027,6 +2127,7 @@
2027
2127
  "location":"uri",
2028
2128
  "locationName":"channelName"
2029
2129
  },
2130
+ "channelStorage":{"shape":"ChannelStorage"},
2030
2131
  "retentionPeriod":{"shape":"RetentionPeriod"}
2031
2132
  }
2032
2133
  },
@@ -2058,7 +2159,8 @@
2058
2159
  "location":"uri",
2059
2160
  "locationName":"datastoreName"
2060
2161
  },
2061
- "retentionPeriod":{"shape":"RetentionPeriod"}
2162
+ "retentionPeriod":{"shape":"RetentionPeriod"},
2163
+ "datastoreStorage":{"shape":"DatastoreStorage"}
2062
2164
  }
2063
2165
  },
2064
2166
  "UpdatePipelineRequest":{
@@ -0,0 +1,454 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-10-23",
5
+ "endpointPrefix":"data.iotevents",
6
+ "protocol":"rest-json",
7
+ "serviceFullName":"AWS IoT Events Data",
8
+ "serviceId":"IoT Events Data",
9
+ "signatureVersion":"v4",
10
+ "signingName":"ioteventsdata",
11
+ "uid":"iotevents-data-2018-10-23"
12
+ },
13
+ "operations":{
14
+ "BatchPutMessage":{
15
+ "name":"BatchPutMessage",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/inputs/messages",
19
+ "responseCode":200
20
+ },
21
+ "input":{"shape":"BatchPutMessageRequest"},
22
+ "output":{"shape":"BatchPutMessageResponse"},
23
+ "errors":[
24
+ {"shape":"InvalidRequestException"},
25
+ {"shape":"InternalFailureException"},
26
+ {"shape":"ServiceUnavailableException"},
27
+ {"shape":"ThrottlingException"}
28
+ ]
29
+ },
30
+ "BatchUpdateDetector":{
31
+ "name":"BatchUpdateDetector",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/detectors",
35
+ "responseCode":200
36
+ },
37
+ "input":{"shape":"BatchUpdateDetectorRequest"},
38
+ "output":{"shape":"BatchUpdateDetectorResponse"},
39
+ "errors":[
40
+ {"shape":"InvalidRequestException"},
41
+ {"shape":"InternalFailureException"},
42
+ {"shape":"ServiceUnavailableException"},
43
+ {"shape":"ThrottlingException"}
44
+ ]
45
+ },
46
+ "DescribeDetector":{
47
+ "name":"DescribeDetector",
48
+ "http":{
49
+ "method":"GET",
50
+ "requestUri":"/detectors/{detectorModelName}/keyValues/"
51
+ },
52
+ "input":{"shape":"DescribeDetectorRequest"},
53
+ "output":{"shape":"DescribeDetectorResponse"},
54
+ "errors":[
55
+ {"shape":"InvalidRequestException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"ThrottlingException"},
58
+ {"shape":"InternalFailureException"},
59
+ {"shape":"ServiceUnavailableException"}
60
+ ]
61
+ },
62
+ "ListDetectors":{
63
+ "name":"ListDetectors",
64
+ "http":{
65
+ "method":"GET",
66
+ "requestUri":"/detectors/{detectorModelName}"
67
+ },
68
+ "input":{"shape":"ListDetectorsRequest"},
69
+ "output":{"shape":"ListDetectorsResponse"},
70
+ "errors":[
71
+ {"shape":"InvalidRequestException"},
72
+ {"shape":"ResourceNotFoundException"},
73
+ {"shape":"ThrottlingException"},
74
+ {"shape":"InternalFailureException"},
75
+ {"shape":"ServiceUnavailableException"}
76
+ ]
77
+ }
78
+ },
79
+ "shapes":{
80
+ "BatchPutMessageErrorEntries":{
81
+ "type":"list",
82
+ "member":{"shape":"BatchPutMessageErrorEntry"}
83
+ },
84
+ "BatchPutMessageErrorEntry":{
85
+ "type":"structure",
86
+ "members":{
87
+ "messageId":{"shape":"MessageId"},
88
+ "errorCode":{"shape":"ErrorCode"},
89
+ "errorMessage":{"shape":"ErrorMessage"}
90
+ }
91
+ },
92
+ "BatchPutMessageRequest":{
93
+ "type":"structure",
94
+ "required":["messages"],
95
+ "members":{
96
+ "messages":{"shape":"Messages"}
97
+ }
98
+ },
99
+ "BatchPutMessageResponse":{
100
+ "type":"structure",
101
+ "members":{
102
+ "BatchPutMessageErrorEntries":{"shape":"BatchPutMessageErrorEntries"}
103
+ }
104
+ },
105
+ "BatchUpdateDetectorErrorEntries":{
106
+ "type":"list",
107
+ "member":{"shape":"BatchUpdateDetectorErrorEntry"}
108
+ },
109
+ "BatchUpdateDetectorErrorEntry":{
110
+ "type":"structure",
111
+ "members":{
112
+ "messageId":{"shape":"MessageId"},
113
+ "errorCode":{"shape":"ErrorCode"},
114
+ "errorMessage":{"shape":"ErrorMessage"}
115
+ }
116
+ },
117
+ "BatchUpdateDetectorRequest":{
118
+ "type":"structure",
119
+ "required":["detectors"],
120
+ "members":{
121
+ "detectors":{"shape":"UpdateDetectorRequests"}
122
+ }
123
+ },
124
+ "BatchUpdateDetectorResponse":{
125
+ "type":"structure",
126
+ "members":{
127
+ "batchUpdateDetectorErrorEntries":{"shape":"BatchUpdateDetectorErrorEntries"}
128
+ }
129
+ },
130
+ "DescribeDetectorRequest":{
131
+ "type":"structure",
132
+ "required":["detectorModelName"],
133
+ "members":{
134
+ "detectorModelName":{
135
+ "shape":"DetectorModelName",
136
+ "location":"uri",
137
+ "locationName":"detectorModelName"
138
+ },
139
+ "keyValue":{
140
+ "shape":"KeyValue",
141
+ "location":"querystring",
142
+ "locationName":"keyValue"
143
+ }
144
+ }
145
+ },
146
+ "DescribeDetectorResponse":{
147
+ "type":"structure",
148
+ "members":{
149
+ "detector":{"shape":"Detector"}
150
+ }
151
+ },
152
+ "Detector":{
153
+ "type":"structure",
154
+ "members":{
155
+ "detectorModelName":{"shape":"DetectorModelName"},
156
+ "keyValue":{"shape":"KeyValue"},
157
+ "detectorModelVersion":{"shape":"DetectorModelVersion"},
158
+ "state":{"shape":"DetectorState"},
159
+ "creationTime":{"shape":"Timestamp"},
160
+ "lastUpdateTime":{"shape":"Timestamp"}
161
+ }
162
+ },
163
+ "DetectorModelName":{
164
+ "type":"string",
165
+ "max":128,
166
+ "min":1,
167
+ "pattern":"^[a-zA-Z0-9_-]+$"
168
+ },
169
+ "DetectorModelVersion":{
170
+ "type":"string",
171
+ "max":128,
172
+ "min":1
173
+ },
174
+ "DetectorState":{
175
+ "type":"structure",
176
+ "required":[
177
+ "stateName",
178
+ "variables",
179
+ "timers"
180
+ ],
181
+ "members":{
182
+ "stateName":{"shape":"StateName"},
183
+ "variables":{"shape":"Variables"},
184
+ "timers":{"shape":"Timers"}
185
+ }
186
+ },
187
+ "DetectorStateDefinition":{
188
+ "type":"structure",
189
+ "required":[
190
+ "stateName",
191
+ "variables",
192
+ "timers"
193
+ ],
194
+ "members":{
195
+ "stateName":{"shape":"StateName"},
196
+ "variables":{"shape":"VariableDefinitions"},
197
+ "timers":{"shape":"TimerDefinitions"}
198
+ }
199
+ },
200
+ "DetectorStateSummary":{
201
+ "type":"structure",
202
+ "members":{
203
+ "stateName":{"shape":"StateName"}
204
+ }
205
+ },
206
+ "DetectorSummaries":{
207
+ "type":"list",
208
+ "member":{"shape":"DetectorSummary"}
209
+ },
210
+ "DetectorSummary":{
211
+ "type":"structure",
212
+ "members":{
213
+ "detectorModelName":{"shape":"DetectorModelName"},
214
+ "keyValue":{"shape":"KeyValue"},
215
+ "detectorModelVersion":{"shape":"DetectorModelVersion"},
216
+ "state":{"shape":"DetectorStateSummary"},
217
+ "creationTime":{"shape":"Timestamp"},
218
+ "lastUpdateTime":{"shape":"Timestamp"}
219
+ }
220
+ },
221
+ "ErrorCode":{
222
+ "type":"string",
223
+ "enum":[
224
+ "ResourceNotFoundException",
225
+ "InvalidRequestException",
226
+ "InternalFailureException",
227
+ "ServiceUnavailableException",
228
+ "ThrottlingException"
229
+ ]
230
+ },
231
+ "ErrorMessage":{"type":"string"},
232
+ "InputName":{
233
+ "type":"string",
234
+ "max":128,
235
+ "min":1,
236
+ "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
237
+ },
238
+ "InternalFailureException":{
239
+ "type":"structure",
240
+ "members":{
241
+ "message":{"shape":"errorMessage"}
242
+ },
243
+ "error":{"httpStatusCode":500},
244
+ "exception":true,
245
+ "fault":true
246
+ },
247
+ "InvalidRequestException":{
248
+ "type":"structure",
249
+ "members":{
250
+ "message":{"shape":"errorMessage"}
251
+ },
252
+ "error":{"httpStatusCode":400},
253
+ "exception":true
254
+ },
255
+ "KeyValue":{
256
+ "type":"string",
257
+ "max":128,
258
+ "min":1,
259
+ "pattern":"^[a-zA-Z0-9\\-_]+$"
260
+ },
261
+ "ListDetectorsRequest":{
262
+ "type":"structure",
263
+ "required":["detectorModelName"],
264
+ "members":{
265
+ "detectorModelName":{
266
+ "shape":"DetectorModelName",
267
+ "location":"uri",
268
+ "locationName":"detectorModelName"
269
+ },
270
+ "stateName":{
271
+ "shape":"StateName",
272
+ "location":"querystring",
273
+ "locationName":"stateName"
274
+ },
275
+ "nextToken":{
276
+ "shape":"NextToken",
277
+ "location":"querystring",
278
+ "locationName":"nextToken"
279
+ },
280
+ "maxResults":{
281
+ "shape":"MaxResults",
282
+ "location":"querystring",
283
+ "locationName":"maxResults"
284
+ }
285
+ }
286
+ },
287
+ "ListDetectorsResponse":{
288
+ "type":"structure",
289
+ "members":{
290
+ "detectorSummaries":{"shape":"DetectorSummaries"},
291
+ "nextToken":{"shape":"NextToken"}
292
+ }
293
+ },
294
+ "MaxResults":{
295
+ "type":"integer",
296
+ "max":250,
297
+ "min":1
298
+ },
299
+ "Message":{
300
+ "type":"structure",
301
+ "required":[
302
+ "messageId",
303
+ "inputName",
304
+ "payload"
305
+ ],
306
+ "members":{
307
+ "messageId":{"shape":"MessageId"},
308
+ "inputName":{"shape":"InputName"},
309
+ "payload":{"shape":"Payload"}
310
+ }
311
+ },
312
+ "MessageId":{
313
+ "type":"string",
314
+ "max":64,
315
+ "min":1,
316
+ "pattern":"^[a-zA-Z0-9_-]+$"
317
+ },
318
+ "Messages":{
319
+ "type":"list",
320
+ "member":{"shape":"Message"},
321
+ "min":1
322
+ },
323
+ "NextToken":{"type":"string"},
324
+ "Payload":{"type":"blob"},
325
+ "ResourceNotFoundException":{
326
+ "type":"structure",
327
+ "members":{
328
+ "message":{"shape":"errorMessage"}
329
+ },
330
+ "error":{"httpStatusCode":404},
331
+ "exception":true
332
+ },
333
+ "Seconds":{"type":"integer"},
334
+ "ServiceUnavailableException":{
335
+ "type":"structure",
336
+ "members":{
337
+ "message":{"shape":"errorMessage"}
338
+ },
339
+ "error":{"httpStatusCode":503},
340
+ "exception":true,
341
+ "fault":true
342
+ },
343
+ "StateName":{
344
+ "type":"string",
345
+ "max":128,
346
+ "min":1
347
+ },
348
+ "ThrottlingException":{
349
+ "type":"structure",
350
+ "members":{
351
+ "message":{"shape":"errorMessage"}
352
+ },
353
+ "error":{"httpStatusCode":429},
354
+ "exception":true
355
+ },
356
+ "Timer":{
357
+ "type":"structure",
358
+ "required":[
359
+ "name",
360
+ "timestamp"
361
+ ],
362
+ "members":{
363
+ "name":{"shape":"TimerName"},
364
+ "timestamp":{"shape":"Timestamp"}
365
+ }
366
+ },
367
+ "TimerDefinition":{
368
+ "type":"structure",
369
+ "required":[
370
+ "name",
371
+ "seconds"
372
+ ],
373
+ "members":{
374
+ "name":{"shape":"TimerName"},
375
+ "seconds":{"shape":"Seconds"}
376
+ }
377
+ },
378
+ "TimerDefinitions":{
379
+ "type":"list",
380
+ "member":{"shape":"TimerDefinition"}
381
+ },
382
+ "TimerName":{
383
+ "type":"string",
384
+ "max":128,
385
+ "min":1
386
+ },
387
+ "Timers":{
388
+ "type":"list",
389
+ "member":{"shape":"Timer"}
390
+ },
391
+ "Timestamp":{"type":"timestamp"},
392
+ "UpdateDetectorRequest":{
393
+ "type":"structure",
394
+ "required":[
395
+ "messageId",
396
+ "detectorModelName",
397
+ "state"
398
+ ],
399
+ "members":{
400
+ "messageId":{"shape":"MessageId"},
401
+ "detectorModelName":{"shape":"DetectorModelName"},
402
+ "keyValue":{"shape":"KeyValue"},
403
+ "state":{"shape":"DetectorStateDefinition"}
404
+ }
405
+ },
406
+ "UpdateDetectorRequests":{
407
+ "type":"list",
408
+ "member":{"shape":"UpdateDetectorRequest"},
409
+ "min":1
410
+ },
411
+ "Variable":{
412
+ "type":"structure",
413
+ "required":[
414
+ "name",
415
+ "value"
416
+ ],
417
+ "members":{
418
+ "name":{"shape":"VariableName"},
419
+ "value":{"shape":"VariableValue"}
420
+ }
421
+ },
422
+ "VariableDefinition":{
423
+ "type":"structure",
424
+ "required":[
425
+ "name",
426
+ "value"
427
+ ],
428
+ "members":{
429
+ "name":{"shape":"VariableName"},
430
+ "value":{"shape":"VariableValue"}
431
+ }
432
+ },
433
+ "VariableDefinitions":{
434
+ "type":"list",
435
+ "member":{"shape":"VariableDefinition"}
436
+ },
437
+ "VariableName":{
438
+ "type":"string",
439
+ "max":128,
440
+ "min":1,
441
+ "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
442
+ },
443
+ "VariableValue":{
444
+ "type":"string",
445
+ "max":1024,
446
+ "min":1
447
+ },
448
+ "Variables":{
449
+ "type":"list",
450
+ "member":{"shape":"Variable"}
451
+ },
452
+ "errorMessage":{"type":"string"}
453
+ }
454
+ }