aws-sdk-iot 1.68.0 → 1.149.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +408 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +5495 -439
- data/lib/aws-sdk-iot/client_api.rb +1889 -26
- data/lib/aws-sdk-iot/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-iot/endpoint_provider.rb +59 -0
- data/lib/aws-sdk-iot/endpoints.rb +20 -0
- data/lib/aws-sdk-iot/errors.rb +69 -0
- data/lib/aws-sdk-iot/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-iot/types.rb +5237 -5405
- data/lib/aws-sdk-iot.rb +15 -7
- data/sig/client.rbs +5239 -0
- data/sig/errors.rbs +118 -0
- data/sig/resource.rbs +84 -0
- data/sig/types.rbs +5349 -0
- data/sig/waiters.rbs +13 -0
- metadata +17 -12
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
module Aws::IoT
|
11
12
|
# @api private
|
12
13
|
module ClientApi
|
@@ -34,6 +35,10 @@ module Aws::IoT
|
|
34
35
|
AdditionalMetricsToRetainV2List = Shapes::ListShape.new(name: 'AdditionalMetricsToRetainV2List')
|
35
36
|
AdditionalParameterMap = Shapes::MapShape.new(name: 'AdditionalParameterMap')
|
36
37
|
AggregationField = Shapes::StringShape.new(name: 'AggregationField')
|
38
|
+
AggregationType = Shapes::StructureShape.new(name: 'AggregationType')
|
39
|
+
AggregationTypeName = Shapes::StringShape.new(name: 'AggregationTypeName')
|
40
|
+
AggregationTypeValue = Shapes::StringShape.new(name: 'AggregationTypeValue')
|
41
|
+
AggregationTypeValues = Shapes::ListShape.new(name: 'AggregationTypeValues')
|
37
42
|
AlarmName = Shapes::StringShape.new(name: 'AlarmName')
|
38
43
|
AlertTarget = Shapes::StructureShape.new(name: 'AlertTarget')
|
39
44
|
AlertTargetArn = Shapes::StringShape.new(name: 'AlertTargetArn')
|
@@ -42,6 +47,7 @@ module Aws::IoT
|
|
42
47
|
AllowAuthorizerOverride = Shapes::BooleanShape.new(name: 'AllowAuthorizerOverride')
|
43
48
|
AllowAutoRegistration = Shapes::BooleanShape.new(name: 'AllowAutoRegistration')
|
44
49
|
Allowed = Shapes::StructureShape.new(name: 'Allowed')
|
50
|
+
ApplicationProtocol = Shapes::StringShape.new(name: 'ApplicationProtocol')
|
45
51
|
ApproximateSecondsBeforeTimedOut = Shapes::IntegerShape.new(name: 'ApproximateSecondsBeforeTimedOut')
|
46
52
|
AscendingOrder = Shapes::BooleanShape.new(name: 'AscendingOrder')
|
47
53
|
AssetId = Shapes::StringShape.new(name: 'AssetId')
|
@@ -59,6 +65,8 @@ module Aws::IoT
|
|
59
65
|
AssetPropertyValue = Shapes::StructureShape.new(name: 'AssetPropertyValue')
|
60
66
|
AssetPropertyValueList = Shapes::ListShape.new(name: 'AssetPropertyValueList')
|
61
67
|
AssetPropertyVariant = Shapes::StructureShape.new(name: 'AssetPropertyVariant')
|
68
|
+
AssociateSbomWithPackageVersionRequest = Shapes::StructureShape.new(name: 'AssociateSbomWithPackageVersionRequest')
|
69
|
+
AssociateSbomWithPackageVersionResponse = Shapes::StructureShape.new(name: 'AssociateSbomWithPackageVersionResponse')
|
62
70
|
AssociateTargetsWithJobRequest = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobRequest')
|
63
71
|
AssociateTargetsWithJobResponse = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobResponse')
|
64
72
|
AttachPolicyRequest = Shapes::StructureShape.new(name: 'AttachPolicyRequest')
|
@@ -109,6 +117,7 @@ module Aws::IoT
|
|
109
117
|
AuthInfos = Shapes::ListShape.new(name: 'AuthInfos')
|
110
118
|
AuthResult = Shapes::StructureShape.new(name: 'AuthResult')
|
111
119
|
AuthResults = Shapes::ListShape.new(name: 'AuthResults')
|
120
|
+
AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
|
112
121
|
AuthorizerArn = Shapes::StringShape.new(name: 'AuthorizerArn')
|
113
122
|
AuthorizerConfig = Shapes::StructureShape.new(name: 'AuthorizerConfig')
|
114
123
|
AuthorizerDescription = Shapes::StructureShape.new(name: 'AuthorizerDescription')
|
@@ -141,6 +150,7 @@ module Aws::IoT
|
|
141
150
|
AwsJobTimeoutConfig = Shapes::StructureShape.new(name: 'AwsJobTimeoutConfig')
|
142
151
|
AwsJobTimeoutInProgressTimeoutInMinutes = Shapes::IntegerShape.new(name: 'AwsJobTimeoutInProgressTimeoutInMinutes')
|
143
152
|
BatchMode = Shapes::BooleanShape.new(name: 'BatchMode')
|
153
|
+
BeforeSubstitutionFlag = Shapes::BooleanShape.new(name: 'BeforeSubstitutionFlag')
|
144
154
|
Behavior = Shapes::StructureShape.new(name: 'Behavior')
|
145
155
|
BehaviorCriteria = Shapes::StructureShape.new(name: 'BehaviorCriteria')
|
146
156
|
BehaviorCriteriaType = Shapes::StringShape.new(name: 'BehaviorCriteriaType')
|
@@ -156,9 +166,18 @@ module Aws::IoT
|
|
156
166
|
BillingGroupName = Shapes::StringShape.new(name: 'BillingGroupName')
|
157
167
|
BillingGroupNameAndArnList = Shapes::ListShape.new(name: 'BillingGroupNameAndArnList')
|
158
168
|
BillingGroupProperties = Shapes::StructureShape.new(name: 'BillingGroupProperties')
|
169
|
+
BinaryCommandExecutionResult = Shapes::BlobShape.new(name: 'BinaryCommandExecutionResult')
|
170
|
+
BinaryParameterValue = Shapes::BlobShape.new(name: 'BinaryParameterValue')
|
159
171
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
172
|
+
BooleanCommandExecutionResult = Shapes::BooleanShape.new(name: 'BooleanCommandExecutionResult')
|
160
173
|
BooleanKey = Shapes::BooleanShape.new(name: 'BooleanKey')
|
174
|
+
BooleanParameterValue = Shapes::BooleanShape.new(name: 'BooleanParameterValue')
|
175
|
+
BooleanWrapperObject = Shapes::BooleanShape.new(name: 'BooleanWrapperObject')
|
176
|
+
Bucket = Shapes::StructureShape.new(name: 'Bucket')
|
177
|
+
BucketKeyValue = Shapes::StringShape.new(name: 'BucketKeyValue')
|
161
178
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
179
|
+
Buckets = Shapes::ListShape.new(name: 'Buckets')
|
180
|
+
BucketsAggregationType = Shapes::StructureShape.new(name: 'BucketsAggregationType')
|
162
181
|
CACertificate = Shapes::StructureShape.new(name: 'CACertificate')
|
163
182
|
CACertificateDescription = Shapes::StructureShape.new(name: 'CACertificateDescription')
|
164
183
|
CACertificateStatus = Shapes::StringShape.new(name: 'CACertificateStatus')
|
@@ -187,6 +206,13 @@ module Aws::IoT
|
|
187
206
|
CertificateName = Shapes::StringShape.new(name: 'CertificateName')
|
188
207
|
CertificatePathOnDevice = Shapes::StringShape.new(name: 'CertificatePathOnDevice')
|
189
208
|
CertificatePem = Shapes::StringShape.new(name: 'CertificatePem')
|
209
|
+
CertificateProviderAccountDefaultForOperations = Shapes::ListShape.new(name: 'CertificateProviderAccountDefaultForOperations')
|
210
|
+
CertificateProviderArn = Shapes::StringShape.new(name: 'CertificateProviderArn')
|
211
|
+
CertificateProviderFunctionArn = Shapes::StringShape.new(name: 'CertificateProviderFunctionArn')
|
212
|
+
CertificateProviderName = Shapes::StringShape.new(name: 'CertificateProviderName')
|
213
|
+
CertificateProviderOperation = Shapes::StringShape.new(name: 'CertificateProviderOperation')
|
214
|
+
CertificateProviderSummary = Shapes::StructureShape.new(name: 'CertificateProviderSummary')
|
215
|
+
CertificateProviders = Shapes::ListShape.new(name: 'CertificateProviders')
|
190
216
|
CertificateSigningRequest = Shapes::StringShape.new(name: 'CertificateSigningRequest')
|
191
217
|
CertificateStateException = Shapes::StructureShape.new(name: 'CertificateStateException')
|
192
218
|
CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
|
@@ -195,13 +221,17 @@ module Aws::IoT
|
|
195
221
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
196
222
|
ChannelName = Shapes::StringShape.new(name: 'ChannelName')
|
197
223
|
CheckCompliant = Shapes::BooleanShape.new(name: 'CheckCompliant')
|
224
|
+
CheckCustomConfiguration = Shapes::MapShape.new(name: 'CheckCustomConfiguration')
|
198
225
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
199
226
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
200
227
|
ClearDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'ClearDefaultAuthorizerRequest')
|
201
228
|
ClearDefaultAuthorizerResponse = Shapes::StructureShape.new(name: 'ClearDefaultAuthorizerResponse')
|
229
|
+
ClientCertificateCallbackArn = Shapes::StringShape.new(name: 'ClientCertificateCallbackArn')
|
230
|
+
ClientCertificateConfig = Shapes::StructureShape.new(name: 'ClientCertificateConfig')
|
202
231
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
203
232
|
ClientProperties = Shapes::MapShape.new(name: 'ClientProperties')
|
204
233
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
234
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
205
235
|
CloudwatchAlarmAction = Shapes::StructureShape.new(name: 'CloudwatchAlarmAction')
|
206
236
|
CloudwatchLogsAction = Shapes::StructureShape.new(name: 'CloudwatchLogsAction')
|
207
237
|
CloudwatchMetricAction = Shapes::StructureShape.new(name: 'CloudwatchMetricAction')
|
@@ -210,18 +240,48 @@ module Aws::IoT
|
|
210
240
|
CodeSigningCertificateChain = Shapes::StructureShape.new(name: 'CodeSigningCertificateChain')
|
211
241
|
CodeSigningSignature = Shapes::StructureShape.new(name: 'CodeSigningSignature')
|
212
242
|
CognitoIdentityPoolId = Shapes::StringShape.new(name: 'CognitoIdentityPoolId')
|
243
|
+
CommandArn = Shapes::StringShape.new(name: 'CommandArn')
|
244
|
+
CommandDescription = Shapes::StringShape.new(name: 'CommandDescription')
|
245
|
+
CommandExecutionId = Shapes::StringShape.new(name: 'CommandExecutionId')
|
246
|
+
CommandExecutionParameterMap = Shapes::MapShape.new(name: 'CommandExecutionParameterMap')
|
247
|
+
CommandExecutionResult = Shapes::StructureShape.new(name: 'CommandExecutionResult')
|
248
|
+
CommandExecutionResultMap = Shapes::MapShape.new(name: 'CommandExecutionResultMap')
|
249
|
+
CommandExecutionResultName = Shapes::StringShape.new(name: 'CommandExecutionResultName')
|
250
|
+
CommandExecutionStatus = Shapes::StringShape.new(name: 'CommandExecutionStatus')
|
251
|
+
CommandExecutionSummary = Shapes::StructureShape.new(name: 'CommandExecutionSummary')
|
252
|
+
CommandExecutionSummaryList = Shapes::ListShape.new(name: 'CommandExecutionSummaryList')
|
253
|
+
CommandExecutionTimeoutInSeconds = Shapes::IntegerShape.new(name: 'CommandExecutionTimeoutInSeconds')
|
254
|
+
CommandId = Shapes::StringShape.new(name: 'CommandId')
|
255
|
+
CommandMaxResults = Shapes::IntegerShape.new(name: 'CommandMaxResults')
|
256
|
+
CommandNamespace = Shapes::StringShape.new(name: 'CommandNamespace')
|
257
|
+
CommandParameter = Shapes::StructureShape.new(name: 'CommandParameter')
|
258
|
+
CommandParameterDescription = Shapes::StringShape.new(name: 'CommandParameterDescription')
|
259
|
+
CommandParameterList = Shapes::ListShape.new(name: 'CommandParameterList')
|
260
|
+
CommandParameterName = Shapes::StringShape.new(name: 'CommandParameterName')
|
261
|
+
CommandParameterValue = Shapes::StructureShape.new(name: 'CommandParameterValue')
|
262
|
+
CommandPayload = Shapes::StructureShape.new(name: 'CommandPayload')
|
263
|
+
CommandPayloadBlob = Shapes::BlobShape.new(name: 'CommandPayloadBlob')
|
264
|
+
CommandSummary = Shapes::StructureShape.new(name: 'CommandSummary')
|
265
|
+
CommandSummaryList = Shapes::ListShape.new(name: 'CommandSummaryList')
|
213
266
|
Comment = Shapes::StringShape.new(name: 'Comment')
|
214
267
|
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
215
268
|
CompliantChecksCount = Shapes::IntegerShape.new(name: 'CompliantChecksCount')
|
216
269
|
ConfidenceLevel = Shapes::StringShape.new(name: 'ConfidenceLevel')
|
270
|
+
ConfigName = Shapes::StringShape.new(name: 'ConfigName')
|
271
|
+
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
217
272
|
Configuration = Shapes::StructureShape.new(name: 'Configuration')
|
218
273
|
ConfirmTopicRuleDestinationRequest = Shapes::StructureShape.new(name: 'ConfirmTopicRuleDestinationRequest')
|
219
274
|
ConfirmTopicRuleDestinationResponse = Shapes::StructureShape.new(name: 'ConfirmTopicRuleDestinationResponse')
|
220
275
|
ConfirmationToken = Shapes::StringShape.new(name: 'ConfirmationToken')
|
276
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
221
277
|
ConflictingResourceUpdateException = Shapes::StructureShape.new(name: 'ConflictingResourceUpdateException')
|
278
|
+
ConnectionAttributeName = Shapes::StringShape.new(name: 'ConnectionAttributeName')
|
279
|
+
ConnectivityApiThingName = Shapes::StringShape.new(name: 'ConnectivityApiThingName')
|
222
280
|
ConnectivityTimestamp = Shapes::IntegerShape.new(name: 'ConnectivityTimestamp')
|
223
281
|
ConsecutiveDatapointsToAlarm = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToAlarm')
|
224
282
|
ConsecutiveDatapointsToClear = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToClear')
|
283
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
284
|
+
CorrelationData = Shapes::StringShape.new(name: 'CorrelationData')
|
225
285
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
226
286
|
CreateAuditSuppressionRequest = Shapes::StructureShape.new(name: 'CreateAuditSuppressionRequest')
|
227
287
|
CreateAuditSuppressionResponse = Shapes::StructureShape.new(name: 'CreateAuditSuppressionResponse')
|
@@ -231,6 +291,10 @@ module Aws::IoT
|
|
231
291
|
CreateBillingGroupResponse = Shapes::StructureShape.new(name: 'CreateBillingGroupResponse')
|
232
292
|
CreateCertificateFromCsrRequest = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrRequest')
|
233
293
|
CreateCertificateFromCsrResponse = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrResponse')
|
294
|
+
CreateCertificateProviderRequest = Shapes::StructureShape.new(name: 'CreateCertificateProviderRequest')
|
295
|
+
CreateCertificateProviderResponse = Shapes::StructureShape.new(name: 'CreateCertificateProviderResponse')
|
296
|
+
CreateCommandRequest = Shapes::StructureShape.new(name: 'CreateCommandRequest')
|
297
|
+
CreateCommandResponse = Shapes::StructureShape.new(name: 'CreateCommandResponse')
|
234
298
|
CreateCustomMetricRequest = Shapes::StructureShape.new(name: 'CreateCustomMetricRequest')
|
235
299
|
CreateCustomMetricResponse = Shapes::StructureShape.new(name: 'CreateCustomMetricResponse')
|
236
300
|
CreateDimensionRequest = Shapes::StructureShape.new(name: 'CreateDimensionRequest')
|
@@ -239,14 +303,22 @@ module Aws::IoT
|
|
239
303
|
CreateDomainConfigurationResponse = Shapes::StructureShape.new(name: 'CreateDomainConfigurationResponse')
|
240
304
|
CreateDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupRequest')
|
241
305
|
CreateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupResponse')
|
306
|
+
CreateFleetMetricRequest = Shapes::StructureShape.new(name: 'CreateFleetMetricRequest')
|
307
|
+
CreateFleetMetricResponse = Shapes::StructureShape.new(name: 'CreateFleetMetricResponse')
|
242
308
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
243
309
|
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
310
|
+
CreateJobTemplateRequest = Shapes::StructureShape.new(name: 'CreateJobTemplateRequest')
|
311
|
+
CreateJobTemplateResponse = Shapes::StructureShape.new(name: 'CreateJobTemplateResponse')
|
244
312
|
CreateKeysAndCertificateRequest = Shapes::StructureShape.new(name: 'CreateKeysAndCertificateRequest')
|
245
313
|
CreateKeysAndCertificateResponse = Shapes::StructureShape.new(name: 'CreateKeysAndCertificateResponse')
|
246
314
|
CreateMitigationActionRequest = Shapes::StructureShape.new(name: 'CreateMitigationActionRequest')
|
247
315
|
CreateMitigationActionResponse = Shapes::StructureShape.new(name: 'CreateMitigationActionResponse')
|
248
316
|
CreateOTAUpdateRequest = Shapes::StructureShape.new(name: 'CreateOTAUpdateRequest')
|
249
317
|
CreateOTAUpdateResponse = Shapes::StructureShape.new(name: 'CreateOTAUpdateResponse')
|
318
|
+
CreatePackageRequest = Shapes::StructureShape.new(name: 'CreatePackageRequest')
|
319
|
+
CreatePackageResponse = Shapes::StructureShape.new(name: 'CreatePackageResponse')
|
320
|
+
CreatePackageVersionRequest = Shapes::StructureShape.new(name: 'CreatePackageVersionRequest')
|
321
|
+
CreatePackageVersionResponse = Shapes::StructureShape.new(name: 'CreatePackageVersionResponse')
|
250
322
|
CreatePolicyRequest = Shapes::StructureShape.new(name: 'CreatePolicyRequest')
|
251
323
|
CreatePolicyResponse = Shapes::StructureShape.new(name: 'CreatePolicyResponse')
|
252
324
|
CreatePolicyVersionRequest = Shapes::StructureShape.new(name: 'CreatePolicyVersionRequest')
|
@@ -277,6 +349,7 @@ module Aws::IoT
|
|
277
349
|
CreatedAtDate = Shapes::TimestampShape.new(name: 'CreatedAtDate')
|
278
350
|
CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
|
279
351
|
CredentialDurationSeconds = Shapes::IntegerShape.new(name: 'CredentialDurationSeconds')
|
352
|
+
CronExpression = Shapes::StringShape.new(name: 'CronExpression')
|
280
353
|
CustomCodeSigning = Shapes::StructureShape.new(name: 'CustomCodeSigning')
|
281
354
|
CustomMetricArn = Shapes::StringShape.new(name: 'CustomMetricArn')
|
282
355
|
CustomMetricDisplayName = Shapes::StringShape.new(name: 'CustomMetricDisplayName')
|
@@ -299,7 +372,13 @@ module Aws::IoT
|
|
299
372
|
DeleteBillingGroupResponse = Shapes::StructureShape.new(name: 'DeleteBillingGroupResponse')
|
300
373
|
DeleteCACertificateRequest = Shapes::StructureShape.new(name: 'DeleteCACertificateRequest')
|
301
374
|
DeleteCACertificateResponse = Shapes::StructureShape.new(name: 'DeleteCACertificateResponse')
|
375
|
+
DeleteCertificateProviderRequest = Shapes::StructureShape.new(name: 'DeleteCertificateProviderRequest')
|
376
|
+
DeleteCertificateProviderResponse = Shapes::StructureShape.new(name: 'DeleteCertificateProviderResponse')
|
302
377
|
DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
|
378
|
+
DeleteCommandExecutionRequest = Shapes::StructureShape.new(name: 'DeleteCommandExecutionRequest')
|
379
|
+
DeleteCommandExecutionResponse = Shapes::StructureShape.new(name: 'DeleteCommandExecutionResponse')
|
380
|
+
DeleteCommandRequest = Shapes::StructureShape.new(name: 'DeleteCommandRequest')
|
381
|
+
DeleteCommandResponse = Shapes::StructureShape.new(name: 'DeleteCommandResponse')
|
303
382
|
DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException')
|
304
383
|
DeleteCustomMetricRequest = Shapes::StructureShape.new(name: 'DeleteCustomMetricRequest')
|
305
384
|
DeleteCustomMetricResponse = Shapes::StructureShape.new(name: 'DeleteCustomMetricResponse')
|
@@ -309,12 +388,19 @@ module Aws::IoT
|
|
309
388
|
DeleteDomainConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteDomainConfigurationResponse')
|
310
389
|
DeleteDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupRequest')
|
311
390
|
DeleteDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupResponse')
|
391
|
+
DeleteFleetMetricRequest = Shapes::StructureShape.new(name: 'DeleteFleetMetricRequest')
|
312
392
|
DeleteJobExecutionRequest = Shapes::StructureShape.new(name: 'DeleteJobExecutionRequest')
|
313
393
|
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
394
|
+
DeleteJobTemplateRequest = Shapes::StructureShape.new(name: 'DeleteJobTemplateRequest')
|
395
|
+
DeleteMetricsExportConfig = Shapes::BooleanShape.new(name: 'DeleteMetricsExportConfig')
|
314
396
|
DeleteMitigationActionRequest = Shapes::StructureShape.new(name: 'DeleteMitigationActionRequest')
|
315
397
|
DeleteMitigationActionResponse = Shapes::StructureShape.new(name: 'DeleteMitigationActionResponse')
|
316
398
|
DeleteOTAUpdateRequest = Shapes::StructureShape.new(name: 'DeleteOTAUpdateRequest')
|
317
399
|
DeleteOTAUpdateResponse = Shapes::StructureShape.new(name: 'DeleteOTAUpdateResponse')
|
400
|
+
DeletePackageRequest = Shapes::StructureShape.new(name: 'DeletePackageRequest')
|
401
|
+
DeletePackageResponse = Shapes::StructureShape.new(name: 'DeletePackageResponse')
|
402
|
+
DeletePackageVersionRequest = Shapes::StructureShape.new(name: 'DeletePackageVersionRequest')
|
403
|
+
DeletePackageVersionResponse = Shapes::StructureShape.new(name: 'DeletePackageVersionResponse')
|
318
404
|
DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
|
319
405
|
DeletePolicyVersionRequest = Shapes::StructureShape.new(name: 'DeletePolicyVersionRequest')
|
320
406
|
DeleteProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'DeleteProvisioningTemplateRequest')
|
@@ -348,6 +434,7 @@ module Aws::IoT
|
|
348
434
|
DeprecateThingTypeRequest = Shapes::StructureShape.new(name: 'DeprecateThingTypeRequest')
|
349
435
|
DeprecateThingTypeResponse = Shapes::StructureShape.new(name: 'DeprecateThingTypeResponse')
|
350
436
|
DeprecationDate = Shapes::TimestampShape.new(name: 'DeprecationDate')
|
437
|
+
DeprecationFlag = Shapes::BooleanShape.new(name: 'DeprecationFlag')
|
351
438
|
DescribeAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAccountAuditConfigurationRequest')
|
352
439
|
DescribeAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAccountAuditConfigurationResponse')
|
353
440
|
DescribeAuditFindingRequest = Shapes::StructureShape.new(name: 'DescribeAuditFindingRequest')
|
@@ -364,6 +451,8 @@ module Aws::IoT
|
|
364
451
|
DescribeBillingGroupResponse = Shapes::StructureShape.new(name: 'DescribeBillingGroupResponse')
|
365
452
|
DescribeCACertificateRequest = Shapes::StructureShape.new(name: 'DescribeCACertificateRequest')
|
366
453
|
DescribeCACertificateResponse = Shapes::StructureShape.new(name: 'DescribeCACertificateResponse')
|
454
|
+
DescribeCertificateProviderRequest = Shapes::StructureShape.new(name: 'DescribeCertificateProviderRequest')
|
455
|
+
DescribeCertificateProviderResponse = Shapes::StructureShape.new(name: 'DescribeCertificateProviderResponse')
|
367
456
|
DescribeCertificateRequest = Shapes::StructureShape.new(name: 'DescribeCertificateRequest')
|
368
457
|
DescribeCertificateResponse = Shapes::StructureShape.new(name: 'DescribeCertificateResponse')
|
369
458
|
DescribeCustomMetricRequest = Shapes::StructureShape.new(name: 'DescribeCustomMetricRequest')
|
@@ -380,12 +469,18 @@ module Aws::IoT
|
|
380
469
|
DescribeEndpointResponse = Shapes::StructureShape.new(name: 'DescribeEndpointResponse')
|
381
470
|
DescribeEventConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeEventConfigurationsRequest')
|
382
471
|
DescribeEventConfigurationsResponse = Shapes::StructureShape.new(name: 'DescribeEventConfigurationsResponse')
|
472
|
+
DescribeFleetMetricRequest = Shapes::StructureShape.new(name: 'DescribeFleetMetricRequest')
|
473
|
+
DescribeFleetMetricResponse = Shapes::StructureShape.new(name: 'DescribeFleetMetricResponse')
|
383
474
|
DescribeIndexRequest = Shapes::StructureShape.new(name: 'DescribeIndexRequest')
|
384
475
|
DescribeIndexResponse = Shapes::StructureShape.new(name: 'DescribeIndexResponse')
|
385
476
|
DescribeJobExecutionRequest = Shapes::StructureShape.new(name: 'DescribeJobExecutionRequest')
|
386
477
|
DescribeJobExecutionResponse = Shapes::StructureShape.new(name: 'DescribeJobExecutionResponse')
|
387
478
|
DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
|
388
479
|
DescribeJobResponse = Shapes::StructureShape.new(name: 'DescribeJobResponse')
|
480
|
+
DescribeJobTemplateRequest = Shapes::StructureShape.new(name: 'DescribeJobTemplateRequest')
|
481
|
+
DescribeJobTemplateResponse = Shapes::StructureShape.new(name: 'DescribeJobTemplateResponse')
|
482
|
+
DescribeManagedJobTemplateRequest = Shapes::StructureShape.new(name: 'DescribeManagedJobTemplateRequest')
|
483
|
+
DescribeManagedJobTemplateResponse = Shapes::StructureShape.new(name: 'DescribeManagedJobTemplateResponse')
|
389
484
|
DescribeMitigationActionRequest = Shapes::StructureShape.new(name: 'DescribeMitigationActionRequest')
|
390
485
|
DescribeMitigationActionResponse = Shapes::StructureShape.new(name: 'DescribeMitigationActionResponse')
|
391
486
|
DescribeProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'DescribeProvisioningTemplateRequest')
|
@@ -410,6 +505,7 @@ module Aws::IoT
|
|
410
505
|
DescribeThingTypeResponse = Shapes::StructureShape.new(name: 'DescribeThingTypeResponse')
|
411
506
|
Description = Shapes::StringShape.new(name: 'Description')
|
412
507
|
Destination = Shapes::StructureShape.new(name: 'Destination')
|
508
|
+
DestinationPackageVersions = Shapes::ListShape.new(name: 'DestinationPackageVersions')
|
413
509
|
DetachPolicyRequest = Shapes::StructureShape.new(name: 'DetachPolicyRequest')
|
414
510
|
DetachPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'DetachPrincipalPolicyRequest')
|
415
511
|
DetachSecurityProfileRequest = Shapes::StructureShape.new(name: 'DetachSecurityProfileRequest')
|
@@ -430,6 +526,7 @@ module Aws::IoT
|
|
430
526
|
DetectMitigationActionsTaskTarget = Shapes::StructureShape.new(name: 'DetectMitigationActionsTaskTarget')
|
431
527
|
DetectMitigationActionsToExecuteList = Shapes::ListShape.new(name: 'DetectMitigationActionsToExecuteList')
|
432
528
|
DeviceCertificateUpdateAction = Shapes::StringShape.new(name: 'DeviceCertificateUpdateAction')
|
529
|
+
DeviceDefenderIndexingMode = Shapes::StringShape.new(name: 'DeviceDefenderIndexingMode')
|
433
530
|
DeviceDefenderThingName = Shapes::StringShape.new(name: 'DeviceDefenderThingName')
|
434
531
|
DimensionArn = Shapes::StringShape.new(name: 'DimensionArn')
|
435
532
|
DimensionName = Shapes::StringShape.new(name: 'DimensionName')
|
@@ -440,6 +537,13 @@ module Aws::IoT
|
|
440
537
|
DimensionValueOperator = Shapes::StringShape.new(name: 'DimensionValueOperator')
|
441
538
|
DisableAllLogs = Shapes::BooleanShape.new(name: 'DisableAllLogs')
|
442
539
|
DisableTopicRuleRequest = Shapes::StructureShape.new(name: 'DisableTopicRuleRequest')
|
540
|
+
DisassociateSbomFromPackageVersionRequest = Shapes::StructureShape.new(name: 'DisassociateSbomFromPackageVersionRequest')
|
541
|
+
DisassociateSbomFromPackageVersionResponse = Shapes::StructureShape.new(name: 'DisassociateSbomFromPackageVersionResponse')
|
542
|
+
DisconnectReason = Shapes::StringShape.new(name: 'DisconnectReason')
|
543
|
+
DisconnectReasonValue = Shapes::StringShape.new(name: 'DisconnectReasonValue')
|
544
|
+
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
545
|
+
DocumentParameter = Shapes::StructureShape.new(name: 'DocumentParameter')
|
546
|
+
DocumentParameters = Shapes::ListShape.new(name: 'DocumentParameters')
|
443
547
|
DomainConfigurationArn = Shapes::StringShape.new(name: 'DomainConfigurationArn')
|
444
548
|
DomainConfigurationName = Shapes::StringShape.new(name: 'DomainConfigurationName')
|
445
549
|
DomainConfigurationStatus = Shapes::StringShape.new(name: 'DomainConfigurationStatus')
|
@@ -447,6 +551,8 @@ module Aws::IoT
|
|
447
551
|
DomainConfigurations = Shapes::ListShape.new(name: 'DomainConfigurations')
|
448
552
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
449
553
|
DomainType = Shapes::StringShape.new(name: 'DomainType')
|
554
|
+
DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
|
555
|
+
DurationInMinutes = Shapes::IntegerShape.new(name: 'DurationInMinutes')
|
450
556
|
DurationSeconds = Shapes::IntegerShape.new(name: 'DurationSeconds')
|
451
557
|
DynamicGroupStatus = Shapes::StringShape.new(name: 'DynamicGroupStatus')
|
452
558
|
DynamoDBAction = Shapes::StructureShape.new(name: 'DynamoDBAction')
|
@@ -460,17 +566,23 @@ module Aws::IoT
|
|
460
566
|
ElasticsearchId = Shapes::StringShape.new(name: 'ElasticsearchId')
|
461
567
|
ElasticsearchIndex = Shapes::StringShape.new(name: 'ElasticsearchIndex')
|
462
568
|
ElasticsearchType = Shapes::StringShape.new(name: 'ElasticsearchType')
|
569
|
+
EnableCachingForHttp = Shapes::BooleanShape.new(name: 'EnableCachingForHttp')
|
463
570
|
EnableIoTLoggingParams = Shapes::StructureShape.new(name: 'EnableIoTLoggingParams')
|
571
|
+
EnableOCSPCheck = Shapes::BooleanShape.new(name: 'EnableOCSPCheck')
|
464
572
|
EnableTopicRuleRequest = Shapes::StructureShape.new(name: 'EnableTopicRuleRequest')
|
465
573
|
Enabled = Shapes::BooleanShape.new(name: 'Enabled')
|
574
|
+
EnabledBoolean = Shapes::BooleanShape.new(name: 'EnabledBoolean')
|
466
575
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
467
576
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
577
|
+
Environment = Shapes::StringShape.new(name: 'Environment')
|
578
|
+
Environments = Shapes::ListShape.new(name: 'Environments')
|
468
579
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
469
580
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
470
581
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
471
582
|
EvaluationStatistic = Shapes::StringShape.new(name: 'EvaluationStatistic')
|
472
583
|
EventConfigurations = Shapes::MapShape.new(name: 'EventConfigurations')
|
473
584
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
585
|
+
Example = Shapes::StringShape.new(name: 'Example')
|
474
586
|
ExecutionNamePrefix = Shapes::StringShape.new(name: 'ExecutionNamePrefix')
|
475
587
|
ExecutionNumber = Shapes::IntegerShape.new(name: 'ExecutionNumber')
|
476
588
|
ExpectedVersion = Shapes::IntegerShape.new(name: 'ExpectedVersion')
|
@@ -478,6 +590,7 @@ module Aws::IoT
|
|
478
590
|
ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
|
479
591
|
ExplicitDeny = Shapes::StructureShape.new(name: 'ExplicitDeny')
|
480
592
|
ExponentialRolloutRate = Shapes::StructureShape.new(name: 'ExponentialRolloutRate')
|
593
|
+
ExportMetric = Shapes::BooleanShape.new(name: 'ExportMetric')
|
481
594
|
FailedChecksCount = Shapes::IntegerShape.new(name: 'FailedChecksCount')
|
482
595
|
FailedFindingsCount = Shapes::IntegerShape.new(name: 'FailedFindingsCount')
|
483
596
|
FailedThings = Shapes::IntegerShape.new(name: 'FailedThings')
|
@@ -494,6 +607,13 @@ module Aws::IoT
|
|
494
607
|
FirehoseAction = Shapes::StructureShape.new(name: 'FirehoseAction')
|
495
608
|
FirehoseSeparator = Shapes::StringShape.new(name: 'FirehoseSeparator')
|
496
609
|
Flag = Shapes::BooleanShape.new(name: 'Flag')
|
610
|
+
FleetMetricArn = Shapes::StringShape.new(name: 'FleetMetricArn')
|
611
|
+
FleetMetricDescription = Shapes::StringShape.new(name: 'FleetMetricDescription')
|
612
|
+
FleetMetricName = Shapes::StringShape.new(name: 'FleetMetricName')
|
613
|
+
FleetMetricNameAndArn = Shapes::StructureShape.new(name: 'FleetMetricNameAndArn')
|
614
|
+
FleetMetricNameAndArnList = Shapes::ListShape.new(name: 'FleetMetricNameAndArnList')
|
615
|
+
FleetMetricPeriod = Shapes::IntegerShape.new(name: 'FleetMetricPeriod')
|
616
|
+
FleetMetricUnit = Shapes::StringShape.new(name: 'FleetMetricUnit')
|
497
617
|
ForceDelete = Shapes::BooleanShape.new(name: 'ForceDelete')
|
498
618
|
ForceDeleteAWSJob = Shapes::BooleanShape.new(name: 'ForceDeleteAWSJob')
|
499
619
|
ForceFlag = Shapes::BooleanShape.new(name: 'ForceFlag')
|
@@ -501,10 +621,18 @@ module Aws::IoT
|
|
501
621
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
502
622
|
GenerationId = Shapes::StringShape.new(name: 'GenerationId')
|
503
623
|
GenericLongValue = Shapes::IntegerShape.new(name: 'GenericLongValue')
|
624
|
+
GeoLocationTarget = Shapes::StructureShape.new(name: 'GeoLocationTarget')
|
625
|
+
GeoLocationsFilter = Shapes::ListShape.new(name: 'GeoLocationsFilter')
|
504
626
|
GetBehaviorModelTrainingSummariesRequest = Shapes::StructureShape.new(name: 'GetBehaviorModelTrainingSummariesRequest')
|
505
627
|
GetBehaviorModelTrainingSummariesResponse = Shapes::StructureShape.new(name: 'GetBehaviorModelTrainingSummariesResponse')
|
628
|
+
GetBucketsAggregationRequest = Shapes::StructureShape.new(name: 'GetBucketsAggregationRequest')
|
629
|
+
GetBucketsAggregationResponse = Shapes::StructureShape.new(name: 'GetBucketsAggregationResponse')
|
506
630
|
GetCardinalityRequest = Shapes::StructureShape.new(name: 'GetCardinalityRequest')
|
507
631
|
GetCardinalityResponse = Shapes::StructureShape.new(name: 'GetCardinalityResponse')
|
632
|
+
GetCommandExecutionRequest = Shapes::StructureShape.new(name: 'GetCommandExecutionRequest')
|
633
|
+
GetCommandExecutionResponse = Shapes::StructureShape.new(name: 'GetCommandExecutionResponse')
|
634
|
+
GetCommandRequest = Shapes::StructureShape.new(name: 'GetCommandRequest')
|
635
|
+
GetCommandResponse = Shapes::StructureShape.new(name: 'GetCommandResponse')
|
508
636
|
GetEffectivePoliciesRequest = Shapes::StructureShape.new(name: 'GetEffectivePoliciesRequest')
|
509
637
|
GetEffectivePoliciesResponse = Shapes::StructureShape.new(name: 'GetEffectivePoliciesResponse')
|
510
638
|
GetIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'GetIndexingConfigurationRequest')
|
@@ -515,6 +643,12 @@ module Aws::IoT
|
|
515
643
|
GetLoggingOptionsResponse = Shapes::StructureShape.new(name: 'GetLoggingOptionsResponse')
|
516
644
|
GetOTAUpdateRequest = Shapes::StructureShape.new(name: 'GetOTAUpdateRequest')
|
517
645
|
GetOTAUpdateResponse = Shapes::StructureShape.new(name: 'GetOTAUpdateResponse')
|
646
|
+
GetPackageConfigurationRequest = Shapes::StructureShape.new(name: 'GetPackageConfigurationRequest')
|
647
|
+
GetPackageConfigurationResponse = Shapes::StructureShape.new(name: 'GetPackageConfigurationResponse')
|
648
|
+
GetPackageRequest = Shapes::StructureShape.new(name: 'GetPackageRequest')
|
649
|
+
GetPackageResponse = Shapes::StructureShape.new(name: 'GetPackageResponse')
|
650
|
+
GetPackageVersionRequest = Shapes::StructureShape.new(name: 'GetPackageVersionRequest')
|
651
|
+
GetPackageVersionResponse = Shapes::StructureShape.new(name: 'GetPackageVersionResponse')
|
518
652
|
GetPercentilesRequest = Shapes::StructureShape.new(name: 'GetPercentilesRequest')
|
519
653
|
GetPercentilesResponse = Shapes::StructureShape.new(name: 'GetPercentilesResponse')
|
520
654
|
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
@@ -525,6 +659,8 @@ module Aws::IoT
|
|
525
659
|
GetRegistrationCodeResponse = Shapes::StructureShape.new(name: 'GetRegistrationCodeResponse')
|
526
660
|
GetStatisticsRequest = Shapes::StructureShape.new(name: 'GetStatisticsRequest')
|
527
661
|
GetStatisticsResponse = Shapes::StructureShape.new(name: 'GetStatisticsResponse')
|
662
|
+
GetThingConnectivityDataRequest = Shapes::StructureShape.new(name: 'GetThingConnectivityDataRequest')
|
663
|
+
GetThingConnectivityDataResponse = Shapes::StructureShape.new(name: 'GetThingConnectivityDataResponse')
|
528
664
|
GetTopicRuleDestinationRequest = Shapes::StructureShape.new(name: 'GetTopicRuleDestinationRequest')
|
529
665
|
GetTopicRuleDestinationResponse = Shapes::StructureShape.new(name: 'GetTopicRuleDestinationResponse')
|
530
666
|
GetTopicRuleRequest = Shapes::StructureShape.new(name: 'GetTopicRuleRequest')
|
@@ -559,10 +695,13 @@ module Aws::IoT
|
|
559
695
|
IndexNotReadyException = Shapes::StructureShape.new(name: 'IndexNotReadyException')
|
560
696
|
IndexSchema = Shapes::StringShape.new(name: 'IndexSchema')
|
561
697
|
IndexStatus = Shapes::StringShape.new(name: 'IndexStatus')
|
698
|
+
IndexingFilter = Shapes::StructureShape.new(name: 'IndexingFilter')
|
562
699
|
InlineDocument = Shapes::StringShape.new(name: 'InlineDocument')
|
563
700
|
InputName = Shapes::StringShape.new(name: 'InputName')
|
701
|
+
IntegerParameterValue = Shapes::IntegerShape.new(name: 'IntegerParameterValue')
|
564
702
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
565
703
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
704
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
566
705
|
InvalidAggregationException = Shapes::StructureShape.new(name: 'InvalidAggregationException')
|
567
706
|
InvalidQueryException = Shapes::StructureShape.new(name: 'InvalidQueryException')
|
568
707
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
@@ -575,11 +714,16 @@ module Aws::IoT
|
|
575
714
|
IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
|
576
715
|
IsDisabled = Shapes::BooleanShape.new(name: 'IsDisabled')
|
577
716
|
IsSuppressed = Shapes::BooleanShape.new(name: 'IsSuppressed')
|
717
|
+
IssuerCertificateIdentifier = Shapes::StructureShape.new(name: 'IssuerCertificateIdentifier')
|
718
|
+
IssuerCertificateSerialNumber = Shapes::StringShape.new(name: 'IssuerCertificateSerialNumber')
|
719
|
+
IssuerCertificateSubject = Shapes::StringShape.new(name: 'IssuerCertificateSubject')
|
720
|
+
IssuerId = Shapes::StringShape.new(name: 'IssuerId')
|
578
721
|
Job = Shapes::StructureShape.new(name: 'Job')
|
579
722
|
JobArn = Shapes::StringShape.new(name: 'JobArn')
|
580
723
|
JobDescription = Shapes::StringShape.new(name: 'JobDescription')
|
581
724
|
JobDocument = Shapes::StringShape.new(name: 'JobDocument')
|
582
725
|
JobDocumentSource = Shapes::StringShape.new(name: 'JobDocumentSource')
|
726
|
+
JobEndBehavior = Shapes::StringShape.new(name: 'JobEndBehavior')
|
583
727
|
JobExecution = Shapes::StructureShape.new(name: 'JobExecution')
|
584
728
|
JobExecutionFailureType = Shapes::StringShape.new(name: 'JobExecutionFailureType')
|
585
729
|
JobExecutionStatus = Shapes::StringShape.new(name: 'JobExecutionStatus')
|
@@ -589,6 +733,7 @@ module Aws::IoT
|
|
589
733
|
JobExecutionSummaryForJobList = Shapes::ListShape.new(name: 'JobExecutionSummaryForJobList')
|
590
734
|
JobExecutionSummaryForThing = Shapes::StructureShape.new(name: 'JobExecutionSummaryForThing')
|
591
735
|
JobExecutionSummaryForThingList = Shapes::ListShape.new(name: 'JobExecutionSummaryForThingList')
|
736
|
+
JobExecutionsRetryConfig = Shapes::StructureShape.new(name: 'JobExecutionsRetryConfig')
|
592
737
|
JobExecutionsRolloutConfig = Shapes::StructureShape.new(name: 'JobExecutionsRolloutConfig')
|
593
738
|
JobId = Shapes::StringShape.new(name: 'JobId')
|
594
739
|
JobProcessDetails = Shapes::StructureShape.new(name: 'JobProcessDetails')
|
@@ -596,8 +741,16 @@ module Aws::IoT
|
|
596
741
|
JobSummary = Shapes::StructureShape.new(name: 'JobSummary')
|
597
742
|
JobSummaryList = Shapes::ListShape.new(name: 'JobSummaryList')
|
598
743
|
JobTargets = Shapes::ListShape.new(name: 'JobTargets')
|
744
|
+
JobTemplateArn = Shapes::StringShape.new(name: 'JobTemplateArn')
|
745
|
+
JobTemplateId = Shapes::StringShape.new(name: 'JobTemplateId')
|
746
|
+
JobTemplateSummary = Shapes::StructureShape.new(name: 'JobTemplateSummary')
|
747
|
+
JobTemplateSummaryList = Shapes::ListShape.new(name: 'JobTemplateSummaryList')
|
599
748
|
JsonDocument = Shapes::StringShape.new(name: 'JsonDocument')
|
600
749
|
KafkaAction = Shapes::StructureShape.new(name: 'KafkaAction')
|
750
|
+
KafkaActionHeader = Shapes::StructureShape.new(name: 'KafkaActionHeader')
|
751
|
+
KafkaHeaderKey = Shapes::StringShape.new(name: 'KafkaHeaderKey')
|
752
|
+
KafkaHeaderValue = Shapes::StringShape.new(name: 'KafkaHeaderValue')
|
753
|
+
KafkaHeaders = Shapes::ListShape.new(name: 'KafkaHeaders')
|
601
754
|
Key = Shapes::StringShape.new(name: 'Key')
|
602
755
|
KeyName = Shapes::StringShape.new(name: 'KeyName')
|
603
756
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
@@ -628,10 +781,16 @@ module Aws::IoT
|
|
628
781
|
ListBillingGroupsResponse = Shapes::StructureShape.new(name: 'ListBillingGroupsResponse')
|
629
782
|
ListCACertificatesRequest = Shapes::StructureShape.new(name: 'ListCACertificatesRequest')
|
630
783
|
ListCACertificatesResponse = Shapes::StructureShape.new(name: 'ListCACertificatesResponse')
|
784
|
+
ListCertificateProvidersRequest = Shapes::StructureShape.new(name: 'ListCertificateProvidersRequest')
|
785
|
+
ListCertificateProvidersResponse = Shapes::StructureShape.new(name: 'ListCertificateProvidersResponse')
|
631
786
|
ListCertificatesByCARequest = Shapes::StructureShape.new(name: 'ListCertificatesByCARequest')
|
632
787
|
ListCertificatesByCAResponse = Shapes::StructureShape.new(name: 'ListCertificatesByCAResponse')
|
633
788
|
ListCertificatesRequest = Shapes::StructureShape.new(name: 'ListCertificatesRequest')
|
634
789
|
ListCertificatesResponse = Shapes::StructureShape.new(name: 'ListCertificatesResponse')
|
790
|
+
ListCommandExecutionsRequest = Shapes::StructureShape.new(name: 'ListCommandExecutionsRequest')
|
791
|
+
ListCommandExecutionsResponse = Shapes::StructureShape.new(name: 'ListCommandExecutionsResponse')
|
792
|
+
ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
|
793
|
+
ListCommandsResponse = Shapes::StructureShape.new(name: 'ListCommandsResponse')
|
635
794
|
ListCustomMetricsRequest = Shapes::StructureShape.new(name: 'ListCustomMetricsRequest')
|
636
795
|
ListCustomMetricsResponse = Shapes::StructureShape.new(name: 'ListCustomMetricsResponse')
|
637
796
|
ListDetectMitigationActionsExecutionsRequest = Shapes::StructureShape.new(name: 'ListDetectMitigationActionsExecutionsRequest')
|
@@ -642,20 +801,32 @@ module Aws::IoT
|
|
642
801
|
ListDimensionsResponse = Shapes::StructureShape.new(name: 'ListDimensionsResponse')
|
643
802
|
ListDomainConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDomainConfigurationsRequest')
|
644
803
|
ListDomainConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDomainConfigurationsResponse')
|
804
|
+
ListFleetMetricsRequest = Shapes::StructureShape.new(name: 'ListFleetMetricsRequest')
|
805
|
+
ListFleetMetricsResponse = Shapes::StructureShape.new(name: 'ListFleetMetricsResponse')
|
645
806
|
ListIndicesRequest = Shapes::StructureShape.new(name: 'ListIndicesRequest')
|
646
807
|
ListIndicesResponse = Shapes::StructureShape.new(name: 'ListIndicesResponse')
|
647
808
|
ListJobExecutionsForJobRequest = Shapes::StructureShape.new(name: 'ListJobExecutionsForJobRequest')
|
648
809
|
ListJobExecutionsForJobResponse = Shapes::StructureShape.new(name: 'ListJobExecutionsForJobResponse')
|
649
810
|
ListJobExecutionsForThingRequest = Shapes::StructureShape.new(name: 'ListJobExecutionsForThingRequest')
|
650
811
|
ListJobExecutionsForThingResponse = Shapes::StructureShape.new(name: 'ListJobExecutionsForThingResponse')
|
812
|
+
ListJobTemplatesRequest = Shapes::StructureShape.new(name: 'ListJobTemplatesRequest')
|
813
|
+
ListJobTemplatesResponse = Shapes::StructureShape.new(name: 'ListJobTemplatesResponse')
|
651
814
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
652
815
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
816
|
+
ListManagedJobTemplatesRequest = Shapes::StructureShape.new(name: 'ListManagedJobTemplatesRequest')
|
817
|
+
ListManagedJobTemplatesResponse = Shapes::StructureShape.new(name: 'ListManagedJobTemplatesResponse')
|
818
|
+
ListMetricValuesRequest = Shapes::StructureShape.new(name: 'ListMetricValuesRequest')
|
819
|
+
ListMetricValuesResponse = Shapes::StructureShape.new(name: 'ListMetricValuesResponse')
|
653
820
|
ListMitigationActionsRequest = Shapes::StructureShape.new(name: 'ListMitigationActionsRequest')
|
654
821
|
ListMitigationActionsResponse = Shapes::StructureShape.new(name: 'ListMitigationActionsResponse')
|
655
822
|
ListOTAUpdatesRequest = Shapes::StructureShape.new(name: 'ListOTAUpdatesRequest')
|
656
823
|
ListOTAUpdatesResponse = Shapes::StructureShape.new(name: 'ListOTAUpdatesResponse')
|
657
824
|
ListOutgoingCertificatesRequest = Shapes::StructureShape.new(name: 'ListOutgoingCertificatesRequest')
|
658
825
|
ListOutgoingCertificatesResponse = Shapes::StructureShape.new(name: 'ListOutgoingCertificatesResponse')
|
826
|
+
ListPackageVersionsRequest = Shapes::StructureShape.new(name: 'ListPackageVersionsRequest')
|
827
|
+
ListPackageVersionsResponse = Shapes::StructureShape.new(name: 'ListPackageVersionsResponse')
|
828
|
+
ListPackagesRequest = Shapes::StructureShape.new(name: 'ListPackagesRequest')
|
829
|
+
ListPackagesResponse = Shapes::StructureShape.new(name: 'ListPackagesResponse')
|
659
830
|
ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
|
660
831
|
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
661
832
|
ListPolicyPrincipalsRequest = Shapes::StructureShape.new(name: 'ListPolicyPrincipalsRequest')
|
@@ -666,12 +837,18 @@ module Aws::IoT
|
|
666
837
|
ListPrincipalPoliciesResponse = Shapes::StructureShape.new(name: 'ListPrincipalPoliciesResponse')
|
667
838
|
ListPrincipalThingsRequest = Shapes::StructureShape.new(name: 'ListPrincipalThingsRequest')
|
668
839
|
ListPrincipalThingsResponse = Shapes::StructureShape.new(name: 'ListPrincipalThingsResponse')
|
840
|
+
ListPrincipalThingsV2Request = Shapes::StructureShape.new(name: 'ListPrincipalThingsV2Request')
|
841
|
+
ListPrincipalThingsV2Response = Shapes::StructureShape.new(name: 'ListPrincipalThingsV2Response')
|
669
842
|
ListProvisioningTemplateVersionsRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsRequest')
|
670
843
|
ListProvisioningTemplateVersionsResponse = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsResponse')
|
671
844
|
ListProvisioningTemplatesRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplatesRequest')
|
672
845
|
ListProvisioningTemplatesResponse = Shapes::StructureShape.new(name: 'ListProvisioningTemplatesResponse')
|
846
|
+
ListRelatedResourcesForAuditFindingRequest = Shapes::StructureShape.new(name: 'ListRelatedResourcesForAuditFindingRequest')
|
847
|
+
ListRelatedResourcesForAuditFindingResponse = Shapes::StructureShape.new(name: 'ListRelatedResourcesForAuditFindingResponse')
|
673
848
|
ListRoleAliasesRequest = Shapes::StructureShape.new(name: 'ListRoleAliasesRequest')
|
674
849
|
ListRoleAliasesResponse = Shapes::StructureShape.new(name: 'ListRoleAliasesResponse')
|
850
|
+
ListSbomValidationResultsRequest = Shapes::StructureShape.new(name: 'ListSbomValidationResultsRequest')
|
851
|
+
ListSbomValidationResultsResponse = Shapes::StructureShape.new(name: 'ListSbomValidationResultsResponse')
|
675
852
|
ListScheduledAuditsRequest = Shapes::StructureShape.new(name: 'ListScheduledAuditsRequest')
|
676
853
|
ListScheduledAuditsResponse = Shapes::StructureShape.new(name: 'ListScheduledAuditsResponse')
|
677
854
|
ListSecurityProfilesForTargetRequest = Shapes::StructureShape.new(name: 'ListSecurityProfilesForTargetRequest')
|
@@ -694,6 +871,8 @@ module Aws::IoT
|
|
694
871
|
ListThingGroupsResponse = Shapes::StructureShape.new(name: 'ListThingGroupsResponse')
|
695
872
|
ListThingPrincipalsRequest = Shapes::StructureShape.new(name: 'ListThingPrincipalsRequest')
|
696
873
|
ListThingPrincipalsResponse = Shapes::StructureShape.new(name: 'ListThingPrincipalsResponse')
|
874
|
+
ListThingPrincipalsV2Request = Shapes::StructureShape.new(name: 'ListThingPrincipalsV2Request')
|
875
|
+
ListThingPrincipalsV2Response = Shapes::StructureShape.new(name: 'ListThingPrincipalsV2Response')
|
697
876
|
ListThingRegistrationTaskReportsRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsRequest')
|
698
877
|
ListThingRegistrationTaskReportsResponse = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsResponse')
|
699
878
|
ListThingRegistrationTasksRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTasksRequest')
|
@@ -714,6 +893,8 @@ module Aws::IoT
|
|
714
893
|
ListV2LoggingLevelsResponse = Shapes::StructureShape.new(name: 'ListV2LoggingLevelsResponse')
|
715
894
|
ListViolationEventsRequest = Shapes::StructureShape.new(name: 'ListViolationEventsRequest')
|
716
895
|
ListViolationEventsResponse = Shapes::StructureShape.new(name: 'ListViolationEventsResponse')
|
896
|
+
LocationAction = Shapes::StructureShape.new(name: 'LocationAction')
|
897
|
+
LocationTimestamp = Shapes::StructureShape.new(name: 'LocationTimestamp')
|
717
898
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
718
899
|
LogLevel = Shapes::StringShape.new(name: 'LogLevel')
|
719
900
|
LogTarget = Shapes::StructureShape.new(name: 'LogTarget')
|
@@ -722,21 +903,34 @@ module Aws::IoT
|
|
722
903
|
LogTargetName = Shapes::StringShape.new(name: 'LogTargetName')
|
723
904
|
LogTargetType = Shapes::StringShape.new(name: 'LogTargetType')
|
724
905
|
LoggingOptionsPayload = Shapes::StructureShape.new(name: 'LoggingOptionsPayload')
|
906
|
+
LongParameterValue = Shapes::IntegerShape.new(name: 'LongParameterValue')
|
725
907
|
MachineLearningDetectionConfig = Shapes::StructureShape.new(name: 'MachineLearningDetectionConfig')
|
908
|
+
MaintenanceWindow = Shapes::StructureShape.new(name: 'MaintenanceWindow')
|
909
|
+
MaintenanceWindows = Shapes::ListShape.new(name: 'MaintenanceWindows')
|
726
910
|
MalformedPolicyException = Shapes::StructureShape.new(name: 'MalformedPolicyException')
|
911
|
+
ManagedJobTemplateName = Shapes::StringShape.new(name: 'ManagedJobTemplateName')
|
912
|
+
ManagedJobTemplateSummary = Shapes::StructureShape.new(name: 'ManagedJobTemplateSummary')
|
913
|
+
ManagedJobTemplatesSummaryList = Shapes::ListShape.new(name: 'ManagedJobTemplatesSummaryList')
|
914
|
+
ManagedTemplateVersion = Shapes::StringShape.new(name: 'ManagedTemplateVersion')
|
727
915
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
916
|
+
MaxBuckets = Shapes::IntegerShape.new(name: 'MaxBuckets')
|
728
917
|
MaxJobExecutionsPerMin = Shapes::IntegerShape.new(name: 'MaxJobExecutionsPerMin')
|
729
918
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
730
919
|
Maximum = Shapes::FloatShape.new(name: 'Maximum')
|
731
920
|
MaximumPerMinute = Shapes::IntegerShape.new(name: 'MaximumPerMinute')
|
732
921
|
Message = Shapes::StringShape.new(name: 'Message')
|
922
|
+
MessageExpiry = Shapes::StringShape.new(name: 'MessageExpiry')
|
733
923
|
MessageFormat = Shapes::StringShape.new(name: 'MessageFormat')
|
734
924
|
MessageId = Shapes::StringShape.new(name: 'MessageId')
|
925
|
+
MetricDatum = Shapes::StructureShape.new(name: 'MetricDatum')
|
926
|
+
MetricDatumList = Shapes::ListShape.new(name: 'MetricDatumList')
|
735
927
|
MetricDimension = Shapes::StructureShape.new(name: 'MetricDimension')
|
736
928
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
737
929
|
MetricNames = Shapes::ListShape.new(name: 'MetricNames')
|
738
930
|
MetricToRetain = Shapes::StructureShape.new(name: 'MetricToRetain')
|
739
931
|
MetricValue = Shapes::StructureShape.new(name: 'MetricValue')
|
932
|
+
MetricsExportConfig = Shapes::StructureShape.new(name: 'MetricsExportConfig')
|
933
|
+
MimeType = Shapes::StringShape.new(name: 'MimeType')
|
740
934
|
Minimum = Shapes::FloatShape.new(name: 'Minimum')
|
741
935
|
MinimumNumberOfExecutedThings = Shapes::IntegerShape.new(name: 'MinimumNumberOfExecutedThings')
|
742
936
|
MissingContextValue = Shapes::StringShape.new(name: 'MissingContextValue')
|
@@ -753,10 +947,15 @@ module Aws::IoT
|
|
753
947
|
MitigationActionType = Shapes::StringShape.new(name: 'MitigationActionType')
|
754
948
|
MitigationActionsTaskId = Shapes::StringShape.new(name: 'MitigationActionsTaskId')
|
755
949
|
ModelStatus = Shapes::StringShape.new(name: 'ModelStatus')
|
950
|
+
Mqtt5Configuration = Shapes::StructureShape.new(name: 'Mqtt5Configuration')
|
756
951
|
MqttClientId = Shapes::StringShape.new(name: 'MqttClientId')
|
757
952
|
MqttContext = Shapes::StructureShape.new(name: 'MqttContext')
|
953
|
+
MqttHeaders = Shapes::StructureShape.new(name: 'MqttHeaders')
|
758
954
|
MqttPassword = Shapes::BlobShape.new(name: 'MqttPassword')
|
955
|
+
MqttTopic = Shapes::StringShape.new(name: 'MqttTopic')
|
759
956
|
MqttUsername = Shapes::StringShape.new(name: 'MqttUsername')
|
957
|
+
NamedShadowIndexingMode = Shapes::StringShape.new(name: 'NamedShadowIndexingMode')
|
958
|
+
NamedShadowNamesFilter = Shapes::ListShape.new(name: 'NamedShadowNamesFilter')
|
760
959
|
NamespaceId = Shapes::StringShape.new(name: 'NamespaceId')
|
761
960
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
762
961
|
NonCompliantChecksCount = Shapes::IntegerShape.new(name: 'NonCompliantChecksCount')
|
@@ -766,7 +965,9 @@ module Aws::IoT
|
|
766
965
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
767
966
|
Number = Shapes::FloatShape.new(name: 'Number')
|
768
967
|
NumberList = Shapes::ListShape.new(name: 'NumberList')
|
968
|
+
NumberOfRetries = Shapes::IntegerShape.new(name: 'NumberOfRetries')
|
769
969
|
NumberOfThings = Shapes::IntegerShape.new(name: 'NumberOfThings')
|
970
|
+
OCSPLambdaArn = Shapes::StringShape.new(name: 'OCSPLambdaArn')
|
770
971
|
OTAUpdateArn = Shapes::StringShape.new(name: 'OTAUpdateArn')
|
771
972
|
OTAUpdateDescription = Shapes::StringShape.new(name: 'OTAUpdateDescription')
|
772
973
|
OTAUpdateErrorMessage = Shapes::StringShape.new(name: 'OTAUpdateErrorMessage')
|
@@ -778,15 +979,34 @@ module Aws::IoT
|
|
778
979
|
OTAUpdateStatus = Shapes::StringShape.new(name: 'OTAUpdateStatus')
|
779
980
|
OTAUpdateSummary = Shapes::StructureShape.new(name: 'OTAUpdateSummary')
|
780
981
|
OTAUpdatesSummary = Shapes::ListShape.new(name: 'OTAUpdatesSummary')
|
982
|
+
OpenSearchAction = Shapes::StructureShape.new(name: 'OpenSearchAction')
|
983
|
+
Optional = Shapes::BooleanShape.new(name: 'Optional')
|
781
984
|
OptionalVersion = Shapes::IntegerShape.new(name: 'OptionalVersion')
|
782
985
|
OutgoingCertificate = Shapes::StructureShape.new(name: 'OutgoingCertificate')
|
783
986
|
OutgoingCertificates = Shapes::ListShape.new(name: 'OutgoingCertificates')
|
784
987
|
OverrideDynamicGroups = Shapes::BooleanShape.new(name: 'OverrideDynamicGroups')
|
988
|
+
PackageArn = Shapes::StringShape.new(name: 'PackageArn')
|
989
|
+
PackageCatalogMaxResults = Shapes::IntegerShape.new(name: 'PackageCatalogMaxResults')
|
990
|
+
PackageName = Shapes::StringShape.new(name: 'PackageName')
|
991
|
+
PackageSummary = Shapes::StructureShape.new(name: 'PackageSummary')
|
992
|
+
PackageSummaryList = Shapes::ListShape.new(name: 'PackageSummaryList')
|
993
|
+
PackageVersionAction = Shapes::StringShape.new(name: 'PackageVersionAction')
|
994
|
+
PackageVersionArn = Shapes::StringShape.new(name: 'PackageVersionArn')
|
995
|
+
PackageVersionArtifact = Shapes::StructureShape.new(name: 'PackageVersionArtifact')
|
996
|
+
PackageVersionErrorReason = Shapes::StringShape.new(name: 'PackageVersionErrorReason')
|
997
|
+
PackageVersionRecipe = Shapes::StringShape.new(name: 'PackageVersionRecipe')
|
998
|
+
PackageVersionStatus = Shapes::StringShape.new(name: 'PackageVersionStatus')
|
999
|
+
PackageVersionSummary = Shapes::StructureShape.new(name: 'PackageVersionSummary')
|
1000
|
+
PackageVersionSummaryList = Shapes::ListShape.new(name: 'PackageVersionSummaryList')
|
785
1001
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
786
1002
|
Parameter = Shapes::StringShape.new(name: 'Parameter')
|
1003
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
1004
|
+
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
1005
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
787
1006
|
Parameters = Shapes::MapShape.new(name: 'Parameters')
|
788
1007
|
PartitionKey = Shapes::StringShape.new(name: 'PartitionKey')
|
789
1008
|
PayloadField = Shapes::StringShape.new(name: 'PayloadField')
|
1009
|
+
PayloadFormatIndicator = Shapes::StringShape.new(name: 'PayloadFormatIndicator')
|
790
1010
|
PayloadVersion = Shapes::StringShape.new(name: 'PayloadVersion')
|
791
1011
|
Percent = Shapes::FloatShape.new(name: 'Percent')
|
792
1012
|
PercentList = Shapes::ListShape.new(name: 'PercentList')
|
@@ -817,10 +1037,14 @@ module Aws::IoT
|
|
817
1037
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
818
1038
|
PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
|
819
1039
|
PrincipalId = Shapes::StringShape.new(name: 'PrincipalId')
|
1040
|
+
PrincipalThingObject = Shapes::StructureShape.new(name: 'PrincipalThingObject')
|
1041
|
+
PrincipalThingObjects = Shapes::ListShape.new(name: 'PrincipalThingObjects')
|
820
1042
|
Principals = Shapes::ListShape.new(name: 'Principals')
|
821
1043
|
PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
|
822
1044
|
ProcessingTargetName = Shapes::StringShape.new(name: 'ProcessingTargetName')
|
823
1045
|
ProcessingTargetNameList = Shapes::ListShape.new(name: 'ProcessingTargetNameList')
|
1046
|
+
PropagatingAttribute = Shapes::StructureShape.new(name: 'PropagatingAttribute')
|
1047
|
+
PropagatingAttributeList = Shapes::ListShape.new(name: 'PropagatingAttributeList')
|
824
1048
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
825
1049
|
Protocols = Shapes::ListShape.new(name: 'Protocols')
|
826
1050
|
ProvisioningHook = Shapes::StructureShape.new(name: 'ProvisioningHook')
|
@@ -834,6 +1058,8 @@ module Aws::IoT
|
|
834
1058
|
PutAssetPropertyValueEntry = Shapes::StructureShape.new(name: 'PutAssetPropertyValueEntry')
|
835
1059
|
PutAssetPropertyValueEntryList = Shapes::ListShape.new(name: 'PutAssetPropertyValueEntryList')
|
836
1060
|
PutItemInput = Shapes::StructureShape.new(name: 'PutItemInput')
|
1061
|
+
PutVerificationStateOnViolationRequest = Shapes::StructureShape.new(name: 'PutVerificationStateOnViolationRequest')
|
1062
|
+
PutVerificationStateOnViolationResponse = Shapes::StructureShape.new(name: 'PutVerificationStateOnViolationResponse')
|
837
1063
|
Qos = Shapes::IntegerShape.new(name: 'Qos')
|
838
1064
|
QueryMaxResults = Shapes::IntegerShape.new(name: 'QueryMaxResults')
|
839
1065
|
QueryString = Shapes::StringShape.new(name: 'QueryString')
|
@@ -849,6 +1075,7 @@ module Aws::IoT
|
|
849
1075
|
ReasonForNonComplianceCodes = Shapes::ListShape.new(name: 'ReasonForNonComplianceCodes')
|
850
1076
|
Recursive = Shapes::BooleanShape.new(name: 'Recursive')
|
851
1077
|
RecursiveWithoutDefault = Shapes::BooleanShape.new(name: 'RecursiveWithoutDefault')
|
1078
|
+
Regex = Shapes::StringShape.new(name: 'Regex')
|
852
1079
|
RegisterCACertificateRequest = Shapes::StructureShape.new(name: 'RegisterCACertificateRequest')
|
853
1080
|
RegisterCACertificateResponse = Shapes::StructureShape.new(name: 'RegisterCACertificateResponse')
|
854
1081
|
RegisterCertificateRequest = Shapes::StructureShape.new(name: 'RegisterCertificateRequest')
|
@@ -885,12 +1112,21 @@ module Aws::IoT
|
|
885
1112
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
886
1113
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
887
1114
|
ResourceArns = Shapes::MapShape.new(name: 'ResourceArns')
|
1115
|
+
ResourceAttributeKey = Shapes::StringShape.new(name: 'ResourceAttributeKey')
|
1116
|
+
ResourceAttributeValue = Shapes::StringShape.new(name: 'ResourceAttributeValue')
|
1117
|
+
ResourceAttributes = Shapes::MapShape.new(name: 'ResourceAttributes')
|
1118
|
+
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
888
1119
|
ResourceIdentifier = Shapes::StructureShape.new(name: 'ResourceIdentifier')
|
889
1120
|
ResourceLogicalId = Shapes::StringShape.new(name: 'ResourceLogicalId')
|
890
1121
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
891
1122
|
ResourceRegistrationFailureException = Shapes::StructureShape.new(name: 'ResourceRegistrationFailureException')
|
892
1123
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
893
1124
|
Resources = Shapes::ListShape.new(name: 'Resources')
|
1125
|
+
ResponseTopic = Shapes::StringShape.new(name: 'ResponseTopic')
|
1126
|
+
RetryAttempt = Shapes::IntegerShape.new(name: 'RetryAttempt')
|
1127
|
+
RetryCriteria = Shapes::StructureShape.new(name: 'RetryCriteria')
|
1128
|
+
RetryCriteriaList = Shapes::ListShape.new(name: 'RetryCriteriaList')
|
1129
|
+
RetryableFailureType = Shapes::StringShape.new(name: 'RetryableFailureType')
|
894
1130
|
RoleAlias = Shapes::StringShape.new(name: 'RoleAlias')
|
895
1131
|
RoleAliasArn = Shapes::StringShape.new(name: 'RoleAliasArn')
|
896
1132
|
RoleAliasDescription = Shapes::StructureShape.new(name: 'RoleAliasDescription')
|
@@ -911,16 +1147,28 @@ module Aws::IoT
|
|
911
1147
|
SalesforceAction = Shapes::StructureShape.new(name: 'SalesforceAction')
|
912
1148
|
SalesforceEndpoint = Shapes::StringShape.new(name: 'SalesforceEndpoint')
|
913
1149
|
SalesforceToken = Shapes::StringShape.new(name: 'SalesforceToken')
|
1150
|
+
Sbom = Shapes::StructureShape.new(name: 'Sbom')
|
1151
|
+
SbomValidationErrorCode = Shapes::StringShape.new(name: 'SbomValidationErrorCode')
|
1152
|
+
SbomValidationErrorMessage = Shapes::StringShape.new(name: 'SbomValidationErrorMessage')
|
1153
|
+
SbomValidationResult = Shapes::StringShape.new(name: 'SbomValidationResult')
|
1154
|
+
SbomValidationResultSummary = Shapes::StructureShape.new(name: 'SbomValidationResultSummary')
|
1155
|
+
SbomValidationResultSummaryList = Shapes::ListShape.new(name: 'SbomValidationResultSummaryList')
|
1156
|
+
SbomValidationStatus = Shapes::StringShape.new(name: 'SbomValidationStatus')
|
914
1157
|
ScheduledAuditArn = Shapes::StringShape.new(name: 'ScheduledAuditArn')
|
915
1158
|
ScheduledAuditMetadata = Shapes::StructureShape.new(name: 'ScheduledAuditMetadata')
|
916
1159
|
ScheduledAuditMetadataList = Shapes::ListShape.new(name: 'ScheduledAuditMetadataList')
|
917
1160
|
ScheduledAuditName = Shapes::StringShape.new(name: 'ScheduledAuditName')
|
1161
|
+
ScheduledJobRollout = Shapes::StructureShape.new(name: 'ScheduledJobRollout')
|
1162
|
+
ScheduledJobRolloutList = Shapes::ListShape.new(name: 'ScheduledJobRolloutList')
|
1163
|
+
SchedulingConfig = Shapes::StructureShape.new(name: 'SchedulingConfig')
|
918
1164
|
SearchIndexRequest = Shapes::StructureShape.new(name: 'SearchIndexRequest')
|
919
1165
|
SearchIndexResponse = Shapes::StructureShape.new(name: 'SearchIndexResponse')
|
1166
|
+
SearchQueryMaxResults = Shapes::IntegerShape.new(name: 'SearchQueryMaxResults')
|
920
1167
|
SearchableAttributes = Shapes::ListShape.new(name: 'SearchableAttributes')
|
921
1168
|
Seconds = Shapes::IntegerShape.new(name: 'Seconds')
|
922
1169
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
923
1170
|
SecurityGroupList = Shapes::ListShape.new(name: 'SecurityGroupList')
|
1171
|
+
SecurityPolicy = Shapes::StringShape.new(name: 'SecurityPolicy')
|
924
1172
|
SecurityProfileArn = Shapes::StringShape.new(name: 'SecurityProfileArn')
|
925
1173
|
SecurityProfileDescription = Shapes::StringShape.new(name: 'SecurityProfileDescription')
|
926
1174
|
SecurityProfileIdentifier = Shapes::StructureShape.new(name: 'SecurityProfileIdentifier')
|
@@ -932,12 +1180,14 @@ module Aws::IoT
|
|
932
1180
|
SecurityProfileTargetMappings = Shapes::ListShape.new(name: 'SecurityProfileTargetMappings')
|
933
1181
|
SecurityProfileTargets = Shapes::ListShape.new(name: 'SecurityProfileTargets')
|
934
1182
|
ServerCertificateArns = Shapes::ListShape.new(name: 'ServerCertificateArns')
|
1183
|
+
ServerCertificateConfig = Shapes::StructureShape.new(name: 'ServerCertificateConfig')
|
935
1184
|
ServerCertificateStatus = Shapes::StringShape.new(name: 'ServerCertificateStatus')
|
936
1185
|
ServerCertificateStatusDetail = Shapes::StringShape.new(name: 'ServerCertificateStatusDetail')
|
937
1186
|
ServerCertificateSummary = Shapes::StructureShape.new(name: 'ServerCertificateSummary')
|
938
1187
|
ServerCertificates = Shapes::ListShape.new(name: 'ServerCertificates')
|
939
1188
|
ServerName = Shapes::StringShape.new(name: 'ServerName')
|
940
1189
|
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
1190
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
941
1191
|
ServiceType = Shapes::StringShape.new(name: 'ServiceType')
|
942
1192
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
943
1193
|
SetAsActive = Shapes::BooleanShape.new(name: 'SetAsActive')
|
@@ -949,6 +1199,7 @@ module Aws::IoT
|
|
949
1199
|
SetLoggingOptionsRequest = Shapes::StructureShape.new(name: 'SetLoggingOptionsRequest')
|
950
1200
|
SetV2LoggingLevelRequest = Shapes::StructureShape.new(name: 'SetV2LoggingLevelRequest')
|
951
1201
|
SetV2LoggingOptionsRequest = Shapes::StructureShape.new(name: 'SetV2LoggingOptionsRequest')
|
1202
|
+
ShadowName = Shapes::StringShape.new(name: 'ShadowName')
|
952
1203
|
SigV4Authorization = Shapes::StructureShape.new(name: 'SigV4Authorization')
|
953
1204
|
Signature = Shapes::BlobShape.new(name: 'Signature')
|
954
1205
|
SignatureAlgorithm = Shapes::StringShape.new(name: 'SignatureAlgorithm')
|
@@ -960,6 +1211,7 @@ module Aws::IoT
|
|
960
1211
|
SkyfallMaxResults = Shapes::IntegerShape.new(name: 'SkyfallMaxResults')
|
961
1212
|
SnsAction = Shapes::StructureShape.new(name: 'SnsAction')
|
962
1213
|
SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
|
1214
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
963
1215
|
SqlParseException = Shapes::StructureShape.new(name: 'SqlParseException')
|
964
1216
|
SqsAction = Shapes::StructureShape.new(name: 'SqsAction')
|
965
1217
|
StartAuditMitigationActionsTaskRequest = Shapes::StructureShape.new(name: 'StartAuditMitigationActionsTaskRequest')
|
@@ -977,6 +1229,10 @@ module Aws::IoT
|
|
977
1229
|
StatisticalThreshold = Shapes::StructureShape.new(name: 'StatisticalThreshold')
|
978
1230
|
Statistics = Shapes::StructureShape.new(name: 'Statistics')
|
979
1231
|
Status = Shapes::StringShape.new(name: 'Status')
|
1232
|
+
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
1233
|
+
StatusReason = Shapes::StructureShape.new(name: 'StatusReason')
|
1234
|
+
StatusReasonCode = Shapes::StringShape.new(name: 'StatusReasonCode')
|
1235
|
+
StatusReasonDescription = Shapes::StringShape.new(name: 'StatusReasonDescription')
|
980
1236
|
StdDeviation = Shapes::FloatShape.new(name: 'StdDeviation')
|
981
1237
|
StepFunctionsAction = Shapes::StructureShape.new(name: 'StepFunctionsAction')
|
982
1238
|
StopThingRegistrationTaskRequest = Shapes::StructureShape.new(name: 'StopThingRegistrationTaskRequest')
|
@@ -993,8 +1249,11 @@ module Aws::IoT
|
|
993
1249
|
StreamVersion = Shapes::IntegerShape.new(name: 'StreamVersion')
|
994
1250
|
StreamsSummary = Shapes::ListShape.new(name: 'StreamsSummary')
|
995
1251
|
String = Shapes::StringShape.new(name: 'String')
|
1252
|
+
StringCommandExecutionResult = Shapes::StringShape.new(name: 'StringCommandExecutionResult')
|
1253
|
+
StringDateTime = Shapes::StringShape.new(name: 'StringDateTime')
|
996
1254
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
997
1255
|
StringMap = Shapes::MapShape.new(name: 'StringMap')
|
1256
|
+
StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
|
998
1257
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
999
1258
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
1000
1259
|
SucceededFindingsCount = Shapes::IntegerShape.new(name: 'SucceededFindingsCount')
|
@@ -1009,12 +1268,15 @@ module Aws::IoT
|
|
1009
1268
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
1010
1269
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
1011
1270
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
1271
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
1012
1272
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
1013
1273
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
1014
1274
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
1015
1275
|
Target = Shapes::StringShape.new(name: 'Target')
|
1016
1276
|
TargetArn = Shapes::StringShape.new(name: 'TargetArn')
|
1017
1277
|
TargetAuditCheckNames = Shapes::ListShape.new(name: 'TargetAuditCheckNames')
|
1278
|
+
TargetFieldName = Shapes::StringShape.new(name: 'TargetFieldName')
|
1279
|
+
TargetFieldOrder = Shapes::StringShape.new(name: 'TargetFieldOrder')
|
1018
1280
|
TargetSelection = Shapes::StringShape.new(name: 'TargetSelection')
|
1019
1281
|
TargetViolationIdsForDetectMitigationActions = Shapes::ListShape.new(name: 'TargetViolationIdsForDetectMitigationActions')
|
1020
1282
|
Targets = Shapes::ListShape.new(name: 'Targets')
|
@@ -1027,7 +1289,9 @@ module Aws::IoT
|
|
1027
1289
|
TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
|
1028
1290
|
TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
|
1029
1291
|
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
1292
|
+
TemplateType = Shapes::StringShape.new(name: 'TemplateType')
|
1030
1293
|
TemplateVersionId = Shapes::IntegerShape.new(name: 'TemplateVersionId')
|
1294
|
+
TermsAggregation = Shapes::StructureShape.new(name: 'TermsAggregation')
|
1031
1295
|
TestAuthorizationRequest = Shapes::StructureShape.new(name: 'TestAuthorizationRequest')
|
1032
1296
|
TestAuthorizationResponse = Shapes::StructureShape.new(name: 'TestAuthorizationResponse')
|
1033
1297
|
TestInvokeAuthorizerRequest = Shapes::StructureShape.new(name: 'TestInvokeAuthorizerRequest')
|
@@ -1058,6 +1322,9 @@ module Aws::IoT
|
|
1058
1322
|
ThingIndexingMode = Shapes::StringShape.new(name: 'ThingIndexingMode')
|
1059
1323
|
ThingName = Shapes::StringShape.new(name: 'ThingName')
|
1060
1324
|
ThingNameList = Shapes::ListShape.new(name: 'ThingNameList')
|
1325
|
+
ThingPrincipalObject = Shapes::StructureShape.new(name: 'ThingPrincipalObject')
|
1326
|
+
ThingPrincipalObjects = Shapes::ListShape.new(name: 'ThingPrincipalObjects')
|
1327
|
+
ThingPrincipalType = Shapes::StringShape.new(name: 'ThingPrincipalType')
|
1061
1328
|
ThingTypeArn = Shapes::StringShape.new(name: 'ThingTypeArn')
|
1062
1329
|
ThingTypeDefinition = Shapes::StructureShape.new(name: 'ThingTypeDefinition')
|
1063
1330
|
ThingTypeDescription = Shapes::StringShape.new(name: 'ThingTypeDescription')
|
@@ -1067,6 +1334,7 @@ module Aws::IoT
|
|
1067
1334
|
ThingTypeName = Shapes::StringShape.new(name: 'ThingTypeName')
|
1068
1335
|
ThingTypeProperties = Shapes::StructureShape.new(name: 'ThingTypeProperties')
|
1069
1336
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
1337
|
+
TimeFilter = Shapes::StructureShape.new(name: 'TimeFilter')
|
1070
1338
|
TimedOutThings = Shapes::IntegerShape.new(name: 'TimedOutThings')
|
1071
1339
|
TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
|
1072
1340
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
@@ -1081,6 +1349,7 @@ module Aws::IoT
|
|
1081
1349
|
TimestreamTimestampUnit = Shapes::StringShape.new(name: 'TimestreamTimestampUnit')
|
1082
1350
|
TimestreamTimestampValue = Shapes::StringShape.new(name: 'TimestreamTimestampValue')
|
1083
1351
|
TinyMaxResults = Shapes::IntegerShape.new(name: 'TinyMaxResults')
|
1352
|
+
TlsConfig = Shapes::StructureShape.new(name: 'TlsConfig')
|
1084
1353
|
TlsContext = Shapes::StructureShape.new(name: 'TlsContext')
|
1085
1354
|
Token = Shapes::StringShape.new(name: 'Token')
|
1086
1355
|
TokenKeyName = Shapes::StringShape.new(name: 'TokenKeyName')
|
@@ -1108,7 +1377,9 @@ module Aws::IoT
|
|
1108
1377
|
TransferData = Shapes::StructureShape.new(name: 'TransferData')
|
1109
1378
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
1110
1379
|
UndoDeprecate = Shapes::BooleanShape.new(name: 'UndoDeprecate')
|
1380
|
+
UnsetDefaultVersion = Shapes::BooleanShape.new(name: 'UnsetDefaultVersion')
|
1111
1381
|
UnsignedLong = Shapes::IntegerShape.new(name: 'UnsignedLong')
|
1382
|
+
UnsignedLongParameterValue = Shapes::StringShape.new(name: 'UnsignedLongParameterValue')
|
1112
1383
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
1113
1384
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
1114
1385
|
UpdateAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationRequest')
|
@@ -1121,7 +1392,11 @@ module Aws::IoT
|
|
1121
1392
|
UpdateBillingGroupResponse = Shapes::StructureShape.new(name: 'UpdateBillingGroupResponse')
|
1122
1393
|
UpdateCACertificateParams = Shapes::StructureShape.new(name: 'UpdateCACertificateParams')
|
1123
1394
|
UpdateCACertificateRequest = Shapes::StructureShape.new(name: 'UpdateCACertificateRequest')
|
1395
|
+
UpdateCertificateProviderRequest = Shapes::StructureShape.new(name: 'UpdateCertificateProviderRequest')
|
1396
|
+
UpdateCertificateProviderResponse = Shapes::StructureShape.new(name: 'UpdateCertificateProviderResponse')
|
1124
1397
|
UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
|
1398
|
+
UpdateCommandRequest = Shapes::StructureShape.new(name: 'UpdateCommandRequest')
|
1399
|
+
UpdateCommandResponse = Shapes::StructureShape.new(name: 'UpdateCommandResponse')
|
1125
1400
|
UpdateCustomMetricRequest = Shapes::StructureShape.new(name: 'UpdateCustomMetricRequest')
|
1126
1401
|
UpdateCustomMetricResponse = Shapes::StructureShape.new(name: 'UpdateCustomMetricResponse')
|
1127
1402
|
UpdateDeviceCertificateParams = Shapes::StructureShape.new(name: 'UpdateDeviceCertificateParams')
|
@@ -1133,11 +1408,18 @@ module Aws::IoT
|
|
1133
1408
|
UpdateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'UpdateDynamicThingGroupResponse')
|
1134
1409
|
UpdateEventConfigurationsRequest = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsRequest')
|
1135
1410
|
UpdateEventConfigurationsResponse = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsResponse')
|
1411
|
+
UpdateFleetMetricRequest = Shapes::StructureShape.new(name: 'UpdateFleetMetricRequest')
|
1136
1412
|
UpdateIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationRequest')
|
1137
1413
|
UpdateIndexingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationResponse')
|
1138
1414
|
UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
|
1139
1415
|
UpdateMitigationActionRequest = Shapes::StructureShape.new(name: 'UpdateMitigationActionRequest')
|
1140
1416
|
UpdateMitigationActionResponse = Shapes::StructureShape.new(name: 'UpdateMitigationActionResponse')
|
1417
|
+
UpdatePackageConfigurationRequest = Shapes::StructureShape.new(name: 'UpdatePackageConfigurationRequest')
|
1418
|
+
UpdatePackageConfigurationResponse = Shapes::StructureShape.new(name: 'UpdatePackageConfigurationResponse')
|
1419
|
+
UpdatePackageRequest = Shapes::StructureShape.new(name: 'UpdatePackageRequest')
|
1420
|
+
UpdatePackageResponse = Shapes::StructureShape.new(name: 'UpdatePackageResponse')
|
1421
|
+
UpdatePackageVersionRequest = Shapes::StructureShape.new(name: 'UpdatePackageVersionRequest')
|
1422
|
+
UpdatePackageVersionResponse = Shapes::StructureShape.new(name: 'UpdatePackageVersionResponse')
|
1141
1423
|
UpdateProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'UpdateProvisioningTemplateRequest')
|
1142
1424
|
UpdateProvisioningTemplateResponse = Shapes::StructureShape.new(name: 'UpdateProvisioningTemplateResponse')
|
1143
1425
|
UpdateRoleAliasRequest = Shapes::StructureShape.new(name: 'UpdateRoleAliasRequest')
|
@@ -1154,20 +1436,32 @@ module Aws::IoT
|
|
1154
1436
|
UpdateThingGroupsForThingResponse = Shapes::StructureShape.new(name: 'UpdateThingGroupsForThingResponse')
|
1155
1437
|
UpdateThingRequest = Shapes::StructureShape.new(name: 'UpdateThingRequest')
|
1156
1438
|
UpdateThingResponse = Shapes::StructureShape.new(name: 'UpdateThingResponse')
|
1439
|
+
UpdateThingTypeRequest = Shapes::StructureShape.new(name: 'UpdateThingTypeRequest')
|
1440
|
+
UpdateThingTypeResponse = Shapes::StructureShape.new(name: 'UpdateThingTypeResponse')
|
1157
1441
|
UpdateTopicRuleDestinationRequest = Shapes::StructureShape.new(name: 'UpdateTopicRuleDestinationRequest')
|
1158
1442
|
UpdateTopicRuleDestinationResponse = Shapes::StructureShape.new(name: 'UpdateTopicRuleDestinationResponse')
|
1159
1443
|
Url = Shapes::StringShape.new(name: 'Url')
|
1160
1444
|
UseBase64 = Shapes::BooleanShape.new(name: 'UseBase64')
|
1445
|
+
UserProperties = Shapes::ListShape.new(name: 'UserProperties')
|
1446
|
+
UserProperty = Shapes::StructureShape.new(name: 'UserProperty')
|
1447
|
+
UserPropertyKey = Shapes::StringShape.new(name: 'UserPropertyKey')
|
1448
|
+
UserPropertyKeyName = Shapes::StringShape.new(name: 'UserPropertyKeyName')
|
1449
|
+
UserPropertyValue = Shapes::StringShape.new(name: 'UserPropertyValue')
|
1161
1450
|
Valid = Shapes::BooleanShape.new(name: 'Valid')
|
1162
1451
|
ValidateSecurityProfileBehaviorsRequest = Shapes::StructureShape.new(name: 'ValidateSecurityProfileBehaviorsRequest')
|
1163
1452
|
ValidateSecurityProfileBehaviorsResponse = Shapes::StructureShape.new(name: 'ValidateSecurityProfileBehaviorsResponse')
|
1164
1453
|
ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
|
1165
1454
|
ValidationErrors = Shapes::ListShape.new(name: 'ValidationErrors')
|
1455
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
1166
1456
|
Value = Shapes::StringShape.new(name: 'Value')
|
1167
1457
|
Variance = Shapes::FloatShape.new(name: 'Variance')
|
1458
|
+
VerificationState = Shapes::StringShape.new(name: 'VerificationState')
|
1459
|
+
VerificationStateDescription = Shapes::StringShape.new(name: 'VerificationStateDescription')
|
1168
1460
|
Version = Shapes::IntegerShape.new(name: 'Version')
|
1169
1461
|
VersionConflictException = Shapes::StructureShape.new(name: 'VersionConflictException')
|
1462
|
+
VersionName = Shapes::StringShape.new(name: 'VersionName')
|
1170
1463
|
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
1464
|
+
VersionUpdateByJobsConfig = Shapes::StructureShape.new(name: 'VersionUpdateByJobsConfig')
|
1171
1465
|
VersionsLimitExceededException = Shapes::StructureShape.new(name: 'VersionsLimitExceededException')
|
1172
1466
|
ViolationEvent = Shapes::StructureShape.new(name: 'ViolationEvent')
|
1173
1467
|
ViolationEventAdditionalInfo = Shapes::StructureShape.new(name: 'ViolationEventAdditionalInfo')
|
@@ -1222,6 +1516,8 @@ module Aws::IoT
|
|
1222
1516
|
Action.add_member(:timestream, Shapes::ShapeRef.new(shape: TimestreamAction, location_name: "timestream"))
|
1223
1517
|
Action.add_member(:http, Shapes::ShapeRef.new(shape: HttpAction, location_name: "http"))
|
1224
1518
|
Action.add_member(:kafka, Shapes::ShapeRef.new(shape: KafkaAction, location_name: "kafka"))
|
1519
|
+
Action.add_member(:open_search, Shapes::ShapeRef.new(shape: OpenSearchAction, location_name: "openSearch"))
|
1520
|
+
Action.add_member(:location, Shapes::ShapeRef.new(shape: LocationAction, location_name: "location"))
|
1225
1521
|
Action.struct_class = Types::Action
|
1226
1522
|
|
1227
1523
|
ActionList.member = Shapes::ShapeRef.new(shape: Action)
|
@@ -1232,6 +1528,8 @@ module Aws::IoT
|
|
1232
1528
|
ActiveViolation.add_member(:behavior, Shapes::ShapeRef.new(shape: Behavior, location_name: "behavior"))
|
1233
1529
|
ActiveViolation.add_member(:last_violation_value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "lastViolationValue"))
|
1234
1530
|
ActiveViolation.add_member(:violation_event_additional_info, Shapes::ShapeRef.new(shape: ViolationEventAdditionalInfo, location_name: "violationEventAdditionalInfo"))
|
1531
|
+
ActiveViolation.add_member(:verification_state, Shapes::ShapeRef.new(shape: VerificationState, location_name: "verificationState"))
|
1532
|
+
ActiveViolation.add_member(:verification_state_description, Shapes::ShapeRef.new(shape: VerificationStateDescription, location_name: "verificationStateDescription"))
|
1235
1533
|
ActiveViolation.add_member(:last_violation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastViolationTime"))
|
1236
1534
|
ActiveViolation.add_member(:violation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "violationStartTime"))
|
1237
1535
|
ActiveViolation.struct_class = Types::ActiveViolation
|
@@ -1256,7 +1554,7 @@ module Aws::IoT
|
|
1256
1554
|
AddThingToThingGroupResponse.struct_class = Types::AddThingToThingGroupResponse
|
1257
1555
|
|
1258
1556
|
AddThingsToThingGroupParams.add_member(:thing_group_names, Shapes::ShapeRef.new(shape: ThingGroupNames, required: true, location_name: "thingGroupNames"))
|
1259
|
-
AddThingsToThingGroupParams.add_member(:override_dynamic_groups, Shapes::ShapeRef.new(shape:
|
1557
|
+
AddThingsToThingGroupParams.add_member(:override_dynamic_groups, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "overrideDynamicGroups"))
|
1260
1558
|
AddThingsToThingGroupParams.struct_class = Types::AddThingsToThingGroupParams
|
1261
1559
|
|
1262
1560
|
AdditionalMetricsToRetainList.member = Shapes::ShapeRef.new(shape: BehaviorMetric)
|
@@ -1266,6 +1564,12 @@ module Aws::IoT
|
|
1266
1564
|
AdditionalParameterMap.key = Shapes::ShapeRef.new(shape: AttributeKey)
|
1267
1565
|
AdditionalParameterMap.value = Shapes::ShapeRef.new(shape: Value)
|
1268
1566
|
|
1567
|
+
AggregationType.add_member(:name, Shapes::ShapeRef.new(shape: AggregationTypeName, required: true, location_name: "name"))
|
1568
|
+
AggregationType.add_member(:values, Shapes::ShapeRef.new(shape: AggregationTypeValues, location_name: "values"))
|
1569
|
+
AggregationType.struct_class = Types::AggregationType
|
1570
|
+
|
1571
|
+
AggregationTypeValues.member = Shapes::ShapeRef.new(shape: AggregationTypeValue)
|
1572
|
+
|
1269
1573
|
AlertTarget.add_member(:alert_target_arn, Shapes::ShapeRef.new(shape: AlertTargetArn, required: true, location_name: "alertTargetArn"))
|
1270
1574
|
AlertTarget.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
1271
1575
|
AlertTarget.struct_class = Types::AlertTarget
|
@@ -1293,6 +1597,18 @@ module Aws::IoT
|
|
1293
1597
|
AssetPropertyVariant.add_member(:boolean_value, Shapes::ShapeRef.new(shape: AssetPropertyBooleanValue, location_name: "booleanValue"))
|
1294
1598
|
AssetPropertyVariant.struct_class = Types::AssetPropertyVariant
|
1295
1599
|
|
1600
|
+
AssociateSbomWithPackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
1601
|
+
AssociateSbomWithPackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
1602
|
+
AssociateSbomWithPackageVersionRequest.add_member(:sbom, Shapes::ShapeRef.new(shape: Sbom, required: true, location_name: "sbom"))
|
1603
|
+
AssociateSbomWithPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1604
|
+
AssociateSbomWithPackageVersionRequest.struct_class = Types::AssociateSbomWithPackageVersionRequest
|
1605
|
+
|
1606
|
+
AssociateSbomWithPackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
1607
|
+
AssociateSbomWithPackageVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
1608
|
+
AssociateSbomWithPackageVersionResponse.add_member(:sbom, Shapes::ShapeRef.new(shape: Sbom, location_name: "sbom"))
|
1609
|
+
AssociateSbomWithPackageVersionResponse.add_member(:sbom_validation_status, Shapes::ShapeRef.new(shape: SbomValidationStatus, location_name: "sbomValidationStatus"))
|
1610
|
+
AssociateSbomWithPackageVersionResponse.struct_class = Types::AssociateSbomWithPackageVersionResponse
|
1611
|
+
|
1296
1612
|
AssociateTargetsWithJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
|
1297
1613
|
AssociateTargetsWithJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1298
1614
|
AssociateTargetsWithJobRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
|
@@ -1320,6 +1636,7 @@ module Aws::IoT
|
|
1320
1636
|
|
1321
1637
|
AttachThingPrincipalRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
|
1322
1638
|
AttachThingPrincipalRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-principal"))
|
1639
|
+
AttachThingPrincipalRequest.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
|
1323
1640
|
AttachThingPrincipalRequest.struct_class = Types::AttachThingPrincipalRequest
|
1324
1641
|
|
1325
1642
|
AttachThingPrincipalResponse.struct_class = Types::AttachThingPrincipalResponse
|
@@ -1335,6 +1652,7 @@ module Aws::IoT
|
|
1335
1652
|
AttributesMap.value = Shapes::ShapeRef.new(shape: Value)
|
1336
1653
|
|
1337
1654
|
AuditCheckConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
|
1655
|
+
AuditCheckConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: CheckCustomConfiguration, location_name: "configuration"))
|
1338
1656
|
AuditCheckConfiguration.struct_class = Types::AuditCheckConfiguration
|
1339
1657
|
|
1340
1658
|
AuditCheckConfigurations.key = Shapes::ShapeRef.new(shape: AuditCheckName)
|
@@ -1441,7 +1759,7 @@ module Aws::IoT
|
|
1441
1759
|
AuthResults.member = Shapes::ShapeRef.new(shape: AuthResult)
|
1442
1760
|
|
1443
1761
|
AuthorizerConfig.add_member(:default_authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "defaultAuthorizerName"))
|
1444
|
-
AuthorizerConfig.add_member(:allow_authorizer_override, Shapes::ShapeRef.new(shape: AllowAuthorizerOverride, location_name: "allowAuthorizerOverride", metadata: {"box"=>true}))
|
1762
|
+
AuthorizerConfig.add_member(:allow_authorizer_override, Shapes::ShapeRef.new(shape: AllowAuthorizerOverride, location_name: "allowAuthorizerOverride", metadata: {"box" => true}))
|
1445
1763
|
AuthorizerConfig.struct_class = Types::AuthorizerConfig
|
1446
1764
|
|
1447
1765
|
AuthorizerDescription.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
|
@@ -1453,6 +1771,7 @@ module Aws::IoT
|
|
1453
1771
|
AuthorizerDescription.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
|
1454
1772
|
AuthorizerDescription.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
|
1455
1773
|
AuthorizerDescription.add_member(:signing_disabled, Shapes::ShapeRef.new(shape: BooleanKey, location_name: "signingDisabled"))
|
1774
|
+
AuthorizerDescription.add_member(:enable_caching_for_http, Shapes::ShapeRef.new(shape: EnableCachingForHttp, location_name: "enableCachingForHttp"))
|
1456
1775
|
AuthorizerDescription.struct_class = Types::AuthorizerDescription
|
1457
1776
|
|
1458
1777
|
AuthorizerSummary.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
|
@@ -1496,6 +1815,7 @@ module Aws::IoT
|
|
1496
1815
|
Behavior.add_member(:metric_dimension, Shapes::ShapeRef.new(shape: MetricDimension, location_name: "metricDimension"))
|
1497
1816
|
Behavior.add_member(:criteria, Shapes::ShapeRef.new(shape: BehaviorCriteria, location_name: "criteria"))
|
1498
1817
|
Behavior.add_member(:suppress_alerts, Shapes::ShapeRef.new(shape: SuppressAlerts, location_name: "suppressAlerts"))
|
1818
|
+
Behavior.add_member(:export_metric, Shapes::ShapeRef.new(shape: ExportMetric, location_name: "exportMetric"))
|
1499
1819
|
Behavior.struct_class = Types::Behavior
|
1500
1820
|
|
1501
1821
|
BehaviorCriteria.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "comparisonOperator"))
|
@@ -1527,6 +1847,15 @@ module Aws::IoT
|
|
1527
1847
|
BillingGroupProperties.add_member(:billing_group_description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "billingGroupDescription"))
|
1528
1848
|
BillingGroupProperties.struct_class = Types::BillingGroupProperties
|
1529
1849
|
|
1850
|
+
Bucket.add_member(:key_value, Shapes::ShapeRef.new(shape: BucketKeyValue, location_name: "keyValue"))
|
1851
|
+
Bucket.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "count"))
|
1852
|
+
Bucket.struct_class = Types::Bucket
|
1853
|
+
|
1854
|
+
Buckets.member = Shapes::ShapeRef.new(shape: Bucket)
|
1855
|
+
|
1856
|
+
BucketsAggregationType.add_member(:terms_aggregation, Shapes::ShapeRef.new(shape: TermsAggregation, location_name: "termsAggregation"))
|
1857
|
+
BucketsAggregationType.struct_class = Types::BucketsAggregationType
|
1858
|
+
|
1530
1859
|
CACertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
1531
1860
|
CACertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
|
1532
1861
|
CACertificate.add_member(:status, Shapes::ShapeRef.new(shape: CACertificateStatus, location_name: "status"))
|
@@ -1544,6 +1873,7 @@ module Aws::IoT
|
|
1544
1873
|
CACertificateDescription.add_member(:customer_version, Shapes::ShapeRef.new(shape: CustomerVersion, location_name: "customerVersion"))
|
1545
1874
|
CACertificateDescription.add_member(:generation_id, Shapes::ShapeRef.new(shape: GenerationId, location_name: "generationId"))
|
1546
1875
|
CACertificateDescription.add_member(:validity, Shapes::ShapeRef.new(shape: CertificateValidity, location_name: "validity"))
|
1876
|
+
CACertificateDescription.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: CertificateMode, location_name: "certificateMode"))
|
1547
1877
|
CACertificateDescription.struct_class = Types::CACertificateDescription
|
1548
1878
|
|
1549
1879
|
CACertificates.member = Shapes::ShapeRef.new(shape: CACertificate)
|
@@ -1610,6 +1940,14 @@ module Aws::IoT
|
|
1610
1940
|
CertificateDescription.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: CertificateMode, location_name: "certificateMode"))
|
1611
1941
|
CertificateDescription.struct_class = Types::CertificateDescription
|
1612
1942
|
|
1943
|
+
CertificateProviderAccountDefaultForOperations.member = Shapes::ShapeRef.new(shape: CertificateProviderOperation)
|
1944
|
+
|
1945
|
+
CertificateProviderSummary.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, location_name: "certificateProviderName"))
|
1946
|
+
CertificateProviderSummary.add_member(:certificate_provider_arn, Shapes::ShapeRef.new(shape: CertificateProviderArn, location_name: "certificateProviderArn"))
|
1947
|
+
CertificateProviderSummary.struct_class = Types::CertificateProviderSummary
|
1948
|
+
|
1949
|
+
CertificateProviders.member = Shapes::ShapeRef.new(shape: CertificateProviderSummary)
|
1950
|
+
|
1613
1951
|
CertificateStateException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
1614
1952
|
CertificateStateException.struct_class = Types::CertificateStateException
|
1615
1953
|
|
@@ -1622,12 +1960,18 @@ module Aws::IoT
|
|
1622
1960
|
|
1623
1961
|
Certificates.member = Shapes::ShapeRef.new(shape: Certificate)
|
1624
1962
|
|
1963
|
+
CheckCustomConfiguration.key = Shapes::ShapeRef.new(shape: ConfigName)
|
1964
|
+
CheckCustomConfiguration.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
1965
|
+
|
1625
1966
|
Cidrs.member = Shapes::ShapeRef.new(shape: Cidr)
|
1626
1967
|
|
1627
1968
|
ClearDefaultAuthorizerRequest.struct_class = Types::ClearDefaultAuthorizerRequest
|
1628
1969
|
|
1629
1970
|
ClearDefaultAuthorizerResponse.struct_class = Types::ClearDefaultAuthorizerResponse
|
1630
1971
|
|
1972
|
+
ClientCertificateConfig.add_member(:client_certificate_callback_arn, Shapes::ShapeRef.new(shape: ClientCertificateCallbackArn, location_name: "clientCertificateCallbackArn"))
|
1973
|
+
ClientCertificateConfig.struct_class = Types::ClientCertificateConfig
|
1974
|
+
|
1631
1975
|
ClientProperties.key = Shapes::ShapeRef.new(shape: String)
|
1632
1976
|
ClientProperties.value = Shapes::ShapeRef.new(shape: String)
|
1633
1977
|
|
@@ -1639,6 +1983,7 @@ module Aws::IoT
|
|
1639
1983
|
|
1640
1984
|
CloudwatchLogsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
1641
1985
|
CloudwatchLogsAction.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "logGroupName"))
|
1986
|
+
CloudwatchLogsAction.add_member(:batch_mode, Shapes::ShapeRef.new(shape: BatchMode, location_name: "batchMode"))
|
1642
1987
|
CloudwatchLogsAction.struct_class = Types::CloudwatchLogsAction
|
1643
1988
|
|
1644
1989
|
CloudwatchMetricAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
@@ -1661,6 +2006,60 @@ module Aws::IoT
|
|
1661
2006
|
CodeSigningSignature.add_member(:inline_document, Shapes::ShapeRef.new(shape: Signature, location_name: "inlineDocument"))
|
1662
2007
|
CodeSigningSignature.struct_class = Types::CodeSigningSignature
|
1663
2008
|
|
2009
|
+
CommandExecutionParameterMap.key = Shapes::ShapeRef.new(shape: CommandParameterName)
|
2010
|
+
CommandExecutionParameterMap.value = Shapes::ShapeRef.new(shape: CommandParameterValue)
|
2011
|
+
|
2012
|
+
CommandExecutionResult.add_member(:s, Shapes::ShapeRef.new(shape: StringCommandExecutionResult, location_name: "S"))
|
2013
|
+
CommandExecutionResult.add_member(:b, Shapes::ShapeRef.new(shape: BooleanCommandExecutionResult, location_name: "B"))
|
2014
|
+
CommandExecutionResult.add_member(:bin, Shapes::ShapeRef.new(shape: BinaryCommandExecutionResult, location_name: "BIN"))
|
2015
|
+
CommandExecutionResult.struct_class = Types::CommandExecutionResult
|
2016
|
+
|
2017
|
+
CommandExecutionResultMap.key = Shapes::ShapeRef.new(shape: CommandExecutionResultName)
|
2018
|
+
CommandExecutionResultMap.value = Shapes::ShapeRef.new(shape: CommandExecutionResult)
|
2019
|
+
|
2020
|
+
CommandExecutionSummary.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
2021
|
+
CommandExecutionSummary.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, location_name: "executionId"))
|
2022
|
+
CommandExecutionSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
|
2023
|
+
CommandExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
|
2024
|
+
CommandExecutionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
2025
|
+
CommandExecutionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
|
2026
|
+
CommandExecutionSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
|
2027
|
+
CommandExecutionSummary.struct_class = Types::CommandExecutionSummary
|
2028
|
+
|
2029
|
+
CommandExecutionSummaryList.member = Shapes::ShapeRef.new(shape: CommandExecutionSummary)
|
2030
|
+
|
2031
|
+
CommandParameter.add_member(:name, Shapes::ShapeRef.new(shape: CommandParameterName, required: true, location_name: "name"))
|
2032
|
+
CommandParameter.add_member(:value, Shapes::ShapeRef.new(shape: CommandParameterValue, location_name: "value"))
|
2033
|
+
CommandParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: CommandParameterValue, location_name: "defaultValue"))
|
2034
|
+
CommandParameter.add_member(:description, Shapes::ShapeRef.new(shape: CommandParameterDescription, location_name: "description"))
|
2035
|
+
CommandParameter.struct_class = Types::CommandParameter
|
2036
|
+
|
2037
|
+
CommandParameterList.member = Shapes::ShapeRef.new(shape: CommandParameter)
|
2038
|
+
|
2039
|
+
CommandParameterValue.add_member(:s, Shapes::ShapeRef.new(shape: StringParameterValue, location_name: "S"))
|
2040
|
+
CommandParameterValue.add_member(:b, Shapes::ShapeRef.new(shape: BooleanParameterValue, location_name: "B"))
|
2041
|
+
CommandParameterValue.add_member(:i, Shapes::ShapeRef.new(shape: IntegerParameterValue, location_name: "I"))
|
2042
|
+
CommandParameterValue.add_member(:l, Shapes::ShapeRef.new(shape: LongParameterValue, location_name: "L"))
|
2043
|
+
CommandParameterValue.add_member(:d, Shapes::ShapeRef.new(shape: DoubleParameterValue, location_name: "D"))
|
2044
|
+
CommandParameterValue.add_member(:bin, Shapes::ShapeRef.new(shape: BinaryParameterValue, location_name: "BIN"))
|
2045
|
+
CommandParameterValue.add_member(:ul, Shapes::ShapeRef.new(shape: UnsignedLongParameterValue, location_name: "UL"))
|
2046
|
+
CommandParameterValue.struct_class = Types::CommandParameterValue
|
2047
|
+
|
2048
|
+
CommandPayload.add_member(:content, Shapes::ShapeRef.new(shape: CommandPayloadBlob, location_name: "content"))
|
2049
|
+
CommandPayload.add_member(:content_type, Shapes::ShapeRef.new(shape: MimeType, location_name: "contentType"))
|
2050
|
+
CommandPayload.struct_class = Types::CommandPayload
|
2051
|
+
|
2052
|
+
CommandSummary.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
2053
|
+
CommandSummary.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
|
2054
|
+
CommandSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
2055
|
+
CommandSummary.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
|
2056
|
+
CommandSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
2057
|
+
CommandSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
2058
|
+
CommandSummary.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "pendingDeletion"))
|
2059
|
+
CommandSummary.struct_class = Types::CommandSummary
|
2060
|
+
|
2061
|
+
CommandSummaryList.member = Shapes::ShapeRef.new(shape: CommandSummary)
|
2062
|
+
|
1664
2063
|
Configuration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
1665
2064
|
Configuration.struct_class = Types::Configuration
|
1666
2065
|
|
@@ -1669,6 +2068,10 @@ module Aws::IoT
|
|
1669
2068
|
|
1670
2069
|
ConfirmTopicRuleDestinationResponse.struct_class = Types::ConfirmTopicRuleDestinationResponse
|
1671
2070
|
|
2071
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2072
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: resourceId, location_name: "resourceId"))
|
2073
|
+
ConflictException.struct_class = Types::ConflictException
|
2074
|
+
|
1672
2075
|
ConflictingResourceUpdateException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
1673
2076
|
ConflictingResourceUpdateException.struct_class = Types::ConflictingResourceUpdateException
|
1674
2077
|
|
@@ -1677,7 +2080,7 @@ module Aws::IoT
|
|
1677
2080
|
CreateAuditSuppressionRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
|
1678
2081
|
CreateAuditSuppressionRequest.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
|
1679
2082
|
CreateAuditSuppressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
|
1680
|
-
CreateAuditSuppressionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2083
|
+
CreateAuditSuppressionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
1681
2084
|
CreateAuditSuppressionRequest.struct_class = Types::CreateAuditSuppressionRequest
|
1682
2085
|
|
1683
2086
|
CreateAuditSuppressionResponse.struct_class = Types::CreateAuditSuppressionResponse
|
@@ -1689,6 +2092,7 @@ module Aws::IoT
|
|
1689
2092
|
CreateAuthorizerRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
|
1690
2093
|
CreateAuthorizerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1691
2094
|
CreateAuthorizerRequest.add_member(:signing_disabled, Shapes::ShapeRef.new(shape: BooleanKey, location_name: "signingDisabled"))
|
2095
|
+
CreateAuthorizerRequest.add_member(:enable_caching_for_http, Shapes::ShapeRef.new(shape: EnableCachingForHttp, location_name: "enableCachingForHttp"))
|
1692
2096
|
CreateAuthorizerRequest.struct_class = Types::CreateAuthorizerRequest
|
1693
2097
|
|
1694
2098
|
CreateAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
|
@@ -1714,11 +2118,36 @@ module Aws::IoT
|
|
1714
2118
|
CreateCertificateFromCsrResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
|
1715
2119
|
CreateCertificateFromCsrResponse.struct_class = Types::CreateCertificateFromCsrResponse
|
1716
2120
|
|
2121
|
+
CreateCertificateProviderRequest.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, required: true, location: "uri", location_name: "certificateProviderName"))
|
2122
|
+
CreateCertificateProviderRequest.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: CertificateProviderFunctionArn, required: true, location_name: "lambdaFunctionArn"))
|
2123
|
+
CreateCertificateProviderRequest.add_member(:account_default_for_operations, Shapes::ShapeRef.new(shape: CertificateProviderAccountDefaultForOperations, required: true, location_name: "accountDefaultForOperations"))
|
2124
|
+
CreateCertificateProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2125
|
+
CreateCertificateProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2126
|
+
CreateCertificateProviderRequest.struct_class = Types::CreateCertificateProviderRequest
|
2127
|
+
|
2128
|
+
CreateCertificateProviderResponse.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, location_name: "certificateProviderName"))
|
2129
|
+
CreateCertificateProviderResponse.add_member(:certificate_provider_arn, Shapes::ShapeRef.new(shape: CertificateProviderArn, location_name: "certificateProviderArn"))
|
2130
|
+
CreateCertificateProviderResponse.struct_class = Types::CreateCertificateProviderResponse
|
2131
|
+
|
2132
|
+
CreateCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
|
2133
|
+
CreateCommandRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
|
2134
|
+
CreateCommandRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
2135
|
+
CreateCommandRequest.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
|
2136
|
+
CreateCommandRequest.add_member(:payload, Shapes::ShapeRef.new(shape: CommandPayload, location_name: "payload"))
|
2137
|
+
CreateCommandRequest.add_member(:mandatory_parameters, Shapes::ShapeRef.new(shape: CommandParameterList, location_name: "mandatoryParameters"))
|
2138
|
+
CreateCommandRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
2139
|
+
CreateCommandRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2140
|
+
CreateCommandRequest.struct_class = Types::CreateCommandRequest
|
2141
|
+
|
2142
|
+
CreateCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
|
2143
|
+
CreateCommandResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
2144
|
+
CreateCommandResponse.struct_class = Types::CreateCommandResponse
|
2145
|
+
|
1717
2146
|
CreateCustomMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location: "uri", location_name: "metricName"))
|
1718
2147
|
CreateCustomMetricRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: CustomMetricDisplayName, location_name: "displayName"))
|
1719
2148
|
CreateCustomMetricRequest.add_member(:metric_type, Shapes::ShapeRef.new(shape: CustomMetricType, required: true, location_name: "metricType"))
|
1720
2149
|
CreateCustomMetricRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1721
|
-
CreateCustomMetricRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2150
|
+
CreateCustomMetricRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
1722
2151
|
CreateCustomMetricRequest.struct_class = Types::CreateCustomMetricRequest
|
1723
2152
|
|
1724
2153
|
CreateCustomMetricResponse.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "metricName"))
|
@@ -1729,7 +2158,7 @@ module Aws::IoT
|
|
1729
2158
|
CreateDimensionRequest.add_member(:type, Shapes::ShapeRef.new(shape: DimensionType, required: true, location_name: "type"))
|
1730
2159
|
CreateDimensionRequest.add_member(:string_values, Shapes::ShapeRef.new(shape: DimensionStringValues, required: true, location_name: "stringValues"))
|
1731
2160
|
CreateDimensionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1732
|
-
CreateDimensionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2161
|
+
CreateDimensionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
1733
2162
|
CreateDimensionRequest.struct_class = Types::CreateDimensionRequest
|
1734
2163
|
|
1735
2164
|
CreateDimensionResponse.add_member(:name, Shapes::ShapeRef.new(shape: DimensionName, location_name: "name"))
|
@@ -1743,6 +2172,11 @@ module Aws::IoT
|
|
1743
2172
|
CreateDomainConfigurationRequest.add_member(:authorizer_config, Shapes::ShapeRef.new(shape: AuthorizerConfig, location_name: "authorizerConfig"))
|
1744
2173
|
CreateDomainConfigurationRequest.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
|
1745
2174
|
CreateDomainConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2175
|
+
CreateDomainConfigurationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
2176
|
+
CreateDomainConfigurationRequest.add_member(:server_certificate_config, Shapes::ShapeRef.new(shape: ServerCertificateConfig, location_name: "serverCertificateConfig"))
|
2177
|
+
CreateDomainConfigurationRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
2178
|
+
CreateDomainConfigurationRequest.add_member(:application_protocol, Shapes::ShapeRef.new(shape: ApplicationProtocol, location_name: "applicationProtocol"))
|
2179
|
+
CreateDomainConfigurationRequest.add_member(:client_certificate_config, Shapes::ShapeRef.new(shape: ClientCertificateConfig, location_name: "clientCertificateConfig"))
|
1746
2180
|
CreateDomainConfigurationRequest.struct_class = Types::CreateDomainConfigurationRequest
|
1747
2181
|
|
1748
2182
|
CreateDomainConfigurationResponse.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: DomainConfigurationName, location_name: "domainConfigurationName"))
|
@@ -1765,6 +2199,22 @@ module Aws::IoT
|
|
1765
2199
|
CreateDynamicThingGroupResponse.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
1766
2200
|
CreateDynamicThingGroupResponse.struct_class = Types::CreateDynamicThingGroupResponse
|
1767
2201
|
|
2202
|
+
CreateFleetMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, required: true, location: "uri", location_name: "metricName"))
|
2203
|
+
CreateFleetMetricRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
|
2204
|
+
CreateFleetMetricRequest.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: AggregationType, required: true, location_name: "aggregationType"))
|
2205
|
+
CreateFleetMetricRequest.add_member(:period, Shapes::ShapeRef.new(shape: FleetMetricPeriod, required: true, location_name: "period"))
|
2206
|
+
CreateFleetMetricRequest.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, required: true, location_name: "aggregationField"))
|
2207
|
+
CreateFleetMetricRequest.add_member(:description, Shapes::ShapeRef.new(shape: FleetMetricDescription, location_name: "description"))
|
2208
|
+
CreateFleetMetricRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
2209
|
+
CreateFleetMetricRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
2210
|
+
CreateFleetMetricRequest.add_member(:unit, Shapes::ShapeRef.new(shape: FleetMetricUnit, location_name: "unit"))
|
2211
|
+
CreateFleetMetricRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2212
|
+
CreateFleetMetricRequest.struct_class = Types::CreateFleetMetricRequest
|
2213
|
+
|
2214
|
+
CreateFleetMetricResponse.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, location_name: "metricName"))
|
2215
|
+
CreateFleetMetricResponse.add_member(:metric_arn, Shapes::ShapeRef.new(shape: FleetMetricArn, location_name: "metricArn"))
|
2216
|
+
CreateFleetMetricResponse.struct_class = Types::CreateFleetMetricResponse
|
2217
|
+
|
1768
2218
|
CreateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1769
2219
|
CreateJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
|
1770
2220
|
CreateJobRequest.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
|
@@ -1777,6 +2227,11 @@ module Aws::IoT
|
|
1777
2227
|
CreateJobRequest.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
|
1778
2228
|
CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1779
2229
|
CreateJobRequest.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location_name: "namespaceId"))
|
2230
|
+
CreateJobRequest.add_member(:job_template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "jobTemplateArn"))
|
2231
|
+
CreateJobRequest.add_member(:job_executions_retry_config, Shapes::ShapeRef.new(shape: JobExecutionsRetryConfig, location_name: "jobExecutionsRetryConfig"))
|
2232
|
+
CreateJobRequest.add_member(:document_parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "documentParameters"))
|
2233
|
+
CreateJobRequest.add_member(:scheduling_config, Shapes::ShapeRef.new(shape: SchedulingConfig, location_name: "schedulingConfig"))
|
2234
|
+
CreateJobRequest.add_member(:destination_package_versions, Shapes::ShapeRef.new(shape: DestinationPackageVersions, location_name: "destinationPackageVersions"))
|
1780
2235
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
1781
2236
|
|
1782
2237
|
CreateJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
|
@@ -1784,6 +2239,25 @@ module Aws::IoT
|
|
1784
2239
|
CreateJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
1785
2240
|
CreateJobResponse.struct_class = Types::CreateJobResponse
|
1786
2241
|
|
2242
|
+
CreateJobTemplateRequest.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, required: true, location: "uri", location_name: "jobTemplateId"))
|
2243
|
+
CreateJobTemplateRequest.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
|
2244
|
+
CreateJobTemplateRequest.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
|
2245
|
+
CreateJobTemplateRequest.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
|
2246
|
+
CreateJobTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, required: true, location_name: "description"))
|
2247
|
+
CreateJobTemplateRequest.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
|
2248
|
+
CreateJobTemplateRequest.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
|
2249
|
+
CreateJobTemplateRequest.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
|
2250
|
+
CreateJobTemplateRequest.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
|
2251
|
+
CreateJobTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2252
|
+
CreateJobTemplateRequest.add_member(:job_executions_retry_config, Shapes::ShapeRef.new(shape: JobExecutionsRetryConfig, location_name: "jobExecutionsRetryConfig"))
|
2253
|
+
CreateJobTemplateRequest.add_member(:maintenance_windows, Shapes::ShapeRef.new(shape: MaintenanceWindows, location_name: "maintenanceWindows"))
|
2254
|
+
CreateJobTemplateRequest.add_member(:destination_package_versions, Shapes::ShapeRef.new(shape: DestinationPackageVersions, location_name: "destinationPackageVersions"))
|
2255
|
+
CreateJobTemplateRequest.struct_class = Types::CreateJobTemplateRequest
|
2256
|
+
|
2257
|
+
CreateJobTemplateResponse.add_member(:job_template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "jobTemplateArn"))
|
2258
|
+
CreateJobTemplateResponse.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, location_name: "jobTemplateId"))
|
2259
|
+
CreateJobTemplateResponse.struct_class = Types::CreateJobTemplateResponse
|
2260
|
+
|
1787
2261
|
CreateKeysAndCertificateRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
|
1788
2262
|
CreateKeysAndCertificateRequest.struct_class = Types::CreateKeysAndCertificateRequest
|
1789
2263
|
|
@@ -1825,6 +2299,36 @@ module Aws::IoT
|
|
1825
2299
|
CreateOTAUpdateResponse.add_member(:ota_update_status, Shapes::ShapeRef.new(shape: OTAUpdateStatus, location_name: "otaUpdateStatus"))
|
1826
2300
|
CreateOTAUpdateResponse.struct_class = Types::CreateOTAUpdateResponse
|
1827
2301
|
|
2302
|
+
CreatePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2303
|
+
CreatePackageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
2304
|
+
CreatePackageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2305
|
+
CreatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2306
|
+
CreatePackageRequest.struct_class = Types::CreatePackageRequest
|
2307
|
+
|
2308
|
+
CreatePackageResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
2309
|
+
CreatePackageResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: PackageArn, location_name: "packageArn"))
|
2310
|
+
CreatePackageResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
2311
|
+
CreatePackageResponse.struct_class = Types::CreatePackageResponse
|
2312
|
+
|
2313
|
+
CreatePackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2314
|
+
CreatePackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
2315
|
+
CreatePackageVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
2316
|
+
CreatePackageVersionRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ResourceAttributes, location_name: "attributes"))
|
2317
|
+
CreatePackageVersionRequest.add_member(:artifact, Shapes::ShapeRef.new(shape: PackageVersionArtifact, location_name: "artifact"))
|
2318
|
+
CreatePackageVersionRequest.add_member(:recipe, Shapes::ShapeRef.new(shape: PackageVersionRecipe, location_name: "recipe"))
|
2319
|
+
CreatePackageVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2320
|
+
CreatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2321
|
+
CreatePackageVersionRequest.struct_class = Types::CreatePackageVersionRequest
|
2322
|
+
|
2323
|
+
CreatePackageVersionResponse.add_member(:package_version_arn, Shapes::ShapeRef.new(shape: PackageVersionArn, location_name: "packageVersionArn"))
|
2324
|
+
CreatePackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
2325
|
+
CreatePackageVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
2326
|
+
CreatePackageVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
2327
|
+
CreatePackageVersionResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: ResourceAttributes, location_name: "attributes"))
|
2328
|
+
CreatePackageVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, location_name: "status"))
|
2329
|
+
CreatePackageVersionResponse.add_member(:error_reason, Shapes::ShapeRef.new(shape: PackageVersionErrorReason, location_name: "errorReason"))
|
2330
|
+
CreatePackageVersionResponse.struct_class = Types::CreatePackageVersionResponse
|
2331
|
+
|
1828
2332
|
CreatePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
|
1829
2333
|
CreatePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policyDocument"))
|
1830
2334
|
CreatePolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
@@ -1863,6 +2367,7 @@ module Aws::IoT
|
|
1863
2367
|
CreateProvisioningTemplateRequest.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "provisioningRoleArn"))
|
1864
2368
|
CreateProvisioningTemplateRequest.add_member(:pre_provisioning_hook, Shapes::ShapeRef.new(shape: ProvisioningHook, location_name: "preProvisioningHook"))
|
1865
2369
|
CreateProvisioningTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2370
|
+
CreateProvisioningTemplateRequest.add_member(:type, Shapes::ShapeRef.new(shape: TemplateType, location_name: "type"))
|
1866
2371
|
CreateProvisioningTemplateRequest.struct_class = Types::CreateProvisioningTemplateRequest
|
1867
2372
|
|
1868
2373
|
CreateProvisioningTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
|
@@ -1906,9 +2411,10 @@ module Aws::IoT
|
|
1906
2411
|
CreateSecurityProfileRequest.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
1907
2412
|
CreateSecurityProfileRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
1908
2413
|
CreateSecurityProfileRequest.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
1909
|
-
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
2414
|
+
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
1910
2415
|
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
1911
2416
|
CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2417
|
+
CreateSecurityProfileRequest.add_member(:metrics_export_config, Shapes::ShapeRef.new(shape: MetricsExportConfig, location_name: "metricsExportConfig"))
|
1912
2418
|
CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
|
1913
2419
|
|
1914
2420
|
CreateSecurityProfileResponse.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "securityProfileName"))
|
@@ -2006,10 +2512,27 @@ module Aws::IoT
|
|
2006
2512
|
|
2007
2513
|
DeleteCACertificateResponse.struct_class = Types::DeleteCACertificateResponse
|
2008
2514
|
|
2515
|
+
DeleteCertificateProviderRequest.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, required: true, location: "uri", location_name: "certificateProviderName"))
|
2516
|
+
DeleteCertificateProviderRequest.struct_class = Types::DeleteCertificateProviderRequest
|
2517
|
+
|
2518
|
+
DeleteCertificateProviderResponse.struct_class = Types::DeleteCertificateProviderResponse
|
2519
|
+
|
2009
2520
|
DeleteCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
|
2010
2521
|
DeleteCertificateRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location: "querystring", location_name: "forceDelete"))
|
2011
2522
|
DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
|
2012
2523
|
|
2524
|
+
DeleteCommandExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, required: true, location: "uri", location_name: "executionId"))
|
2525
|
+
DeleteCommandExecutionRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location: "querystring", location_name: "targetArn"))
|
2526
|
+
DeleteCommandExecutionRequest.struct_class = Types::DeleteCommandExecutionRequest
|
2527
|
+
|
2528
|
+
DeleteCommandExecutionResponse.struct_class = Types::DeleteCommandExecutionResponse
|
2529
|
+
|
2530
|
+
DeleteCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
|
2531
|
+
DeleteCommandRequest.struct_class = Types::DeleteCommandRequest
|
2532
|
+
|
2533
|
+
DeleteCommandResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "statusCode"))
|
2534
|
+
DeleteCommandResponse.struct_class = Types::DeleteCommandResponse
|
2535
|
+
|
2013
2536
|
DeleteConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2014
2537
|
DeleteConflictException.struct_class = Types::DeleteConflictException
|
2015
2538
|
|
@@ -2034,6 +2557,10 @@ module Aws::IoT
|
|
2034
2557
|
|
2035
2558
|
DeleteDynamicThingGroupResponse.struct_class = Types::DeleteDynamicThingGroupResponse
|
2036
2559
|
|
2560
|
+
DeleteFleetMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, required: true, location: "uri", location_name: "metricName"))
|
2561
|
+
DeleteFleetMetricRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
|
2562
|
+
DeleteFleetMetricRequest.struct_class = Types::DeleteFleetMetricRequest
|
2563
|
+
|
2037
2564
|
DeleteJobExecutionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2038
2565
|
DeleteJobExecutionRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
|
2039
2566
|
DeleteJobExecutionRequest.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, required: true, location: "uri", location_name: "executionNumber"))
|
@@ -2046,6 +2573,9 @@ module Aws::IoT
|
|
2046
2573
|
DeleteJobRequest.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location: "querystring", location_name: "namespaceId"))
|
2047
2574
|
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
2048
2575
|
|
2576
|
+
DeleteJobTemplateRequest.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, required: true, location: "uri", location_name: "jobTemplateId"))
|
2577
|
+
DeleteJobTemplateRequest.struct_class = Types::DeleteJobTemplateRequest
|
2578
|
+
|
2049
2579
|
DeleteMitigationActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: MitigationActionName, required: true, location: "uri", location_name: "actionName"))
|
2050
2580
|
DeleteMitigationActionRequest.struct_class = Types::DeleteMitigationActionRequest
|
2051
2581
|
|
@@ -2058,6 +2588,19 @@ module Aws::IoT
|
|
2058
2588
|
|
2059
2589
|
DeleteOTAUpdateResponse.struct_class = Types::DeleteOTAUpdateResponse
|
2060
2590
|
|
2591
|
+
DeletePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2592
|
+
DeletePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2593
|
+
DeletePackageRequest.struct_class = Types::DeletePackageRequest
|
2594
|
+
|
2595
|
+
DeletePackageResponse.struct_class = Types::DeletePackageResponse
|
2596
|
+
|
2597
|
+
DeletePackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2598
|
+
DeletePackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
2599
|
+
DeletePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2600
|
+
DeletePackageVersionRequest.struct_class = Types::DeletePackageVersionRequest
|
2601
|
+
|
2602
|
+
DeletePackageVersionResponse.struct_class = Types::DeletePackageVersionResponse
|
2603
|
+
|
2061
2604
|
DeletePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
|
2062
2605
|
DeletePolicyRequest.struct_class = Types::DeletePolicyRequest
|
2063
2606
|
|
@@ -2211,6 +2754,17 @@ module Aws::IoT
|
|
2211
2754
|
DescribeCACertificateResponse.add_member(:registration_config, Shapes::ShapeRef.new(shape: RegistrationConfig, location_name: "registrationConfig"))
|
2212
2755
|
DescribeCACertificateResponse.struct_class = Types::DescribeCACertificateResponse
|
2213
2756
|
|
2757
|
+
DescribeCertificateProviderRequest.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, required: true, location: "uri", location_name: "certificateProviderName"))
|
2758
|
+
DescribeCertificateProviderRequest.struct_class = Types::DescribeCertificateProviderRequest
|
2759
|
+
|
2760
|
+
DescribeCertificateProviderResponse.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, location_name: "certificateProviderName"))
|
2761
|
+
DescribeCertificateProviderResponse.add_member(:certificate_provider_arn, Shapes::ShapeRef.new(shape: CertificateProviderArn, location_name: "certificateProviderArn"))
|
2762
|
+
DescribeCertificateProviderResponse.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: CertificateProviderFunctionArn, location_name: "lambdaFunctionArn"))
|
2763
|
+
DescribeCertificateProviderResponse.add_member(:account_default_for_operations, Shapes::ShapeRef.new(shape: CertificateProviderAccountDefaultForOperations, location_name: "accountDefaultForOperations"))
|
2764
|
+
DescribeCertificateProviderResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
|
2765
|
+
DescribeCertificateProviderResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
|
2766
|
+
DescribeCertificateProviderResponse.struct_class = Types::DescribeCertificateProviderResponse
|
2767
|
+
|
2214
2768
|
DescribeCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
|
2215
2769
|
DescribeCertificateRequest.struct_class = Types::DescribeCertificateRequest
|
2216
2770
|
|
@@ -2262,6 +2816,11 @@ module Aws::IoT
|
|
2262
2816
|
DescribeDomainConfigurationResponse.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
|
2263
2817
|
DescribeDomainConfigurationResponse.add_member(:domain_type, Shapes::ShapeRef.new(shape: DomainType, location_name: "domainType"))
|
2264
2818
|
DescribeDomainConfigurationResponse.add_member(:last_status_change_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastStatusChangeDate"))
|
2819
|
+
DescribeDomainConfigurationResponse.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
2820
|
+
DescribeDomainConfigurationResponse.add_member(:server_certificate_config, Shapes::ShapeRef.new(shape: ServerCertificateConfig, location_name: "serverCertificateConfig"))
|
2821
|
+
DescribeDomainConfigurationResponse.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
2822
|
+
DescribeDomainConfigurationResponse.add_member(:application_protocol, Shapes::ShapeRef.new(shape: ApplicationProtocol, location_name: "applicationProtocol"))
|
2823
|
+
DescribeDomainConfigurationResponse.add_member(:client_certificate_config, Shapes::ShapeRef.new(shape: ClientCertificateConfig, location_name: "clientCertificateConfig"))
|
2265
2824
|
DescribeDomainConfigurationResponse.struct_class = Types::DescribeDomainConfigurationResponse
|
2266
2825
|
|
2267
2826
|
DescribeEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location: "querystring", location_name: "endpointType"))
|
@@ -2277,6 +2836,24 @@ module Aws::IoT
|
|
2277
2836
|
DescribeEventConfigurationsResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
2278
2837
|
DescribeEventConfigurationsResponse.struct_class = Types::DescribeEventConfigurationsResponse
|
2279
2838
|
|
2839
|
+
DescribeFleetMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, required: true, location: "uri", location_name: "metricName"))
|
2840
|
+
DescribeFleetMetricRequest.struct_class = Types::DescribeFleetMetricRequest
|
2841
|
+
|
2842
|
+
DescribeFleetMetricResponse.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, location_name: "metricName"))
|
2843
|
+
DescribeFleetMetricResponse.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "queryString"))
|
2844
|
+
DescribeFleetMetricResponse.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: AggregationType, location_name: "aggregationType"))
|
2845
|
+
DescribeFleetMetricResponse.add_member(:period, Shapes::ShapeRef.new(shape: FleetMetricPeriod, location_name: "period"))
|
2846
|
+
DescribeFleetMetricResponse.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, location_name: "aggregationField"))
|
2847
|
+
DescribeFleetMetricResponse.add_member(:description, Shapes::ShapeRef.new(shape: FleetMetricDescription, location_name: "description"))
|
2848
|
+
DescribeFleetMetricResponse.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
2849
|
+
DescribeFleetMetricResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
2850
|
+
DescribeFleetMetricResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
|
2851
|
+
DescribeFleetMetricResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
2852
|
+
DescribeFleetMetricResponse.add_member(:unit, Shapes::ShapeRef.new(shape: FleetMetricUnit, location_name: "unit"))
|
2853
|
+
DescribeFleetMetricResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
|
2854
|
+
DescribeFleetMetricResponse.add_member(:metric_arn, Shapes::ShapeRef.new(shape: FleetMetricArn, location_name: "metricArn"))
|
2855
|
+
DescribeFleetMetricResponse.struct_class = Types::DescribeFleetMetricResponse
|
2856
|
+
|
2280
2857
|
DescribeIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location: "uri", location_name: "indexName"))
|
2281
2858
|
DescribeIndexRequest.struct_class = Types::DescribeIndexRequest
|
2282
2859
|
|
@@ -2294,12 +2871,44 @@ module Aws::IoT
|
|
2294
2871
|
DescribeJobExecutionResponse.struct_class = Types::DescribeJobExecutionResponse
|
2295
2872
|
|
2296
2873
|
DescribeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2874
|
+
DescribeJobRequest.add_member(:before_substitution, Shapes::ShapeRef.new(shape: BeforeSubstitutionFlag, location: "querystring", location_name: "beforeSubstitution"))
|
2297
2875
|
DescribeJobRequest.struct_class = Types::DescribeJobRequest
|
2298
2876
|
|
2299
2877
|
DescribeJobResponse.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
|
2300
2878
|
DescribeJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
|
2301
2879
|
DescribeJobResponse.struct_class = Types::DescribeJobResponse
|
2302
2880
|
|
2881
|
+
DescribeJobTemplateRequest.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, required: true, location: "uri", location_name: "jobTemplateId"))
|
2882
|
+
DescribeJobTemplateRequest.struct_class = Types::DescribeJobTemplateRequest
|
2883
|
+
|
2884
|
+
DescribeJobTemplateResponse.add_member(:job_template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "jobTemplateArn"))
|
2885
|
+
DescribeJobTemplateResponse.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, location_name: "jobTemplateId"))
|
2886
|
+
DescribeJobTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
2887
|
+
DescribeJobTemplateResponse.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
|
2888
|
+
DescribeJobTemplateResponse.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
|
2889
|
+
DescribeJobTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
2890
|
+
DescribeJobTemplateResponse.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
|
2891
|
+
DescribeJobTemplateResponse.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
|
2892
|
+
DescribeJobTemplateResponse.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
|
2893
|
+
DescribeJobTemplateResponse.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
|
2894
|
+
DescribeJobTemplateResponse.add_member(:job_executions_retry_config, Shapes::ShapeRef.new(shape: JobExecutionsRetryConfig, location_name: "jobExecutionsRetryConfig"))
|
2895
|
+
DescribeJobTemplateResponse.add_member(:maintenance_windows, Shapes::ShapeRef.new(shape: MaintenanceWindows, location_name: "maintenanceWindows"))
|
2896
|
+
DescribeJobTemplateResponse.add_member(:destination_package_versions, Shapes::ShapeRef.new(shape: DestinationPackageVersions, location_name: "destinationPackageVersions"))
|
2897
|
+
DescribeJobTemplateResponse.struct_class = Types::DescribeJobTemplateResponse
|
2898
|
+
|
2899
|
+
DescribeManagedJobTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: ManagedJobTemplateName, required: true, location: "uri", location_name: "templateName"))
|
2900
|
+
DescribeManagedJobTemplateRequest.add_member(:template_version, Shapes::ShapeRef.new(shape: ManagedTemplateVersion, location: "querystring", location_name: "templateVersion"))
|
2901
|
+
DescribeManagedJobTemplateRequest.struct_class = Types::DescribeManagedJobTemplateRequest
|
2902
|
+
|
2903
|
+
DescribeManagedJobTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: ManagedJobTemplateName, location_name: "templateName"))
|
2904
|
+
DescribeManagedJobTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "templateArn"))
|
2905
|
+
DescribeManagedJobTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
2906
|
+
DescribeManagedJobTemplateResponse.add_member(:template_version, Shapes::ShapeRef.new(shape: ManagedTemplateVersion, location_name: "templateVersion"))
|
2907
|
+
DescribeManagedJobTemplateResponse.add_member(:environments, Shapes::ShapeRef.new(shape: Environments, location_name: "environments"))
|
2908
|
+
DescribeManagedJobTemplateResponse.add_member(:document_parameters, Shapes::ShapeRef.new(shape: DocumentParameters, location_name: "documentParameters"))
|
2909
|
+
DescribeManagedJobTemplateResponse.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
|
2910
|
+
DescribeManagedJobTemplateResponse.struct_class = Types::DescribeManagedJobTemplateResponse
|
2911
|
+
|
2303
2912
|
DescribeMitigationActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: MitigationActionName, required: true, location: "uri", location_name: "actionName"))
|
2304
2913
|
DescribeMitigationActionRequest.struct_class = Types::DescribeMitigationActionRequest
|
2305
2914
|
|
@@ -2326,6 +2935,7 @@ module Aws::IoT
|
|
2326
2935
|
DescribeProvisioningTemplateResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
|
2327
2936
|
DescribeProvisioningTemplateResponse.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
|
2328
2937
|
DescribeProvisioningTemplateResponse.add_member(:pre_provisioning_hook, Shapes::ShapeRef.new(shape: ProvisioningHook, location_name: "preProvisioningHook"))
|
2938
|
+
DescribeProvisioningTemplateResponse.add_member(:type, Shapes::ShapeRef.new(shape: TemplateType, location_name: "type"))
|
2329
2939
|
DescribeProvisioningTemplateResponse.struct_class = Types::DescribeProvisioningTemplateResponse
|
2330
2940
|
|
2331
2941
|
DescribeProvisioningTemplateVersionRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
|
@@ -2363,11 +2973,12 @@ module Aws::IoT
|
|
2363
2973
|
DescribeSecurityProfileResponse.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
2364
2974
|
DescribeSecurityProfileResponse.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
2365
2975
|
DescribeSecurityProfileResponse.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
2366
|
-
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
2976
|
+
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
2367
2977
|
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
2368
2978
|
DescribeSecurityProfileResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
|
2369
2979
|
DescribeSecurityProfileResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
2370
2980
|
DescribeSecurityProfileResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedDate"))
|
2981
|
+
DescribeSecurityProfileResponse.add_member(:metrics_export_config, Shapes::ShapeRef.new(shape: MetricsExportConfig, location_name: "metricsExportConfig"))
|
2371
2982
|
DescribeSecurityProfileResponse.struct_class = Types::DescribeSecurityProfileResponse
|
2372
2983
|
|
2373
2984
|
DescribeStreamRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: StreamId, required: true, location: "uri", location_name: "streamId"))
|
@@ -2434,6 +3045,8 @@ module Aws::IoT
|
|
2434
3045
|
Destination.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3Destination, location_name: "s3Destination"))
|
2435
3046
|
Destination.struct_class = Types::Destination
|
2436
3047
|
|
3048
|
+
DestinationPackageVersions.member = Shapes::ShapeRef.new(shape: PackageVersionArn)
|
3049
|
+
|
2437
3050
|
DetachPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
|
2438
3051
|
DetachPolicyRequest.add_member(:target, Shapes::ShapeRef.new(shape: PolicyTarget, required: true, location_name: "target"))
|
2439
3052
|
DetachPolicyRequest.struct_class = Types::DetachPolicyRequest
|
@@ -2503,6 +3116,22 @@ module Aws::IoT
|
|
2503
3116
|
DisableTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
|
2504
3117
|
DisableTopicRuleRequest.struct_class = Types::DisableTopicRuleRequest
|
2505
3118
|
|
3119
|
+
DisassociateSbomFromPackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
3120
|
+
DisassociateSbomFromPackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
3121
|
+
DisassociateSbomFromPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3122
|
+
DisassociateSbomFromPackageVersionRequest.struct_class = Types::DisassociateSbomFromPackageVersionRequest
|
3123
|
+
|
3124
|
+
DisassociateSbomFromPackageVersionResponse.struct_class = Types::DisassociateSbomFromPackageVersionResponse
|
3125
|
+
|
3126
|
+
DocumentParameter.add_member(:key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "key"))
|
3127
|
+
DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
3128
|
+
DocumentParameter.add_member(:regex, Shapes::ShapeRef.new(shape: Regex, location_name: "regex"))
|
3129
|
+
DocumentParameter.add_member(:example, Shapes::ShapeRef.new(shape: Example, location_name: "example"))
|
3130
|
+
DocumentParameter.add_member(:optional, Shapes::ShapeRef.new(shape: Optional, location_name: "optional"))
|
3131
|
+
DocumentParameter.struct_class = Types::DocumentParameter
|
3132
|
+
|
3133
|
+
DocumentParameters.member = Shapes::ShapeRef.new(shape: DocumentParameter)
|
3134
|
+
|
2506
3135
|
DomainConfigurationSummary.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, location_name: "domainConfigurationName"))
|
2507
3136
|
DomainConfigurationSummary.add_member(:domain_configuration_arn, Shapes::ShapeRef.new(shape: DomainConfigurationArn, location_name: "domainConfigurationArn"))
|
2508
3137
|
DomainConfigurationSummary.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
|
@@ -2547,6 +3176,8 @@ module Aws::IoT
|
|
2547
3176
|
EnableTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
|
2548
3177
|
EnableTopicRuleRequest.struct_class = Types::EnableTopicRuleRequest
|
2549
3178
|
|
3179
|
+
Environments.member = Shapes::ShapeRef.new(shape: Environment)
|
3180
|
+
|
2550
3181
|
ErrorInfo.add_member(:code, Shapes::ShapeRef.new(shape: Code, location_name: "code"))
|
2551
3182
|
ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: OTAUpdateErrorMessage, location_name: "message"))
|
2552
3183
|
ErrorInfo.struct_class = Types::ErrorInfo
|
@@ -2580,6 +3211,18 @@ module Aws::IoT
|
|
2580
3211
|
FirehoseAction.add_member(:batch_mode, Shapes::ShapeRef.new(shape: BatchMode, location_name: "batchMode"))
|
2581
3212
|
FirehoseAction.struct_class = Types::FirehoseAction
|
2582
3213
|
|
3214
|
+
FleetMetricNameAndArn.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, location_name: "metricName"))
|
3215
|
+
FleetMetricNameAndArn.add_member(:metric_arn, Shapes::ShapeRef.new(shape: FleetMetricArn, location_name: "metricArn"))
|
3216
|
+
FleetMetricNameAndArn.struct_class = Types::FleetMetricNameAndArn
|
3217
|
+
|
3218
|
+
FleetMetricNameAndArnList.member = Shapes::ShapeRef.new(shape: FleetMetricNameAndArn)
|
3219
|
+
|
3220
|
+
GeoLocationTarget.add_member(:name, Shapes::ShapeRef.new(shape: TargetFieldName, location_name: "name"))
|
3221
|
+
GeoLocationTarget.add_member(:order, Shapes::ShapeRef.new(shape: TargetFieldOrder, location_name: "order"))
|
3222
|
+
GeoLocationTarget.struct_class = Types::GeoLocationTarget
|
3223
|
+
|
3224
|
+
GeoLocationsFilter.member = Shapes::ShapeRef.new(shape: GeoLocationTarget)
|
3225
|
+
|
2583
3226
|
GetBehaviorModelTrainingSummariesRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location: "querystring", location_name: "securityProfileName"))
|
2584
3227
|
GetBehaviorModelTrainingSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TinyMaxResults, location: "querystring", location_name: "maxResults"))
|
2585
3228
|
GetBehaviorModelTrainingSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -2589,6 +3232,17 @@ module Aws::IoT
|
|
2589
3232
|
GetBehaviorModelTrainingSummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2590
3233
|
GetBehaviorModelTrainingSummariesResponse.struct_class = Types::GetBehaviorModelTrainingSummariesResponse
|
2591
3234
|
|
3235
|
+
GetBucketsAggregationRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
3236
|
+
GetBucketsAggregationRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
|
3237
|
+
GetBucketsAggregationRequest.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, required: true, location_name: "aggregationField"))
|
3238
|
+
GetBucketsAggregationRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
3239
|
+
GetBucketsAggregationRequest.add_member(:buckets_aggregation_type, Shapes::ShapeRef.new(shape: BucketsAggregationType, required: true, location_name: "bucketsAggregationType"))
|
3240
|
+
GetBucketsAggregationRequest.struct_class = Types::GetBucketsAggregationRequest
|
3241
|
+
|
3242
|
+
GetBucketsAggregationResponse.add_member(:total_count, Shapes::ShapeRef.new(shape: Count, location_name: "totalCount"))
|
3243
|
+
GetBucketsAggregationResponse.add_member(:buckets, Shapes::ShapeRef.new(shape: Buckets, location_name: "buckets"))
|
3244
|
+
GetBucketsAggregationResponse.struct_class = Types::GetBucketsAggregationResponse
|
3245
|
+
|
2592
3246
|
GetCardinalityRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
2593
3247
|
GetCardinalityRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
|
2594
3248
|
GetCardinalityRequest.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, location_name: "aggregationField"))
|
@@ -2598,6 +3252,43 @@ module Aws::IoT
|
|
2598
3252
|
GetCardinalityResponse.add_member(:cardinality, Shapes::ShapeRef.new(shape: Count, location_name: "cardinality"))
|
2599
3253
|
GetCardinalityResponse.struct_class = Types::GetCardinalityResponse
|
2600
3254
|
|
3255
|
+
GetCommandExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, required: true, location: "uri", location_name: "executionId"))
|
3256
|
+
GetCommandExecutionRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location: "querystring", location_name: "targetArn"))
|
3257
|
+
GetCommandExecutionRequest.add_member(:include_result, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location: "querystring", location_name: "includeResult"))
|
3258
|
+
GetCommandExecutionRequest.struct_class = Types::GetCommandExecutionRequest
|
3259
|
+
|
3260
|
+
GetCommandExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, location_name: "executionId"))
|
3261
|
+
GetCommandExecutionResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
3262
|
+
GetCommandExecutionResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
|
3263
|
+
GetCommandExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
|
3264
|
+
GetCommandExecutionResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
|
3265
|
+
GetCommandExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: CommandExecutionResultMap, location_name: "result"))
|
3266
|
+
GetCommandExecutionResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: CommandExecutionParameterMap, location_name: "parameters"))
|
3267
|
+
GetCommandExecutionResponse.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: CommandExecutionTimeoutInSeconds, location_name: "executionTimeoutSeconds"))
|
3268
|
+
GetCommandExecutionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
3269
|
+
GetCommandExecutionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
3270
|
+
GetCommandExecutionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
|
3271
|
+
GetCommandExecutionResponse.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
|
3272
|
+
GetCommandExecutionResponse.add_member(:time_to_live, Shapes::ShapeRef.new(shape: DateType, location_name: "timeToLive"))
|
3273
|
+
GetCommandExecutionResponse.struct_class = Types::GetCommandExecutionResponse
|
3274
|
+
|
3275
|
+
GetCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
|
3276
|
+
GetCommandRequest.struct_class = Types::GetCommandRequest
|
3277
|
+
|
3278
|
+
GetCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
|
3279
|
+
GetCommandResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
3280
|
+
GetCommandResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
|
3281
|
+
GetCommandResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
3282
|
+
GetCommandResponse.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
|
3283
|
+
GetCommandResponse.add_member(:mandatory_parameters, Shapes::ShapeRef.new(shape: CommandParameterList, location_name: "mandatoryParameters"))
|
3284
|
+
GetCommandResponse.add_member(:payload, Shapes::ShapeRef.new(shape: CommandPayload, location_name: "payload"))
|
3285
|
+
GetCommandResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
3286
|
+
GetCommandResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
3287
|
+
GetCommandResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
3288
|
+
GetCommandResponse.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
|
3289
|
+
GetCommandResponse.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "pendingDeletion"))
|
3290
|
+
GetCommandResponse.struct_class = Types::GetCommandResponse
|
3291
|
+
|
2601
3292
|
GetEffectivePoliciesRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "principal"))
|
2602
3293
|
GetEffectivePoliciesRequest.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
|
2603
3294
|
GetEffectivePoliciesRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location: "querystring", location_name: "thingName"))
|
@@ -2613,6 +3304,7 @@ module Aws::IoT
|
|
2613
3304
|
GetIndexingConfigurationResponse.struct_class = Types::GetIndexingConfigurationResponse
|
2614
3305
|
|
2615
3306
|
GetJobDocumentRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
3307
|
+
GetJobDocumentRequest.add_member(:before_substitution, Shapes::ShapeRef.new(shape: BeforeSubstitutionFlag, location: "querystring", location_name: "beforeSubstitution"))
|
2616
3308
|
GetJobDocumentRequest.struct_class = Types::GetJobDocumentRequest
|
2617
3309
|
|
2618
3310
|
GetJobDocumentResponse.add_member(:document, Shapes::ShapeRef.new(shape: JobDocument, location_name: "document"))
|
@@ -2630,6 +3322,41 @@ module Aws::IoT
|
|
2630
3322
|
GetOTAUpdateResponse.add_member(:ota_update_info, Shapes::ShapeRef.new(shape: OTAUpdateInfo, location_name: "otaUpdateInfo"))
|
2631
3323
|
GetOTAUpdateResponse.struct_class = Types::GetOTAUpdateResponse
|
2632
3324
|
|
3325
|
+
GetPackageConfigurationRequest.struct_class = Types::GetPackageConfigurationRequest
|
3326
|
+
|
3327
|
+
GetPackageConfigurationResponse.add_member(:version_update_by_jobs_config, Shapes::ShapeRef.new(shape: VersionUpdateByJobsConfig, location_name: "versionUpdateByJobsConfig"))
|
3328
|
+
GetPackageConfigurationResponse.struct_class = Types::GetPackageConfigurationResponse
|
3329
|
+
|
3330
|
+
GetPackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
3331
|
+
GetPackageRequest.struct_class = Types::GetPackageRequest
|
3332
|
+
|
3333
|
+
GetPackageResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
3334
|
+
GetPackageResponse.add_member(:package_arn, Shapes::ShapeRef.new(shape: PackageArn, location_name: "packageArn"))
|
3335
|
+
GetPackageResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
3336
|
+
GetPackageResponse.add_member(:default_version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "defaultVersionName"))
|
3337
|
+
GetPackageResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
|
3338
|
+
GetPackageResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
3339
|
+
GetPackageResponse.struct_class = Types::GetPackageResponse
|
3340
|
+
|
3341
|
+
GetPackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
3342
|
+
GetPackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
3343
|
+
GetPackageVersionRequest.struct_class = Types::GetPackageVersionRequest
|
3344
|
+
|
3345
|
+
GetPackageVersionResponse.add_member(:package_version_arn, Shapes::ShapeRef.new(shape: PackageVersionArn, location_name: "packageVersionArn"))
|
3346
|
+
GetPackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
3347
|
+
GetPackageVersionResponse.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
3348
|
+
GetPackageVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
3349
|
+
GetPackageVersionResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: ResourceAttributes, location_name: "attributes"))
|
3350
|
+
GetPackageVersionResponse.add_member(:artifact, Shapes::ShapeRef.new(shape: PackageVersionArtifact, location_name: "artifact"))
|
3351
|
+
GetPackageVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, location_name: "status"))
|
3352
|
+
GetPackageVersionResponse.add_member(:error_reason, Shapes::ShapeRef.new(shape: PackageVersionErrorReason, location_name: "errorReason"))
|
3353
|
+
GetPackageVersionResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
|
3354
|
+
GetPackageVersionResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
3355
|
+
GetPackageVersionResponse.add_member(:sbom, Shapes::ShapeRef.new(shape: Sbom, location_name: "sbom"))
|
3356
|
+
GetPackageVersionResponse.add_member(:sbom_validation_status, Shapes::ShapeRef.new(shape: SbomValidationStatus, location_name: "sbomValidationStatus"))
|
3357
|
+
GetPackageVersionResponse.add_member(:recipe, Shapes::ShapeRef.new(shape: PackageVersionRecipe, location_name: "recipe"))
|
3358
|
+
GetPackageVersionResponse.struct_class = Types::GetPackageVersionResponse
|
3359
|
+
|
2633
3360
|
GetPercentilesRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
2634
3361
|
GetPercentilesRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
|
2635
3362
|
GetPercentilesRequest.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, location_name: "aggregationField"))
|
@@ -2680,6 +3407,15 @@ module Aws::IoT
|
|
2680
3407
|
GetStatisticsResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: Statistics, location_name: "statistics"))
|
2681
3408
|
GetStatisticsResponse.struct_class = Types::GetStatisticsResponse
|
2682
3409
|
|
3410
|
+
GetThingConnectivityDataRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ConnectivityApiThingName, required: true, location: "uri", location_name: "thingName"))
|
3411
|
+
GetThingConnectivityDataRequest.struct_class = Types::GetThingConnectivityDataRequest
|
3412
|
+
|
3413
|
+
GetThingConnectivityDataResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ConnectivityApiThingName, location_name: "thingName"))
|
3414
|
+
GetThingConnectivityDataResponse.add_member(:connected, Shapes::ShapeRef.new(shape: Boolean, location_name: "connected"))
|
3415
|
+
GetThingConnectivityDataResponse.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "timestamp"))
|
3416
|
+
GetThingConnectivityDataResponse.add_member(:disconnect_reason, Shapes::ShapeRef.new(shape: DisconnectReasonValue, location_name: "disconnectReason"))
|
3417
|
+
GetThingConnectivityDataResponse.struct_class = Types::GetThingConnectivityDataResponse
|
3418
|
+
|
2683
3419
|
GetTopicRuleDestinationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location: "uri", location_name: "arn"))
|
2684
3420
|
GetTopicRuleDestinationRequest.struct_class = Types::GetTopicRuleDestinationRequest
|
2685
3421
|
|
@@ -2743,12 +3479,19 @@ module Aws::IoT
|
|
2743
3479
|
IndexNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2744
3480
|
IndexNotReadyException.struct_class = Types::IndexNotReadyException
|
2745
3481
|
|
3482
|
+
IndexingFilter.add_member(:named_shadow_names, Shapes::ShapeRef.new(shape: NamedShadowNamesFilter, location_name: "namedShadowNames"))
|
3483
|
+
IndexingFilter.add_member(:geo_locations, Shapes::ShapeRef.new(shape: GeoLocationsFilter, location_name: "geoLocations"))
|
3484
|
+
IndexingFilter.struct_class = Types::IndexingFilter
|
3485
|
+
|
2746
3486
|
InternalException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2747
3487
|
InternalException.struct_class = Types::InternalException
|
2748
3488
|
|
2749
3489
|
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2750
3490
|
InternalFailureException.struct_class = Types::InternalFailureException
|
2751
3491
|
|
3492
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
3493
|
+
InternalServerException.struct_class = Types::InternalServerException
|
3494
|
+
|
2752
3495
|
InvalidAggregationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
2753
3496
|
InvalidAggregationException.struct_class = Types::InvalidAggregationException
|
2754
3497
|
|
@@ -2780,6 +3523,11 @@ module Aws::IoT
|
|
2780
3523
|
IotSiteWiseAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
2781
3524
|
IotSiteWiseAction.struct_class = Types::IotSiteWiseAction
|
2782
3525
|
|
3526
|
+
IssuerCertificateIdentifier.add_member(:issuer_certificate_subject, Shapes::ShapeRef.new(shape: IssuerCertificateSubject, location_name: "issuerCertificateSubject"))
|
3527
|
+
IssuerCertificateIdentifier.add_member(:issuer_id, Shapes::ShapeRef.new(shape: IssuerId, location_name: "issuerId"))
|
3528
|
+
IssuerCertificateIdentifier.add_member(:issuer_certificate_serial_number, Shapes::ShapeRef.new(shape: IssuerCertificateSerialNumber, location_name: "issuerCertificateSerialNumber"))
|
3529
|
+
IssuerCertificateIdentifier.struct_class = Types::IssuerCertificateIdentifier
|
3530
|
+
|
2783
3531
|
Job.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
|
2784
3532
|
Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2785
3533
|
Job.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
|
@@ -2798,6 +3546,13 @@ module Aws::IoT
|
|
2798
3546
|
Job.add_member(:job_process_details, Shapes::ShapeRef.new(shape: JobProcessDetails, location_name: "jobProcessDetails"))
|
2799
3547
|
Job.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
|
2800
3548
|
Job.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location_name: "namespaceId"))
|
3549
|
+
Job.add_member(:job_template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "jobTemplateArn"))
|
3550
|
+
Job.add_member(:job_executions_retry_config, Shapes::ShapeRef.new(shape: JobExecutionsRetryConfig, location_name: "jobExecutionsRetryConfig"))
|
3551
|
+
Job.add_member(:document_parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "documentParameters"))
|
3552
|
+
Job.add_member(:is_concurrent, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "isConcurrent"))
|
3553
|
+
Job.add_member(:scheduling_config, Shapes::ShapeRef.new(shape: SchedulingConfig, location_name: "schedulingConfig"))
|
3554
|
+
Job.add_member(:scheduled_job_rollouts, Shapes::ShapeRef.new(shape: ScheduledJobRolloutList, location_name: "scheduledJobRollouts"))
|
3555
|
+
Job.add_member(:destination_package_versions, Shapes::ShapeRef.new(shape: DestinationPackageVersions, location_name: "destinationPackageVersions"))
|
2801
3556
|
Job.struct_class = Types::Job
|
2802
3557
|
|
2803
3558
|
JobExecution.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
@@ -2821,6 +3576,7 @@ module Aws::IoT
|
|
2821
3576
|
JobExecutionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
|
2822
3577
|
JobExecutionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
2823
3578
|
JobExecutionSummary.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, location_name: "executionNumber"))
|
3579
|
+
JobExecutionSummary.add_member(:retry_attempt, Shapes::ShapeRef.new(shape: RetryAttempt, location_name: "retryAttempt"))
|
2824
3580
|
JobExecutionSummary.struct_class = Types::JobExecutionSummary
|
2825
3581
|
|
2826
3582
|
JobExecutionSummaryForJob.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
|
@@ -2835,6 +3591,9 @@ module Aws::IoT
|
|
2835
3591
|
|
2836
3592
|
JobExecutionSummaryForThingList.member = Shapes::ShapeRef.new(shape: JobExecutionSummaryForThing)
|
2837
3593
|
|
3594
|
+
JobExecutionsRetryConfig.add_member(:criteria_list, Shapes::ShapeRef.new(shape: RetryCriteriaList, required: true, location_name: "criteriaList"))
|
3595
|
+
JobExecutionsRetryConfig.struct_class = Types::JobExecutionsRetryConfig
|
3596
|
+
|
2838
3597
|
JobExecutionsRolloutConfig.add_member(:maximum_per_minute, Shapes::ShapeRef.new(shape: MaxJobExecutionsPerMin, location_name: "maximumPerMinute"))
|
2839
3598
|
JobExecutionsRolloutConfig.add_member(:exponential_rate, Shapes::ShapeRef.new(shape: ExponentialRolloutRate, location_name: "exponentialRate"))
|
2840
3599
|
JobExecutionsRolloutConfig.struct_class = Types::JobExecutionsRolloutConfig
|
@@ -2858,19 +3617,35 @@ module Aws::IoT
|
|
2858
3617
|
JobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
2859
3618
|
JobSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
2860
3619
|
JobSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
|
3620
|
+
JobSummary.add_member(:is_concurrent, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "isConcurrent"))
|
2861
3621
|
JobSummary.struct_class = Types::JobSummary
|
2862
3622
|
|
2863
3623
|
JobSummaryList.member = Shapes::ShapeRef.new(shape: JobSummary)
|
2864
3624
|
|
2865
3625
|
JobTargets.member = Shapes::ShapeRef.new(shape: TargetArn)
|
2866
3626
|
|
3627
|
+
JobTemplateSummary.add_member(:job_template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "jobTemplateArn"))
|
3628
|
+
JobTemplateSummary.add_member(:job_template_id, Shapes::ShapeRef.new(shape: JobTemplateId, location_name: "jobTemplateId"))
|
3629
|
+
JobTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
3630
|
+
JobTemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
|
3631
|
+
JobTemplateSummary.struct_class = Types::JobTemplateSummary
|
3632
|
+
|
3633
|
+
JobTemplateSummaryList.member = Shapes::ShapeRef.new(shape: JobTemplateSummary)
|
3634
|
+
|
2867
3635
|
KafkaAction.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "destinationArn"))
|
2868
3636
|
KafkaAction.add_member(:topic, Shapes::ShapeRef.new(shape: String, required: true, location_name: "topic"))
|
2869
3637
|
KafkaAction.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
2870
3638
|
KafkaAction.add_member(:partition, Shapes::ShapeRef.new(shape: String, location_name: "partition"))
|
2871
3639
|
KafkaAction.add_member(:client_properties, Shapes::ShapeRef.new(shape: ClientProperties, required: true, location_name: "clientProperties"))
|
3640
|
+
KafkaAction.add_member(:headers, Shapes::ShapeRef.new(shape: KafkaHeaders, location_name: "headers"))
|
2872
3641
|
KafkaAction.struct_class = Types::KafkaAction
|
2873
3642
|
|
3643
|
+
KafkaActionHeader.add_member(:key, Shapes::ShapeRef.new(shape: KafkaHeaderKey, required: true, location_name: "key"))
|
3644
|
+
KafkaActionHeader.add_member(:value, Shapes::ShapeRef.new(shape: KafkaHeaderValue, required: true, location_name: "value"))
|
3645
|
+
KafkaActionHeader.struct_class = Types::KafkaActionHeader
|
3646
|
+
|
3647
|
+
KafkaHeaders.member = Shapes::ShapeRef.new(shape: KafkaActionHeader)
|
3648
|
+
|
2874
3649
|
KeyPair.add_member(:public_key, Shapes::ShapeRef.new(shape: PublicKey, location_name: "PublicKey"))
|
2875
3650
|
KeyPair.add_member(:private_key, Shapes::ShapeRef.new(shape: PrivateKey, location_name: "PrivateKey"))
|
2876
3651
|
KeyPair.struct_class = Types::KeyPair
|
@@ -2890,6 +3665,7 @@ module Aws::IoT
|
|
2890
3665
|
ListActiveViolationsRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location: "querystring", location_name: "securityProfileName"))
|
2891
3666
|
ListActiveViolationsRequest.add_member(:behavior_criteria_type, Shapes::ShapeRef.new(shape: BehaviorCriteriaType, location: "querystring", location_name: "behaviorCriteriaType"))
|
2892
3667
|
ListActiveViolationsRequest.add_member(:list_suppressed_alerts, Shapes::ShapeRef.new(shape: ListSuppressedAlerts, location: "querystring", location_name: "listSuppressedAlerts"))
|
3668
|
+
ListActiveViolationsRequest.add_member(:verification_state, Shapes::ShapeRef.new(shape: VerificationState, location: "querystring", location_name: "verificationState"))
|
2893
3669
|
ListActiveViolationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2894
3670
|
ListActiveViolationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2895
3671
|
ListActiveViolationsRequest.struct_class = Types::ListActiveViolationsRequest
|
@@ -2991,12 +3767,21 @@ module Aws::IoT
|
|
2991
3767
|
ListCACertificatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
|
2992
3768
|
ListCACertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
|
2993
3769
|
ListCACertificatesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
|
3770
|
+
ListCACertificatesRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location: "querystring", location_name: "templateName"))
|
2994
3771
|
ListCACertificatesRequest.struct_class = Types::ListCACertificatesRequest
|
2995
3772
|
|
2996
3773
|
ListCACertificatesResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: CACertificates, location_name: "certificates"))
|
2997
3774
|
ListCACertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
|
2998
3775
|
ListCACertificatesResponse.struct_class = Types::ListCACertificatesResponse
|
2999
3776
|
|
3777
|
+
ListCertificateProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "nextToken"))
|
3778
|
+
ListCertificateProvidersRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
|
3779
|
+
ListCertificateProvidersRequest.struct_class = Types::ListCertificateProvidersRequest
|
3780
|
+
|
3781
|
+
ListCertificateProvidersResponse.add_member(:certificate_providers, Shapes::ShapeRef.new(shape: CertificateProviders, location_name: "certificateProviders"))
|
3782
|
+
ListCertificateProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Marker, location_name: "nextToken"))
|
3783
|
+
ListCertificateProvidersResponse.struct_class = Types::ListCertificateProvidersResponse
|
3784
|
+
|
3000
3785
|
ListCertificatesByCARequest.add_member(:ca_certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
|
3001
3786
|
ListCertificatesByCARequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
|
3002
3787
|
ListCertificatesByCARequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
|
@@ -3016,6 +3801,32 @@ module Aws::IoT
|
|
3016
3801
|
ListCertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
|
3017
3802
|
ListCertificatesResponse.struct_class = Types::ListCertificatesResponse
|
3018
3803
|
|
3804
|
+
ListCommandExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location: "querystring", location_name: "maxResults"))
|
3805
|
+
ListCommandExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3806
|
+
ListCommandExecutionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
|
3807
|
+
ListCommandExecutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
|
3808
|
+
ListCommandExecutionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
3809
|
+
ListCommandExecutionsRequest.add_member(:started_time_filter, Shapes::ShapeRef.new(shape: TimeFilter, location_name: "startedTimeFilter"))
|
3810
|
+
ListCommandExecutionsRequest.add_member(:completed_time_filter, Shapes::ShapeRef.new(shape: TimeFilter, location_name: "completedTimeFilter"))
|
3811
|
+
ListCommandExecutionsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
|
3812
|
+
ListCommandExecutionsRequest.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
|
3813
|
+
ListCommandExecutionsRequest.struct_class = Types::ListCommandExecutionsRequest
|
3814
|
+
|
3815
|
+
ListCommandExecutionsResponse.add_member(:command_executions, Shapes::ShapeRef.new(shape: CommandExecutionSummaryList, location_name: "commandExecutions"))
|
3816
|
+
ListCommandExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3817
|
+
ListCommandExecutionsResponse.struct_class = Types::ListCommandExecutionsResponse
|
3818
|
+
|
3819
|
+
ListCommandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location: "querystring", location_name: "maxResults"))
|
3820
|
+
ListCommandsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3821
|
+
ListCommandsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location: "querystring", location_name: "namespace"))
|
3822
|
+
ListCommandsRequest.add_member(:command_parameter_name, Shapes::ShapeRef.new(shape: CommandParameterName, location: "querystring", location_name: "commandParameterName"))
|
3823
|
+
ListCommandsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
3824
|
+
ListCommandsRequest.struct_class = Types::ListCommandsRequest
|
3825
|
+
|
3826
|
+
ListCommandsResponse.add_member(:commands, Shapes::ShapeRef.new(shape: CommandSummaryList, location_name: "commands"))
|
3827
|
+
ListCommandsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3828
|
+
ListCommandsResponse.struct_class = Types::ListCommandsResponse
|
3829
|
+
|
3019
3830
|
ListCustomMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3020
3831
|
ListCustomMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3021
3832
|
ListCustomMetricsRequest.struct_class = Types::ListCustomMetricsRequest
|
@@ -3064,6 +3875,14 @@ module Aws::IoT
|
|
3064
3875
|
ListDomainConfigurationsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
|
3065
3876
|
ListDomainConfigurationsResponse.struct_class = Types::ListDomainConfigurationsResponse
|
3066
3877
|
|
3878
|
+
ListFleetMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3879
|
+
ListFleetMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3880
|
+
ListFleetMetricsRequest.struct_class = Types::ListFleetMetricsRequest
|
3881
|
+
|
3882
|
+
ListFleetMetricsResponse.add_member(:fleet_metrics, Shapes::ShapeRef.new(shape: FleetMetricNameAndArnList, location_name: "fleetMetrics"))
|
3883
|
+
ListFleetMetricsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3884
|
+
ListFleetMetricsResponse.struct_class = Types::ListFleetMetricsResponse
|
3885
|
+
|
3067
3886
|
ListIndicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3068
3887
|
ListIndicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryMaxResults, location: "querystring", location_name: "maxResults"))
|
3069
3888
|
ListIndicesRequest.struct_class = Types::ListIndicesRequest
|
@@ -3087,12 +3906,21 @@ module Aws::IoT
|
|
3087
3906
|
ListJobExecutionsForThingRequest.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location: "querystring", location_name: "namespaceId"))
|
3088
3907
|
ListJobExecutionsForThingRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
|
3089
3908
|
ListJobExecutionsForThingRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3909
|
+
ListJobExecutionsForThingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location: "querystring", location_name: "jobId"))
|
3090
3910
|
ListJobExecutionsForThingRequest.struct_class = Types::ListJobExecutionsForThingRequest
|
3091
3911
|
|
3092
3912
|
ListJobExecutionsForThingResponse.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: JobExecutionSummaryForThingList, location_name: "executionSummaries"))
|
3093
3913
|
ListJobExecutionsForThingResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3094
3914
|
ListJobExecutionsForThingResponse.struct_class = Types::ListJobExecutionsForThingResponse
|
3095
3915
|
|
3916
|
+
ListJobTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
|
3917
|
+
ListJobTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3918
|
+
ListJobTemplatesRequest.struct_class = Types::ListJobTemplatesRequest
|
3919
|
+
|
3920
|
+
ListJobTemplatesResponse.add_member(:job_templates, Shapes::ShapeRef.new(shape: JobTemplateSummaryList, location_name: "jobTemplates"))
|
3921
|
+
ListJobTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3922
|
+
ListJobTemplatesResponse.struct_class = Types::ListJobTemplatesResponse
|
3923
|
+
|
3096
3924
|
ListJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location: "querystring", location_name: "status"))
|
3097
3925
|
ListJobsRequest.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location: "querystring", location_name: "targetSelection"))
|
3098
3926
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -3106,6 +3934,29 @@ module Aws::IoT
|
|
3106
3934
|
ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3107
3935
|
ListJobsResponse.struct_class = Types::ListJobsResponse
|
3108
3936
|
|
3937
|
+
ListManagedJobTemplatesRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: ManagedJobTemplateName, location: "querystring", location_name: "templateName"))
|
3938
|
+
ListManagedJobTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: LaserMaxResults, location: "querystring", location_name: "maxResults"))
|
3939
|
+
ListManagedJobTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3940
|
+
ListManagedJobTemplatesRequest.struct_class = Types::ListManagedJobTemplatesRequest
|
3941
|
+
|
3942
|
+
ListManagedJobTemplatesResponse.add_member(:managed_job_templates, Shapes::ShapeRef.new(shape: ManagedJobTemplatesSummaryList, location_name: "managedJobTemplates"))
|
3943
|
+
ListManagedJobTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3944
|
+
ListManagedJobTemplatesResponse.struct_class = Types::ListManagedJobTemplatesResponse
|
3945
|
+
|
3946
|
+
ListMetricValuesRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: DeviceDefenderThingName, required: true, location: "querystring", location_name: "thingName"))
|
3947
|
+
ListMetricValuesRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: BehaviorMetric, required: true, location: "querystring", location_name: "metricName"))
|
3948
|
+
ListMetricValuesRequest.add_member(:dimension_name, Shapes::ShapeRef.new(shape: DimensionName, location: "querystring", location_name: "dimensionName"))
|
3949
|
+
ListMetricValuesRequest.add_member(:dimension_value_operator, Shapes::ShapeRef.new(shape: DimensionValueOperator, location: "querystring", location_name: "dimensionValueOperator"))
|
3950
|
+
ListMetricValuesRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "startTime"))
|
3951
|
+
ListMetricValuesRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endTime"))
|
3952
|
+
ListMetricValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3953
|
+
ListMetricValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3954
|
+
ListMetricValuesRequest.struct_class = Types::ListMetricValuesRequest
|
3955
|
+
|
3956
|
+
ListMetricValuesResponse.add_member(:metric_datum_list, Shapes::ShapeRef.new(shape: MetricDatumList, location_name: "metricDatumList"))
|
3957
|
+
ListMetricValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3958
|
+
ListMetricValuesResponse.struct_class = Types::ListMetricValuesResponse
|
3959
|
+
|
3109
3960
|
ListMitigationActionsRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: MitigationActionType, location: "querystring", location_name: "actionType"))
|
3110
3961
|
ListMitigationActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3111
3962
|
ListMitigationActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -3133,6 +3984,24 @@ module Aws::IoT
|
|
3133
3984
|
ListOutgoingCertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
|
3134
3985
|
ListOutgoingCertificatesResponse.struct_class = Types::ListOutgoingCertificatesResponse
|
3135
3986
|
|
3987
|
+
ListPackageVersionsRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
3988
|
+
ListPackageVersionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, location: "querystring", location_name: "status"))
|
3989
|
+
ListPackageVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PackageCatalogMaxResults, location: "querystring", location_name: "maxResults"))
|
3990
|
+
ListPackageVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3991
|
+
ListPackageVersionsRequest.struct_class = Types::ListPackageVersionsRequest
|
3992
|
+
|
3993
|
+
ListPackageVersionsResponse.add_member(:package_version_summaries, Shapes::ShapeRef.new(shape: PackageVersionSummaryList, location_name: "packageVersionSummaries"))
|
3994
|
+
ListPackageVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3995
|
+
ListPackageVersionsResponse.struct_class = Types::ListPackageVersionsResponse
|
3996
|
+
|
3997
|
+
ListPackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PackageCatalogMaxResults, location: "querystring", location_name: "maxResults"))
|
3998
|
+
ListPackagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3999
|
+
ListPackagesRequest.struct_class = Types::ListPackagesRequest
|
4000
|
+
|
4001
|
+
ListPackagesResponse.add_member(:package_summaries, Shapes::ShapeRef.new(shape: PackageSummaryList, location_name: "packageSummaries"))
|
4002
|
+
ListPackagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
4003
|
+
ListPackagesResponse.struct_class = Types::ListPackagesResponse
|
4004
|
+
|
3136
4005
|
ListPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
|
3137
4006
|
ListPoliciesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
|
3138
4007
|
ListPoliciesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
|
@@ -3177,6 +4046,16 @@ module Aws::IoT
|
|
3177
4046
|
ListPrincipalThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3178
4047
|
ListPrincipalThingsResponse.struct_class = Types::ListPrincipalThingsResponse
|
3179
4048
|
|
4049
|
+
ListPrincipalThingsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4050
|
+
ListPrincipalThingsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
|
4051
|
+
ListPrincipalThingsV2Request.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-principal"))
|
4052
|
+
ListPrincipalThingsV2Request.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
|
4053
|
+
ListPrincipalThingsV2Request.struct_class = Types::ListPrincipalThingsV2Request
|
4054
|
+
|
4055
|
+
ListPrincipalThingsV2Response.add_member(:principal_thing_objects, Shapes::ShapeRef.new(shape: PrincipalThingObjects, location_name: "principalThingObjects"))
|
4056
|
+
ListPrincipalThingsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
4057
|
+
ListPrincipalThingsV2Response.struct_class = Types::ListPrincipalThingsV2Response
|
4058
|
+
|
3180
4059
|
ListProvisioningTemplateVersionsRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
|
3181
4060
|
ListProvisioningTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3182
4061
|
ListProvisioningTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -3194,6 +4073,15 @@ module Aws::IoT
|
|
3194
4073
|
ListProvisioningTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3195
4074
|
ListProvisioningTemplatesResponse.struct_class = Types::ListProvisioningTemplatesResponse
|
3196
4075
|
|
4076
|
+
ListRelatedResourcesForAuditFindingRequest.add_member(:finding_id, Shapes::ShapeRef.new(shape: FindingId, required: true, location: "querystring", location_name: "findingId"))
|
4077
|
+
ListRelatedResourcesForAuditFindingRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4078
|
+
ListRelatedResourcesForAuditFindingRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
4079
|
+
ListRelatedResourcesForAuditFindingRequest.struct_class = Types::ListRelatedResourcesForAuditFindingRequest
|
4080
|
+
|
4081
|
+
ListRelatedResourcesForAuditFindingResponse.add_member(:related_resources, Shapes::ShapeRef.new(shape: RelatedResources, location_name: "relatedResources"))
|
4082
|
+
ListRelatedResourcesForAuditFindingResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
4083
|
+
ListRelatedResourcesForAuditFindingResponse.struct_class = Types::ListRelatedResourcesForAuditFindingResponse
|
4084
|
+
|
3197
4085
|
ListRoleAliasesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
|
3198
4086
|
ListRoleAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
|
3199
4087
|
ListRoleAliasesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
|
@@ -3203,6 +4091,17 @@ module Aws::IoT
|
|
3203
4091
|
ListRoleAliasesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
|
3204
4092
|
ListRoleAliasesResponse.struct_class = Types::ListRoleAliasesResponse
|
3205
4093
|
|
4094
|
+
ListSbomValidationResultsRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
4095
|
+
ListSbomValidationResultsRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
4096
|
+
ListSbomValidationResultsRequest.add_member(:validation_result, Shapes::ShapeRef.new(shape: SbomValidationResult, location: "querystring", location_name: "validationResult"))
|
4097
|
+
ListSbomValidationResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PackageCatalogMaxResults, location: "querystring", location_name: "maxResults"))
|
4098
|
+
ListSbomValidationResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4099
|
+
ListSbomValidationResultsRequest.struct_class = Types::ListSbomValidationResultsRequest
|
4100
|
+
|
4101
|
+
ListSbomValidationResultsResponse.add_member(:validation_result_summaries, Shapes::ShapeRef.new(shape: SbomValidationResultSummaryList, location_name: "validationResultSummaries"))
|
4102
|
+
ListSbomValidationResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
4103
|
+
ListSbomValidationResultsResponse.struct_class = Types::ListSbomValidationResultsResponse
|
4104
|
+
|
3206
4105
|
ListScheduledAuditsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3207
4106
|
ListScheduledAuditsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3208
4107
|
ListScheduledAuditsRequest.struct_class = Types::ListScheduledAuditsRequest
|
@@ -3295,6 +4194,16 @@ module Aws::IoT
|
|
3295
4194
|
ListThingPrincipalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3296
4195
|
ListThingPrincipalsResponse.struct_class = Types::ListThingPrincipalsResponse
|
3297
4196
|
|
4197
|
+
ListThingPrincipalsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
4198
|
+
ListThingPrincipalsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
|
4199
|
+
ListThingPrincipalsV2Request.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
|
4200
|
+
ListThingPrincipalsV2Request.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
|
4201
|
+
ListThingPrincipalsV2Request.struct_class = Types::ListThingPrincipalsV2Request
|
4202
|
+
|
4203
|
+
ListThingPrincipalsV2Response.add_member(:thing_principal_objects, Shapes::ShapeRef.new(shape: ThingPrincipalObjects, location_name: "thingPrincipalObjects"))
|
4204
|
+
ListThingPrincipalsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
4205
|
+
ListThingPrincipalsV2Response.struct_class = Types::ListThingPrincipalsV2Response
|
4206
|
+
|
3298
4207
|
ListThingRegistrationTaskReportsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
|
3299
4208
|
ListThingRegistrationTaskReportsRequest.add_member(:report_type, Shapes::ShapeRef.new(shape: ReportType, required: true, location: "querystring", location_name: "reportType"))
|
3300
4209
|
ListThingRegistrationTaskReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -3388,6 +4297,7 @@ module Aws::IoT
|
|
3388
4297
|
ListViolationEventsRequest.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location: "querystring", location_name: "securityProfileName"))
|
3389
4298
|
ListViolationEventsRequest.add_member(:behavior_criteria_type, Shapes::ShapeRef.new(shape: BehaviorCriteriaType, location: "querystring", location_name: "behaviorCriteriaType"))
|
3390
4299
|
ListViolationEventsRequest.add_member(:list_suppressed_alerts, Shapes::ShapeRef.new(shape: ListSuppressedAlerts, location: "querystring", location_name: "listSuppressedAlerts"))
|
4300
|
+
ListViolationEventsRequest.add_member(:verification_state, Shapes::ShapeRef.new(shape: VerificationState, location: "querystring", location_name: "verificationState"))
|
3391
4301
|
ListViolationEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
3392
4302
|
ListViolationEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3393
4303
|
ListViolationEventsRequest.struct_class = Types::ListViolationEventsRequest
|
@@ -3396,6 +4306,18 @@ module Aws::IoT
|
|
3396
4306
|
ListViolationEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3397
4307
|
ListViolationEventsResponse.struct_class = Types::ListViolationEventsResponse
|
3398
4308
|
|
4309
|
+
LocationAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
4310
|
+
LocationAction.add_member(:tracker_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "trackerName"))
|
4311
|
+
LocationAction.add_member(:device_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "deviceId"))
|
4312
|
+
LocationAction.add_member(:timestamp, Shapes::ShapeRef.new(shape: LocationTimestamp, location_name: "timestamp"))
|
4313
|
+
LocationAction.add_member(:latitude, Shapes::ShapeRef.new(shape: String, required: true, location_name: "latitude"))
|
4314
|
+
LocationAction.add_member(:longitude, Shapes::ShapeRef.new(shape: String, required: true, location_name: "longitude"))
|
4315
|
+
LocationAction.struct_class = Types::LocationAction
|
4316
|
+
|
4317
|
+
LocationTimestamp.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
|
4318
|
+
LocationTimestamp.add_member(:unit, Shapes::ShapeRef.new(shape: String, location_name: "unit"))
|
4319
|
+
LocationTimestamp.struct_class = Types::LocationTimestamp
|
4320
|
+
|
3399
4321
|
LogTarget.add_member(:target_type, Shapes::ShapeRef.new(shape: LogTargetType, required: true, location_name: "targetType"))
|
3400
4322
|
LogTarget.add_member(:target_name, Shapes::ShapeRef.new(shape: LogTargetName, location_name: "targetName"))
|
3401
4323
|
LogTarget.struct_class = Types::LogTarget
|
@@ -3413,9 +4335,30 @@ module Aws::IoT
|
|
3413
4335
|
MachineLearningDetectionConfig.add_member(:confidence_level, Shapes::ShapeRef.new(shape: ConfidenceLevel, required: true, location_name: "confidenceLevel"))
|
3414
4336
|
MachineLearningDetectionConfig.struct_class = Types::MachineLearningDetectionConfig
|
3415
4337
|
|
4338
|
+
MaintenanceWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: CronExpression, required: true, location_name: "startTime"))
|
4339
|
+
MaintenanceWindow.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: DurationInMinutes, required: true, location_name: "durationInMinutes"))
|
4340
|
+
MaintenanceWindow.struct_class = Types::MaintenanceWindow
|
4341
|
+
|
4342
|
+
MaintenanceWindows.member = Shapes::ShapeRef.new(shape: MaintenanceWindow)
|
4343
|
+
|
3416
4344
|
MalformedPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
3417
4345
|
MalformedPolicyException.struct_class = Types::MalformedPolicyException
|
3418
4346
|
|
4347
|
+
ManagedJobTemplateSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: JobTemplateArn, location_name: "templateArn"))
|
4348
|
+
ManagedJobTemplateSummary.add_member(:template_name, Shapes::ShapeRef.new(shape: ManagedJobTemplateName, location_name: "templateName"))
|
4349
|
+
ManagedJobTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
4350
|
+
ManagedJobTemplateSummary.add_member(:environments, Shapes::ShapeRef.new(shape: Environments, location_name: "environments"))
|
4351
|
+
ManagedJobTemplateSummary.add_member(:template_version, Shapes::ShapeRef.new(shape: ManagedTemplateVersion, location_name: "templateVersion"))
|
4352
|
+
ManagedJobTemplateSummary.struct_class = Types::ManagedJobTemplateSummary
|
4353
|
+
|
4354
|
+
ManagedJobTemplatesSummaryList.member = Shapes::ShapeRef.new(shape: ManagedJobTemplateSummary)
|
4355
|
+
|
4356
|
+
MetricDatum.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "timestamp"))
|
4357
|
+
MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "value"))
|
4358
|
+
MetricDatum.struct_class = Types::MetricDatum
|
4359
|
+
|
4360
|
+
MetricDatumList.member = Shapes::ShapeRef.new(shape: MetricDatum)
|
4361
|
+
|
3419
4362
|
MetricDimension.add_member(:dimension_name, Shapes::ShapeRef.new(shape: DimensionName, required: true, location_name: "dimensionName"))
|
3420
4363
|
MetricDimension.add_member(:operator, Shapes::ShapeRef.new(shape: DimensionValueOperator, location_name: "operator"))
|
3421
4364
|
MetricDimension.struct_class = Types::MetricDimension
|
@@ -3424,6 +4367,7 @@ module Aws::IoT
|
|
3424
4367
|
|
3425
4368
|
MetricToRetain.add_member(:metric, Shapes::ShapeRef.new(shape: BehaviorMetric, required: true, location_name: "metric"))
|
3426
4369
|
MetricToRetain.add_member(:metric_dimension, Shapes::ShapeRef.new(shape: MetricDimension, location_name: "metricDimension"))
|
4370
|
+
MetricToRetain.add_member(:export_metric, Shapes::ShapeRef.new(shape: ExportMetric, location_name: "exportMetric"))
|
3427
4371
|
MetricToRetain.struct_class = Types::MetricToRetain
|
3428
4372
|
|
3429
4373
|
MetricValue.add_member(:count, Shapes::ShapeRef.new(shape: UnsignedLong, location_name: "count"))
|
@@ -3434,6 +4378,10 @@ module Aws::IoT
|
|
3434
4378
|
MetricValue.add_member(:strings, Shapes::ShapeRef.new(shape: StringList, location_name: "strings"))
|
3435
4379
|
MetricValue.struct_class = Types::MetricValue
|
3436
4380
|
|
4381
|
+
MetricsExportConfig.add_member(:mqtt_topic, Shapes::ShapeRef.new(shape: MqttTopic, required: true, location_name: "mqttTopic"))
|
4382
|
+
MetricsExportConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
4383
|
+
MetricsExportConfig.struct_class = Types::MetricsExportConfig
|
4384
|
+
|
3437
4385
|
MissingContextValues.member = Shapes::ShapeRef.new(shape: MissingContextValue)
|
3438
4386
|
|
3439
4387
|
MitigationAction.add_member(:name, Shapes::ShapeRef.new(shape: MitigationActionName, location_name: "name"))
|
@@ -3461,11 +4409,24 @@ module Aws::IoT
|
|
3461
4409
|
MitigationActionParams.add_member(:publish_finding_to_sns_params, Shapes::ShapeRef.new(shape: PublishFindingToSnsParams, location_name: "publishFindingToSnsParams"))
|
3462
4410
|
MitigationActionParams.struct_class = Types::MitigationActionParams
|
3463
4411
|
|
4412
|
+
Mqtt5Configuration.add_member(:propagating_attributes, Shapes::ShapeRef.new(shape: PropagatingAttributeList, location_name: "propagatingAttributes"))
|
4413
|
+
Mqtt5Configuration.struct_class = Types::Mqtt5Configuration
|
4414
|
+
|
3464
4415
|
MqttContext.add_member(:username, Shapes::ShapeRef.new(shape: MqttUsername, location_name: "username"))
|
3465
4416
|
MqttContext.add_member(:password, Shapes::ShapeRef.new(shape: MqttPassword, location_name: "password"))
|
3466
4417
|
MqttContext.add_member(:client_id, Shapes::ShapeRef.new(shape: MqttClientId, location_name: "clientId"))
|
3467
4418
|
MqttContext.struct_class = Types::MqttContext
|
3468
4419
|
|
4420
|
+
MqttHeaders.add_member(:payload_format_indicator, Shapes::ShapeRef.new(shape: PayloadFormatIndicator, location_name: "payloadFormatIndicator"))
|
4421
|
+
MqttHeaders.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
|
4422
|
+
MqttHeaders.add_member(:response_topic, Shapes::ShapeRef.new(shape: ResponseTopic, location_name: "responseTopic"))
|
4423
|
+
MqttHeaders.add_member(:correlation_data, Shapes::ShapeRef.new(shape: CorrelationData, location_name: "correlationData"))
|
4424
|
+
MqttHeaders.add_member(:message_expiry, Shapes::ShapeRef.new(shape: MessageExpiry, location_name: "messageExpiry"))
|
4425
|
+
MqttHeaders.add_member(:user_properties, Shapes::ShapeRef.new(shape: UserProperties, location_name: "userProperties"))
|
4426
|
+
MqttHeaders.struct_class = Types::MqttHeaders
|
4427
|
+
|
4428
|
+
NamedShadowNamesFilter.member = Shapes::ShapeRef.new(shape: ShadowName)
|
4429
|
+
|
3469
4430
|
NonCompliantResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
3470
4431
|
NonCompliantResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
|
3471
4432
|
NonCompliantResource.add_member(:additional_info, Shapes::ShapeRef.new(shape: StringMap, location_name: "additionalInfo"))
|
@@ -3511,6 +4472,13 @@ module Aws::IoT
|
|
3511
4472
|
|
3512
4473
|
OTAUpdatesSummary.member = Shapes::ShapeRef.new(shape: OTAUpdateSummary)
|
3513
4474
|
|
4475
|
+
OpenSearchAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
4476
|
+
OpenSearchAction.add_member(:endpoint, Shapes::ShapeRef.new(shape: ElasticsearchEndpoint, required: true, location_name: "endpoint"))
|
4477
|
+
OpenSearchAction.add_member(:index, Shapes::ShapeRef.new(shape: ElasticsearchIndex, required: true, location_name: "index"))
|
4478
|
+
OpenSearchAction.add_member(:type, Shapes::ShapeRef.new(shape: ElasticsearchType, required: true, location_name: "type"))
|
4479
|
+
OpenSearchAction.add_member(:id, Shapes::ShapeRef.new(shape: ElasticsearchId, required: true, location_name: "id"))
|
4480
|
+
OpenSearchAction.struct_class = Types::OpenSearchAction
|
4481
|
+
|
3514
4482
|
OutgoingCertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
3515
4483
|
OutgoingCertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
|
3516
4484
|
OutgoingCertificate.add_member(:transferred_to, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "transferredTo"))
|
@@ -3521,6 +4489,29 @@ module Aws::IoT
|
|
3521
4489
|
|
3522
4490
|
OutgoingCertificates.member = Shapes::ShapeRef.new(shape: OutgoingCertificate)
|
3523
4491
|
|
4492
|
+
PackageSummary.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
4493
|
+
PackageSummary.add_member(:default_version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "defaultVersionName"))
|
4494
|
+
PackageSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
|
4495
|
+
PackageSummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
4496
|
+
PackageSummary.struct_class = Types::PackageSummary
|
4497
|
+
|
4498
|
+
PackageSummaryList.member = Shapes::ShapeRef.new(shape: PackageSummary)
|
4499
|
+
|
4500
|
+
PackageVersionArtifact.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
4501
|
+
PackageVersionArtifact.struct_class = Types::PackageVersionArtifact
|
4502
|
+
|
4503
|
+
PackageVersionSummary.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
4504
|
+
PackageVersionSummary.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "versionName"))
|
4505
|
+
PackageVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: PackageVersionStatus, location_name: "status"))
|
4506
|
+
PackageVersionSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
|
4507
|
+
PackageVersionSummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "lastModifiedDate"))
|
4508
|
+
PackageVersionSummary.struct_class = Types::PackageVersionSummary
|
4509
|
+
|
4510
|
+
PackageVersionSummaryList.member = Shapes::ShapeRef.new(shape: PackageVersionSummary)
|
4511
|
+
|
4512
|
+
ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
4513
|
+
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
4514
|
+
|
3524
4515
|
Parameters.key = Shapes::ShapeRef.new(shape: Parameter)
|
3525
4516
|
Parameters.value = Shapes::ShapeRef.new(shape: Value)
|
3526
4517
|
|
@@ -3561,10 +4552,23 @@ module Aws::IoT
|
|
3561
4552
|
PresignedUrlConfig.add_member(:expires_in_sec, Shapes::ShapeRef.new(shape: ExpiresInSec, location_name: "expiresInSec"))
|
3562
4553
|
PresignedUrlConfig.struct_class = Types::PresignedUrlConfig
|
3563
4554
|
|
4555
|
+
PrincipalThingObject.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location_name: "thingName"))
|
4556
|
+
PrincipalThingObject.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location_name: "thingPrincipalType"))
|
4557
|
+
PrincipalThingObject.struct_class = Types::PrincipalThingObject
|
4558
|
+
|
4559
|
+
PrincipalThingObjects.member = Shapes::ShapeRef.new(shape: PrincipalThingObject)
|
4560
|
+
|
3564
4561
|
Principals.member = Shapes::ShapeRef.new(shape: PrincipalArn)
|
3565
4562
|
|
3566
4563
|
ProcessingTargetNameList.member = Shapes::ShapeRef.new(shape: ProcessingTargetName)
|
3567
4564
|
|
4565
|
+
PropagatingAttribute.add_member(:user_property_key, Shapes::ShapeRef.new(shape: UserPropertyKeyName, location_name: "userPropertyKey"))
|
4566
|
+
PropagatingAttribute.add_member(:thing_attribute, Shapes::ShapeRef.new(shape: AttributeName, location_name: "thingAttribute"))
|
4567
|
+
PropagatingAttribute.add_member(:connection_attribute, Shapes::ShapeRef.new(shape: ConnectionAttributeName, location_name: "connectionAttribute"))
|
4568
|
+
PropagatingAttribute.struct_class = Types::PropagatingAttribute
|
4569
|
+
|
4570
|
+
PropagatingAttributeList.member = Shapes::ShapeRef.new(shape: PropagatingAttribute)
|
4571
|
+
|
3568
4572
|
Protocols.member = Shapes::ShapeRef.new(shape: Protocol)
|
3569
4573
|
|
3570
4574
|
ProvisioningHook.add_member(:payload_version, Shapes::ShapeRef.new(shape: PayloadVersion, location_name: "payloadVersion"))
|
@@ -3579,6 +4583,7 @@ module Aws::IoT
|
|
3579
4583
|
ProvisioningTemplateSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
|
3580
4584
|
ProvisioningTemplateSummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
|
3581
4585
|
ProvisioningTemplateSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
|
4586
|
+
ProvisioningTemplateSummary.add_member(:type, Shapes::ShapeRef.new(shape: TemplateType, location_name: "type"))
|
3582
4587
|
ProvisioningTemplateSummary.struct_class = Types::ProvisioningTemplateSummary
|
3583
4588
|
|
3584
4589
|
ProvisioningTemplateVersionListing.member = Shapes::ShapeRef.new(shape: ProvisioningTemplateVersionSummary)
|
@@ -3606,6 +4611,13 @@ module Aws::IoT
|
|
3606
4611
|
PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "tableName"))
|
3607
4612
|
PutItemInput.struct_class = Types::PutItemInput
|
3608
4613
|
|
4614
|
+
PutVerificationStateOnViolationRequest.add_member(:violation_id, Shapes::ShapeRef.new(shape: ViolationId, required: true, location: "uri", location_name: "violationId"))
|
4615
|
+
PutVerificationStateOnViolationRequest.add_member(:verification_state, Shapes::ShapeRef.new(shape: VerificationState, required: true, location_name: "verificationState"))
|
4616
|
+
PutVerificationStateOnViolationRequest.add_member(:verification_state_description, Shapes::ShapeRef.new(shape: VerificationStateDescription, location_name: "verificationStateDescription"))
|
4617
|
+
PutVerificationStateOnViolationRequest.struct_class = Types::PutVerificationStateOnViolationRequest
|
4618
|
+
|
4619
|
+
PutVerificationStateOnViolationResponse.struct_class = Types::PutVerificationStateOnViolationResponse
|
4620
|
+
|
3609
4621
|
RateIncreaseCriteria.add_member(:number_of_notified_things, Shapes::ShapeRef.new(shape: NumberOfThings, location_name: "numberOfNotifiedThings"))
|
3610
4622
|
RateIncreaseCriteria.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: NumberOfThings, location_name: "numberOfSucceededThings"))
|
3611
4623
|
RateIncreaseCriteria.struct_class = Types::RateIncreaseCriteria
|
@@ -3613,11 +4625,12 @@ module Aws::IoT
|
|
3613
4625
|
ReasonForNonComplianceCodes.member = Shapes::ShapeRef.new(shape: ReasonForNonComplianceCode)
|
3614
4626
|
|
3615
4627
|
RegisterCACertificateRequest.add_member(:ca_certificate, Shapes::ShapeRef.new(shape: CertificatePem, required: true, location_name: "caCertificate"))
|
3616
|
-
RegisterCACertificateRequest.add_member(:verification_certificate, Shapes::ShapeRef.new(shape: CertificatePem,
|
4628
|
+
RegisterCACertificateRequest.add_member(:verification_certificate, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "verificationCertificate"))
|
3617
4629
|
RegisterCACertificateRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
|
3618
4630
|
RegisterCACertificateRequest.add_member(:allow_auto_registration, Shapes::ShapeRef.new(shape: AllowAutoRegistration, location: "querystring", location_name: "allowAutoRegistration"))
|
3619
4631
|
RegisterCACertificateRequest.add_member(:registration_config, Shapes::ShapeRef.new(shape: RegistrationConfig, location_name: "registrationConfig"))
|
3620
4632
|
RegisterCACertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
4633
|
+
RegisterCACertificateRequest.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: CertificateMode, location_name: "certificateMode"))
|
3621
4634
|
RegisterCACertificateRequest.struct_class = Types::RegisterCACertificateRequest
|
3622
4635
|
|
3623
4636
|
RegisterCACertificateResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
@@ -3655,6 +4668,7 @@ module Aws::IoT
|
|
3655
4668
|
|
3656
4669
|
RegistrationConfig.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "templateBody"))
|
3657
4670
|
RegistrationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
4671
|
+
RegistrationConfig.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "templateName"))
|
3658
4672
|
RegistrationConfig.struct_class = Types::RegistrationConfig
|
3659
4673
|
|
3660
4674
|
RejectCertificateTransferRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
|
@@ -3696,6 +4710,7 @@ module Aws::IoT
|
|
3696
4710
|
RepublishAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
3697
4711
|
RepublishAction.add_member(:topic, Shapes::ShapeRef.new(shape: TopicPattern, required: true, location_name: "topic"))
|
3698
4712
|
RepublishAction.add_member(:qos, Shapes::ShapeRef.new(shape: Qos, location_name: "qos"))
|
4713
|
+
RepublishAction.add_member(:headers, Shapes::ShapeRef.new(shape: MqttHeaders, location_name: "headers"))
|
3699
4714
|
RepublishAction.struct_class = Types::RepublishAction
|
3700
4715
|
|
3701
4716
|
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
@@ -3706,6 +4721,9 @@ module Aws::IoT
|
|
3706
4721
|
ResourceArns.key = Shapes::ShapeRef.new(shape: ResourceLogicalId)
|
3707
4722
|
ResourceArns.value = Shapes::ShapeRef.new(shape: ResourceArn)
|
3708
4723
|
|
4724
|
+
ResourceAttributes.key = Shapes::ShapeRef.new(shape: ResourceAttributeKey)
|
4725
|
+
ResourceAttributes.value = Shapes::ShapeRef.new(shape: ResourceAttributeValue)
|
4726
|
+
|
3709
4727
|
ResourceIdentifier.add_member(:device_certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "deviceCertificateId"))
|
3710
4728
|
ResourceIdentifier.add_member(:ca_certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "caCertificateId"))
|
3711
4729
|
ResourceIdentifier.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
|
@@ -3714,6 +4732,8 @@ module Aws::IoT
|
|
3714
4732
|
ResourceIdentifier.add_member(:account, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "account"))
|
3715
4733
|
ResourceIdentifier.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "iamRoleArn"))
|
3716
4734
|
ResourceIdentifier.add_member(:role_alias_arn, Shapes::ShapeRef.new(shape: RoleAliasArn, location_name: "roleAliasArn"))
|
4735
|
+
ResourceIdentifier.add_member(:issuer_certificate_identifier, Shapes::ShapeRef.new(shape: IssuerCertificateIdentifier, location_name: "issuerCertificateIdentifier"))
|
4736
|
+
ResourceIdentifier.add_member(:device_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "deviceCertificateArn"))
|
3717
4737
|
ResourceIdentifier.struct_class = Types::ResourceIdentifier
|
3718
4738
|
|
3719
4739
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
@@ -3724,6 +4744,12 @@ module Aws::IoT
|
|
3724
4744
|
|
3725
4745
|
Resources.member = Shapes::ShapeRef.new(shape: Resource)
|
3726
4746
|
|
4747
|
+
RetryCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: RetryableFailureType, required: true, location_name: "failureType"))
|
4748
|
+
RetryCriteria.add_member(:number_of_retries, Shapes::ShapeRef.new(shape: NumberOfRetries, required: true, location_name: "numberOfRetries"))
|
4749
|
+
RetryCriteria.struct_class = Types::RetryCriteria
|
4750
|
+
|
4751
|
+
RetryCriteriaList.member = Shapes::ShapeRef.new(shape: RetryCriteria)
|
4752
|
+
|
3727
4753
|
RoleAliasDescription.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, location_name: "roleAlias"))
|
3728
4754
|
RoleAliasDescription.add_member(:role_alias_arn, Shapes::ShapeRef.new(shape: RoleAliasArn, location_name: "roleAliasArn"))
|
3729
4755
|
RoleAliasDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
@@ -3756,6 +4782,17 @@ module Aws::IoT
|
|
3756
4782
|
SalesforceAction.add_member(:url, Shapes::ShapeRef.new(shape: SalesforceEndpoint, required: true, location_name: "url"))
|
3757
4783
|
SalesforceAction.struct_class = Types::SalesforceAction
|
3758
4784
|
|
4785
|
+
Sbom.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
4786
|
+
Sbom.struct_class = Types::Sbom
|
4787
|
+
|
4788
|
+
SbomValidationResultSummary.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, location_name: "fileName"))
|
4789
|
+
SbomValidationResultSummary.add_member(:validation_result, Shapes::ShapeRef.new(shape: SbomValidationResult, location_name: "validationResult"))
|
4790
|
+
SbomValidationResultSummary.add_member(:error_code, Shapes::ShapeRef.new(shape: SbomValidationErrorCode, location_name: "errorCode"))
|
4791
|
+
SbomValidationResultSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: SbomValidationErrorMessage, location_name: "errorMessage"))
|
4792
|
+
SbomValidationResultSummary.struct_class = Types::SbomValidationResultSummary
|
4793
|
+
|
4794
|
+
SbomValidationResultSummaryList.member = Shapes::ShapeRef.new(shape: SbomValidationResultSummary)
|
4795
|
+
|
3759
4796
|
ScheduledAuditMetadata.add_member(:scheduled_audit_name, Shapes::ShapeRef.new(shape: ScheduledAuditName, location_name: "scheduledAuditName"))
|
3760
4797
|
ScheduledAuditMetadata.add_member(:scheduled_audit_arn, Shapes::ShapeRef.new(shape: ScheduledAuditArn, location_name: "scheduledAuditArn"))
|
3761
4798
|
ScheduledAuditMetadata.add_member(:frequency, Shapes::ShapeRef.new(shape: AuditFrequency, location_name: "frequency"))
|
@@ -3765,10 +4802,21 @@ module Aws::IoT
|
|
3765
4802
|
|
3766
4803
|
ScheduledAuditMetadataList.member = Shapes::ShapeRef.new(shape: ScheduledAuditMetadata)
|
3767
4804
|
|
4805
|
+
ScheduledJobRollout.add_member(:start_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "startTime"))
|
4806
|
+
ScheduledJobRollout.struct_class = Types::ScheduledJobRollout
|
4807
|
+
|
4808
|
+
ScheduledJobRolloutList.member = Shapes::ShapeRef.new(shape: ScheduledJobRollout)
|
4809
|
+
|
4810
|
+
SchedulingConfig.add_member(:start_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "startTime"))
|
4811
|
+
SchedulingConfig.add_member(:end_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "endTime"))
|
4812
|
+
SchedulingConfig.add_member(:end_behavior, Shapes::ShapeRef.new(shape: JobEndBehavior, location_name: "endBehavior"))
|
4813
|
+
SchedulingConfig.add_member(:maintenance_windows, Shapes::ShapeRef.new(shape: MaintenanceWindows, location_name: "maintenanceWindows"))
|
4814
|
+
SchedulingConfig.struct_class = Types::SchedulingConfig
|
4815
|
+
|
3768
4816
|
SearchIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
|
3769
4817
|
SearchIndexRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
|
3770
4818
|
SearchIndexRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
3771
|
-
SearchIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
4819
|
+
SearchIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchQueryMaxResults, location_name: "maxResults"))
|
3772
4820
|
SearchIndexRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
3773
4821
|
SearchIndexRequest.struct_class = Types::SearchIndexRequest
|
3774
4822
|
|
@@ -3800,6 +4848,11 @@ module Aws::IoT
|
|
3800
4848
|
|
3801
4849
|
ServerCertificateArns.member = Shapes::ShapeRef.new(shape: AcmCertificateArn)
|
3802
4850
|
|
4851
|
+
ServerCertificateConfig.add_member(:enable_ocsp_check, Shapes::ShapeRef.new(shape: EnableOCSPCheck, location_name: "enableOCSPCheck"))
|
4852
|
+
ServerCertificateConfig.add_member(:ocsp_lambda_arn, Shapes::ShapeRef.new(shape: OCSPLambdaArn, location_name: "ocspLambdaArn"))
|
4853
|
+
ServerCertificateConfig.add_member(:ocsp_authorized_responder_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "ocspAuthorizedResponderArn"))
|
4854
|
+
ServerCertificateConfig.struct_class = Types::ServerCertificateConfig
|
4855
|
+
|
3803
4856
|
ServerCertificateSummary.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "serverCertificateArn"))
|
3804
4857
|
ServerCertificateSummary.add_member(:server_certificate_status, Shapes::ShapeRef.new(shape: ServerCertificateStatus, location_name: "serverCertificateStatus"))
|
3805
4858
|
ServerCertificateSummary.add_member(:server_certificate_status_detail, Shapes::ShapeRef.new(shape: ServerCertificateStatusDetail, location_name: "serverCertificateStatusDetail"))
|
@@ -3807,6 +4860,9 @@ module Aws::IoT
|
|
3807
4860
|
|
3808
4861
|
ServerCertificates.member = Shapes::ShapeRef.new(shape: ServerCertificateSummary)
|
3809
4862
|
|
4863
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
4864
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
4865
|
+
|
3810
4866
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
3811
4867
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
3812
4868
|
|
@@ -3861,7 +4917,7 @@ module Aws::IoT
|
|
3861
4917
|
StartAuditMitigationActionsTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, required: true, location: "uri", location_name: "taskId"))
|
3862
4918
|
StartAuditMitigationActionsTaskRequest.add_member(:target, Shapes::ShapeRef.new(shape: AuditMitigationActionsTaskTarget, required: true, location_name: "target"))
|
3863
4919
|
StartAuditMitigationActionsTaskRequest.add_member(:audit_check_to_actions_mapping, Shapes::ShapeRef.new(shape: AuditCheckToActionsMapping, required: true, location_name: "auditCheckToActionsMapping"))
|
3864
|
-
StartAuditMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4920
|
+
StartAuditMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
3865
4921
|
StartAuditMitigationActionsTaskRequest.struct_class = Types::StartAuditMitigationActionsTaskRequest
|
3866
4922
|
|
3867
4923
|
StartAuditMitigationActionsTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, location_name: "taskId"))
|
@@ -3873,7 +4929,7 @@ module Aws::IoT
|
|
3873
4929
|
StartDetectMitigationActionsTaskRequest.add_member(:violation_event_occurrence_range, Shapes::ShapeRef.new(shape: ViolationEventOccurrenceRange, location_name: "violationEventOccurrenceRange"))
|
3874
4930
|
StartDetectMitigationActionsTaskRequest.add_member(:include_only_active_violations, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeOnlyActiveViolations"))
|
3875
4931
|
StartDetectMitigationActionsTaskRequest.add_member(:include_suppressed_alerts, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeSuppressedAlerts"))
|
3876
|
-
StartDetectMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4932
|
+
StartDetectMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
3877
4933
|
StartDetectMitigationActionsTaskRequest.struct_class = Types::StartDetectMitigationActionsTaskRequest
|
3878
4934
|
|
3879
4935
|
StartDetectMitigationActionsTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, location_name: "taskId"))
|
@@ -3903,15 +4959,19 @@ module Aws::IoT
|
|
3903
4959
|
StatisticalThreshold.struct_class = Types::StatisticalThreshold
|
3904
4960
|
|
3905
4961
|
Statistics.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "count"))
|
3906
|
-
Statistics.add_member(:average, Shapes::ShapeRef.new(shape: Average, location_name: "average", metadata: {"box"=>true}))
|
3907
|
-
Statistics.add_member(:sum, Shapes::ShapeRef.new(shape: Sum, location_name: "sum", metadata: {"box"=>true}))
|
3908
|
-
Statistics.add_member(:minimum, Shapes::ShapeRef.new(shape: Minimum, location_name: "minimum", metadata: {"box"=>true}))
|
3909
|
-
Statistics.add_member(:maximum, Shapes::ShapeRef.new(shape: Maximum, location_name: "maximum", metadata: {"box"=>true}))
|
3910
|
-
Statistics.add_member(:sum_of_squares, Shapes::ShapeRef.new(shape: SumOfSquares, location_name: "sumOfSquares", metadata: {"box"=>true}))
|
3911
|
-
Statistics.add_member(:variance, Shapes::ShapeRef.new(shape: Variance, location_name: "variance", metadata: {"box"=>true}))
|
3912
|
-
Statistics.add_member(:std_deviation, Shapes::ShapeRef.new(shape: StdDeviation, location_name: "stdDeviation", metadata: {"box"=>true}))
|
4962
|
+
Statistics.add_member(:average, Shapes::ShapeRef.new(shape: Average, location_name: "average", metadata: {"box" => true}))
|
4963
|
+
Statistics.add_member(:sum, Shapes::ShapeRef.new(shape: Sum, location_name: "sum", metadata: {"box" => true}))
|
4964
|
+
Statistics.add_member(:minimum, Shapes::ShapeRef.new(shape: Minimum, location_name: "minimum", metadata: {"box" => true}))
|
4965
|
+
Statistics.add_member(:maximum, Shapes::ShapeRef.new(shape: Maximum, location_name: "maximum", metadata: {"box" => true}))
|
4966
|
+
Statistics.add_member(:sum_of_squares, Shapes::ShapeRef.new(shape: SumOfSquares, location_name: "sumOfSquares", metadata: {"box" => true}))
|
4967
|
+
Statistics.add_member(:variance, Shapes::ShapeRef.new(shape: Variance, location_name: "variance", metadata: {"box" => true}))
|
4968
|
+
Statistics.add_member(:std_deviation, Shapes::ShapeRef.new(shape: StdDeviation, location_name: "stdDeviation", metadata: {"box" => true}))
|
3913
4969
|
Statistics.struct_class = Types::Statistics
|
3914
4970
|
|
4971
|
+
StatusReason.add_member(:reason_code, Shapes::ShapeRef.new(shape: StatusReasonCode, required: true, location_name: "reasonCode"))
|
4972
|
+
StatusReason.add_member(:reason_description, Shapes::ShapeRef.new(shape: StatusReasonDescription, location_name: "reasonDescription"))
|
4973
|
+
StatusReason.struct_class = Types::StatusReason
|
4974
|
+
|
3915
4975
|
StepFunctionsAction.add_member(:execution_name_prefix, Shapes::ShapeRef.new(shape: ExecutionNamePrefix, location_name: "executionNamePrefix"))
|
3916
4976
|
StepFunctionsAction.add_member(:state_machine_name, Shapes::ShapeRef.new(shape: StateMachineName, required: true, location_name: "stateMachineName"))
|
3917
4977
|
StepFunctionsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
@@ -3965,6 +5025,9 @@ module Aws::IoT
|
|
3965
5025
|
|
3966
5026
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
3967
5027
|
|
5028
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
5029
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
5030
|
+
|
3968
5031
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
3969
5032
|
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
3970
5033
|
TagResourceRequest.struct_class = Types::TagResourceRequest
|
@@ -3998,6 +5061,9 @@ module Aws::IoT
|
|
3998
5061
|
TaskStatisticsForAuditCheck.add_member(:canceled_findings_count, Shapes::ShapeRef.new(shape: CanceledFindingsCount, location_name: "canceledFindingsCount"))
|
3999
5062
|
TaskStatisticsForAuditCheck.struct_class = Types::TaskStatisticsForAuditCheck
|
4000
5063
|
|
5064
|
+
TermsAggregation.add_member(:max_buckets, Shapes::ShapeRef.new(shape: MaxBuckets, location_name: "maxBuckets"))
|
5065
|
+
TermsAggregation.struct_class = Types::TermsAggregation
|
5066
|
+
|
4001
5067
|
TestAuthorizationRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "principal"))
|
4002
5068
|
TestAuthorizationRequest.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
|
4003
5069
|
TestAuthorizationRequest.add_member(:auth_infos, Shapes::ShapeRef.new(shape: AuthInfos, required: true, location_name: "authInfos"))
|
@@ -4035,6 +5101,7 @@ module Aws::IoT
|
|
4035
5101
|
|
4036
5102
|
ThingConnectivity.add_member(:connected, Shapes::ShapeRef.new(shape: Boolean, location_name: "connected"))
|
4037
5103
|
ThingConnectivity.add_member(:timestamp, Shapes::ShapeRef.new(shape: ConnectivityTimestamp, location_name: "timestamp"))
|
5104
|
+
ThingConnectivity.add_member(:disconnect_reason, Shapes::ShapeRef.new(shape: DisconnectReason, location_name: "disconnectReason"))
|
4038
5105
|
ThingConnectivity.struct_class = Types::ThingConnectivity
|
4039
5106
|
|
4040
5107
|
ThingDocument.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
|
@@ -4043,6 +5110,7 @@ module Aws::IoT
|
|
4043
5110
|
ThingDocument.add_member(:thing_group_names, Shapes::ShapeRef.new(shape: ThingGroupNameList, location_name: "thingGroupNames"))
|
4044
5111
|
ThingDocument.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
|
4045
5112
|
ThingDocument.add_member(:shadow, Shapes::ShapeRef.new(shape: JsonDocument, location_name: "shadow"))
|
5113
|
+
ThingDocument.add_member(:device_defender, Shapes::ShapeRef.new(shape: JsonDocument, location_name: "deviceDefender"))
|
4046
5114
|
ThingDocument.add_member(:connectivity, Shapes::ShapeRef.new(shape: ThingConnectivity, location_name: "connectivity"))
|
4047
5115
|
ThingDocument.struct_class = Types::ThingDocument
|
4048
5116
|
|
@@ -4081,12 +5149,21 @@ module Aws::IoT
|
|
4081
5149
|
|
4082
5150
|
ThingIndexingConfiguration.add_member(:thing_indexing_mode, Shapes::ShapeRef.new(shape: ThingIndexingMode, required: true, location_name: "thingIndexingMode"))
|
4083
5151
|
ThingIndexingConfiguration.add_member(:thing_connectivity_indexing_mode, Shapes::ShapeRef.new(shape: ThingConnectivityIndexingMode, location_name: "thingConnectivityIndexingMode"))
|
5152
|
+
ThingIndexingConfiguration.add_member(:device_defender_indexing_mode, Shapes::ShapeRef.new(shape: DeviceDefenderIndexingMode, location_name: "deviceDefenderIndexingMode"))
|
5153
|
+
ThingIndexingConfiguration.add_member(:named_shadow_indexing_mode, Shapes::ShapeRef.new(shape: NamedShadowIndexingMode, location_name: "namedShadowIndexingMode"))
|
4084
5154
|
ThingIndexingConfiguration.add_member(:managed_fields, Shapes::ShapeRef.new(shape: Fields, location_name: "managedFields"))
|
4085
5155
|
ThingIndexingConfiguration.add_member(:custom_fields, Shapes::ShapeRef.new(shape: Fields, location_name: "customFields"))
|
5156
|
+
ThingIndexingConfiguration.add_member(:filter, Shapes::ShapeRef.new(shape: IndexingFilter, location_name: "filter"))
|
4086
5157
|
ThingIndexingConfiguration.struct_class = Types::ThingIndexingConfiguration
|
4087
5158
|
|
4088
5159
|
ThingNameList.member = Shapes::ShapeRef.new(shape: ThingName)
|
4089
5160
|
|
5161
|
+
ThingPrincipalObject.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "principal"))
|
5162
|
+
ThingPrincipalObject.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location_name: "thingPrincipalType"))
|
5163
|
+
ThingPrincipalObject.struct_class = Types::ThingPrincipalObject
|
5164
|
+
|
5165
|
+
ThingPrincipalObjects.member = Shapes::ShapeRef.new(shape: ThingPrincipalObject)
|
5166
|
+
|
4090
5167
|
ThingTypeDefinition.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
|
4091
5168
|
ThingTypeDefinition.add_member(:thing_type_arn, Shapes::ShapeRef.new(shape: ThingTypeArn, location_name: "thingTypeArn"))
|
4092
5169
|
ThingTypeDefinition.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
|
@@ -4102,11 +5179,16 @@ module Aws::IoT
|
|
4102
5179
|
|
4103
5180
|
ThingTypeProperties.add_member(:thing_type_description, Shapes::ShapeRef.new(shape: ThingTypeDescription, location_name: "thingTypeDescription"))
|
4104
5181
|
ThingTypeProperties.add_member(:searchable_attributes, Shapes::ShapeRef.new(shape: SearchableAttributes, location_name: "searchableAttributes"))
|
5182
|
+
ThingTypeProperties.add_member(:mqtt5_configuration, Shapes::ShapeRef.new(shape: Mqtt5Configuration, location_name: "mqtt5Configuration"))
|
4105
5183
|
ThingTypeProperties.struct_class = Types::ThingTypeProperties
|
4106
5184
|
|
4107
5185
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
4108
5186
|
ThrottlingException.struct_class = Types::ThrottlingException
|
4109
5187
|
|
5188
|
+
TimeFilter.add_member(:after, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "after"))
|
5189
|
+
TimeFilter.add_member(:before, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "before"))
|
5190
|
+
TimeFilter.struct_class = Types::TimeFilter
|
5191
|
+
|
4110
5192
|
TimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
|
4111
5193
|
TimeoutConfig.struct_class = Types::TimeoutConfig
|
4112
5194
|
|
@@ -4127,6 +5209,9 @@ module Aws::IoT
|
|
4127
5209
|
TimestreamTimestamp.add_member(:unit, Shapes::ShapeRef.new(shape: TimestreamTimestampUnit, required: true, location_name: "unit"))
|
4128
5210
|
TimestreamTimestamp.struct_class = Types::TimestreamTimestamp
|
4129
5211
|
|
5212
|
+
TlsConfig.add_member(:security_policy, Shapes::ShapeRef.new(shape: SecurityPolicy, location_name: "securityPolicy"))
|
5213
|
+
TlsConfig.struct_class = Types::TlsConfig
|
5214
|
+
|
4130
5215
|
TlsContext.add_member(:server_name, Shapes::ShapeRef.new(shape: ServerName, location_name: "serverName"))
|
4131
5216
|
TlsContext.struct_class = Types::TlsContext
|
4132
5217
|
|
@@ -4232,6 +5317,7 @@ module Aws::IoT
|
|
4232
5317
|
UpdateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
|
4233
5318
|
UpdateAuthorizerRequest.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, location_name: "tokenSigningPublicKeys"))
|
4234
5319
|
UpdateAuthorizerRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
|
5320
|
+
UpdateAuthorizerRequest.add_member(:enable_caching_for_http, Shapes::ShapeRef.new(shape: EnableCachingForHttp, location_name: "enableCachingForHttp"))
|
4235
5321
|
UpdateAuthorizerRequest.struct_class = Types::UpdateAuthorizerRequest
|
4236
5322
|
|
4237
5323
|
UpdateAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
|
@@ -4256,10 +5342,32 @@ module Aws::IoT
|
|
4256
5342
|
UpdateCACertificateRequest.add_member(:remove_auto_registration, Shapes::ShapeRef.new(shape: RemoveAutoRegistration, location_name: "removeAutoRegistration"))
|
4257
5343
|
UpdateCACertificateRequest.struct_class = Types::UpdateCACertificateRequest
|
4258
5344
|
|
5345
|
+
UpdateCertificateProviderRequest.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, required: true, location: "uri", location_name: "certificateProviderName"))
|
5346
|
+
UpdateCertificateProviderRequest.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: CertificateProviderFunctionArn, location_name: "lambdaFunctionArn"))
|
5347
|
+
UpdateCertificateProviderRequest.add_member(:account_default_for_operations, Shapes::ShapeRef.new(shape: CertificateProviderAccountDefaultForOperations, location_name: "accountDefaultForOperations"))
|
5348
|
+
UpdateCertificateProviderRequest.struct_class = Types::UpdateCertificateProviderRequest
|
5349
|
+
|
5350
|
+
UpdateCertificateProviderResponse.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, location_name: "certificateProviderName"))
|
5351
|
+
UpdateCertificateProviderResponse.add_member(:certificate_provider_arn, Shapes::ShapeRef.new(shape: CertificateProviderArn, location_name: "certificateProviderArn"))
|
5352
|
+
UpdateCertificateProviderResponse.struct_class = Types::UpdateCertificateProviderResponse
|
5353
|
+
|
4259
5354
|
UpdateCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
|
4260
5355
|
UpdateCertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CertificateStatus, required: true, location: "querystring", location_name: "newStatus"))
|
4261
5356
|
UpdateCertificateRequest.struct_class = Types::UpdateCertificateRequest
|
4262
5357
|
|
5358
|
+
UpdateCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
|
5359
|
+
UpdateCommandRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
5360
|
+
UpdateCommandRequest.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
|
5361
|
+
UpdateCommandRequest.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
|
5362
|
+
UpdateCommandRequest.struct_class = Types::UpdateCommandRequest
|
5363
|
+
|
5364
|
+
UpdateCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
|
5365
|
+
UpdateCommandResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
5366
|
+
UpdateCommandResponse.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
|
5367
|
+
UpdateCommandResponse.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
|
5368
|
+
UpdateCommandResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
|
5369
|
+
UpdateCommandResponse.struct_class = Types::UpdateCommandResponse
|
5370
|
+
|
4263
5371
|
UpdateCustomMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location: "uri", location_name: "metricName"))
|
4264
5372
|
UpdateCustomMetricRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: CustomMetricDisplayName, required: true, location_name: "displayName"))
|
4265
5373
|
UpdateCustomMetricRequest.struct_class = Types::UpdateCustomMetricRequest
|
@@ -4291,6 +5399,11 @@ module Aws::IoT
|
|
4291
5399
|
UpdateDomainConfigurationRequest.add_member(:authorizer_config, Shapes::ShapeRef.new(shape: AuthorizerConfig, location_name: "authorizerConfig"))
|
4292
5400
|
UpdateDomainConfigurationRequest.add_member(:domain_configuration_status, Shapes::ShapeRef.new(shape: DomainConfigurationStatus, location_name: "domainConfigurationStatus"))
|
4293
5401
|
UpdateDomainConfigurationRequest.add_member(:remove_authorizer_config, Shapes::ShapeRef.new(shape: RemoveAuthorizerConfig, location_name: "removeAuthorizerConfig"))
|
5402
|
+
UpdateDomainConfigurationRequest.add_member(:tls_config, Shapes::ShapeRef.new(shape: TlsConfig, location_name: "tlsConfig"))
|
5403
|
+
UpdateDomainConfigurationRequest.add_member(:server_certificate_config, Shapes::ShapeRef.new(shape: ServerCertificateConfig, location_name: "serverCertificateConfig"))
|
5404
|
+
UpdateDomainConfigurationRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
|
5405
|
+
UpdateDomainConfigurationRequest.add_member(:application_protocol, Shapes::ShapeRef.new(shape: ApplicationProtocol, location_name: "applicationProtocol"))
|
5406
|
+
UpdateDomainConfigurationRequest.add_member(:client_certificate_config, Shapes::ShapeRef.new(shape: ClientCertificateConfig, location_name: "clientCertificateConfig"))
|
4294
5407
|
UpdateDomainConfigurationRequest.struct_class = Types::UpdateDomainConfigurationRequest
|
4295
5408
|
|
4296
5409
|
UpdateDomainConfigurationResponse.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, location_name: "domainConfigurationName"))
|
@@ -4313,6 +5426,18 @@ module Aws::IoT
|
|
4313
5426
|
|
4314
5427
|
UpdateEventConfigurationsResponse.struct_class = Types::UpdateEventConfigurationsResponse
|
4315
5428
|
|
5429
|
+
UpdateFleetMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: FleetMetricName, required: true, location: "uri", location_name: "metricName"))
|
5430
|
+
UpdateFleetMetricRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "queryString"))
|
5431
|
+
UpdateFleetMetricRequest.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: AggregationType, location_name: "aggregationType"))
|
5432
|
+
UpdateFleetMetricRequest.add_member(:period, Shapes::ShapeRef.new(shape: FleetMetricPeriod, location_name: "period"))
|
5433
|
+
UpdateFleetMetricRequest.add_member(:aggregation_field, Shapes::ShapeRef.new(shape: AggregationField, location_name: "aggregationField"))
|
5434
|
+
UpdateFleetMetricRequest.add_member(:description, Shapes::ShapeRef.new(shape: FleetMetricDescription, location_name: "description"))
|
5435
|
+
UpdateFleetMetricRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
|
5436
|
+
UpdateFleetMetricRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "indexName"))
|
5437
|
+
UpdateFleetMetricRequest.add_member(:unit, Shapes::ShapeRef.new(shape: FleetMetricUnit, location_name: "unit"))
|
5438
|
+
UpdateFleetMetricRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location_name: "expectedVersion"))
|
5439
|
+
UpdateFleetMetricRequest.struct_class = Types::UpdateFleetMetricRequest
|
5440
|
+
|
4316
5441
|
UpdateIndexingConfigurationRequest.add_member(:thing_indexing_configuration, Shapes::ShapeRef.new(shape: ThingIndexingConfiguration, location_name: "thingIndexingConfiguration"))
|
4317
5442
|
UpdateIndexingConfigurationRequest.add_member(:thing_group_indexing_configuration, Shapes::ShapeRef.new(shape: ThingGroupIndexingConfiguration, location_name: "thingGroupIndexingConfiguration"))
|
4318
5443
|
UpdateIndexingConfigurationRequest.struct_class = Types::UpdateIndexingConfigurationRequest
|
@@ -4326,6 +5451,7 @@ module Aws::IoT
|
|
4326
5451
|
UpdateJobRequest.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
|
4327
5452
|
UpdateJobRequest.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
|
4328
5453
|
UpdateJobRequest.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location: "querystring", location_name: "namespaceId"))
|
5454
|
+
UpdateJobRequest.add_member(:job_executions_retry_config, Shapes::ShapeRef.new(shape: JobExecutionsRetryConfig, location_name: "jobExecutionsRetryConfig"))
|
4329
5455
|
UpdateJobRequest.struct_class = Types::UpdateJobRequest
|
4330
5456
|
|
4331
5457
|
UpdateMitigationActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: MitigationActionName, required: true, location: "uri", location_name: "actionName"))
|
@@ -4337,6 +5463,33 @@ module Aws::IoT
|
|
4337
5463
|
UpdateMitigationActionResponse.add_member(:action_id, Shapes::ShapeRef.new(shape: MitigationActionId, location_name: "actionId"))
|
4338
5464
|
UpdateMitigationActionResponse.struct_class = Types::UpdateMitigationActionResponse
|
4339
5465
|
|
5466
|
+
UpdatePackageConfigurationRequest.add_member(:version_update_by_jobs_config, Shapes::ShapeRef.new(shape: VersionUpdateByJobsConfig, location_name: "versionUpdateByJobsConfig"))
|
5467
|
+
UpdatePackageConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5468
|
+
UpdatePackageConfigurationRequest.struct_class = Types::UpdatePackageConfigurationRequest
|
5469
|
+
|
5470
|
+
UpdatePackageConfigurationResponse.struct_class = Types::UpdatePackageConfigurationResponse
|
5471
|
+
|
5472
|
+
UpdatePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
5473
|
+
UpdatePackageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
5474
|
+
UpdatePackageRequest.add_member(:default_version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "defaultVersionName"))
|
5475
|
+
UpdatePackageRequest.add_member(:unset_default_version, Shapes::ShapeRef.new(shape: UnsetDefaultVersion, location_name: "unsetDefaultVersion"))
|
5476
|
+
UpdatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5477
|
+
UpdatePackageRequest.struct_class = Types::UpdatePackageRequest
|
5478
|
+
|
5479
|
+
UpdatePackageResponse.struct_class = Types::UpdatePackageResponse
|
5480
|
+
|
5481
|
+
UpdatePackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
5482
|
+
UpdatePackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
5483
|
+
UpdatePackageVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
5484
|
+
UpdatePackageVersionRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: ResourceAttributes, location_name: "attributes"))
|
5485
|
+
UpdatePackageVersionRequest.add_member(:artifact, Shapes::ShapeRef.new(shape: PackageVersionArtifact, location_name: "artifact"))
|
5486
|
+
UpdatePackageVersionRequest.add_member(:action, Shapes::ShapeRef.new(shape: PackageVersionAction, location_name: "action"))
|
5487
|
+
UpdatePackageVersionRequest.add_member(:recipe, Shapes::ShapeRef.new(shape: PackageVersionRecipe, location_name: "recipe"))
|
5488
|
+
UpdatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5489
|
+
UpdatePackageVersionRequest.struct_class = Types::UpdatePackageVersionRequest
|
5490
|
+
|
5491
|
+
UpdatePackageVersionResponse.struct_class = Types::UpdatePackageVersionResponse
|
5492
|
+
|
4340
5493
|
UpdateProvisioningTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
|
4341
5494
|
UpdateProvisioningTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
|
4342
5495
|
UpdateProvisioningTemplateRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
|
@@ -4371,12 +5524,14 @@ module Aws::IoT
|
|
4371
5524
|
UpdateSecurityProfileRequest.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
4372
5525
|
UpdateSecurityProfileRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
4373
5526
|
UpdateSecurityProfileRequest.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
4374
|
-
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
5527
|
+
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
4375
5528
|
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
4376
5529
|
UpdateSecurityProfileRequest.add_member(:delete_behaviors, Shapes::ShapeRef.new(shape: DeleteBehaviors, location_name: "deleteBehaviors"))
|
4377
5530
|
UpdateSecurityProfileRequest.add_member(:delete_alert_targets, Shapes::ShapeRef.new(shape: DeleteAlertTargets, location_name: "deleteAlertTargets"))
|
4378
5531
|
UpdateSecurityProfileRequest.add_member(:delete_additional_metrics_to_retain, Shapes::ShapeRef.new(shape: DeleteAdditionalMetricsToRetain, location_name: "deleteAdditionalMetricsToRetain"))
|
4379
5532
|
UpdateSecurityProfileRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
|
5533
|
+
UpdateSecurityProfileRequest.add_member(:metrics_export_config, Shapes::ShapeRef.new(shape: MetricsExportConfig, location_name: "metricsExportConfig"))
|
5534
|
+
UpdateSecurityProfileRequest.add_member(:delete_metrics_export_config, Shapes::ShapeRef.new(shape: DeleteMetricsExportConfig, location_name: "deleteMetricsExportConfig"))
|
4380
5535
|
UpdateSecurityProfileRequest.struct_class = Types::UpdateSecurityProfileRequest
|
4381
5536
|
|
4382
5537
|
UpdateSecurityProfileResponse.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "securityProfileName"))
|
@@ -4384,11 +5539,12 @@ module Aws::IoT
|
|
4384
5539
|
UpdateSecurityProfileResponse.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
4385
5540
|
UpdateSecurityProfileResponse.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
4386
5541
|
UpdateSecurityProfileResponse.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
4387
|
-
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
5542
|
+
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
4388
5543
|
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
4389
5544
|
UpdateSecurityProfileResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
|
4390
5545
|
UpdateSecurityProfileResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
4391
5546
|
UpdateSecurityProfileResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedDate"))
|
5547
|
+
UpdateSecurityProfileResponse.add_member(:metrics_export_config, Shapes::ShapeRef.new(shape: MetricsExportConfig, location_name: "metricsExportConfig"))
|
4392
5548
|
UpdateSecurityProfileResponse.struct_class = Types::UpdateSecurityProfileResponse
|
4393
5549
|
|
4394
5550
|
UpdateStreamRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: StreamId, required: true, location: "uri", location_name: "streamId"))
|
@@ -4428,12 +5584,24 @@ module Aws::IoT
|
|
4428
5584
|
|
4429
5585
|
UpdateThingResponse.struct_class = Types::UpdateThingResponse
|
4430
5586
|
|
5587
|
+
UpdateThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
|
5588
|
+
UpdateThingTypeRequest.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
|
5589
|
+
UpdateThingTypeRequest.struct_class = Types::UpdateThingTypeRequest
|
5590
|
+
|
5591
|
+
UpdateThingTypeResponse.struct_class = Types::UpdateThingTypeResponse
|
5592
|
+
|
4431
5593
|
UpdateTopicRuleDestinationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "arn"))
|
4432
5594
|
UpdateTopicRuleDestinationRequest.add_member(:status, Shapes::ShapeRef.new(shape: TopicRuleDestinationStatus, required: true, location_name: "status"))
|
4433
5595
|
UpdateTopicRuleDestinationRequest.struct_class = Types::UpdateTopicRuleDestinationRequest
|
4434
5596
|
|
4435
5597
|
UpdateTopicRuleDestinationResponse.struct_class = Types::UpdateTopicRuleDestinationResponse
|
4436
5598
|
|
5599
|
+
UserProperties.member = Shapes::ShapeRef.new(shape: UserProperty)
|
5600
|
+
|
5601
|
+
UserProperty.add_member(:key, Shapes::ShapeRef.new(shape: UserPropertyKey, required: true, location_name: "key"))
|
5602
|
+
UserProperty.add_member(:value, Shapes::ShapeRef.new(shape: UserPropertyValue, required: true, location_name: "value"))
|
5603
|
+
UserProperty.struct_class = Types::UserProperty
|
5604
|
+
|
4437
5605
|
ValidateSecurityProfileBehaviorsRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, required: true, location_name: "behaviors"))
|
4438
5606
|
ValidateSecurityProfileBehaviorsRequest.struct_class = Types::ValidateSecurityProfileBehaviorsRequest
|
4439
5607
|
|
@@ -4446,9 +5614,16 @@ module Aws::IoT
|
|
4446
5614
|
|
4447
5615
|
ValidationErrors.member = Shapes::ShapeRef.new(shape: ValidationError)
|
4448
5616
|
|
5617
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
5618
|
+
ValidationException.struct_class = Types::ValidationException
|
5619
|
+
|
4449
5620
|
VersionConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
4450
5621
|
VersionConflictException.struct_class = Types::VersionConflictException
|
4451
5622
|
|
5623
|
+
VersionUpdateByJobsConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: EnabledBoolean, location_name: "enabled"))
|
5624
|
+
VersionUpdateByJobsConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
5625
|
+
VersionUpdateByJobsConfig.struct_class = Types::VersionUpdateByJobsConfig
|
5626
|
+
|
4452
5627
|
VersionsLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
4453
5628
|
VersionsLimitExceededException.struct_class = Types::VersionsLimitExceededException
|
4454
5629
|
|
@@ -4459,6 +5634,8 @@ module Aws::IoT
|
|
4459
5634
|
ViolationEvent.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "metricValue"))
|
4460
5635
|
ViolationEvent.add_member(:violation_event_additional_info, Shapes::ShapeRef.new(shape: ViolationEventAdditionalInfo, location_name: "violationEventAdditionalInfo"))
|
4461
5636
|
ViolationEvent.add_member(:violation_event_type, Shapes::ShapeRef.new(shape: ViolationEventType, location_name: "violationEventType"))
|
5637
|
+
ViolationEvent.add_member(:verification_state, Shapes::ShapeRef.new(shape: VerificationState, location_name: "verificationState"))
|
5638
|
+
ViolationEvent.add_member(:verification_state_description, Shapes::ShapeRef.new(shape: VerificationStateDescription, location_name: "verificationStateDescription"))
|
4462
5639
|
ViolationEvent.add_member(:violation_event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "violationEventTime"))
|
4463
5640
|
ViolationEvent.struct_class = Types::ViolationEvent
|
4464
5641
|
|
@@ -4497,12 +5674,14 @@ module Aws::IoT
|
|
4497
5674
|
|
4498
5675
|
api.metadata = {
|
4499
5676
|
"apiVersion" => "2015-05-28",
|
5677
|
+
"auth" => ["aws.auth#sigv4"],
|
4500
5678
|
"endpointPrefix" => "iot",
|
4501
5679
|
"protocol" => "rest-json",
|
5680
|
+
"protocols" => ["rest-json"],
|
4502
5681
|
"serviceFullName" => "AWS IoT",
|
4503
5682
|
"serviceId" => "IoT",
|
4504
5683
|
"signatureVersion" => "v4",
|
4505
|
-
"signingName" => "
|
5684
|
+
"signingName" => "iot",
|
4506
5685
|
"uid" => "iot-2015-05-28",
|
4507
5686
|
}
|
4508
5687
|
|
@@ -4545,6 +5724,20 @@ module Aws::IoT
|
|
4545
5724
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4546
5725
|
end)
|
4547
5726
|
|
5727
|
+
api.add_operation(:associate_sbom_with_package_version, Seahorse::Model::Operation.new.tap do |o|
|
5728
|
+
o.name = "AssociateSbomWithPackageVersion"
|
5729
|
+
o.http_method = "PUT"
|
5730
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}/sbom"
|
5731
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateSbomWithPackageVersionRequest)
|
5732
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateSbomWithPackageVersionResponse)
|
5733
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5734
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5735
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5736
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5737
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
5738
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5739
|
+
end)
|
5740
|
+
|
4548
5741
|
api.add_operation(:associate_targets_with_job, Seahorse::Model::Operation.new.tap do |o|
|
4549
5742
|
o.name = "AssociateTargetsWithJob"
|
4550
5743
|
o.http_method = "POST"
|
@@ -4678,6 +5871,7 @@ module Aws::IoT
|
|
4678
5871
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4679
5872
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4680
5873
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5874
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4681
5875
|
end)
|
4682
5876
|
|
4683
5877
|
api.add_operation(:cancel_job_execution, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4774,6 +5968,34 @@ module Aws::IoT
|
|
4774
5968
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4775
5969
|
end)
|
4776
5970
|
|
5971
|
+
api.add_operation(:create_certificate_provider, Seahorse::Model::Operation.new.tap do |o|
|
5972
|
+
o.name = "CreateCertificateProvider"
|
5973
|
+
o.http_method = "POST"
|
5974
|
+
o.http_request_uri = "/certificate-providers/{certificateProviderName}"
|
5975
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCertificateProviderRequest)
|
5976
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCertificateProviderResponse)
|
5977
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
5978
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
5979
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5980
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5981
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5982
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5984
|
+
end)
|
5985
|
+
|
5986
|
+
api.add_operation(:create_command, Seahorse::Model::Operation.new.tap do |o|
|
5987
|
+
o.name = "CreateCommand"
|
5988
|
+
o.http_method = "PUT"
|
5989
|
+
o.http_request_uri = "/commands/{commandId}"
|
5990
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCommandRequest)
|
5991
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCommandResponse)
|
5992
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5993
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5994
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
5995
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5996
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5997
|
+
end)
|
5998
|
+
|
4777
5999
|
api.add_operation(:create_custom_metric, Seahorse::Model::Operation.new.tap do |o|
|
4778
6000
|
o.name = "CreateCustomMetric"
|
4779
6001
|
o.http_method = "POST"
|
@@ -4831,6 +6053,25 @@ module Aws::IoT
|
|
4831
6053
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4832
6054
|
end)
|
4833
6055
|
|
6056
|
+
api.add_operation(:create_fleet_metric, Seahorse::Model::Operation.new.tap do |o|
|
6057
|
+
o.name = "CreateFleetMetric"
|
6058
|
+
o.http_method = "PUT"
|
6059
|
+
o.http_request_uri = "/fleet-metric/{metricName}"
|
6060
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFleetMetricRequest)
|
6061
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFleetMetricResponse)
|
6062
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6063
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6064
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6065
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6066
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6067
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
6068
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
6069
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6070
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
|
6071
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAggregationException)
|
6072
|
+
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
6073
|
+
end)
|
6074
|
+
|
4834
6075
|
api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
|
4835
6076
|
o.name = "CreateJob"
|
4836
6077
|
o.http_method = "PUT"
|
@@ -4845,6 +6086,20 @@ module Aws::IoT
|
|
4845
6086
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4846
6087
|
end)
|
4847
6088
|
|
6089
|
+
api.add_operation(:create_job_template, Seahorse::Model::Operation.new.tap do |o|
|
6090
|
+
o.name = "CreateJobTemplate"
|
6091
|
+
o.http_method = "PUT"
|
6092
|
+
o.http_request_uri = "/job-templates/{jobTemplateId}"
|
6093
|
+
o.input = Shapes::ShapeRef.new(shape: CreateJobTemplateRequest)
|
6094
|
+
o.output = Shapes::ShapeRef.new(shape: CreateJobTemplateResponse)
|
6095
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6096
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6097
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6098
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
6099
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6100
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6101
|
+
end)
|
6102
|
+
|
4848
6103
|
api.add_operation(:create_keys_and_certificate, Seahorse::Model::Operation.new.tap do |o|
|
4849
6104
|
o.name = "CreateKeysAndCertificate"
|
4850
6105
|
o.http_method = "POST"
|
@@ -4887,6 +6142,32 @@ module Aws::IoT
|
|
4887
6142
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
4888
6143
|
end)
|
4889
6144
|
|
6145
|
+
api.add_operation(:create_package, Seahorse::Model::Operation.new.tap do |o|
|
6146
|
+
o.name = "CreatePackage"
|
6147
|
+
o.http_method = "PUT"
|
6148
|
+
o.http_request_uri = "/packages/{packageName}"
|
6149
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePackageRequest)
|
6150
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePackageResponse)
|
6151
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6152
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6153
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6154
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6155
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
6156
|
+
end)
|
6157
|
+
|
6158
|
+
api.add_operation(:create_package_version, Seahorse::Model::Operation.new.tap do |o|
|
6159
|
+
o.name = "CreatePackageVersion"
|
6160
|
+
o.http_method = "PUT"
|
6161
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}"
|
6162
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePackageVersionRequest)
|
6163
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePackageVersionResponse)
|
6164
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6165
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6166
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6167
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6168
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
6169
|
+
end)
|
6170
|
+
|
4890
6171
|
api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
|
4891
6172
|
o.name = "CreatePolicy"
|
4892
6173
|
o.http_method = "POST"
|
@@ -5166,6 +6447,45 @@ module Aws::IoT
|
|
5166
6447
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5167
6448
|
end)
|
5168
6449
|
|
6450
|
+
api.add_operation(:delete_certificate_provider, Seahorse::Model::Operation.new.tap do |o|
|
6451
|
+
o.name = "DeleteCertificateProvider"
|
6452
|
+
o.http_method = "DELETE"
|
6453
|
+
o.http_request_uri = "/certificate-providers/{certificateProviderName}"
|
6454
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateProviderRequest)
|
6455
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCertificateProviderResponse)
|
6456
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
6457
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6458
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6459
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6460
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6461
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6462
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6463
|
+
end)
|
6464
|
+
|
6465
|
+
api.add_operation(:delete_command, Seahorse::Model::Operation.new.tap do |o|
|
6466
|
+
o.name = "DeleteCommand"
|
6467
|
+
o.http_method = "DELETE"
|
6468
|
+
o.http_request_uri = "/commands/{commandId}"
|
6469
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCommandRequest)
|
6470
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCommandResponse)
|
6471
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6472
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6473
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6474
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6475
|
+
end)
|
6476
|
+
|
6477
|
+
api.add_operation(:delete_command_execution, Seahorse::Model::Operation.new.tap do |o|
|
6478
|
+
o.name = "DeleteCommandExecution"
|
6479
|
+
o.http_method = "DELETE"
|
6480
|
+
o.http_request_uri = "/command-executions/{executionId}"
|
6481
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCommandExecutionRequest)
|
6482
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCommandExecutionResponse)
|
6483
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6484
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6486
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6487
|
+
end)
|
6488
|
+
|
5169
6489
|
api.add_operation(:delete_custom_metric, Seahorse::Model::Operation.new.tap do |o|
|
5170
6490
|
o.name = "DeleteCustomMetric"
|
5171
6491
|
o.http_method = "DELETE"
|
@@ -5214,6 +6534,20 @@ module Aws::IoT
|
|
5214
6534
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5215
6535
|
end)
|
5216
6536
|
|
6537
|
+
api.add_operation(:delete_fleet_metric, Seahorse::Model::Operation.new.tap do |o|
|
6538
|
+
o.name = "DeleteFleetMetric"
|
6539
|
+
o.http_method = "DELETE"
|
6540
|
+
o.http_request_uri = "/fleet-metric/{metricName}"
|
6541
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFleetMetricRequest)
|
6542
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6543
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6544
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6545
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6546
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6547
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6548
|
+
o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
|
6549
|
+
end)
|
6550
|
+
|
5217
6551
|
api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
|
5218
6552
|
o.name = "DeleteJob"
|
5219
6553
|
o.http_method = "DELETE"
|
@@ -5241,6 +6575,18 @@ module Aws::IoT
|
|
5241
6575
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5242
6576
|
end)
|
5243
6577
|
|
6578
|
+
api.add_operation(:delete_job_template, Seahorse::Model::Operation.new.tap do |o|
|
6579
|
+
o.name = "DeleteJobTemplate"
|
6580
|
+
o.http_method = "DELETE"
|
6581
|
+
o.http_request_uri = "/job-templates/{jobTemplateId}"
|
6582
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteJobTemplateRequest)
|
6583
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
6584
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6585
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6586
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6588
|
+
end)
|
6589
|
+
|
5244
6590
|
api.add_operation(:delete_mitigation_action, Seahorse::Model::Operation.new.tap do |o|
|
5245
6591
|
o.name = "DeleteMitigationAction"
|
5246
6592
|
o.http_method = "DELETE"
|
@@ -5267,6 +6613,28 @@ module Aws::IoT
|
|
5267
6613
|
o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
|
5268
6614
|
end)
|
5269
6615
|
|
6616
|
+
api.add_operation(:delete_package, Seahorse::Model::Operation.new.tap do |o|
|
6617
|
+
o.name = "DeletePackage"
|
6618
|
+
o.http_method = "DELETE"
|
6619
|
+
o.http_request_uri = "/packages/{packageName}"
|
6620
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePackageRequest)
|
6621
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePackageResponse)
|
6622
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6623
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6624
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6625
|
+
end)
|
6626
|
+
|
6627
|
+
api.add_operation(:delete_package_version, Seahorse::Model::Operation.new.tap do |o|
|
6628
|
+
o.name = "DeletePackageVersion"
|
6629
|
+
o.http_method = "DELETE"
|
6630
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}"
|
6631
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePackageVersionRequest)
|
6632
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePackageVersionResponse)
|
6633
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6634
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6635
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6636
|
+
end)
|
6637
|
+
|
5270
6638
|
api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
|
5271
6639
|
o.name = "DeletePolicy"
|
5272
6640
|
o.http_method = "DELETE"
|
@@ -5598,6 +6966,20 @@ module Aws::IoT
|
|
5598
6966
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5599
6967
|
end)
|
5600
6968
|
|
6969
|
+
api.add_operation(:describe_certificate_provider, Seahorse::Model::Operation.new.tap do |o|
|
6970
|
+
o.name = "DescribeCertificateProvider"
|
6971
|
+
o.http_method = "GET"
|
6972
|
+
o.http_request_uri = "/certificate-providers/{certificateProviderName}"
|
6973
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCertificateProviderRequest)
|
6974
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeCertificateProviderResponse)
|
6975
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6976
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6977
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6978
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6979
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6980
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6981
|
+
end)
|
6982
|
+
|
5601
6983
|
api.add_operation(:describe_custom_metric, Seahorse::Model::Operation.new.tap do |o|
|
5602
6984
|
o.name = "DescribeCustomMetric"
|
5603
6985
|
o.http_method = "GET"
|
@@ -5684,6 +7066,20 @@ module Aws::IoT
|
|
5684
7066
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5685
7067
|
end)
|
5686
7068
|
|
7069
|
+
api.add_operation(:describe_fleet_metric, Seahorse::Model::Operation.new.tap do |o|
|
7070
|
+
o.name = "DescribeFleetMetric"
|
7071
|
+
o.http_method = "GET"
|
7072
|
+
o.http_request_uri = "/fleet-metric/{metricName}"
|
7073
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFleetMetricRequest)
|
7074
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFleetMetricResponse)
|
7075
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7076
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7077
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7078
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
7079
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7080
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7081
|
+
end)
|
7082
|
+
|
5687
7083
|
api.add_operation(:describe_index, Seahorse::Model::Operation.new.tap do |o|
|
5688
7084
|
o.name = "DescribeIndex"
|
5689
7085
|
o.http_method = "GET"
|
@@ -5722,12 +7118,36 @@ module Aws::IoT
|
|
5722
7118
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5723
7119
|
end)
|
5724
7120
|
|
5725
|
-
api.add_operation(:
|
5726
|
-
o.name = "
|
7121
|
+
api.add_operation(:describe_job_template, Seahorse::Model::Operation.new.tap do |o|
|
7122
|
+
o.name = "DescribeJobTemplate"
|
5727
7123
|
o.http_method = "GET"
|
5728
|
-
o.http_request_uri = "/
|
5729
|
-
o.input = Shapes::ShapeRef.new(shape:
|
5730
|
-
o.output = Shapes::ShapeRef.new(shape:
|
7124
|
+
o.http_request_uri = "/job-templates/{jobTemplateId}"
|
7125
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeJobTemplateRequest)
|
7126
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeJobTemplateResponse)
|
7127
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7128
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7129
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7130
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7131
|
+
end)
|
7132
|
+
|
7133
|
+
api.add_operation(:describe_managed_job_template, Seahorse::Model::Operation.new.tap do |o|
|
7134
|
+
o.name = "DescribeManagedJobTemplate"
|
7135
|
+
o.http_method = "GET"
|
7136
|
+
o.http_request_uri = "/managed-job-templates/{templateName}"
|
7137
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeManagedJobTemplateRequest)
|
7138
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeManagedJobTemplateResponse)
|
7139
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7140
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7141
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7142
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7143
|
+
end)
|
7144
|
+
|
7145
|
+
api.add_operation(:describe_mitigation_action, Seahorse::Model::Operation.new.tap do |o|
|
7146
|
+
o.name = "DescribeMitigationAction"
|
7147
|
+
o.http_method = "GET"
|
7148
|
+
o.http_request_uri = "/mitigationactions/actions/{actionName}"
|
7149
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMitigationActionRequest)
|
7150
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMitigationActionResponse)
|
5731
7151
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5732
7152
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5733
7153
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
@@ -5933,6 +7353,19 @@ module Aws::IoT
|
|
5933
7353
|
o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
|
5934
7354
|
end)
|
5935
7355
|
|
7356
|
+
api.add_operation(:disassociate_sbom_from_package_version, Seahorse::Model::Operation.new.tap do |o|
|
7357
|
+
o.name = "DisassociateSbomFromPackageVersion"
|
7358
|
+
o.http_method = "DELETE"
|
7359
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}/sbom"
|
7360
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateSbomFromPackageVersionRequest)
|
7361
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateSbomFromPackageVersionResponse)
|
7362
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7363
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7365
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7367
|
+
end)
|
7368
|
+
|
5936
7369
|
api.add_operation(:enable_topic_rule, Seahorse::Model::Operation.new.tap do |o|
|
5937
7370
|
o.name = "EnableTopicRule"
|
5938
7371
|
o.http_method = "POST"
|
@@ -5964,6 +7397,23 @@ module Aws::IoT
|
|
5964
7397
|
)
|
5965
7398
|
end)
|
5966
7399
|
|
7400
|
+
api.add_operation(:get_buckets_aggregation, Seahorse::Model::Operation.new.tap do |o|
|
7401
|
+
o.name = "GetBucketsAggregation"
|
7402
|
+
o.http_method = "POST"
|
7403
|
+
o.http_request_uri = "/indices/buckets"
|
7404
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketsAggregationRequest)
|
7405
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketsAggregationResponse)
|
7406
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7407
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7408
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7409
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
7410
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7412
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
|
7413
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAggregationException)
|
7414
|
+
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
7415
|
+
end)
|
7416
|
+
|
5967
7417
|
api.add_operation(:get_cardinality, Seahorse::Model::Operation.new.tap do |o|
|
5968
7418
|
o.name = "GetCardinality"
|
5969
7419
|
o.http_method = "POST"
|
@@ -5981,6 +7431,30 @@ module Aws::IoT
|
|
5981
7431
|
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
5982
7432
|
end)
|
5983
7433
|
|
7434
|
+
api.add_operation(:get_command, Seahorse::Model::Operation.new.tap do |o|
|
7435
|
+
o.name = "GetCommand"
|
7436
|
+
o.http_method = "GET"
|
7437
|
+
o.http_request_uri = "/commands/{commandId}"
|
7438
|
+
o.input = Shapes::ShapeRef.new(shape: GetCommandRequest)
|
7439
|
+
o.output = Shapes::ShapeRef.new(shape: GetCommandResponse)
|
7440
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7441
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7442
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7443
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7444
|
+
end)
|
7445
|
+
|
7446
|
+
api.add_operation(:get_command_execution, Seahorse::Model::Operation.new.tap do |o|
|
7447
|
+
o.name = "GetCommandExecution"
|
7448
|
+
o.http_method = "GET"
|
7449
|
+
o.http_request_uri = "/command-executions/{executionId}"
|
7450
|
+
o.input = Shapes::ShapeRef.new(shape: GetCommandExecutionRequest)
|
7451
|
+
o.output = Shapes::ShapeRef.new(shape: GetCommandExecutionResponse)
|
7452
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7453
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7454
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7455
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7456
|
+
end)
|
7457
|
+
|
5984
7458
|
api.add_operation(:get_effective_policies, Seahorse::Model::Operation.new.tap do |o|
|
5985
7459
|
o.name = "GetEffectivePolicies"
|
5986
7460
|
o.http_method = "POST"
|
@@ -6046,6 +7520,40 @@ module Aws::IoT
|
|
6046
7520
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6047
7521
|
end)
|
6048
7522
|
|
7523
|
+
api.add_operation(:get_package, Seahorse::Model::Operation.new.tap do |o|
|
7524
|
+
o.name = "GetPackage"
|
7525
|
+
o.http_method = "GET"
|
7526
|
+
o.http_request_uri = "/packages/{packageName}"
|
7527
|
+
o.input = Shapes::ShapeRef.new(shape: GetPackageRequest)
|
7528
|
+
o.output = Shapes::ShapeRef.new(shape: GetPackageResponse)
|
7529
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7530
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7531
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7532
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7533
|
+
end)
|
7534
|
+
|
7535
|
+
api.add_operation(:get_package_configuration, Seahorse::Model::Operation.new.tap do |o|
|
7536
|
+
o.name = "GetPackageConfiguration"
|
7537
|
+
o.http_method = "GET"
|
7538
|
+
o.http_request_uri = "/package-configuration"
|
7539
|
+
o.input = Shapes::ShapeRef.new(shape: GetPackageConfigurationRequest)
|
7540
|
+
o.output = Shapes::ShapeRef.new(shape: GetPackageConfigurationResponse)
|
7541
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7542
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7543
|
+
end)
|
7544
|
+
|
7545
|
+
api.add_operation(:get_package_version, Seahorse::Model::Operation.new.tap do |o|
|
7546
|
+
o.name = "GetPackageVersion"
|
7547
|
+
o.http_method = "GET"
|
7548
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}"
|
7549
|
+
o.input = Shapes::ShapeRef.new(shape: GetPackageVersionRequest)
|
7550
|
+
o.output = Shapes::ShapeRef.new(shape: GetPackageVersionResponse)
|
7551
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7552
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7553
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7554
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7555
|
+
end)
|
7556
|
+
|
6049
7557
|
api.add_operation(:get_percentiles, Seahorse::Model::Operation.new.tap do |o|
|
6050
7558
|
o.name = "GetPercentiles"
|
6051
7559
|
o.http_method = "POST"
|
@@ -6121,6 +7629,21 @@ module Aws::IoT
|
|
6121
7629
|
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
6122
7630
|
end)
|
6123
7631
|
|
7632
|
+
api.add_operation(:get_thing_connectivity_data, Seahorse::Model::Operation.new.tap do |o|
|
7633
|
+
o.name = "GetThingConnectivityData"
|
7634
|
+
o.http_method = "POST"
|
7635
|
+
o.http_request_uri = "/things/{thingName}/connectivity-data"
|
7636
|
+
o.input = Shapes::ShapeRef.new(shape: GetThingConnectivityDataRequest)
|
7637
|
+
o.output = Shapes::ShapeRef.new(shape: GetThingConnectivityDataResponse)
|
7638
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7639
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7640
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7641
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
7642
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7643
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7644
|
+
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
7645
|
+
end)
|
7646
|
+
|
6124
7647
|
api.add_operation(:get_topic_rule, Seahorse::Model::Operation.new.tap do |o|
|
6125
7648
|
o.name = "GetTopicRule"
|
6126
7649
|
o.http_method = "GET"
|
@@ -6336,6 +7859,19 @@ module Aws::IoT
|
|
6336
7859
|
)
|
6337
7860
|
end)
|
6338
7861
|
|
7862
|
+
api.add_operation(:list_certificate_providers, Seahorse::Model::Operation.new.tap do |o|
|
7863
|
+
o.name = "ListCertificateProviders"
|
7864
|
+
o.http_method = "GET"
|
7865
|
+
o.http_request_uri = "/certificate-providers/"
|
7866
|
+
o.input = Shapes::ShapeRef.new(shape: ListCertificateProvidersRequest)
|
7867
|
+
o.output = Shapes::ShapeRef.new(shape: ListCertificateProvidersResponse)
|
7868
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
7869
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7870
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7871
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
7872
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7873
|
+
end)
|
7874
|
+
|
6339
7875
|
api.add_operation(:list_certificates, Seahorse::Model::Operation.new.tap do |o|
|
6340
7876
|
o.name = "ListCertificates"
|
6341
7877
|
o.http_method = "GET"
|
@@ -6374,6 +7910,41 @@ module Aws::IoT
|
|
6374
7910
|
)
|
6375
7911
|
end)
|
6376
7912
|
|
7913
|
+
api.add_operation(:list_command_executions, Seahorse::Model::Operation.new.tap do |o|
|
7914
|
+
o.name = "ListCommandExecutions"
|
7915
|
+
o.http_method = "POST"
|
7916
|
+
o.http_request_uri = "/command-executions"
|
7917
|
+
o.input = Shapes::ShapeRef.new(shape: ListCommandExecutionsRequest)
|
7918
|
+
o.output = Shapes::ShapeRef.new(shape: ListCommandExecutionsResponse)
|
7919
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7920
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7921
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7922
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7923
|
+
o[:pager] = Aws::Pager.new(
|
7924
|
+
limit_key: "max_results",
|
7925
|
+
tokens: {
|
7926
|
+
"next_token" => "next_token"
|
7927
|
+
}
|
7928
|
+
)
|
7929
|
+
end)
|
7930
|
+
|
7931
|
+
api.add_operation(:list_commands, Seahorse::Model::Operation.new.tap do |o|
|
7932
|
+
o.name = "ListCommands"
|
7933
|
+
o.http_method = "GET"
|
7934
|
+
o.http_request_uri = "/commands"
|
7935
|
+
o.input = Shapes::ShapeRef.new(shape: ListCommandsRequest)
|
7936
|
+
o.output = Shapes::ShapeRef.new(shape: ListCommandsResponse)
|
7937
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7938
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7939
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7940
|
+
o[:pager] = Aws::Pager.new(
|
7941
|
+
limit_key: "max_results",
|
7942
|
+
tokens: {
|
7943
|
+
"next_token" => "next_token"
|
7944
|
+
}
|
7945
|
+
)
|
7946
|
+
end)
|
7947
|
+
|
6377
7948
|
api.add_operation(:list_custom_metrics, Seahorse::Model::Operation.new.tap do |o|
|
6378
7949
|
o.name = "ListCustomMetrics"
|
6379
7950
|
o.http_method = "GET"
|
@@ -6461,6 +8032,25 @@ module Aws::IoT
|
|
6461
8032
|
)
|
6462
8033
|
end)
|
6463
8034
|
|
8035
|
+
api.add_operation(:list_fleet_metrics, Seahorse::Model::Operation.new.tap do |o|
|
8036
|
+
o.name = "ListFleetMetrics"
|
8037
|
+
o.http_method = "GET"
|
8038
|
+
o.http_request_uri = "/fleet-metrics"
|
8039
|
+
o.input = Shapes::ShapeRef.new(shape: ListFleetMetricsRequest)
|
8040
|
+
o.output = Shapes::ShapeRef.new(shape: ListFleetMetricsResponse)
|
8041
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8042
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8043
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
8044
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
8045
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8046
|
+
o[:pager] = Aws::Pager.new(
|
8047
|
+
limit_key: "max_results",
|
8048
|
+
tokens: {
|
8049
|
+
"next_token" => "next_token"
|
8050
|
+
}
|
8051
|
+
)
|
8052
|
+
end)
|
8053
|
+
|
6464
8054
|
api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
|
6465
8055
|
o.name = "ListIndices"
|
6466
8056
|
o.http_method = "GET"
|
@@ -6516,6 +8106,23 @@ module Aws::IoT
|
|
6516
8106
|
)
|
6517
8107
|
end)
|
6518
8108
|
|
8109
|
+
api.add_operation(:list_job_templates, Seahorse::Model::Operation.new.tap do |o|
|
8110
|
+
o.name = "ListJobTemplates"
|
8111
|
+
o.http_method = "GET"
|
8112
|
+
o.http_request_uri = "/job-templates"
|
8113
|
+
o.input = Shapes::ShapeRef.new(shape: ListJobTemplatesRequest)
|
8114
|
+
o.output = Shapes::ShapeRef.new(shape: ListJobTemplatesResponse)
|
8115
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8116
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8117
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8118
|
+
o[:pager] = Aws::Pager.new(
|
8119
|
+
limit_key: "max_results",
|
8120
|
+
tokens: {
|
8121
|
+
"next_token" => "next_token"
|
8122
|
+
}
|
8123
|
+
)
|
8124
|
+
end)
|
8125
|
+
|
6519
8126
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
6520
8127
|
o.name = "ListJobs"
|
6521
8128
|
o.http_method = "GET"
|
@@ -6534,6 +8141,42 @@ module Aws::IoT
|
|
6534
8141
|
)
|
6535
8142
|
end)
|
6536
8143
|
|
8144
|
+
api.add_operation(:list_managed_job_templates, Seahorse::Model::Operation.new.tap do |o|
|
8145
|
+
o.name = "ListManagedJobTemplates"
|
8146
|
+
o.http_method = "GET"
|
8147
|
+
o.http_request_uri = "/managed-job-templates"
|
8148
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedJobTemplatesRequest)
|
8149
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedJobTemplatesResponse)
|
8150
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8152
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8153
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8154
|
+
o[:pager] = Aws::Pager.new(
|
8155
|
+
limit_key: "max_results",
|
8156
|
+
tokens: {
|
8157
|
+
"next_token" => "next_token"
|
8158
|
+
}
|
8159
|
+
)
|
8160
|
+
end)
|
8161
|
+
|
8162
|
+
api.add_operation(:list_metric_values, Seahorse::Model::Operation.new.tap do |o|
|
8163
|
+
o.name = "ListMetricValues"
|
8164
|
+
o.http_method = "GET"
|
8165
|
+
o.http_request_uri = "/metric-values"
|
8166
|
+
o.input = Shapes::ShapeRef.new(shape: ListMetricValuesRequest)
|
8167
|
+
o.output = Shapes::ShapeRef.new(shape: ListMetricValuesResponse)
|
8168
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8169
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8170
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8171
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8172
|
+
o[:pager] = Aws::Pager.new(
|
8173
|
+
limit_key: "max_results",
|
8174
|
+
tokens: {
|
8175
|
+
"next_token" => "next_token"
|
8176
|
+
}
|
8177
|
+
)
|
8178
|
+
end)
|
8179
|
+
|
6537
8180
|
api.add_operation(:list_mitigation_actions, Seahorse::Model::Operation.new.tap do |o|
|
6538
8181
|
o.name = "ListMitigationActions"
|
6539
8182
|
o.http_method = "GET"
|
@@ -6589,6 +8232,40 @@ module Aws::IoT
|
|
6589
8232
|
)
|
6590
8233
|
end)
|
6591
8234
|
|
8235
|
+
api.add_operation(:list_package_versions, Seahorse::Model::Operation.new.tap do |o|
|
8236
|
+
o.name = "ListPackageVersions"
|
8237
|
+
o.http_method = "GET"
|
8238
|
+
o.http_request_uri = "/packages/{packageName}/versions"
|
8239
|
+
o.input = Shapes::ShapeRef.new(shape: ListPackageVersionsRequest)
|
8240
|
+
o.output = Shapes::ShapeRef.new(shape: ListPackageVersionsResponse)
|
8241
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8242
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8243
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8244
|
+
o[:pager] = Aws::Pager.new(
|
8245
|
+
limit_key: "max_results",
|
8246
|
+
tokens: {
|
8247
|
+
"next_token" => "next_token"
|
8248
|
+
}
|
8249
|
+
)
|
8250
|
+
end)
|
8251
|
+
|
8252
|
+
api.add_operation(:list_packages, Seahorse::Model::Operation.new.tap do |o|
|
8253
|
+
o.name = "ListPackages"
|
8254
|
+
o.http_method = "GET"
|
8255
|
+
o.http_request_uri = "/packages"
|
8256
|
+
o.input = Shapes::ShapeRef.new(shape: ListPackagesRequest)
|
8257
|
+
o.output = Shapes::ShapeRef.new(shape: ListPackagesResponse)
|
8258
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8260
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8261
|
+
o[:pager] = Aws::Pager.new(
|
8262
|
+
limit_key: "max_results",
|
8263
|
+
tokens: {
|
8264
|
+
"next_token" => "next_token"
|
8265
|
+
}
|
8266
|
+
)
|
8267
|
+
end)
|
8268
|
+
|
6592
8269
|
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
6593
8270
|
o.name = "ListPolicies"
|
6594
8271
|
o.http_method = "GET"
|
@@ -6684,6 +8361,26 @@ module Aws::IoT
|
|
6684
8361
|
)
|
6685
8362
|
end)
|
6686
8363
|
|
8364
|
+
api.add_operation(:list_principal_things_v2, Seahorse::Model::Operation.new.tap do |o|
|
8365
|
+
o.name = "ListPrincipalThingsV2"
|
8366
|
+
o.http_method = "GET"
|
8367
|
+
o.http_request_uri = "/principals/things-v2"
|
8368
|
+
o.input = Shapes::ShapeRef.new(shape: ListPrincipalThingsV2Request)
|
8369
|
+
o.output = Shapes::ShapeRef.new(shape: ListPrincipalThingsV2Response)
|
8370
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8371
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8372
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
8373
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
8374
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8375
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8376
|
+
o[:pager] = Aws::Pager.new(
|
8377
|
+
limit_key: "max_results",
|
8378
|
+
tokens: {
|
8379
|
+
"next_token" => "next_token"
|
8380
|
+
}
|
8381
|
+
)
|
8382
|
+
end)
|
8383
|
+
|
6687
8384
|
api.add_operation(:list_provisioning_template_versions, Seahorse::Model::Operation.new.tap do |o|
|
6688
8385
|
o.name = "ListProvisioningTemplateVersions"
|
6689
8386
|
o.http_method = "GET"
|
@@ -6721,6 +8418,24 @@ module Aws::IoT
|
|
6721
8418
|
)
|
6722
8419
|
end)
|
6723
8420
|
|
8421
|
+
api.add_operation(:list_related_resources_for_audit_finding, Seahorse::Model::Operation.new.tap do |o|
|
8422
|
+
o.name = "ListRelatedResourcesForAuditFinding"
|
8423
|
+
o.http_method = "GET"
|
8424
|
+
o.http_request_uri = "/audit/relatedResources"
|
8425
|
+
o.input = Shapes::ShapeRef.new(shape: ListRelatedResourcesForAuditFindingRequest)
|
8426
|
+
o.output = Shapes::ShapeRef.new(shape: ListRelatedResourcesForAuditFindingResponse)
|
8427
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8428
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8429
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8430
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8431
|
+
o[:pager] = Aws::Pager.new(
|
8432
|
+
limit_key: "max_results",
|
8433
|
+
tokens: {
|
8434
|
+
"next_token" => "next_token"
|
8435
|
+
}
|
8436
|
+
)
|
8437
|
+
end)
|
8438
|
+
|
6724
8439
|
api.add_operation(:list_role_aliases, Seahorse::Model::Operation.new.tap do |o|
|
6725
8440
|
o.name = "ListRoleAliases"
|
6726
8441
|
o.http_method = "GET"
|
@@ -6740,6 +8455,24 @@ module Aws::IoT
|
|
6740
8455
|
)
|
6741
8456
|
end)
|
6742
8457
|
|
8458
|
+
api.add_operation(:list_sbom_validation_results, Seahorse::Model::Operation.new.tap do |o|
|
8459
|
+
o.name = "ListSbomValidationResults"
|
8460
|
+
o.http_method = "GET"
|
8461
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}/sbom-validation-results"
|
8462
|
+
o.input = Shapes::ShapeRef.new(shape: ListSbomValidationResultsRequest)
|
8463
|
+
o.output = Shapes::ShapeRef.new(shape: ListSbomValidationResultsResponse)
|
8464
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8465
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8466
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8468
|
+
o[:pager] = Aws::Pager.new(
|
8469
|
+
limit_key: "max_results",
|
8470
|
+
tokens: {
|
8471
|
+
"next_token" => "next_token"
|
8472
|
+
}
|
8473
|
+
)
|
8474
|
+
end)
|
8475
|
+
|
6743
8476
|
api.add_operation(:list_scheduled_audits, Seahorse::Model::Operation.new.tap do |o|
|
6744
8477
|
o.name = "ListScheduledAudits"
|
6745
8478
|
o.http_method = "GET"
|
@@ -6924,6 +8657,26 @@ module Aws::IoT
|
|
6924
8657
|
)
|
6925
8658
|
end)
|
6926
8659
|
|
8660
|
+
api.add_operation(:list_thing_principals_v2, Seahorse::Model::Operation.new.tap do |o|
|
8661
|
+
o.name = "ListThingPrincipalsV2"
|
8662
|
+
o.http_method = "GET"
|
8663
|
+
o.http_request_uri = "/things/{thingName}/principals-v2"
|
8664
|
+
o.input = Shapes::ShapeRef.new(shape: ListThingPrincipalsV2Request)
|
8665
|
+
o.output = Shapes::ShapeRef.new(shape: ListThingPrincipalsV2Response)
|
8666
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8667
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8668
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
8669
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
8670
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8671
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8672
|
+
o[:pager] = Aws::Pager.new(
|
8673
|
+
limit_key: "max_results",
|
8674
|
+
tokens: {
|
8675
|
+
"next_token" => "next_token"
|
8676
|
+
}
|
8677
|
+
)
|
8678
|
+
end)
|
8679
|
+
|
6927
8680
|
api.add_operation(:list_thing_registration_task_reports, Seahorse::Model::Operation.new.tap do |o|
|
6928
8681
|
o.name = "ListThingRegistrationTaskReports"
|
6929
8682
|
o.http_method = "GET"
|
@@ -7104,12 +8857,24 @@ module Aws::IoT
|
|
7104
8857
|
)
|
7105
8858
|
end)
|
7106
8859
|
|
8860
|
+
api.add_operation(:put_verification_state_on_violation, Seahorse::Model::Operation.new.tap do |o|
|
8861
|
+
o.name = "PutVerificationStateOnViolation"
|
8862
|
+
o.http_method = "POST"
|
8863
|
+
o.http_request_uri = "/violations/verification-state/{violationId}"
|
8864
|
+
o.input = Shapes::ShapeRef.new(shape: PutVerificationStateOnViolationRequest)
|
8865
|
+
o.output = Shapes::ShapeRef.new(shape: PutVerificationStateOnViolationResponse)
|
8866
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
8867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8868
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
8869
|
+
end)
|
8870
|
+
|
7107
8871
|
api.add_operation(:register_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
|
7108
8872
|
o.name = "RegisterCACertificate"
|
7109
8873
|
o.http_method = "POST"
|
7110
8874
|
o.http_request_uri = "/cacertificate"
|
7111
8875
|
o.input = Shapes::ShapeRef.new(shape: RegisterCACertificateRequest)
|
7112
8876
|
o.output = Shapes::ShapeRef.new(shape: RegisterCACertificateResponse)
|
8877
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7113
8878
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
7114
8879
|
o.errors << Shapes::ShapeRef.new(shape: RegistrationCodeValidationException)
|
7115
8880
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -7516,6 +9281,33 @@ module Aws::IoT
|
|
7516
9281
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7517
9282
|
end)
|
7518
9283
|
|
9284
|
+
api.add_operation(:update_certificate_provider, Seahorse::Model::Operation.new.tap do |o|
|
9285
|
+
o.name = "UpdateCertificateProvider"
|
9286
|
+
o.http_method = "PUT"
|
9287
|
+
o.http_request_uri = "/certificate-providers/{certificateProviderName}"
|
9288
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCertificateProviderRequest)
|
9289
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCertificateProviderResponse)
|
9290
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9291
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9292
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9293
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
9294
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
9295
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
9296
|
+
end)
|
9297
|
+
|
9298
|
+
api.add_operation(:update_command, Seahorse::Model::Operation.new.tap do |o|
|
9299
|
+
o.name = "UpdateCommand"
|
9300
|
+
o.http_method = "PATCH"
|
9301
|
+
o.http_request_uri = "/commands/{commandId}"
|
9302
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCommandRequest)
|
9303
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCommandResponse)
|
9304
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9305
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9306
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9307
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9308
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9309
|
+
end)
|
9310
|
+
|
7519
9311
|
api.add_operation(:update_custom_metric, Seahorse::Model::Operation.new.tap do |o|
|
7520
9312
|
o.name = "UpdateCustomMetric"
|
7521
9313
|
o.http_method = "PATCH"
|
@@ -7580,6 +9372,24 @@ module Aws::IoT
|
|
7580
9372
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7581
9373
|
end)
|
7582
9374
|
|
9375
|
+
api.add_operation(:update_fleet_metric, Seahorse::Model::Operation.new.tap do |o|
|
9376
|
+
o.name = "UpdateFleetMetric"
|
9377
|
+
o.http_method = "PATCH"
|
9378
|
+
o.http_request_uri = "/fleet-metric/{metricName}"
|
9379
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFleetMetricRequest)
|
9380
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
9381
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9382
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9383
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
9384
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
9385
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
9386
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9387
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
|
9388
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAggregationException)
|
9389
|
+
o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
|
9390
|
+
o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
|
9391
|
+
end)
|
9392
|
+
|
7583
9393
|
api.add_operation(:update_indexing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
7584
9394
|
o.name = "UpdateIndexingConfiguration"
|
7585
9395
|
o.http_method = "POST"
|
@@ -7617,6 +9427,44 @@ module Aws::IoT
|
|
7617
9427
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7618
9428
|
end)
|
7619
9429
|
|
9430
|
+
api.add_operation(:update_package, Seahorse::Model::Operation.new.tap do |o|
|
9431
|
+
o.name = "UpdatePackage"
|
9432
|
+
o.http_method = "PATCH"
|
9433
|
+
o.http_request_uri = "/packages/{packageName}"
|
9434
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePackageRequest)
|
9435
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePackageResponse)
|
9436
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9437
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9438
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9439
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9440
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9441
|
+
end)
|
9442
|
+
|
9443
|
+
api.add_operation(:update_package_configuration, Seahorse::Model::Operation.new.tap do |o|
|
9444
|
+
o.name = "UpdatePackageConfiguration"
|
9445
|
+
o.http_method = "PATCH"
|
9446
|
+
o.http_request_uri = "/package-configuration"
|
9447
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePackageConfigurationRequest)
|
9448
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePackageConfigurationResponse)
|
9449
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9450
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9451
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9452
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9453
|
+
end)
|
9454
|
+
|
9455
|
+
api.add_operation(:update_package_version, Seahorse::Model::Operation.new.tap do |o|
|
9456
|
+
o.name = "UpdatePackageVersion"
|
9457
|
+
o.http_method = "PATCH"
|
9458
|
+
o.http_request_uri = "/packages/{packageName}/versions/{versionName}"
|
9459
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePackageVersionRequest)
|
9460
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePackageVersionResponse)
|
9461
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9462
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9463
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9464
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9465
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9466
|
+
end)
|
9467
|
+
|
7620
9468
|
api.add_operation(:update_provisioning_template, Seahorse::Model::Operation.new.tap do |o|
|
7621
9469
|
o.name = "UpdateProvisioningTemplate"
|
7622
9470
|
o.http_method = "PATCH"
|
@@ -7676,6 +9524,7 @@ module Aws::IoT
|
|
7676
9524
|
o.input = Shapes::ShapeRef.new(shape: UpdateStreamRequest)
|
7677
9525
|
o.output = Shapes::ShapeRef.new(shape: UpdateStreamResponse)
|
7678
9526
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9527
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7679
9528
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7680
9529
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7681
9530
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
@@ -7723,6 +9572,20 @@ module Aws::IoT
|
|
7723
9572
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7724
9573
|
end)
|
7725
9574
|
|
9575
|
+
api.add_operation(:update_thing_type, Seahorse::Model::Operation.new.tap do |o|
|
9576
|
+
o.name = "UpdateThingType"
|
9577
|
+
o.http_method = "PATCH"
|
9578
|
+
o.http_request_uri = "/thing-types/{thingTypeName}"
|
9579
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateThingTypeRequest)
|
9580
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateThingTypeResponse)
|
9581
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9582
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
9583
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9584
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
9585
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
9586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
9587
|
+
end)
|
9588
|
+
|
7726
9589
|
api.add_operation(:update_topic_rule_destination, Seahorse::Model::Operation.new.tap do |o|
|
7727
9590
|
o.name = "UpdateTopicRuleDestination"
|
7728
9591
|
o.http_method = "PATCH"
|