aws-sdk-iot 1.18.0 → 1.19.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.
@@ -11,12 +11,19 @@ module Aws::IoT
11
11
 
12
12
  include Seahorse::Model
13
13
 
14
+ AbortAction = Shapes::StringShape.new(name: 'AbortAction')
15
+ AbortConfig = Shapes::StructureShape.new(name: 'AbortConfig')
16
+ AbortCriteria = Shapes::StructureShape.new(name: 'AbortCriteria')
17
+ AbortCriteriaList = Shapes::ListShape.new(name: 'AbortCriteriaList')
18
+ AbortThresholdPercentage = Shapes::FloatShape.new(name: 'AbortThresholdPercentage')
14
19
  AcceptCertificateTransferRequest = Shapes::StructureShape.new(name: 'AcceptCertificateTransferRequest')
15
20
  Action = Shapes::StructureShape.new(name: 'Action')
16
21
  ActionList = Shapes::ListShape.new(name: 'ActionList')
17
22
  ActionType = Shapes::StringShape.new(name: 'ActionType')
18
23
  ActiveViolation = Shapes::StructureShape.new(name: 'ActiveViolation')
19
24
  ActiveViolations = Shapes::ListShape.new(name: 'ActiveViolations')
25
+ AddThingToBillingGroupRequest = Shapes::StructureShape.new(name: 'AddThingToBillingGroupRequest')
26
+ AddThingToBillingGroupResponse = Shapes::StructureShape.new(name: 'AddThingToBillingGroupResponse')
20
27
  AddThingToThingGroupRequest = Shapes::StructureShape.new(name: 'AddThingToThingGroupRequest')
21
28
  AddThingToThingGroupResponse = Shapes::StructureShape.new(name: 'AddThingToThingGroupResponse')
22
29
  AdditionalParameterMap = Shapes::MapShape.new(name: 'AdditionalParameterMap')
@@ -85,6 +92,13 @@ module Aws::IoT
85
92
  BehaviorMetric = Shapes::StringShape.new(name: 'BehaviorMetric')
86
93
  BehaviorName = Shapes::StringShape.new(name: 'BehaviorName')
87
94
  Behaviors = Shapes::ListShape.new(name: 'Behaviors')
95
+ BillingGroupArn = Shapes::StringShape.new(name: 'BillingGroupArn')
96
+ BillingGroupDescription = Shapes::StringShape.new(name: 'BillingGroupDescription')
97
+ BillingGroupId = Shapes::StringShape.new(name: 'BillingGroupId')
98
+ BillingGroupMetadata = Shapes::StructureShape.new(name: 'BillingGroupMetadata')
99
+ BillingGroupName = Shapes::StringShape.new(name: 'BillingGroupName')
100
+ BillingGroupNameAndArnList = Shapes::ListShape.new(name: 'BillingGroupNameAndArnList')
101
+ BillingGroupProperties = Shapes::StructureShape.new(name: 'BillingGroupProperties')
88
102
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
89
103
  BucketName = Shapes::StringShape.new(name: 'BucketName')
90
104
  CACertificate = Shapes::StructureShape.new(name: 'CACertificate')
@@ -133,11 +147,16 @@ module Aws::IoT
133
147
  CompliantChecksCount = Shapes::IntegerShape.new(name: 'CompliantChecksCount')
134
148
  Configuration = Shapes::StructureShape.new(name: 'Configuration')
135
149
  ConflictingResourceUpdateException = Shapes::StructureShape.new(name: 'ConflictingResourceUpdateException')
150
+ ConnectivityTimestamp = Shapes::IntegerShape.new(name: 'ConnectivityTimestamp')
136
151
  Count = Shapes::IntegerShape.new(name: 'Count')
137
152
  CreateAuthorizerRequest = Shapes::StructureShape.new(name: 'CreateAuthorizerRequest')
138
153
  CreateAuthorizerResponse = Shapes::StructureShape.new(name: 'CreateAuthorizerResponse')
154
+ CreateBillingGroupRequest = Shapes::StructureShape.new(name: 'CreateBillingGroupRequest')
155
+ CreateBillingGroupResponse = Shapes::StructureShape.new(name: 'CreateBillingGroupResponse')
139
156
  CreateCertificateFromCsrRequest = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrRequest')
140
157
  CreateCertificateFromCsrResponse = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrResponse')
158
+ CreateDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupRequest')
159
+ CreateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupResponse')
141
160
  CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
142
161
  CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
143
162
  CreateKeysAndCertificateRequest = Shapes::StructureShape.new(name: 'CreateKeysAndCertificateRequest')
@@ -175,10 +194,14 @@ module Aws::IoT
175
194
  DeleteAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAccountAuditConfigurationResponse')
176
195
  DeleteAuthorizerRequest = Shapes::StructureShape.new(name: 'DeleteAuthorizerRequest')
177
196
  DeleteAuthorizerResponse = Shapes::StructureShape.new(name: 'DeleteAuthorizerResponse')
197
+ DeleteBillingGroupRequest = Shapes::StructureShape.new(name: 'DeleteBillingGroupRequest')
198
+ DeleteBillingGroupResponse = Shapes::StructureShape.new(name: 'DeleteBillingGroupResponse')
178
199
  DeleteCACertificateRequest = Shapes::StructureShape.new(name: 'DeleteCACertificateRequest')
179
200
  DeleteCACertificateResponse = Shapes::StructureShape.new(name: 'DeleteCACertificateResponse')
180
201
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
181
202
  DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException')
203
+ DeleteDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupRequest')
204
+ DeleteDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupResponse')
182
205
  DeleteJobExecutionRequest = Shapes::StructureShape.new(name: 'DeleteJobExecutionRequest')
183
206
  DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
184
207
  DeleteOTAUpdateRequest = Shapes::StructureShape.new(name: 'DeleteOTAUpdateRequest')
@@ -216,6 +239,8 @@ module Aws::IoT
216
239
  DescribeAuditTaskResponse = Shapes::StructureShape.new(name: 'DescribeAuditTaskResponse')
217
240
  DescribeAuthorizerRequest = Shapes::StructureShape.new(name: 'DescribeAuthorizerRequest')
218
241
  DescribeAuthorizerResponse = Shapes::StructureShape.new(name: 'DescribeAuthorizerResponse')
242
+ DescribeBillingGroupRequest = Shapes::StructureShape.new(name: 'DescribeBillingGroupRequest')
243
+ DescribeBillingGroupResponse = Shapes::StructureShape.new(name: 'DescribeBillingGroupResponse')
219
244
  DescribeCACertificateRequest = Shapes::StructureShape.new(name: 'DescribeCACertificateRequest')
220
245
  DescribeCACertificateResponse = Shapes::StructureShape.new(name: 'DescribeCACertificateResponse')
221
246
  DescribeCertificateRequest = Shapes::StructureShape.new(name: 'DescribeCertificateRequest')
@@ -262,6 +287,7 @@ module Aws::IoT
262
287
  DisableAllLogs = Shapes::BooleanShape.new(name: 'DisableAllLogs')
263
288
  DisableTopicRuleRequest = Shapes::StructureShape.new(name: 'DisableTopicRuleRequest')
264
289
  DurationSeconds = Shapes::IntegerShape.new(name: 'DurationSeconds')
290
+ DynamicGroupStatus = Shapes::StringShape.new(name: 'DynamicGroupStatus')
265
291
  DynamoDBAction = Shapes::StructureShape.new(name: 'DynamoDBAction')
266
292
  DynamoDBv2Action = Shapes::StructureShape.new(name: 'DynamoDBv2Action')
267
293
  DynamoKeyType = Shapes::StringShape.new(name: 'DynamoKeyType')
@@ -287,6 +313,7 @@ module Aws::IoT
287
313
  ExpectedVersion = Shapes::IntegerShape.new(name: 'ExpectedVersion')
288
314
  ExpiresInSec = Shapes::IntegerShape.new(name: 'ExpiresInSec')
289
315
  ExplicitDeny = Shapes::StructureShape.new(name: 'ExplicitDeny')
316
+ ExponentialRolloutRate = Shapes::StructureShape.new(name: 'ExponentialRolloutRate')
290
317
  FailedChecksCount = Shapes::IntegerShape.new(name: 'FailedChecksCount')
291
318
  FailedThings = Shapes::IntegerShape.new(name: 'FailedThings')
292
319
  FileId = Shapes::IntegerShape.new(name: 'FileId')
@@ -330,6 +357,7 @@ module Aws::IoT
330
357
  InProgressChecksCount = Shapes::IntegerShape.new(name: 'InProgressChecksCount')
331
358
  InProgressThings = Shapes::IntegerShape.new(name: 'InProgressThings')
332
359
  InProgressTimeoutInMinutes = Shapes::IntegerShape.new(name: 'InProgressTimeoutInMinutes')
360
+ IncrementFactor = Shapes::FloatShape.new(name: 'IncrementFactor')
333
361
  IndexName = Shapes::StringShape.new(name: 'IndexName')
334
362
  IndexNamesList = Shapes::ListShape.new(name: 'IndexNamesList')
335
363
  IndexNotReadyException = Shapes::StructureShape.new(name: 'IndexNotReadyException')
@@ -352,6 +380,7 @@ module Aws::IoT
352
380
  JobDocument = Shapes::StringShape.new(name: 'JobDocument')
353
381
  JobDocumentSource = Shapes::StringShape.new(name: 'JobDocumentSource')
354
382
  JobExecution = Shapes::StructureShape.new(name: 'JobExecution')
383
+ JobExecutionFailureType = Shapes::StringShape.new(name: 'JobExecutionFailureType')
355
384
  JobExecutionStatus = Shapes::StringShape.new(name: 'JobExecutionStatus')
356
385
  JobExecutionStatusDetails = Shapes::StructureShape.new(name: 'JobExecutionStatusDetails')
357
386
  JobExecutionSummary = Shapes::StructureShape.new(name: 'JobExecutionSummary')
@@ -386,6 +415,8 @@ module Aws::IoT
386
415
  ListAuditTasksResponse = Shapes::StructureShape.new(name: 'ListAuditTasksResponse')
387
416
  ListAuthorizersRequest = Shapes::StructureShape.new(name: 'ListAuthorizersRequest')
388
417
  ListAuthorizersResponse = Shapes::StructureShape.new(name: 'ListAuthorizersResponse')
418
+ ListBillingGroupsRequest = Shapes::StructureShape.new(name: 'ListBillingGroupsRequest')
419
+ ListBillingGroupsResponse = Shapes::StructureShape.new(name: 'ListBillingGroupsResponse')
389
420
  ListCACertificatesRequest = Shapes::StructureShape.new(name: 'ListCACertificatesRequest')
390
421
  ListCACertificatesResponse = Shapes::StructureShape.new(name: 'ListCACertificatesResponse')
391
422
  ListCertificatesByCARequest = Shapes::StructureShape.new(name: 'ListCertificatesByCARequest')
@@ -424,6 +455,8 @@ module Aws::IoT
424
455
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
425
456
  ListStreamsRequest = Shapes::StructureShape.new(name: 'ListStreamsRequest')
426
457
  ListStreamsResponse = Shapes::StructureShape.new(name: 'ListStreamsResponse')
458
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
459
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
427
460
  ListTargetsForPolicyRequest = Shapes::StructureShape.new(name: 'ListTargetsForPolicyRequest')
428
461
  ListTargetsForPolicyResponse = Shapes::StructureShape.new(name: 'ListTargetsForPolicyResponse')
429
462
  ListTargetsForSecurityProfileRequest = Shapes::StructureShape.new(name: 'ListTargetsForSecurityProfileRequest')
@@ -440,6 +473,8 @@ module Aws::IoT
440
473
  ListThingRegistrationTasksResponse = Shapes::StructureShape.new(name: 'ListThingRegistrationTasksResponse')
441
474
  ListThingTypesRequest = Shapes::StructureShape.new(name: 'ListThingTypesRequest')
442
475
  ListThingTypesResponse = Shapes::StructureShape.new(name: 'ListThingTypesResponse')
476
+ ListThingsInBillingGroupRequest = Shapes::StructureShape.new(name: 'ListThingsInBillingGroupRequest')
477
+ ListThingsInBillingGroupResponse = Shapes::StructureShape.new(name: 'ListThingsInBillingGroupResponse')
443
478
  ListThingsInThingGroupRequest = Shapes::StructureShape.new(name: 'ListThingsInThingGroupRequest')
444
479
  ListThingsInThingGroupResponse = Shapes::StructureShape.new(name: 'ListThingsInThingGroupResponse')
445
480
  ListThingsRequest = Shapes::StructureShape.new(name: 'ListThingsRequest')
@@ -465,6 +500,7 @@ module Aws::IoT
465
500
  Message = Shapes::StringShape.new(name: 'Message')
466
501
  MessageFormat = Shapes::StringShape.new(name: 'MessageFormat')
467
502
  MetricValue = Shapes::StructureShape.new(name: 'MetricValue')
503
+ MinimumNumberOfExecutedThings = Shapes::IntegerShape.new(name: 'MinimumNumberOfExecutedThings')
468
504
  MissingContextValue = Shapes::StringShape.new(name: 'MissingContextValue')
469
505
  MissingContextValues = Shapes::ListShape.new(name: 'MissingContextValues')
470
506
  NextToken = Shapes::StringShape.new(name: 'NextToken')
@@ -472,6 +508,7 @@ module Aws::IoT
472
508
  NonCompliantResource = Shapes::StructureShape.new(name: 'NonCompliantResource')
473
509
  NonCompliantResourcesCount = Shapes::IntegerShape.new(name: 'NonCompliantResourcesCount')
474
510
  NotConfiguredException = Shapes::StructureShape.new(name: 'NotConfiguredException')
511
+ NumberOfThings = Shapes::IntegerShape.new(name: 'NumberOfThings')
475
512
  OTAUpdateArn = Shapes::StringShape.new(name: 'OTAUpdateArn')
476
513
  OTAUpdateDescription = Shapes::StringShape.new(name: 'OTAUpdateDescription')
477
514
  OTAUpdateErrorMessage = Shapes::StringShape.new(name: 'OTAUpdateErrorMessage')
@@ -486,6 +523,7 @@ module Aws::IoT
486
523
  OptionalVersion = Shapes::IntegerShape.new(name: 'OptionalVersion')
487
524
  OutgoingCertificate = Shapes::StructureShape.new(name: 'OutgoingCertificate')
488
525
  OutgoingCertificates = Shapes::ListShape.new(name: 'OutgoingCertificates')
526
+ OverrideDynamicGroups = Shapes::BooleanShape.new(name: 'OverrideDynamicGroups')
489
527
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
490
528
  Parameter = Shapes::StringShape.new(name: 'Parameter')
491
529
  Parameters = Shapes::MapShape.new(name: 'Parameters')
@@ -527,6 +565,8 @@ module Aws::IoT
527
565
  QueuedThings = Shapes::IntegerShape.new(name: 'QueuedThings')
528
566
  RangeKeyField = Shapes::StringShape.new(name: 'RangeKeyField')
529
567
  RangeKeyValue = Shapes::StringShape.new(name: 'RangeKeyValue')
568
+ RateIncreaseCriteria = Shapes::StructureShape.new(name: 'RateIncreaseCriteria')
569
+ ReasonCode = Shapes::StringShape.new(name: 'ReasonCode')
530
570
  ReasonForNonCompliance = Shapes::StringShape.new(name: 'ReasonForNonCompliance')
531
571
  ReasonForNonComplianceCode = Shapes::StringShape.new(name: 'ReasonForNonComplianceCode')
532
572
  Recursive = Shapes::BooleanShape.new(name: 'Recursive')
@@ -548,6 +588,8 @@ module Aws::IoT
548
588
  RelatedResource = Shapes::StructureShape.new(name: 'RelatedResource')
549
589
  RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
550
590
  RemoveAutoRegistration = Shapes::BooleanShape.new(name: 'RemoveAutoRegistration')
591
+ RemoveThingFromBillingGroupRequest = Shapes::StructureShape.new(name: 'RemoveThingFromBillingGroupRequest')
592
+ RemoveThingFromBillingGroupResponse = Shapes::StructureShape.new(name: 'RemoveThingFromBillingGroupResponse')
551
593
  RemoveThingFromThingGroupRequest = Shapes::StructureShape.new(name: 'RemoveThingFromThingGroupRequest')
552
594
  RemoveThingFromThingGroupResponse = Shapes::StructureShape.new(name: 'RemoveThingFromThingGroupResponse')
553
595
  RemoveThingType = Shapes::BooleanShape.new(name: 'RemoveThingType')
@@ -570,6 +612,7 @@ module Aws::IoT
570
612
  RoleAliasDescription = Shapes::StructureShape.new(name: 'RoleAliasDescription')
571
613
  RoleAliases = Shapes::ListShape.new(name: 'RoleAliases')
572
614
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
615
+ RolloutRatePerMinute = Shapes::IntegerShape.new(name: 'RolloutRatePerMinute')
573
616
  RuleArn = Shapes::StringShape.new(name: 'RuleArn')
574
617
  RuleName = Shapes::StringShape.new(name: 'RuleName')
575
618
  S3Action = Shapes::StructureShape.new(name: 'S3Action')
@@ -648,6 +691,13 @@ module Aws::IoT
648
691
  StringMap = Shapes::MapShape.new(name: 'StringMap')
649
692
  SucceededThings = Shapes::IntegerShape.new(name: 'SucceededThings')
650
693
  TableName = Shapes::StringShape.new(name: 'TableName')
694
+ Tag = Shapes::StructureShape.new(name: 'Tag')
695
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
696
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
697
+ TagList = Shapes::ListShape.new(name: 'TagList')
698
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
699
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
700
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
651
701
  Target = Shapes::StringShape.new(name: 'Target')
652
702
  TargetArn = Shapes::StringShape.new(name: 'TargetArn')
653
703
  TargetAuditCheckNames = Shapes::ListShape.new(name: 'TargetAuditCheckNames')
@@ -664,6 +714,8 @@ module Aws::IoT
664
714
  ThingArn = Shapes::StringShape.new(name: 'ThingArn')
665
715
  ThingAttribute = Shapes::StructureShape.new(name: 'ThingAttribute')
666
716
  ThingAttributeList = Shapes::ListShape.new(name: 'ThingAttributeList')
717
+ ThingConnectivity = Shapes::StructureShape.new(name: 'ThingConnectivity')
718
+ ThingConnectivityIndexingMode = Shapes::StringShape.new(name: 'ThingConnectivityIndexingMode')
667
719
  ThingDocument = Shapes::StructureShape.new(name: 'ThingDocument')
668
720
  ThingDocumentList = Shapes::ListShape.new(name: 'ThingDocumentList')
669
721
  ThingGroupArn = Shapes::StringShape.new(name: 'ThingGroupArn')
@@ -715,16 +767,23 @@ module Aws::IoT
715
767
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
716
768
  UndoDeprecate = Shapes::BooleanShape.new(name: 'UndoDeprecate')
717
769
  UnsignedLong = Shapes::IntegerShape.new(name: 'UnsignedLong')
770
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
771
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
718
772
  UpdateAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationRequest')
719
773
  UpdateAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationResponse')
720
774
  UpdateAuthorizerRequest = Shapes::StructureShape.new(name: 'UpdateAuthorizerRequest')
721
775
  UpdateAuthorizerResponse = Shapes::StructureShape.new(name: 'UpdateAuthorizerResponse')
776
+ UpdateBillingGroupRequest = Shapes::StructureShape.new(name: 'UpdateBillingGroupRequest')
777
+ UpdateBillingGroupResponse = Shapes::StructureShape.new(name: 'UpdateBillingGroupResponse')
722
778
  UpdateCACertificateRequest = Shapes::StructureShape.new(name: 'UpdateCACertificateRequest')
723
779
  UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
780
+ UpdateDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'UpdateDynamicThingGroupRequest')
781
+ UpdateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'UpdateDynamicThingGroupResponse')
724
782
  UpdateEventConfigurationsRequest = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsRequest')
725
783
  UpdateEventConfigurationsResponse = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsResponse')
726
784
  UpdateIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationRequest')
727
785
  UpdateIndexingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateIndexingConfigurationResponse')
786
+ UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
728
787
  UpdateRoleAliasRequest = Shapes::StructureShape.new(name: 'UpdateRoleAliasRequest')
729
788
  UpdateRoleAliasResponse = Shapes::StructureShape.new(name: 'UpdateRoleAliasResponse')
730
789
  UpdateScheduledAuditRequest = Shapes::StructureShape.new(name: 'UpdateScheduledAuditRequest')
@@ -759,6 +818,17 @@ module Aws::IoT
759
818
  resourceArn = Shapes::StringShape.new(name: 'resourceArn')
760
819
  resourceId = Shapes::StringShape.new(name: 'resourceId')
761
820
 
821
+ AbortConfig.add_member(:criteria_list, Shapes::ShapeRef.new(shape: AbortCriteriaList, required: true, location_name: "criteriaList"))
822
+ AbortConfig.struct_class = Types::AbortConfig
823
+
824
+ AbortCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: JobExecutionFailureType, required: true, location_name: "failureType"))
825
+ AbortCriteria.add_member(:action, Shapes::ShapeRef.new(shape: AbortAction, required: true, location_name: "action"))
826
+ AbortCriteria.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: AbortThresholdPercentage, required: true, location_name: "thresholdPercentage"))
827
+ AbortCriteria.add_member(:min_number_of_executed_things, Shapes::ShapeRef.new(shape: MinimumNumberOfExecutedThings, required: true, location_name: "minNumberOfExecutedThings"))
828
+ AbortCriteria.struct_class = Types::AbortCriteria
829
+
830
+ AbortCriteriaList.member = Shapes::ShapeRef.new(shape: AbortCriteria)
831
+
762
832
  AcceptCertificateTransferRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "certificateId"))
763
833
  AcceptCertificateTransferRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
764
834
  AcceptCertificateTransferRequest.struct_class = Types::AcceptCertificateTransferRequest
@@ -793,10 +863,19 @@ module Aws::IoT
793
863
 
794
864
  ActiveViolations.member = Shapes::ShapeRef.new(shape: ActiveViolation)
795
865
 
866
+ AddThingToBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
867
+ AddThingToBillingGroupRequest.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "billingGroupArn"))
868
+ AddThingToBillingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
869
+ AddThingToBillingGroupRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
870
+ AddThingToBillingGroupRequest.struct_class = Types::AddThingToBillingGroupRequest
871
+
872
+ AddThingToBillingGroupResponse.struct_class = Types::AddThingToBillingGroupResponse
873
+
796
874
  AddThingToThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
797
875
  AddThingToThingGroupRequest.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
798
876
  AddThingToThingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
799
877
  AddThingToThingGroupRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
878
+ AddThingToThingGroupRequest.add_member(:override_dynamic_groups, Shapes::ShapeRef.new(shape: OverrideDynamicGroups, location_name: "overrideDynamicGroups"))
800
879
  AddThingToThingGroupRequest.struct_class = Types::AddThingToThingGroupRequest
801
880
 
802
881
  AddThingToThingGroupResponse.struct_class = Types::AddThingToThingGroupResponse
@@ -945,6 +1024,14 @@ module Aws::IoT
945
1024
 
946
1025
  Behaviors.member = Shapes::ShapeRef.new(shape: Behavior)
947
1026
 
1027
+ BillingGroupMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "creationDate"))
1028
+ BillingGroupMetadata.struct_class = Types::BillingGroupMetadata
1029
+
1030
+ BillingGroupNameAndArnList.member = Shapes::ShapeRef.new(shape: GroupNameAndArn)
1031
+
1032
+ BillingGroupProperties.add_member(:billing_group_description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "billingGroupDescription"))
1033
+ BillingGroupProperties.struct_class = Types::BillingGroupProperties
1034
+
948
1035
  CACertificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
949
1036
  CACertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
950
1037
  CACertificate.add_member(:status, Shapes::ShapeRef.new(shape: CACertificateStatus, location_name: "status"))
@@ -982,6 +1069,7 @@ module Aws::IoT
982
1069
  CancelJobExecutionRequest.struct_class = Types::CancelJobExecutionRequest
983
1070
 
984
1071
  CancelJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1072
+ CancelJobRequest.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "reasonCode"))
985
1073
  CancelJobRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
986
1074
  CancelJobRequest.add_member(:force, Shapes::ShapeRef.new(shape: ForceFlag, location: "querystring", location_name: "force"))
987
1075
  CancelJobRequest.struct_class = Types::CancelJobRequest
@@ -1064,6 +1152,16 @@ module Aws::IoT
1064
1152
  CreateAuthorizerResponse.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
1065
1153
  CreateAuthorizerResponse.struct_class = Types::CreateAuthorizerResponse
1066
1154
 
1155
+ CreateBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location: "uri", location_name: "billingGroupName"))
1156
+ CreateBillingGroupRequest.add_member(:billing_group_properties, Shapes::ShapeRef.new(shape: BillingGroupProperties, location_name: "billingGroupProperties"))
1157
+ CreateBillingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1158
+ CreateBillingGroupRequest.struct_class = Types::CreateBillingGroupRequest
1159
+
1160
+ CreateBillingGroupResponse.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
1161
+ CreateBillingGroupResponse.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "billingGroupArn"))
1162
+ CreateBillingGroupResponse.add_member(:billing_group_id, Shapes::ShapeRef.new(shape: BillingGroupId, location_name: "billingGroupId"))
1163
+ CreateBillingGroupResponse.struct_class = Types::CreateBillingGroupResponse
1164
+
1067
1165
  CreateCertificateFromCsrRequest.add_member(:certificate_signing_request, Shapes::ShapeRef.new(shape: CertificateSigningRequest, required: true, location_name: "certificateSigningRequest"))
1068
1166
  CreateCertificateFromCsrRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
1069
1167
  CreateCertificateFromCsrRequest.struct_class = Types::CreateCertificateFromCsrRequest
@@ -1073,6 +1171,22 @@ module Aws::IoT
1073
1171
  CreateCertificateFromCsrResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
1074
1172
  CreateCertificateFromCsrResponse.struct_class = Types::CreateCertificateFromCsrResponse
1075
1173
 
1174
+ CreateDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1175
+ CreateDynamicThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
1176
+ CreateDynamicThingGroupRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
1177
+ CreateDynamicThingGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, required: true, location_name: "queryString"))
1178
+ CreateDynamicThingGroupRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
1179
+ CreateDynamicThingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1180
+ CreateDynamicThingGroupRequest.struct_class = Types::CreateDynamicThingGroupRequest
1181
+
1182
+ CreateDynamicThingGroupResponse.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
1183
+ CreateDynamicThingGroupResponse.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
1184
+ CreateDynamicThingGroupResponse.add_member(:thing_group_id, Shapes::ShapeRef.new(shape: ThingGroupId, location_name: "thingGroupId"))
1185
+ CreateDynamicThingGroupResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
1186
+ CreateDynamicThingGroupResponse.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "queryString"))
1187
+ CreateDynamicThingGroupResponse.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
1188
+ CreateDynamicThingGroupResponse.struct_class = Types::CreateDynamicThingGroupResponse
1189
+
1076
1190
  CreateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1077
1191
  CreateJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
1078
1192
  CreateJobRequest.add_member(:document_source, Shapes::ShapeRef.new(shape: JobDocumentSource, location_name: "documentSource"))
@@ -1081,7 +1195,9 @@ module Aws::IoT
1081
1195
  CreateJobRequest.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
1082
1196
  CreateJobRequest.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
1083
1197
  CreateJobRequest.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
1198
+ CreateJobRequest.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
1084
1199
  CreateJobRequest.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
1200
+ CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1085
1201
  CreateJobRequest.struct_class = Types::CreateJobRequest
1086
1202
 
1087
1203
  CreateJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
@@ -1159,6 +1275,7 @@ module Aws::IoT
1159
1275
  CreateSecurityProfileRequest.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
1160
1276
  CreateSecurityProfileRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, required: true, location_name: "behaviors"))
1161
1277
  CreateSecurityProfileRequest.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
1278
+ CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1162
1279
  CreateSecurityProfileRequest.struct_class = Types::CreateSecurityProfileRequest
1163
1280
 
1164
1281
  CreateSecurityProfileResponse.add_member(:security_profile_name, Shapes::ShapeRef.new(shape: SecurityProfileName, location_name: "securityProfileName"))
@@ -1180,6 +1297,7 @@ module Aws::IoT
1180
1297
  CreateThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1181
1298
  CreateThingGroupRequest.add_member(:parent_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "parentGroupName"))
1182
1299
  CreateThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
1300
+ CreateThingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1183
1301
  CreateThingGroupRequest.struct_class = Types::CreateThingGroupRequest
1184
1302
 
1185
1303
  CreateThingGroupResponse.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
@@ -1190,6 +1308,7 @@ module Aws::IoT
1190
1308
  CreateThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
1191
1309
  CreateThingRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
1192
1310
  CreateThingRequest.add_member(:attribute_payload, Shapes::ShapeRef.new(shape: AttributePayload, location_name: "attributePayload"))
1311
+ CreateThingRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
1193
1312
  CreateThingRequest.struct_class = Types::CreateThingRequest
1194
1313
 
1195
1314
  CreateThingResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
@@ -1199,6 +1318,7 @@ module Aws::IoT
1199
1318
 
1200
1319
  CreateThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
1201
1320
  CreateThingTypeRequest.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
1321
+ CreateThingTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1202
1322
  CreateThingTypeRequest.struct_class = Types::CreateThingTypeRequest
1203
1323
 
1204
1324
  CreateThingTypeResponse.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
@@ -1228,6 +1348,12 @@ module Aws::IoT
1228
1348
 
1229
1349
  DeleteAuthorizerResponse.struct_class = Types::DeleteAuthorizerResponse
1230
1350
 
1351
+ DeleteBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location: "uri", location_name: "billingGroupName"))
1352
+ DeleteBillingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
1353
+ DeleteBillingGroupRequest.struct_class = Types::DeleteBillingGroupRequest
1354
+
1355
+ DeleteBillingGroupResponse.struct_class = Types::DeleteBillingGroupResponse
1356
+
1231
1357
  DeleteCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
1232
1358
  DeleteCACertificateRequest.struct_class = Types::DeleteCACertificateRequest
1233
1359
 
@@ -1237,6 +1363,12 @@ module Aws::IoT
1237
1363
  DeleteCertificateRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location: "querystring", location_name: "forceDelete"))
1238
1364
  DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
1239
1365
 
1366
+ DeleteDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1367
+ DeleteDynamicThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
1368
+ DeleteDynamicThingGroupRequest.struct_class = Types::DeleteDynamicThingGroupRequest
1369
+
1370
+ DeleteDynamicThingGroupResponse.struct_class = Types::DeleteDynamicThingGroupResponse
1371
+
1240
1372
  DeleteJobExecutionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1241
1373
  DeleteJobExecutionRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
1242
1374
  DeleteJobExecutionRequest.add_member(:execution_number, Shapes::ShapeRef.new(shape: ExecutionNumber, required: true, location: "uri", location_name: "executionNumber"))
@@ -1344,6 +1476,17 @@ module Aws::IoT
1344
1476
  DescribeAuthorizerResponse.add_member(:authorizer_description, Shapes::ShapeRef.new(shape: AuthorizerDescription, location_name: "authorizerDescription"))
1345
1477
  DescribeAuthorizerResponse.struct_class = Types::DescribeAuthorizerResponse
1346
1478
 
1479
+ DescribeBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location: "uri", location_name: "billingGroupName"))
1480
+ DescribeBillingGroupRequest.struct_class = Types::DescribeBillingGroupRequest
1481
+
1482
+ DescribeBillingGroupResponse.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
1483
+ DescribeBillingGroupResponse.add_member(:billing_group_id, Shapes::ShapeRef.new(shape: BillingGroupId, location_name: "billingGroupId"))
1484
+ DescribeBillingGroupResponse.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "billingGroupArn"))
1485
+ DescribeBillingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
1486
+ DescribeBillingGroupResponse.add_member(:billing_group_properties, Shapes::ShapeRef.new(shape: BillingGroupProperties, location_name: "billingGroupProperties"))
1487
+ DescribeBillingGroupResponse.add_member(:billing_group_metadata, Shapes::ShapeRef.new(shape: BillingGroupMetadata, location_name: "billingGroupMetadata"))
1488
+ DescribeBillingGroupResponse.struct_class = Types::DescribeBillingGroupResponse
1489
+
1347
1490
  DescribeCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
1348
1491
  DescribeCACertificateRequest.struct_class = Types::DescribeCACertificateRequest
1349
1492
 
@@ -1443,6 +1586,10 @@ module Aws::IoT
1443
1586
  DescribeThingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
1444
1587
  DescribeThingGroupResponse.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
1445
1588
  DescribeThingGroupResponse.add_member(:thing_group_metadata, Shapes::ShapeRef.new(shape: ThingGroupMetadata, location_name: "thingGroupMetadata"))
1589
+ DescribeThingGroupResponse.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
1590
+ DescribeThingGroupResponse.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "queryString"))
1591
+ DescribeThingGroupResponse.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
1592
+ DescribeThingGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: DynamicGroupStatus, location_name: "status"))
1446
1593
  DescribeThingGroupResponse.struct_class = Types::DescribeThingGroupResponse
1447
1594
 
1448
1595
  DescribeThingRegistrationTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
@@ -1472,6 +1619,7 @@ module Aws::IoT
1472
1619
  DescribeThingResponse.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
1473
1620
  DescribeThingResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
1474
1621
  DescribeThingResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
1622
+ DescribeThingResponse.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
1475
1623
  DescribeThingResponse.struct_class = Types::DescribeThingResponse
1476
1624
 
1477
1625
  DescribeThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
@@ -1556,6 +1704,11 @@ module Aws::IoT
1556
1704
  ExplicitDeny.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
1557
1705
  ExplicitDeny.struct_class = Types::ExplicitDeny
1558
1706
 
1707
+ ExponentialRolloutRate.add_member(:base_rate_per_minute, Shapes::ShapeRef.new(shape: RolloutRatePerMinute, required: true, location_name: "baseRatePerMinute"))
1708
+ ExponentialRolloutRate.add_member(:increment_factor, Shapes::ShapeRef.new(shape: IncrementFactor, required: true, location_name: "incrementFactor"))
1709
+ ExponentialRolloutRate.add_member(:rate_increase_criteria, Shapes::ShapeRef.new(shape: RateIncreaseCriteria, required: true, location_name: "rateIncreaseCriteria"))
1710
+ ExponentialRolloutRate.struct_class = Types::ExponentialRolloutRate
1711
+
1559
1712
  FileLocation.add_member(:stream, Shapes::ShapeRef.new(shape: Stream, location_name: "stream"))
1560
1713
  FileLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
1561
1714
  FileLocation.struct_class = Types::FileLocation
@@ -1661,11 +1814,13 @@ module Aws::IoT
1661
1814
  Job.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
1662
1815
  Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1663
1816
  Job.add_member(:force_canceled, Shapes::ShapeRef.new(shape: Forced, location_name: "forceCanceled"))
1817
+ Job.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "reasonCode"))
1664
1818
  Job.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
1665
1819
  Job.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, location_name: "targets"))
1666
1820
  Job.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
1667
1821
  Job.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
1668
1822
  Job.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
1823
+ Job.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
1669
1824
  Job.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
1670
1825
  Job.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
1671
1826
  Job.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
@@ -1709,6 +1864,7 @@ module Aws::IoT
1709
1864
  JobExecutionSummaryForThingList.member = Shapes::ShapeRef.new(shape: JobExecutionSummaryForThing)
1710
1865
 
1711
1866
  JobExecutionsRolloutConfig.add_member(:maximum_per_minute, Shapes::ShapeRef.new(shape: MaxJobExecutionsPerMin, location_name: "maximumPerMinute"))
1867
+ JobExecutionsRolloutConfig.add_member(:exponential_rate, Shapes::ShapeRef.new(shape: ExponentialRolloutRate, location_name: "exponentialRate"))
1712
1868
  JobExecutionsRolloutConfig.struct_class = Types::JobExecutionsRolloutConfig
1713
1869
 
1714
1870
  JobProcessDetails.add_member(:processing_targets, Shapes::ShapeRef.new(shape: ProcessingTargetNameList, location_name: "processingTargets"))
@@ -1803,6 +1959,15 @@ module Aws::IoT
1803
1959
  ListAuthorizersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
1804
1960
  ListAuthorizersResponse.struct_class = Types::ListAuthorizersResponse
1805
1961
 
1962
+ ListBillingGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1963
+ ListBillingGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
1964
+ ListBillingGroupsRequest.add_member(:name_prefix_filter, Shapes::ShapeRef.new(shape: BillingGroupName, location: "querystring", location_name: "namePrefixFilter"))
1965
+ ListBillingGroupsRequest.struct_class = Types::ListBillingGroupsRequest
1966
+
1967
+ ListBillingGroupsResponse.add_member(:billing_groups, Shapes::ShapeRef.new(shape: BillingGroupNameAndArnList, location_name: "billingGroups"))
1968
+ ListBillingGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1969
+ ListBillingGroupsResponse.struct_class = Types::ListBillingGroupsResponse
1970
+
1806
1971
  ListCACertificatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
1807
1972
  ListCACertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1808
1973
  ListCACertificatesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
@@ -1977,6 +2142,14 @@ module Aws::IoT
1977
2142
  ListStreamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1978
2143
  ListStreamsResponse.struct_class = Types::ListStreamsResponse
1979
2144
 
2145
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "querystring", location_name: "resourceArn"))
2146
+ ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
2147
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
2148
+
2149
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
2150
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2151
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
2152
+
1980
2153
  ListTargetsForPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "policyName"))
1981
2154
  ListTargetsForPolicyRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
1982
2155
  ListTargetsForPolicyRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
@@ -2050,6 +2223,15 @@ module Aws::IoT
2050
2223
  ListThingTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2051
2224
  ListThingTypesResponse.struct_class = Types::ListThingTypesResponse
2052
2225
 
2226
+ ListThingsInBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location: "uri", location_name: "billingGroupName"))
2227
+ ListThingsInBillingGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
2228
+ ListThingsInBillingGroupRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
2229
+ ListThingsInBillingGroupRequest.struct_class = Types::ListThingsInBillingGroupRequest
2230
+
2231
+ ListThingsInBillingGroupResponse.add_member(:things, Shapes::ShapeRef.new(shape: ThingNameList, location_name: "things"))
2232
+ ListThingsInBillingGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2233
+ ListThingsInBillingGroupResponse.struct_class = Types::ListThingsInBillingGroupResponse
2234
+
2053
2235
  ListThingsInThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
2054
2236
  ListThingsInThingGroupRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Recursive, location: "querystring", location_name: "recursive"))
2055
2237
  ListThingsInThingGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -2212,6 +2394,10 @@ module Aws::IoT
2212
2394
  PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "tableName"))
2213
2395
  PutItemInput.struct_class = Types::PutItemInput
2214
2396
 
2397
+ RateIncreaseCriteria.add_member(:number_of_notified_things, Shapes::ShapeRef.new(shape: NumberOfThings, location_name: "numberOfNotifiedThings"))
2398
+ RateIncreaseCriteria.add_member(:number_of_succeeded_things, Shapes::ShapeRef.new(shape: NumberOfThings, location_name: "numberOfSucceededThings"))
2399
+ RateIncreaseCriteria.struct_class = Types::RateIncreaseCriteria
2400
+
2215
2401
  RegisterCACertificateRequest.add_member(:ca_certificate, Shapes::ShapeRef.new(shape: CertificatePem, required: true, location_name: "caCertificate"))
2216
2402
  RegisterCACertificateRequest.add_member(:verification_certificate, Shapes::ShapeRef.new(shape: CertificatePem, required: true, location_name: "verificationCertificate"))
2217
2403
  RegisterCACertificateRequest.add_member(:set_as_active, Shapes::ShapeRef.new(shape: SetAsActive, location: "querystring", location_name: "setAsActive"))
@@ -2256,6 +2442,14 @@ module Aws::IoT
2256
2442
 
2257
2443
  RelatedResources.member = Shapes::ShapeRef.new(shape: RelatedResource)
2258
2444
 
2445
+ RemoveThingFromBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "billingGroupName"))
2446
+ RemoveThingFromBillingGroupRequest.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "billingGroupArn"))
2447
+ RemoveThingFromBillingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
2448
+ RemoveThingFromBillingGroupRequest.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "thingArn"))
2449
+ RemoveThingFromBillingGroupRequest.struct_class = Types::RemoveThingFromBillingGroupRequest
2450
+
2451
+ RemoveThingFromBillingGroupResponse.struct_class = Types::RemoveThingFromBillingGroupResponse
2452
+
2259
2453
  RemoveThingFromThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, location_name: "thingGroupName"))
2260
2454
  RemoveThingFromThingGroupRequest.add_member(:thing_group_arn, Shapes::ShapeRef.new(shape: ThingGroupArn, location_name: "thingGroupArn"))
2261
2455
  RemoveThingFromThingGroupRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
@@ -2460,6 +2654,20 @@ module Aws::IoT
2460
2654
  StringMap.key = Shapes::ShapeRef.new(shape: String)
2461
2655
  StringMap.value = Shapes::ShapeRef.new(shape: String)
2462
2656
 
2657
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
2658
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
2659
+ Tag.struct_class = Types::Tag
2660
+
2661
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
2662
+
2663
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
2664
+
2665
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
2666
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
2667
+ TagResourceRequest.struct_class = Types::TagResourceRequest
2668
+
2669
+ TagResourceResponse.struct_class = Types::TagResourceResponse
2670
+
2463
2671
  TargetAuditCheckNames.member = Shapes::ShapeRef.new(shape: AuditCheckName)
2464
2672
 
2465
2673
  Targets.member = Shapes::ShapeRef.new(shape: Target)
@@ -2507,12 +2715,17 @@ module Aws::IoT
2507
2715
 
2508
2716
  ThingAttributeList.member = Shapes::ShapeRef.new(shape: ThingAttribute)
2509
2717
 
2718
+ ThingConnectivity.add_member(:connected, Shapes::ShapeRef.new(shape: Boolean, location_name: "connected"))
2719
+ ThingConnectivity.add_member(:timestamp, Shapes::ShapeRef.new(shape: ConnectivityTimestamp, location_name: "timestamp"))
2720
+ ThingConnectivity.struct_class = Types::ThingConnectivity
2721
+
2510
2722
  ThingDocument.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
2511
2723
  ThingDocument.add_member(:thing_id, Shapes::ShapeRef.new(shape: ThingId, location_name: "thingId"))
2512
2724
  ThingDocument.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
2513
2725
  ThingDocument.add_member(:thing_group_names, Shapes::ShapeRef.new(shape: ThingGroupNameList, location_name: "thingGroupNames"))
2514
2726
  ThingDocument.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
2515
2727
  ThingDocument.add_member(:shadow, Shapes::ShapeRef.new(shape: JsonDocument, location_name: "shadow"))
2728
+ ThingDocument.add_member(:connectivity, Shapes::ShapeRef.new(shape: ThingConnectivity, location_name: "connectivity"))
2516
2729
  ThingDocument.struct_class = Types::ThingDocument
2517
2730
 
2518
2731
  ThingDocumentList.member = Shapes::ShapeRef.new(shape: ThingDocument)
@@ -2545,6 +2758,7 @@ module Aws::IoT
2545
2758
  ThingGroupProperties.struct_class = Types::ThingGroupProperties
2546
2759
 
2547
2760
  ThingIndexingConfiguration.add_member(:thing_indexing_mode, Shapes::ShapeRef.new(shape: ThingIndexingMode, required: true, location_name: "thingIndexingMode"))
2761
+ ThingIndexingConfiguration.add_member(:thing_connectivity_indexing_mode, Shapes::ShapeRef.new(shape: ThingConnectivityIndexingMode, location_name: "thingConnectivityIndexingMode"))
2548
2762
  ThingIndexingConfiguration.struct_class = Types::ThingIndexingConfiguration
2549
2763
 
2550
2764
  ThingNameList.member = Shapes::ShapeRef.new(shape: ThingName)
@@ -2611,6 +2825,12 @@ module Aws::IoT
2611
2825
  TransferData.add_member(:reject_date, Shapes::ShapeRef.new(shape: DateType, location_name: "rejectDate"))
2612
2826
  TransferData.struct_class = Types::TransferData
2613
2827
 
2828
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
2829
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
2830
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
2831
+
2832
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
2833
+
2614
2834
  UpdateAccountAuditConfigurationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
2615
2835
  UpdateAccountAuditConfigurationRequest.add_member(:audit_notification_target_configurations, Shapes::ShapeRef.new(shape: AuditNotificationTargetConfigurations, location_name: "auditNotificationTargetConfigurations"))
2616
2836
  UpdateAccountAuditConfigurationRequest.add_member(:audit_check_configurations, Shapes::ShapeRef.new(shape: AuditCheckConfigurations, location_name: "auditCheckConfigurations"))
@@ -2629,6 +2849,14 @@ module Aws::IoT
2629
2849
  UpdateAuthorizerResponse.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
2630
2850
  UpdateAuthorizerResponse.struct_class = Types::UpdateAuthorizerResponse
2631
2851
 
2852
+ UpdateBillingGroupRequest.add_member(:billing_group_name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location: "uri", location_name: "billingGroupName"))
2853
+ UpdateBillingGroupRequest.add_member(:billing_group_properties, Shapes::ShapeRef.new(shape: BillingGroupProperties, required: true, location_name: "billingGroupProperties"))
2854
+ UpdateBillingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location_name: "expectedVersion"))
2855
+ UpdateBillingGroupRequest.struct_class = Types::UpdateBillingGroupRequest
2856
+
2857
+ UpdateBillingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
2858
+ UpdateBillingGroupResponse.struct_class = Types::UpdateBillingGroupResponse
2859
+
2632
2860
  UpdateCACertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location: "uri", location_name: "caCertificateId"))
2633
2861
  UpdateCACertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CACertificateStatus, location: "querystring", location_name: "newStatus"))
2634
2862
  UpdateCACertificateRequest.add_member(:new_auto_registration_status, Shapes::ShapeRef.new(shape: AutoRegistrationStatus, location: "querystring", location_name: "newAutoRegistrationStatus"))
@@ -2640,6 +2868,17 @@ module Aws::IoT
2640
2868
  UpdateCertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CertificateStatus, required: true, location: "querystring", location_name: "newStatus"))
2641
2869
  UpdateCertificateRequest.struct_class = Types::UpdateCertificateRequest
2642
2870
 
2871
+ UpdateDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
2872
+ UpdateDynamicThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, required: true, location_name: "thingGroupProperties"))
2873
+ UpdateDynamicThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location_name: "expectedVersion"))
2874
+ UpdateDynamicThingGroupRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
2875
+ UpdateDynamicThingGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "queryString"))
2876
+ UpdateDynamicThingGroupRequest.add_member(:query_version, Shapes::ShapeRef.new(shape: QueryVersion, location_name: "queryVersion"))
2877
+ UpdateDynamicThingGroupRequest.struct_class = Types::UpdateDynamicThingGroupRequest
2878
+
2879
+ UpdateDynamicThingGroupResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
2880
+ UpdateDynamicThingGroupResponse.struct_class = Types::UpdateDynamicThingGroupResponse
2881
+
2643
2882
  UpdateEventConfigurationsRequest.add_member(:event_configurations, Shapes::ShapeRef.new(shape: EventConfigurations, location_name: "eventConfigurations"))
2644
2883
  UpdateEventConfigurationsRequest.struct_class = Types::UpdateEventConfigurationsRequest
2645
2884
 
@@ -2651,6 +2890,14 @@ module Aws::IoT
2651
2890
 
2652
2891
  UpdateIndexingConfigurationResponse.struct_class = Types::UpdateIndexingConfigurationResponse
2653
2892
 
2893
+ UpdateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
2894
+ UpdateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
2895
+ UpdateJobRequest.add_member(:presigned_url_config, Shapes::ShapeRef.new(shape: PresignedUrlConfig, location_name: "presignedUrlConfig"))
2896
+ UpdateJobRequest.add_member(:job_executions_rollout_config, Shapes::ShapeRef.new(shape: JobExecutionsRolloutConfig, location_name: "jobExecutionsRolloutConfig"))
2897
+ UpdateJobRequest.add_member(:abort_config, Shapes::ShapeRef.new(shape: AbortConfig, location_name: "abortConfig"))
2898
+ UpdateJobRequest.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, location_name: "timeoutConfig"))
2899
+ UpdateJobRequest.struct_class = Types::UpdateJobRequest
2900
+
2654
2901
  UpdateRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
2655
2902
  UpdateRoleAliasRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
2656
2903
  UpdateRoleAliasRequest.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
@@ -2710,6 +2957,7 @@ module Aws::IoT
2710
2957
  UpdateThingGroupsForThingRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "thingName"))
2711
2958
  UpdateThingGroupsForThingRequest.add_member(:thing_groups_to_add, Shapes::ShapeRef.new(shape: ThingGroupList, location_name: "thingGroupsToAdd"))
2712
2959
  UpdateThingGroupsForThingRequest.add_member(:thing_groups_to_remove, Shapes::ShapeRef.new(shape: ThingGroupList, location_name: "thingGroupsToRemove"))
2960
+ UpdateThingGroupsForThingRequest.add_member(:override_dynamic_groups, Shapes::ShapeRef.new(shape: OverrideDynamicGroups, location_name: "overrideDynamicGroups"))
2713
2961
  UpdateThingGroupsForThingRequest.struct_class = Types::UpdateThingGroupsForThingRequest
2714
2962
 
2715
2963
  UpdateThingGroupsForThingResponse.struct_class = Types::UpdateThingGroupsForThingResponse
@@ -2778,6 +3026,18 @@ module Aws::IoT
2778
3026
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2779
3027
  end)
2780
3028
 
3029
+ api.add_operation(:add_thing_to_billing_group, Seahorse::Model::Operation.new.tap do |o|
3030
+ o.name = "AddThingToBillingGroup"
3031
+ o.http_method = "PUT"
3032
+ o.http_request_uri = "/billing-groups/addThingToBillingGroup"
3033
+ o.input = Shapes::ShapeRef.new(shape: AddThingToBillingGroupRequest)
3034
+ o.output = Shapes::ShapeRef.new(shape: AddThingToBillingGroupResponse)
3035
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3036
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3037
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3039
+ end)
3040
+
2781
3041
  api.add_operation(:add_thing_to_thing_group, Seahorse::Model::Operation.new.tap do |o|
2782
3042
  o.name = "AddThingToThingGroup"
2783
3043
  o.http_method = "PUT"
@@ -2944,6 +3204,18 @@ module Aws::IoT
2944
3204
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2945
3205
  end)
2946
3206
 
3207
+ api.add_operation(:create_billing_group, Seahorse::Model::Operation.new.tap do |o|
3208
+ o.name = "CreateBillingGroup"
3209
+ o.http_method = "POST"
3210
+ o.http_request_uri = "/billing-groups/{billingGroupName}"
3211
+ o.input = Shapes::ShapeRef.new(shape: CreateBillingGroupRequest)
3212
+ o.output = Shapes::ShapeRef.new(shape: CreateBillingGroupResponse)
3213
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3214
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
3215
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3216
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3217
+ end)
3218
+
2947
3219
  api.add_operation(:create_certificate_from_csr, Seahorse::Model::Operation.new.tap do |o|
2948
3220
  o.name = "CreateCertificateFromCsr"
2949
3221
  o.http_method = "POST"
@@ -2957,6 +3229,21 @@ module Aws::IoT
2957
3229
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
2958
3230
  end)
2959
3231
 
3232
+ api.add_operation(:create_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
3233
+ o.name = "CreateDynamicThingGroup"
3234
+ o.http_method = "POST"
3235
+ o.http_request_uri = "/dynamic-thing-groups/{thingGroupName}"
3236
+ o.input = Shapes::ShapeRef.new(shape: CreateDynamicThingGroupRequest)
3237
+ o.output = Shapes::ShapeRef.new(shape: CreateDynamicThingGroupResponse)
3238
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3239
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
3240
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3241
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3242
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3243
+ o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
3244
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3245
+ end)
3246
+
2960
3247
  api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
2961
3248
  o.name = "CreateJob"
2962
3249
  o.http_method = "PUT"
@@ -3138,6 +3425,7 @@ module Aws::IoT
3138
3425
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3139
3426
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
3140
3427
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3428
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
3141
3429
  end)
3142
3430
 
3143
3431
  api.add_operation(:delete_account_audit_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -3167,6 +3455,18 @@ module Aws::IoT
3167
3455
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3168
3456
  end)
3169
3457
 
3458
+ api.add_operation(:delete_billing_group, Seahorse::Model::Operation.new.tap do |o|
3459
+ o.name = "DeleteBillingGroup"
3460
+ o.http_method = "DELETE"
3461
+ o.http_request_uri = "/billing-groups/{billingGroupName}"
3462
+ o.input = Shapes::ShapeRef.new(shape: DeleteBillingGroupRequest)
3463
+ o.output = Shapes::ShapeRef.new(shape: DeleteBillingGroupResponse)
3464
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3465
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
3466
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3467
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3468
+ end)
3469
+
3170
3470
  api.add_operation(:delete_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
3171
3471
  o.name = "DeleteCACertificate"
3172
3472
  o.http_method = "DELETE"
@@ -3198,6 +3498,18 @@ module Aws::IoT
3198
3498
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3199
3499
  end)
3200
3500
 
3501
+ api.add_operation(:delete_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
3502
+ o.name = "DeleteDynamicThingGroup"
3503
+ o.http_method = "DELETE"
3504
+ o.http_request_uri = "/dynamic-thing-groups/{thingGroupName}"
3505
+ o.input = Shapes::ShapeRef.new(shape: DeleteDynamicThingGroupRequest)
3506
+ o.output = Shapes::ShapeRef.new(shape: DeleteDynamicThingGroupResponse)
3507
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3508
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
3509
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3510
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3511
+ end)
3512
+
3201
3513
  api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
3202
3514
  o.name = "DeleteJob"
3203
3515
  o.http_method = "DELETE"
@@ -3388,6 +3700,7 @@ module Aws::IoT
3388
3700
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3389
3701
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3390
3702
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
3703
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
3391
3704
  end)
3392
3705
 
3393
3706
  api.add_operation(:delete_v2_logging_level, Seahorse::Model::Operation.new.tap do |o|
@@ -3451,6 +3764,18 @@ module Aws::IoT
3451
3764
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3452
3765
  end)
3453
3766
 
3767
+ api.add_operation(:describe_billing_group, Seahorse::Model::Operation.new.tap do |o|
3768
+ o.name = "DescribeBillingGroup"
3769
+ o.http_method = "GET"
3770
+ o.http_request_uri = "/billing-groups/{billingGroupName}"
3771
+ o.input = Shapes::ShapeRef.new(shape: DescribeBillingGroupRequest)
3772
+ o.output = Shapes::ShapeRef.new(shape: DescribeBillingGroupResponse)
3773
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3774
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3775
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3776
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3777
+ end)
3778
+
3454
3779
  api.add_operation(:describe_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
3455
3780
  o.name = "DescribeCACertificate"
3456
3781
  o.http_method = "GET"
@@ -3723,6 +4048,7 @@ module Aws::IoT
3723
4048
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3724
4049
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3725
4050
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4051
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
3726
4052
  end)
3727
4053
 
3728
4054
  api.add_operation(:enable_topic_rule, Seahorse::Model::Operation.new.tap do |o|
@@ -3735,6 +4061,7 @@ module Aws::IoT
3735
4061
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3736
4062
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3737
4063
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4064
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
3738
4065
  end)
3739
4066
 
3740
4067
  api.add_operation(:get_effective_policies, Seahorse::Model::Operation.new.tap do |o|
@@ -3928,6 +4255,18 @@ module Aws::IoT
3928
4255
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3929
4256
  end)
3930
4257
 
4258
+ api.add_operation(:list_billing_groups, Seahorse::Model::Operation.new.tap do |o|
4259
+ o.name = "ListBillingGroups"
4260
+ o.http_method = "GET"
4261
+ o.http_request_uri = "/billing-groups"
4262
+ o.input = Shapes::ShapeRef.new(shape: ListBillingGroupsRequest)
4263
+ o.output = Shapes::ShapeRef.new(shape: ListBillingGroupsResponse)
4264
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4265
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4266
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4267
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4268
+ end)
4269
+
3931
4270
  api.add_operation(:list_ca_certificates, Seahorse::Model::Operation.new.tap do |o|
3932
4271
  o.name = "ListCACertificates"
3933
4272
  o.http_method = "GET"
@@ -4173,6 +4512,18 @@ module Aws::IoT
4173
4512
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4174
4513
  end)
4175
4514
 
4515
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
4516
+ o.name = "ListTagsForResource"
4517
+ o.http_method = "GET"
4518
+ o.http_request_uri = "/tags"
4519
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
4520
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
4521
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4522
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4523
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4524
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4525
+ end)
4526
+
4176
4527
  api.add_operation(:list_targets_for_policy, Seahorse::Model::Operation.new.tap do |o|
4177
4528
  o.name = "ListTargetsForPolicy"
4178
4529
  o.http_method = "POST"
@@ -4286,6 +4637,18 @@ module Aws::IoT
4286
4637
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4287
4638
  end)
4288
4639
 
4640
+ api.add_operation(:list_things_in_billing_group, Seahorse::Model::Operation.new.tap do |o|
4641
+ o.name = "ListThingsInBillingGroup"
4642
+ o.http_method = "GET"
4643
+ o.http_request_uri = "/billing-groups/{billingGroupName}/things"
4644
+ o.input = Shapes::ShapeRef.new(shape: ListThingsInBillingGroupRequest)
4645
+ o.output = Shapes::ShapeRef.new(shape: ListThingsInBillingGroupResponse)
4646
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4647
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4648
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4649
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4650
+ end)
4651
+
4289
4652
  api.add_operation(:list_things_in_thing_group, Seahorse::Model::Operation.new.tap do |o|
4290
4653
  o.name = "ListThingsInThingGroup"
4291
4654
  o.http_method = "GET"
@@ -4395,6 +4758,18 @@ module Aws::IoT
4395
4758
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4396
4759
  end)
4397
4760
 
4761
+ api.add_operation(:remove_thing_from_billing_group, Seahorse::Model::Operation.new.tap do |o|
4762
+ o.name = "RemoveThingFromBillingGroup"
4763
+ o.http_method = "PUT"
4764
+ o.http_request_uri = "/billing-groups/removeThingFromBillingGroup"
4765
+ o.input = Shapes::ShapeRef.new(shape: RemoveThingFromBillingGroupRequest)
4766
+ o.output = Shapes::ShapeRef.new(shape: RemoveThingFromBillingGroupResponse)
4767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4768
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4769
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4770
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4771
+ end)
4772
+
4398
4773
  api.add_operation(:remove_thing_from_thing_group, Seahorse::Model::Operation.new.tap do |o|
4399
4774
  o.name = "RemoveThingFromThingGroup"
4400
4775
  o.http_method = "PUT"
@@ -4418,6 +4793,7 @@ module Aws::IoT
4418
4793
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4419
4794
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4420
4795
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4796
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
4421
4797
  end)
4422
4798
 
4423
4799
  api.add_operation(:search_index, Seahorse::Model::Operation.new.tap do |o|
@@ -4536,6 +4912,19 @@ module Aws::IoT
4536
4912
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4537
4913
  end)
4538
4914
 
4915
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
4916
+ o.name = "TagResource"
4917
+ o.http_method = "POST"
4918
+ o.http_request_uri = "/tags"
4919
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
4920
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
4921
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4922
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4923
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4924
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4925
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4926
+ end)
4927
+
4539
4928
  api.add_operation(:test_authorization, Seahorse::Model::Operation.new.tap do |o|
4540
4929
  o.name = "TestAuthorization"
4541
4930
  o.http_method = "POST"
@@ -4582,6 +4971,18 @@ module Aws::IoT
4582
4971
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4583
4972
  end)
4584
4973
 
4974
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
4975
+ o.name = "UntagResource"
4976
+ o.http_method = "POST"
4977
+ o.http_request_uri = "/untag"
4978
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
4979
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
4980
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4981
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4982
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4983
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4984
+ end)
4985
+
4585
4986
  api.add_operation(:update_account_audit_configuration, Seahorse::Model::Operation.new.tap do |o|
4586
4987
  o.name = "UpdateAccountAuditConfiguration"
4587
4988
  o.http_method = "PATCH"
@@ -4608,6 +5009,19 @@ module Aws::IoT
4608
5009
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4609
5010
  end)
4610
5011
 
5012
+ api.add_operation(:update_billing_group, Seahorse::Model::Operation.new.tap do |o|
5013
+ o.name = "UpdateBillingGroup"
5014
+ o.http_method = "PATCH"
5015
+ o.http_request_uri = "/billing-groups/{billingGroupName}"
5016
+ o.input = Shapes::ShapeRef.new(shape: UpdateBillingGroupRequest)
5017
+ o.output = Shapes::ShapeRef.new(shape: UpdateBillingGroupResponse)
5018
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5019
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
5020
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5021
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5022
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5023
+ end)
5024
+
4611
5025
  api.add_operation(:update_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
4612
5026
  o.name = "UpdateCACertificate"
4613
5027
  o.http_method = "PUT"
@@ -4637,6 +5051,20 @@ module Aws::IoT
4637
5051
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4638
5052
  end)
4639
5053
 
5054
+ api.add_operation(:update_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
5055
+ o.name = "UpdateDynamicThingGroup"
5056
+ o.http_method = "PATCH"
5057
+ o.http_request_uri = "/dynamic-thing-groups/{thingGroupName}"
5058
+ o.input = Shapes::ShapeRef.new(shape: UpdateDynamicThingGroupRequest)
5059
+ o.output = Shapes::ShapeRef.new(shape: UpdateDynamicThingGroupResponse)
5060
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5061
+ o.errors << Shapes::ShapeRef.new(shape: VersionConflictException)
5062
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5063
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidQueryException)
5066
+ end)
5067
+
4640
5068
  api.add_operation(:update_event_configurations, Seahorse::Model::Operation.new.tap do |o|
4641
5069
  o.name = "UpdateEventConfigurations"
4642
5070
  o.http_method = "PATCH"
@@ -4661,6 +5089,18 @@ module Aws::IoT
4661
5089
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4662
5090
  end)
4663
5091
 
5092
+ api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
5093
+ o.name = "UpdateJob"
5094
+ o.http_method = "PATCH"
5095
+ o.http_request_uri = "/jobs/{jobId}"
5096
+ o.input = Shapes::ShapeRef.new(shape: UpdateJobRequest)
5097
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
5098
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5099
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5100
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5101
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5102
+ end)
5103
+
4664
5104
  api.add_operation(:update_role_alias, Seahorse::Model::Operation.new.tap do |o|
4665
5105
  o.name = "UpdateRoleAlias"
4666
5106
  o.http_method = "PUT"