aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -0,0 +1,339 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-09-29",
5
+ "endpointPrefix":"data.jobs.iot",
6
+ "protocol":"rest-json",
7
+ "serviceFullName":"AWS IoT Jobs Data Plane",
8
+ "signatureVersion":"v4",
9
+ "signingName":"iot-jobs-data",
10
+ "uid":"iot-jobs-data-2017-09-29"
11
+ },
12
+ "operations":{
13
+ "DescribeJobExecution":{
14
+ "name":"DescribeJobExecution",
15
+ "http":{
16
+ "method":"GET",
17
+ "requestUri":"/things/{thingName}/jobs/{jobId}"
18
+ },
19
+ "input":{"shape":"DescribeJobExecutionRequest"},
20
+ "output":{"shape":"DescribeJobExecutionResponse"},
21
+ "errors":[
22
+ {"shape":"InvalidRequestException"},
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"ThrottlingException"},
25
+ {"shape":"ServiceUnavailableException"},
26
+ {"shape":"CertificateValidationException"},
27
+ {"shape":"TerminalStateException"}
28
+ ]
29
+ },
30
+ "GetPendingJobExecutions":{
31
+ "name":"GetPendingJobExecutions",
32
+ "http":{
33
+ "method":"GET",
34
+ "requestUri":"/things/{thingName}/jobs"
35
+ },
36
+ "input":{"shape":"GetPendingJobExecutionsRequest"},
37
+ "output":{"shape":"GetPendingJobExecutionsResponse"},
38
+ "errors":[
39
+ {"shape":"InvalidRequestException"},
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"ThrottlingException"},
42
+ {"shape":"ServiceUnavailableException"},
43
+ {"shape":"CertificateValidationException"}
44
+ ]
45
+ },
46
+ "StartNextPendingJobExecution":{
47
+ "name":"StartNextPendingJobExecution",
48
+ "http":{
49
+ "method":"PUT",
50
+ "requestUri":"/things/{thingName}/jobs/$next"
51
+ },
52
+ "input":{"shape":"StartNextPendingJobExecutionRequest"},
53
+ "output":{"shape":"StartNextPendingJobExecutionResponse"},
54
+ "errors":[
55
+ {"shape":"InvalidRequestException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"ThrottlingException"},
58
+ {"shape":"ServiceUnavailableException"},
59
+ {"shape":"CertificateValidationException"}
60
+ ]
61
+ },
62
+ "UpdateJobExecution":{
63
+ "name":"UpdateJobExecution",
64
+ "http":{
65
+ "method":"POST",
66
+ "requestUri":"/things/{thingName}/jobs/{jobId}"
67
+ },
68
+ "input":{"shape":"UpdateJobExecutionRequest"},
69
+ "output":{"shape":"UpdateJobExecutionResponse"},
70
+ "errors":[
71
+ {"shape":"InvalidRequestException"},
72
+ {"shape":"ResourceNotFoundException"},
73
+ {"shape":"ThrottlingException"},
74
+ {"shape":"ServiceUnavailableException"},
75
+ {"shape":"CertificateValidationException"},
76
+ {"shape":"InvalidStateTransitionException"}
77
+ ]
78
+ }
79
+ },
80
+ "shapes":{
81
+ "CertificateValidationException":{
82
+ "type":"structure",
83
+ "members":{
84
+ "message":{"shape":"errorMessage"}
85
+ },
86
+ "error":{"httpStatusCode":400},
87
+ "exception":true
88
+ },
89
+ "DescribeJobExecutionJobId":{
90
+ "type":"string",
91
+ "pattern":"[a-zA-Z0-9_-]+|^\\$next"
92
+ },
93
+ "DescribeJobExecutionRequest":{
94
+ "type":"structure",
95
+ "required":[
96
+ "jobId",
97
+ "thingName"
98
+ ],
99
+ "members":{
100
+ "jobId":{
101
+ "shape":"DescribeJobExecutionJobId",
102
+ "location":"uri",
103
+ "locationName":"jobId"
104
+ },
105
+ "thingName":{
106
+ "shape":"ThingName",
107
+ "location":"uri",
108
+ "locationName":"thingName"
109
+ },
110
+ "includeJobDocument":{
111
+ "shape":"IncludeJobDocument",
112
+ "location":"querystring",
113
+ "locationName":"includeJobDocument"
114
+ },
115
+ "executionNumber":{
116
+ "shape":"ExecutionNumber",
117
+ "location":"querystring",
118
+ "locationName":"executionNumber"
119
+ }
120
+ }
121
+ },
122
+ "DescribeJobExecutionResponse":{
123
+ "type":"structure",
124
+ "members":{
125
+ "execution":{"shape":"JobExecution"}
126
+ }
127
+ },
128
+ "DetailsKey":{
129
+ "type":"string",
130
+ "max":128,
131
+ "min":1,
132
+ "pattern":"[a-zA-Z0-9:_-]+"
133
+ },
134
+ "DetailsMap":{
135
+ "type":"map",
136
+ "key":{"shape":"DetailsKey"},
137
+ "value":{"shape":"DetailsValue"}
138
+ },
139
+ "DetailsValue":{
140
+ "type":"string",
141
+ "max":1024,
142
+ "min":1,
143
+ "pattern":"[^\\p{C}]*+"
144
+ },
145
+ "ExecutionNumber":{"type":"long"},
146
+ "ExpectedVersion":{"type":"long"},
147
+ "GetPendingJobExecutionsRequest":{
148
+ "type":"structure",
149
+ "required":["thingName"],
150
+ "members":{
151
+ "thingName":{
152
+ "shape":"ThingName",
153
+ "location":"uri",
154
+ "locationName":"thingName"
155
+ }
156
+ }
157
+ },
158
+ "GetPendingJobExecutionsResponse":{
159
+ "type":"structure",
160
+ "members":{
161
+ "inProgressJobs":{"shape":"JobExecutionSummaryList"},
162
+ "queuedJobs":{"shape":"JobExecutionSummaryList"}
163
+ }
164
+ },
165
+ "IncludeExecutionState":{"type":"boolean"},
166
+ "IncludeJobDocument":{"type":"boolean"},
167
+ "InvalidRequestException":{
168
+ "type":"structure",
169
+ "members":{
170
+ "message":{"shape":"errorMessage"}
171
+ },
172
+ "error":{"httpStatusCode":400},
173
+ "exception":true
174
+ },
175
+ "InvalidStateTransitionException":{
176
+ "type":"structure",
177
+ "members":{
178
+ "message":{"shape":"errorMessage"}
179
+ },
180
+ "error":{"httpStatusCode":409},
181
+ "exception":true
182
+ },
183
+ "JobDocument":{
184
+ "type":"string",
185
+ "max":32768
186
+ },
187
+ "JobExecution":{
188
+ "type":"structure",
189
+ "members":{
190
+ "jobId":{"shape":"JobId"},
191
+ "thingName":{"shape":"ThingName"},
192
+ "status":{"shape":"JobExecutionStatus"},
193
+ "statusDetails":{"shape":"DetailsMap"},
194
+ "queuedAt":{"shape":"QueuedAt"},
195
+ "startedAt":{"shape":"StartedAt"},
196
+ "lastUpdatedAt":{"shape":"LastUpdatedAt"},
197
+ "versionNumber":{"shape":"VersionNumber"},
198
+ "executionNumber":{"shape":"ExecutionNumber"},
199
+ "jobDocument":{"shape":"JobDocument"}
200
+ }
201
+ },
202
+ "JobExecutionState":{
203
+ "type":"structure",
204
+ "members":{
205
+ "status":{"shape":"JobExecutionStatus"},
206
+ "statusDetails":{"shape":"DetailsMap"},
207
+ "versionNumber":{"shape":"VersionNumber"}
208
+ }
209
+ },
210
+ "JobExecutionStatus":{
211
+ "type":"string",
212
+ "enum":[
213
+ "QUEUED",
214
+ "IN_PROGRESS",
215
+ "SUCCEEDED",
216
+ "FAILED",
217
+ "REJECTED",
218
+ "REMOVED",
219
+ "CANCELED"
220
+ ]
221
+ },
222
+ "JobExecutionSummary":{
223
+ "type":"structure",
224
+ "members":{
225
+ "jobId":{"shape":"JobId"},
226
+ "queuedAt":{"shape":"QueuedAt"},
227
+ "startedAt":{"shape":"StartedAt"},
228
+ "lastUpdatedAt":{"shape":"LastUpdatedAt"},
229
+ "versionNumber":{"shape":"VersionNumber"},
230
+ "executionNumber":{"shape":"ExecutionNumber"}
231
+ }
232
+ },
233
+ "JobExecutionSummaryList":{
234
+ "type":"list",
235
+ "member":{"shape":"JobExecutionSummary"}
236
+ },
237
+ "JobId":{
238
+ "type":"string",
239
+ "max":64,
240
+ "min":1,
241
+ "pattern":"[a-zA-Z0-9_-]+"
242
+ },
243
+ "LastUpdatedAt":{"type":"long"},
244
+ "QueuedAt":{"type":"long"},
245
+ "ResourceNotFoundException":{
246
+ "type":"structure",
247
+ "members":{
248
+ "message":{"shape":"errorMessage"}
249
+ },
250
+ "error":{"httpStatusCode":404},
251
+ "exception":true
252
+ },
253
+ "ServiceUnavailableException":{
254
+ "type":"structure",
255
+ "members":{
256
+ "message":{"shape":"errorMessage"}
257
+ },
258
+ "error":{"httpStatusCode":503},
259
+ "exception":true,
260
+ "fault":true
261
+ },
262
+ "StartNextPendingJobExecutionRequest":{
263
+ "type":"structure",
264
+ "required":["thingName"],
265
+ "members":{
266
+ "thingName":{
267
+ "shape":"ThingName",
268
+ "location":"uri",
269
+ "locationName":"thingName"
270
+ },
271
+ "statusDetails":{"shape":"DetailsMap"}
272
+ }
273
+ },
274
+ "StartNextPendingJobExecutionResponse":{
275
+ "type":"structure",
276
+ "members":{
277
+ "execution":{"shape":"JobExecution"}
278
+ }
279
+ },
280
+ "StartedAt":{"type":"long"},
281
+ "TerminalStateException":{
282
+ "type":"structure",
283
+ "members":{
284
+ "message":{"shape":"errorMessage"}
285
+ },
286
+ "error":{"httpStatusCode":410},
287
+ "exception":true
288
+ },
289
+ "ThingName":{
290
+ "type":"string",
291
+ "max":128,
292
+ "min":1,
293
+ "pattern":"[a-zA-Z0-9:_-]+"
294
+ },
295
+ "ThrottlingException":{
296
+ "type":"structure",
297
+ "members":{
298
+ "message":{"shape":"errorMessage"}
299
+ },
300
+ "error":{"httpStatusCode":429},
301
+ "exception":true
302
+ },
303
+ "UpdateJobExecutionRequest":{
304
+ "type":"structure",
305
+ "required":[
306
+ "jobId",
307
+ "thingName",
308
+ "status"
309
+ ],
310
+ "members":{
311
+ "jobId":{
312
+ "shape":"JobId",
313
+ "location":"uri",
314
+ "locationName":"jobId"
315
+ },
316
+ "thingName":{
317
+ "shape":"ThingName",
318
+ "location":"uri",
319
+ "locationName":"thingName"
320
+ },
321
+ "status":{"shape":"JobExecutionStatus"},
322
+ "statusDetails":{"shape":"DetailsMap"},
323
+ "expectedVersion":{"shape":"ExpectedVersion"},
324
+ "includeJobExecutionState":{"shape":"IncludeExecutionState"},
325
+ "includeJobDocument":{"shape":"IncludeJobDocument"},
326
+ "executionNumber":{"shape":"ExecutionNumber"}
327
+ }
328
+ },
329
+ "UpdateJobExecutionResponse":{
330
+ "type":"structure",
331
+ "members":{
332
+ "executionState":{"shape":"JobExecutionState"},
333
+ "jobDocument":{"shape":"JobDocument"}
334
+ }
335
+ },
336
+ "VersionNumber":{"type":"long"},
337
+ "errorMessage":{"type":"string"}
338
+ }
339
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -5,6 +5,7 @@
5
5
  "endpointPrefix":"iot",
6
6
  "protocol":"rest-json",
7
7
  "serviceFullName":"AWS IoT",
8
+ "serviceId":"IoT",
8
9
  "signatureVersion":"v4",
9
10
  "signingName":"execute-api",
10
11
  "uid":"iot-2015-05-28"
@@ -27,6 +28,54 @@
27
28
  {"shape":"InternalFailureException"}
28
29
  ]
29
30
  },
31
+ "AddThingToThingGroup":{
32
+ "name":"AddThingToThingGroup",
33
+ "http":{
34
+ "method":"PUT",
35
+ "requestUri":"/thing-groups/addThingToThingGroup"
36
+ },
37
+ "input":{"shape":"AddThingToThingGroupRequest"},
38
+ "output":{"shape":"AddThingToThingGroupResponse"},
39
+ "errors":[
40
+ {"shape":"InvalidRequestException"},
41
+ {"shape":"ThrottlingException"},
42
+ {"shape":"InternalFailureException"},
43
+ {"shape":"ResourceNotFoundException"}
44
+ ]
45
+ },
46
+ "AssociateTargetsWithJob":{
47
+ "name":"AssociateTargetsWithJob",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/jobs/{jobId}/targets"
51
+ },
52
+ "input":{"shape":"AssociateTargetsWithJobRequest"},
53
+ "output":{"shape":"AssociateTargetsWithJobResponse"},
54
+ "errors":[
55
+ {"shape":"InvalidRequestException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"LimitExceededException"},
58
+ {"shape":"ThrottlingException"},
59
+ {"shape":"ServiceUnavailableException"}
60
+ ]
61
+ },
62
+ "AttachPolicy":{
63
+ "name":"AttachPolicy",
64
+ "http":{
65
+ "method":"PUT",
66
+ "requestUri":"/target-policies/{policyName}"
67
+ },
68
+ "input":{"shape":"AttachPolicyRequest"},
69
+ "errors":[
70
+ {"shape":"ResourceNotFoundException"},
71
+ {"shape":"InvalidRequestException"},
72
+ {"shape":"ThrottlingException"},
73
+ {"shape":"UnauthorizedException"},
74
+ {"shape":"ServiceUnavailableException"},
75
+ {"shape":"InternalFailureException"},
76
+ {"shape":"LimitExceededException"}
77
+ ]
78
+ },
30
79
  "AttachPrincipalPolicy":{
31
80
  "name":"AttachPrincipalPolicy",
32
81
  "http":{
@@ -42,7 +91,8 @@
42
91
  {"shape":"ServiceUnavailableException"},
43
92
  {"shape":"InternalFailureException"},
44
93
  {"shape":"LimitExceededException"}
45
- ]
94
+ ],
95
+ "deprecated":true
46
96
  },
47
97
  "AttachThingPrincipal":{
48
98
  "name":"AttachThingPrincipal",
@@ -78,6 +128,56 @@
78
128
  {"shape":"InternalFailureException"}
79
129
  ]
80
130
  },
131
+ "CancelJob":{
132
+ "name":"CancelJob",
133
+ "http":{
134
+ "method":"PUT",
135
+ "requestUri":"/jobs/{jobId}/cancel"
136
+ },
137
+ "input":{"shape":"CancelJobRequest"},
138
+ "output":{"shape":"CancelJobResponse"},
139
+ "errors":[
140
+ {"shape":"InvalidRequestException"},
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"ThrottlingException"},
143
+ {"shape":"ServiceUnavailableException"}
144
+ ]
145
+ },
146
+ "ClearDefaultAuthorizer":{
147
+ "name":"ClearDefaultAuthorizer",
148
+ "http":{
149
+ "method":"DELETE",
150
+ "requestUri":"/default-authorizer"
151
+ },
152
+ "input":{"shape":"ClearDefaultAuthorizerRequest"},
153
+ "output":{"shape":"ClearDefaultAuthorizerResponse"},
154
+ "errors":[
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"InvalidRequestException"},
157
+ {"shape":"ThrottlingException"},
158
+ {"shape":"UnauthorizedException"},
159
+ {"shape":"ServiceUnavailableException"},
160
+ {"shape":"InternalFailureException"}
161
+ ]
162
+ },
163
+ "CreateAuthorizer":{
164
+ "name":"CreateAuthorizer",
165
+ "http":{
166
+ "method":"POST",
167
+ "requestUri":"/authorizer/{authorizerName}"
168
+ },
169
+ "input":{"shape":"CreateAuthorizerRequest"},
170
+ "output":{"shape":"CreateAuthorizerResponse"},
171
+ "errors":[
172
+ {"shape":"ResourceAlreadyExistsException"},
173
+ {"shape":"InvalidRequestException"},
174
+ {"shape":"LimitExceededException"},
175
+ {"shape":"ThrottlingException"},
176
+ {"shape":"UnauthorizedException"},
177
+ {"shape":"ServiceUnavailableException"},
178
+ {"shape":"InternalFailureException"}
179
+ ]
180
+ },
81
181
  "CreateCertificateFromCsr":{
82
182
  "name":"CreateCertificateFromCsr",
83
183
  "http":{
@@ -94,6 +194,23 @@
94
194
  {"shape":"InternalFailureException"}
95
195
  ]
96
196
  },
197
+ "CreateJob":{
198
+ "name":"CreateJob",
199
+ "http":{
200
+ "method":"PUT",
201
+ "requestUri":"/jobs/{jobId}"
202
+ },
203
+ "input":{"shape":"CreateJobRequest"},
204
+ "output":{"shape":"CreateJobResponse"},
205
+ "errors":[
206
+ {"shape":"InvalidRequestException"},
207
+ {"shape":"ResourceNotFoundException"},
208
+ {"shape":"ResourceAlreadyExistsException"},
209
+ {"shape":"LimitExceededException"},
210
+ {"shape":"ThrottlingException"},
211
+ {"shape":"ServiceUnavailableException"}
212
+ ]
213
+ },
97
214
  "CreateKeysAndCertificate":{
98
215
  "name":"CreateKeysAndCertificate",
99
216
  "http":{
@@ -147,6 +264,24 @@
147
264
  {"shape":"InternalFailureException"}
148
265
  ]
149
266
  },
267
+ "CreateRoleAlias":{
268
+ "name":"CreateRoleAlias",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/role-aliases/{roleAlias}"
272
+ },
273
+ "input":{"shape":"CreateRoleAliasRequest"},
274
+ "output":{"shape":"CreateRoleAliasResponse"},
275
+ "errors":[
276
+ {"shape":"ResourceAlreadyExistsException"},
277
+ {"shape":"InvalidRequestException"},
278
+ {"shape":"LimitExceededException"},
279
+ {"shape":"ThrottlingException"},
280
+ {"shape":"UnauthorizedException"},
281
+ {"shape":"ServiceUnavailableException"},
282
+ {"shape":"InternalFailureException"}
283
+ ]
284
+ },
150
285
  "CreateThing":{
151
286
  "name":"CreateThing",
152
287
  "http":{
@@ -165,6 +300,21 @@
165
300
  {"shape":"ResourceNotFoundException"}
166
301
  ]
167
302
  },
303
+ "CreateThingGroup":{
304
+ "name":"CreateThingGroup",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/thing-groups/{thingGroupName}"
308
+ },
309
+ "input":{"shape":"CreateThingGroupRequest"},
310
+ "output":{"shape":"CreateThingGroupResponse"},
311
+ "errors":[
312
+ {"shape":"InvalidRequestException"},
313
+ {"shape":"ResourceAlreadyExistsException"},
314
+ {"shape":"ThrottlingException"},
315
+ {"shape":"InternalFailureException"}
316
+ ]
317
+ },
168
318
  "CreateThingType":{
169
319
  "name":"CreateThingType",
170
320
  "http":{
@@ -197,6 +347,24 @@
197
347
  {"shape":"ServiceUnavailableException"}
198
348
  ]
199
349
  },
350
+ "DeleteAuthorizer":{
351
+ "name":"DeleteAuthorizer",
352
+ "http":{
353
+ "method":"DELETE",
354
+ "requestUri":"/authorizer/{authorizerName}"
355
+ },
356
+ "input":{"shape":"DeleteAuthorizerRequest"},
357
+ "output":{"shape":"DeleteAuthorizerResponse"},
358
+ "errors":[
359
+ {"shape":"DeleteConflictException"},
360
+ {"shape":"ResourceNotFoundException"},
361
+ {"shape":"InvalidRequestException"},
362
+ {"shape":"ThrottlingException"},
363
+ {"shape":"UnauthorizedException"},
364
+ {"shape":"ServiceUnavailableException"},
365
+ {"shape":"InternalFailureException"}
366
+ ]
367
+ },
200
368
  "DeleteCACertificate":{
201
369
  "name":"DeleteCACertificate",
202
370
  "http":{
@@ -283,6 +451,24 @@
283
451
  {"shape":"InternalFailureException"}
284
452
  ]
285
453
  },
454
+ "DeleteRoleAlias":{
455
+ "name":"DeleteRoleAlias",
456
+ "http":{
457
+ "method":"DELETE",
458
+ "requestUri":"/role-aliases/{roleAlias}"
459
+ },
460
+ "input":{"shape":"DeleteRoleAliasRequest"},
461
+ "output":{"shape":"DeleteRoleAliasResponse"},
462
+ "errors":[
463
+ {"shape":"DeleteConflictException"},
464
+ {"shape":"InvalidRequestException"},
465
+ {"shape":"ThrottlingException"},
466
+ {"shape":"UnauthorizedException"},
467
+ {"shape":"ServiceUnavailableException"},
468
+ {"shape":"InternalFailureException"},
469
+ {"shape":"ResourceNotFoundException"}
470
+ ]
471
+ },
286
472
  "DeleteThing":{
287
473
  "name":"DeleteThing",
288
474
  "http":{
@@ -301,6 +487,21 @@
301
487
  {"shape":"InternalFailureException"}
302
488
  ]
303
489
  },
490
+ "DeleteThingGroup":{
491
+ "name":"DeleteThingGroup",
492
+ "http":{
493
+ "method":"DELETE",
494
+ "requestUri":"/thing-groups/{thingGroupName}"
495
+ },
496
+ "input":{"shape":"DeleteThingGroupRequest"},
497
+ "output":{"shape":"DeleteThingGroupResponse"},
498
+ "errors":[
499
+ {"shape":"InvalidRequestException"},
500
+ {"shape":"VersionConflictException"},
501
+ {"shape":"ThrottlingException"},
502
+ {"shape":"InternalFailureException"}
503
+ ]
504
+ },
304
505
  "DeleteThingType":{
305
506
  "name":"DeleteThingType",
306
507
  "http":{
@@ -332,6 +533,19 @@
332
533
  {"shape":"UnauthorizedException"}
333
534
  ]
334
535
  },
536
+ "DeleteV2LoggingLevel":{
537
+ "name":"DeleteV2LoggingLevel",
538
+ "http":{
539
+ "method":"DELETE",
540
+ "requestUri":"/v2LoggingLevel"
541
+ },
542
+ "input":{"shape":"DeleteV2LoggingLevelRequest"},
543
+ "errors":[
544
+ {"shape":"InternalException"},
545
+ {"shape":"InvalidRequestException"},
546
+ {"shape":"ServiceUnavailableException"}
547
+ ]
548
+ },
335
549
  "DeprecateThingType":{
336
550
  "name":"DeprecateThingType",
337
551
  "http":{
@@ -349,6 +563,23 @@
349
563
  {"shape":"InternalFailureException"}
350
564
  ]
351
565
  },
566
+ "DescribeAuthorizer":{
567
+ "name":"DescribeAuthorizer",
568
+ "http":{
569
+ "method":"GET",
570
+ "requestUri":"/authorizer/{authorizerName}"
571
+ },
572
+ "input":{"shape":"DescribeAuthorizerRequest"},
573
+ "output":{"shape":"DescribeAuthorizerResponse"},
574
+ "errors":[
575
+ {"shape":"ResourceNotFoundException"},
576
+ {"shape":"InvalidRequestException"},
577
+ {"shape":"ThrottlingException"},
578
+ {"shape":"UnauthorizedException"},
579
+ {"shape":"ServiceUnavailableException"},
580
+ {"shape":"InternalFailureException"}
581
+ ]
582
+ },
352
583
  "DescribeCACertificate":{
353
584
  "name":"DescribeCACertificate",
354
585
  "http":{
@@ -383,6 +614,23 @@
383
614
  {"shape":"ResourceNotFoundException"}
384
615
  ]
385
616
  },
617
+ "DescribeDefaultAuthorizer":{
618
+ "name":"DescribeDefaultAuthorizer",
619
+ "http":{
620
+ "method":"GET",
621
+ "requestUri":"/default-authorizer"
622
+ },
623
+ "input":{"shape":"DescribeDefaultAuthorizerRequest"},
624
+ "output":{"shape":"DescribeDefaultAuthorizerResponse"},
625
+ "errors":[
626
+ {"shape":"ResourceNotFoundException"},
627
+ {"shape":"InvalidRequestException"},
628
+ {"shape":"ThrottlingException"},
629
+ {"shape":"UnauthorizedException"},
630
+ {"shape":"ServiceUnavailableException"},
631
+ {"shape":"InternalFailureException"}
632
+ ]
633
+ },
386
634
  "DescribeEndpoint":{
387
635
  "name":"DescribeEndpoint",
388
636
  "http":{
@@ -393,68 +641,96 @@
393
641
  "output":{"shape":"DescribeEndpointResponse"},
394
642
  "errors":[
395
643
  {"shape":"InternalFailureException"},
644
+ {"shape":"InvalidRequestException"},
396
645
  {"shape":"UnauthorizedException"},
397
646
  {"shape":"ThrottlingException"}
398
647
  ]
399
648
  },
400
- "DescribeThing":{
401
- "name":"DescribeThing",
649
+ "DescribeEventConfigurations":{
650
+ "name":"DescribeEventConfigurations",
402
651
  "http":{
403
652
  "method":"GET",
404
- "requestUri":"/things/{thingName}"
653
+ "requestUri":"/event-configurations"
405
654
  },
406
- "input":{"shape":"DescribeThingRequest"},
407
- "output":{"shape":"DescribeThingResponse"},
655
+ "input":{"shape":"DescribeEventConfigurationsRequest"},
656
+ "output":{"shape":"DescribeEventConfigurationsResponse"},
657
+ "errors":[
658
+ {"shape":"InternalFailureException"},
659
+ {"shape":"ThrottlingException"}
660
+ ]
661
+ },
662
+ "DescribeIndex":{
663
+ "name":"DescribeIndex",
664
+ "http":{
665
+ "method":"GET",
666
+ "requestUri":"/indices/{indexName}"
667
+ },
668
+ "input":{"shape":"DescribeIndexRequest"},
669
+ "output":{"shape":"DescribeIndexResponse"},
408
670
  "errors":[
409
- {"shape":"ResourceNotFoundException"},
410
671
  {"shape":"InvalidRequestException"},
411
672
  {"shape":"ThrottlingException"},
412
673
  {"shape":"UnauthorizedException"},
413
674
  {"shape":"ServiceUnavailableException"},
414
- {"shape":"InternalFailureException"}
675
+ {"shape":"InternalFailureException"},
676
+ {"shape":"ResourceNotFoundException"}
415
677
  ]
416
678
  },
417
- "DescribeThingType":{
418
- "name":"DescribeThingType",
679
+ "DescribeJob":{
680
+ "name":"DescribeJob",
419
681
  "http":{
420
682
  "method":"GET",
421
- "requestUri":"/thing-types/{thingTypeName}"
683
+ "requestUri":"/jobs/{jobId}"
422
684
  },
423
- "input":{"shape":"DescribeThingTypeRequest"},
424
- "output":{"shape":"DescribeThingTypeResponse"},
685
+ "input":{"shape":"DescribeJobRequest"},
686
+ "output":{"shape":"DescribeJobResponse"},
425
687
  "errors":[
426
- {"shape":"ResourceNotFoundException"},
427
688
  {"shape":"InvalidRequestException"},
689
+ {"shape":"ResourceNotFoundException"},
428
690
  {"shape":"ThrottlingException"},
429
- {"shape":"UnauthorizedException"},
430
- {"shape":"ServiceUnavailableException"},
431
- {"shape":"InternalFailureException"}
691
+ {"shape":"ServiceUnavailableException"}
432
692
  ]
433
693
  },
434
- "DetachPrincipalPolicy":{
435
- "name":"DetachPrincipalPolicy",
694
+ "DescribeJobExecution":{
695
+ "name":"DescribeJobExecution",
436
696
  "http":{
437
- "method":"DELETE",
438
- "requestUri":"/principal-policies/{policyName}"
697
+ "method":"GET",
698
+ "requestUri":"/things/{thingName}/jobs/{jobId}"
439
699
  },
440
- "input":{"shape":"DetachPrincipalPolicyRequest"},
700
+ "input":{"shape":"DescribeJobExecutionRequest"},
701
+ "output":{"shape":"DescribeJobExecutionResponse"},
441
702
  "errors":[
703
+ {"shape":"InvalidRequestException"},
442
704
  {"shape":"ResourceNotFoundException"},
705
+ {"shape":"ThrottlingException"},
706
+ {"shape":"ServiceUnavailableException"}
707
+ ]
708
+ },
709
+ "DescribeRoleAlias":{
710
+ "name":"DescribeRoleAlias",
711
+ "http":{
712
+ "method":"GET",
713
+ "requestUri":"/role-aliases/{roleAlias}"
714
+ },
715
+ "input":{"shape":"DescribeRoleAliasRequest"},
716
+ "output":{"shape":"DescribeRoleAliasResponse"},
717
+ "errors":[
443
718
  {"shape":"InvalidRequestException"},
444
719
  {"shape":"ThrottlingException"},
445
720
  {"shape":"UnauthorizedException"},
446
721
  {"shape":"ServiceUnavailableException"},
447
- {"shape":"InternalFailureException"}
722
+ {"shape":"InternalFailureException"},
723
+ {"shape":"ResourceNotFoundException"}
448
724
  ]
449
725
  },
450
- "DetachThingPrincipal":{
451
- "name":"DetachThingPrincipal",
726
+ "DescribeThing":{
727
+ "name":"DescribeThing",
452
728
  "http":{
453
- "method":"DELETE",
454
- "requestUri":"/things/{thingName}/principals"
729
+ "method":"GET",
730
+ "requestUri":"/things/{thingName}"
455
731
  },
456
- "input":{"shape":"DetachThingPrincipalRequest"},
457
- "output":{"shape":"DetachThingPrincipalResponse"},
732
+ "input":{"shape":"DescribeThingRequest"},
733
+ "output":{"shape":"DescribeThingResponse"},
458
734
  "errors":[
459
735
  {"shape":"ResourceNotFoundException"},
460
736
  {"shape":"InvalidRequestException"},
@@ -464,33 +740,180 @@
464
740
  {"shape":"InternalFailureException"}
465
741
  ]
466
742
  },
467
- "DisableTopicRule":{
468
- "name":"DisableTopicRule",
743
+ "DescribeThingGroup":{
744
+ "name":"DescribeThingGroup",
469
745
  "http":{
470
- "method":"POST",
471
- "requestUri":"/rules/{ruleName}/disable"
746
+ "method":"GET",
747
+ "requestUri":"/thing-groups/{thingGroupName}"
472
748
  },
473
- "input":{"shape":"DisableTopicRuleRequest"},
749
+ "input":{"shape":"DescribeThingGroupRequest"},
750
+ "output":{"shape":"DescribeThingGroupResponse"},
474
751
  "errors":[
475
- {"shape":"InternalException"},
476
752
  {"shape":"InvalidRequestException"},
477
- {"shape":"ServiceUnavailableException"},
478
- {"shape":"UnauthorizedException"}
753
+ {"shape":"ThrottlingException"},
754
+ {"shape":"InternalFailureException"},
755
+ {"shape":"ResourceNotFoundException"}
479
756
  ]
480
757
  },
481
- "EnableTopicRule":{
482
- "name":"EnableTopicRule",
758
+ "DescribeThingRegistrationTask":{
759
+ "name":"DescribeThingRegistrationTask",
483
760
  "http":{
484
- "method":"POST",
485
- "requestUri":"/rules/{ruleName}/enable"
761
+ "method":"GET",
762
+ "requestUri":"/thing-registration-tasks/{taskId}"
486
763
  },
487
- "input":{"shape":"EnableTopicRuleRequest"},
764
+ "input":{"shape":"DescribeThingRegistrationTaskRequest"},
765
+ "output":{"shape":"DescribeThingRegistrationTaskResponse"},
488
766
  "errors":[
489
- {"shape":"InternalException"},
490
767
  {"shape":"InvalidRequestException"},
491
- {"shape":"ServiceUnavailableException"},
492
- {"shape":"UnauthorizedException"}
493
- ]
768
+ {"shape":"ThrottlingException"},
769
+ {"shape":"UnauthorizedException"},
770
+ {"shape":"InternalFailureException"},
771
+ {"shape":"ResourceNotFoundException"}
772
+ ]
773
+ },
774
+ "DescribeThingType":{
775
+ "name":"DescribeThingType",
776
+ "http":{
777
+ "method":"GET",
778
+ "requestUri":"/thing-types/{thingTypeName}"
779
+ },
780
+ "input":{"shape":"DescribeThingTypeRequest"},
781
+ "output":{"shape":"DescribeThingTypeResponse"},
782
+ "errors":[
783
+ {"shape":"ResourceNotFoundException"},
784
+ {"shape":"InvalidRequestException"},
785
+ {"shape":"ThrottlingException"},
786
+ {"shape":"UnauthorizedException"},
787
+ {"shape":"ServiceUnavailableException"},
788
+ {"shape":"InternalFailureException"}
789
+ ]
790
+ },
791
+ "DetachPolicy":{
792
+ "name":"DetachPolicy",
793
+ "http":{
794
+ "method":"POST",
795
+ "requestUri":"/target-policies/{policyName}"
796
+ },
797
+ "input":{"shape":"DetachPolicyRequest"},
798
+ "errors":[
799
+ {"shape":"InvalidRequestException"},
800
+ {"shape":"ThrottlingException"},
801
+ {"shape":"UnauthorizedException"},
802
+ {"shape":"ServiceUnavailableException"},
803
+ {"shape":"InternalFailureException"},
804
+ {"shape":"LimitExceededException"}
805
+ ]
806
+ },
807
+ "DetachPrincipalPolicy":{
808
+ "name":"DetachPrincipalPolicy",
809
+ "http":{
810
+ "method":"DELETE",
811
+ "requestUri":"/principal-policies/{policyName}"
812
+ },
813
+ "input":{"shape":"DetachPrincipalPolicyRequest"},
814
+ "errors":[
815
+ {"shape":"ResourceNotFoundException"},
816
+ {"shape":"InvalidRequestException"},
817
+ {"shape":"ThrottlingException"},
818
+ {"shape":"UnauthorizedException"},
819
+ {"shape":"ServiceUnavailableException"},
820
+ {"shape":"InternalFailureException"}
821
+ ],
822
+ "deprecated":true
823
+ },
824
+ "DetachThingPrincipal":{
825
+ "name":"DetachThingPrincipal",
826
+ "http":{
827
+ "method":"DELETE",
828
+ "requestUri":"/things/{thingName}/principals"
829
+ },
830
+ "input":{"shape":"DetachThingPrincipalRequest"},
831
+ "output":{"shape":"DetachThingPrincipalResponse"},
832
+ "errors":[
833
+ {"shape":"ResourceNotFoundException"},
834
+ {"shape":"InvalidRequestException"},
835
+ {"shape":"ThrottlingException"},
836
+ {"shape":"UnauthorizedException"},
837
+ {"shape":"ServiceUnavailableException"},
838
+ {"shape":"InternalFailureException"}
839
+ ]
840
+ },
841
+ "DisableTopicRule":{
842
+ "name":"DisableTopicRule",
843
+ "http":{
844
+ "method":"POST",
845
+ "requestUri":"/rules/{ruleName}/disable"
846
+ },
847
+ "input":{"shape":"DisableTopicRuleRequest"},
848
+ "errors":[
849
+ {"shape":"InternalException"},
850
+ {"shape":"InvalidRequestException"},
851
+ {"shape":"ServiceUnavailableException"},
852
+ {"shape":"UnauthorizedException"}
853
+ ]
854
+ },
855
+ "EnableTopicRule":{
856
+ "name":"EnableTopicRule",
857
+ "http":{
858
+ "method":"POST",
859
+ "requestUri":"/rules/{ruleName}/enable"
860
+ },
861
+ "input":{"shape":"EnableTopicRuleRequest"},
862
+ "errors":[
863
+ {"shape":"InternalException"},
864
+ {"shape":"InvalidRequestException"},
865
+ {"shape":"ServiceUnavailableException"},
866
+ {"shape":"UnauthorizedException"}
867
+ ]
868
+ },
869
+ "GetEffectivePolicies":{
870
+ "name":"GetEffectivePolicies",
871
+ "http":{
872
+ "method":"POST",
873
+ "requestUri":"/effective-policies"
874
+ },
875
+ "input":{"shape":"GetEffectivePoliciesRequest"},
876
+ "output":{"shape":"GetEffectivePoliciesResponse"},
877
+ "errors":[
878
+ {"shape":"ResourceNotFoundException"},
879
+ {"shape":"InvalidRequestException"},
880
+ {"shape":"ThrottlingException"},
881
+ {"shape":"UnauthorizedException"},
882
+ {"shape":"ServiceUnavailableException"},
883
+ {"shape":"InternalFailureException"},
884
+ {"shape":"LimitExceededException"}
885
+ ]
886
+ },
887
+ "GetIndexingConfiguration":{
888
+ "name":"GetIndexingConfiguration",
889
+ "http":{
890
+ "method":"GET",
891
+ "requestUri":"/indexing/config"
892
+ },
893
+ "input":{"shape":"GetIndexingConfigurationRequest"},
894
+ "output":{"shape":"GetIndexingConfigurationResponse"},
895
+ "errors":[
896
+ {"shape":"InvalidRequestException"},
897
+ {"shape":"ThrottlingException"},
898
+ {"shape":"UnauthorizedException"},
899
+ {"shape":"ServiceUnavailableException"},
900
+ {"shape":"InternalFailureException"}
901
+ ]
902
+ },
903
+ "GetJobDocument":{
904
+ "name":"GetJobDocument",
905
+ "http":{
906
+ "method":"GET",
907
+ "requestUri":"/jobs/{jobId}/job-document"
908
+ },
909
+ "input":{"shape":"GetJobDocumentRequest"},
910
+ "output":{"shape":"GetJobDocumentResponse"},
911
+ "errors":[
912
+ {"shape":"InvalidRequestException"},
913
+ {"shape":"ResourceNotFoundException"},
914
+ {"shape":"ThrottlingException"},
915
+ {"shape":"ServiceUnavailableException"}
916
+ ]
494
917
  },
495
918
  "GetLoggingOptions":{
496
919
  "name":"GetLoggingOptions",
@@ -571,6 +994,54 @@
571
994
  {"shape":"UnauthorizedException"}
572
995
  ]
573
996
  },
997
+ "GetV2LoggingOptions":{
998
+ "name":"GetV2LoggingOptions",
999
+ "http":{
1000
+ "method":"GET",
1001
+ "requestUri":"/v2LoggingOptions"
1002
+ },
1003
+ "input":{"shape":"GetV2LoggingOptionsRequest"},
1004
+ "output":{"shape":"GetV2LoggingOptionsResponse"},
1005
+ "errors":[
1006
+ {"shape":"InternalException"},
1007
+ {"shape":"InvalidRequestException"},
1008
+ {"shape":"ServiceUnavailableException"}
1009
+ ]
1010
+ },
1011
+ "ListAttachedPolicies":{
1012
+ "name":"ListAttachedPolicies",
1013
+ "http":{
1014
+ "method":"POST",
1015
+ "requestUri":"/attached-policies/{target}"
1016
+ },
1017
+ "input":{"shape":"ListAttachedPoliciesRequest"},
1018
+ "output":{"shape":"ListAttachedPoliciesResponse"},
1019
+ "errors":[
1020
+ {"shape":"ResourceNotFoundException"},
1021
+ {"shape":"InvalidRequestException"},
1022
+ {"shape":"ThrottlingException"},
1023
+ {"shape":"UnauthorizedException"},
1024
+ {"shape":"ServiceUnavailableException"},
1025
+ {"shape":"InternalFailureException"},
1026
+ {"shape":"LimitExceededException"}
1027
+ ]
1028
+ },
1029
+ "ListAuthorizers":{
1030
+ "name":"ListAuthorizers",
1031
+ "http":{
1032
+ "method":"GET",
1033
+ "requestUri":"/authorizers/"
1034
+ },
1035
+ "input":{"shape":"ListAuthorizersRequest"},
1036
+ "output":{"shape":"ListAuthorizersResponse"},
1037
+ "errors":[
1038
+ {"shape":"InvalidRequestException"},
1039
+ {"shape":"ThrottlingException"},
1040
+ {"shape":"UnauthorizedException"},
1041
+ {"shape":"ServiceUnavailableException"},
1042
+ {"shape":"InternalFailureException"}
1043
+ ]
1044
+ },
574
1045
  "ListCACertificates":{
575
1046
  "name":"ListCACertificates",
576
1047
  "http":{
@@ -619,6 +1090,67 @@
619
1090
  {"shape":"InternalFailureException"}
620
1091
  ]
621
1092
  },
1093
+ "ListIndices":{
1094
+ "name":"ListIndices",
1095
+ "http":{
1096
+ "method":"GET",
1097
+ "requestUri":"/indices"
1098
+ },
1099
+ "input":{"shape":"ListIndicesRequest"},
1100
+ "output":{"shape":"ListIndicesResponse"},
1101
+ "errors":[
1102
+ {"shape":"InvalidRequestException"},
1103
+ {"shape":"ThrottlingException"},
1104
+ {"shape":"UnauthorizedException"},
1105
+ {"shape":"ServiceUnavailableException"},
1106
+ {"shape":"InternalFailureException"}
1107
+ ]
1108
+ },
1109
+ "ListJobExecutionsForJob":{
1110
+ "name":"ListJobExecutionsForJob",
1111
+ "http":{
1112
+ "method":"GET",
1113
+ "requestUri":"/jobs/{jobId}/things"
1114
+ },
1115
+ "input":{"shape":"ListJobExecutionsForJobRequest"},
1116
+ "output":{"shape":"ListJobExecutionsForJobResponse"},
1117
+ "errors":[
1118
+ {"shape":"InvalidRequestException"},
1119
+ {"shape":"ResourceNotFoundException"},
1120
+ {"shape":"ThrottlingException"},
1121
+ {"shape":"ServiceUnavailableException"}
1122
+ ]
1123
+ },
1124
+ "ListJobExecutionsForThing":{
1125
+ "name":"ListJobExecutionsForThing",
1126
+ "http":{
1127
+ "method":"GET",
1128
+ "requestUri":"/things/{thingName}/jobs"
1129
+ },
1130
+ "input":{"shape":"ListJobExecutionsForThingRequest"},
1131
+ "output":{"shape":"ListJobExecutionsForThingResponse"},
1132
+ "errors":[
1133
+ {"shape":"InvalidRequestException"},
1134
+ {"shape":"ResourceNotFoundException"},
1135
+ {"shape":"ThrottlingException"},
1136
+ {"shape":"ServiceUnavailableException"}
1137
+ ]
1138
+ },
1139
+ "ListJobs":{
1140
+ "name":"ListJobs",
1141
+ "http":{
1142
+ "method":"GET",
1143
+ "requestUri":"/jobs"
1144
+ },
1145
+ "input":{"shape":"ListJobsRequest"},
1146
+ "output":{"shape":"ListJobsResponse"},
1147
+ "errors":[
1148
+ {"shape":"InvalidRequestException"},
1149
+ {"shape":"ResourceNotFoundException"},
1150
+ {"shape":"ThrottlingException"},
1151
+ {"shape":"ServiceUnavailableException"}
1152
+ ]
1153
+ },
622
1154
  "ListOutgoingCertificates":{
623
1155
  "name":"ListOutgoingCertificates",
624
1156
  "http":{
@@ -666,7 +1198,8 @@
666
1198
  {"shape":"UnauthorizedException"},
667
1199
  {"shape":"ServiceUnavailableException"},
668
1200
  {"shape":"InternalFailureException"}
669
- ]
1201
+ ],
1202
+ "deprecated":true
670
1203
  },
671
1204
  "ListPolicyVersions":{
672
1205
  "name":"ListPolicyVersions",
@@ -700,7 +1233,8 @@
700
1233
  {"shape":"UnauthorizedException"},
701
1234
  {"shape":"ServiceUnavailableException"},
702
1235
  {"shape":"InternalFailureException"}
703
- ]
1236
+ ],
1237
+ "deprecated":true
704
1238
  },
705
1239
  "ListPrincipalThings":{
706
1240
  "name":"ListPrincipalThings",
@@ -719,77 +1253,198 @@
719
1253
  {"shape":"ResourceNotFoundException"}
720
1254
  ]
721
1255
  },
722
- "ListThingPrincipals":{
723
- "name":"ListThingPrincipals",
1256
+ "ListRoleAliases":{
1257
+ "name":"ListRoleAliases",
724
1258
  "http":{
725
1259
  "method":"GET",
726
- "requestUri":"/things/{thingName}/principals"
1260
+ "requestUri":"/role-aliases"
727
1261
  },
728
- "input":{"shape":"ListThingPrincipalsRequest"},
729
- "output":{"shape":"ListThingPrincipalsResponse"},
1262
+ "input":{"shape":"ListRoleAliasesRequest"},
1263
+ "output":{"shape":"ListRoleAliasesResponse"},
730
1264
  "errors":[
731
1265
  {"shape":"InvalidRequestException"},
732
1266
  {"shape":"ThrottlingException"},
733
1267
  {"shape":"UnauthorizedException"},
734
1268
  {"shape":"ServiceUnavailableException"},
735
- {"shape":"InternalFailureException"},
736
- {"shape":"ResourceNotFoundException"}
1269
+ {"shape":"InternalFailureException"}
737
1270
  ]
738
1271
  },
739
- "ListThingTypes":{
740
- "name":"ListThingTypes",
1272
+ "ListTargetsForPolicy":{
1273
+ "name":"ListTargetsForPolicy",
741
1274
  "http":{
742
- "method":"GET",
743
- "requestUri":"/thing-types"
1275
+ "method":"POST",
1276
+ "requestUri":"/policy-targets/{policyName}"
744
1277
  },
745
- "input":{"shape":"ListThingTypesRequest"},
746
- "output":{"shape":"ListThingTypesResponse"},
1278
+ "input":{"shape":"ListTargetsForPolicyRequest"},
1279
+ "output":{"shape":"ListTargetsForPolicyResponse"},
747
1280
  "errors":[
1281
+ {"shape":"ResourceNotFoundException"},
748
1282
  {"shape":"InvalidRequestException"},
749
1283
  {"shape":"ThrottlingException"},
750
1284
  {"shape":"UnauthorizedException"},
751
1285
  {"shape":"ServiceUnavailableException"},
752
- {"shape":"InternalFailureException"}
1286
+ {"shape":"InternalFailureException"},
1287
+ {"shape":"LimitExceededException"}
753
1288
  ]
754
1289
  },
755
- "ListThings":{
756
- "name":"ListThings",
1290
+ "ListThingGroups":{
1291
+ "name":"ListThingGroups",
757
1292
  "http":{
758
1293
  "method":"GET",
759
- "requestUri":"/things"
1294
+ "requestUri":"/thing-groups"
760
1295
  },
761
- "input":{"shape":"ListThingsRequest"},
762
- "output":{"shape":"ListThingsResponse"},
1296
+ "input":{"shape":"ListThingGroupsRequest"},
1297
+ "output":{"shape":"ListThingGroupsResponse"},
763
1298
  "errors":[
764
1299
  {"shape":"InvalidRequestException"},
765
- {"shape":"ThrottlingException"},
766
- {"shape":"UnauthorizedException"},
767
- {"shape":"ServiceUnavailableException"},
768
- {"shape":"InternalFailureException"}
1300
+ {"shape":"InternalFailureException"},
1301
+ {"shape":"ResourceNotFoundException"}
769
1302
  ]
770
1303
  },
771
- "ListTopicRules":{
772
- "name":"ListTopicRules",
1304
+ "ListThingGroupsForThing":{
1305
+ "name":"ListThingGroupsForThing",
773
1306
  "http":{
774
1307
  "method":"GET",
775
- "requestUri":"/rules"
1308
+ "requestUri":"/things/{thingName}/thing-groups"
776
1309
  },
777
- "input":{"shape":"ListTopicRulesRequest"},
778
- "output":{"shape":"ListTopicRulesResponse"},
1310
+ "input":{"shape":"ListThingGroupsForThingRequest"},
1311
+ "output":{"shape":"ListThingGroupsForThingResponse"},
779
1312
  "errors":[
780
- {"shape":"InternalException"},
781
1313
  {"shape":"InvalidRequestException"},
782
- {"shape":"ServiceUnavailableException"}
1314
+ {"shape":"InternalFailureException"},
1315
+ {"shape":"ResourceNotFoundException"}
783
1316
  ]
784
1317
  },
785
- "RegisterCACertificate":{
786
- "name":"RegisterCACertificate",
1318
+ "ListThingPrincipals":{
1319
+ "name":"ListThingPrincipals",
787
1320
  "http":{
788
- "method":"POST",
789
- "requestUri":"/cacertificate"
1321
+ "method":"GET",
1322
+ "requestUri":"/things/{thingName}/principals"
790
1323
  },
791
- "input":{"shape":"RegisterCACertificateRequest"},
792
- "output":{"shape":"RegisterCACertificateResponse"},
1324
+ "input":{"shape":"ListThingPrincipalsRequest"},
1325
+ "output":{"shape":"ListThingPrincipalsResponse"},
1326
+ "errors":[
1327
+ {"shape":"InvalidRequestException"},
1328
+ {"shape":"ThrottlingException"},
1329
+ {"shape":"UnauthorizedException"},
1330
+ {"shape":"ServiceUnavailableException"},
1331
+ {"shape":"InternalFailureException"},
1332
+ {"shape":"ResourceNotFoundException"}
1333
+ ]
1334
+ },
1335
+ "ListThingRegistrationTaskReports":{
1336
+ "name":"ListThingRegistrationTaskReports",
1337
+ "http":{
1338
+ "method":"GET",
1339
+ "requestUri":"/thing-registration-tasks/{taskId}/reports"
1340
+ },
1341
+ "input":{"shape":"ListThingRegistrationTaskReportsRequest"},
1342
+ "output":{"shape":"ListThingRegistrationTaskReportsResponse"},
1343
+ "errors":[
1344
+ {"shape":"InvalidRequestException"},
1345
+ {"shape":"ThrottlingException"},
1346
+ {"shape":"UnauthorizedException"},
1347
+ {"shape":"InternalFailureException"}
1348
+ ]
1349
+ },
1350
+ "ListThingRegistrationTasks":{
1351
+ "name":"ListThingRegistrationTasks",
1352
+ "http":{
1353
+ "method":"GET",
1354
+ "requestUri":"/thing-registration-tasks"
1355
+ },
1356
+ "input":{"shape":"ListThingRegistrationTasksRequest"},
1357
+ "output":{"shape":"ListThingRegistrationTasksResponse"},
1358
+ "errors":[
1359
+ {"shape":"InvalidRequestException"},
1360
+ {"shape":"ThrottlingException"},
1361
+ {"shape":"UnauthorizedException"},
1362
+ {"shape":"InternalFailureException"}
1363
+ ]
1364
+ },
1365
+ "ListThingTypes":{
1366
+ "name":"ListThingTypes",
1367
+ "http":{
1368
+ "method":"GET",
1369
+ "requestUri":"/thing-types"
1370
+ },
1371
+ "input":{"shape":"ListThingTypesRequest"},
1372
+ "output":{"shape":"ListThingTypesResponse"},
1373
+ "errors":[
1374
+ {"shape":"InvalidRequestException"},
1375
+ {"shape":"ThrottlingException"},
1376
+ {"shape":"UnauthorizedException"},
1377
+ {"shape":"ServiceUnavailableException"},
1378
+ {"shape":"InternalFailureException"}
1379
+ ]
1380
+ },
1381
+ "ListThings":{
1382
+ "name":"ListThings",
1383
+ "http":{
1384
+ "method":"GET",
1385
+ "requestUri":"/things"
1386
+ },
1387
+ "input":{"shape":"ListThingsRequest"},
1388
+ "output":{"shape":"ListThingsResponse"},
1389
+ "errors":[
1390
+ {"shape":"InvalidRequestException"},
1391
+ {"shape":"ThrottlingException"},
1392
+ {"shape":"UnauthorizedException"},
1393
+ {"shape":"ServiceUnavailableException"},
1394
+ {"shape":"InternalFailureException"}
1395
+ ]
1396
+ },
1397
+ "ListThingsInThingGroup":{
1398
+ "name":"ListThingsInThingGroup",
1399
+ "http":{
1400
+ "method":"GET",
1401
+ "requestUri":"/thing-groups/{thingGroupName}/things"
1402
+ },
1403
+ "input":{"shape":"ListThingsInThingGroupRequest"},
1404
+ "output":{"shape":"ListThingsInThingGroupResponse"},
1405
+ "errors":[
1406
+ {"shape":"InvalidRequestException"},
1407
+ {"shape":"InternalFailureException"},
1408
+ {"shape":"ResourceNotFoundException"}
1409
+ ]
1410
+ },
1411
+ "ListTopicRules":{
1412
+ "name":"ListTopicRules",
1413
+ "http":{
1414
+ "method":"GET",
1415
+ "requestUri":"/rules"
1416
+ },
1417
+ "input":{"shape":"ListTopicRulesRequest"},
1418
+ "output":{"shape":"ListTopicRulesResponse"},
1419
+ "errors":[
1420
+ {"shape":"InternalException"},
1421
+ {"shape":"InvalidRequestException"},
1422
+ {"shape":"ServiceUnavailableException"}
1423
+ ]
1424
+ },
1425
+ "ListV2LoggingLevels":{
1426
+ "name":"ListV2LoggingLevels",
1427
+ "http":{
1428
+ "method":"GET",
1429
+ "requestUri":"/v2LoggingLevel"
1430
+ },
1431
+ "input":{"shape":"ListV2LoggingLevelsRequest"},
1432
+ "output":{"shape":"ListV2LoggingLevelsResponse"},
1433
+ "errors":[
1434
+ {"shape":"InternalException"},
1435
+ {"shape":"NotConfiguredException"},
1436
+ {"shape":"InvalidRequestException"},
1437
+ {"shape":"ServiceUnavailableException"}
1438
+ ]
1439
+ },
1440
+ "RegisterCACertificate":{
1441
+ "name":"RegisterCACertificate",
1442
+ "http":{
1443
+ "method":"POST",
1444
+ "requestUri":"/cacertificate"
1445
+ },
1446
+ "input":{"shape":"RegisterCACertificateRequest"},
1447
+ "output":{"shape":"RegisterCACertificateResponse"},
793
1448
  "errors":[
794
1449
  {"shape":"ResourceAlreadyExistsException"},
795
1450
  {"shape":"RegistrationCodeValidationException"},
@@ -822,6 +1477,24 @@
822
1477
  {"shape":"InternalFailureException"}
823
1478
  ]
824
1479
  },
1480
+ "RegisterThing":{
1481
+ "name":"RegisterThing",
1482
+ "http":{
1483
+ "method":"POST",
1484
+ "requestUri":"/things"
1485
+ },
1486
+ "input":{"shape":"RegisterThingRequest"},
1487
+ "output":{"shape":"RegisterThingResponse"},
1488
+ "errors":[
1489
+ {"shape":"InternalFailureException"},
1490
+ {"shape":"ServiceUnavailableException"},
1491
+ {"shape":"InvalidRequestException"},
1492
+ {"shape":"UnauthorizedException"},
1493
+ {"shape":"ThrottlingException"},
1494
+ {"shape":"ConflictingResourceUpdateException"},
1495
+ {"shape":"ResourceRegistrationFailureException"}
1496
+ ]
1497
+ },
825
1498
  "RejectCertificateTransfer":{
826
1499
  "name":"RejectCertificateTransfer",
827
1500
  "http":{
@@ -839,6 +1512,21 @@
839
1512
  {"shape":"InternalFailureException"}
840
1513
  ]
841
1514
  },
1515
+ "RemoveThingFromThingGroup":{
1516
+ "name":"RemoveThingFromThingGroup",
1517
+ "http":{
1518
+ "method":"PUT",
1519
+ "requestUri":"/thing-groups/removeThingFromThingGroup"
1520
+ },
1521
+ "input":{"shape":"RemoveThingFromThingGroupRequest"},
1522
+ "output":{"shape":"RemoveThingFromThingGroupResponse"},
1523
+ "errors":[
1524
+ {"shape":"InvalidRequestException"},
1525
+ {"shape":"ThrottlingException"},
1526
+ {"shape":"InternalFailureException"},
1527
+ {"shape":"ResourceNotFoundException"}
1528
+ ]
1529
+ },
842
1530
  "ReplaceTopicRule":{
843
1531
  "name":"ReplaceTopicRule",
844
1532
  "http":{
@@ -854,6 +1542,42 @@
854
1542
  {"shape":"UnauthorizedException"}
855
1543
  ]
856
1544
  },
1545
+ "SearchIndex":{
1546
+ "name":"SearchIndex",
1547
+ "http":{
1548
+ "method":"POST",
1549
+ "requestUri":"/indices/search"
1550
+ },
1551
+ "input":{"shape":"SearchIndexRequest"},
1552
+ "output":{"shape":"SearchIndexResponse"},
1553
+ "errors":[
1554
+ {"shape":"InvalidRequestException"},
1555
+ {"shape":"ThrottlingException"},
1556
+ {"shape":"UnauthorizedException"},
1557
+ {"shape":"ServiceUnavailableException"},
1558
+ {"shape":"InternalFailureException"},
1559
+ {"shape":"ResourceNotFoundException"},
1560
+ {"shape":"InvalidQueryException"},
1561
+ {"shape":"IndexNotReadyException"}
1562
+ ]
1563
+ },
1564
+ "SetDefaultAuthorizer":{
1565
+ "name":"SetDefaultAuthorizer",
1566
+ "http":{
1567
+ "method":"POST",
1568
+ "requestUri":"/default-authorizer"
1569
+ },
1570
+ "input":{"shape":"SetDefaultAuthorizerRequest"},
1571
+ "output":{"shape":"SetDefaultAuthorizerResponse"},
1572
+ "errors":[
1573
+ {"shape":"ResourceNotFoundException"},
1574
+ {"shape":"InvalidRequestException"},
1575
+ {"shape":"ThrottlingException"},
1576
+ {"shape":"UnauthorizedException"},
1577
+ {"shape":"ServiceUnavailableException"},
1578
+ {"shape":"InternalFailureException"}
1579
+ ]
1580
+ },
857
1581
  "SetDefaultPolicyVersion":{
858
1582
  "name":"SetDefaultPolicyVersion",
859
1583
  "http":{
@@ -883,6 +1607,100 @@
883
1607
  {"shape":"ServiceUnavailableException"}
884
1608
  ]
885
1609
  },
1610
+ "SetV2LoggingLevel":{
1611
+ "name":"SetV2LoggingLevel",
1612
+ "http":{
1613
+ "method":"POST",
1614
+ "requestUri":"/v2LoggingLevel"
1615
+ },
1616
+ "input":{"shape":"SetV2LoggingLevelRequest"},
1617
+ "errors":[
1618
+ {"shape":"InternalException"},
1619
+ {"shape":"NotConfiguredException"},
1620
+ {"shape":"InvalidRequestException"},
1621
+ {"shape":"ServiceUnavailableException"}
1622
+ ]
1623
+ },
1624
+ "SetV2LoggingOptions":{
1625
+ "name":"SetV2LoggingOptions",
1626
+ "http":{
1627
+ "method":"POST",
1628
+ "requestUri":"/v2LoggingOptions"
1629
+ },
1630
+ "input":{"shape":"SetV2LoggingOptionsRequest"},
1631
+ "errors":[
1632
+ {"shape":"InternalException"},
1633
+ {"shape":"InvalidRequestException"},
1634
+ {"shape":"ServiceUnavailableException"}
1635
+ ]
1636
+ },
1637
+ "StartThingRegistrationTask":{
1638
+ "name":"StartThingRegistrationTask",
1639
+ "http":{
1640
+ "method":"POST",
1641
+ "requestUri":"/thing-registration-tasks"
1642
+ },
1643
+ "input":{"shape":"StartThingRegistrationTaskRequest"},
1644
+ "output":{"shape":"StartThingRegistrationTaskResponse"},
1645
+ "errors":[
1646
+ {"shape":"InvalidRequestException"},
1647
+ {"shape":"ThrottlingException"},
1648
+ {"shape":"UnauthorizedException"},
1649
+ {"shape":"InternalFailureException"}
1650
+ ]
1651
+ },
1652
+ "StopThingRegistrationTask":{
1653
+ "name":"StopThingRegistrationTask",
1654
+ "http":{
1655
+ "method":"PUT",
1656
+ "requestUri":"/thing-registration-tasks/{taskId}/cancel"
1657
+ },
1658
+ "input":{"shape":"StopThingRegistrationTaskRequest"},
1659
+ "output":{"shape":"StopThingRegistrationTaskResponse"},
1660
+ "errors":[
1661
+ {"shape":"InvalidRequestException"},
1662
+ {"shape":"ThrottlingException"},
1663
+ {"shape":"UnauthorizedException"},
1664
+ {"shape":"InternalFailureException"},
1665
+ {"shape":"ResourceNotFoundException"}
1666
+ ]
1667
+ },
1668
+ "TestAuthorization":{
1669
+ "name":"TestAuthorization",
1670
+ "http":{
1671
+ "method":"POST",
1672
+ "requestUri":"/test-authorization"
1673
+ },
1674
+ "input":{"shape":"TestAuthorizationRequest"},
1675
+ "output":{"shape":"TestAuthorizationResponse"},
1676
+ "errors":[
1677
+ {"shape":"ResourceNotFoundException"},
1678
+ {"shape":"InvalidRequestException"},
1679
+ {"shape":"ThrottlingException"},
1680
+ {"shape":"UnauthorizedException"},
1681
+ {"shape":"ServiceUnavailableException"},
1682
+ {"shape":"InternalFailureException"},
1683
+ {"shape":"LimitExceededException"}
1684
+ ]
1685
+ },
1686
+ "TestInvokeAuthorizer":{
1687
+ "name":"TestInvokeAuthorizer",
1688
+ "http":{
1689
+ "method":"POST",
1690
+ "requestUri":"/authorizer/{authorizerName}/test"
1691
+ },
1692
+ "input":{"shape":"TestInvokeAuthorizerRequest"},
1693
+ "output":{"shape":"TestInvokeAuthorizerResponse"},
1694
+ "errors":[
1695
+ {"shape":"ResourceNotFoundException"},
1696
+ {"shape":"InvalidRequestException"},
1697
+ {"shape":"ThrottlingException"},
1698
+ {"shape":"UnauthorizedException"},
1699
+ {"shape":"ServiceUnavailableException"},
1700
+ {"shape":"InternalFailureException"},
1701
+ {"shape":"InvalidResponseException"}
1702
+ ]
1703
+ },
886
1704
  "TransferCertificate":{
887
1705
  "name":"TransferCertificate",
888
1706
  "http":{
@@ -902,6 +1720,24 @@
902
1720
  {"shape":"InternalFailureException"}
903
1721
  ]
904
1722
  },
1723
+ "UpdateAuthorizer":{
1724
+ "name":"UpdateAuthorizer",
1725
+ "http":{
1726
+ "method":"PUT",
1727
+ "requestUri":"/authorizer/{authorizerName}"
1728
+ },
1729
+ "input":{"shape":"UpdateAuthorizerRequest"},
1730
+ "output":{"shape":"UpdateAuthorizerResponse"},
1731
+ "errors":[
1732
+ {"shape":"ResourceNotFoundException"},
1733
+ {"shape":"InvalidRequestException"},
1734
+ {"shape":"LimitExceededException"},
1735
+ {"shape":"ThrottlingException"},
1736
+ {"shape":"UnauthorizedException"},
1737
+ {"shape":"ServiceUnavailableException"},
1738
+ {"shape":"InternalFailureException"}
1739
+ ]
1740
+ },
905
1741
  "UpdateCACertificate":{
906
1742
  "name":"UpdateCACertificate",
907
1743
  "http":{
@@ -935,35 +1771,113 @@
935
1771
  {"shape":"InternalFailureException"}
936
1772
  ]
937
1773
  },
938
- "UpdateThing":{
939
- "name":"UpdateThing",
1774
+ "UpdateEventConfigurations":{
1775
+ "name":"UpdateEventConfigurations",
940
1776
  "http":{
941
1777
  "method":"PATCH",
942
- "requestUri":"/things/{thingName}"
1778
+ "requestUri":"/event-configurations"
943
1779
  },
944
- "input":{"shape":"UpdateThingRequest"},
945
- "output":{"shape":"UpdateThingResponse"},
1780
+ "input":{"shape":"UpdateEventConfigurationsRequest"},
1781
+ "output":{"shape":"UpdateEventConfigurationsResponse"},
1782
+ "errors":[
1783
+ {"shape":"InvalidRequestException"},
1784
+ {"shape":"InternalFailureException"},
1785
+ {"shape":"ThrottlingException"}
1786
+ ]
1787
+ },
1788
+ "UpdateIndexingConfiguration":{
1789
+ "name":"UpdateIndexingConfiguration",
1790
+ "http":{
1791
+ "method":"POST",
1792
+ "requestUri":"/indexing/config"
1793
+ },
1794
+ "input":{"shape":"UpdateIndexingConfigurationRequest"},
1795
+ "output":{"shape":"UpdateIndexingConfigurationResponse"},
946
1796
  "errors":[
947
1797
  {"shape":"InvalidRequestException"},
948
- {"shape":"VersionConflictException"},
949
1798
  {"shape":"ThrottlingException"},
950
1799
  {"shape":"UnauthorizedException"},
951
1800
  {"shape":"ServiceUnavailableException"},
952
- {"shape":"InternalFailureException"},
953
- {"shape":"ResourceNotFoundException"}
1801
+ {"shape":"InternalFailureException"}
954
1802
  ]
955
- }
956
- },
957
- "shapes":{
958
- "AcceptCertificateTransferRequest":{
959
- "type":"structure",
960
- "required":["certificateId"],
961
- "members":{
962
- "certificateId":{
963
- "shape":"CertificateId",
964
- "location":"uri",
965
- "locationName":"certificateId"
966
- },
1803
+ },
1804
+ "UpdateRoleAlias":{
1805
+ "name":"UpdateRoleAlias",
1806
+ "http":{
1807
+ "method":"PUT",
1808
+ "requestUri":"/role-aliases/{roleAlias}"
1809
+ },
1810
+ "input":{"shape":"UpdateRoleAliasRequest"},
1811
+ "output":{"shape":"UpdateRoleAliasResponse"},
1812
+ "errors":[
1813
+ {"shape":"ResourceNotFoundException"},
1814
+ {"shape":"InvalidRequestException"},
1815
+ {"shape":"ThrottlingException"},
1816
+ {"shape":"UnauthorizedException"},
1817
+ {"shape":"ServiceUnavailableException"},
1818
+ {"shape":"InternalFailureException"}
1819
+ ]
1820
+ },
1821
+ "UpdateThing":{
1822
+ "name":"UpdateThing",
1823
+ "http":{
1824
+ "method":"PATCH",
1825
+ "requestUri":"/things/{thingName}"
1826
+ },
1827
+ "input":{"shape":"UpdateThingRequest"},
1828
+ "output":{"shape":"UpdateThingResponse"},
1829
+ "errors":[
1830
+ {"shape":"InvalidRequestException"},
1831
+ {"shape":"VersionConflictException"},
1832
+ {"shape":"ThrottlingException"},
1833
+ {"shape":"UnauthorizedException"},
1834
+ {"shape":"ServiceUnavailableException"},
1835
+ {"shape":"InternalFailureException"},
1836
+ {"shape":"ResourceNotFoundException"}
1837
+ ]
1838
+ },
1839
+ "UpdateThingGroup":{
1840
+ "name":"UpdateThingGroup",
1841
+ "http":{
1842
+ "method":"PATCH",
1843
+ "requestUri":"/thing-groups/{thingGroupName}"
1844
+ },
1845
+ "input":{"shape":"UpdateThingGroupRequest"},
1846
+ "output":{"shape":"UpdateThingGroupResponse"},
1847
+ "errors":[
1848
+ {"shape":"InvalidRequestException"},
1849
+ {"shape":"VersionConflictException"},
1850
+ {"shape":"ThrottlingException"},
1851
+ {"shape":"InternalFailureException"},
1852
+ {"shape":"ResourceNotFoundException"}
1853
+ ]
1854
+ },
1855
+ "UpdateThingGroupsForThing":{
1856
+ "name":"UpdateThingGroupsForThing",
1857
+ "http":{
1858
+ "method":"PUT",
1859
+ "requestUri":"/thing-groups/updateThingGroupsForThing"
1860
+ },
1861
+ "input":{"shape":"UpdateThingGroupsForThingRequest"},
1862
+ "output":{"shape":"UpdateThingGroupsForThingResponse"},
1863
+ "errors":[
1864
+ {"shape":"InvalidRequestException"},
1865
+ {"shape":"ThrottlingException"},
1866
+ {"shape":"InternalFailureException"},
1867
+ {"shape":"ResourceNotFoundException"}
1868
+ ]
1869
+ }
1870
+ },
1871
+ "shapes":{
1872
+ "AcceptCertificateTransferRequest":{
1873
+ "type":"structure",
1874
+ "required":["certificateId"],
1875
+ "members":{
1876
+ "certificateId":{
1877
+ "shape":"CertificateId",
1878
+ "location":"uri",
1879
+ "locationName":"certificateId"
1880
+ },
967
1881
  "setAsActive":{
968
1882
  "shape":"SetAsActive",
969
1883
  "location":"querystring",
@@ -995,9 +1909,77 @@
995
1909
  "max":10,
996
1910
  "min":0
997
1911
  },
1912
+ "ActionType":{
1913
+ "type":"string",
1914
+ "enum":[
1915
+ "PUBLISH",
1916
+ "SUBSCRIBE",
1917
+ "RECEIVE",
1918
+ "CONNECT"
1919
+ ]
1920
+ },
1921
+ "AddThingToThingGroupRequest":{
1922
+ "type":"structure",
1923
+ "members":{
1924
+ "thingGroupName":{"shape":"ThingGroupName"},
1925
+ "thingGroupArn":{"shape":"ThingGroupArn"},
1926
+ "thingName":{"shape":"ThingName"},
1927
+ "thingArn":{"shape":"ThingArn"}
1928
+ }
1929
+ },
1930
+ "AddThingToThingGroupResponse":{
1931
+ "type":"structure",
1932
+ "members":{
1933
+ }
1934
+ },
998
1935
  "AlarmName":{"type":"string"},
999
1936
  "AllowAutoRegistration":{"type":"boolean"},
1937
+ "Allowed":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ "policies":{"shape":"Policies"}
1941
+ }
1942
+ },
1000
1943
  "AscendingOrder":{"type":"boolean"},
1944
+ "AssociateTargetsWithJobRequest":{
1945
+ "type":"structure",
1946
+ "required":[
1947
+ "targets",
1948
+ "jobId"
1949
+ ],
1950
+ "members":{
1951
+ "targets":{"shape":"JobTargets"},
1952
+ "jobId":{
1953
+ "shape":"JobId",
1954
+ "location":"uri",
1955
+ "locationName":"jobId"
1956
+ },
1957
+ "comment":{"shape":"Comment"}
1958
+ }
1959
+ },
1960
+ "AssociateTargetsWithJobResponse":{
1961
+ "type":"structure",
1962
+ "members":{
1963
+ "jobArn":{"shape":"JobArn"},
1964
+ "jobId":{"shape":"JobId"},
1965
+ "description":{"shape":"JobDescription"}
1966
+ }
1967
+ },
1968
+ "AttachPolicyRequest":{
1969
+ "type":"structure",
1970
+ "required":[
1971
+ "policyName",
1972
+ "target"
1973
+ ],
1974
+ "members":{
1975
+ "policyName":{
1976
+ "shape":"PolicyName",
1977
+ "location":"uri",
1978
+ "locationName":"policyName"
1979
+ },
1980
+ "target":{"shape":"PolicyTarget"}
1981
+ }
1982
+ },
1001
1983
  "AttachPrincipalPolicyRequest":{
1002
1984
  "type":"structure",
1003
1985
  "required":[
@@ -1063,6 +2045,80 @@
1063
2045
  "key":{"shape":"AttributeName"},
1064
2046
  "value":{"shape":"AttributeValue"}
1065
2047
  },
2048
+ "AuthDecision":{
2049
+ "type":"string",
2050
+ "enum":[
2051
+ "ALLOWED",
2052
+ "EXPLICIT_DENY",
2053
+ "IMPLICIT_DENY"
2054
+ ]
2055
+ },
2056
+ "AuthInfo":{
2057
+ "type":"structure",
2058
+ "members":{
2059
+ "actionType":{"shape":"ActionType"},
2060
+ "resources":{"shape":"Resources"}
2061
+ }
2062
+ },
2063
+ "AuthInfos":{
2064
+ "type":"list",
2065
+ "member":{"shape":"AuthInfo"},
2066
+ "max":10,
2067
+ "min":1
2068
+ },
2069
+ "AuthResult":{
2070
+ "type":"structure",
2071
+ "members":{
2072
+ "authInfo":{"shape":"AuthInfo"},
2073
+ "allowed":{"shape":"Allowed"},
2074
+ "denied":{"shape":"Denied"},
2075
+ "authDecision":{"shape":"AuthDecision"},
2076
+ "missingContextValues":{"shape":"MissingContextValues"}
2077
+ }
2078
+ },
2079
+ "AuthResults":{
2080
+ "type":"list",
2081
+ "member":{"shape":"AuthResult"}
2082
+ },
2083
+ "AuthorizerArn":{"type":"string"},
2084
+ "AuthorizerDescription":{
2085
+ "type":"structure",
2086
+ "members":{
2087
+ "authorizerName":{"shape":"AuthorizerName"},
2088
+ "authorizerArn":{"shape":"AuthorizerArn"},
2089
+ "authorizerFunctionArn":{"shape":"AuthorizerFunctionArn"},
2090
+ "tokenKeyName":{"shape":"TokenKeyName"},
2091
+ "tokenSigningPublicKeys":{"shape":"PublicKeyMap"},
2092
+ "status":{"shape":"AuthorizerStatus"},
2093
+ "creationDate":{"shape":"DateType"},
2094
+ "lastModifiedDate":{"shape":"DateType"}
2095
+ }
2096
+ },
2097
+ "AuthorizerFunctionArn":{"type":"string"},
2098
+ "AuthorizerName":{
2099
+ "type":"string",
2100
+ "max":128,
2101
+ "min":1,
2102
+ "pattern":"[\\w=,@-]+"
2103
+ },
2104
+ "AuthorizerStatus":{
2105
+ "type":"string",
2106
+ "enum":[
2107
+ "ACTIVE",
2108
+ "INACTIVE"
2109
+ ]
2110
+ },
2111
+ "AuthorizerSummary":{
2112
+ "type":"structure",
2113
+ "members":{
2114
+ "authorizerName":{"shape":"AuthorizerName"},
2115
+ "authorizerArn":{"shape":"AuthorizerArn"}
2116
+ }
2117
+ },
2118
+ "Authorizers":{
2119
+ "type":"list",
2120
+ "member":{"shape":"AuthorizerSummary"}
2121
+ },
1066
2122
  "AutoRegistrationStatus":{
1067
2123
  "type":"string",
1068
2124
  "enum":[
@@ -1121,6 +2177,27 @@
1121
2177
  }
1122
2178
  }
1123
2179
  },
2180
+ "CancelJobRequest":{
2181
+ "type":"structure",
2182
+ "required":["jobId"],
2183
+ "members":{
2184
+ "jobId":{
2185
+ "shape":"JobId",
2186
+ "location":"uri",
2187
+ "locationName":"jobId"
2188
+ },
2189
+ "comment":{"shape":"Comment"}
2190
+ }
2191
+ },
2192
+ "CancelJobResponse":{
2193
+ "type":"structure",
2194
+ "members":{
2195
+ "jobArn":{"shape":"JobArn"},
2196
+ "jobId":{"shape":"JobId"},
2197
+ "description":{"shape":"JobDescription"}
2198
+ }
2199
+ },
2200
+ "CanceledThings":{"type":"integer"},
1124
2201
  "CannedAccessControlList":{
1125
2202
  "type":"string",
1126
2203
  "enum":[
@@ -1213,6 +2290,16 @@
1213
2290
  "type":"list",
1214
2291
  "member":{"shape":"Certificate"}
1215
2292
  },
2293
+ "ClearDefaultAuthorizerRequest":{
2294
+ "type":"structure",
2295
+ "members":{
2296
+ }
2297
+ },
2298
+ "ClearDefaultAuthorizerResponse":{
2299
+ "type":"structure",
2300
+ "members":{
2301
+ }
2302
+ },
1216
2303
  "ClientId":{"type":"string"},
1217
2304
  "CloudwatchAlarmAction":{
1218
2305
  "type":"structure",
@@ -1247,6 +2334,54 @@
1247
2334
  "metricTimestamp":{"shape":"MetricTimestamp"}
1248
2335
  }
1249
2336
  },
2337
+ "CognitoIdentityPoolId":{"type":"string"},
2338
+ "Comment":{
2339
+ "type":"string",
2340
+ "max":2028,
2341
+ "pattern":"[^\\p{C}]+"
2342
+ },
2343
+ "Configuration":{
2344
+ "type":"structure",
2345
+ "members":{
2346
+ "Enabled":{"shape":"Enabled"}
2347
+ }
2348
+ },
2349
+ "ConflictingResourceUpdateException":{
2350
+ "type":"structure",
2351
+ "members":{
2352
+ "message":{"shape":"errorMessage"}
2353
+ },
2354
+ "error":{"httpStatusCode":409},
2355
+ "exception":true
2356
+ },
2357
+ "Count":{"type":"integer"},
2358
+ "CreateAuthorizerRequest":{
2359
+ "type":"structure",
2360
+ "required":[
2361
+ "authorizerName",
2362
+ "authorizerFunctionArn",
2363
+ "tokenKeyName",
2364
+ "tokenSigningPublicKeys"
2365
+ ],
2366
+ "members":{
2367
+ "authorizerName":{
2368
+ "shape":"AuthorizerName",
2369
+ "location":"uri",
2370
+ "locationName":"authorizerName"
2371
+ },
2372
+ "authorizerFunctionArn":{"shape":"AuthorizerFunctionArn"},
2373
+ "tokenKeyName":{"shape":"TokenKeyName"},
2374
+ "tokenSigningPublicKeys":{"shape":"PublicKeyMap"},
2375
+ "status":{"shape":"AuthorizerStatus"}
2376
+ }
2377
+ },
2378
+ "CreateAuthorizerResponse":{
2379
+ "type":"structure",
2380
+ "members":{
2381
+ "authorizerName":{"shape":"AuthorizerName"},
2382
+ "authorizerArn":{"shape":"AuthorizerArn"}
2383
+ }
2384
+ },
1250
2385
  "CreateCertificateFromCsrRequest":{
1251
2386
  "type":"structure",
1252
2387
  "required":["certificateSigningRequest"],
@@ -1267,6 +2402,36 @@
1267
2402
  "certificatePem":{"shape":"CertificatePem"}
1268
2403
  }
1269
2404
  },
2405
+ "CreateJobRequest":{
2406
+ "type":"structure",
2407
+ "required":[
2408
+ "jobId",
2409
+ "targets"
2410
+ ],
2411
+ "members":{
2412
+ "jobId":{
2413
+ "shape":"JobId",
2414
+ "location":"uri",
2415
+ "locationName":"jobId"
2416
+ },
2417
+ "targets":{"shape":"JobTargets"},
2418
+ "documentSource":{"shape":"JobDocumentSource"},
2419
+ "document":{"shape":"JobDocument"},
2420
+ "description":{"shape":"JobDescription"},
2421
+ "presignedUrlConfig":{"shape":"PresignedUrlConfig"},
2422
+ "targetSelection":{"shape":"TargetSelection"},
2423
+ "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
2424
+ "documentParameters":{"shape":"JobDocumentParameters"}
2425
+ }
2426
+ },
2427
+ "CreateJobResponse":{
2428
+ "type":"structure",
2429
+ "members":{
2430
+ "jobArn":{"shape":"JobArn"},
2431
+ "jobId":{"shape":"JobId"},
2432
+ "description":{"shape":"JobDescription"}
2433
+ }
2434
+ },
1270
2435
  "CreateKeysAndCertificateRequest":{
1271
2436
  "type":"structure",
1272
2437
  "members":{
@@ -1339,6 +2504,50 @@
1339
2504
  "isDefaultVersion":{"shape":"IsDefaultVersion"}
1340
2505
  }
1341
2506
  },
2507
+ "CreateRoleAliasRequest":{
2508
+ "type":"structure",
2509
+ "required":[
2510
+ "roleAlias",
2511
+ "roleArn"
2512
+ ],
2513
+ "members":{
2514
+ "roleAlias":{
2515
+ "shape":"RoleAlias",
2516
+ "location":"uri",
2517
+ "locationName":"roleAlias"
2518
+ },
2519
+ "roleArn":{"shape":"RoleArn"},
2520
+ "credentialDurationSeconds":{"shape":"CredentialDurationSeconds"}
2521
+ }
2522
+ },
2523
+ "CreateRoleAliasResponse":{
2524
+ "type":"structure",
2525
+ "members":{
2526
+ "roleAlias":{"shape":"RoleAlias"},
2527
+ "roleAliasArn":{"shape":"RoleAliasArn"}
2528
+ }
2529
+ },
2530
+ "CreateThingGroupRequest":{
2531
+ "type":"structure",
2532
+ "required":["thingGroupName"],
2533
+ "members":{
2534
+ "thingGroupName":{
2535
+ "shape":"ThingGroupName",
2536
+ "location":"uri",
2537
+ "locationName":"thingGroupName"
2538
+ },
2539
+ "parentGroupName":{"shape":"ThingGroupName"},
2540
+ "thingGroupProperties":{"shape":"ThingGroupProperties"}
2541
+ }
2542
+ },
2543
+ "CreateThingGroupResponse":{
2544
+ "type":"structure",
2545
+ "members":{
2546
+ "thingGroupName":{"shape":"ThingGroupName"},
2547
+ "thingGroupArn":{"shape":"ThingGroupArn"},
2548
+ "thingGroupId":{"shape":"ThingGroupId"}
2549
+ }
2550
+ },
1342
2551
  "CreateThingRequest":{
1343
2552
  "type":"structure",
1344
2553
  "required":["thingName"],
@@ -1356,7 +2565,8 @@
1356
2565
  "type":"structure",
1357
2566
  "members":{
1358
2567
  "thingName":{"shape":"ThingName"},
1359
- "thingArn":{"shape":"ThingArn"}
2568
+ "thingArn":{"shape":"ThingArn"},
2569
+ "thingId":{"shape":"ThingId"}
1360
2570
  }
1361
2571
  },
1362
2572
  "CreateThingTypeRequest":{
@@ -1375,7 +2585,8 @@
1375
2585
  "type":"structure",
1376
2586
  "members":{
1377
2587
  "thingTypeName":{"shape":"ThingTypeName"},
1378
- "thingTypeArn":{"shape":"ThingTypeArn"}
2588
+ "thingTypeArn":{"shape":"ThingTypeArn"},
2589
+ "thingTypeId":{"shape":"ThingTypeId"}
1379
2590
  }
1380
2591
  },
1381
2592
  "CreateTopicRuleRequest":{
@@ -1396,7 +2607,28 @@
1396
2607
  },
1397
2608
  "CreatedAtDate":{"type":"timestamp"},
1398
2609
  "CreationDate":{"type":"timestamp"},
2610
+ "CredentialDurationSeconds":{
2611
+ "type":"integer",
2612
+ "max":3600,
2613
+ "min":900
2614
+ },
1399
2615
  "DateType":{"type":"timestamp"},
2616
+ "DeleteAuthorizerRequest":{
2617
+ "type":"structure",
2618
+ "required":["authorizerName"],
2619
+ "members":{
2620
+ "authorizerName":{
2621
+ "shape":"AuthorizerName",
2622
+ "location":"uri",
2623
+ "locationName":"authorizerName"
2624
+ }
2625
+ }
2626
+ },
2627
+ "DeleteAuthorizerResponse":{
2628
+ "type":"structure",
2629
+ "members":{
2630
+ }
2631
+ },
1400
2632
  "DeleteCACertificateRequest":{
1401
2633
  "type":"structure",
1402
2634
  "required":["certificateId"],
@@ -1421,6 +2653,11 @@
1421
2653
  "shape":"CertificateId",
1422
2654
  "location":"uri",
1423
2655
  "locationName":"certificateId"
2656
+ },
2657
+ "forceDelete":{
2658
+ "shape":"ForceDelete",
2659
+ "location":"querystring",
2660
+ "locationName":"forceDelete"
1424
2661
  }
1425
2662
  }
1426
2663
  },
@@ -1472,14 +2709,30 @@
1472
2709
  "members":{
1473
2710
  }
1474
2711
  },
1475
- "DeleteThingRequest":{
2712
+ "DeleteRoleAliasRequest":{
1476
2713
  "type":"structure",
1477
- "required":["thingName"],
2714
+ "required":["roleAlias"],
1478
2715
  "members":{
1479
- "thingName":{
1480
- "shape":"ThingName",
2716
+ "roleAlias":{
2717
+ "shape":"RoleAlias",
1481
2718
  "location":"uri",
1482
- "locationName":"thingName"
2719
+ "locationName":"roleAlias"
2720
+ }
2721
+ }
2722
+ },
2723
+ "DeleteRoleAliasResponse":{
2724
+ "type":"structure",
2725
+ "members":{
2726
+ }
2727
+ },
2728
+ "DeleteThingGroupRequest":{
2729
+ "type":"structure",
2730
+ "required":["thingGroupName"],
2731
+ "members":{
2732
+ "thingGroupName":{
2733
+ "shape":"ThingGroupName",
2734
+ "location":"uri",
2735
+ "locationName":"thingGroupName"
1483
2736
  },
1484
2737
  "expectedVersion":{
1485
2738
  "shape":"OptionalVersion",
@@ -1488,12 +2741,33 @@
1488
2741
  }
1489
2742
  }
1490
2743
  },
1491
- "DeleteThingResponse":{
2744
+ "DeleteThingGroupResponse":{
1492
2745
  "type":"structure",
1493
2746
  "members":{
1494
2747
  }
1495
2748
  },
1496
- "DeleteThingTypeRequest":{
2749
+ "DeleteThingRequest":{
2750
+ "type":"structure",
2751
+ "required":["thingName"],
2752
+ "members":{
2753
+ "thingName":{
2754
+ "shape":"ThingName",
2755
+ "location":"uri",
2756
+ "locationName":"thingName"
2757
+ },
2758
+ "expectedVersion":{
2759
+ "shape":"OptionalVersion",
2760
+ "location":"querystring",
2761
+ "locationName":"expectedVersion"
2762
+ }
2763
+ }
2764
+ },
2765
+ "DeleteThingResponse":{
2766
+ "type":"structure",
2767
+ "members":{
2768
+ }
2769
+ },
2770
+ "DeleteThingTypeRequest":{
1497
2771
  "type":"structure",
1498
2772
  "required":["thingTypeName"],
1499
2773
  "members":{
@@ -1520,7 +2794,33 @@
1520
2794
  }
1521
2795
  }
1522
2796
  },
2797
+ "DeleteV2LoggingLevelRequest":{
2798
+ "type":"structure",
2799
+ "required":[
2800
+ "targetType",
2801
+ "targetName"
2802
+ ],
2803
+ "members":{
2804
+ "targetType":{
2805
+ "shape":"LogTargetType",
2806
+ "location":"querystring",
2807
+ "locationName":"targetType"
2808
+ },
2809
+ "targetName":{
2810
+ "shape":"LogTargetName",
2811
+ "location":"querystring",
2812
+ "locationName":"targetName"
2813
+ }
2814
+ }
2815
+ },
1523
2816
  "DeliveryStreamName":{"type":"string"},
2817
+ "Denied":{
2818
+ "type":"structure",
2819
+ "members":{
2820
+ "implicitDeny":{"shape":"ImplicitDeny"},
2821
+ "explicitDeny":{"shape":"ExplicitDeny"}
2822
+ }
2823
+ },
1524
2824
  "DeprecateThingTypeRequest":{
1525
2825
  "type":"structure",
1526
2826
  "required":["thingTypeName"],
@@ -1539,6 +2839,23 @@
1539
2839
  }
1540
2840
  },
1541
2841
  "DeprecationDate":{"type":"timestamp"},
2842
+ "DescribeAuthorizerRequest":{
2843
+ "type":"structure",
2844
+ "required":["authorizerName"],
2845
+ "members":{
2846
+ "authorizerName":{
2847
+ "shape":"AuthorizerName",
2848
+ "location":"uri",
2849
+ "locationName":"authorizerName"
2850
+ }
2851
+ }
2852
+ },
2853
+ "DescribeAuthorizerResponse":{
2854
+ "type":"structure",
2855
+ "members":{
2856
+ "authorizerDescription":{"shape":"AuthorizerDescription"}
2857
+ }
2858
+ },
1542
2859
  "DescribeCACertificateRequest":{
1543
2860
  "type":"structure",
1544
2861
  "required":["certificateId"],
@@ -1553,7 +2870,8 @@
1553
2870
  "DescribeCACertificateResponse":{
1554
2871
  "type":"structure",
1555
2872
  "members":{
1556
- "certificateDescription":{"shape":"CACertificateDescription"}
2873
+ "certificateDescription":{"shape":"CACertificateDescription"},
2874
+ "registrationConfig":{"shape":"RegistrationConfig"}
1557
2875
  }
1558
2876
  },
1559
2877
  "DescribeCertificateRequest":{
@@ -1573,9 +2891,25 @@
1573
2891
  "certificateDescription":{"shape":"CertificateDescription"}
1574
2892
  }
1575
2893
  },
2894
+ "DescribeDefaultAuthorizerRequest":{
2895
+ "type":"structure",
2896
+ "members":{
2897
+ }
2898
+ },
2899
+ "DescribeDefaultAuthorizerResponse":{
2900
+ "type":"structure",
2901
+ "members":{
2902
+ "authorizerDescription":{"shape":"AuthorizerDescription"}
2903
+ }
2904
+ },
1576
2905
  "DescribeEndpointRequest":{
1577
2906
  "type":"structure",
1578
2907
  "members":{
2908
+ "endpointType":{
2909
+ "shape":"EndpointType",
2910
+ "location":"querystring",
2911
+ "locationName":"endpointType"
2912
+ }
1579
2913
  }
1580
2914
  },
1581
2915
  "DescribeEndpointResponse":{
@@ -1584,6 +2918,153 @@
1584
2918
  "endpointAddress":{"shape":"EndpointAddress"}
1585
2919
  }
1586
2920
  },
2921
+ "DescribeEventConfigurationsRequest":{
2922
+ "type":"structure",
2923
+ "members":{
2924
+ }
2925
+ },
2926
+ "DescribeEventConfigurationsResponse":{
2927
+ "type":"structure",
2928
+ "members":{
2929
+ "eventConfigurations":{"shape":"EventConfigurations"},
2930
+ "creationDate":{"shape":"CreationDate"},
2931
+ "lastModifiedDate":{"shape":"LastModifiedDate"}
2932
+ }
2933
+ },
2934
+ "DescribeIndexRequest":{
2935
+ "type":"structure",
2936
+ "required":["indexName"],
2937
+ "members":{
2938
+ "indexName":{
2939
+ "shape":"IndexName",
2940
+ "location":"uri",
2941
+ "locationName":"indexName"
2942
+ }
2943
+ }
2944
+ },
2945
+ "DescribeIndexResponse":{
2946
+ "type":"structure",
2947
+ "members":{
2948
+ "indexName":{"shape":"IndexName"},
2949
+ "indexStatus":{"shape":"IndexStatus"},
2950
+ "schema":{"shape":"IndexSchema"}
2951
+ }
2952
+ },
2953
+ "DescribeJobExecutionRequest":{
2954
+ "type":"structure",
2955
+ "required":[
2956
+ "jobId",
2957
+ "thingName"
2958
+ ],
2959
+ "members":{
2960
+ "jobId":{
2961
+ "shape":"JobId",
2962
+ "location":"uri",
2963
+ "locationName":"jobId"
2964
+ },
2965
+ "thingName":{
2966
+ "shape":"ThingName",
2967
+ "location":"uri",
2968
+ "locationName":"thingName"
2969
+ },
2970
+ "executionNumber":{
2971
+ "shape":"ExecutionNumber",
2972
+ "location":"querystring",
2973
+ "locationName":"executionNumber"
2974
+ }
2975
+ }
2976
+ },
2977
+ "DescribeJobExecutionResponse":{
2978
+ "type":"structure",
2979
+ "members":{
2980
+ "execution":{"shape":"JobExecution"}
2981
+ }
2982
+ },
2983
+ "DescribeJobRequest":{
2984
+ "type":"structure",
2985
+ "required":["jobId"],
2986
+ "members":{
2987
+ "jobId":{
2988
+ "shape":"JobId",
2989
+ "location":"uri",
2990
+ "locationName":"jobId"
2991
+ }
2992
+ }
2993
+ },
2994
+ "DescribeJobResponse":{
2995
+ "type":"structure",
2996
+ "members":{
2997
+ "documentSource":{"shape":"JobDocumentSource"},
2998
+ "job":{"shape":"Job"}
2999
+ }
3000
+ },
3001
+ "DescribeRoleAliasRequest":{
3002
+ "type":"structure",
3003
+ "required":["roleAlias"],
3004
+ "members":{
3005
+ "roleAlias":{
3006
+ "shape":"RoleAlias",
3007
+ "location":"uri",
3008
+ "locationName":"roleAlias"
3009
+ }
3010
+ }
3011
+ },
3012
+ "DescribeRoleAliasResponse":{
3013
+ "type":"structure",
3014
+ "members":{
3015
+ "roleAliasDescription":{"shape":"RoleAliasDescription"}
3016
+ }
3017
+ },
3018
+ "DescribeThingGroupRequest":{
3019
+ "type":"structure",
3020
+ "required":["thingGroupName"],
3021
+ "members":{
3022
+ "thingGroupName":{
3023
+ "shape":"ThingGroupName",
3024
+ "location":"uri",
3025
+ "locationName":"thingGroupName"
3026
+ }
3027
+ }
3028
+ },
3029
+ "DescribeThingGroupResponse":{
3030
+ "type":"structure",
3031
+ "members":{
3032
+ "thingGroupName":{"shape":"ThingGroupName"},
3033
+ "thingGroupId":{"shape":"ThingGroupId"},
3034
+ "thingGroupArn":{"shape":"ThingGroupArn"},
3035
+ "version":{"shape":"Version"},
3036
+ "thingGroupProperties":{"shape":"ThingGroupProperties"},
3037
+ "thingGroupMetadata":{"shape":"ThingGroupMetadata"}
3038
+ }
3039
+ },
3040
+ "DescribeThingRegistrationTaskRequest":{
3041
+ "type":"structure",
3042
+ "required":["taskId"],
3043
+ "members":{
3044
+ "taskId":{
3045
+ "shape":"TaskId",
3046
+ "location":"uri",
3047
+ "locationName":"taskId"
3048
+ }
3049
+ }
3050
+ },
3051
+ "DescribeThingRegistrationTaskResponse":{
3052
+ "type":"structure",
3053
+ "members":{
3054
+ "taskId":{"shape":"TaskId"},
3055
+ "creationDate":{"shape":"CreationDate"},
3056
+ "lastModifiedDate":{"shape":"LastModifiedDate"},
3057
+ "templateBody":{"shape":"TemplateBody"},
3058
+ "inputFileBucket":{"shape":"RegistryS3BucketName"},
3059
+ "inputFileKey":{"shape":"RegistryS3KeyName"},
3060
+ "roleArn":{"shape":"RoleArn"},
3061
+ "status":{"shape":"Status"},
3062
+ "message":{"shape":"ErrorMessage"},
3063
+ "successCount":{"shape":"Count"},
3064
+ "failureCount":{"shape":"Count"},
3065
+ "percentageProgress":{"shape":"Percentage"}
3066
+ }
3067
+ },
1587
3068
  "DescribeThingRequest":{
1588
3069
  "type":"structure",
1589
3070
  "required":["thingName"],
@@ -1600,6 +3081,8 @@
1600
3081
  "members":{
1601
3082
  "defaultClientId":{"shape":"ClientId"},
1602
3083
  "thingName":{"shape":"ThingName"},
3084
+ "thingId":{"shape":"ThingId"},
3085
+ "thingArn":{"shape":"ThingArn"},
1603
3086
  "thingTypeName":{"shape":"ThingTypeName"},
1604
3087
  "attributes":{"shape":"Attributes"},
1605
3088
  "version":{"shape":"Version"}
@@ -1620,11 +3103,28 @@
1620
3103
  "type":"structure",
1621
3104
  "members":{
1622
3105
  "thingTypeName":{"shape":"ThingTypeName"},
3106
+ "thingTypeId":{"shape":"ThingTypeId"},
3107
+ "thingTypeArn":{"shape":"ThingTypeArn"},
1623
3108
  "thingTypeProperties":{"shape":"ThingTypeProperties"},
1624
3109
  "thingTypeMetadata":{"shape":"ThingTypeMetadata"}
1625
3110
  }
1626
3111
  },
1627
3112
  "Description":{"type":"string"},
3113
+ "DetachPolicyRequest":{
3114
+ "type":"structure",
3115
+ "required":[
3116
+ "policyName",
3117
+ "target"
3118
+ ],
3119
+ "members":{
3120
+ "policyName":{
3121
+ "shape":"PolicyName",
3122
+ "location":"uri",
3123
+ "locationName":"policyName"
3124
+ },
3125
+ "target":{"shape":"PolicyTarget"}
3126
+ }
3127
+ },
1628
3128
  "DetachPrincipalPolicyRequest":{
1629
3129
  "type":"structure",
1630
3130
  "required":[
@@ -1668,6 +3168,24 @@
1668
3168
  "members":{
1669
3169
  }
1670
3170
  },
3171
+ "DetailsKey":{
3172
+ "type":"string",
3173
+ "max":128,
3174
+ "min":1,
3175
+ "pattern":"[a-zA-Z0-9:_-]+"
3176
+ },
3177
+ "DetailsMap":{
3178
+ "type":"map",
3179
+ "key":{"shape":"DetailsKey"},
3180
+ "value":{"shape":"DetailsValue"}
3181
+ },
3182
+ "DetailsValue":{
3183
+ "type":"string",
3184
+ "max":1024,
3185
+ "min":1,
3186
+ "pattern":"[^\\p{C}]*+"
3187
+ },
3188
+ "DisableAllLogs":{"type":"boolean"},
1671
3189
  "DisableTopicRuleRequest":{
1672
3190
  "type":"structure",
1673
3191
  "required":["ruleName"],
@@ -1715,6 +3233,18 @@
1715
3233
  ]
1716
3234
  },
1717
3235
  "DynamoOperation":{"type":"string"},
3236
+ "EffectivePolicies":{
3237
+ "type":"list",
3238
+ "member":{"shape":"EffectivePolicy"}
3239
+ },
3240
+ "EffectivePolicy":{
3241
+ "type":"structure",
3242
+ "members":{
3243
+ "policyName":{"shape":"PolicyName"},
3244
+ "policyArn":{"shape":"PolicyArn"},
3245
+ "policyDocument":{"shape":"PolicyDocument"}
3246
+ }
3247
+ },
1718
3248
  "ElasticsearchAction":{
1719
3249
  "type":"structure",
1720
3250
  "required":[
@@ -1750,7 +3280,44 @@
1750
3280
  }
1751
3281
  }
1752
3282
  },
3283
+ "Enabled":{"type":"boolean"},
1753
3284
  "EndpointAddress":{"type":"string"},
3285
+ "EndpointType":{"type":"string"},
3286
+ "ErrorMessage":{
3287
+ "type":"string",
3288
+ "max":2048
3289
+ },
3290
+ "EventConfigurations":{
3291
+ "type":"map",
3292
+ "key":{"shape":"EventType"},
3293
+ "value":{"shape":"Configuration"}
3294
+ },
3295
+ "EventType":{
3296
+ "type":"string",
3297
+ "enum":[
3298
+ "THING",
3299
+ "THING_GROUP",
3300
+ "THING_TYPE",
3301
+ "THING_GROUP_MEMBERSHIP",
3302
+ "THING_GROUP_HIERARCHY",
3303
+ "THING_TYPE_ASSOCIATION",
3304
+ "JOB",
3305
+ "JOB_EXECUTION"
3306
+ ]
3307
+ },
3308
+ "ExecutionNumber":{"type":"long"},
3309
+ "ExpiresInSec":{
3310
+ "type":"long",
3311
+ "max":3600,
3312
+ "min":60
3313
+ },
3314
+ "ExplicitDeny":{
3315
+ "type":"structure",
3316
+ "members":{
3317
+ "policies":{"shape":"Policies"}
3318
+ }
3319
+ },
3320
+ "FailedThings":{"type":"integer"},
1754
3321
  "FirehoseAction":{
1755
3322
  "type":"structure",
1756
3323
  "required":[
@@ -1768,7 +3335,59 @@
1768
3335
  "pattern":"([\\n\\t])|(\\r\\n)|(,)"
1769
3336
  },
1770
3337
  "Flag":{"type":"boolean"},
3338
+ "ForceDelete":{"type":"boolean"},
1771
3339
  "FunctionArn":{"type":"string"},
3340
+ "GEMaxResults":{
3341
+ "type":"integer",
3342
+ "max":10000,
3343
+ "min":1
3344
+ },
3345
+ "GetEffectivePoliciesRequest":{
3346
+ "type":"structure",
3347
+ "members":{
3348
+ "principal":{"shape":"Principal"},
3349
+ "cognitoIdentityPoolId":{"shape":"CognitoIdentityPoolId"},
3350
+ "thingName":{
3351
+ "shape":"ThingName",
3352
+ "location":"querystring",
3353
+ "locationName":"thingName"
3354
+ }
3355
+ }
3356
+ },
3357
+ "GetEffectivePoliciesResponse":{
3358
+ "type":"structure",
3359
+ "members":{
3360
+ "effectivePolicies":{"shape":"EffectivePolicies"}
3361
+ }
3362
+ },
3363
+ "GetIndexingConfigurationRequest":{
3364
+ "type":"structure",
3365
+ "members":{
3366
+ }
3367
+ },
3368
+ "GetIndexingConfigurationResponse":{
3369
+ "type":"structure",
3370
+ "members":{
3371
+ "thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
3372
+ }
3373
+ },
3374
+ "GetJobDocumentRequest":{
3375
+ "type":"structure",
3376
+ "required":["jobId"],
3377
+ "members":{
3378
+ "jobId":{
3379
+ "shape":"JobId",
3380
+ "location":"uri",
3381
+ "locationName":"jobId"
3382
+ }
3383
+ }
3384
+ },
3385
+ "GetJobDocumentResponse":{
3386
+ "type":"structure",
3387
+ "members":{
3388
+ "document":{"shape":"JobDocument"}
3389
+ }
3390
+ },
1772
3391
  "GetLoggingOptionsRequest":{
1773
3392
  "type":"structure",
1774
3393
  "members":{
@@ -1859,8 +3478,62 @@
1859
3478
  "rule":{"shape":"TopicRule"}
1860
3479
  }
1861
3480
  },
3481
+ "GetV2LoggingOptionsRequest":{
3482
+ "type":"structure",
3483
+ "members":{
3484
+ }
3485
+ },
3486
+ "GetV2LoggingOptionsResponse":{
3487
+ "type":"structure",
3488
+ "members":{
3489
+ "roleArn":{"shape":"AwsArn"},
3490
+ "defaultLogLevel":{"shape":"LogLevel"},
3491
+ "disableAllLogs":{"shape":"DisableAllLogs"}
3492
+ }
3493
+ },
3494
+ "GroupNameAndArn":{
3495
+ "type":"structure",
3496
+ "members":{
3497
+ "groupName":{"shape":"ThingGroupName"},
3498
+ "groupArn":{"shape":"ThingGroupArn"}
3499
+ }
3500
+ },
1862
3501
  "HashKeyField":{"type":"string"},
1863
3502
  "HashKeyValue":{"type":"string"},
3503
+ "ImplicitDeny":{
3504
+ "type":"structure",
3505
+ "members":{
3506
+ "policies":{"shape":"Policies"}
3507
+ }
3508
+ },
3509
+ "InProgressThings":{"type":"integer"},
3510
+ "IndexName":{
3511
+ "type":"string",
3512
+ "max":128,
3513
+ "min":1,
3514
+ "pattern":"[a-zA-Z0-9:_-]+"
3515
+ },
3516
+ "IndexNamesList":{
3517
+ "type":"list",
3518
+ "member":{"shape":"IndexName"}
3519
+ },
3520
+ "IndexNotReadyException":{
3521
+ "type":"structure",
3522
+ "members":{
3523
+ "message":{"shape":"errorMessage"}
3524
+ },
3525
+ "error":{"httpStatusCode":400},
3526
+ "exception":true
3527
+ },
3528
+ "IndexSchema":{"type":"string"},
3529
+ "IndexStatus":{
3530
+ "type":"string",
3531
+ "enum":[
3532
+ "ACTIVE",
3533
+ "BUILDING",
3534
+ "REBUILDING"
3535
+ ]
3536
+ },
1864
3537
  "InternalException":{
1865
3538
  "type":"structure",
1866
3539
  "members":{
@@ -1879,6 +3552,14 @@
1879
3552
  "exception":true,
1880
3553
  "fault":true
1881
3554
  },
3555
+ "InvalidQueryException":{
3556
+ "type":"structure",
3557
+ "members":{
3558
+ "message":{"shape":"errorMessage"}
3559
+ },
3560
+ "error":{"httpStatusCode":400},
3561
+ "exception":true
3562
+ },
1882
3563
  "InvalidRequestException":{
1883
3564
  "type":"structure",
1884
3565
  "members":{
@@ -1887,16 +3568,194 @@
1887
3568
  "error":{"httpStatusCode":400},
1888
3569
  "exception":true
1889
3570
  },
1890
- "IsDefaultVersion":{"type":"boolean"},
1891
- "IsDisabled":{"type":"boolean"},
1892
- "Key":{"type":"string"},
1893
- "KeyPair":{
3571
+ "InvalidResponseException":{
3572
+ "type":"structure",
3573
+ "members":{
3574
+ "message":{"shape":"errorMessage"}
3575
+ },
3576
+ "error":{"httpStatusCode":400},
3577
+ "exception":true
3578
+ },
3579
+ "IsAuthenticated":{"type":"boolean"},
3580
+ "IsDefaultVersion":{"type":"boolean"},
3581
+ "IsDisabled":{"type":"boolean"},
3582
+ "Job":{
3583
+ "type":"structure",
3584
+ "members":{
3585
+ "jobArn":{"shape":"JobArn"},
3586
+ "jobId":{"shape":"JobId"},
3587
+ "targetSelection":{"shape":"TargetSelection"},
3588
+ "status":{"shape":"JobStatus"},
3589
+ "comment":{"shape":"Comment"},
3590
+ "targets":{"shape":"JobTargets"},
3591
+ "description":{"shape":"JobDescription"},
3592
+ "presignedUrlConfig":{"shape":"PresignedUrlConfig"},
3593
+ "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
3594
+ "createdAt":{"shape":"DateType"},
3595
+ "lastUpdatedAt":{"shape":"DateType"},
3596
+ "completedAt":{"shape":"DateType"},
3597
+ "jobProcessDetails":{"shape":"JobProcessDetails"},
3598
+ "documentParameters":{"shape":"JobDocumentParameters"}
3599
+ }
3600
+ },
3601
+ "JobArn":{"type":"string"},
3602
+ "JobDescription":{
3603
+ "type":"string",
3604
+ "max":2028,
3605
+ "pattern":"[^\\p{C}]+"
3606
+ },
3607
+ "JobDocument":{
3608
+ "type":"string",
3609
+ "max":32768
3610
+ },
3611
+ "JobDocumentParameters":{
3612
+ "type":"map",
3613
+ "key":{"shape":"ParameterKey"},
3614
+ "value":{"shape":"ParameterValue"},
3615
+ "max":10
3616
+ },
3617
+ "JobDocumentSource":{
3618
+ "type":"string",
3619
+ "max":1350,
3620
+ "min":1
3621
+ },
3622
+ "JobExecution":{
3623
+ "type":"structure",
3624
+ "members":{
3625
+ "jobId":{"shape":"JobId"},
3626
+ "status":{"shape":"JobExecutionStatus"},
3627
+ "statusDetails":{"shape":"JobExecutionStatusDetails"},
3628
+ "thingArn":{"shape":"ThingArn"},
3629
+ "queuedAt":{"shape":"DateType"},
3630
+ "startedAt":{"shape":"DateType"},
3631
+ "lastUpdatedAt":{"shape":"DateType"},
3632
+ "executionNumber":{"shape":"ExecutionNumber"}
3633
+ }
3634
+ },
3635
+ "JobExecutionStatus":{
3636
+ "type":"string",
3637
+ "enum":[
3638
+ "QUEUED",
3639
+ "IN_PROGRESS",
3640
+ "SUCCEEDED",
3641
+ "FAILED",
3642
+ "REJECTED",
3643
+ "REMOVED",
3644
+ "CANCELED"
3645
+ ]
3646
+ },
3647
+ "JobExecutionStatusDetails":{
3648
+ "type":"structure",
3649
+ "members":{
3650
+ "detailsMap":{"shape":"DetailsMap"}
3651
+ }
3652
+ },
3653
+ "JobExecutionSummary":{
3654
+ "type":"structure",
3655
+ "members":{
3656
+ "status":{"shape":"JobExecutionStatus"},
3657
+ "queuedAt":{"shape":"DateType"},
3658
+ "startedAt":{"shape":"DateType"},
3659
+ "lastUpdatedAt":{"shape":"DateType"},
3660
+ "executionNumber":{"shape":"ExecutionNumber"}
3661
+ }
3662
+ },
3663
+ "JobExecutionSummaryForJob":{
3664
+ "type":"structure",
3665
+ "members":{
3666
+ "thingArn":{"shape":"ThingArn"},
3667
+ "jobExecutionSummary":{"shape":"JobExecutionSummary"}
3668
+ }
3669
+ },
3670
+ "JobExecutionSummaryForJobList":{
3671
+ "type":"list",
3672
+ "member":{"shape":"JobExecutionSummaryForJob"}
3673
+ },
3674
+ "JobExecutionSummaryForThing":{
3675
+ "type":"structure",
3676
+ "members":{
3677
+ "jobId":{"shape":"JobId"},
3678
+ "jobExecutionSummary":{"shape":"JobExecutionSummary"}
3679
+ }
3680
+ },
3681
+ "JobExecutionSummaryForThingList":{
3682
+ "type":"list",
3683
+ "member":{"shape":"JobExecutionSummaryForThing"}
3684
+ },
3685
+ "JobExecutionsRolloutConfig":{
3686
+ "type":"structure",
3687
+ "members":{
3688
+ "maximumPerMinute":{"shape":"MaxJobExecutionsPerMin"}
3689
+ }
3690
+ },
3691
+ "JobId":{
3692
+ "type":"string",
3693
+ "max":64,
3694
+ "min":1,
3695
+ "pattern":"[a-zA-Z0-9_-]+"
3696
+ },
3697
+ "JobProcessDetails":{
3698
+ "type":"structure",
3699
+ "members":{
3700
+ "processingTargets":{"shape":"ProcessingTargetNameList"},
3701
+ "numberOfCanceledThings":{"shape":"CanceledThings"},
3702
+ "numberOfSucceededThings":{"shape":"SucceededThings"},
3703
+ "numberOfFailedThings":{"shape":"FailedThings"},
3704
+ "numberOfRejectedThings":{"shape":"RejectedThings"},
3705
+ "numberOfQueuedThings":{"shape":"QueuedThings"},
3706
+ "numberOfInProgressThings":{"shape":"InProgressThings"},
3707
+ "numberOfRemovedThings":{"shape":"RemovedThings"}
3708
+ }
3709
+ },
3710
+ "JobStatus":{
3711
+ "type":"string",
3712
+ "enum":[
3713
+ "IN_PROGRESS",
3714
+ "CANCELED",
3715
+ "COMPLETED"
3716
+ ]
3717
+ },
3718
+ "JobSummary":{
3719
+ "type":"structure",
3720
+ "members":{
3721
+ "jobArn":{"shape":"JobArn"},
3722
+ "jobId":{"shape":"JobId"},
3723
+ "thingGroupId":{"shape":"ThingGroupId"},
3724
+ "targetSelection":{"shape":"TargetSelection"},
3725
+ "status":{"shape":"JobStatus"},
3726
+ "createdAt":{"shape":"DateType"},
3727
+ "lastUpdatedAt":{"shape":"DateType"},
3728
+ "completedAt":{"shape":"DateType"}
3729
+ }
3730
+ },
3731
+ "JobSummaryList":{
3732
+ "type":"list",
3733
+ "member":{"shape":"JobSummary"}
3734
+ },
3735
+ "JobTargets":{
3736
+ "type":"list",
3737
+ "member":{"shape":"TargetArn"},
3738
+ "min":1
3739
+ },
3740
+ "JsonDocument":{"type":"string"},
3741
+ "Key":{"type":"string"},
3742
+ "KeyName":{
3743
+ "type":"string",
3744
+ "max":128,
3745
+ "min":1,
3746
+ "pattern":"[a-zA-Z0-9:_-]+"
3747
+ },
3748
+ "KeyPair":{
1894
3749
  "type":"structure",
1895
3750
  "members":{
1896
3751
  "PublicKey":{"shape":"PublicKey"},
1897
3752
  "PrivateKey":{"shape":"PrivateKey"}
1898
3753
  }
1899
3754
  },
3755
+ "KeyValue":{
3756
+ "type":"string",
3757
+ "max":5120
3758
+ },
1900
3759
  "KinesisAction":{
1901
3760
  "type":"structure",
1902
3761
  "required":[
@@ -1916,6 +3775,12 @@
1916
3775
  "functionArn":{"shape":"FunctionArn"}
1917
3776
  }
1918
3777
  },
3778
+ "LaserMaxResults":{
3779
+ "type":"integer",
3780
+ "max":250,
3781
+ "min":1
3782
+ },
3783
+ "LastModifiedDate":{"type":"timestamp"},
1919
3784
  "LimitExceededException":{
1920
3785
  "type":"structure",
1921
3786
  "members":{
@@ -1924,6 +3789,71 @@
1924
3789
  "error":{"httpStatusCode":410},
1925
3790
  "exception":true
1926
3791
  },
3792
+ "ListAttachedPoliciesRequest":{
3793
+ "type":"structure",
3794
+ "required":["target"],
3795
+ "members":{
3796
+ "target":{
3797
+ "shape":"PolicyTarget",
3798
+ "location":"uri",
3799
+ "locationName":"target"
3800
+ },
3801
+ "recursive":{
3802
+ "shape":"Recursive",
3803
+ "location":"querystring",
3804
+ "locationName":"recursive"
3805
+ },
3806
+ "marker":{
3807
+ "shape":"Marker",
3808
+ "location":"querystring",
3809
+ "locationName":"marker"
3810
+ },
3811
+ "pageSize":{
3812
+ "shape":"PageSize",
3813
+ "location":"querystring",
3814
+ "locationName":"pageSize"
3815
+ }
3816
+ }
3817
+ },
3818
+ "ListAttachedPoliciesResponse":{
3819
+ "type":"structure",
3820
+ "members":{
3821
+ "policies":{"shape":"Policies"},
3822
+ "nextMarker":{"shape":"Marker"}
3823
+ }
3824
+ },
3825
+ "ListAuthorizersRequest":{
3826
+ "type":"structure",
3827
+ "members":{
3828
+ "pageSize":{
3829
+ "shape":"PageSize",
3830
+ "location":"querystring",
3831
+ "locationName":"pageSize"
3832
+ },
3833
+ "marker":{
3834
+ "shape":"Marker",
3835
+ "location":"querystring",
3836
+ "locationName":"marker"
3837
+ },
3838
+ "ascendingOrder":{
3839
+ "shape":"AscendingOrder",
3840
+ "location":"querystring",
3841
+ "locationName":"isAscendingOrder"
3842
+ },
3843
+ "status":{
3844
+ "shape":"AuthorizerStatus",
3845
+ "location":"querystring",
3846
+ "locationName":"status"
3847
+ }
3848
+ }
3849
+ },
3850
+ "ListAuthorizersResponse":{
3851
+ "type":"structure",
3852
+ "members":{
3853
+ "authorizers":{"shape":"Authorizers"},
3854
+ "nextMarker":{"shape":"Marker"}
3855
+ }
3856
+ },
1927
3857
  "ListCACertificatesRequest":{
1928
3858
  "type":"structure",
1929
3859
  "members":{
@@ -2007,11 +3937,306 @@
2007
3937
  "ListCertificatesResponse":{
2008
3938
  "type":"structure",
2009
3939
  "members":{
2010
- "certificates":{"shape":"Certificates"},
2011
- "nextMarker":{"shape":"Marker"}
3940
+ "certificates":{"shape":"Certificates"},
3941
+ "nextMarker":{"shape":"Marker"}
3942
+ }
3943
+ },
3944
+ "ListIndicesRequest":{
3945
+ "type":"structure",
3946
+ "members":{
3947
+ "nextToken":{
3948
+ "shape":"NextToken",
3949
+ "location":"querystring",
3950
+ "locationName":"nextToken"
3951
+ },
3952
+ "maxResults":{
3953
+ "shape":"QueryMaxResults",
3954
+ "location":"querystring",
3955
+ "locationName":"maxResults"
3956
+ }
3957
+ }
3958
+ },
3959
+ "ListIndicesResponse":{
3960
+ "type":"structure",
3961
+ "members":{
3962
+ "indexNames":{"shape":"IndexNamesList"},
3963
+ "nextToken":{"shape":"NextToken"}
3964
+ }
3965
+ },
3966
+ "ListJobExecutionsForJobRequest":{
3967
+ "type":"structure",
3968
+ "required":["jobId"],
3969
+ "members":{
3970
+ "jobId":{
3971
+ "shape":"JobId",
3972
+ "location":"uri",
3973
+ "locationName":"jobId"
3974
+ },
3975
+ "status":{
3976
+ "shape":"JobExecutionStatus",
3977
+ "location":"querystring",
3978
+ "locationName":"status"
3979
+ },
3980
+ "maxResults":{
3981
+ "shape":"LaserMaxResults",
3982
+ "location":"querystring",
3983
+ "locationName":"maxResults"
3984
+ },
3985
+ "nextToken":{
3986
+ "shape":"NextToken",
3987
+ "location":"querystring",
3988
+ "locationName":"nextToken"
3989
+ }
3990
+ }
3991
+ },
3992
+ "ListJobExecutionsForJobResponse":{
3993
+ "type":"structure",
3994
+ "members":{
3995
+ "executionSummaries":{"shape":"JobExecutionSummaryForJobList"},
3996
+ "nextToken":{"shape":"NextToken"}
3997
+ }
3998
+ },
3999
+ "ListJobExecutionsForThingRequest":{
4000
+ "type":"structure",
4001
+ "required":["thingName"],
4002
+ "members":{
4003
+ "thingName":{
4004
+ "shape":"ThingName",
4005
+ "location":"uri",
4006
+ "locationName":"thingName"
4007
+ },
4008
+ "status":{
4009
+ "shape":"JobExecutionStatus",
4010
+ "location":"querystring",
4011
+ "locationName":"status"
4012
+ },
4013
+ "maxResults":{
4014
+ "shape":"LaserMaxResults",
4015
+ "location":"querystring",
4016
+ "locationName":"maxResults"
4017
+ },
4018
+ "nextToken":{
4019
+ "shape":"NextToken",
4020
+ "location":"querystring",
4021
+ "locationName":"nextToken"
4022
+ }
4023
+ }
4024
+ },
4025
+ "ListJobExecutionsForThingResponse":{
4026
+ "type":"structure",
4027
+ "members":{
4028
+ "executionSummaries":{"shape":"JobExecutionSummaryForThingList"},
4029
+ "nextToken":{"shape":"NextToken"}
4030
+ }
4031
+ },
4032
+ "ListJobsRequest":{
4033
+ "type":"structure",
4034
+ "members":{
4035
+ "status":{
4036
+ "shape":"JobStatus",
4037
+ "location":"querystring",
4038
+ "locationName":"status"
4039
+ },
4040
+ "targetSelection":{
4041
+ "shape":"TargetSelection",
4042
+ "location":"querystring",
4043
+ "locationName":"targetSelection"
4044
+ },
4045
+ "maxResults":{
4046
+ "shape":"LaserMaxResults",
4047
+ "location":"querystring",
4048
+ "locationName":"maxResults"
4049
+ },
4050
+ "nextToken":{
4051
+ "shape":"NextToken",
4052
+ "location":"querystring",
4053
+ "locationName":"nextToken"
4054
+ },
4055
+ "thingGroupName":{
4056
+ "shape":"ThingGroupName",
4057
+ "location":"querystring",
4058
+ "locationName":"thingGroupName"
4059
+ },
4060
+ "thingGroupId":{
4061
+ "shape":"ThingGroupId",
4062
+ "location":"querystring",
4063
+ "locationName":"thingGroupId"
4064
+ }
4065
+ }
4066
+ },
4067
+ "ListJobsResponse":{
4068
+ "type":"structure",
4069
+ "members":{
4070
+ "jobs":{"shape":"JobSummaryList"},
4071
+ "nextToken":{"shape":"NextToken"}
4072
+ }
4073
+ },
4074
+ "ListOutgoingCertificatesRequest":{
4075
+ "type":"structure",
4076
+ "members":{
4077
+ "pageSize":{
4078
+ "shape":"PageSize",
4079
+ "location":"querystring",
4080
+ "locationName":"pageSize"
4081
+ },
4082
+ "marker":{
4083
+ "shape":"Marker",
4084
+ "location":"querystring",
4085
+ "locationName":"marker"
4086
+ },
4087
+ "ascendingOrder":{
4088
+ "shape":"AscendingOrder",
4089
+ "location":"querystring",
4090
+ "locationName":"isAscendingOrder"
4091
+ }
4092
+ }
4093
+ },
4094
+ "ListOutgoingCertificatesResponse":{
4095
+ "type":"structure",
4096
+ "members":{
4097
+ "outgoingCertificates":{"shape":"OutgoingCertificates"},
4098
+ "nextMarker":{"shape":"Marker"}
4099
+ }
4100
+ },
4101
+ "ListPoliciesRequest":{
4102
+ "type":"structure",
4103
+ "members":{
4104
+ "marker":{
4105
+ "shape":"Marker",
4106
+ "location":"querystring",
4107
+ "locationName":"marker"
4108
+ },
4109
+ "pageSize":{
4110
+ "shape":"PageSize",
4111
+ "location":"querystring",
4112
+ "locationName":"pageSize"
4113
+ },
4114
+ "ascendingOrder":{
4115
+ "shape":"AscendingOrder",
4116
+ "location":"querystring",
4117
+ "locationName":"isAscendingOrder"
4118
+ }
4119
+ }
4120
+ },
4121
+ "ListPoliciesResponse":{
4122
+ "type":"structure",
4123
+ "members":{
4124
+ "policies":{"shape":"Policies"},
4125
+ "nextMarker":{"shape":"Marker"}
4126
+ }
4127
+ },
4128
+ "ListPolicyPrincipalsRequest":{
4129
+ "type":"structure",
4130
+ "required":["policyName"],
4131
+ "members":{
4132
+ "policyName":{
4133
+ "shape":"PolicyName",
4134
+ "location":"header",
4135
+ "locationName":"x-amzn-iot-policy"
4136
+ },
4137
+ "marker":{
4138
+ "shape":"Marker",
4139
+ "location":"querystring",
4140
+ "locationName":"marker"
4141
+ },
4142
+ "pageSize":{
4143
+ "shape":"PageSize",
4144
+ "location":"querystring",
4145
+ "locationName":"pageSize"
4146
+ },
4147
+ "ascendingOrder":{
4148
+ "shape":"AscendingOrder",
4149
+ "location":"querystring",
4150
+ "locationName":"isAscendingOrder"
4151
+ }
4152
+ }
4153
+ },
4154
+ "ListPolicyPrincipalsResponse":{
4155
+ "type":"structure",
4156
+ "members":{
4157
+ "principals":{"shape":"Principals"},
4158
+ "nextMarker":{"shape":"Marker"}
4159
+ }
4160
+ },
4161
+ "ListPolicyVersionsRequest":{
4162
+ "type":"structure",
4163
+ "required":["policyName"],
4164
+ "members":{
4165
+ "policyName":{
4166
+ "shape":"PolicyName",
4167
+ "location":"uri",
4168
+ "locationName":"policyName"
4169
+ }
4170
+ }
4171
+ },
4172
+ "ListPolicyVersionsResponse":{
4173
+ "type":"structure",
4174
+ "members":{
4175
+ "policyVersions":{"shape":"PolicyVersions"}
4176
+ }
4177
+ },
4178
+ "ListPrincipalPoliciesRequest":{
4179
+ "type":"structure",
4180
+ "required":["principal"],
4181
+ "members":{
4182
+ "principal":{
4183
+ "shape":"Principal",
4184
+ "location":"header",
4185
+ "locationName":"x-amzn-iot-principal"
4186
+ },
4187
+ "marker":{
4188
+ "shape":"Marker",
4189
+ "location":"querystring",
4190
+ "locationName":"marker"
4191
+ },
4192
+ "pageSize":{
4193
+ "shape":"PageSize",
4194
+ "location":"querystring",
4195
+ "locationName":"pageSize"
4196
+ },
4197
+ "ascendingOrder":{
4198
+ "shape":"AscendingOrder",
4199
+ "location":"querystring",
4200
+ "locationName":"isAscendingOrder"
4201
+ }
4202
+ }
4203
+ },
4204
+ "ListPrincipalPoliciesResponse":{
4205
+ "type":"structure",
4206
+ "members":{
4207
+ "policies":{"shape":"Policies"},
4208
+ "nextMarker":{"shape":"Marker"}
4209
+ }
4210
+ },
4211
+ "ListPrincipalThingsRequest":{
4212
+ "type":"structure",
4213
+ "required":["principal"],
4214
+ "members":{
4215
+ "nextToken":{
4216
+ "shape":"NextToken",
4217
+ "location":"querystring",
4218
+ "locationName":"nextToken"
4219
+ },
4220
+ "maxResults":{
4221
+ "shape":"RegistryMaxResults",
4222
+ "location":"querystring",
4223
+ "locationName":"maxResults"
4224
+ },
4225
+ "principal":{
4226
+ "shape":"Principal",
4227
+ "location":"header",
4228
+ "locationName":"x-amzn-principal"
4229
+ }
4230
+ }
4231
+ },
4232
+ "ListPrincipalThingsResponse":{
4233
+ "type":"structure",
4234
+ "members":{
4235
+ "things":{"shape":"ThingNameList"},
4236
+ "nextToken":{"shape":"NextToken"}
2012
4237
  }
2013
4238
  },
2014
- "ListOutgoingCertificatesRequest":{
4239
+ "ListRoleAliasesRequest":{
2015
4240
  "type":"structure",
2016
4241
  "members":{
2017
4242
  "pageSize":{
@@ -2031,16 +4256,22 @@
2031
4256
  }
2032
4257
  }
2033
4258
  },
2034
- "ListOutgoingCertificatesResponse":{
4259
+ "ListRoleAliasesResponse":{
2035
4260
  "type":"structure",
2036
4261
  "members":{
2037
- "outgoingCertificates":{"shape":"OutgoingCertificates"},
4262
+ "roleAliases":{"shape":"RoleAliases"},
2038
4263
  "nextMarker":{"shape":"Marker"}
2039
4264
  }
2040
4265
  },
2041
- "ListPoliciesRequest":{
4266
+ "ListTargetsForPolicyRequest":{
2042
4267
  "type":"structure",
4268
+ "required":["policyName"],
2043
4269
  "members":{
4270
+ "policyName":{
4271
+ "shape":"PolicyName",
4272
+ "location":"uri",
4273
+ "locationName":"policyName"
4274
+ },
2044
4275
  "marker":{
2045
4276
  "shape":"Marker",
2046
4277
  "location":"querystring",
@@ -2050,107 +4281,137 @@
2050
4281
  "shape":"PageSize",
2051
4282
  "location":"querystring",
2052
4283
  "locationName":"pageSize"
4284
+ }
4285
+ }
4286
+ },
4287
+ "ListTargetsForPolicyResponse":{
4288
+ "type":"structure",
4289
+ "members":{
4290
+ "targets":{"shape":"PolicyTargets"},
4291
+ "nextMarker":{"shape":"Marker"}
4292
+ }
4293
+ },
4294
+ "ListThingGroupsForThingRequest":{
4295
+ "type":"structure",
4296
+ "required":["thingName"],
4297
+ "members":{
4298
+ "thingName":{
4299
+ "shape":"ThingName",
4300
+ "location":"uri",
4301
+ "locationName":"thingName"
2053
4302
  },
2054
- "ascendingOrder":{
2055
- "shape":"AscendingOrder",
4303
+ "nextToken":{
4304
+ "shape":"NextToken",
2056
4305
  "location":"querystring",
2057
- "locationName":"isAscendingOrder"
4306
+ "locationName":"nextToken"
4307
+ },
4308
+ "maxResults":{
4309
+ "shape":"RegistryMaxResults",
4310
+ "location":"querystring",
4311
+ "locationName":"maxResults"
2058
4312
  }
2059
4313
  }
2060
4314
  },
2061
- "ListPoliciesResponse":{
4315
+ "ListThingGroupsForThingResponse":{
2062
4316
  "type":"structure",
2063
4317
  "members":{
2064
- "policies":{"shape":"Policies"},
2065
- "nextMarker":{"shape":"Marker"}
4318
+ "thingGroups":{"shape":"ThingGroupNameAndArnList"},
4319
+ "nextToken":{"shape":"NextToken"}
2066
4320
  }
2067
4321
  },
2068
- "ListPolicyPrincipalsRequest":{
4322
+ "ListThingGroupsRequest":{
2069
4323
  "type":"structure",
2070
- "required":["policyName"],
2071
4324
  "members":{
2072
- "policyName":{
2073
- "shape":"PolicyName",
2074
- "location":"header",
2075
- "locationName":"x-amzn-iot-policy"
4325
+ "nextToken":{
4326
+ "shape":"NextToken",
4327
+ "location":"querystring",
4328
+ "locationName":"nextToken"
2076
4329
  },
2077
- "marker":{
2078
- "shape":"Marker",
4330
+ "maxResults":{
4331
+ "shape":"RegistryMaxResults",
2079
4332
  "location":"querystring",
2080
- "locationName":"marker"
4333
+ "locationName":"maxResults"
2081
4334
  },
2082
- "pageSize":{
2083
- "shape":"PageSize",
4335
+ "parentGroup":{
4336
+ "shape":"ThingGroupName",
2084
4337
  "location":"querystring",
2085
- "locationName":"pageSize"
4338
+ "locationName":"parentGroup"
2086
4339
  },
2087
- "ascendingOrder":{
2088
- "shape":"AscendingOrder",
4340
+ "namePrefixFilter":{
4341
+ "shape":"ThingGroupName",
2089
4342
  "location":"querystring",
2090
- "locationName":"isAscendingOrder"
4343
+ "locationName":"namePrefixFilter"
4344
+ },
4345
+ "recursive":{
4346
+ "shape":"RecursiveWithoutDefault",
4347
+ "location":"querystring",
4348
+ "locationName":"recursive"
2091
4349
  }
2092
4350
  }
2093
4351
  },
2094
- "ListPolicyPrincipalsResponse":{
4352
+ "ListThingGroupsResponse":{
2095
4353
  "type":"structure",
2096
4354
  "members":{
2097
- "principals":{"shape":"Principals"},
2098
- "nextMarker":{"shape":"Marker"}
4355
+ "thingGroups":{"shape":"ThingGroupNameAndArnList"},
4356
+ "nextToken":{"shape":"NextToken"}
2099
4357
  }
2100
4358
  },
2101
- "ListPolicyVersionsRequest":{
4359
+ "ListThingPrincipalsRequest":{
2102
4360
  "type":"structure",
2103
- "required":["policyName"],
4361
+ "required":["thingName"],
2104
4362
  "members":{
2105
- "policyName":{
2106
- "shape":"PolicyName",
4363
+ "thingName":{
4364
+ "shape":"ThingName",
2107
4365
  "location":"uri",
2108
- "locationName":"policyName"
4366
+ "locationName":"thingName"
2109
4367
  }
2110
4368
  }
2111
4369
  },
2112
- "ListPolicyVersionsResponse":{
4370
+ "ListThingPrincipalsResponse":{
2113
4371
  "type":"structure",
2114
4372
  "members":{
2115
- "policyVersions":{"shape":"PolicyVersions"}
4373
+ "principals":{"shape":"Principals"}
2116
4374
  }
2117
4375
  },
2118
- "ListPrincipalPoliciesRequest":{
4376
+ "ListThingRegistrationTaskReportsRequest":{
2119
4377
  "type":"structure",
2120
- "required":["principal"],
4378
+ "required":[
4379
+ "taskId",
4380
+ "reportType"
4381
+ ],
2121
4382
  "members":{
2122
- "principal":{
2123
- "shape":"Principal",
2124
- "location":"header",
2125
- "locationName":"x-amzn-iot-principal"
4383
+ "taskId":{
4384
+ "shape":"TaskId",
4385
+ "location":"uri",
4386
+ "locationName":"taskId"
2126
4387
  },
2127
- "marker":{
2128
- "shape":"Marker",
4388
+ "reportType":{
4389
+ "shape":"ReportType",
2129
4390
  "location":"querystring",
2130
- "locationName":"marker"
4391
+ "locationName":"reportType"
2131
4392
  },
2132
- "pageSize":{
2133
- "shape":"PageSize",
4393
+ "nextToken":{
4394
+ "shape":"NextToken",
2134
4395
  "location":"querystring",
2135
- "locationName":"pageSize"
4396
+ "locationName":"nextToken"
2136
4397
  },
2137
- "ascendingOrder":{
2138
- "shape":"AscendingOrder",
4398
+ "maxResults":{
4399
+ "shape":"RegistryMaxResults",
2139
4400
  "location":"querystring",
2140
- "locationName":"isAscendingOrder"
4401
+ "locationName":"maxResults"
2141
4402
  }
2142
4403
  }
2143
4404
  },
2144
- "ListPrincipalPoliciesResponse":{
4405
+ "ListThingRegistrationTaskReportsResponse":{
2145
4406
  "type":"structure",
2146
4407
  "members":{
2147
- "policies":{"shape":"Policies"},
2148
- "nextMarker":{"shape":"Marker"}
4408
+ "resourceLinks":{"shape":"S3FileUrlList"},
4409
+ "reportType":{"shape":"ReportType"},
4410
+ "nextToken":{"shape":"NextToken"}
2149
4411
  }
2150
4412
  },
2151
- "ListPrincipalThingsRequest":{
4413
+ "ListThingRegistrationTasksRequest":{
2152
4414
  "type":"structure",
2153
- "required":["principal"],
2154
4415
  "members":{
2155
4416
  "nextToken":{
2156
4417
  "shape":"NextToken",
@@ -2162,40 +4423,61 @@
2162
4423
  "location":"querystring",
2163
4424
  "locationName":"maxResults"
2164
4425
  },
2165
- "principal":{
2166
- "shape":"Principal",
2167
- "location":"header",
2168
- "locationName":"x-amzn-principal"
4426
+ "status":{
4427
+ "shape":"Status",
4428
+ "location":"querystring",
4429
+ "locationName":"status"
2169
4430
  }
2170
4431
  }
2171
4432
  },
2172
- "ListPrincipalThingsResponse":{
4433
+ "ListThingRegistrationTasksResponse":{
2173
4434
  "type":"structure",
2174
4435
  "members":{
2175
- "things":{"shape":"ThingNameList"},
4436
+ "taskIds":{"shape":"TaskIdList"},
2176
4437
  "nextToken":{"shape":"NextToken"}
2177
4438
  }
2178
4439
  },
2179
- "ListThingPrincipalsRequest":{
4440
+ "ListThingTypesRequest":{
2180
4441
  "type":"structure",
2181
- "required":["thingName"],
2182
4442
  "members":{
2183
- "thingName":{
2184
- "shape":"ThingName",
2185
- "location":"uri",
2186
- "locationName":"thingName"
4443
+ "nextToken":{
4444
+ "shape":"NextToken",
4445
+ "location":"querystring",
4446
+ "locationName":"nextToken"
4447
+ },
4448
+ "maxResults":{
4449
+ "shape":"RegistryMaxResults",
4450
+ "location":"querystring",
4451
+ "locationName":"maxResults"
4452
+ },
4453
+ "thingTypeName":{
4454
+ "shape":"ThingTypeName",
4455
+ "location":"querystring",
4456
+ "locationName":"thingTypeName"
2187
4457
  }
2188
4458
  }
2189
4459
  },
2190
- "ListThingPrincipalsResponse":{
4460
+ "ListThingTypesResponse":{
2191
4461
  "type":"structure",
2192
4462
  "members":{
2193
- "principals":{"shape":"Principals"}
4463
+ "thingTypes":{"shape":"ThingTypeList"},
4464
+ "nextToken":{"shape":"NextToken"}
2194
4465
  }
2195
4466
  },
2196
- "ListThingTypesRequest":{
4467
+ "ListThingsInThingGroupRequest":{
2197
4468
  "type":"structure",
4469
+ "required":["thingGroupName"],
2198
4470
  "members":{
4471
+ "thingGroupName":{
4472
+ "shape":"ThingGroupName",
4473
+ "location":"uri",
4474
+ "locationName":"thingGroupName"
4475
+ },
4476
+ "recursive":{
4477
+ "shape":"Recursive",
4478
+ "location":"querystring",
4479
+ "locationName":"recursive"
4480
+ },
2199
4481
  "nextToken":{
2200
4482
  "shape":"NextToken",
2201
4483
  "location":"querystring",
@@ -2205,18 +4487,13 @@
2205
4487
  "shape":"RegistryMaxResults",
2206
4488
  "location":"querystring",
2207
4489
  "locationName":"maxResults"
2208
- },
2209
- "thingTypeName":{
2210
- "shape":"ThingTypeName",
2211
- "location":"querystring",
2212
- "locationName":"thingTypeName"
2213
4490
  }
2214
4491
  }
2215
4492
  },
2216
- "ListThingTypesResponse":{
4493
+ "ListThingsInThingGroupResponse":{
2217
4494
  "type":"structure",
2218
4495
  "members":{
2219
- "thingTypes":{"shape":"ThingTypeList"},
4496
+ "things":{"shape":"ThingNameList"},
2220
4497
  "nextToken":{"shape":"NextToken"}
2221
4498
  }
2222
4499
  },
@@ -2266,7 +4543,7 @@
2266
4543
  "locationName":"topic"
2267
4544
  },
2268
4545
  "maxResults":{
2269
- "shape":"MaxResults",
4546
+ "shape":"GEMaxResults",
2270
4547
  "location":"querystring",
2271
4548
  "locationName":"maxResults"
2272
4549
  },
@@ -2289,6 +4566,33 @@
2289
4566
  "nextToken":{"shape":"NextToken"}
2290
4567
  }
2291
4568
  },
4569
+ "ListV2LoggingLevelsRequest":{
4570
+ "type":"structure",
4571
+ "members":{
4572
+ "targetType":{
4573
+ "shape":"LogTargetType",
4574
+ "location":"querystring",
4575
+ "locationName":"targetType"
4576
+ },
4577
+ "nextToken":{
4578
+ "shape":"NextToken",
4579
+ "location":"querystring",
4580
+ "locationName":"nextToken"
4581
+ },
4582
+ "maxResults":{
4583
+ "shape":"SkyfallMaxResults",
4584
+ "location":"querystring",
4585
+ "locationName":"maxResults"
4586
+ }
4587
+ }
4588
+ },
4589
+ "ListV2LoggingLevelsResponse":{
4590
+ "type":"structure",
4591
+ "members":{
4592
+ "logTargetConfigurations":{"shape":"LogTargetConfigurations"},
4593
+ "nextToken":{"shape":"NextToken"}
4594
+ }
4595
+ },
2292
4596
  "LogLevel":{
2293
4597
  "type":"string",
2294
4598
  "enum":[
@@ -2299,6 +4603,33 @@
2299
4603
  "DISABLED"
2300
4604
  ]
2301
4605
  },
4606
+ "LogTarget":{
4607
+ "type":"structure",
4608
+ "required":["targetType"],
4609
+ "members":{
4610
+ "targetType":{"shape":"LogTargetType"},
4611
+ "targetName":{"shape":"LogTargetName"}
4612
+ }
4613
+ },
4614
+ "LogTargetConfiguration":{
4615
+ "type":"structure",
4616
+ "members":{
4617
+ "logTarget":{"shape":"LogTarget"},
4618
+ "logLevel":{"shape":"LogLevel"}
4619
+ }
4620
+ },
4621
+ "LogTargetConfigurations":{
4622
+ "type":"list",
4623
+ "member":{"shape":"LogTargetConfiguration"}
4624
+ },
4625
+ "LogTargetName":{"type":"string"},
4626
+ "LogTargetType":{
4627
+ "type":"string",
4628
+ "enum":[
4629
+ "DEFAULT",
4630
+ "THING_GROUP"
4631
+ ]
4632
+ },
2302
4633
  "LoggingOptionsPayload":{
2303
4634
  "type":"structure",
2304
4635
  "required":["roleArn"],
@@ -2315,10 +4646,13 @@
2315
4646
  "error":{"httpStatusCode":400},
2316
4647
  "exception":true
2317
4648
  },
2318
- "Marker":{"type":"string"},
2319
- "MaxResults":{
4649
+ "Marker":{
4650
+ "type":"string",
4651
+ "pattern":"[A-Za-z0-9+/]+={0,2}"
4652
+ },
4653
+ "MaxJobExecutionsPerMin":{
2320
4654
  "type":"integer",
2321
- "max":10000,
4655
+ "max":1000,
2322
4656
  "min":1
2323
4657
  },
2324
4658
  "Message":{
@@ -2337,7 +4671,20 @@
2337
4671
  "MetricTimestamp":{"type":"string"},
2338
4672
  "MetricUnit":{"type":"string"},
2339
4673
  "MetricValue":{"type":"string"},
4674
+ "MissingContextValue":{"type":"string"},
4675
+ "MissingContextValues":{
4676
+ "type":"list",
4677
+ "member":{"shape":"MissingContextValue"}
4678
+ },
2340
4679
  "NextToken":{"type":"string"},
4680
+ "NotConfiguredException":{
4681
+ "type":"structure",
4682
+ "members":{
4683
+ "message":{"shape":"errorMessage"}
4684
+ },
4685
+ "error":{"httpStatusCode":404},
4686
+ "exception":true
4687
+ },
2341
4688
  "OptionalVersion":{"type":"long"},
2342
4689
  "OutgoingCertificate":{
2343
4690
  "type":"structure",
@@ -2359,8 +4706,31 @@
2359
4706
  "max":250,
2360
4707
  "min":1
2361
4708
  },
4709
+ "Parameter":{"type":"string"},
4710
+ "ParameterKey":{
4711
+ "type":"string",
4712
+ "max":128,
4713
+ "min":1,
4714
+ "pattern":"[a-zA-Z0-9:_-]+"
4715
+ },
4716
+ "ParameterValue":{
4717
+ "type":"string",
4718
+ "max":1024,
4719
+ "min":1,
4720
+ "pattern":"[^\\p{C}]+"
4721
+ },
4722
+ "Parameters":{
4723
+ "type":"map",
4724
+ "key":{"shape":"Parameter"},
4725
+ "value":{"shape":"Value"}
4726
+ },
2362
4727
  "PartitionKey":{"type":"string"},
2363
4728
  "PayloadField":{"type":"string"},
4729
+ "Percentage":{
4730
+ "type":"integer",
4731
+ "max":100,
4732
+ "min":0
4733
+ },
2364
4734
  "Policies":{
2365
4735
  "type":"list",
2366
4736
  "member":{"shape":"Policy"}
@@ -2374,12 +4744,25 @@
2374
4744
  },
2375
4745
  "PolicyArn":{"type":"string"},
2376
4746
  "PolicyDocument":{"type":"string"},
4747
+ "PolicyDocuments":{
4748
+ "type":"list",
4749
+ "member":{"shape":"PolicyDocument"}
4750
+ },
2377
4751
  "PolicyName":{
2378
4752
  "type":"string",
2379
4753
  "max":128,
2380
4754
  "min":1,
2381
4755
  "pattern":"[\\w+=,.@-]+"
2382
4756
  },
4757
+ "PolicyNames":{
4758
+ "type":"list",
4759
+ "member":{"shape":"PolicyName"}
4760
+ },
4761
+ "PolicyTarget":{"type":"string"},
4762
+ "PolicyTargets":{
4763
+ "type":"list",
4764
+ "member":{"shape":"PolicyTarget"}
4765
+ },
2383
4766
  "PolicyVersion":{
2384
4767
  "type":"structure",
2385
4768
  "members":{
@@ -2396,8 +4779,21 @@
2396
4779
  "type":"list",
2397
4780
  "member":{"shape":"PolicyVersion"}
2398
4781
  },
4782
+ "PresignedUrlConfig":{
4783
+ "type":"structure",
4784
+ "members":{
4785
+ "roleArn":{"shape":"RoleArn"},
4786
+ "expiresInSec":{"shape":"ExpiresInSec"}
4787
+ }
4788
+ },
2399
4789
  "Principal":{"type":"string"},
2400
4790
  "PrincipalArn":{"type":"string"},
4791
+ "PrincipalId":{
4792
+ "type":"string",
4793
+ "max":128,
4794
+ "min":1,
4795
+ "pattern":"[a-zA-Z0-9]+"
4796
+ },
2401
4797
  "Principals":{
2402
4798
  "type":"list",
2403
4799
  "member":{"shape":"PrincipalArn"}
@@ -2407,10 +4803,20 @@
2407
4803
  "min":1,
2408
4804
  "sensitive":true
2409
4805
  },
4806
+ "ProcessingTargetName":{"type":"string"},
4807
+ "ProcessingTargetNameList":{
4808
+ "type":"list",
4809
+ "member":{"shape":"ProcessingTargetName"}
4810
+ },
2410
4811
  "PublicKey":{
2411
4812
  "type":"string",
2412
4813
  "min":1
2413
4814
  },
4815
+ "PublicKeyMap":{
4816
+ "type":"map",
4817
+ "key":{"shape":"KeyName"},
4818
+ "value":{"shape":"KeyValue"}
4819
+ },
2414
4820
  "PutItemInput":{
2415
4821
  "type":"structure",
2416
4822
  "required":["tableName"],
@@ -2418,9 +4824,23 @@
2418
4824
  "tableName":{"shape":"TableName"}
2419
4825
  }
2420
4826
  },
4827
+ "QueryMaxResults":{
4828
+ "type":"integer",
4829
+ "max":500,
4830
+ "min":1
4831
+ },
4832
+ "QueryString":{
4833
+ "type":"string",
4834
+ "max":1000,
4835
+ "min":1
4836
+ },
4837
+ "QueryVersion":{"type":"string"},
2421
4838
  "QueueUrl":{"type":"string"},
4839
+ "QueuedThings":{"type":"integer"},
2422
4840
  "RangeKeyField":{"type":"string"},
2423
4841
  "RangeKeyValue":{"type":"string"},
4842
+ "Recursive":{"type":"boolean"},
4843
+ "RecursiveWithoutDefault":{"type":"boolean"},
2424
4844
  "RegisterCACertificateRequest":{
2425
4845
  "type":"structure",
2426
4846
  "required":[
@@ -2439,7 +4859,8 @@
2439
4859
  "shape":"AllowAutoRegistration",
2440
4860
  "location":"querystring",
2441
4861
  "locationName":"allowAutoRegistration"
2442
- }
4862
+ },
4863
+ "registrationConfig":{"shape":"RegistrationConfig"}
2443
4864
  }
2444
4865
  },
2445
4866
  "RegisterCACertificateResponse":{
@@ -2471,6 +4892,21 @@
2471
4892
  "certificateId":{"shape":"CertificateId"}
2472
4893
  }
2473
4894
  },
4895
+ "RegisterThingRequest":{
4896
+ "type":"structure",
4897
+ "required":["templateBody"],
4898
+ "members":{
4899
+ "templateBody":{"shape":"TemplateBody"},
4900
+ "parameters":{"shape":"Parameters"}
4901
+ }
4902
+ },
4903
+ "RegisterThingResponse":{
4904
+ "type":"structure",
4905
+ "members":{
4906
+ "certificatePem":{"shape":"CertificatePem"},
4907
+ "resourceArns":{"shape":"ResourceArns"}
4908
+ }
4909
+ },
2474
4910
  "RegistrationCode":{
2475
4911
  "type":"string",
2476
4912
  "max":64,
@@ -2485,11 +4921,30 @@
2485
4921
  "error":{"httpStatusCode":400},
2486
4922
  "exception":true
2487
4923
  },
4924
+ "RegistrationConfig":{
4925
+ "type":"structure",
4926
+ "members":{
4927
+ "templateBody":{"shape":"TemplateBody"},
4928
+ "roleArn":{"shape":"RoleArn"}
4929
+ }
4930
+ },
2488
4931
  "RegistryMaxResults":{
2489
4932
  "type":"integer",
2490
4933
  "max":250,
2491
4934
  "min":1
2492
4935
  },
4936
+ "RegistryS3BucketName":{
4937
+ "type":"string",
4938
+ "max":256,
4939
+ "min":3,
4940
+ "pattern":"[a-zA-Z0-9._-]+"
4941
+ },
4942
+ "RegistryS3KeyName":{
4943
+ "type":"string",
4944
+ "max":1024,
4945
+ "min":1,
4946
+ "pattern":"[a-zA-Z0-9!_.*'()-\\/]+"
4947
+ },
2493
4948
  "RejectCertificateTransferRequest":{
2494
4949
  "type":"structure",
2495
4950
  "required":["certificateId"],
@@ -2502,7 +4957,24 @@
2502
4957
  "rejectReason":{"shape":"Message"}
2503
4958
  }
2504
4959
  },
4960
+ "RejectedThings":{"type":"integer"},
4961
+ "RemoveAutoRegistration":{"type":"boolean"},
4962
+ "RemoveThingFromThingGroupRequest":{
4963
+ "type":"structure",
4964
+ "members":{
4965
+ "thingGroupName":{"shape":"ThingGroupName"},
4966
+ "thingGroupArn":{"shape":"ThingGroupArn"},
4967
+ "thingName":{"shape":"ThingName"},
4968
+ "thingArn":{"shape":"ThingArn"}
4969
+ }
4970
+ },
4971
+ "RemoveThingFromThingGroupResponse":{
4972
+ "type":"structure",
4973
+ "members":{
4974
+ }
4975
+ },
2505
4976
  "RemoveThingType":{"type":"boolean"},
4977
+ "RemovedThings":{"type":"integer"},
2506
4978
  "ReplaceTopicRuleRequest":{
2507
4979
  "type":"structure",
2508
4980
  "required":[
@@ -2519,6 +4991,13 @@
2519
4991
  },
2520
4992
  "payload":"topicRulePayload"
2521
4993
  },
4994
+ "ReportType":{
4995
+ "type":"string",
4996
+ "enum":[
4997
+ "ERRORS",
4998
+ "RESULTS"
4999
+ ]
5000
+ },
2522
5001
  "RepublishAction":{
2523
5002
  "type":"structure",
2524
5003
  "required":[
@@ -2530,6 +5009,7 @@
2530
5009
  "topic":{"shape":"TopicPattern"}
2531
5010
  }
2532
5011
  },
5012
+ "Resource":{"type":"string"},
2533
5013
  "ResourceAlreadyExistsException":{
2534
5014
  "type":"structure",
2535
5015
  "members":{
@@ -2540,6 +5020,13 @@
2540
5020
  "error":{"httpStatusCode":409},
2541
5021
  "exception":true
2542
5022
  },
5023
+ "ResourceArn":{"type":"string"},
5024
+ "ResourceArns":{
5025
+ "type":"map",
5026
+ "key":{"shape":"ResourceLogicalId"},
5027
+ "value":{"shape":"ResourceArn"}
5028
+ },
5029
+ "ResourceLogicalId":{"type":"string"},
2543
5030
  "ResourceNotFoundException":{
2544
5031
  "type":"structure",
2545
5032
  "members":{
@@ -2548,6 +5035,45 @@
2548
5035
  "error":{"httpStatusCode":404},
2549
5036
  "exception":true
2550
5037
  },
5038
+ "ResourceRegistrationFailureException":{
5039
+ "type":"structure",
5040
+ "members":{
5041
+ "message":{"shape":"errorMessage"}
5042
+ },
5043
+ "error":{"httpStatusCode":400},
5044
+ "exception":true
5045
+ },
5046
+ "Resources":{
5047
+ "type":"list",
5048
+ "member":{"shape":"Resource"}
5049
+ },
5050
+ "RoleAlias":{
5051
+ "type":"string",
5052
+ "max":128,
5053
+ "min":1,
5054
+ "pattern":"[\\w=,@-]+"
5055
+ },
5056
+ "RoleAliasArn":{"type":"string"},
5057
+ "RoleAliasDescription":{
5058
+ "type":"structure",
5059
+ "members":{
5060
+ "roleAlias":{"shape":"RoleAlias"},
5061
+ "roleArn":{"shape":"RoleArn"},
5062
+ "owner":{"shape":"AwsAccountId"},
5063
+ "credentialDurationSeconds":{"shape":"CredentialDurationSeconds"},
5064
+ "creationDate":{"shape":"DateType"},
5065
+ "lastModifiedDate":{"shape":"DateType"}
5066
+ }
5067
+ },
5068
+ "RoleAliases":{
5069
+ "type":"list",
5070
+ "member":{"shape":"RoleAlias"}
5071
+ },
5072
+ "RoleArn":{
5073
+ "type":"string",
5074
+ "max":2048,
5075
+ "min":20
5076
+ },
2551
5077
  "RuleArn":{"type":"string"},
2552
5078
  "RuleName":{
2553
5079
  "type":"string",
@@ -2569,6 +5095,14 @@
2569
5095
  "cannedAcl":{"shape":"CannedAccessControlList"}
2570
5096
  }
2571
5097
  },
5098
+ "S3FileUrl":{
5099
+ "type":"string",
5100
+ "max":65535
5101
+ },
5102
+ "S3FileUrlList":{
5103
+ "type":"list",
5104
+ "member":{"shape":"S3FileUrl"}
5105
+ },
2572
5106
  "SQL":{"type":"string"},
2573
5107
  "SalesforceAction":{
2574
5108
  "type":"structure",
@@ -2590,10 +5124,29 @@
2590
5124
  "type":"string",
2591
5125
  "min":40
2592
5126
  },
5127
+ "SearchIndexRequest":{
5128
+ "type":"structure",
5129
+ "required":["queryString"],
5130
+ "members":{
5131
+ "indexName":{"shape":"IndexName"},
5132
+ "queryString":{"shape":"QueryString"},
5133
+ "nextToken":{"shape":"NextToken"},
5134
+ "maxResults":{"shape":"QueryMaxResults"},
5135
+ "queryVersion":{"shape":"QueryVersion"}
5136
+ }
5137
+ },
5138
+ "SearchIndexResponse":{
5139
+ "type":"structure",
5140
+ "members":{
5141
+ "nextToken":{"shape":"NextToken"},
5142
+ "things":{"shape":"ThingDocumentList"}
5143
+ }
5144
+ },
2593
5145
  "SearchableAttributes":{
2594
5146
  "type":"list",
2595
5147
  "member":{"shape":"AttributeName"}
2596
5148
  },
5149
+ "Seconds":{"type":"integer"},
2597
5150
  "ServiceUnavailableException":{
2598
5151
  "type":"structure",
2599
5152
  "members":{
@@ -2606,6 +5159,20 @@
2606
5159
  "SetAsActive":{"type":"boolean"},
2607
5160
  "SetAsActiveFlag":{"type":"boolean"},
2608
5161
  "SetAsDefault":{"type":"boolean"},
5162
+ "SetDefaultAuthorizerRequest":{
5163
+ "type":"structure",
5164
+ "required":["authorizerName"],
5165
+ "members":{
5166
+ "authorizerName":{"shape":"AuthorizerName"}
5167
+ }
5168
+ },
5169
+ "SetDefaultAuthorizerResponse":{
5170
+ "type":"structure",
5171
+ "members":{
5172
+ "authorizerName":{"shape":"AuthorizerName"},
5173
+ "authorizerArn":{"shape":"AuthorizerArn"}
5174
+ }
5175
+ },
2609
5176
  "SetDefaultPolicyVersionRequest":{
2610
5177
  "type":"structure",
2611
5178
  "required":[
@@ -2633,6 +5200,30 @@
2633
5200
  },
2634
5201
  "payload":"loggingOptionsPayload"
2635
5202
  },
5203
+ "SetV2LoggingLevelRequest":{
5204
+ "type":"structure",
5205
+ "required":[
5206
+ "logTarget",
5207
+ "logLevel"
5208
+ ],
5209
+ "members":{
5210
+ "logTarget":{"shape":"LogTarget"},
5211
+ "logLevel":{"shape":"LogLevel"}
5212
+ }
5213
+ },
5214
+ "SetV2LoggingOptionsRequest":{
5215
+ "type":"structure",
5216
+ "members":{
5217
+ "roleArn":{"shape":"AwsArn"},
5218
+ "defaultLogLevel":{"shape":"LogLevel"},
5219
+ "disableAllLogs":{"shape":"DisableAllLogs"}
5220
+ }
5221
+ },
5222
+ "SkyfallMaxResults":{
5223
+ "type":"integer",
5224
+ "max":250,
5225
+ "min":1
5226
+ },
2636
5227
  "SnsAction":{
2637
5228
  "type":"structure",
2638
5229
  "required":[
@@ -2665,16 +5256,131 @@
2665
5256
  "useBase64":{"shape":"UseBase64"}
2666
5257
  }
2667
5258
  },
5259
+ "StartThingRegistrationTaskRequest":{
5260
+ "type":"structure",
5261
+ "required":[
5262
+ "templateBody",
5263
+ "inputFileBucket",
5264
+ "inputFileKey",
5265
+ "roleArn"
5266
+ ],
5267
+ "members":{
5268
+ "templateBody":{"shape":"TemplateBody"},
5269
+ "inputFileBucket":{"shape":"RegistryS3BucketName"},
5270
+ "inputFileKey":{"shape":"RegistryS3KeyName"},
5271
+ "roleArn":{"shape":"RoleArn"}
5272
+ }
5273
+ },
5274
+ "StartThingRegistrationTaskResponse":{
5275
+ "type":"structure",
5276
+ "members":{
5277
+ "taskId":{"shape":"TaskId"}
5278
+ }
5279
+ },
2668
5280
  "StateReason":{"type":"string"},
2669
5281
  "StateValue":{"type":"string"},
5282
+ "Status":{
5283
+ "type":"string",
5284
+ "enum":[
5285
+ "InProgress",
5286
+ "Completed",
5287
+ "Failed",
5288
+ "Cancelled",
5289
+ "Cancelling"
5290
+ ]
5291
+ },
5292
+ "StopThingRegistrationTaskRequest":{
5293
+ "type":"structure",
5294
+ "required":["taskId"],
5295
+ "members":{
5296
+ "taskId":{
5297
+ "shape":"TaskId",
5298
+ "location":"uri",
5299
+ "locationName":"taskId"
5300
+ }
5301
+ }
5302
+ },
5303
+ "StopThingRegistrationTaskResponse":{
5304
+ "type":"structure",
5305
+ "members":{
5306
+ }
5307
+ },
2670
5308
  "StreamName":{"type":"string"},
5309
+ "SucceededThings":{"type":"integer"},
2671
5310
  "TableName":{"type":"string"},
5311
+ "TargetArn":{"type":"string"},
5312
+ "TargetSelection":{
5313
+ "type":"string",
5314
+ "enum":[
5315
+ "CONTINUOUS",
5316
+ "SNAPSHOT"
5317
+ ]
5318
+ },
5319
+ "TaskId":{
5320
+ "type":"string",
5321
+ "max":40
5322
+ },
5323
+ "TaskIdList":{
5324
+ "type":"list",
5325
+ "member":{"shape":"TaskId"}
5326
+ },
5327
+ "TemplateBody":{"type":"string"},
5328
+ "TestAuthorizationRequest":{
5329
+ "type":"structure",
5330
+ "required":["authInfos"],
5331
+ "members":{
5332
+ "principal":{"shape":"Principal"},
5333
+ "cognitoIdentityPoolId":{"shape":"CognitoIdentityPoolId"},
5334
+ "authInfos":{"shape":"AuthInfos"},
5335
+ "clientId":{
5336
+ "shape":"ClientId",
5337
+ "location":"querystring",
5338
+ "locationName":"clientId"
5339
+ },
5340
+ "policyNamesToAdd":{"shape":"PolicyNames"},
5341
+ "policyNamesToSkip":{"shape":"PolicyNames"}
5342
+ }
5343
+ },
5344
+ "TestAuthorizationResponse":{
5345
+ "type":"structure",
5346
+ "members":{
5347
+ "authResults":{"shape":"AuthResults"}
5348
+ }
5349
+ },
5350
+ "TestInvokeAuthorizerRequest":{
5351
+ "type":"structure",
5352
+ "required":[
5353
+ "authorizerName",
5354
+ "token",
5355
+ "tokenSignature"
5356
+ ],
5357
+ "members":{
5358
+ "authorizerName":{
5359
+ "shape":"AuthorizerName",
5360
+ "location":"uri",
5361
+ "locationName":"authorizerName"
5362
+ },
5363
+ "token":{"shape":"Token"},
5364
+ "tokenSignature":{"shape":"TokenSignature"}
5365
+ }
5366
+ },
5367
+ "TestInvokeAuthorizerResponse":{
5368
+ "type":"structure",
5369
+ "members":{
5370
+ "isAuthenticated":{"shape":"IsAuthenticated"},
5371
+ "principalId":{"shape":"PrincipalId"},
5372
+ "policyDocuments":{"shape":"PolicyDocuments"},
5373
+ "refreshAfterInSeconds":{"shape":"Seconds"},
5374
+ "disconnectAfterInSeconds":{"shape":"Seconds"}
5375
+ }
5376
+ },
2672
5377
  "ThingArn":{"type":"string"},
2673
5378
  "ThingAttribute":{
2674
5379
  "type":"structure",
2675
5380
  "members":{
2676
5381
  "thingName":{"shape":"ThingName"},
2677
5382
  "thingTypeName":{"shape":"ThingTypeName"},
5383
+ "thingArn":{"shape":"ThingArn"},
2678
5384
  "attributes":{"shape":"Attributes"},
2679
5385
  "version":{"shape":"Version"}
2680
5386
  }
@@ -2683,6 +5389,81 @@
2683
5389
  "type":"list",
2684
5390
  "member":{"shape":"ThingAttribute"}
2685
5391
  },
5392
+ "ThingDocument":{
5393
+ "type":"structure",
5394
+ "members":{
5395
+ "thingName":{"shape":"ThingName"},
5396
+ "thingId":{"shape":"ThingId"},
5397
+ "thingTypeName":{"shape":"ThingTypeName"},
5398
+ "thingGroupNames":{"shape":"ThingGroupNameList"},
5399
+ "attributes":{"shape":"Attributes"},
5400
+ "shadow":{"shape":"JsonDocument"}
5401
+ }
5402
+ },
5403
+ "ThingDocumentList":{
5404
+ "type":"list",
5405
+ "member":{"shape":"ThingDocument"}
5406
+ },
5407
+ "ThingGroupArn":{"type":"string"},
5408
+ "ThingGroupDescription":{
5409
+ "type":"string",
5410
+ "max":2028,
5411
+ "pattern":"[\\p{Graph}\\x20]*"
5412
+ },
5413
+ "ThingGroupId":{
5414
+ "type":"string",
5415
+ "max":128,
5416
+ "min":1,
5417
+ "pattern":"[a-zA-Z0-9\\-]+"
5418
+ },
5419
+ "ThingGroupList":{
5420
+ "type":"list",
5421
+ "member":{"shape":"ThingGroupName"}
5422
+ },
5423
+ "ThingGroupMetadata":{
5424
+ "type":"structure",
5425
+ "members":{
5426
+ "parentGroupName":{"shape":"ThingGroupName"},
5427
+ "rootToParentThingGroups":{"shape":"ThingGroupNameAndArnList"},
5428
+ "creationDate":{"shape":"CreationDate"}
5429
+ }
5430
+ },
5431
+ "ThingGroupName":{
5432
+ "type":"string",
5433
+ "max":128,
5434
+ "min":1,
5435
+ "pattern":"[a-zA-Z0-9:_-]+"
5436
+ },
5437
+ "ThingGroupNameAndArnList":{
5438
+ "type":"list",
5439
+ "member":{"shape":"GroupNameAndArn"}
5440
+ },
5441
+ "ThingGroupNameList":{
5442
+ "type":"list",
5443
+ "member":{"shape":"ThingGroupName"}
5444
+ },
5445
+ "ThingGroupProperties":{
5446
+ "type":"structure",
5447
+ "members":{
5448
+ "thingGroupDescription":{"shape":"ThingGroupDescription"},
5449
+ "attributePayload":{"shape":"AttributePayload"}
5450
+ }
5451
+ },
5452
+ "ThingId":{"type":"string"},
5453
+ "ThingIndexingConfiguration":{
5454
+ "type":"structure",
5455
+ "members":{
5456
+ "thingIndexingMode":{"shape":"ThingIndexingMode"}
5457
+ }
5458
+ },
5459
+ "ThingIndexingMode":{
5460
+ "type":"string",
5461
+ "enum":[
5462
+ "OFF",
5463
+ "REGISTRY",
5464
+ "REGISTRY_AND_SHADOW"
5465
+ ]
5466
+ },
2686
5467
  "ThingName":{
2687
5468
  "type":"string",
2688
5469
  "max":128,
@@ -2698,6 +5479,7 @@
2698
5479
  "type":"structure",
2699
5480
  "members":{
2700
5481
  "thingTypeName":{"shape":"ThingTypeName"},
5482
+ "thingTypeArn":{"shape":"ThingTypeArn"},
2701
5483
  "thingTypeProperties":{"shape":"ThingTypeProperties"},
2702
5484
  "thingTypeMetadata":{"shape":"ThingTypeMetadata"}
2703
5485
  }
@@ -2707,6 +5489,7 @@
2707
5489
  "max":2028,
2708
5490
  "pattern":"[\\p{Graph}\\x20]*"
2709
5491
  },
5492
+ "ThingTypeId":{"type":"string"},
2710
5493
  "ThingTypeList":{
2711
5494
  "type":"list",
2712
5495
  "member":{"shape":"ThingTypeDefinition"}
@@ -2740,6 +5523,23 @@
2740
5523
  "error":{"httpStatusCode":429},
2741
5524
  "exception":true
2742
5525
  },
5526
+ "Token":{
5527
+ "type":"string",
5528
+ "max":1024,
5529
+ "min":1
5530
+ },
5531
+ "TokenKeyName":{
5532
+ "type":"string",
5533
+ "max":128,
5534
+ "min":1,
5535
+ "pattern":"[a-zA-Z0-9_-]+"
5536
+ },
5537
+ "TokenSignature":{
5538
+ "type":"string",
5539
+ "max":2560,
5540
+ "min":1,
5541
+ "pattern":"[A-Za-z0-9+/]+={0,2}"
5542
+ },
2743
5543
  "Topic":{"type":"string"},
2744
5544
  "TopicPattern":{"type":"string"},
2745
5545
  "TopicRule":{
@@ -2843,6 +5643,28 @@
2843
5643
  "exception":true
2844
5644
  },
2845
5645
  "UndoDeprecate":{"type":"boolean"},
5646
+ "UpdateAuthorizerRequest":{
5647
+ "type":"structure",
5648
+ "required":["authorizerName"],
5649
+ "members":{
5650
+ "authorizerName":{
5651
+ "shape":"AuthorizerName",
5652
+ "location":"uri",
5653
+ "locationName":"authorizerName"
5654
+ },
5655
+ "authorizerFunctionArn":{"shape":"AuthorizerFunctionArn"},
5656
+ "tokenKeyName":{"shape":"TokenKeyName"},
5657
+ "tokenSigningPublicKeys":{"shape":"PublicKeyMap"},
5658
+ "status":{"shape":"AuthorizerStatus"}
5659
+ }
5660
+ },
5661
+ "UpdateAuthorizerResponse":{
5662
+ "type":"structure",
5663
+ "members":{
5664
+ "authorizerName":{"shape":"AuthorizerName"},
5665
+ "authorizerArn":{"shape":"AuthorizerArn"}
5666
+ }
5667
+ },
2846
5668
  "UpdateCACertificateRequest":{
2847
5669
  "type":"structure",
2848
5670
  "required":["certificateId"],
@@ -2861,7 +5683,9 @@
2861
5683
  "shape":"AutoRegistrationStatus",
2862
5684
  "location":"querystring",
2863
5685
  "locationName":"newAutoRegistrationStatus"
2864
- }
5686
+ },
5687
+ "registrationConfig":{"shape":"RegistrationConfig"},
5688
+ "removeAutoRegistration":{"shape":"RemoveAutoRegistration"}
2865
5689
  }
2866
5690
  },
2867
5691
  "UpdateCertificateRequest":{
@@ -2883,6 +5707,83 @@
2883
5707
  }
2884
5708
  }
2885
5709
  },
5710
+ "UpdateEventConfigurationsRequest":{
5711
+ "type":"structure",
5712
+ "members":{
5713
+ "eventConfigurations":{"shape":"EventConfigurations"}
5714
+ }
5715
+ },
5716
+ "UpdateEventConfigurationsResponse":{
5717
+ "type":"structure",
5718
+ "members":{
5719
+ }
5720
+ },
5721
+ "UpdateIndexingConfigurationRequest":{
5722
+ "type":"structure",
5723
+ "members":{
5724
+ "thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
5725
+ }
5726
+ },
5727
+ "UpdateIndexingConfigurationResponse":{
5728
+ "type":"structure",
5729
+ "members":{
5730
+ }
5731
+ },
5732
+ "UpdateRoleAliasRequest":{
5733
+ "type":"structure",
5734
+ "required":["roleAlias"],
5735
+ "members":{
5736
+ "roleAlias":{
5737
+ "shape":"RoleAlias",
5738
+ "location":"uri",
5739
+ "locationName":"roleAlias"
5740
+ },
5741
+ "roleArn":{"shape":"RoleArn"},
5742
+ "credentialDurationSeconds":{"shape":"CredentialDurationSeconds"}
5743
+ }
5744
+ },
5745
+ "UpdateRoleAliasResponse":{
5746
+ "type":"structure",
5747
+ "members":{
5748
+ "roleAlias":{"shape":"RoleAlias"},
5749
+ "roleAliasArn":{"shape":"RoleAliasArn"}
5750
+ }
5751
+ },
5752
+ "UpdateThingGroupRequest":{
5753
+ "type":"structure",
5754
+ "required":[
5755
+ "thingGroupName",
5756
+ "thingGroupProperties"
5757
+ ],
5758
+ "members":{
5759
+ "thingGroupName":{
5760
+ "shape":"ThingGroupName",
5761
+ "location":"uri",
5762
+ "locationName":"thingGroupName"
5763
+ },
5764
+ "thingGroupProperties":{"shape":"ThingGroupProperties"},
5765
+ "expectedVersion":{"shape":"OptionalVersion"}
5766
+ }
5767
+ },
5768
+ "UpdateThingGroupResponse":{
5769
+ "type":"structure",
5770
+ "members":{
5771
+ "version":{"shape":"Version"}
5772
+ }
5773
+ },
5774
+ "UpdateThingGroupsForThingRequest":{
5775
+ "type":"structure",
5776
+ "members":{
5777
+ "thingName":{"shape":"ThingName"},
5778
+ "thingGroupsToAdd":{"shape":"ThingGroupList"},
5779
+ "thingGroupsToRemove":{"shape":"ThingGroupList"}
5780
+ }
5781
+ },
5782
+ "UpdateThingGroupsForThingResponse":{
5783
+ "type":"structure",
5784
+ "members":{
5785
+ }
5786
+ },
2886
5787
  "UpdateThingRequest":{
2887
5788
  "type":"structure",
2888
5789
  "required":["thingName"],
@@ -2904,6 +5805,7 @@
2904
5805
  }
2905
5806
  },
2906
5807
  "UseBase64":{"type":"boolean"},
5808
+ "Value":{"type":"string"},
2907
5809
  "Version":{"type":"long"},
2908
5810
  "VersionConflictException":{
2909
5811
  "type":"structure",