aws-sdk-iot 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,9 +14,16 @@ module Aws::IoT
14
14
  AcceptCertificateTransferRequest = Shapes::StructureShape.new(name: 'AcceptCertificateTransferRequest')
15
15
  Action = Shapes::StructureShape.new(name: 'Action')
16
16
  ActionList = Shapes::ListShape.new(name: 'ActionList')
17
+ ActionType = Shapes::StringShape.new(name: 'ActionType')
18
+ AddThingToThingGroupRequest = Shapes::StructureShape.new(name: 'AddThingToThingGroupRequest')
19
+ AddThingToThingGroupResponse = Shapes::StructureShape.new(name: 'AddThingToThingGroupResponse')
17
20
  AlarmName = Shapes::StringShape.new(name: 'AlarmName')
18
21
  AllowAutoRegistration = Shapes::BooleanShape.new(name: 'AllowAutoRegistration')
22
+ Allowed = Shapes::StructureShape.new(name: 'Allowed')
19
23
  AscendingOrder = Shapes::BooleanShape.new(name: 'AscendingOrder')
24
+ AssociateTargetsWithJobRequest = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobRequest')
25
+ AssociateTargetsWithJobResponse = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobResponse')
26
+ AttachPolicyRequest = Shapes::StructureShape.new(name: 'AttachPolicyRequest')
20
27
  AttachPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'AttachPrincipalPolicyRequest')
21
28
  AttachThingPrincipalRequest = Shapes::StructureShape.new(name: 'AttachThingPrincipalRequest')
22
29
  AttachThingPrincipalResponse = Shapes::StructureShape.new(name: 'AttachThingPrincipalResponse')
@@ -24,6 +31,18 @@ module Aws::IoT
24
31
  AttributePayload = Shapes::StructureShape.new(name: 'AttributePayload')
25
32
  AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
26
33
  Attributes = Shapes::MapShape.new(name: 'Attributes')
34
+ AuthDecision = Shapes::StringShape.new(name: 'AuthDecision')
35
+ AuthInfo = Shapes::StructureShape.new(name: 'AuthInfo')
36
+ AuthInfos = Shapes::ListShape.new(name: 'AuthInfos')
37
+ AuthResult = Shapes::StructureShape.new(name: 'AuthResult')
38
+ AuthResults = Shapes::ListShape.new(name: 'AuthResults')
39
+ AuthorizerArn = Shapes::StringShape.new(name: 'AuthorizerArn')
40
+ AuthorizerDescription = Shapes::StructureShape.new(name: 'AuthorizerDescription')
41
+ AuthorizerFunctionArn = Shapes::StringShape.new(name: 'AuthorizerFunctionArn')
42
+ AuthorizerName = Shapes::StringShape.new(name: 'AuthorizerName')
43
+ AuthorizerStatus = Shapes::StringShape.new(name: 'AuthorizerStatus')
44
+ AuthorizerSummary = Shapes::StructureShape.new(name: 'AuthorizerSummary')
45
+ Authorizers = Shapes::ListShape.new(name: 'Authorizers')
27
46
  AutoRegistrationStatus = Shapes::StringShape.new(name: 'AutoRegistrationStatus')
28
47
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
29
48
  AwsArn = Shapes::StringShape.new(name: 'AwsArn')
@@ -35,6 +54,9 @@ module Aws::IoT
35
54
  CACertificateStatus = Shapes::StringShape.new(name: 'CACertificateStatus')
36
55
  CACertificates = Shapes::ListShape.new(name: 'CACertificates')
37
56
  CancelCertificateTransferRequest = Shapes::StructureShape.new(name: 'CancelCertificateTransferRequest')
57
+ CancelJobRequest = Shapes::StructureShape.new(name: 'CancelJobRequest')
58
+ CancelJobResponse = Shapes::StructureShape.new(name: 'CancelJobResponse')
59
+ CanceledThings = Shapes::IntegerShape.new(name: 'CanceledThings')
38
60
  CannedAccessControlList = Shapes::StringShape.new(name: 'CannedAccessControlList')
39
61
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
40
62
  CertificateArn = Shapes::StringShape.new(name: 'CertificateArn')
@@ -47,17 +69,32 @@ module Aws::IoT
47
69
  CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
48
70
  CertificateValidationException = Shapes::StructureShape.new(name: 'CertificateValidationException')
49
71
  Certificates = Shapes::ListShape.new(name: 'Certificates')
72
+ ClearDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'ClearDefaultAuthorizerRequest')
73
+ ClearDefaultAuthorizerResponse = Shapes::StructureShape.new(name: 'ClearDefaultAuthorizerResponse')
50
74
  ClientId = Shapes::StringShape.new(name: 'ClientId')
51
75
  CloudwatchAlarmAction = Shapes::StructureShape.new(name: 'CloudwatchAlarmAction')
52
76
  CloudwatchMetricAction = Shapes::StructureShape.new(name: 'CloudwatchMetricAction')
77
+ CognitoIdentityPoolId = Shapes::StringShape.new(name: 'CognitoIdentityPoolId')
78
+ Comment = Shapes::StringShape.new(name: 'Comment')
79
+ Configuration = Shapes::StructureShape.new(name: 'Configuration')
80
+ ConflictingResourceUpdateException = Shapes::StructureShape.new(name: 'ConflictingResourceUpdateException')
81
+ Count = Shapes::IntegerShape.new(name: 'Count')
82
+ CreateAuthorizerRequest = Shapes::StructureShape.new(name: 'CreateAuthorizerRequest')
83
+ CreateAuthorizerResponse = Shapes::StructureShape.new(name: 'CreateAuthorizerResponse')
53
84
  CreateCertificateFromCsrRequest = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrRequest')
54
85
  CreateCertificateFromCsrResponse = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrResponse')
86
+ CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
87
+ CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
55
88
  CreateKeysAndCertificateRequest = Shapes::StructureShape.new(name: 'CreateKeysAndCertificateRequest')
56
89
  CreateKeysAndCertificateResponse = Shapes::StructureShape.new(name: 'CreateKeysAndCertificateResponse')
57
90
  CreatePolicyRequest = Shapes::StructureShape.new(name: 'CreatePolicyRequest')
58
91
  CreatePolicyResponse = Shapes::StructureShape.new(name: 'CreatePolicyResponse')
59
92
  CreatePolicyVersionRequest = Shapes::StructureShape.new(name: 'CreatePolicyVersionRequest')
60
93
  CreatePolicyVersionResponse = Shapes::StructureShape.new(name: 'CreatePolicyVersionResponse')
94
+ CreateRoleAliasRequest = Shapes::StructureShape.new(name: 'CreateRoleAliasRequest')
95
+ CreateRoleAliasResponse = Shapes::StructureShape.new(name: 'CreateRoleAliasResponse')
96
+ CreateThingGroupRequest = Shapes::StructureShape.new(name: 'CreateThingGroupRequest')
97
+ CreateThingGroupResponse = Shapes::StructureShape.new(name: 'CreateThingGroupResponse')
61
98
  CreateThingRequest = Shapes::StructureShape.new(name: 'CreateThingRequest')
62
99
  CreateThingResponse = Shapes::StructureShape.new(name: 'CreateThingResponse')
63
100
  CreateThingTypeRequest = Shapes::StructureShape.new(name: 'CreateThingTypeRequest')
@@ -65,7 +102,10 @@ module Aws::IoT
65
102
  CreateTopicRuleRequest = Shapes::StructureShape.new(name: 'CreateTopicRuleRequest')
66
103
  CreatedAtDate = Shapes::TimestampShape.new(name: 'CreatedAtDate')
67
104
  CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
105
+ CredentialDurationSeconds = Shapes::IntegerShape.new(name: 'CredentialDurationSeconds')
68
106
  DateType = Shapes::TimestampShape.new(name: 'DateType')
107
+ DeleteAuthorizerRequest = Shapes::StructureShape.new(name: 'DeleteAuthorizerRequest')
108
+ DeleteAuthorizerResponse = Shapes::StructureShape.new(name: 'DeleteAuthorizerResponse')
69
109
  DeleteCACertificateRequest = Shapes::StructureShape.new(name: 'DeleteCACertificateRequest')
70
110
  DeleteCACertificateResponse = Shapes::StructureShape.new(name: 'DeleteCACertificateResponse')
71
111
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
@@ -74,45 +114,93 @@ module Aws::IoT
74
114
  DeletePolicyVersionRequest = Shapes::StructureShape.new(name: 'DeletePolicyVersionRequest')
75
115
  DeleteRegistrationCodeRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationCodeRequest')
76
116
  DeleteRegistrationCodeResponse = Shapes::StructureShape.new(name: 'DeleteRegistrationCodeResponse')
117
+ DeleteRoleAliasRequest = Shapes::StructureShape.new(name: 'DeleteRoleAliasRequest')
118
+ DeleteRoleAliasResponse = Shapes::StructureShape.new(name: 'DeleteRoleAliasResponse')
119
+ DeleteThingGroupRequest = Shapes::StructureShape.new(name: 'DeleteThingGroupRequest')
120
+ DeleteThingGroupResponse = Shapes::StructureShape.new(name: 'DeleteThingGroupResponse')
77
121
  DeleteThingRequest = Shapes::StructureShape.new(name: 'DeleteThingRequest')
78
122
  DeleteThingResponse = Shapes::StructureShape.new(name: 'DeleteThingResponse')
79
123
  DeleteThingTypeRequest = Shapes::StructureShape.new(name: 'DeleteThingTypeRequest')
80
124
  DeleteThingTypeResponse = Shapes::StructureShape.new(name: 'DeleteThingTypeResponse')
81
125
  DeleteTopicRuleRequest = Shapes::StructureShape.new(name: 'DeleteTopicRuleRequest')
126
+ DeleteV2LoggingLevelRequest = Shapes::StructureShape.new(name: 'DeleteV2LoggingLevelRequest')
82
127
  DeliveryStreamName = Shapes::StringShape.new(name: 'DeliveryStreamName')
128
+ Denied = Shapes::StructureShape.new(name: 'Denied')
83
129
  DeprecateThingTypeRequest = Shapes::StructureShape.new(name: 'DeprecateThingTypeRequest')
84
130
  DeprecateThingTypeResponse = Shapes::StructureShape.new(name: 'DeprecateThingTypeResponse')
85
131
  DeprecationDate = Shapes::TimestampShape.new(name: 'DeprecationDate')
132
+ DescribeAuthorizerRequest = Shapes::StructureShape.new(name: 'DescribeAuthorizerRequest')
133
+ DescribeAuthorizerResponse = Shapes::StructureShape.new(name: 'DescribeAuthorizerResponse')
86
134
  DescribeCACertificateRequest = Shapes::StructureShape.new(name: 'DescribeCACertificateRequest')
87
135
  DescribeCACertificateResponse = Shapes::StructureShape.new(name: 'DescribeCACertificateResponse')
88
136
  DescribeCertificateRequest = Shapes::StructureShape.new(name: 'DescribeCertificateRequest')
89
137
  DescribeCertificateResponse = Shapes::StructureShape.new(name: 'DescribeCertificateResponse')
138
+ DescribeDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'DescribeDefaultAuthorizerRequest')
139
+ DescribeDefaultAuthorizerResponse = Shapes::StructureShape.new(name: 'DescribeDefaultAuthorizerResponse')
90
140
  DescribeEndpointRequest = Shapes::StructureShape.new(name: 'DescribeEndpointRequest')
91
141
  DescribeEndpointResponse = Shapes::StructureShape.new(name: 'DescribeEndpointResponse')
142
+ DescribeEventConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeEventConfigurationsRequest')
143
+ DescribeEventConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeEventConfigurationsResponse')
144
+ DescribeIndexRequest = Shapes::StructureShape.new(name: 'DescribeIndexRequest')
145
+ DescribeIndexResponse = Shapes::StructureShape.new(name: 'DescribeIndexResponse')
146
+ DescribeJobExecutionRequest = Shapes::StructureShape.new(name: 'DescribeJobExecutionRequest')
147
+ DescribeJobExecutionResponse = Shapes::StructureShape.new(name: 'DescribeJobExecutionResponse')
148
+ DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
149
+ DescribeJobResponse = Shapes::StructureShape.new(name: 'DescribeJobResponse')
150
+ DescribeRoleAliasRequest = Shapes::StructureShape.new(name: 'DescribeRoleAliasRequest')
151
+ DescribeRoleAliasResponse = Shapes::StructureShape.new(name: 'DescribeRoleAliasResponse')
152
+ DescribeThingGroupRequest = Shapes::StructureShape.new(name: 'DescribeThingGroupRequest')
153
+ DescribeThingGroupResponse = Shapes::StructureShape.new(name: 'DescribeThingGroupResponse')
154
+ DescribeThingRegistrationTaskRequest = Shapes::StructureShape.new(name: 'DescribeThingRegistrationTaskRequest')
155
+ DescribeThingRegistrationTaskResponse = Shapes::StructureShape.new(name: 'DescribeThingRegistrationTaskResponse')
92
156
  DescribeThingRequest = Shapes::StructureShape.new(name: 'DescribeThingRequest')
93
157
  DescribeThingResponse = Shapes::StructureShape.new(name: 'DescribeThingResponse')
94
158
  DescribeThingTypeRequest = Shapes::StructureShape.new(name: 'DescribeThingTypeRequest')
95
159
  DescribeThingTypeResponse = Shapes::StructureShape.new(name: 'DescribeThingTypeResponse')
96
160
  Description = Shapes::StringShape.new(name: 'Description')
161
+ DetachPolicyRequest = Shapes::StructureShape.new(name: 'DetachPolicyRequest')
97
162
  DetachPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'DetachPrincipalPolicyRequest')
98
163
  DetachThingPrincipalRequest = Shapes::StructureShape.new(name: 'DetachThingPrincipalRequest')
99
164
  DetachThingPrincipalResponse = Shapes::StructureShape.new(name: 'DetachThingPrincipalResponse')
165
+ DetailsKey = Shapes::StringShape.new(name: 'DetailsKey')
166
+ DetailsMap = Shapes::MapShape.new(name: 'DetailsMap')
167
+ DetailsValue = Shapes::StringShape.new(name: 'DetailsValue')
168
+ DisableAllLogs = Shapes::BooleanShape.new(name: 'DisableAllLogs')
100
169
  DisableTopicRuleRequest = Shapes::StructureShape.new(name: 'DisableTopicRuleRequest')
101
170
  DynamoDBAction = Shapes::StructureShape.new(name: 'DynamoDBAction')
102
171
  DynamoDBv2Action = Shapes::StructureShape.new(name: 'DynamoDBv2Action')
103
172
  DynamoKeyType = Shapes::StringShape.new(name: 'DynamoKeyType')
104
173
  DynamoOperation = Shapes::StringShape.new(name: 'DynamoOperation')
174
+ EffectivePolicies = Shapes::ListShape.new(name: 'EffectivePolicies')
175
+ EffectivePolicy = Shapes::StructureShape.new(name: 'EffectivePolicy')
105
176
  ElasticsearchAction = Shapes::StructureShape.new(name: 'ElasticsearchAction')
106
177
  ElasticsearchEndpoint = Shapes::StringShape.new(name: 'ElasticsearchEndpoint')
107
178
  ElasticsearchId = Shapes::StringShape.new(name: 'ElasticsearchId')
108
179
  ElasticsearchIndex = Shapes::StringShape.new(name: 'ElasticsearchIndex')
109
180
  ElasticsearchType = Shapes::StringShape.new(name: 'ElasticsearchType')
110
181
  EnableTopicRuleRequest = Shapes::StructureShape.new(name: 'EnableTopicRuleRequest')
182
+ Enabled = Shapes::BooleanShape.new(name: 'Enabled')
111
183
  EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
184
+ EndpointType = Shapes::StringShape.new(name: 'EndpointType')
185
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
186
+ EventConfigurations = Shapes::MapShape.new(name: 'EventConfigurations')
187
+ EventType = Shapes::StringShape.new(name: 'EventType')
188
+ ExecutionNumber = Shapes::IntegerShape.new(name: 'ExecutionNumber')
189
+ ExpiresInSec = Shapes::IntegerShape.new(name: 'ExpiresInSec')
190
+ ExplicitDeny = Shapes::StructureShape.new(name: 'ExplicitDeny')
191
+ FailedThings = Shapes::IntegerShape.new(name: 'FailedThings')
112
192
  FirehoseAction = Shapes::StructureShape.new(name: 'FirehoseAction')
113
193
  FirehoseSeparator = Shapes::StringShape.new(name: 'FirehoseSeparator')
114
194
  Flag = Shapes::BooleanShape.new(name: 'Flag')
195
+ ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
115
196
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
197
+ GEMaxResults = Shapes::IntegerShape.new(name: 'GEMaxResults')
198
+ GetEffectivePoliciesRequest = Shapes::StructureShape.new(name: 'GetEffectivePoliciesRequest')
199
+ GetEffectivePoliciesResponse = Shapes::StructureShape.new(name: 'GetEffectivePoliciesResponse')
200
+ GetIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'GetIndexingConfigurationRequest')
201
+ GetIndexingConfigurationResponse = Shapes::StructureShape.new(name: 'GetIndexingConfigurationResponse')
202
+ GetJobDocumentRequest = Shapes::StructureShape.new(name: 'GetJobDocumentRequest')
203
+ GetJobDocumentResponse = Shapes::StructureShape.new(name: 'GetJobDocumentResponse')
116
204
  GetLoggingOptionsRequest = Shapes::StructureShape.new(name: 'GetLoggingOptionsRequest')
117
205
  GetLoggingOptionsResponse = Shapes::StructureShape.new(name: 'GetLoggingOptionsResponse')
118
206
  GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
@@ -123,24 +211,75 @@ module Aws::IoT
123
211
  GetRegistrationCodeResponse = Shapes::StructureShape.new(name: 'GetRegistrationCodeResponse')
124
212
  GetTopicRuleRequest = Shapes::StructureShape.new(name: 'GetTopicRuleRequest')
125
213
  GetTopicRuleResponse = Shapes::StructureShape.new(name: 'GetTopicRuleResponse')
214
+ GetV2LoggingOptionsRequest = Shapes::StructureShape.new(name: 'GetV2LoggingOptionsRequest')
215
+ GetV2LoggingOptionsResponse = Shapes::StructureShape.new(name: 'GetV2LoggingOptionsResponse')
216
+ GroupNameAndArn = Shapes::StructureShape.new(name: 'GroupNameAndArn')
126
217
  HashKeyField = Shapes::StringShape.new(name: 'HashKeyField')
127
218
  HashKeyValue = Shapes::StringShape.new(name: 'HashKeyValue')
219
+ ImplicitDeny = Shapes::StructureShape.new(name: 'ImplicitDeny')
220
+ InProgressThings = Shapes::IntegerShape.new(name: 'InProgressThings')
221
+ IndexName = Shapes::StringShape.new(name: 'IndexName')
222
+ IndexNamesList = Shapes::ListShape.new(name: 'IndexNamesList')
223
+ IndexNotReadyException = Shapes::StructureShape.new(name: 'IndexNotReadyException')
224
+ IndexSchema = Shapes::StringShape.new(name: 'IndexSchema')
225
+ IndexStatus = Shapes::StringShape.new(name: 'IndexStatus')
128
226
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
129
227
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
228
+ InvalidQueryException = Shapes::StructureShape.new(name: 'InvalidQueryException')
130
229
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
230
+ InvalidResponseException = Shapes::StructureShape.new(name: 'InvalidResponseException')
231
+ IsAuthenticated = Shapes::BooleanShape.new(name: 'IsAuthenticated')
131
232
  IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
132
233
  IsDisabled = Shapes::BooleanShape.new(name: 'IsDisabled')
234
+ Job = Shapes::StructureShape.new(name: 'Job')
235
+ JobArn = Shapes::StringShape.new(name: 'JobArn')
236
+ JobDescription = Shapes::StringShape.new(name: 'JobDescription')
237
+ JobDocument = Shapes::StringShape.new(name: 'JobDocument')
238
+ JobDocumentParameters = Shapes::MapShape.new(name: 'JobDocumentParameters')
239
+ JobDocumentSource = Shapes::StringShape.new(name: 'JobDocumentSource')
240
+ JobExecution = Shapes::StructureShape.new(name: 'JobExecution')
241
+ JobExecutionStatus = Shapes::StringShape.new(name: 'JobExecutionStatus')
242
+ JobExecutionStatusDetails = Shapes::StructureShape.new(name: 'JobExecutionStatusDetails')
243
+ JobExecutionSummary = Shapes::StructureShape.new(name: 'JobExecutionSummary')
244
+ JobExecutionSummaryForJob = Shapes::StructureShape.new(name: 'JobExecutionSummaryForJob')
245
+ JobExecutionSummaryForJobList = Shapes::ListShape.new(name: 'JobExecutionSummaryForJobList')
246
+ JobExecutionSummaryForThing = Shapes::StructureShape.new(name: 'JobExecutionSummaryForThing')
247
+ JobExecutionSummaryForThingList = Shapes::ListShape.new(name: 'JobExecutionSummaryForThingList')
248
+ JobExecutionsRolloutConfig = Shapes::StructureShape.new(name: 'JobExecutionsRolloutConfig')
249
+ JobId = Shapes::StringShape.new(name: 'JobId')
250
+ JobProcessDetails = Shapes::StructureShape.new(name: 'JobProcessDetails')
251
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
252
+ JobSummary = Shapes::StructureShape.new(name: 'JobSummary')
253
+ JobSummaryList = Shapes::ListShape.new(name: 'JobSummaryList')
254
+ JobTargets = Shapes::ListShape.new(name: 'JobTargets')
255
+ JsonDocument = Shapes::StringShape.new(name: 'JsonDocument')
133
256
  Key = Shapes::StringShape.new(name: 'Key')
257
+ KeyName = Shapes::StringShape.new(name: 'KeyName')
134
258
  KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
259
+ KeyValue = Shapes::StringShape.new(name: 'KeyValue')
135
260
  KinesisAction = Shapes::StructureShape.new(name: 'KinesisAction')
136
261
  LambdaAction = Shapes::StructureShape.new(name: 'LambdaAction')
262
+ LaserMaxResults = Shapes::IntegerShape.new(name: 'LaserMaxResults')
263
+ LastModifiedDate = Shapes::TimestampShape.new(name: 'LastModifiedDate')
137
264
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
265
+ ListAttachedPoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedPoliciesRequest')
266
+ ListAttachedPoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedPoliciesResponse')
267
+ ListAuthorizersRequest = Shapes::StructureShape.new(name: 'ListAuthorizersRequest')
268
+ ListAuthorizersResponse = Shapes::StructureShape.new(name: 'ListAuthorizersResponse')
138
269
  ListCACertificatesRequest = Shapes::StructureShape.new(name: 'ListCACertificatesRequest')
139
270
  ListCACertificatesResponse = Shapes::StructureShape.new(name: 'ListCACertificatesResponse')
140
271
  ListCertificatesByCARequest = Shapes::StructureShape.new(name: 'ListCertificatesByCARequest')
141
272
  ListCertificatesByCAResponse = Shapes::StructureShape.new(name: 'ListCertificatesByCAResponse')
142
273
  ListCertificatesRequest = Shapes::StructureShape.new(name: 'ListCertificatesRequest')
143
274
  ListCertificatesResponse = Shapes::StructureShape.new(name: 'ListCertificatesResponse')
275
+ ListIndicesRequest = Shapes::StructureShape.new(name: 'ListIndicesRequest')
276
+ ListIndicesResponse = Shapes::StructureShape.new(name: 'ListIndicesResponse')
277
+ ListJobExecutionsForJobRequest = Shapes::StructureShape.new(name: 'ListJobExecutionsForJobRequest')
278
+ ListJobExecutionsForJobResponse = Shapes::StructureShape.new(name: 'ListJobExecutionsForJobResponse')
279
+ ListJobExecutionsForThingRequest = Shapes::StructureShape.new(name: 'ListJobExecutionsForThingRequest')
280
+ ListJobExecutionsForThingResponse = Shapes::StructureShape.new(name: 'ListJobExecutionsForThingResponse')
281
+ ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
282
+ ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
144
283
  ListOutgoingCertificatesRequest = Shapes::StructureShape.new(name: 'ListOutgoingCertificatesRequest')
145
284
  ListOutgoingCertificatesResponse = Shapes::StructureShape.new(name: 'ListOutgoingCertificatesResponse')
146
285
  ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
@@ -153,19 +292,40 @@ module Aws::IoT
153
292
  ListPrincipalPoliciesResponse = Shapes::StructureShape.new(name: 'ListPrincipalPoliciesResponse')
154
293
  ListPrincipalThingsRequest = Shapes::StructureShape.new(name: 'ListPrincipalThingsRequest')
155
294
  ListPrincipalThingsResponse = Shapes::StructureShape.new(name: 'ListPrincipalThingsResponse')
295
+ ListRoleAliasesRequest = Shapes::StructureShape.new(name: 'ListRoleAliasesRequest')
296
+ ListRoleAliasesResponse = Shapes::StructureShape.new(name: 'ListRoleAliasesResponse')
297
+ ListTargetsForPolicyRequest = Shapes::StructureShape.new(name: 'ListTargetsForPolicyRequest')
298
+ ListTargetsForPolicyResponse = Shapes::StructureShape.new(name: 'ListTargetsForPolicyResponse')
299
+ ListThingGroupsForThingRequest = Shapes::StructureShape.new(name: 'ListThingGroupsForThingRequest')
300
+ ListThingGroupsForThingResponse = Shapes::StructureShape.new(name: 'ListThingGroupsForThingResponse')
301
+ ListThingGroupsRequest = Shapes::StructureShape.new(name: 'ListThingGroupsRequest')
302
+ ListThingGroupsResponse = Shapes::StructureShape.new(name: 'ListThingGroupsResponse')
156
303
  ListThingPrincipalsRequest = Shapes::StructureShape.new(name: 'ListThingPrincipalsRequest')
157
304
  ListThingPrincipalsResponse = Shapes::StructureShape.new(name: 'ListThingPrincipalsResponse')
305
+ ListThingRegistrationTaskReportsRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsRequest')
306
+ ListThingRegistrationTaskReportsResponse = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsResponse')
307
+ ListThingRegistrationTasksRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTasksRequest')
308
+ ListThingRegistrationTasksResponse = Shapes::StructureShape.new(name: 'ListThingRegistrationTasksResponse')
158
309
  ListThingTypesRequest = Shapes::StructureShape.new(name: 'ListThingTypesRequest')
159
310
  ListThingTypesResponse = Shapes::StructureShape.new(name: 'ListThingTypesResponse')
311
+ ListThingsInThingGroupRequest = Shapes::StructureShape.new(name: 'ListThingsInThingGroupRequest')
312
+ ListThingsInThingGroupResponse = Shapes::StructureShape.new(name: 'ListThingsInThingGroupResponse')
160
313
  ListThingsRequest = Shapes::StructureShape.new(name: 'ListThingsRequest')
161
314
  ListThingsResponse = Shapes::StructureShape.new(name: 'ListThingsResponse')
162
315
  ListTopicRulesRequest = Shapes::StructureShape.new(name: 'ListTopicRulesRequest')
163
316
  ListTopicRulesResponse = Shapes::StructureShape.new(name: 'ListTopicRulesResponse')
317
+ ListV2LoggingLevelsRequest = Shapes::StructureShape.new(name: 'ListV2LoggingLevelsRequest')
318
+ ListV2LoggingLevelsResponse = Shapes::StructureShape.new(name: 'ListV2LoggingLevelsResponse')
164
319
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
320
+ LogTarget = Shapes::StructureShape.new(name: 'LogTarget')
321
+ LogTargetConfiguration = Shapes::StructureShape.new(name: 'LogTargetConfiguration')
322
+ LogTargetConfigurations = Shapes::ListShape.new(name: 'LogTargetConfigurations')
323
+ LogTargetName = Shapes::StringShape.new(name: 'LogTargetName')
324
+ LogTargetType = Shapes::StringShape.new(name: 'LogTargetType')
165
325
  LoggingOptionsPayload = Shapes::StructureShape.new(name: 'LoggingOptionsPayload')
166
326
  MalformedPolicyException = Shapes::StructureShape.new(name: 'MalformedPolicyException')
167
327
  Marker = Shapes::StringShape.new(name: 'Marker')
168
- MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
328
+ MaxJobExecutionsPerMin = Shapes::IntegerShape.new(name: 'MaxJobExecutionsPerMin')
169
329
  Message = Shapes::StringShape.new(name: 'Message')
170
330
  MessageFormat = Shapes::StringShape.new(name: 'MessageFormat')
171
331
  MetricName = Shapes::StringShape.new(name: 'MetricName')
@@ -173,77 +333,165 @@ module Aws::IoT
173
333
  MetricTimestamp = Shapes::StringShape.new(name: 'MetricTimestamp')
174
334
  MetricUnit = Shapes::StringShape.new(name: 'MetricUnit')
175
335
  MetricValue = Shapes::StringShape.new(name: 'MetricValue')
336
+ MissingContextValue = Shapes::StringShape.new(name: 'MissingContextValue')
337
+ MissingContextValues = Shapes::ListShape.new(name: 'MissingContextValues')
176
338
  NextToken = Shapes::StringShape.new(name: 'NextToken')
339
+ NotConfiguredException = Shapes::StructureShape.new(name: 'NotConfiguredException')
177
340
  OptionalVersion = Shapes::IntegerShape.new(name: 'OptionalVersion')
178
341
  OutgoingCertificate = Shapes::StructureShape.new(name: 'OutgoingCertificate')
179
342
  OutgoingCertificates = Shapes::ListShape.new(name: 'OutgoingCertificates')
180
343
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
344
+ Parameter = Shapes::StringShape.new(name: 'Parameter')
345
+ ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
346
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
347
+ Parameters = Shapes::MapShape.new(name: 'Parameters')
181
348
  PartitionKey = Shapes::StringShape.new(name: 'PartitionKey')
182
349
  PayloadField = Shapes::StringShape.new(name: 'PayloadField')
350
+ Percentage = Shapes::IntegerShape.new(name: 'Percentage')
183
351
  Policies = Shapes::ListShape.new(name: 'Policies')
184
352
  Policy = Shapes::StructureShape.new(name: 'Policy')
185
353
  PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
186
354
  PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
355
+ PolicyDocuments = Shapes::ListShape.new(name: 'PolicyDocuments')
187
356
  PolicyName = Shapes::StringShape.new(name: 'PolicyName')
357
+ PolicyNames = Shapes::ListShape.new(name: 'PolicyNames')
358
+ PolicyTarget = Shapes::StringShape.new(name: 'PolicyTarget')
359
+ PolicyTargets = Shapes::ListShape.new(name: 'PolicyTargets')
188
360
  PolicyVersion = Shapes::StructureShape.new(name: 'PolicyVersion')
189
361
  PolicyVersionId = Shapes::StringShape.new(name: 'PolicyVersionId')
190
362
  PolicyVersions = Shapes::ListShape.new(name: 'PolicyVersions')
363
+ PresignedUrlConfig = Shapes::StructureShape.new(name: 'PresignedUrlConfig')
191
364
  Principal = Shapes::StringShape.new(name: 'Principal')
192
365
  PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
366
+ PrincipalId = Shapes::StringShape.new(name: 'PrincipalId')
193
367
  Principals = Shapes::ListShape.new(name: 'Principals')
194
368
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
369
+ ProcessingTargetName = Shapes::StringShape.new(name: 'ProcessingTargetName')
370
+ ProcessingTargetNameList = Shapes::ListShape.new(name: 'ProcessingTargetNameList')
195
371
  PublicKey = Shapes::StringShape.new(name: 'PublicKey')
372
+ PublicKeyMap = Shapes::MapShape.new(name: 'PublicKeyMap')
196
373
  PutItemInput = Shapes::StructureShape.new(name: 'PutItemInput')
374
+ QueryMaxResults = Shapes::IntegerShape.new(name: 'QueryMaxResults')
375
+ QueryString = Shapes::StringShape.new(name: 'QueryString')
376
+ QueryVersion = Shapes::StringShape.new(name: 'QueryVersion')
197
377
  QueueUrl = Shapes::StringShape.new(name: 'QueueUrl')
378
+ QueuedThings = Shapes::IntegerShape.new(name: 'QueuedThings')
198
379
  RangeKeyField = Shapes::StringShape.new(name: 'RangeKeyField')
199
380
  RangeKeyValue = Shapes::StringShape.new(name: 'RangeKeyValue')
381
+ Recursive = Shapes::BooleanShape.new(name: 'Recursive')
382
+ RecursiveWithoutDefault = Shapes::BooleanShape.new(name: 'RecursiveWithoutDefault')
200
383
  RegisterCACertificateRequest = Shapes::StructureShape.new(name: 'RegisterCACertificateRequest')
201
384
  RegisterCACertificateResponse = Shapes::StructureShape.new(name: 'RegisterCACertificateResponse')
202
385
  RegisterCertificateRequest = Shapes::StructureShape.new(name: 'RegisterCertificateRequest')
203
386
  RegisterCertificateResponse = Shapes::StructureShape.new(name: 'RegisterCertificateResponse')
387
+ RegisterThingRequest = Shapes::StructureShape.new(name: 'RegisterThingRequest')
388
+ RegisterThingResponse = Shapes::StructureShape.new(name: 'RegisterThingResponse')
204
389
  RegistrationCode = Shapes::StringShape.new(name: 'RegistrationCode')
205
390
  RegistrationCodeValidationException = Shapes::StructureShape.new(name: 'RegistrationCodeValidationException')
391
+ RegistrationConfig = Shapes::StructureShape.new(name: 'RegistrationConfig')
206
392
  RegistryMaxResults = Shapes::IntegerShape.new(name: 'RegistryMaxResults')
393
+ RegistryS3BucketName = Shapes::StringShape.new(name: 'RegistryS3BucketName')
394
+ RegistryS3KeyName = Shapes::StringShape.new(name: 'RegistryS3KeyName')
207
395
  RejectCertificateTransferRequest = Shapes::StructureShape.new(name: 'RejectCertificateTransferRequest')
396
+ RejectedThings = Shapes::IntegerShape.new(name: 'RejectedThings')
397
+ RemoveAutoRegistration = Shapes::BooleanShape.new(name: 'RemoveAutoRegistration')
398
+ RemoveThingFromThingGroupRequest = Shapes::StructureShape.new(name: 'RemoveThingFromThingGroupRequest')
399
+ RemoveThingFromThingGroupResponse = Shapes::StructureShape.new(name: 'RemoveThingFromThingGroupResponse')
208
400
  RemoveThingType = Shapes::BooleanShape.new(name: 'RemoveThingType')
401
+ RemovedThings = Shapes::IntegerShape.new(name: 'RemovedThings')
209
402
  ReplaceTopicRuleRequest = Shapes::StructureShape.new(name: 'ReplaceTopicRuleRequest')
403
+ ReportType = Shapes::StringShape.new(name: 'ReportType')
210
404
  RepublishAction = Shapes::StructureShape.new(name: 'RepublishAction')
405
+ Resource = Shapes::StringShape.new(name: 'Resource')
211
406
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
407
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
408
+ ResourceArns = Shapes::MapShape.new(name: 'ResourceArns')
409
+ ResourceLogicalId = Shapes::StringShape.new(name: 'ResourceLogicalId')
212
410
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
411
+ ResourceRegistrationFailureException = Shapes::StructureShape.new(name: 'ResourceRegistrationFailureException')
412
+ Resources = Shapes::ListShape.new(name: 'Resources')
413
+ RoleAlias = Shapes::StringShape.new(name: 'RoleAlias')
414
+ RoleAliasArn = Shapes::StringShape.new(name: 'RoleAliasArn')
415
+ RoleAliasDescription = Shapes::StructureShape.new(name: 'RoleAliasDescription')
416
+ RoleAliases = Shapes::ListShape.new(name: 'RoleAliases')
417
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
213
418
  RuleArn = Shapes::StringShape.new(name: 'RuleArn')
214
419
  RuleName = Shapes::StringShape.new(name: 'RuleName')
215
420
  S3Action = Shapes::StructureShape.new(name: 'S3Action')
421
+ S3FileUrl = Shapes::StringShape.new(name: 'S3FileUrl')
422
+ S3FileUrlList = Shapes::ListShape.new(name: 'S3FileUrlList')
216
423
  SQL = Shapes::StringShape.new(name: 'SQL')
217
424
  SalesforceAction = Shapes::StructureShape.new(name: 'SalesforceAction')
218
425
  SalesforceEndpoint = Shapes::StringShape.new(name: 'SalesforceEndpoint')
219
426
  SalesforceToken = Shapes::StringShape.new(name: 'SalesforceToken')
427
+ SearchIndexRequest = Shapes::StructureShape.new(name: 'SearchIndexRequest')
428
+ SearchIndexResponse = Shapes::StructureShape.new(name: 'SearchIndexResponse')
220
429
  SearchableAttributes = Shapes::ListShape.new(name: 'SearchableAttributes')
430
+ Seconds = Shapes::IntegerShape.new(name: 'Seconds')
221
431
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
222
432
  SetAsActive = Shapes::BooleanShape.new(name: 'SetAsActive')
223
433
  SetAsActiveFlag = Shapes::BooleanShape.new(name: 'SetAsActiveFlag')
224
434
  SetAsDefault = Shapes::BooleanShape.new(name: 'SetAsDefault')
435
+ SetDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'SetDefaultAuthorizerRequest')
436
+ SetDefaultAuthorizerResponse = Shapes::StructureShape.new(name: 'SetDefaultAuthorizerResponse')
225
437
  SetDefaultPolicyVersionRequest = Shapes::StructureShape.new(name: 'SetDefaultPolicyVersionRequest')
226
438
  SetLoggingOptionsRequest = Shapes::StructureShape.new(name: 'SetLoggingOptionsRequest')
439
+ SetV2LoggingLevelRequest = Shapes::StructureShape.new(name: 'SetV2LoggingLevelRequest')
440
+ SetV2LoggingOptionsRequest = Shapes::StructureShape.new(name: 'SetV2LoggingOptionsRequest')
441
+ SkyfallMaxResults = Shapes::IntegerShape.new(name: 'SkyfallMaxResults')
227
442
  SnsAction = Shapes::StructureShape.new(name: 'SnsAction')
228
443
  SqlParseException = Shapes::StructureShape.new(name: 'SqlParseException')
229
444
  SqsAction = Shapes::StructureShape.new(name: 'SqsAction')
445
+ StartThingRegistrationTaskRequest = Shapes::StructureShape.new(name: 'StartThingRegistrationTaskRequest')
446
+ StartThingRegistrationTaskResponse = Shapes::StructureShape.new(name: 'StartThingRegistrationTaskResponse')
230
447
  StateReason = Shapes::StringShape.new(name: 'StateReason')
231
448
  StateValue = Shapes::StringShape.new(name: 'StateValue')
449
+ Status = Shapes::StringShape.new(name: 'Status')
450
+ StopThingRegistrationTaskRequest = Shapes::StructureShape.new(name: 'StopThingRegistrationTaskRequest')
451
+ StopThingRegistrationTaskResponse = Shapes::StructureShape.new(name: 'StopThingRegistrationTaskResponse')
232
452
  StreamName = Shapes::StringShape.new(name: 'StreamName')
453
+ SucceededThings = Shapes::IntegerShape.new(name: 'SucceededThings')
233
454
  TableName = Shapes::StringShape.new(name: 'TableName')
455
+ TargetArn = Shapes::StringShape.new(name: 'TargetArn')
456
+ TargetSelection = Shapes::StringShape.new(name: 'TargetSelection')
457
+ TaskId = Shapes::StringShape.new(name: 'TaskId')
458
+ TaskIdList = Shapes::ListShape.new(name: 'TaskIdList')
459
+ TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
460
+ TestAuthorizationRequest = Shapes::StructureShape.new(name: 'TestAuthorizationRequest')
461
+ TestAuthorizationResponse = Shapes::StructureShape.new(name: 'TestAuthorizationResponse')
462
+ TestInvokeAuthorizerRequest = Shapes::StructureShape.new(name: 'TestInvokeAuthorizerRequest')
463
+ TestInvokeAuthorizerResponse = Shapes::StructureShape.new(name: 'TestInvokeAuthorizerResponse')
234
464
  ThingArn = Shapes::StringShape.new(name: 'ThingArn')
235
465
  ThingAttribute = Shapes::StructureShape.new(name: 'ThingAttribute')
236
466
  ThingAttributeList = Shapes::ListShape.new(name: 'ThingAttributeList')
467
+ ThingDocument = Shapes::StructureShape.new(name: 'ThingDocument')
468
+ ThingDocumentList = Shapes::ListShape.new(name: 'ThingDocumentList')
469
+ ThingGroupArn = Shapes::StringShape.new(name: 'ThingGroupArn')
470
+ ThingGroupDescription = Shapes::StringShape.new(name: 'ThingGroupDescription')
471
+ ThingGroupId = Shapes::StringShape.new(name: 'ThingGroupId')
472
+ ThingGroupList = Shapes::ListShape.new(name: 'ThingGroupList')
473
+ ThingGroupMetadata = Shapes::StructureShape.new(name: 'ThingGroupMetadata')
474
+ ThingGroupName = Shapes::StringShape.new(name: 'ThingGroupName')
475
+ ThingGroupNameAndArnList = Shapes::ListShape.new(name: 'ThingGroupNameAndArnList')
476
+ ThingGroupNameList = Shapes::ListShape.new(name: 'ThingGroupNameList')
477
+ ThingGroupProperties = Shapes::StructureShape.new(name: 'ThingGroupProperties')
478
+ ThingId = Shapes::StringShape.new(name: 'ThingId')
479
+ ThingIndexingConfiguration = Shapes::StructureShape.new(name: 'ThingIndexingConfiguration')
480
+ ThingIndexingMode = Shapes::StringShape.new(name: 'ThingIndexingMode')
237
481
  ThingName = Shapes::StringShape.new(name: 'ThingName')
238
482
  ThingNameList = Shapes::ListShape.new(name: 'ThingNameList')
239
483
  ThingTypeArn = Shapes::StringShape.new(name: 'ThingTypeArn')
240
484
  ThingTypeDefinition = Shapes::StructureShape.new(name: 'ThingTypeDefinition')
241
485
  ThingTypeDescription = Shapes::StringShape.new(name: 'ThingTypeDescription')
486
+ ThingTypeId = Shapes::StringShape.new(name: 'ThingTypeId')
242
487
  ThingTypeList = Shapes::ListShape.new(name: 'ThingTypeList')
243
488
  ThingTypeMetadata = Shapes::StructureShape.new(name: 'ThingTypeMetadata')
244
489
  ThingTypeName = Shapes::StringShape.new(name: 'ThingTypeName')
245
490
  ThingTypeProperties = Shapes::StructureShape.new(name: 'ThingTypeProperties')
246
491
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
492
+ Token = Shapes::StringShape.new(name: 'Token')
493
+ TokenKeyName = Shapes::StringShape.new(name: 'TokenKeyName')
494
+ TokenSignature = Shapes::StringShape.new(name: 'TokenSignature')
247
495
  Topic = Shapes::StringShape.new(name: 'Topic')
248
496
  TopicPattern = Shapes::StringShape.new(name: 'TopicPattern')
249
497
  TopicRule = Shapes::StructureShape.new(name: 'TopicRule')
@@ -257,11 +505,24 @@ module Aws::IoT
257
505
  TransferData = Shapes::StructureShape.new(name: 'TransferData')
258
506
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
259
507
  UndoDeprecate = Shapes::BooleanShape.new(name: 'UndoDeprecate')
508
+ UpdateAuthorizerRequest = Shapes::StructureShape.new(name: 'UpdateAuthorizerRequest')
509
+ UpdateAuthorizerResponse = Shapes::StructureShape.new(name: 'UpdateAuthorizerResponse')
260
510
  UpdateCACertificateRequest = Shapes::StructureShape.new(name: 'UpdateCACertificateRequest')
261
511
  UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
512
+ UpdateEventConfigurationsRequest = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsRequest')
513
+ UpdateEventConfigurationsResponse = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsResponse')
514
+ UpdateIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationRequest')
515
+ UpdateIndexingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationResponse')
516
+ UpdateRoleAliasRequest = Shapes::StructureShape.new(name: 'UpdateRoleAliasRequest')
517
+ UpdateRoleAliasResponse = Shapes::StructureShape.new(name: 'UpdateRoleAliasResponse')
518
+ UpdateThingGroupRequest = Shapes::StructureShape.new(name: 'UpdateThingGroupRequest')
519
+ UpdateThingGroupResponse = Shapes::StructureShape.new(name: 'UpdateThingGroupResponse')
520
+ UpdateThingGroupsForThingRequest = Shapes::StructureShape.new(name: 'UpdateThingGroupsForThingRequest')
521
+ UpdateThingGroupsForThingResponse = Shapes::StructureShape.new(name: 'UpdateThingGroupsForThingResponse')
262
522
  UpdateThingRequest = Shapes::StructureShape.new(name: 'UpdateThingRequest')
263
523
  UpdateThingResponse = Shapes::StructureShape.new(name: 'UpdateThingResponse')
264
524
  UseBase64 = Shapes::BooleanShape.new(name: 'UseBase64')
525
+ Value = Shapes::StringShape.new(name: 'Value')
265
526
  Version = Shapes::IntegerShape.new(name: 'Version')
266
527
  VersionConflictException = Shapes::StructureShape.new(name: 'VersionConflictException')
267
528
  VersionsLimitExceededException = Shapes::StructureShape.new(name: 'VersionsLimitExceededException')
@@ -290,6 +551,31 @@ module Aws::IoT
290
551
 
291
552
  ActionList.member = Shapes::ShapeRef.new(shape: Action)
292
553
 
554
+ AddThingToThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
555
+ AddThingToThingGroupRequest.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
556
+ AddThingToThingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
557
+ AddThingToThingGroupRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
558
+ AddThingToThingGroupRequest.struct_class = Types::AddThingToThingGroupRequest
559
+
560
+ AddThingToThingGroupResponse.struct_class = Types::AddThingToThingGroupResponse
561
+
562
+ Allowed.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
563
+ Allowed.struct_class = Types::Allowed
564
+
565
+ AssociateTargetsWithJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
566
+ AssociateTargetsWithJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
567
+ AssociateTargetsWithJobRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
568
+ AssociateTargetsWithJobRequest.struct_class = Types::AssociateTargetsWithJobRequest
569
+
570
+ AssociateTargetsWithJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
571
+ AssociateTargetsWithJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
572
+ AssociateTargetsWithJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
573
+ AssociateTargetsWithJobResponse.struct_class = Types::AssociateTargetsWithJobResponse
574
+
575
+ AttachPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
576
+ AttachPolicyRequest.add_member(:target, Shapes::ShapeRef.new(shape: PolicyTarget, required: true, location_name: "target"))
577
+ AttachPolicyRequest.struct_class = Types::AttachPolicyRequest
578
+
293
579
  AttachPrincipalPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
294
580
  AttachPrincipalPolicyRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-iot-principal"))
295
581
  AttachPrincipalPolicyRequest.struct_class = Types::AttachPrincipalPolicyRequest
@@ -307,6 +593,37 @@ module Aws::IoT
307
593
  Attributes.key = Shapes::ShapeRef.new(shape: AttributeName)
308
594
  Attributes.value = Shapes::ShapeRef.new(shape: AttributeValue)
309
595
 
596
+ AuthInfo.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionType, location_name: "actionType"))
597
+ AuthInfo.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, location_name: "resources"))
598
+ AuthInfo.struct_class = Types::AuthInfo
599
+
600
+ AuthInfos.member = Shapes::ShapeRef.new(shape: AuthInfo)
601
+
602
+ AuthResult.add_member(:auth_info, Shapes::ShapeRef.new(shape: AuthInfo, location_name: "authInfo"))
603
+ AuthResult.add_member(:allowed, Shapes::ShapeRef.new(shape: Allowed, location_name: "allowed"))
604
+ AuthResult.add_member(:denied, Shapes::ShapeRef.new(shape: Denied, location_name: "denied"))
605
+ AuthResult.add_member(:auth_decision, Shapes::ShapeRef.new(shape: AuthDecision, location_name: "authDecision"))
606
+ AuthResult.add_member(:missing_context_values, Shapes::ShapeRef.new(shape: MissingContextValues, location_name: "missingContextValues"))
607
+ AuthResult.struct_class = Types::AuthResult
608
+
609
+ AuthResults.member = Shapes::ShapeRef.new(shape: AuthResult)
610
+
611
+ AuthorizerDescription.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
612
+ AuthorizerDescription.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
613
+ AuthorizerDescription.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, location_name: "authorizerFunctionArn"))
614
+ AuthorizerDescription.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
615
+ AuthorizerDescription.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, location_name: "tokenSigningPublicKeys"))
616
+ AuthorizerDescription.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
617
+ AuthorizerDescription.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
618
+ AuthorizerDescription.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
619
+ AuthorizerDescription.struct_class = Types::AuthorizerDescription
620
+
621
+ AuthorizerSummary.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
622
+ AuthorizerSummary.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
623
+ AuthorizerSummary.struct_class = Types::AuthorizerSummary
624
+
625
+ Authorizers.member = Shapes::ShapeRef.new(shape: AuthorizerSummary)
626
+
310
627
  CACertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
311
628
  CACertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
312
629
  CACertificate.add_member(:status, Shapes::ShapeRef.new(shape: CACertificateStatus, location_name: "status"))
@@ -327,6 +644,15 @@ module Aws::IoT
327
644
  CancelCertificateTransferRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
328
645
  CancelCertificateTransferRequest.struct_class = Types::CancelCertificateTransferRequest
329
646
 
647
+ CancelJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
648
+ CancelJobRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
649
+ CancelJobRequest.struct_class = Types::CancelJobRequest
650
+
651
+ CancelJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
652
+ CancelJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
653
+ CancelJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
654
+ CancelJobResponse.struct_class = Types::CancelJobResponse
655
+
330
656
  Certificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
331
657
  Certificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
332
658
  Certificate.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatus, location_name: "status"))
@@ -347,6 +673,10 @@ module Aws::IoT
347
673
 
348
674
  Certificates.member = Shapes::ShapeRef.new(shape: Certificate)
349
675
 
676
+ ClearDefaultAuthorizerRequest.struct_class = Types::ClearDefaultAuthorizerRequest
677
+
678
+ ClearDefaultAuthorizerResponse.struct_class = Types::ClearDefaultAuthorizerResponse
679
+
350
680
  CloudwatchAlarmAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
351
681
  CloudwatchAlarmAction.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, required: true, location_name: "alarmName"))
352
682
  CloudwatchAlarmAction.add_member(:state_reason, Shapes::ShapeRef.new(shape: StateReason, required: true, location_name: "stateReason"))
@@ -361,6 +691,20 @@ module Aws::IoT
361
691
  CloudwatchMetricAction.add_member(:metric_timestamp, Shapes::ShapeRef.new(shape: MetricTimestamp, location_name: "metricTimestamp"))
362
692
  CloudwatchMetricAction.struct_class = Types::CloudwatchMetricAction
363
693
 
694
+ Configuration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
695
+ Configuration.struct_class = Types::Configuration
696
+
697
+ CreateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
698
+ CreateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, required: true, location_name: "authorizerFunctionArn"))
699
+ CreateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, required: true, location_name: "tokenKeyName"))
700
+ CreateAuthorizerRequest.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, required: true, location_name: "tokenSigningPublicKeys"))
701
+ CreateAuthorizerRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
702
+ CreateAuthorizerRequest.struct_class = Types::CreateAuthorizerRequest
703
+
704
+ CreateAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
705
+ CreateAuthorizerResponse.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
706
+ CreateAuthorizerResponse.struct_class = Types::CreateAuthorizerResponse
707
+
364
708
  CreateCertificateFromCsrRequest.add_member(:certificate_signing_request, Shapes::ShapeRef.new(shape: CertificateSigningRequest, required: true, location_name: "certificateSigningRequest"))
365
709
  CreateCertificateFromCsrRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
366
710
  CreateCertificateFromCsrRequest.struct_class = Types::CreateCertificateFromCsrRequest
@@ -370,6 +714,22 @@ module Aws::IoT
370
714
  CreateCertificateFromCsrResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
371
715
  CreateCertificateFromCsrResponse.struct_class = Types::CreateCertificateFromCsrResponse
372
716
 
717
+ CreateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
718
+ CreateJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
719
+ CreateJobRequest.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
720
+ CreateJobRequest.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
721
+ CreateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
722
+ CreateJobRequest.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
723
+ CreateJobRequest.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
724
+ CreateJobRequest.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
725
+ CreateJobRequest.add_member(:document_parameters, Shapes::ShapeRef.new(shape: JobDocumentParameters, location_name: "documentParameters"))
726
+ CreateJobRequest.struct_class = Types::CreateJobRequest
727
+
728
+ CreateJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
729
+ CreateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
730
+ CreateJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
731
+ CreateJobResponse.struct_class = Types::CreateJobResponse
732
+
373
733
  CreateKeysAndCertificateRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
374
734
  CreateKeysAndCertificateRequest.struct_class = Types::CreateKeysAndCertificateRequest
375
735
 
@@ -400,6 +760,25 @@ module Aws::IoT
400
760
  CreatePolicyVersionResponse.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
401
761
  CreatePolicyVersionResponse.struct_class = Types::CreatePolicyVersionResponse
402
762
 
763
+ CreateRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
764
+ CreateRoleAliasRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
765
+ CreateRoleAliasRequest.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
766
+ CreateRoleAliasRequest.struct_class = Types::CreateRoleAliasRequest
767
+
768
+ CreateRoleAliasResponse.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, location_name: "roleAlias"))
769
+ CreateRoleAliasResponse.add_member(:role_alias_arn, Shapes::ShapeRef.new(shape: RoleAliasArn, location_name: "roleAliasArn"))
770
+ CreateRoleAliasResponse.struct_class = Types::CreateRoleAliasResponse
771
+
772
+ CreateThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
773
+ CreateThingGroupRequest.add_member(:parent_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "parentGroupName"))
774
+ CreateThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
775
+ CreateThingGroupRequest.struct_class = Types::CreateThingGroupRequest
776
+
777
+ CreateThingGroupResponse.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
778
+ CreateThingGroupResponse.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
779
+ CreateThingGroupResponse.add_member(:thing_group_id, Shapes::ShapeRef.new(shape: ThingGroupId, location_name: "thingGroupId"))
780
+ CreateThingGroupResponse.struct_class = Types::CreateThingGroupResponse
781
+
403
782
  CreateThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
404
783
  CreateThingRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
405
784
  CreateThingRequest.add_member(:attribute_payload, Shapes::ShapeRef.new(shape: AttributePayload, location_name: "attributePayload"))
@@ -407,6 +786,7 @@ module Aws::IoT
407
786
 
408
787
  CreateThingResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
409
788
  CreateThingResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
789
+ CreateThingResponse.add_member(:thing_id, Shapes::ShapeRef.new(shape: ThingId, location_name: "thingId"))
410
790
  CreateThingResponse.struct_class = Types::CreateThingResponse
411
791
 
412
792
  CreateThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
@@ -415,6 +795,7 @@ module Aws::IoT
415
795
 
416
796
  CreateThingTypeResponse.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
417
797
  CreateThingTypeResponse.add_member(:thing_type_arn, Shapes::ShapeRef.new(shape: ThingTypeArn, location_name: "thingTypeArn"))
798
+ CreateThingTypeResponse.add_member(:thing_type_id, Shapes::ShapeRef.new(shape: ThingTypeId, location_name: "thingTypeId"))
418
799
  CreateThingTypeResponse.struct_class = Types::CreateThingTypeResponse
419
800
 
420
801
  CreateTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
@@ -423,12 +804,18 @@ module Aws::IoT
423
804
  CreateTopicRuleRequest[:payload] = :topic_rule_payload
424
805
  CreateTopicRuleRequest[:payload_member] = CreateTopicRuleRequest.member(:topic_rule_payload)
425
806
 
807
+ DeleteAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
808
+ DeleteAuthorizerRequest.struct_class = Types::DeleteAuthorizerRequest
809
+
810
+ DeleteAuthorizerResponse.struct_class = Types::DeleteAuthorizerResponse
811
+
426
812
  DeleteCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
427
813
  DeleteCACertificateRequest.struct_class = Types::DeleteCACertificateRequest
428
814
 
429
815
  DeleteCACertificateResponse.struct_class = Types::DeleteCACertificateResponse
430
816
 
431
817
  DeleteCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
818
+ DeleteCertificateRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location: "querystring", location_name: "forceDelete"))
432
819
  DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
433
820
 
434
821
  DeletePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
@@ -442,6 +829,17 @@ module Aws::IoT
442
829
 
443
830
  DeleteRegistrationCodeResponse.struct_class = Types::DeleteRegistrationCodeResponse
444
831
 
832
+ DeleteRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
833
+ DeleteRoleAliasRequest.struct_class = Types::DeleteRoleAliasRequest
834
+
835
+ DeleteRoleAliasResponse.struct_class = Types::DeleteRoleAliasResponse
836
+
837
+ DeleteThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
838
+ DeleteThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
839
+ DeleteThingGroupRequest.struct_class = Types::DeleteThingGroupRequest
840
+
841
+ DeleteThingGroupResponse.struct_class = Types::DeleteThingGroupResponse
842
+
445
843
  DeleteThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
446
844
  DeleteThingRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
447
845
  DeleteThingRequest.struct_class = Types::DeleteThingRequest
@@ -456,16 +854,31 @@ module Aws::IoT
456
854
  DeleteTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
457
855
  DeleteTopicRuleRequest.struct_class = Types::DeleteTopicRuleRequest
458
856
 
857
+ DeleteV2LoggingLevelRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: LogTargetType, required: true, location: "querystring", location_name: "targetType"))
858
+ DeleteV2LoggingLevelRequest.add_member(:target_name, Shapes::ShapeRef.new(shape: LogTargetName, required: true, location: "querystring", location_name: "targetName"))
859
+ DeleteV2LoggingLevelRequest.struct_class = Types::DeleteV2LoggingLevelRequest
860
+
861
+ Denied.add_member(:implicit_deny, Shapes::ShapeRef.new(shape: ImplicitDeny, location_name: "implicitDeny"))
862
+ Denied.add_member(:explicit_deny, Shapes::ShapeRef.new(shape: ExplicitDeny, location_name: "explicitDeny"))
863
+ Denied.struct_class = Types::Denied
864
+
459
865
  DeprecateThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
460
866
  DeprecateThingTypeRequest.add_member(:undo_deprecate, Shapes::ShapeRef.new(shape: UndoDeprecate, location_name: "undoDeprecate"))
461
867
  DeprecateThingTypeRequest.struct_class = Types::DeprecateThingTypeRequest
462
868
 
463
869
  DeprecateThingTypeResponse.struct_class = Types::DeprecateThingTypeResponse
464
870
 
871
+ DescribeAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
872
+ DescribeAuthorizerRequest.struct_class = Types::DescribeAuthorizerRequest
873
+
874
+ DescribeAuthorizerResponse.add_member(:authorizer_description, Shapes::ShapeRef.new(shape: AuthorizerDescription, location_name: "authorizerDescription"))
875
+ DescribeAuthorizerResponse.struct_class = Types::DescribeAuthorizerResponse
876
+
465
877
  DescribeCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
466
878
  DescribeCACertificateRequest.struct_class = Types::DescribeCACertificateRequest
467
879
 
468
880
  DescribeCACertificateResponse.add_member(:certificate_description, Shapes::ShapeRef.new(shape: CACertificateDescription, location_name: "certificateDescription"))
881
+ DescribeCACertificateResponse.add_member(:registration_config, Shapes::ShapeRef.new(shape: RegistrationConfig, location_name: "registrationConfig"))
469
882
  DescribeCACertificateResponse.struct_class = Types::DescribeCACertificateResponse
470
883
 
471
884
  DescribeCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
@@ -474,16 +887,88 @@ module Aws::IoT
474
887
  DescribeCertificateResponse.add_member(:certificate_description, Shapes::ShapeRef.new(shape: CertificateDescription, location_name: "certificateDescription"))
475
888
  DescribeCertificateResponse.struct_class = Types::DescribeCertificateResponse
476
889
 
890
+ DescribeDefaultAuthorizerRequest.struct_class = Types::DescribeDefaultAuthorizerRequest
891
+
892
+ DescribeDefaultAuthorizerResponse.add_member(:authorizer_description, Shapes::ShapeRef.new(shape: AuthorizerDescription, location_name: "authorizerDescription"))
893
+ DescribeDefaultAuthorizerResponse.struct_class = Types::DescribeDefaultAuthorizerResponse
894
+
895
+ DescribeEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location: "querystring", location_name: "endpointType"))
477
896
  DescribeEndpointRequest.struct_class = Types::DescribeEndpointRequest
478
897
 
479
898
  DescribeEndpointResponse.add_member(:endpoint_address, Shapes::ShapeRef.new(shape: EndpointAddress, location_name: "endpointAddress"))
480
899
  DescribeEndpointResponse.struct_class = Types::DescribeEndpointResponse
481
900
 
901
+ DescribeEventConfigurationsRequest.struct_class = Types::DescribeEventConfigurationsRequest
902
+
903
+ DescribeEventConfigurationsResponse.add_member(:event_configurations, Shapes::ShapeRef.new(shape: EventConfigurations, location_name: "eventConfigurations"))
904
+ DescribeEventConfigurationsResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
905
+ DescribeEventConfigurationsResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
906
+ DescribeEventConfigurationsResponse.struct_class = Types::DescribeEventConfigurationsResponse
907
+
908
+ DescribeIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location: "uri", location_name: "indexName"))
909
+ DescribeIndexRequest.struct_class = Types::DescribeIndexRequest
910
+
911
+ DescribeIndexResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
912
+ DescribeIndexResponse.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "indexStatus"))
913
+ DescribeIndexResponse.add_member(:schema, Shapes::ShapeRef.new(shape: IndexSchema, location_name: "schema"))
914
+ DescribeIndexResponse.struct_class = Types::DescribeIndexResponse
915
+
916
+ DescribeJobExecutionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
917
+ DescribeJobExecutionRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
918
+ DescribeJobExecutionRequest.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, location: "querystring", location_name: "executionNumber"))
919
+ DescribeJobExecutionRequest.struct_class = Types::DescribeJobExecutionRequest
920
+
921
+ DescribeJobExecutionResponse.add_member(:execution, Shapes::ShapeRef.new(shape: JobExecution, location_name: "execution"))
922
+ DescribeJobExecutionResponse.struct_class = Types::DescribeJobExecutionResponse
923
+
924
+ DescribeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
925
+ DescribeJobRequest.struct_class = Types::DescribeJobRequest
926
+
927
+ DescribeJobResponse.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
928
+ DescribeJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
929
+ DescribeJobResponse.struct_class = Types::DescribeJobResponse
930
+
931
+ DescribeRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
932
+ DescribeRoleAliasRequest.struct_class = Types::DescribeRoleAliasRequest
933
+
934
+ DescribeRoleAliasResponse.add_member(:role_alias_description, Shapes::ShapeRef.new(shape: RoleAliasDescription, location_name: "roleAliasDescription"))
935
+ DescribeRoleAliasResponse.struct_class = Types::DescribeRoleAliasResponse
936
+
937
+ DescribeThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
938
+ DescribeThingGroupRequest.struct_class = Types::DescribeThingGroupRequest
939
+
940
+ DescribeThingGroupResponse.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
941
+ DescribeThingGroupResponse.add_member(:thing_group_id, Shapes::ShapeRef.new(shape: ThingGroupId, location_name: "thingGroupId"))
942
+ DescribeThingGroupResponse.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
943
+ DescribeThingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
944
+ DescribeThingGroupResponse.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
945
+ DescribeThingGroupResponse.add_member(:thing_group_metadata, Shapes::ShapeRef.new(shape: ThingGroupMetadata, location_name: "thingGroupMetadata"))
946
+ DescribeThingGroupResponse.struct_class = Types::DescribeThingGroupResponse
947
+
948
+ DescribeThingRegistrationTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
949
+ DescribeThingRegistrationTaskRequest.struct_class = Types::DescribeThingRegistrationTaskRequest
950
+
951
+ DescribeThingRegistrationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
952
+ DescribeThingRegistrationTaskResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
953
+ DescribeThingRegistrationTaskResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
954
+ DescribeThingRegistrationTaskResponse.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "templateBody"))
955
+ DescribeThingRegistrationTaskResponse.add_member(:input_file_bucket, Shapes::ShapeRef.new(shape: RegistryS3BucketName, location_name: "inputFileBucket"))
956
+ DescribeThingRegistrationTaskResponse.add_member(:input_file_key, Shapes::ShapeRef.new(shape: RegistryS3KeyName, location_name: "inputFileKey"))
957
+ DescribeThingRegistrationTaskResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
958
+ DescribeThingRegistrationTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
959
+ DescribeThingRegistrationTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
960
+ DescribeThingRegistrationTaskResponse.add_member(:success_count, Shapes::ShapeRef.new(shape: Count, location_name: "successCount"))
961
+ DescribeThingRegistrationTaskResponse.add_member(:failure_count, Shapes::ShapeRef.new(shape: Count, location_name: "failureCount"))
962
+ DescribeThingRegistrationTaskResponse.add_member(:percentage_progress, Shapes::ShapeRef.new(shape: Percentage, location_name: "percentageProgress"))
963
+ DescribeThingRegistrationTaskResponse.struct_class = Types::DescribeThingRegistrationTaskResponse
964
+
482
965
  DescribeThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
483
966
  DescribeThingRequest.struct_class = Types::DescribeThingRequest
484
967
 
485
968
  DescribeThingResponse.add_member(:default_client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "defaultClientId"))
486
969
  DescribeThingResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
970
+ DescribeThingResponse.add_member(:thing_id, Shapes::ShapeRef.new(shape: ThingId, location_name: "thingId"))
971
+ DescribeThingResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
487
972
  DescribeThingResponse.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
488
973
  DescribeThingResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
489
974
  DescribeThingResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
@@ -493,10 +978,16 @@ module Aws::IoT
493
978
  DescribeThingTypeRequest.struct_class = Types::DescribeThingTypeRequest
494
979
 
495
980
  DescribeThingTypeResponse.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
981
+ DescribeThingTypeResponse.add_member(:thing_type_id, Shapes::ShapeRef.new(shape: ThingTypeId, location_name: "thingTypeId"))
982
+ DescribeThingTypeResponse.add_member(:thing_type_arn, Shapes::ShapeRef.new(shape: ThingTypeArn, location_name: "thingTypeArn"))
496
983
  DescribeThingTypeResponse.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
497
984
  DescribeThingTypeResponse.add_member(:thing_type_metadata, Shapes::ShapeRef.new(shape: ThingTypeMetadata, location_name: "thingTypeMetadata"))
498
985
  DescribeThingTypeResponse.struct_class = Types::DescribeThingTypeResponse
499
986
 
987
+ DetachPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
988
+ DetachPolicyRequest.add_member(:target, Shapes::ShapeRef.new(shape: PolicyTarget, required: true, location_name: "target"))
989
+ DetachPolicyRequest.struct_class = Types::DetachPolicyRequest
990
+
500
991
  DetachPrincipalPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
501
992
  DetachPrincipalPolicyRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-iot-principal"))
502
993
  DetachPrincipalPolicyRequest.struct_class = Types::DetachPrincipalPolicyRequest
@@ -507,6 +998,9 @@ module Aws::IoT
507
998
 
508
999
  DetachThingPrincipalResponse.struct_class = Types::DetachThingPrincipalResponse
509
1000
 
1001
+ DetailsMap.key = Shapes::ShapeRef.new(shape: DetailsKey)
1002
+ DetailsMap.value = Shapes::ShapeRef.new(shape: DetailsValue)
1003
+
510
1004
  DisableTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
511
1005
  DisableTopicRuleRequest.struct_class = Types::DisableTopicRuleRequest
512
1006
 
@@ -526,6 +1020,13 @@ module Aws::IoT
526
1020
  DynamoDBv2Action.add_member(:put_item, Shapes::ShapeRef.new(shape: PutItemInput, location_name: "putItem"))
527
1021
  DynamoDBv2Action.struct_class = Types::DynamoDBv2Action
528
1022
 
1023
+ EffectivePolicies.member = Shapes::ShapeRef.new(shape: EffectivePolicy)
1024
+
1025
+ EffectivePolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "policyName"))
1026
+ EffectivePolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "policyArn"))
1027
+ EffectivePolicy.add_member(:policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policyDocument"))
1028
+ EffectivePolicy.struct_class = Types::EffectivePolicy
1029
+
529
1030
  ElasticsearchAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
530
1031
  ElasticsearchAction.add_member(:endpoint, Shapes::ShapeRef.new(shape: ElasticsearchEndpoint, required: true, location_name: "endpoint"))
531
1032
  ElasticsearchAction.add_member(:index, Shapes::ShapeRef.new(shape: ElasticsearchIndex, required: true, location_name: "index"))
@@ -536,11 +1037,36 @@ module Aws::IoT
536
1037
  EnableTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
537
1038
  EnableTopicRuleRequest.struct_class = Types::EnableTopicRuleRequest
538
1039
 
1040
+ EventConfigurations.key = Shapes::ShapeRef.new(shape: EventType)
1041
+ EventConfigurations.value = Shapes::ShapeRef.new(shape: Configuration)
1042
+
1043
+ ExplicitDeny.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
1044
+ ExplicitDeny.struct_class = Types::ExplicitDeny
1045
+
539
1046
  FirehoseAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
540
1047
  FirehoseAction.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "deliveryStreamName"))
541
1048
  FirehoseAction.add_member(:separator, Shapes::ShapeRef.new(shape: FirehoseSeparator, location_name: "separator"))
542
1049
  FirehoseAction.struct_class = Types::FirehoseAction
543
1050
 
1051
+ GetEffectivePoliciesRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "principal"))
1052
+ GetEffectivePoliciesRequest.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
1053
+ GetEffectivePoliciesRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location: "querystring", location_name: "thingName"))
1054
+ GetEffectivePoliciesRequest.struct_class = Types::GetEffectivePoliciesRequest
1055
+
1056
+ GetEffectivePoliciesResponse.add_member(:effective_policies, Shapes::ShapeRef.new(shape: EffectivePolicies, location_name: "effectivePolicies"))
1057
+ GetEffectivePoliciesResponse.struct_class = Types::GetEffectivePoliciesResponse
1058
+
1059
+ GetIndexingConfigurationRequest.struct_class = Types::GetIndexingConfigurationRequest
1060
+
1061
+ GetIndexingConfigurationResponse.add_member(:thing_indexing_configuration, Shapes::ShapeRef.new(shape: ThingIndexingConfiguration, location_name: "thingIndexingConfiguration"))
1062
+ GetIndexingConfigurationResponse.struct_class = Types::GetIndexingConfigurationResponse
1063
+
1064
+ GetJobDocumentRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1065
+ GetJobDocumentRequest.struct_class = Types::GetJobDocumentRequest
1066
+
1067
+ GetJobDocumentResponse.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
1068
+ GetJobDocumentResponse.struct_class = Types::GetJobDocumentResponse
1069
+
544
1070
  GetLoggingOptionsRequest.struct_class = Types::GetLoggingOptionsRequest
545
1071
 
546
1072
  GetLoggingOptionsResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, location_name: "roleArn"))
@@ -579,6 +1105,100 @@ module Aws::IoT
579
1105
  GetTopicRuleResponse.add_member(:rule, Shapes::ShapeRef.new(shape: TopicRule, location_name: "rule"))
580
1106
  GetTopicRuleResponse.struct_class = Types::GetTopicRuleResponse
581
1107
 
1108
+ GetV2LoggingOptionsRequest.struct_class = Types::GetV2LoggingOptionsRequest
1109
+
1110
+ GetV2LoggingOptionsResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, location_name: "roleArn"))
1111
+ GetV2LoggingOptionsResponse.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "defaultLogLevel"))
1112
+ GetV2LoggingOptionsResponse.add_member(:disable_all_logs, Shapes::ShapeRef.new(shape: DisableAllLogs, location_name: "disableAllLogs"))
1113
+ GetV2LoggingOptionsResponse.struct_class = Types::GetV2LoggingOptionsResponse
1114
+
1115
+ GroupNameAndArn.add_member(:group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "groupName"))
1116
+ GroupNameAndArn.add_member(:group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "groupArn"))
1117
+ GroupNameAndArn.struct_class = Types::GroupNameAndArn
1118
+
1119
+ ImplicitDeny.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
1120
+ ImplicitDeny.struct_class = Types::ImplicitDeny
1121
+
1122
+ IndexNamesList.member = Shapes::ShapeRef.new(shape: IndexName)
1123
+
1124
+ Job.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
1125
+ Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
1126
+ Job.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
1127
+ Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1128
+ Job.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
1129
+ Job.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, location_name: "targets"))
1130
+ Job.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
1131
+ Job.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
1132
+ Job.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
1133
+ Job.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
1134
+ Job.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
1135
+ Job.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
1136
+ Job.add_member(:job_process_details, Shapes::ShapeRef.new(shape: JobProcessDetails, location_name: "jobProcessDetails"))
1137
+ Job.add_member(:document_parameters, Shapes::ShapeRef.new(shape: JobDocumentParameters, location_name: "documentParameters"))
1138
+ Job.struct_class = Types::Job
1139
+
1140
+ JobDocumentParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
1141
+ JobDocumentParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
1142
+
1143
+ JobExecution.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
1144
+ JobExecution.add_member(:status, Shapes::ShapeRef.new(shape: JobExecutionStatus, location_name: "status"))
1145
+ JobExecution.add_member(:status_details, Shapes::ShapeRef.new(shape: JobExecutionStatusDetails, location_name: "statusDetails"))
1146
+ JobExecution.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
1147
+ JobExecution.add_member(:queued_at, Shapes::ShapeRef.new(shape: DateType, location_name: "queuedAt"))
1148
+ JobExecution.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
1149
+ JobExecution.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
1150
+ JobExecution.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, location_name: "executionNumber"))
1151
+ JobExecution.struct_class = Types::JobExecution
1152
+
1153
+ JobExecutionStatusDetails.add_member(:details_map, Shapes::ShapeRef.new(shape: DetailsMap, location_name: "detailsMap"))
1154
+ JobExecutionStatusDetails.struct_class = Types::JobExecutionStatusDetails
1155
+
1156
+ JobExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobExecutionStatus, location_name: "status"))
1157
+ JobExecutionSummary.add_member(:queued_at, Shapes::ShapeRef.new(shape: DateType, location_name: "queuedAt"))
1158
+ JobExecutionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
1159
+ JobExecutionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
1160
+ JobExecutionSummary.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, location_name: "executionNumber"))
1161
+ JobExecutionSummary.struct_class = Types::JobExecutionSummary
1162
+
1163
+ JobExecutionSummaryForJob.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
1164
+ JobExecutionSummaryForJob.add_member(:job_execution_summary, Shapes::ShapeRef.new(shape: JobExecutionSummary, location_name: "jobExecutionSummary"))
1165
+ JobExecutionSummaryForJob.struct_class = Types::JobExecutionSummaryForJob
1166
+
1167
+ JobExecutionSummaryForJobList.member = Shapes::ShapeRef.new(shape: JobExecutionSummaryForJob)
1168
+
1169
+ JobExecutionSummaryForThing.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
1170
+ JobExecutionSummaryForThing.add_member(:job_execution_summary, Shapes::ShapeRef.new(shape: JobExecutionSummary, location_name: "jobExecutionSummary"))
1171
+ JobExecutionSummaryForThing.struct_class = Types::JobExecutionSummaryForThing
1172
+
1173
+ JobExecutionSummaryForThingList.member = Shapes::ShapeRef.new(shape: JobExecutionSummaryForThing)
1174
+
1175
+ JobExecutionsRolloutConfig.add_member(:maximum_per_minute, Shapes::ShapeRef.new(shape: MaxJobExecutionsPerMin, location_name: "maximumPerMinute"))
1176
+ JobExecutionsRolloutConfig.struct_class = Types::JobExecutionsRolloutConfig
1177
+
1178
+ JobProcessDetails.add_member(:processing_targets, Shapes::ShapeRef.new(shape: ProcessingTargetNameList, location_name: "processingTargets"))
1179
+ JobProcessDetails.add_member(:number_of_canceled_things, Shapes::ShapeRef.new(shape: CanceledThings, location_name: "numberOfCanceledThings"))
1180
+ JobProcessDetails.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: SucceededThings, location_name: "numberOfSucceededThings"))
1181
+ JobProcessDetails.add_member(:number_of_failed_things, Shapes::ShapeRef.new(shape: FailedThings, location_name: "numberOfFailedThings"))
1182
+ JobProcessDetails.add_member(:number_of_rejected_things, Shapes::ShapeRef.new(shape: RejectedThings, location_name: "numberOfRejectedThings"))
1183
+ JobProcessDetails.add_member(:number_of_queued_things, Shapes::ShapeRef.new(shape: QueuedThings, location_name: "numberOfQueuedThings"))
1184
+ JobProcessDetails.add_member(:number_of_in_progress_things, Shapes::ShapeRef.new(shape: InProgressThings, location_name: "numberOfInProgressThings"))
1185
+ JobProcessDetails.add_member(:number_of_removed_things, Shapes::ShapeRef.new(shape: RemovedThings, location_name: "numberOfRemovedThings"))
1186
+ JobProcessDetails.struct_class = Types::JobProcessDetails
1187
+
1188
+ JobSummary.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
1189
+ JobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
1190
+ JobSummary.add_member(:thing_group_id, Shapes::ShapeRef.new(shape: ThingGroupId, location_name: "thingGroupId"))
1191
+ JobSummary.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
1192
+ JobSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1193
+ JobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
1194
+ JobSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
1195
+ JobSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
1196
+ JobSummary.struct_class = Types::JobSummary
1197
+
1198
+ JobSummaryList.member = Shapes::ShapeRef.new(shape: JobSummary)
1199
+
1200
+ JobTargets.member = Shapes::ShapeRef.new(shape: TargetArn)
1201
+
582
1202
  KeyPair.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "PublicKey"))
583
1203
  KeyPair.add_member(:private_key, Shapes::ShapeRef.new(shape: PrivateKey, location_name: "PrivateKey"))
584
1204
  KeyPair.struct_class = Types::KeyPair
@@ -591,6 +1211,26 @@ module Aws::IoT
591
1211
  LambdaAction.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "functionArn"))
592
1212
  LambdaAction.struct_class = Types::LambdaAction
593
1213
 
1214
+ ListAttachedPoliciesRequest.add_member(:target, Shapes::ShapeRef.new(shape: PolicyTarget, required: true, location: "uri", location_name: "target"))
1215
+ ListAttachedPoliciesRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Recursive, location: "querystring", location_name: "recursive"))
1216
+ ListAttachedPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1217
+ ListAttachedPoliciesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
1218
+ ListAttachedPoliciesRequest.struct_class = Types::ListAttachedPoliciesRequest
1219
+
1220
+ ListAttachedPoliciesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
1221
+ ListAttachedPoliciesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
1222
+ ListAttachedPoliciesResponse.struct_class = Types::ListAttachedPoliciesResponse
1223
+
1224
+ ListAuthorizersRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
1225
+ ListAuthorizersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1226
+ ListAuthorizersRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
1227
+ ListAuthorizersRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location: "querystring", location_name: "status"))
1228
+ ListAuthorizersRequest.struct_class = Types::ListAuthorizersRequest
1229
+
1230
+ ListAuthorizersResponse.add_member(:authorizers, Shapes::ShapeRef.new(shape: Authorizers, location_name: "authorizers"))
1231
+ ListAuthorizersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
1232
+ ListAuthorizersResponse.struct_class = Types::ListAuthorizersResponse
1233
+
594
1234
  ListCACertificatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
595
1235
  ListCACertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
596
1236
  ListCACertificatesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
@@ -619,6 +1259,46 @@ module Aws::IoT
619
1259
  ListCertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
620
1260
  ListCertificatesResponse.struct_class = Types::ListCertificatesResponse
621
1261
 
1262
+ ListIndicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1263
+ ListIndicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryMaxResults, location: "querystring", location_name: "maxResults"))
1264
+ ListIndicesRequest.struct_class = Types::ListIndicesRequest
1265
+
1266
+ ListIndicesResponse.add_member(:index_names, Shapes::ShapeRef.new(shape: IndexNamesList, location_name: "indexNames"))
1267
+ ListIndicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1268
+ ListIndicesResponse.struct_class = Types::ListIndicesResponse
1269
+
1270
+ ListJobExecutionsForJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1271
+ ListJobExecutionsForJobRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobExecutionStatus, location: "querystring", location_name: "status"))
1272
+ ListJobExecutionsForJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
1273
+ ListJobExecutionsForJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1274
+ ListJobExecutionsForJobRequest.struct_class = Types::ListJobExecutionsForJobRequest
1275
+
1276
+ ListJobExecutionsForJobResponse.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: JobExecutionSummaryForJobList, location_name: "executionSummaries"))
1277
+ ListJobExecutionsForJobResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1278
+ ListJobExecutionsForJobResponse.struct_class = Types::ListJobExecutionsForJobResponse
1279
+
1280
+ ListJobExecutionsForThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
1281
+ ListJobExecutionsForThingRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobExecutionStatus, location: "querystring", location_name: "status"))
1282
+ ListJobExecutionsForThingRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
1283
+ ListJobExecutionsForThingRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1284
+ ListJobExecutionsForThingRequest.struct_class = Types::ListJobExecutionsForThingRequest
1285
+
1286
+ ListJobExecutionsForThingResponse.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: JobExecutionSummaryForThingList, location_name: "executionSummaries"))
1287
+ ListJobExecutionsForThingResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1288
+ ListJobExecutionsForThingResponse.struct_class = Types::ListJobExecutionsForThingResponse
1289
+
1290
+ ListJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location: "querystring", location_name: "status"))
1291
+ ListJobsRequest.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location: "querystring", location_name: "targetSelection"))
1292
+ ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
1293
+ ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1294
+ ListJobsRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location: "querystring", location_name: "thingGroupName"))
1295
+ ListJobsRequest.add_member(:thing_group_id, Shapes::ShapeRef.new(shape: ThingGroupId, location: "querystring", location_name: "thingGroupId"))
1296
+ ListJobsRequest.struct_class = Types::ListJobsRequest
1297
+
1298
+ ListJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobSummaryList, location_name: "jobs"))
1299
+ ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1300
+ ListJobsResponse.struct_class = Types::ListJobsResponse
1301
+
622
1302
  ListOutgoingCertificatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
623
1303
  ListOutgoingCertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
624
1304
  ListOutgoingCertificatesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
@@ -672,12 +1352,70 @@ module Aws::IoT
672
1352
  ListPrincipalThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
673
1353
  ListPrincipalThingsResponse.struct_class = Types::ListPrincipalThingsResponse
674
1354
 
1355
+ ListRoleAliasesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
1356
+ ListRoleAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1357
+ ListRoleAliasesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
1358
+ ListRoleAliasesRequest.struct_class = Types::ListRoleAliasesRequest
1359
+
1360
+ ListRoleAliasesResponse.add_member(:role_aliases, Shapes::ShapeRef.new(shape: RoleAliases, location_name: "roleAliases"))
1361
+ ListRoleAliasesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
1362
+ ListRoleAliasesResponse.struct_class = Types::ListRoleAliasesResponse
1363
+
1364
+ ListTargetsForPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
1365
+ ListTargetsForPolicyRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1366
+ ListTargetsForPolicyRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
1367
+ ListTargetsForPolicyRequest.struct_class = Types::ListTargetsForPolicyRequest
1368
+
1369
+ ListTargetsForPolicyResponse.add_member(:targets, Shapes::ShapeRef.new(shape: PolicyTargets, location_name: "targets"))
1370
+ ListTargetsForPolicyResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
1371
+ ListTargetsForPolicyResponse.struct_class = Types::ListTargetsForPolicyResponse
1372
+
1373
+ ListThingGroupsForThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
1374
+ ListThingGroupsForThingRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1375
+ ListThingGroupsForThingRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1376
+ ListThingGroupsForThingRequest.struct_class = Types::ListThingGroupsForThingRequest
1377
+
1378
+ ListThingGroupsForThingResponse.add_member(:thing_groups, Shapes::ShapeRef.new(shape: ThingGroupNameAndArnList, location_name: "thingGroups"))
1379
+ ListThingGroupsForThingResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1380
+ ListThingGroupsForThingResponse.struct_class = Types::ListThingGroupsForThingResponse
1381
+
1382
+ ListThingGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1383
+ ListThingGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1384
+ ListThingGroupsRequest.add_member(:parent_group, Shapes::ShapeRef.new(shape: ThingGroupName, location: "querystring", location_name: "parentGroup"))
1385
+ ListThingGroupsRequest.add_member(:name_prefix_filter, Shapes::ShapeRef.new(shape: ThingGroupName, location: "querystring", location_name: "namePrefixFilter"))
1386
+ ListThingGroupsRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: RecursiveWithoutDefault, location: "querystring", location_name: "recursive"))
1387
+ ListThingGroupsRequest.struct_class = Types::ListThingGroupsRequest
1388
+
1389
+ ListThingGroupsResponse.add_member(:thing_groups, Shapes::ShapeRef.new(shape: ThingGroupNameAndArnList, location_name: "thingGroups"))
1390
+ ListThingGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1391
+ ListThingGroupsResponse.struct_class = Types::ListThingGroupsResponse
1392
+
675
1393
  ListThingPrincipalsRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
676
1394
  ListThingPrincipalsRequest.struct_class = Types::ListThingPrincipalsRequest
677
1395
 
678
1396
  ListThingPrincipalsResponse.add_member(:principals, Shapes::ShapeRef.new(shape: Principals, location_name: "principals"))
679
1397
  ListThingPrincipalsResponse.struct_class = Types::ListThingPrincipalsResponse
680
1398
 
1399
+ ListThingRegistrationTaskReportsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
1400
+ ListThingRegistrationTaskReportsRequest.add_member(:report_type, Shapes::ShapeRef.new(shape: ReportType, required: true, location: "querystring", location_name: "reportType"))
1401
+ ListThingRegistrationTaskReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1402
+ ListThingRegistrationTaskReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1403
+ ListThingRegistrationTaskReportsRequest.struct_class = Types::ListThingRegistrationTaskReportsRequest
1404
+
1405
+ ListThingRegistrationTaskReportsResponse.add_member(:resource_links, Shapes::ShapeRef.new(shape: S3FileUrlList, location_name: "resourceLinks"))
1406
+ ListThingRegistrationTaskReportsResponse.add_member(:report_type, Shapes::ShapeRef.new(shape: ReportType, location_name: "reportType"))
1407
+ ListThingRegistrationTaskReportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1408
+ ListThingRegistrationTaskReportsResponse.struct_class = Types::ListThingRegistrationTaskReportsResponse
1409
+
1410
+ ListThingRegistrationTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1411
+ ListThingRegistrationTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1412
+ ListThingRegistrationTasksRequest.add_member(:status, Shapes::ShapeRef.new(shape: Status, location: "querystring", location_name: "status"))
1413
+ ListThingRegistrationTasksRequest.struct_class = Types::ListThingRegistrationTasksRequest
1414
+
1415
+ ListThingRegistrationTasksResponse.add_member(:task_ids, Shapes::ShapeRef.new(shape: TaskIdList, location_name: "taskIds"))
1416
+ ListThingRegistrationTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1417
+ ListThingRegistrationTasksResponse.struct_class = Types::ListThingRegistrationTasksResponse
1418
+
681
1419
  ListThingTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
682
1420
  ListThingTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
683
1421
  ListThingTypesRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location: "querystring", location_name: "thingTypeName"))
@@ -687,6 +1425,16 @@ module Aws::IoT
687
1425
  ListThingTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
688
1426
  ListThingTypesResponse.struct_class = Types::ListThingTypesResponse
689
1427
 
1428
+ ListThingsInThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1429
+ ListThingsInThingGroupRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Recursive, location: "querystring", location_name: "recursive"))
1430
+ ListThingsInThingGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1431
+ ListThingsInThingGroupRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1432
+ ListThingsInThingGroupRequest.struct_class = Types::ListThingsInThingGroupRequest
1433
+
1434
+ ListThingsInThingGroupResponse.add_member(:things, Shapes::ShapeRef.new(shape: ThingNameList, location_name: "things"))
1435
+ ListThingsInThingGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1436
+ ListThingsInThingGroupResponse.struct_class = Types::ListThingsInThingGroupResponse
1437
+
690
1438
  ListThingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
691
1439
  ListThingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
692
1440
  ListThingsRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: AttributeName, location: "querystring", location_name: "attributeName"))
@@ -699,7 +1447,7 @@ module Aws::IoT
699
1447
  ListThingsResponse.struct_class = Types::ListThingsResponse
700
1448
 
701
1449
  ListTopicRulesRequest.add_member(:topic, Shapes::ShapeRef.new(shape: Topic, location: "querystring", location_name: "topic"))
702
- ListTopicRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1450
+ ListTopicRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GEMaxResults, location: "querystring", location_name: "maxResults"))
703
1451
  ListTopicRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
704
1452
  ListTopicRulesRequest.add_member(:rule_disabled, Shapes::ShapeRef.new(shape: IsDisabled, location: "querystring", location_name: "ruleDisabled"))
705
1453
  ListTopicRulesRequest.struct_class = Types::ListTopicRulesRequest
@@ -708,10 +1456,31 @@ module Aws::IoT
708
1456
  ListTopicRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
709
1457
  ListTopicRulesResponse.struct_class = Types::ListTopicRulesResponse
710
1458
 
1459
+ ListV2LoggingLevelsRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: LogTargetType, location: "querystring", location_name: "targetType"))
1460
+ ListV2LoggingLevelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1461
+ ListV2LoggingLevelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SkyfallMaxResults, location: "querystring", location_name: "maxResults"))
1462
+ ListV2LoggingLevelsRequest.struct_class = Types::ListV2LoggingLevelsRequest
1463
+
1464
+ ListV2LoggingLevelsResponse.add_member(:log_target_configurations, Shapes::ShapeRef.new(shape: LogTargetConfigurations, location_name: "logTargetConfigurations"))
1465
+ ListV2LoggingLevelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1466
+ ListV2LoggingLevelsResponse.struct_class = Types::ListV2LoggingLevelsResponse
1467
+
1468
+ LogTarget.add_member(:target_type, Shapes::ShapeRef.new(shape: LogTargetType, required: true, location_name: "targetType"))
1469
+ LogTarget.add_member(:target_name, Shapes::ShapeRef.new(shape: LogTargetName, location_name: "targetName"))
1470
+ LogTarget.struct_class = Types::LogTarget
1471
+
1472
+ LogTargetConfiguration.add_member(:log_target, Shapes::ShapeRef.new(shape: LogTarget, location_name: "logTarget"))
1473
+ LogTargetConfiguration.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
1474
+ LogTargetConfiguration.struct_class = Types::LogTargetConfiguration
1475
+
1476
+ LogTargetConfigurations.member = Shapes::ShapeRef.new(shape: LogTargetConfiguration)
1477
+
711
1478
  LoggingOptionsPayload.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
712
1479
  LoggingOptionsPayload.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
713
1480
  LoggingOptionsPayload.struct_class = Types::LoggingOptionsPayload
714
1481
 
1482
+ MissingContextValues.member = Shapes::ShapeRef.new(shape: MissingContextValue)
1483
+
715
1484
  OutgoingCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
716
1485
  OutgoingCertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
717
1486
  OutgoingCertificate.add_member(:transferred_to, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "transferredTo"))
@@ -722,12 +1491,21 @@ module Aws::IoT
722
1491
 
723
1492
  OutgoingCertificates.member = Shapes::ShapeRef.new(shape: OutgoingCertificate)
724
1493
 
1494
+ Parameters.key = Shapes::ShapeRef.new(shape: Parameter)
1495
+ Parameters.value = Shapes::ShapeRef.new(shape: Value)
1496
+
725
1497
  Policies.member = Shapes::ShapeRef.new(shape: Policy)
726
1498
 
727
1499
  Policy.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "policyName"))
728
1500
  Policy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "policyArn"))
729
1501
  Policy.struct_class = Types::Policy
730
1502
 
1503
+ PolicyDocuments.member = Shapes::ShapeRef.new(shape: PolicyDocument)
1504
+
1505
+ PolicyNames.member = Shapes::ShapeRef.new(shape: PolicyName)
1506
+
1507
+ PolicyTargets.member = Shapes::ShapeRef.new(shape: PolicyTarget)
1508
+
731
1509
  PolicyVersion.add_member(:version_id, Shapes::ShapeRef.new(shape: PolicyVersionId, location_name: "versionId"))
732
1510
  PolicyVersion.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
733
1511
  PolicyVersion.add_member(:create_date, Shapes::ShapeRef.new(shape: DateType, location_name: "createDate"))
@@ -735,8 +1513,17 @@ module Aws::IoT
735
1513
 
736
1514
  PolicyVersions.member = Shapes::ShapeRef.new(shape: PolicyVersion)
737
1515
 
1516
+ PresignedUrlConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1517
+ PresignedUrlConfig.add_member(:expires_in_sec, Shapes::ShapeRef.new(shape: ExpiresInSec, location_name: "expiresInSec"))
1518
+ PresignedUrlConfig.struct_class = Types::PresignedUrlConfig
1519
+
738
1520
  Principals.member = Shapes::ShapeRef.new(shape: PrincipalArn)
739
1521
 
1522
+ ProcessingTargetNameList.member = Shapes::ShapeRef.new(shape: ProcessingTargetName)
1523
+
1524
+ PublicKeyMap.key = Shapes::ShapeRef.new(shape: KeyName)
1525
+ PublicKeyMap.value = Shapes::ShapeRef.new(shape: KeyValue)
1526
+
740
1527
  PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "tableName"))
741
1528
  PutItemInput.struct_class = Types::PutItemInput
742
1529
 
@@ -744,6 +1531,7 @@ module Aws::IoT
744
1531
  RegisterCACertificateRequest.add_member(:verification_certificate, Shapes::ShapeRef.new(shape: CertificatePem, required: true, location_name: "verificationCertificate"))
745
1532
  RegisterCACertificateRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
746
1533
  RegisterCACertificateRequest.add_member(:allow_auto_registration, Shapes::ShapeRef.new(shape: AllowAutoRegistration, location: "querystring", location_name: "allowAutoRegistration"))
1534
+ RegisterCACertificateRequest.add_member(:registration_config, Shapes::ShapeRef.new(shape: RegistrationConfig, location_name: "registrationConfig"))
747
1535
  RegisterCACertificateRequest.struct_class = Types::RegisterCACertificateRequest
748
1536
 
749
1537
  RegisterCACertificateResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
@@ -760,10 +1548,30 @@ module Aws::IoT
760
1548
  RegisterCertificateResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
761
1549
  RegisterCertificateResponse.struct_class = Types::RegisterCertificateResponse
762
1550
 
1551
+ RegisterThingRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, required: true, location_name: "templateBody"))
1552
+ RegisterThingRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "parameters"))
1553
+ RegisterThingRequest.struct_class = Types::RegisterThingRequest
1554
+
1555
+ RegisterThingResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
1556
+ RegisterThingResponse.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceArns, location_name: "resourceArns"))
1557
+ RegisterThingResponse.struct_class = Types::RegisterThingResponse
1558
+
1559
+ RegistrationConfig.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "templateBody"))
1560
+ RegistrationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1561
+ RegistrationConfig.struct_class = Types::RegistrationConfig
1562
+
763
1563
  RejectCertificateTransferRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
764
1564
  RejectCertificateTransferRequest.add_member(:reject_reason, Shapes::ShapeRef.new(shape: Message, location_name: "rejectReason"))
765
1565
  RejectCertificateTransferRequest.struct_class = Types::RejectCertificateTransferRequest
766
1566
 
1567
+ RemoveThingFromThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
1568
+ RemoveThingFromThingGroupRequest.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
1569
+ RemoveThingFromThingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
1570
+ RemoveThingFromThingGroupRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
1571
+ RemoveThingFromThingGroupRequest.struct_class = Types::RemoveThingFromThingGroupRequest
1572
+
1573
+ RemoveThingFromThingGroupResponse.struct_class = Types::RemoveThingFromThingGroupResponse
1574
+
767
1575
  ReplaceTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
768
1576
  ReplaceTopicRuleRequest.add_member(:topic_rule_payload, Shapes::ShapeRef.new(shape: TopicRulePayload, required: true, location_name: "topicRulePayload"))
769
1577
  ReplaceTopicRuleRequest.struct_class = Types::ReplaceTopicRuleRequest
@@ -774,18 +1582,53 @@ module Aws::IoT
774
1582
  RepublishAction.add_member(:topic, Shapes::ShapeRef.new(shape: TopicPattern, required: true, location_name: "topic"))
775
1583
  RepublishAction.struct_class = Types::RepublishAction
776
1584
 
1585
+ ResourceArns.key = Shapes::ShapeRef.new(shape: ResourceLogicalId)
1586
+ ResourceArns.value = Shapes::ShapeRef.new(shape: ResourceArn)
1587
+
1588
+ Resources.member = Shapes::ShapeRef.new(shape: Resource)
1589
+
1590
+ RoleAliasDescription.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, location_name: "roleAlias"))
1591
+ RoleAliasDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1592
+ RoleAliasDescription.add_member(:owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "owner"))
1593
+ RoleAliasDescription.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
1594
+ RoleAliasDescription.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
1595
+ RoleAliasDescription.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
1596
+ RoleAliasDescription.struct_class = Types::RoleAliasDescription
1597
+
1598
+ RoleAliases.member = Shapes::ShapeRef.new(shape: RoleAlias)
1599
+
777
1600
  S3Action.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
778
1601
  S3Action.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
779
1602
  S3Action.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "key"))
780
1603
  S3Action.add_member(:canned_acl, Shapes::ShapeRef.new(shape: CannedAccessControlList, location_name: "cannedAcl"))
781
1604
  S3Action.struct_class = Types::S3Action
782
1605
 
1606
+ S3FileUrlList.member = Shapes::ShapeRef.new(shape: S3FileUrl)
1607
+
783
1608
  SalesforceAction.add_member(:token, Shapes::ShapeRef.new(shape: SalesforceToken, required: true, location_name: "token"))
784
1609
  SalesforceAction.add_member(:url, Shapes::ShapeRef.new(shape: SalesforceEndpoint, required: true, location_name: "url"))
785
1610
  SalesforceAction.struct_class = Types::SalesforceAction
786
1611
 
1612
+ SearchIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
1613
+ SearchIndexRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
1614
+ SearchIndexRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1615
+ SearchIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryMaxResults, location_name: "maxResults"))
1616
+ SearchIndexRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
1617
+ SearchIndexRequest.struct_class = Types::SearchIndexRequest
1618
+
1619
+ SearchIndexResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1620
+ SearchIndexResponse.add_member(:things, Shapes::ShapeRef.new(shape: ThingDocumentList, location_name: "things"))
1621
+ SearchIndexResponse.struct_class = Types::SearchIndexResponse
1622
+
787
1623
  SearchableAttributes.member = Shapes::ShapeRef.new(shape: AttributeName)
788
1624
 
1625
+ SetDefaultAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location_name: "authorizerName"))
1626
+ SetDefaultAuthorizerRequest.struct_class = Types::SetDefaultAuthorizerRequest
1627
+
1628
+ SetDefaultAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
1629
+ SetDefaultAuthorizerResponse.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
1630
+ SetDefaultAuthorizerResponse.struct_class = Types::SetDefaultAuthorizerResponse
1631
+
789
1632
  SetDefaultPolicyVersionRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
790
1633
  SetDefaultPolicyVersionRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: PolicyVersionId, required: true, location: "uri", location_name: "policyVersionId"))
791
1634
  SetDefaultPolicyVersionRequest.struct_class = Types::SetDefaultPolicyVersionRequest
@@ -795,6 +1638,15 @@ module Aws::IoT
795
1638
  SetLoggingOptionsRequest[:payload] = :logging_options_payload
796
1639
  SetLoggingOptionsRequest[:payload_member] = SetLoggingOptionsRequest.member(:logging_options_payload)
797
1640
 
1641
+ SetV2LoggingLevelRequest.add_member(:log_target, Shapes::ShapeRef.new(shape: LogTarget, required: true, location_name: "logTarget"))
1642
+ SetV2LoggingLevelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "logLevel"))
1643
+ SetV2LoggingLevelRequest.struct_class = Types::SetV2LoggingLevelRequest
1644
+
1645
+ SetV2LoggingOptionsRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, location_name: "roleArn"))
1646
+ SetV2LoggingOptionsRequest.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "defaultLogLevel"))
1647
+ SetV2LoggingOptionsRequest.add_member(:disable_all_logs, Shapes::ShapeRef.new(shape: DisableAllLogs, location_name: "disableAllLogs"))
1648
+ SetV2LoggingOptionsRequest.struct_class = Types::SetV2LoggingOptionsRequest
1649
+
798
1650
  SnsAction.add_member(:target_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "targetArn"))
799
1651
  SnsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
800
1652
  SnsAction.add_member(:message_format, Shapes::ShapeRef.new(shape: MessageFormat, location_name: "messageFormat"))
@@ -805,17 +1657,86 @@ module Aws::IoT
805
1657
  SqsAction.add_member(:use_base_64, Shapes::ShapeRef.new(shape: UseBase64, location_name: "useBase64"))
806
1658
  SqsAction.struct_class = Types::SqsAction
807
1659
 
1660
+ StartThingRegistrationTaskRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, required: true, location_name: "templateBody"))
1661
+ StartThingRegistrationTaskRequest.add_member(:input_file_bucket, Shapes::ShapeRef.new(shape: RegistryS3BucketName, required: true, location_name: "inputFileBucket"))
1662
+ StartThingRegistrationTaskRequest.add_member(:input_file_key, Shapes::ShapeRef.new(shape: RegistryS3KeyName, required: true, location_name: "inputFileKey"))
1663
+ StartThingRegistrationTaskRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1664
+ StartThingRegistrationTaskRequest.struct_class = Types::StartThingRegistrationTaskRequest
1665
+
1666
+ StartThingRegistrationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
1667
+ StartThingRegistrationTaskResponse.struct_class = Types::StartThingRegistrationTaskResponse
1668
+
1669
+ StopThingRegistrationTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
1670
+ StopThingRegistrationTaskRequest.struct_class = Types::StopThingRegistrationTaskRequest
1671
+
1672
+ StopThingRegistrationTaskResponse.struct_class = Types::StopThingRegistrationTaskResponse
1673
+
1674
+ TaskIdList.member = Shapes::ShapeRef.new(shape: TaskId)
1675
+
1676
+ TestAuthorizationRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "principal"))
1677
+ TestAuthorizationRequest.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
1678
+ TestAuthorizationRequest.add_member(:auth_infos, Shapes::ShapeRef.new(shape: AuthInfos, required: true, location_name: "authInfos"))
1679
+ TestAuthorizationRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location: "querystring", location_name: "clientId"))
1680
+ TestAuthorizationRequest.add_member(:policy_names_to_add, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "policyNamesToAdd"))
1681
+ TestAuthorizationRequest.add_member(:policy_names_to_skip, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "policyNamesToSkip"))
1682
+ TestAuthorizationRequest.struct_class = Types::TestAuthorizationRequest
1683
+
1684
+ TestAuthorizationResponse.add_member(:auth_results, Shapes::ShapeRef.new(shape: AuthResults, location_name: "authResults"))
1685
+ TestAuthorizationResponse.struct_class = Types::TestAuthorizationResponse
1686
+
1687
+ TestInvokeAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
1688
+ TestInvokeAuthorizerRequest.add_member(:token, Shapes::ShapeRef.new(shape: Token, required: true, location_name: "token"))
1689
+ TestInvokeAuthorizerRequest.add_member(:token_signature, Shapes::ShapeRef.new(shape: TokenSignature, required: true, location_name: "tokenSignature"))
1690
+ TestInvokeAuthorizerRequest.struct_class = Types::TestInvokeAuthorizerRequest
1691
+
1692
+ TestInvokeAuthorizerResponse.add_member(:is_authenticated, Shapes::ShapeRef.new(shape: IsAuthenticated, location_name: "isAuthenticated"))
1693
+ TestInvokeAuthorizerResponse.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "principalId"))
1694
+ TestInvokeAuthorizerResponse.add_member(:policy_documents, Shapes::ShapeRef.new(shape: PolicyDocuments, location_name: "policyDocuments"))
1695
+ TestInvokeAuthorizerResponse.add_member(:refresh_after_in_seconds, Shapes::ShapeRef.new(shape: Seconds, location_name: "refreshAfterInSeconds"))
1696
+ TestInvokeAuthorizerResponse.add_member(:disconnect_after_in_seconds, Shapes::ShapeRef.new(shape: Seconds, location_name: "disconnectAfterInSeconds"))
1697
+ TestInvokeAuthorizerResponse.struct_class = Types::TestInvokeAuthorizerResponse
1698
+
808
1699
  ThingAttribute.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
809
1700
  ThingAttribute.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
1701
+ ThingAttribute.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
810
1702
  ThingAttribute.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
811
1703
  ThingAttribute.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
812
1704
  ThingAttribute.struct_class = Types::ThingAttribute
813
1705
 
814
1706
  ThingAttributeList.member = Shapes::ShapeRef.new(shape: ThingAttribute)
815
1707
 
1708
+ ThingDocument.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
1709
+ ThingDocument.add_member(:thing_id, Shapes::ShapeRef.new(shape: ThingId, location_name: "thingId"))
1710
+ ThingDocument.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
1711
+ ThingDocument.add_member(:thing_group_names, Shapes::ShapeRef.new(shape: ThingGroupNameList, location_name: "thingGroupNames"))
1712
+ ThingDocument.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
1713
+ ThingDocument.add_member(:shadow, Shapes::ShapeRef.new(shape: JsonDocument, location_name: "shadow"))
1714
+ ThingDocument.struct_class = Types::ThingDocument
1715
+
1716
+ ThingDocumentList.member = Shapes::ShapeRef.new(shape: ThingDocument)
1717
+
1718
+ ThingGroupList.member = Shapes::ShapeRef.new(shape: ThingGroupName)
1719
+
1720
+ ThingGroupMetadata.add_member(:parent_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "parentGroupName"))
1721
+ ThingGroupMetadata.add_member(:root_to_parent_thing_groups, Shapes::ShapeRef.new(shape: ThingGroupNameAndArnList, location_name: "rootToParentThingGroups"))
1722
+ ThingGroupMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
1723
+ ThingGroupMetadata.struct_class = Types::ThingGroupMetadata
1724
+
1725
+ ThingGroupNameAndArnList.member = Shapes::ShapeRef.new(shape: GroupNameAndArn)
1726
+
1727
+ ThingGroupNameList.member = Shapes::ShapeRef.new(shape: ThingGroupName)
1728
+
1729
+ ThingGroupProperties.add_member(:thing_group_description, Shapes::ShapeRef.new(shape: ThingGroupDescription, location_name: "thingGroupDescription"))
1730
+ ThingGroupProperties.add_member(:attribute_payload, Shapes::ShapeRef.new(shape: AttributePayload, location_name: "attributePayload"))
1731
+ ThingGroupProperties.struct_class = Types::ThingGroupProperties
1732
+
1733
+ ThingIndexingConfiguration.add_member(:thing_indexing_mode, Shapes::ShapeRef.new(shape: ThingIndexingMode, location_name: "thingIndexingMode"))
1734
+ ThingIndexingConfiguration.struct_class = Types::ThingIndexingConfiguration
1735
+
816
1736
  ThingNameList.member = Shapes::ShapeRef.new(shape: ThingName)
817
1737
 
818
1738
  ThingTypeDefinition.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
1739
+ ThingTypeDefinition.add_member(:thing_type_arn, Shapes::ShapeRef.new(shape: ThingTypeArn, location_name: "thingTypeArn"))
819
1740
  ThingTypeDefinition.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
820
1741
  ThingTypeDefinition.add_member(:thing_type_metadata, Shapes::ShapeRef.new(shape: ThingTypeMetadata, location_name: "thingTypeMetadata"))
821
1742
  ThingTypeDefinition.struct_class = Types::ThingTypeDefinition
@@ -871,15 +1792,62 @@ module Aws::IoT
871
1792
  TransferData.add_member(:reject_date, Shapes::ShapeRef.new(shape: DateType, location_name: "rejectDate"))
872
1793
  TransferData.struct_class = Types::TransferData
873
1794
 
1795
+ UpdateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
1796
+ UpdateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, location_name: "authorizerFunctionArn"))
1797
+ UpdateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
1798
+ UpdateAuthorizerRequest.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, location_name: "tokenSigningPublicKeys"))
1799
+ UpdateAuthorizerRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
1800
+ UpdateAuthorizerRequest.struct_class = Types::UpdateAuthorizerRequest
1801
+
1802
+ UpdateAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
1803
+ UpdateAuthorizerResponse.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
1804
+ UpdateAuthorizerResponse.struct_class = Types::UpdateAuthorizerResponse
1805
+
874
1806
  UpdateCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
875
1807
  UpdateCACertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CACertificateStatus, location: "querystring", location_name: "newStatus"))
876
1808
  UpdateCACertificateRequest.add_member(:new_auto_registration_status, Shapes::ShapeRef.new(shape: AutoRegistrationStatus, location: "querystring", location_name: "newAutoRegistrationStatus"))
1809
+ UpdateCACertificateRequest.add_member(:registration_config, Shapes::ShapeRef.new(shape: RegistrationConfig, location_name: "registrationConfig"))
1810
+ UpdateCACertificateRequest.add_member(:remove_auto_registration, Shapes::ShapeRef.new(shape: RemoveAutoRegistration, location_name: "removeAutoRegistration"))
877
1811
  UpdateCACertificateRequest.struct_class = Types::UpdateCACertificateRequest
878
1812
 
879
1813
  UpdateCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
880
1814
  UpdateCertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CertificateStatus, required: true, location: "querystring", location_name: "newStatus"))
881
1815
  UpdateCertificateRequest.struct_class = Types::UpdateCertificateRequest
882
1816
 
1817
+ UpdateEventConfigurationsRequest.add_member(:event_configurations, Shapes::ShapeRef.new(shape: EventConfigurations, location_name: "eventConfigurations"))
1818
+ UpdateEventConfigurationsRequest.struct_class = Types::UpdateEventConfigurationsRequest
1819
+
1820
+ UpdateEventConfigurationsResponse.struct_class = Types::UpdateEventConfigurationsResponse
1821
+
1822
+ UpdateIndexingConfigurationRequest.add_member(:thing_indexing_configuration, Shapes::ShapeRef.new(shape: ThingIndexingConfiguration, location_name: "thingIndexingConfiguration"))
1823
+ UpdateIndexingConfigurationRequest.struct_class = Types::UpdateIndexingConfigurationRequest
1824
+
1825
+ UpdateIndexingConfigurationResponse.struct_class = Types::UpdateIndexingConfigurationResponse
1826
+
1827
+ UpdateRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
1828
+ UpdateRoleAliasRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1829
+ UpdateRoleAliasRequest.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
1830
+ UpdateRoleAliasRequest.struct_class = Types::UpdateRoleAliasRequest
1831
+
1832
+ UpdateRoleAliasResponse.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, location_name: "roleAlias"))
1833
+ UpdateRoleAliasResponse.add_member(:role_alias_arn, Shapes::ShapeRef.new(shape: RoleAliasArn, location_name: "roleAliasArn"))
1834
+ UpdateRoleAliasResponse.struct_class = Types::UpdateRoleAliasResponse
1835
+
1836
+ UpdateThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1837
+ UpdateThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, required: true, location_name: "thingGroupProperties"))
1838
+ UpdateThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location_name: "expectedVersion"))
1839
+ UpdateThingGroupRequest.struct_class = Types::UpdateThingGroupRequest
1840
+
1841
+ UpdateThingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
1842
+ UpdateThingGroupResponse.struct_class = Types::UpdateThingGroupResponse
1843
+
1844
+ UpdateThingGroupsForThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
1845
+ UpdateThingGroupsForThingRequest.add_member(:thing_groups_to_add, Shapes::ShapeRef.new(shape: ThingGroupList, location_name: "thingGroupsToAdd"))
1846
+ UpdateThingGroupsForThingRequest.add_member(:thing_groups_to_remove, Shapes::ShapeRef.new(shape: ThingGroupList, location_name: "thingGroupsToRemove"))
1847
+ UpdateThingGroupsForThingRequest.struct_class = Types::UpdateThingGroupsForThingRequest
1848
+
1849
+ UpdateThingGroupsForThingResponse.struct_class = Types::UpdateThingGroupsForThingResponse
1850
+
883
1851
  UpdateThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
884
1852
  UpdateThingRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
885
1853
  UpdateThingRequest.add_member(:attribute_payload, Shapes::ShapeRef.new(shape: AttributePayload, location_name: "attributePayload"))
@@ -918,10 +1886,51 @@ module Aws::IoT
918
1886
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
919
1887
  end)
920
1888
 
1889
+ api.add_operation(:add_thing_to_thing_group, Seahorse::Model::Operation.new.tap do |o|
1890
+ o.name = "AddThingToThingGroup"
1891
+ o.http_method = "PUT"
1892
+ o.http_request_uri = "/thing-groups/addThingToThingGroup"
1893
+ o.input = Shapes::ShapeRef.new(shape: AddThingToThingGroupRequest)
1894
+ o.output = Shapes::ShapeRef.new(shape: AddThingToThingGroupResponse)
1895
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1896
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1897
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1898
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1899
+ end)
1900
+
1901
+ api.add_operation(:associate_targets_with_job, Seahorse::Model::Operation.new.tap do |o|
1902
+ o.name = "AssociateTargetsWithJob"
1903
+ o.http_method = "POST"
1904
+ o.http_request_uri = "/jobs/{jobId}/targets"
1905
+ o.input = Shapes::ShapeRef.new(shape: AssociateTargetsWithJobRequest)
1906
+ o.output = Shapes::ShapeRef.new(shape: AssociateTargetsWithJobResponse)
1907
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1910
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1911
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1912
+ end)
1913
+
1914
+ api.add_operation(:attach_policy, Seahorse::Model::Operation.new.tap do |o|
1915
+ o.name = "AttachPolicy"
1916
+ o.http_method = "PUT"
1917
+ o.http_request_uri = "/target-policies/{policyName}"
1918
+ o.input = Shapes::ShapeRef.new(shape: AttachPolicyRequest)
1919
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1920
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1921
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1922
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1923
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1925
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1926
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1927
+ end)
1928
+
921
1929
  api.add_operation(:attach_principal_policy, Seahorse::Model::Operation.new.tap do |o|
922
1930
  o.name = "AttachPrincipalPolicy"
923
1931
  o.http_method = "PUT"
924
1932
  o.http_request_uri = "/principal-policies/{policyName}"
1933
+ o.deprecated = true
925
1934
  o.input = Shapes::ShapeRef.new(shape: AttachPrincipalPolicyRequest)
926
1935
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
927
1936
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -962,6 +1971,47 @@ module Aws::IoT
962
1971
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
963
1972
  end)
964
1973
 
1974
+ api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
1975
+ o.name = "CancelJob"
1976
+ o.http_method = "PUT"
1977
+ o.http_request_uri = "/jobs/{jobId}/cancel"
1978
+ o.input = Shapes::ShapeRef.new(shape: CancelJobRequest)
1979
+ o.output = Shapes::ShapeRef.new(shape: CancelJobResponse)
1980
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1983
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1984
+ end)
1985
+
1986
+ api.add_operation(:clear_default_authorizer, Seahorse::Model::Operation.new.tap do |o|
1987
+ o.name = "ClearDefaultAuthorizer"
1988
+ o.http_method = "DELETE"
1989
+ o.http_request_uri = "/default-authorizer"
1990
+ o.input = Shapes::ShapeRef.new(shape: ClearDefaultAuthorizerRequest)
1991
+ o.output = Shapes::ShapeRef.new(shape: ClearDefaultAuthorizerResponse)
1992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1993
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1994
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1998
+ end)
1999
+
2000
+ api.add_operation(:create_authorizer, Seahorse::Model::Operation.new.tap do |o|
2001
+ o.name = "CreateAuthorizer"
2002
+ o.http_method = "POST"
2003
+ o.http_request_uri = "/authorizer/{authorizerName}"
2004
+ o.input = Shapes::ShapeRef.new(shape: CreateAuthorizerRequest)
2005
+ o.output = Shapes::ShapeRef.new(shape: CreateAuthorizerResponse)
2006
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2008
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2009
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2010
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2012
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2013
+ end)
2014
+
965
2015
  api.add_operation(:create_certificate_from_csr, Seahorse::Model::Operation.new.tap do |o|
966
2016
  o.name = "CreateCertificateFromCsr"
967
2017
  o.http_method = "POST"
@@ -975,6 +2025,20 @@ module Aws::IoT
975
2025
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
976
2026
  end)
977
2027
 
2028
+ api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
2029
+ o.name = "CreateJob"
2030
+ o.http_method = "PUT"
2031
+ o.http_request_uri = "/jobs/{jobId}"
2032
+ o.input = Shapes::ShapeRef.new(shape: CreateJobRequest)
2033
+ o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
2034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2035
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2036
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
2037
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2038
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2039
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2040
+ end)
2041
+
978
2042
  api.add_operation(:create_keys_and_certificate, Seahorse::Model::Operation.new.tap do |o|
979
2043
  o.name = "CreateKeysAndCertificate"
980
2044
  o.http_method = "POST"
@@ -1019,6 +2083,21 @@ module Aws::IoT
1019
2083
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1020
2084
  end)
1021
2085
 
2086
+ api.add_operation(:create_role_alias, Seahorse::Model::Operation.new.tap do |o|
2087
+ o.name = "CreateRoleAlias"
2088
+ o.http_method = "POST"
2089
+ o.http_request_uri = "/role-aliases/{roleAlias}"
2090
+ o.input = Shapes::ShapeRef.new(shape: CreateRoleAliasRequest)
2091
+ o.output = Shapes::ShapeRef.new(shape: CreateRoleAliasResponse)
2092
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2094
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2096
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2097
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2098
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2099
+ end)
2100
+
1022
2101
  api.add_operation(:create_thing, Seahorse::Model::Operation.new.tap do |o|
1023
2102
  o.name = "CreateThing"
1024
2103
  o.http_method = "POST"
@@ -1034,6 +2113,18 @@ module Aws::IoT
1034
2113
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1035
2114
  end)
1036
2115
 
2116
+ api.add_operation(:create_thing_group, Seahorse::Model::Operation.new.tap do |o|
2117
+ o.name = "CreateThingGroup"
2118
+ o.http_method = "POST"
2119
+ o.http_request_uri = "/thing-groups/{thingGroupName}"
2120
+ o.input = Shapes::ShapeRef.new(shape: CreateThingGroupRequest)
2121
+ o.output = Shapes::ShapeRef.new(shape: CreateThingGroupResponse)
2122
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2123
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
2124
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2125
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2126
+ end)
2127
+
1037
2128
  api.add_operation(:create_thing_type, Seahorse::Model::Operation.new.tap do |o|
1038
2129
  o.name = "CreateThingType"
1039
2130
  o.http_method = "POST"
@@ -1061,6 +2152,21 @@ module Aws::IoT
1061
2152
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1062
2153
  end)
1063
2154
 
2155
+ api.add_operation(:delete_authorizer, Seahorse::Model::Operation.new.tap do |o|
2156
+ o.name = "DeleteAuthorizer"
2157
+ o.http_method = "DELETE"
2158
+ o.http_request_uri = "/authorizer/{authorizerName}"
2159
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuthorizerRequest)
2160
+ o.output = Shapes::ShapeRef.new(shape: DeleteAuthorizerResponse)
2161
+ o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
2162
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2163
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2164
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2165
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2166
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2167
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2168
+ end)
2169
+
1064
2170
  api.add_operation(:delete_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
1065
2171
  o.name = "DeleteCACertificate"
1066
2172
  o.http_method = "DELETE"
@@ -1135,6 +2241,21 @@ module Aws::IoT
1135
2241
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1136
2242
  end)
1137
2243
 
2244
+ api.add_operation(:delete_role_alias, Seahorse::Model::Operation.new.tap do |o|
2245
+ o.name = "DeleteRoleAlias"
2246
+ o.http_method = "DELETE"
2247
+ o.http_request_uri = "/role-aliases/{roleAlias}"
2248
+ o.input = Shapes::ShapeRef.new(shape: DeleteRoleAliasRequest)
2249
+ o.output = Shapes::ShapeRef.new(shape: DeleteRoleAliasResponse)
2250
+ o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
2251
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2252
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2253
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2254
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2255
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2256
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2257
+ end)
2258
+
1138
2259
  api.add_operation(:delete_thing, Seahorse::Model::Operation.new.tap do |o|
1139
2260
  o.name = "DeleteThing"
1140
2261
  o.http_method = "DELETE"
@@ -1150,6 +2271,18 @@ module Aws::IoT
1150
2271
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1151
2272
  end)
1152
2273
 
2274
+ api.add_operation(:delete_thing_group, Seahorse::Model::Operation.new.tap do |o|
2275
+ o.name = "DeleteThingGroup"
2276
+ o.http_method = "DELETE"
2277
+ o.http_request_uri = "/thing-groups/{thingGroupName}"
2278
+ o.input = Shapes::ShapeRef.new(shape: DeleteThingGroupRequest)
2279
+ o.output = Shapes::ShapeRef.new(shape: DeleteThingGroupResponse)
2280
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2281
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
2282
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2284
+ end)
2285
+
1153
2286
  api.add_operation(:delete_thing_type, Seahorse::Model::Operation.new.tap do |o|
1154
2287
  o.name = "DeleteThingType"
1155
2288
  o.http_method = "DELETE"
@@ -1176,6 +2309,17 @@ module Aws::IoT
1176
2309
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1177
2310
  end)
1178
2311
 
2312
+ api.add_operation(:delete_v2_logging_level, Seahorse::Model::Operation.new.tap do |o|
2313
+ o.name = "DeleteV2LoggingLevel"
2314
+ o.http_method = "DELETE"
2315
+ o.http_request_uri = "/v2LoggingLevel"
2316
+ o.input = Shapes::ShapeRef.new(shape: DeleteV2LoggingLevelRequest)
2317
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2318
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2319
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2320
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2321
+ end)
2322
+
1179
2323
  api.add_operation(:deprecate_thing_type, Seahorse::Model::Operation.new.tap do |o|
1180
2324
  o.name = "DeprecateThingType"
1181
2325
  o.http_method = "POST"
@@ -1190,6 +2334,20 @@ module Aws::IoT
1190
2334
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1191
2335
  end)
1192
2336
 
2337
+ api.add_operation(:describe_authorizer, Seahorse::Model::Operation.new.tap do |o|
2338
+ o.name = "DescribeAuthorizer"
2339
+ o.http_method = "GET"
2340
+ o.http_request_uri = "/authorizer/{authorizerName}"
2341
+ o.input = Shapes::ShapeRef.new(shape: DescribeAuthorizerRequest)
2342
+ o.output = Shapes::ShapeRef.new(shape: DescribeAuthorizerResponse)
2343
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2344
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2345
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2346
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2347
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2348
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2349
+ end)
2350
+
1193
2351
  api.add_operation(:describe_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
1194
2352
  o.name = "DescribeCACertificate"
1195
2353
  o.http_method = "GET"
@@ -1218,15 +2376,92 @@ module Aws::IoT
1218
2376
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1219
2377
  end)
1220
2378
 
1221
- api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
1222
- o.name = "DescribeEndpoint"
2379
+ api.add_operation(:describe_default_authorizer, Seahorse::Model::Operation.new.tap do |o|
2380
+ o.name = "DescribeDefaultAuthorizer"
1223
2381
  o.http_method = "GET"
1224
- o.http_request_uri = "/endpoint"
1225
- o.input = Shapes::ShapeRef.new(shape: DescribeEndpointRequest)
1226
- o.output = Shapes::ShapeRef.new(shape: DescribeEndpointResponse)
1227
- o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1228
- o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2382
+ o.http_request_uri = "/default-authorizer"
2383
+ o.input = Shapes::ShapeRef.new(shape: DescribeDefaultAuthorizerRequest)
2384
+ o.output = Shapes::ShapeRef.new(shape: DescribeDefaultAuthorizerResponse)
2385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2386
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2387
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2388
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2389
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2391
+ end)
2392
+
2393
+ api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
2394
+ o.name = "DescribeEndpoint"
2395
+ o.http_method = "GET"
2396
+ o.http_request_uri = "/endpoint"
2397
+ o.input = Shapes::ShapeRef.new(shape: DescribeEndpointRequest)
2398
+ o.output = Shapes::ShapeRef.new(shape: DescribeEndpointResponse)
2399
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2402
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2403
+ end)
2404
+
2405
+ api.add_operation(:describe_event_configurations, Seahorse::Model::Operation.new.tap do |o|
2406
+ o.name = "DescribeEventConfigurations"
2407
+ o.http_method = "GET"
2408
+ o.http_request_uri = "/event-configurations"
2409
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventConfigurationsRequest)
2410
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventConfigurationsResponse)
2411
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2412
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2413
+ end)
2414
+
2415
+ api.add_operation(:describe_index, Seahorse::Model::Operation.new.tap do |o|
2416
+ o.name = "DescribeIndex"
2417
+ o.http_method = "GET"
2418
+ o.http_request_uri = "/indices/{indexName}"
2419
+ o.input = Shapes::ShapeRef.new(shape: DescribeIndexRequest)
2420
+ o.output = Shapes::ShapeRef.new(shape: DescribeIndexResponse)
2421
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2422
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2423
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2424
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2425
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2426
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2427
+ end)
2428
+
2429
+ api.add_operation(:describe_job, Seahorse::Model::Operation.new.tap do |o|
2430
+ o.name = "DescribeJob"
2431
+ o.http_method = "GET"
2432
+ o.http_request_uri = "/jobs/{jobId}"
2433
+ o.input = Shapes::ShapeRef.new(shape: DescribeJobRequest)
2434
+ o.output = Shapes::ShapeRef.new(shape: DescribeJobResponse)
2435
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2436
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2437
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2438
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2439
+ end)
2440
+
2441
+ api.add_operation(:describe_job_execution, Seahorse::Model::Operation.new.tap do |o|
2442
+ o.name = "DescribeJobExecution"
2443
+ o.http_method = "GET"
2444
+ o.http_request_uri = "/things/{thingName}/jobs/{jobId}"
2445
+ o.input = Shapes::ShapeRef.new(shape: DescribeJobExecutionRequest)
2446
+ o.output = Shapes::ShapeRef.new(shape: DescribeJobExecutionResponse)
2447
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2448
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1229
2449
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2450
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2451
+ end)
2452
+
2453
+ api.add_operation(:describe_role_alias, Seahorse::Model::Operation.new.tap do |o|
2454
+ o.name = "DescribeRoleAlias"
2455
+ o.http_method = "GET"
2456
+ o.http_request_uri = "/role-aliases/{roleAlias}"
2457
+ o.input = Shapes::ShapeRef.new(shape: DescribeRoleAliasRequest)
2458
+ o.output = Shapes::ShapeRef.new(shape: DescribeRoleAliasResponse)
2459
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2460
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2461
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2462
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2463
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2464
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1230
2465
  end)
1231
2466
 
1232
2467
  api.add_operation(:describe_thing, Seahorse::Model::Operation.new.tap do |o|
@@ -1243,6 +2478,31 @@ module Aws::IoT
1243
2478
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1244
2479
  end)
1245
2480
 
2481
+ api.add_operation(:describe_thing_group, Seahorse::Model::Operation.new.tap do |o|
2482
+ o.name = "DescribeThingGroup"
2483
+ o.http_method = "GET"
2484
+ o.http_request_uri = "/thing-groups/{thingGroupName}"
2485
+ o.input = Shapes::ShapeRef.new(shape: DescribeThingGroupRequest)
2486
+ o.output = Shapes::ShapeRef.new(shape: DescribeThingGroupResponse)
2487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2488
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2489
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2490
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2491
+ end)
2492
+
2493
+ api.add_operation(:describe_thing_registration_task, Seahorse::Model::Operation.new.tap do |o|
2494
+ o.name = "DescribeThingRegistrationTask"
2495
+ o.http_method = "GET"
2496
+ o.http_request_uri = "/thing-registration-tasks/{taskId}"
2497
+ o.input = Shapes::ShapeRef.new(shape: DescribeThingRegistrationTaskRequest)
2498
+ o.output = Shapes::ShapeRef.new(shape: DescribeThingRegistrationTaskResponse)
2499
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2500
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2501
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2502
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2503
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2504
+ end)
2505
+
1246
2506
  api.add_operation(:describe_thing_type, Seahorse::Model::Operation.new.tap do |o|
1247
2507
  o.name = "DescribeThingType"
1248
2508
  o.http_method = "GET"
@@ -1257,10 +2517,25 @@ module Aws::IoT
1257
2517
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1258
2518
  end)
1259
2519
 
2520
+ api.add_operation(:detach_policy, Seahorse::Model::Operation.new.tap do |o|
2521
+ o.name = "DetachPolicy"
2522
+ o.http_method = "POST"
2523
+ o.http_request_uri = "/target-policies/{policyName}"
2524
+ o.input = Shapes::ShapeRef.new(shape: DetachPolicyRequest)
2525
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2527
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2528
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2529
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2530
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2531
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2532
+ end)
2533
+
1260
2534
  api.add_operation(:detach_principal_policy, Seahorse::Model::Operation.new.tap do |o|
1261
2535
  o.name = "DetachPrincipalPolicy"
1262
2536
  o.http_method = "DELETE"
1263
2537
  o.http_request_uri = "/principal-policies/{policyName}"
2538
+ o.deprecated = true
1264
2539
  o.input = Shapes::ShapeRef.new(shape: DetachPrincipalPolicyRequest)
1265
2540
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1266
2541
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -1309,6 +2584,46 @@ module Aws::IoT
1309
2584
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1310
2585
  end)
1311
2586
 
2587
+ api.add_operation(:get_effective_policies, Seahorse::Model::Operation.new.tap do |o|
2588
+ o.name = "GetEffectivePolicies"
2589
+ o.http_method = "POST"
2590
+ o.http_request_uri = "/effective-policies"
2591
+ o.input = Shapes::ShapeRef.new(shape: GetEffectivePoliciesRequest)
2592
+ o.output = Shapes::ShapeRef.new(shape: GetEffectivePoliciesResponse)
2593
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2594
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2595
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2596
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2597
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2598
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2599
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2600
+ end)
2601
+
2602
+ api.add_operation(:get_indexing_configuration, Seahorse::Model::Operation.new.tap do |o|
2603
+ o.name = "GetIndexingConfiguration"
2604
+ o.http_method = "GET"
2605
+ o.http_request_uri = "/indexing/config"
2606
+ o.input = Shapes::ShapeRef.new(shape: GetIndexingConfigurationRequest)
2607
+ o.output = Shapes::ShapeRef.new(shape: GetIndexingConfigurationResponse)
2608
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2610
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2611
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2612
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2613
+ end)
2614
+
2615
+ api.add_operation(:get_job_document, Seahorse::Model::Operation.new.tap do |o|
2616
+ o.name = "GetJobDocument"
2617
+ o.http_method = "GET"
2618
+ o.http_request_uri = "/jobs/{jobId}/job-document"
2619
+ o.input = Shapes::ShapeRef.new(shape: GetJobDocumentRequest)
2620
+ o.output = Shapes::ShapeRef.new(shape: GetJobDocumentResponse)
2621
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2622
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2623
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2624
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2625
+ end)
2626
+
1312
2627
  api.add_operation(:get_logging_options, Seahorse::Model::Operation.new.tap do |o|
1313
2628
  o.name = "GetLoggingOptions"
1314
2629
  o.http_method = "GET"
@@ -1373,6 +2688,45 @@ module Aws::IoT
1373
2688
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1374
2689
  end)
1375
2690
 
2691
+ api.add_operation(:get_v2_logging_options, Seahorse::Model::Operation.new.tap do |o|
2692
+ o.name = "GetV2LoggingOptions"
2693
+ o.http_method = "GET"
2694
+ o.http_request_uri = "/v2LoggingOptions"
2695
+ o.input = Shapes::ShapeRef.new(shape: GetV2LoggingOptionsRequest)
2696
+ o.output = Shapes::ShapeRef.new(shape: GetV2LoggingOptionsResponse)
2697
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2698
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2699
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2700
+ end)
2701
+
2702
+ api.add_operation(:list_attached_policies, Seahorse::Model::Operation.new.tap do |o|
2703
+ o.name = "ListAttachedPolicies"
2704
+ o.http_method = "POST"
2705
+ o.http_request_uri = "/attached-policies/{target}"
2706
+ o.input = Shapes::ShapeRef.new(shape: ListAttachedPoliciesRequest)
2707
+ o.output = Shapes::ShapeRef.new(shape: ListAttachedPoliciesResponse)
2708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2709
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2710
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2711
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2712
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2713
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2714
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2715
+ end)
2716
+
2717
+ api.add_operation(:list_authorizers, Seahorse::Model::Operation.new.tap do |o|
2718
+ o.name = "ListAuthorizers"
2719
+ o.http_method = "GET"
2720
+ o.http_request_uri = "/authorizers/"
2721
+ o.input = Shapes::ShapeRef.new(shape: ListAuthorizersRequest)
2722
+ o.output = Shapes::ShapeRef.new(shape: ListAuthorizersResponse)
2723
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2724
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2725
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2726
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2727
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2728
+ end)
2729
+
1376
2730
  api.add_operation(:list_ca_certificates, Seahorse::Model::Operation.new.tap do |o|
1377
2731
  o.name = "ListCACertificates"
1378
2732
  o.http_method = "GET"
@@ -1412,6 +2766,55 @@ module Aws::IoT
1412
2766
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1413
2767
  end)
1414
2768
 
2769
+ api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
2770
+ o.name = "ListIndices"
2771
+ o.http_method = "GET"
2772
+ o.http_request_uri = "/indices"
2773
+ o.input = Shapes::ShapeRef.new(shape: ListIndicesRequest)
2774
+ o.output = Shapes::ShapeRef.new(shape: ListIndicesResponse)
2775
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2776
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2777
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2778
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2779
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2780
+ end)
2781
+
2782
+ api.add_operation(:list_job_executions_for_job, Seahorse::Model::Operation.new.tap do |o|
2783
+ o.name = "ListJobExecutionsForJob"
2784
+ o.http_method = "GET"
2785
+ o.http_request_uri = "/jobs/{jobId}/things"
2786
+ o.input = Shapes::ShapeRef.new(shape: ListJobExecutionsForJobRequest)
2787
+ o.output = Shapes::ShapeRef.new(shape: ListJobExecutionsForJobResponse)
2788
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2789
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2790
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2791
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2792
+ end)
2793
+
2794
+ api.add_operation(:list_job_executions_for_thing, Seahorse::Model::Operation.new.tap do |o|
2795
+ o.name = "ListJobExecutionsForThing"
2796
+ o.http_method = "GET"
2797
+ o.http_request_uri = "/things/{thingName}/jobs"
2798
+ o.input = Shapes::ShapeRef.new(shape: ListJobExecutionsForThingRequest)
2799
+ o.output = Shapes::ShapeRef.new(shape: ListJobExecutionsForThingResponse)
2800
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2801
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2802
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2803
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2804
+ end)
2805
+
2806
+ api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
2807
+ o.name = "ListJobs"
2808
+ o.http_method = "GET"
2809
+ o.http_request_uri = "/jobs"
2810
+ o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
2811
+ o.output = Shapes::ShapeRef.new(shape: ListJobsResponse)
2812
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2813
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2814
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2815
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2816
+ end)
2817
+
1415
2818
  api.add_operation(:list_outgoing_certificates, Seahorse::Model::Operation.new.tap do |o|
1416
2819
  o.name = "ListOutgoingCertificates"
1417
2820
  o.http_method = "GET"
@@ -1442,6 +2845,7 @@ module Aws::IoT
1442
2845
  o.name = "ListPolicyPrincipals"
1443
2846
  o.http_method = "GET"
1444
2847
  o.http_request_uri = "/policy-principals"
2848
+ o.deprecated = true
1445
2849
  o.input = Shapes::ShapeRef.new(shape: ListPolicyPrincipalsRequest)
1446
2850
  o.output = Shapes::ShapeRef.new(shape: ListPolicyPrincipalsResponse)
1447
2851
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -1470,6 +2874,7 @@ module Aws::IoT
1470
2874
  o.name = "ListPrincipalPolicies"
1471
2875
  o.http_method = "GET"
1472
2876
  o.http_request_uri = "/principal-policies"
2877
+ o.deprecated = true
1473
2878
  o.input = Shapes::ShapeRef.new(shape: ListPrincipalPoliciesRequest)
1474
2879
  o.output = Shapes::ShapeRef.new(shape: ListPrincipalPoliciesResponse)
1475
2880
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -1494,6 +2899,56 @@ module Aws::IoT
1494
2899
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1495
2900
  end)
1496
2901
 
2902
+ api.add_operation(:list_role_aliases, Seahorse::Model::Operation.new.tap do |o|
2903
+ o.name = "ListRoleAliases"
2904
+ o.http_method = "GET"
2905
+ o.http_request_uri = "/role-aliases"
2906
+ o.input = Shapes::ShapeRef.new(shape: ListRoleAliasesRequest)
2907
+ o.output = Shapes::ShapeRef.new(shape: ListRoleAliasesResponse)
2908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2909
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2910
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2911
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2912
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2913
+ end)
2914
+
2915
+ api.add_operation(:list_targets_for_policy, Seahorse::Model::Operation.new.tap do |o|
2916
+ o.name = "ListTargetsForPolicy"
2917
+ o.http_method = "POST"
2918
+ o.http_request_uri = "/policy-targets/{policyName}"
2919
+ o.input = Shapes::ShapeRef.new(shape: ListTargetsForPolicyRequest)
2920
+ o.output = Shapes::ShapeRef.new(shape: ListTargetsForPolicyResponse)
2921
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2923
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2924
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2925
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2926
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2927
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2928
+ end)
2929
+
2930
+ api.add_operation(:list_thing_groups, Seahorse::Model::Operation.new.tap do |o|
2931
+ o.name = "ListThingGroups"
2932
+ o.http_method = "GET"
2933
+ o.http_request_uri = "/thing-groups"
2934
+ o.input = Shapes::ShapeRef.new(shape: ListThingGroupsRequest)
2935
+ o.output = Shapes::ShapeRef.new(shape: ListThingGroupsResponse)
2936
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2937
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2938
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2939
+ end)
2940
+
2941
+ api.add_operation(:list_thing_groups_for_thing, Seahorse::Model::Operation.new.tap do |o|
2942
+ o.name = "ListThingGroupsForThing"
2943
+ o.http_method = "GET"
2944
+ o.http_request_uri = "/things/{thingName}/thing-groups"
2945
+ o.input = Shapes::ShapeRef.new(shape: ListThingGroupsForThingRequest)
2946
+ o.output = Shapes::ShapeRef.new(shape: ListThingGroupsForThingResponse)
2947
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2948
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2949
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2950
+ end)
2951
+
1497
2952
  api.add_operation(:list_thing_principals, Seahorse::Model::Operation.new.tap do |o|
1498
2953
  o.name = "ListThingPrincipals"
1499
2954
  o.http_method = "GET"
@@ -1508,6 +2963,30 @@ module Aws::IoT
1508
2963
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1509
2964
  end)
1510
2965
 
2966
+ api.add_operation(:list_thing_registration_task_reports, Seahorse::Model::Operation.new.tap do |o|
2967
+ o.name = "ListThingRegistrationTaskReports"
2968
+ o.http_method = "GET"
2969
+ o.http_request_uri = "/thing-registration-tasks/{taskId}/reports"
2970
+ o.input = Shapes::ShapeRef.new(shape: ListThingRegistrationTaskReportsRequest)
2971
+ o.output = Shapes::ShapeRef.new(shape: ListThingRegistrationTaskReportsResponse)
2972
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2973
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2974
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2975
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2976
+ end)
2977
+
2978
+ api.add_operation(:list_thing_registration_tasks, Seahorse::Model::Operation.new.tap do |o|
2979
+ o.name = "ListThingRegistrationTasks"
2980
+ o.http_method = "GET"
2981
+ o.http_request_uri = "/thing-registration-tasks"
2982
+ o.input = Shapes::ShapeRef.new(shape: ListThingRegistrationTasksRequest)
2983
+ o.output = Shapes::ShapeRef.new(shape: ListThingRegistrationTasksResponse)
2984
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2985
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2986
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2987
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2988
+ end)
2989
+
1511
2990
  api.add_operation(:list_thing_types, Seahorse::Model::Operation.new.tap do |o|
1512
2991
  o.name = "ListThingTypes"
1513
2992
  o.http_method = "GET"
@@ -1534,6 +3013,17 @@ module Aws::IoT
1534
3013
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1535
3014
  end)
1536
3015
 
3016
+ api.add_operation(:list_things_in_thing_group, Seahorse::Model::Operation.new.tap do |o|
3017
+ o.name = "ListThingsInThingGroup"
3018
+ o.http_method = "GET"
3019
+ o.http_request_uri = "/thing-groups/{thingGroupName}/things"
3020
+ o.input = Shapes::ShapeRef.new(shape: ListThingsInThingGroupRequest)
3021
+ o.output = Shapes::ShapeRef.new(shape: ListThingsInThingGroupResponse)
3022
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3023
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3024
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3025
+ end)
3026
+
1537
3027
  api.add_operation(:list_topic_rules, Seahorse::Model::Operation.new.tap do |o|
1538
3028
  o.name = "ListTopicRules"
1539
3029
  o.http_method = "GET"
@@ -1545,6 +3035,18 @@ module Aws::IoT
1545
3035
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1546
3036
  end)
1547
3037
 
3038
+ api.add_operation(:list_v2_logging_levels, Seahorse::Model::Operation.new.tap do |o|
3039
+ o.name = "ListV2LoggingLevels"
3040
+ o.http_method = "GET"
3041
+ o.http_request_uri = "/v2LoggingLevel"
3042
+ o.input = Shapes::ShapeRef.new(shape: ListV2LoggingLevelsRequest)
3043
+ o.output = Shapes::ShapeRef.new(shape: ListV2LoggingLevelsResponse)
3044
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
3045
+ o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
3046
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3047
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3048
+ end)
3049
+
1548
3050
  api.add_operation(:register_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
1549
3051
  o.name = "RegisterCACertificate"
1550
3052
  o.http_method = "POST"
@@ -1579,6 +3081,21 @@ module Aws::IoT
1579
3081
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1580
3082
  end)
1581
3083
 
3084
+ api.add_operation(:register_thing, Seahorse::Model::Operation.new.tap do |o|
3085
+ o.name = "RegisterThing"
3086
+ o.http_method = "POST"
3087
+ o.http_request_uri = "/things"
3088
+ o.input = Shapes::ShapeRef.new(shape: RegisterThingRequest)
3089
+ o.output = Shapes::ShapeRef.new(shape: RegisterThingResponse)
3090
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3091
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3092
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3093
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3094
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3095
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
3096
+ o.errors << Shapes::ShapeRef.new(shape: ResourceRegistrationFailureException)
3097
+ end)
3098
+
1582
3099
  api.add_operation(:reject_certificate_transfer, Seahorse::Model::Operation.new.tap do |o|
1583
3100
  o.name = "RejectCertificateTransfer"
1584
3101
  o.http_method = "PATCH"
@@ -1594,6 +3111,18 @@ module Aws::IoT
1594
3111
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1595
3112
  end)
1596
3113
 
3114
+ api.add_operation(:remove_thing_from_thing_group, Seahorse::Model::Operation.new.tap do |o|
3115
+ o.name = "RemoveThingFromThingGroup"
3116
+ o.http_method = "PUT"
3117
+ o.http_request_uri = "/thing-groups/removeThingFromThingGroup"
3118
+ o.input = Shapes::ShapeRef.new(shape: RemoveThingFromThingGroupRequest)
3119
+ o.output = Shapes::ShapeRef.new(shape: RemoveThingFromThingGroupResponse)
3120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3121
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3122
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3123
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3124
+ end)
3125
+
1597
3126
  api.add_operation(:replace_topic_rule, Seahorse::Model::Operation.new.tap do |o|
1598
3127
  o.name = "ReplaceTopicRule"
1599
3128
  o.http_method = "PATCH"
@@ -1607,6 +3136,36 @@ module Aws::IoT
1607
3136
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1608
3137
  end)
1609
3138
 
3139
+ api.add_operation(:search_index, Seahorse::Model::Operation.new.tap do |o|
3140
+ o.name = "SearchIndex"
3141
+ o.http_method = "POST"
3142
+ o.http_request_uri = "/indices/search"
3143
+ o.input = Shapes::ShapeRef.new(shape: SearchIndexRequest)
3144
+ o.output = Shapes::ShapeRef.new(shape: SearchIndexResponse)
3145
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3146
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3147
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3148
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3149
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3150
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3151
+ o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
3152
+ o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
3153
+ end)
3154
+
3155
+ api.add_operation(:set_default_authorizer, Seahorse::Model::Operation.new.tap do |o|
3156
+ o.name = "SetDefaultAuthorizer"
3157
+ o.http_method = "POST"
3158
+ o.http_request_uri = "/default-authorizer"
3159
+ o.input = Shapes::ShapeRef.new(shape: SetDefaultAuthorizerRequest)
3160
+ o.output = Shapes::ShapeRef.new(shape: SetDefaultAuthorizerResponse)
3161
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3162
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3163
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3164
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3165
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3166
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3167
+ end)
3168
+
1610
3169
  api.add_operation(:set_default_policy_version, Seahorse::Model::Operation.new.tap do |o|
1611
3170
  o.name = "SetDefaultPolicyVersion"
1612
3171
  o.http_method = "PATCH"
@@ -1632,6 +3191,84 @@ module Aws::IoT
1632
3191
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1633
3192
  end)
1634
3193
 
3194
+ api.add_operation(:set_v2_logging_level, Seahorse::Model::Operation.new.tap do |o|
3195
+ o.name = "SetV2LoggingLevel"
3196
+ o.http_method = "POST"
3197
+ o.http_request_uri = "/v2LoggingLevel"
3198
+ o.input = Shapes::ShapeRef.new(shape: SetV2LoggingLevelRequest)
3199
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3200
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
3201
+ o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
3202
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3203
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3204
+ end)
3205
+
3206
+ api.add_operation(:set_v2_logging_options, Seahorse::Model::Operation.new.tap do |o|
3207
+ o.name = "SetV2LoggingOptions"
3208
+ o.http_method = "POST"
3209
+ o.http_request_uri = "/v2LoggingOptions"
3210
+ o.input = Shapes::ShapeRef.new(shape: SetV2LoggingOptionsRequest)
3211
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3212
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
3213
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3214
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3215
+ end)
3216
+
3217
+ api.add_operation(:start_thing_registration_task, Seahorse::Model::Operation.new.tap do |o|
3218
+ o.name = "StartThingRegistrationTask"
3219
+ o.http_method = "POST"
3220
+ o.http_request_uri = "/thing-registration-tasks"
3221
+ o.input = Shapes::ShapeRef.new(shape: StartThingRegistrationTaskRequest)
3222
+ o.output = Shapes::ShapeRef.new(shape: StartThingRegistrationTaskResponse)
3223
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3224
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3225
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3226
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3227
+ end)
3228
+
3229
+ api.add_operation(:stop_thing_registration_task, Seahorse::Model::Operation.new.tap do |o|
3230
+ o.name = "StopThingRegistrationTask"
3231
+ o.http_method = "PUT"
3232
+ o.http_request_uri = "/thing-registration-tasks/{taskId}/cancel"
3233
+ o.input = Shapes::ShapeRef.new(shape: StopThingRegistrationTaskRequest)
3234
+ o.output = Shapes::ShapeRef.new(shape: StopThingRegistrationTaskResponse)
3235
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3236
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3237
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3238
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3239
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3240
+ end)
3241
+
3242
+ api.add_operation(:test_authorization, Seahorse::Model::Operation.new.tap do |o|
3243
+ o.name = "TestAuthorization"
3244
+ o.http_method = "POST"
3245
+ o.http_request_uri = "/test-authorization"
3246
+ o.input = Shapes::ShapeRef.new(shape: TestAuthorizationRequest)
3247
+ o.output = Shapes::ShapeRef.new(shape: TestAuthorizationResponse)
3248
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3249
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3251
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3252
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3253
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3254
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3255
+ end)
3256
+
3257
+ api.add_operation(:test_invoke_authorizer, Seahorse::Model::Operation.new.tap do |o|
3258
+ o.name = "TestInvokeAuthorizer"
3259
+ o.http_method = "POST"
3260
+ o.http_request_uri = "/authorizer/{authorizerName}/test"
3261
+ o.input = Shapes::ShapeRef.new(shape: TestInvokeAuthorizerRequest)
3262
+ o.output = Shapes::ShapeRef.new(shape: TestInvokeAuthorizerResponse)
3263
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3265
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3266
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3267
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3268
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3269
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResponseException)
3270
+ end)
3271
+
1635
3272
  api.add_operation(:transfer_certificate, Seahorse::Model::Operation.new.tap do |o|
1636
3273
  o.name = "TransferCertificate"
1637
3274
  o.http_method = "PATCH"
@@ -1648,6 +3285,21 @@ module Aws::IoT
1648
3285
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1649
3286
  end)
1650
3287
 
3288
+ api.add_operation(:update_authorizer, Seahorse::Model::Operation.new.tap do |o|
3289
+ o.name = "UpdateAuthorizer"
3290
+ o.http_method = "PUT"
3291
+ o.http_request_uri = "/authorizer/{authorizerName}"
3292
+ o.input = Shapes::ShapeRef.new(shape: UpdateAuthorizerRequest)
3293
+ o.output = Shapes::ShapeRef.new(shape: UpdateAuthorizerResponse)
3294
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3295
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3296
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3297
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3298
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3299
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3300
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3301
+ end)
3302
+
1651
3303
  api.add_operation(:update_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
1652
3304
  o.name = "UpdateCACertificate"
1653
3305
  o.http_method = "PUT"
@@ -1677,6 +3329,44 @@ module Aws::IoT
1677
3329
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1678
3330
  end)
1679
3331
 
3332
+ api.add_operation(:update_event_configurations, Seahorse::Model::Operation.new.tap do |o|
3333
+ o.name = "UpdateEventConfigurations"
3334
+ o.http_method = "PATCH"
3335
+ o.http_request_uri = "/event-configurations"
3336
+ o.input = Shapes::ShapeRef.new(shape: UpdateEventConfigurationsRequest)
3337
+ o.output = Shapes::ShapeRef.new(shape: UpdateEventConfigurationsResponse)
3338
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3339
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3340
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3341
+ end)
3342
+
3343
+ api.add_operation(:update_indexing_configuration, Seahorse::Model::Operation.new.tap do |o|
3344
+ o.name = "UpdateIndexingConfiguration"
3345
+ o.http_method = "POST"
3346
+ o.http_request_uri = "/indexing/config"
3347
+ o.input = Shapes::ShapeRef.new(shape: UpdateIndexingConfigurationRequest)
3348
+ o.output = Shapes::ShapeRef.new(shape: UpdateIndexingConfigurationResponse)
3349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3350
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3351
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3352
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3353
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3354
+ end)
3355
+
3356
+ api.add_operation(:update_role_alias, Seahorse::Model::Operation.new.tap do |o|
3357
+ o.name = "UpdateRoleAlias"
3358
+ o.http_method = "PUT"
3359
+ o.http_request_uri = "/role-aliases/{roleAlias}"
3360
+ o.input = Shapes::ShapeRef.new(shape: UpdateRoleAliasRequest)
3361
+ o.output = Shapes::ShapeRef.new(shape: UpdateRoleAliasResponse)
3362
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3363
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3364
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3365
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3366
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3367
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3368
+ end)
3369
+
1680
3370
  api.add_operation(:update_thing, Seahorse::Model::Operation.new.tap do |o|
1681
3371
  o.name = "UpdateThing"
1682
3372
  o.http_method = "PATCH"
@@ -1691,6 +3381,31 @@ module Aws::IoT
1691
3381
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1692
3382
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1693
3383
  end)
3384
+
3385
+ api.add_operation(:update_thing_group, Seahorse::Model::Operation.new.tap do |o|
3386
+ o.name = "UpdateThingGroup"
3387
+ o.http_method = "PATCH"
3388
+ o.http_request_uri = "/thing-groups/{thingGroupName}"
3389
+ o.input = Shapes::ShapeRef.new(shape: UpdateThingGroupRequest)
3390
+ o.output = Shapes::ShapeRef.new(shape: UpdateThingGroupResponse)
3391
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3392
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
3393
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3394
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3395
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3396
+ end)
3397
+
3398
+ api.add_operation(:update_thing_groups_for_thing, Seahorse::Model::Operation.new.tap do |o|
3399
+ o.name = "UpdateThingGroupsForThing"
3400
+ o.http_method = "PUT"
3401
+ o.http_request_uri = "/thing-groups/updateThingGroupsForThing"
3402
+ o.input = Shapes::ShapeRef.new(shape: UpdateThingGroupsForThingRequest)
3403
+ o.output = Shapes::ShapeRef.new(shape: UpdateThingGroupsForThingResponse)
3404
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3405
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3406
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3407
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3408
+ end)
1694
3409
  end
1695
3410
 
1696
3411
  end