aws-sdk-iot 1.40.0 → 1.41.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.
@@ -17,6 +17,7 @@ module Aws::IoT
17
17
  AbortCriteriaList = Shapes::ListShape.new(name: 'AbortCriteriaList')
18
18
  AbortThresholdPercentage = Shapes::FloatShape.new(name: 'AbortThresholdPercentage')
19
19
  AcceptCertificateTransferRequest = Shapes::StructureShape.new(name: 'AcceptCertificateTransferRequest')
20
+ AcmCertificateArn = Shapes::StringShape.new(name: 'AcmCertificateArn')
20
21
  Action = Shapes::StructureShape.new(name: 'Action')
21
22
  ActionList = Shapes::ListShape.new(name: 'ActionList')
22
23
  ActionType = Shapes::StringShape.new(name: 'ActionType')
@@ -35,10 +36,26 @@ module Aws::IoT
35
36
  AlertTargetArn = Shapes::StringShape.new(name: 'AlertTargetArn')
36
37
  AlertTargetType = Shapes::StringShape.new(name: 'AlertTargetType')
37
38
  AlertTargets = Shapes::MapShape.new(name: 'AlertTargets')
39
+ AllowAuthorizerOverride = Shapes::BooleanShape.new(name: 'AllowAuthorizerOverride')
38
40
  AllowAutoRegistration = Shapes::BooleanShape.new(name: 'AllowAutoRegistration')
39
41
  Allowed = Shapes::StructureShape.new(name: 'Allowed')
40
42
  ApproximateSecondsBeforeTimedOut = Shapes::IntegerShape.new(name: 'ApproximateSecondsBeforeTimedOut')
41
43
  AscendingOrder = Shapes::BooleanShape.new(name: 'AscendingOrder')
44
+ AssetId = Shapes::StringShape.new(name: 'AssetId')
45
+ AssetPropertyAlias = Shapes::StringShape.new(name: 'AssetPropertyAlias')
46
+ AssetPropertyBooleanValue = Shapes::StringShape.new(name: 'AssetPropertyBooleanValue')
47
+ AssetPropertyDoubleValue = Shapes::StringShape.new(name: 'AssetPropertyDoubleValue')
48
+ AssetPropertyEntryId = Shapes::StringShape.new(name: 'AssetPropertyEntryId')
49
+ AssetPropertyId = Shapes::StringShape.new(name: 'AssetPropertyId')
50
+ AssetPropertyIntegerValue = Shapes::StringShape.new(name: 'AssetPropertyIntegerValue')
51
+ AssetPropertyOffsetInNanos = Shapes::StringShape.new(name: 'AssetPropertyOffsetInNanos')
52
+ AssetPropertyQuality = Shapes::StringShape.new(name: 'AssetPropertyQuality')
53
+ AssetPropertyStringValue = Shapes::StringShape.new(name: 'AssetPropertyStringValue')
54
+ AssetPropertyTimeInSeconds = Shapes::StringShape.new(name: 'AssetPropertyTimeInSeconds')
55
+ AssetPropertyTimestamp = Shapes::StructureShape.new(name: 'AssetPropertyTimestamp')
56
+ AssetPropertyValue = Shapes::StructureShape.new(name: 'AssetPropertyValue')
57
+ AssetPropertyValueList = Shapes::ListShape.new(name: 'AssetPropertyValueList')
58
+ AssetPropertyVariant = Shapes::StructureShape.new(name: 'AssetPropertyVariant')
42
59
  AssociateTargetsWithJobRequest = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobRequest')
43
60
  AssociateTargetsWithJobResponse = Shapes::StructureShape.new(name: 'AssociateTargetsWithJobResponse')
44
61
  AttachPolicyRequest = Shapes::StructureShape.new(name: 'AttachPolicyRequest')
@@ -88,6 +105,7 @@ module Aws::IoT
88
105
  AuthResult = Shapes::StructureShape.new(name: 'AuthResult')
89
106
  AuthResults = Shapes::ListShape.new(name: 'AuthResults')
90
107
  AuthorizerArn = Shapes::StringShape.new(name: 'AuthorizerArn')
108
+ AuthorizerConfig = Shapes::StructureShape.new(name: 'AuthorizerConfig')
91
109
  AuthorizerDescription = Shapes::StructureShape.new(name: 'AuthorizerDescription')
92
110
  AuthorizerFunctionArn = Shapes::StringShape.new(name: 'AuthorizerFunctionArn')
93
111
  AuthorizerName = Shapes::StringShape.new(name: 'AuthorizerName')
@@ -115,6 +133,7 @@ module Aws::IoT
115
133
  BillingGroupNameAndArnList = Shapes::ListShape.new(name: 'BillingGroupNameAndArnList')
116
134
  BillingGroupProperties = Shapes::StructureShape.new(name: 'BillingGroupProperties')
117
135
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
136
+ BooleanKey = Shapes::BooleanShape.new(name: 'BooleanKey')
118
137
  BucketName = Shapes::StringShape.new(name: 'BucketName')
119
138
  CACertificate = Shapes::StructureShape.new(name: 'CACertificate')
120
139
  CACertificateDescription = Shapes::StructureShape.new(name: 'CACertificateDescription')
@@ -180,6 +199,8 @@ module Aws::IoT
180
199
  CreateBillingGroupResponse = Shapes::StructureShape.new(name: 'CreateBillingGroupResponse')
181
200
  CreateCertificateFromCsrRequest = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrRequest')
182
201
  CreateCertificateFromCsrResponse = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrResponse')
202
+ CreateDomainConfigurationRequest = Shapes::StructureShape.new(name: 'CreateDomainConfigurationRequest')
203
+ CreateDomainConfigurationResponse = Shapes::StructureShape.new(name: 'CreateDomainConfigurationResponse')
183
204
  CreateDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupRequest')
184
205
  CreateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'CreateDynamicThingGroupResponse')
185
206
  CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
@@ -194,6 +215,12 @@ module Aws::IoT
194
215
  CreatePolicyResponse = Shapes::StructureShape.new(name: 'CreatePolicyResponse')
195
216
  CreatePolicyVersionRequest = Shapes::StructureShape.new(name: 'CreatePolicyVersionRequest')
196
217
  CreatePolicyVersionResponse = Shapes::StructureShape.new(name: 'CreatePolicyVersionResponse')
218
+ CreateProvisioningClaimRequest = Shapes::StructureShape.new(name: 'CreateProvisioningClaimRequest')
219
+ CreateProvisioningClaimResponse = Shapes::StructureShape.new(name: 'CreateProvisioningClaimResponse')
220
+ CreateProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'CreateProvisioningTemplateRequest')
221
+ CreateProvisioningTemplateResponse = Shapes::StructureShape.new(name: 'CreateProvisioningTemplateResponse')
222
+ CreateProvisioningTemplateVersionRequest = Shapes::StructureShape.new(name: 'CreateProvisioningTemplateVersionRequest')
223
+ CreateProvisioningTemplateVersionResponse = Shapes::StructureShape.new(name: 'CreateProvisioningTemplateVersionResponse')
197
224
  CreateRoleAliasRequest = Shapes::StructureShape.new(name: 'CreateRoleAliasRequest')
198
225
  CreateRoleAliasResponse = Shapes::StructureShape.new(name: 'CreateRoleAliasResponse')
199
226
  CreateScheduledAuditRequest = Shapes::StructureShape.new(name: 'CreateScheduledAuditRequest')
@@ -232,6 +259,8 @@ module Aws::IoT
232
259
  DeleteCACertificateResponse = Shapes::StructureShape.new(name: 'DeleteCACertificateResponse')
233
260
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
234
261
  DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException')
262
+ DeleteDomainConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteDomainConfigurationRequest')
263
+ DeleteDomainConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteDomainConfigurationResponse')
235
264
  DeleteDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupRequest')
236
265
  DeleteDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'DeleteDynamicThingGroupResponse')
237
266
  DeleteJobExecutionRequest = Shapes::StructureShape.new(name: 'DeleteJobExecutionRequest')
@@ -242,6 +271,10 @@ module Aws::IoT
242
271
  DeleteOTAUpdateResponse = Shapes::StructureShape.new(name: 'DeleteOTAUpdateResponse')
243
272
  DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
244
273
  DeletePolicyVersionRequest = Shapes::StructureShape.new(name: 'DeletePolicyVersionRequest')
274
+ DeleteProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'DeleteProvisioningTemplateRequest')
275
+ DeleteProvisioningTemplateResponse = Shapes::StructureShape.new(name: 'DeleteProvisioningTemplateResponse')
276
+ DeleteProvisioningTemplateVersionRequest = Shapes::StructureShape.new(name: 'DeleteProvisioningTemplateVersionRequest')
277
+ DeleteProvisioningTemplateVersionResponse = Shapes::StructureShape.new(name: 'DeleteProvisioningTemplateVersionResponse')
245
278
  DeleteRegistrationCodeRequest = Shapes::StructureShape.new(name: 'DeleteRegistrationCodeRequest')
246
279
  DeleteRegistrationCodeResponse = Shapes::StructureShape.new(name: 'DeleteRegistrationCodeResponse')
247
280
  DeleteRoleAliasRequest = Shapes::StructureShape.new(name: 'DeleteRoleAliasRequest')
@@ -287,6 +320,8 @@ module Aws::IoT
287
320
  DescribeCertificateResponse = Shapes::StructureShape.new(name: 'DescribeCertificateResponse')
288
321
  DescribeDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'DescribeDefaultAuthorizerRequest')
289
322
  DescribeDefaultAuthorizerResponse = Shapes::StructureShape.new(name: 'DescribeDefaultAuthorizerResponse')
323
+ DescribeDomainConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeDomainConfigurationRequest')
324
+ DescribeDomainConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeDomainConfigurationResponse')
290
325
  DescribeEndpointRequest = Shapes::StructureShape.new(name: 'DescribeEndpointRequest')
291
326
  DescribeEndpointResponse = Shapes::StructureShape.new(name: 'DescribeEndpointResponse')
292
327
  DescribeEventConfigurationsRequest = Shapes::StructureShape.new(name: 'DescribeEventConfigurationsRequest')
@@ -299,6 +334,10 @@ module Aws::IoT
299
334
  DescribeJobResponse = Shapes::StructureShape.new(name: 'DescribeJobResponse')
300
335
  DescribeMitigationActionRequest = Shapes::StructureShape.new(name: 'DescribeMitigationActionRequest')
301
336
  DescribeMitigationActionResponse = Shapes::StructureShape.new(name: 'DescribeMitigationActionResponse')
337
+ DescribeProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'DescribeProvisioningTemplateRequest')
338
+ DescribeProvisioningTemplateResponse = Shapes::StructureShape.new(name: 'DescribeProvisioningTemplateResponse')
339
+ DescribeProvisioningTemplateVersionRequest = Shapes::StructureShape.new(name: 'DescribeProvisioningTemplateVersionRequest')
340
+ DescribeProvisioningTemplateVersionResponse = Shapes::StructureShape.new(name: 'DescribeProvisioningTemplateVersionResponse')
302
341
  DescribeRoleAliasRequest = Shapes::StructureShape.new(name: 'DescribeRoleAliasRequest')
303
342
  DescribeRoleAliasResponse = Shapes::StructureShape.new(name: 'DescribeRoleAliasResponse')
304
343
  DescribeScheduledAuditRequest = Shapes::StructureShape.new(name: 'DescribeScheduledAuditRequest')
@@ -330,6 +369,13 @@ module Aws::IoT
330
369
  DeviceDefenderThingName = Shapes::StringShape.new(name: 'DeviceDefenderThingName')
331
370
  DisableAllLogs = Shapes::BooleanShape.new(name: 'DisableAllLogs')
332
371
  DisableTopicRuleRequest = Shapes::StructureShape.new(name: 'DisableTopicRuleRequest')
372
+ DomainConfigurationArn = Shapes::StringShape.new(name: 'DomainConfigurationArn')
373
+ DomainConfigurationName = Shapes::StringShape.new(name: 'DomainConfigurationName')
374
+ DomainConfigurationStatus = Shapes::StringShape.new(name: 'DomainConfigurationStatus')
375
+ DomainConfigurationSummary = Shapes::StructureShape.new(name: 'DomainConfigurationSummary')
376
+ DomainConfigurations = Shapes::ListShape.new(name: 'DomainConfigurations')
377
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
378
+ DomainType = Shapes::StringShape.new(name: 'DomainType')
333
379
  DurationSeconds = Shapes::IntegerShape.new(name: 'DurationSeconds')
334
380
  DynamicGroupStatus = Shapes::StringShape.new(name: 'DynamicGroupStatus')
335
381
  DynamoDBAction = Shapes::StructureShape.new(name: 'DynamoDBAction')
@@ -419,6 +465,11 @@ module Aws::IoT
419
465
  HttpAction = Shapes::StructureShape.new(name: 'HttpAction')
420
466
  HttpActionHeader = Shapes::StructureShape.new(name: 'HttpActionHeader')
421
467
  HttpAuthorization = Shapes::StructureShape.new(name: 'HttpAuthorization')
468
+ HttpContext = Shapes::StructureShape.new(name: 'HttpContext')
469
+ HttpHeaderName = Shapes::StringShape.new(name: 'HttpHeaderName')
470
+ HttpHeaderValue = Shapes::StringShape.new(name: 'HttpHeaderValue')
471
+ HttpHeaders = Shapes::MapShape.new(name: 'HttpHeaders')
472
+ HttpQueryString = Shapes::StringShape.new(name: 'HttpQueryString')
422
473
  HttpUrlDestinationConfiguration = Shapes::StructureShape.new(name: 'HttpUrlDestinationConfiguration')
423
474
  HttpUrlDestinationProperties = Shapes::StructureShape.new(name: 'HttpUrlDestinationProperties')
424
475
  HttpUrlDestinationSummary = Shapes::StructureShape.new(name: 'HttpUrlDestinationSummary')
@@ -443,6 +494,7 @@ module Aws::IoT
443
494
  InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException')
444
495
  IotAnalyticsAction = Shapes::StructureShape.new(name: 'IotAnalyticsAction')
445
496
  IotEventsAction = Shapes::StructureShape.new(name: 'IotEventsAction')
497
+ IotSiteWiseAction = Shapes::StructureShape.new(name: 'IotSiteWiseAction')
446
498
  IsAuthenticated = Shapes::BooleanShape.new(name: 'IsAuthenticated')
447
499
  IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
448
500
  IsDisabled = Shapes::BooleanShape.new(name: 'IsDisabled')
@@ -499,6 +551,8 @@ module Aws::IoT
499
551
  ListCertificatesByCAResponse = Shapes::StructureShape.new(name: 'ListCertificatesByCAResponse')
500
552
  ListCertificatesRequest = Shapes::StructureShape.new(name: 'ListCertificatesRequest')
501
553
  ListCertificatesResponse = Shapes::StructureShape.new(name: 'ListCertificatesResponse')
554
+ ListDomainConfigurationsRequest = Shapes::StructureShape.new(name: 'ListDomainConfigurationsRequest')
555
+ ListDomainConfigurationsResponse = Shapes::StructureShape.new(name: 'ListDomainConfigurationsResponse')
502
556
  ListIndicesRequest = Shapes::StructureShape.new(name: 'ListIndicesRequest')
503
557
  ListIndicesResponse = Shapes::StructureShape.new(name: 'ListIndicesResponse')
504
558
  ListJobExecutionsForJobRequest = Shapes::StructureShape.new(name: 'ListJobExecutionsForJobRequest')
@@ -523,6 +577,10 @@ module Aws::IoT
523
577
  ListPrincipalPoliciesResponse = Shapes::StructureShape.new(name: 'ListPrincipalPoliciesResponse')
524
578
  ListPrincipalThingsRequest = Shapes::StructureShape.new(name: 'ListPrincipalThingsRequest')
525
579
  ListPrincipalThingsResponse = Shapes::StructureShape.new(name: 'ListPrincipalThingsResponse')
580
+ ListProvisioningTemplateVersionsRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsRequest')
581
+ ListProvisioningTemplateVersionsResponse = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsResponse')
582
+ ListProvisioningTemplatesRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplatesRequest')
583
+ ListProvisioningTemplatesResponse = Shapes::StructureShape.new(name: 'ListProvisioningTemplatesResponse')
526
584
  ListRoleAliasesRequest = Shapes::StructureShape.new(name: 'ListRoleAliasesRequest')
527
585
  ListRoleAliasesResponse = Shapes::StructureShape.new(name: 'ListRoleAliasesResponse')
528
586
  ListScheduledAuditsRequest = Shapes::StructureShape.new(name: 'ListScheduledAuditsRequest')
@@ -596,6 +654,10 @@ module Aws::IoT
596
654
  MitigationActionNameList = Shapes::ListShape.new(name: 'MitigationActionNameList')
597
655
  MitigationActionParams = Shapes::StructureShape.new(name: 'MitigationActionParams')
598
656
  MitigationActionType = Shapes::StringShape.new(name: 'MitigationActionType')
657
+ MqttClientId = Shapes::StringShape.new(name: 'MqttClientId')
658
+ MqttContext = Shapes::StructureShape.new(name: 'MqttContext')
659
+ MqttPassword = Shapes::BlobShape.new(name: 'MqttPassword')
660
+ MqttUsername = Shapes::StringShape.new(name: 'MqttUsername')
599
661
  NextToken = Shapes::StringShape.new(name: 'NextToken')
600
662
  NonCompliantChecksCount = Shapes::IntegerShape.new(name: 'NonCompliantChecksCount')
601
663
  NonCompliantResource = Shapes::StructureShape.new(name: 'NonCompliantResource')
@@ -654,9 +716,15 @@ module Aws::IoT
654
716
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
655
717
  ProcessingTargetName = Shapes::StringShape.new(name: 'ProcessingTargetName')
656
718
  ProcessingTargetNameList = Shapes::ListShape.new(name: 'ProcessingTargetNameList')
719
+ ProvisioningTemplateListing = Shapes::ListShape.new(name: 'ProvisioningTemplateListing')
720
+ ProvisioningTemplateSummary = Shapes::StructureShape.new(name: 'ProvisioningTemplateSummary')
721
+ ProvisioningTemplateVersionListing = Shapes::ListShape.new(name: 'ProvisioningTemplateVersionListing')
722
+ ProvisioningTemplateVersionSummary = Shapes::StructureShape.new(name: 'ProvisioningTemplateVersionSummary')
657
723
  PublicKey = Shapes::StringShape.new(name: 'PublicKey')
658
724
  PublicKeyMap = Shapes::MapShape.new(name: 'PublicKeyMap')
659
725
  PublishFindingToSnsParams = Shapes::StructureShape.new(name: 'PublishFindingToSnsParams')
726
+ PutAssetPropertyValueEntry = Shapes::StructureShape.new(name: 'PutAssetPropertyValueEntry')
727
+ PutAssetPropertyValueEntryList = Shapes::ListShape.new(name: 'PutAssetPropertyValueEntryList')
660
728
  PutItemInput = Shapes::StructureShape.new(name: 'PutItemInput')
661
729
  Qos = Shapes::IntegerShape.new(name: 'Qos')
662
730
  QueryMaxResults = Shapes::IntegerShape.new(name: 'QueryMaxResults')
@@ -689,6 +757,7 @@ module Aws::IoT
689
757
  RejectedThings = Shapes::IntegerShape.new(name: 'RejectedThings')
690
758
  RelatedResource = Shapes::StructureShape.new(name: 'RelatedResource')
691
759
  RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
760
+ RemoveAuthorizerConfig = Shapes::BooleanShape.new(name: 'RemoveAuthorizerConfig')
692
761
  RemoveAutoRegistration = Shapes::BooleanShape.new(name: 'RemoveAutoRegistration')
693
762
  RemoveThingFromBillingGroupRequest = Shapes::StructureShape.new(name: 'RemoveThingFromBillingGroupRequest')
694
763
  RemoveThingFromBillingGroupResponse = Shapes::StructureShape.new(name: 'RemoveThingFromBillingGroupResponse')
@@ -700,6 +769,7 @@ module Aws::IoT
700
769
  ReplaceTopicRuleRequest = Shapes::StructureShape.new(name: 'ReplaceTopicRuleRequest')
701
770
  ReportType = Shapes::StringShape.new(name: 'ReportType')
702
771
  RepublishAction = Shapes::StructureShape.new(name: 'RepublishAction')
772
+ ReservedDomainConfigurationName = Shapes::StringShape.new(name: 'ReservedDomainConfigurationName')
703
773
  Resource = Shapes::StringShape.new(name: 'Resource')
704
774
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
705
775
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
@@ -748,7 +818,14 @@ module Aws::IoT
748
818
  SecurityProfileTargetMapping = Shapes::StructureShape.new(name: 'SecurityProfileTargetMapping')
749
819
  SecurityProfileTargetMappings = Shapes::ListShape.new(name: 'SecurityProfileTargetMappings')
750
820
  SecurityProfileTargets = Shapes::ListShape.new(name: 'SecurityProfileTargets')
821
+ ServerCertificateArns = Shapes::ListShape.new(name: 'ServerCertificateArns')
822
+ ServerCertificateStatus = Shapes::StringShape.new(name: 'ServerCertificateStatus')
823
+ ServerCertificateStatusDetail = Shapes::StringShape.new(name: 'ServerCertificateStatusDetail')
824
+ ServerCertificateSummary = Shapes::StructureShape.new(name: 'ServerCertificateSummary')
825
+ ServerCertificates = Shapes::ListShape.new(name: 'ServerCertificates')
826
+ ServerName = Shapes::StringShape.new(name: 'ServerName')
751
827
  ServiceName = Shapes::StringShape.new(name: 'ServiceName')
828
+ ServiceType = Shapes::StringShape.new(name: 'ServiceType')
752
829
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
753
830
  SetAsActive = Shapes::BooleanShape.new(name: 'SetAsActive')
754
831
  SetAsActiveFlag = Shapes::BooleanShape.new(name: 'SetAsActiveFlag')
@@ -824,7 +901,11 @@ module Aws::IoT
824
901
  TaskIdList = Shapes::ListShape.new(name: 'TaskIdList')
825
902
  TaskStatistics = Shapes::StructureShape.new(name: 'TaskStatistics')
826
903
  TaskStatisticsForAuditCheck = Shapes::StructureShape.new(name: 'TaskStatisticsForAuditCheck')
904
+ TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
827
905
  TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
906
+ TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
907
+ TemplateName = Shapes::StringShape.new(name: 'TemplateName')
908
+ TemplateVersionId = Shapes::IntegerShape.new(name: 'TemplateVersionId')
828
909
  TestAuthorizationRequest = Shapes::StructureShape.new(name: 'TestAuthorizationRequest')
829
910
  TestAuthorizationResponse = Shapes::StructureShape.new(name: 'TestAuthorizationResponse')
830
911
  TestInvokeAuthorizerRequest = Shapes::StructureShape.new(name: 'TestInvokeAuthorizerRequest')
@@ -867,6 +948,7 @@ module Aws::IoT
867
948
  TimedOutThings = Shapes::IntegerShape.new(name: 'TimedOutThings')
868
949
  TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
869
950
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
951
+ TlsContext = Shapes::StructureShape.new(name: 'TlsContext')
870
952
  Token = Shapes::StringShape.new(name: 'Token')
871
953
  TokenKeyName = Shapes::StringShape.new(name: 'TokenKeyName')
872
954
  TokenSignature = Shapes::StringShape.new(name: 'TokenSignature')
@@ -906,6 +988,8 @@ module Aws::IoT
906
988
  UpdateCACertificateRequest = Shapes::StructureShape.new(name: 'UpdateCACertificateRequest')
907
989
  UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
908
990
  UpdateDeviceCertificateParams = Shapes::StructureShape.new(name: 'UpdateDeviceCertificateParams')
991
+ UpdateDomainConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDomainConfigurationRequest')
992
+ UpdateDomainConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateDomainConfigurationResponse')
909
993
  UpdateDynamicThingGroupRequest = Shapes::StructureShape.new(name: 'UpdateDynamicThingGroupRequest')
910
994
  UpdateDynamicThingGroupResponse = Shapes::StructureShape.new(name: 'UpdateDynamicThingGroupResponse')
911
995
  UpdateEventConfigurationsRequest = Shapes::StructureShape.new(name: 'UpdateEventConfigurationsRequest')
@@ -915,6 +999,8 @@ module Aws::IoT
915
999
  UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
916
1000
  UpdateMitigationActionRequest = Shapes::StructureShape.new(name: 'UpdateMitigationActionRequest')
917
1001
  UpdateMitigationActionResponse = Shapes::StructureShape.new(name: 'UpdateMitigationActionResponse')
1002
+ UpdateProvisioningTemplateRequest = Shapes::StructureShape.new(name: 'UpdateProvisioningTemplateRequest')
1003
+ UpdateProvisioningTemplateResponse = Shapes::StructureShape.new(name: 'UpdateProvisioningTemplateResponse')
918
1004
  UpdateRoleAliasRequest = Shapes::StructureShape.new(name: 'UpdateRoleAliasRequest')
919
1005
  UpdateRoleAliasResponse = Shapes::StructureShape.new(name: 'UpdateRoleAliasResponse')
920
1006
  UpdateScheduledAuditRequest = Shapes::StructureShape.new(name: 'UpdateScheduledAuditRequest')
@@ -983,6 +1069,7 @@ module Aws::IoT
983
1069
  Action.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceAction, location_name: "salesforce"))
984
1070
  Action.add_member(:iot_analytics, Shapes::ShapeRef.new(shape: IotAnalyticsAction, location_name: "iotAnalytics"))
985
1071
  Action.add_member(:iot_events, Shapes::ShapeRef.new(shape: IotEventsAction, location_name: "iotEvents"))
1072
+ Action.add_member(:iot_site_wise, Shapes::ShapeRef.new(shape: IotSiteWiseAction, location_name: "iotSiteWise"))
986
1073
  Action.add_member(:step_functions, Shapes::ShapeRef.new(shape: StepFunctionsAction, location_name: "stepFunctions"))
987
1074
  Action.add_member(:http, Shapes::ShapeRef.new(shape: HttpAction, location_name: "http"))
988
1075
  Action.struct_class = Types::Action
@@ -1036,6 +1123,23 @@ module Aws::IoT
1036
1123
  Allowed.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, location_name: "policies"))
1037
1124
  Allowed.struct_class = Types::Allowed
1038
1125
 
1126
+ AssetPropertyTimestamp.add_member(:time_in_seconds, Shapes::ShapeRef.new(shape: AssetPropertyTimeInSeconds, required: true, location_name: "timeInSeconds"))
1127
+ AssetPropertyTimestamp.add_member(:offset_in_nanos, Shapes::ShapeRef.new(shape: AssetPropertyOffsetInNanos, location_name: "offsetInNanos"))
1128
+ AssetPropertyTimestamp.struct_class = Types::AssetPropertyTimestamp
1129
+
1130
+ AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: AssetPropertyVariant, required: true, location_name: "value"))
1131
+ AssetPropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: AssetPropertyTimestamp, required: true, location_name: "timestamp"))
1132
+ AssetPropertyValue.add_member(:quality, Shapes::ShapeRef.new(shape: AssetPropertyQuality, location_name: "quality"))
1133
+ AssetPropertyValue.struct_class = Types::AssetPropertyValue
1134
+
1135
+ AssetPropertyValueList.member = Shapes::ShapeRef.new(shape: AssetPropertyValue)
1136
+
1137
+ AssetPropertyVariant.add_member(:string_value, Shapes::ShapeRef.new(shape: AssetPropertyStringValue, location_name: "stringValue"))
1138
+ AssetPropertyVariant.add_member(:integer_value, Shapes::ShapeRef.new(shape: AssetPropertyIntegerValue, location_name: "integerValue"))
1139
+ AssetPropertyVariant.add_member(:double_value, Shapes::ShapeRef.new(shape: AssetPropertyDoubleValue, location_name: "doubleValue"))
1140
+ AssetPropertyVariant.add_member(:boolean_value, Shapes::ShapeRef.new(shape: AssetPropertyBooleanValue, location_name: "booleanValue"))
1141
+ AssetPropertyVariant.struct_class = Types::AssetPropertyVariant
1142
+
1039
1143
  AssociateTargetsWithJobRequest.add_member(:targets, Shapes::ShapeRef.new(shape: JobTargets, required: true, location_name: "targets"))
1040
1144
  AssociateTargetsWithJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
1041
1145
  AssociateTargetsWithJobRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "comment"))
@@ -1171,6 +1275,10 @@ module Aws::IoT
1171
1275
 
1172
1276
  AuthResults.member = Shapes::ShapeRef.new(shape: AuthResult)
1173
1277
 
1278
+ AuthorizerConfig.add_member(:default_authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "defaultAuthorizerName"))
1279
+ AuthorizerConfig.add_member(:allow_authorizer_override, Shapes::ShapeRef.new(shape: AllowAuthorizerOverride, location_name: "allowAuthorizerOverride", metadata: {"box"=>true}))
1280
+ AuthorizerConfig.struct_class = Types::AuthorizerConfig
1281
+
1174
1282
  AuthorizerDescription.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
1175
1283
  AuthorizerDescription.add_member(:authorizer_arn, Shapes::ShapeRef.new(shape: AuthorizerArn, location_name: "authorizerArn"))
1176
1284
  AuthorizerDescription.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, location_name: "authorizerFunctionArn"))
@@ -1179,6 +1287,7 @@ module Aws::IoT
1179
1287
  AuthorizerDescription.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
1180
1288
  AuthorizerDescription.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
1181
1289
  AuthorizerDescription.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
1290
+ AuthorizerDescription.add_member(:signing_disabled, Shapes::ShapeRef.new(shape: BooleanKey, location_name: "signingDisabled"))
1182
1291
  AuthorizerDescription.struct_class = Types::AuthorizerDescription
1183
1292
 
1184
1293
  AuthorizerSummary.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
@@ -1346,9 +1455,10 @@ module Aws::IoT
1346
1455
 
1347
1456
  CreateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
1348
1457
  CreateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, required: true, location_name: "authorizerFunctionArn"))
1349
- CreateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, required: true, location_name: "tokenKeyName"))
1350
- CreateAuthorizerRequest.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, required: true, location_name: "tokenSigningPublicKeys"))
1458
+ CreateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
1459
+ CreateAuthorizerRequest.add_member(:token_signing_public_keys, Shapes::ShapeRef.new(shape: PublicKeyMap, location_name: "tokenSigningPublicKeys"))
1351
1460
  CreateAuthorizerRequest.add_member(:status, Shapes::ShapeRef.new(shape: AuthorizerStatus, location_name: "status"))
1461
+ CreateAuthorizerRequest.add_member(:signing_disabled, Shapes::ShapeRef.new(shape: BooleanKey, location_name: "signingDisabled"))
1352
1462
  CreateAuthorizerRequest.struct_class = Types::CreateAuthorizerRequest
1353
1463
 
1354
1464
  CreateAuthorizerResponse.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
@@ -1374,6 +1484,18 @@ module Aws::IoT
1374
1484
  CreateCertificateFromCsrResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
1375
1485
  CreateCertificateFromCsrResponse.struct_class = Types::CreateCertificateFromCsrResponse
1376
1486
 
1487
+ CreateDomainConfigurationRequest.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: DomainConfigurationName, required: true, location: "uri", location_name: "domainConfigurationName"))
1488
+ CreateDomainConfigurationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
1489
+ CreateDomainConfigurationRequest.add_member(:server_certificate_arns, Shapes::ShapeRef.new(shape: ServerCertificateArns, location_name: "serverCertificateArns"))
1490
+ CreateDomainConfigurationRequest.add_member(:validation_certificate_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "validationCertificateArn"))
1491
+ CreateDomainConfigurationRequest.add_member(:authorizer_config, Shapes::ShapeRef.new(shape: AuthorizerConfig, location_name: "authorizerConfig"))
1492
+ CreateDomainConfigurationRequest.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
1493
+ CreateDomainConfigurationRequest.struct_class = Types::CreateDomainConfigurationRequest
1494
+
1495
+ CreateDomainConfigurationResponse.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: DomainConfigurationName, location_name: "domainConfigurationName"))
1496
+ CreateDomainConfigurationResponse.add_member(:domain_configuration_arn, Shapes::ShapeRef.new(shape: DomainConfigurationArn, location_name: "domainConfigurationArn"))
1497
+ CreateDomainConfigurationResponse.struct_class = Types::CreateDomainConfigurationResponse
1498
+
1377
1499
  CreateDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1378
1500
  CreateDynamicThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, location_name: "thingGroupProperties"))
1379
1501
  CreateDynamicThingGroupRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "indexName"))
@@ -1466,6 +1588,39 @@ module Aws::IoT
1466
1588
  CreatePolicyVersionResponse.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
1467
1589
  CreatePolicyVersionResponse.struct_class = Types::CreatePolicyVersionResponse
1468
1590
 
1591
+ CreateProvisioningClaimRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
1592
+ CreateProvisioningClaimRequest.struct_class = Types::CreateProvisioningClaimRequest
1593
+
1594
+ CreateProvisioningClaimResponse.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, location_name: "certificateId"))
1595
+ CreateProvisioningClaimResponse.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: CertificatePem, location_name: "certificatePem"))
1596
+ CreateProvisioningClaimResponse.add_member(:key_pair, Shapes::ShapeRef.new(shape: KeyPair, location_name: "keyPair"))
1597
+ CreateProvisioningClaimResponse.add_member(:expiration, Shapes::ShapeRef.new(shape: DateType, location_name: "expiration"))
1598
+ CreateProvisioningClaimResponse.struct_class = Types::CreateProvisioningClaimResponse
1599
+
1600
+ CreateProvisioningTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
1601
+ CreateProvisioningTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
1602
+ CreateProvisioningTemplateRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, required: true, location_name: "templateBody"))
1603
+ CreateProvisioningTemplateRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
1604
+ CreateProvisioningTemplateRequest.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "provisioningRoleArn"))
1605
+ CreateProvisioningTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1606
+ CreateProvisioningTemplateRequest.struct_class = Types::CreateProvisioningTemplateRequest
1607
+
1608
+ CreateProvisioningTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
1609
+ CreateProvisioningTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "templateName"))
1610
+ CreateProvisioningTemplateResponse.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "defaultVersionId"))
1611
+ CreateProvisioningTemplateResponse.struct_class = Types::CreateProvisioningTemplateResponse
1612
+
1613
+ CreateProvisioningTemplateVersionRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
1614
+ CreateProvisioningTemplateVersionRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, required: true, location_name: "templateBody"))
1615
+ CreateProvisioningTemplateVersionRequest.add_member(:set_as_default, Shapes::ShapeRef.new(shape: SetAsDefault, location: "querystring", location_name: "setAsDefault"))
1616
+ CreateProvisioningTemplateVersionRequest.struct_class = Types::CreateProvisioningTemplateVersionRequest
1617
+
1618
+ CreateProvisioningTemplateVersionResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
1619
+ CreateProvisioningTemplateVersionResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "templateName"))
1620
+ CreateProvisioningTemplateVersionResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "versionId"))
1621
+ CreateProvisioningTemplateVersionResponse.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
1622
+ CreateProvisioningTemplateVersionResponse.struct_class = Types::CreateProvisioningTemplateVersionResponse
1623
+
1469
1624
  CreateRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
1470
1625
  CreateRoleAliasRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1471
1626
  CreateRoleAliasRequest.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
@@ -1590,6 +1745,11 @@ module Aws::IoT
1590
1745
  DeleteConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1591
1746
  DeleteConflictException.struct_class = Types::DeleteConflictException
1592
1747
 
1748
+ DeleteDomainConfigurationRequest.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: DomainConfigurationName, required: true, location: "uri", location_name: "domainConfigurationName"))
1749
+ DeleteDomainConfigurationRequest.struct_class = Types::DeleteDomainConfigurationRequest
1750
+
1751
+ DeleteDomainConfigurationResponse.struct_class = Types::DeleteDomainConfigurationResponse
1752
+
1593
1753
  DeleteDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
1594
1754
  DeleteDynamicThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location: "querystring", location_name: "expectedVersion"))
1595
1755
  DeleteDynamicThingGroupRequest.struct_class = Types::DeleteDynamicThingGroupRequest
@@ -1625,6 +1785,17 @@ module Aws::IoT
1625
1785
  DeletePolicyVersionRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: PolicyVersionId, required: true, location: "uri", location_name: "policyVersionId"))
1626
1786
  DeletePolicyVersionRequest.struct_class = Types::DeletePolicyVersionRequest
1627
1787
 
1788
+ DeleteProvisioningTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
1789
+ DeleteProvisioningTemplateRequest.struct_class = Types::DeleteProvisioningTemplateRequest
1790
+
1791
+ DeleteProvisioningTemplateResponse.struct_class = Types::DeleteProvisioningTemplateResponse
1792
+
1793
+ DeleteProvisioningTemplateVersionRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
1794
+ DeleteProvisioningTemplateVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, required: true, location: "uri", location_name: "versionId"))
1795
+ DeleteProvisioningTemplateVersionRequest.struct_class = Types::DeleteProvisioningTemplateVersionRequest
1796
+
1797
+ DeleteProvisioningTemplateVersionResponse.struct_class = Types::DeleteProvisioningTemplateVersionResponse
1798
+
1628
1799
  DeleteRegistrationCodeRequest.struct_class = Types::DeleteRegistrationCodeRequest
1629
1800
 
1630
1801
  DeleteRegistrationCodeResponse.struct_class = Types::DeleteRegistrationCodeResponse
@@ -1760,6 +1931,19 @@ module Aws::IoT
1760
1931
  DescribeDefaultAuthorizerResponse.add_member(:authorizer_description, Shapes::ShapeRef.new(shape: AuthorizerDescription, location_name: "authorizerDescription"))
1761
1932
  DescribeDefaultAuthorizerResponse.struct_class = Types::DescribeDefaultAuthorizerResponse
1762
1933
 
1934
+ DescribeDomainConfigurationRequest.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, required: true, location: "uri", location_name: "domainConfigurationName"))
1935
+ DescribeDomainConfigurationRequest.struct_class = Types::DescribeDomainConfigurationRequest
1936
+
1937
+ DescribeDomainConfigurationResponse.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, location_name: "domainConfigurationName"))
1938
+ DescribeDomainConfigurationResponse.add_member(:domain_configuration_arn, Shapes::ShapeRef.new(shape: DomainConfigurationArn, location_name: "domainConfigurationArn"))
1939
+ DescribeDomainConfigurationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
1940
+ DescribeDomainConfigurationResponse.add_member(:server_certificates, Shapes::ShapeRef.new(shape: ServerCertificates, location_name: "serverCertificates"))
1941
+ DescribeDomainConfigurationResponse.add_member(:authorizer_config, Shapes::ShapeRef.new(shape: AuthorizerConfig, location_name: "authorizerConfig"))
1942
+ DescribeDomainConfigurationResponse.add_member(:domain_configuration_status, Shapes::ShapeRef.new(shape: DomainConfigurationStatus, location_name: "domainConfigurationStatus"))
1943
+ DescribeDomainConfigurationResponse.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
1944
+ DescribeDomainConfigurationResponse.add_member(:domain_type, Shapes::ShapeRef.new(shape: DomainType, location_name: "domainType"))
1945
+ DescribeDomainConfigurationResponse.struct_class = Types::DescribeDomainConfigurationResponse
1946
+
1763
1947
  DescribeEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location: "querystring", location_name: "endpointType"))
1764
1948
  DescribeEndpointRequest.struct_class = Types::DescribeEndpointRequest
1765
1949
 
@@ -1809,6 +1993,30 @@ module Aws::IoT
1809
1993
  DescribeMitigationActionResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedDate"))
1810
1994
  DescribeMitigationActionResponse.struct_class = Types::DescribeMitigationActionResponse
1811
1995
 
1996
+ DescribeProvisioningTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
1997
+ DescribeProvisioningTemplateRequest.struct_class = Types::DescribeProvisioningTemplateRequest
1998
+
1999
+ DescribeProvisioningTemplateResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
2000
+ DescribeProvisioningTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "templateName"))
2001
+ DescribeProvisioningTemplateResponse.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
2002
+ DescribeProvisioningTemplateResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
2003
+ DescribeProvisioningTemplateResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
2004
+ DescribeProvisioningTemplateResponse.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "defaultVersionId"))
2005
+ DescribeProvisioningTemplateResponse.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "templateBody"))
2006
+ DescribeProvisioningTemplateResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
2007
+ DescribeProvisioningTemplateResponse.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
2008
+ DescribeProvisioningTemplateResponse.struct_class = Types::DescribeProvisioningTemplateResponse
2009
+
2010
+ DescribeProvisioningTemplateVersionRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
2011
+ DescribeProvisioningTemplateVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, required: true, location: "uri", location_name: "versionId"))
2012
+ DescribeProvisioningTemplateVersionRequest.struct_class = Types::DescribeProvisioningTemplateVersionRequest
2013
+
2014
+ DescribeProvisioningTemplateVersionResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "versionId"))
2015
+ DescribeProvisioningTemplateVersionResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
2016
+ DescribeProvisioningTemplateVersionResponse.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "templateBody"))
2017
+ DescribeProvisioningTemplateVersionResponse.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
2018
+ DescribeProvisioningTemplateVersionResponse.struct_class = Types::DescribeProvisioningTemplateVersionResponse
2019
+
1812
2020
  DescribeRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
1813
2021
  DescribeRoleAliasRequest.struct_class = Types::DescribeRoleAliasRequest
1814
2022
 
@@ -1930,6 +2138,13 @@ module Aws::IoT
1930
2138
  DisableTopicRuleRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location: "uri", location_name: "ruleName"))
1931
2139
  DisableTopicRuleRequest.struct_class = Types::DisableTopicRuleRequest
1932
2140
 
2141
+ DomainConfigurationSummary.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, location_name: "domainConfigurationName"))
2142
+ DomainConfigurationSummary.add_member(:domain_configuration_arn, Shapes::ShapeRef.new(shape: DomainConfigurationArn, location_name: "domainConfigurationArn"))
2143
+ DomainConfigurationSummary.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
2144
+ DomainConfigurationSummary.struct_class = Types::DomainConfigurationSummary
2145
+
2146
+ DomainConfigurations.member = Shapes::ShapeRef.new(shape: DomainConfigurationSummary)
2147
+
1933
2148
  DynamoDBAction.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "tableName"))
1934
2149
  DynamoDBAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
1935
2150
  DynamoDBAction.add_member(:operation, Shapes::ShapeRef.new(shape: DynamoOperation, location_name: "operation"))
@@ -2129,6 +2344,13 @@ module Aws::IoT
2129
2344
  HttpAuthorization.add_member(:sigv4, Shapes::ShapeRef.new(shape: SigV4Authorization, location_name: "sigv4"))
2130
2345
  HttpAuthorization.struct_class = Types::HttpAuthorization
2131
2346
 
2347
+ HttpContext.add_member(:headers, Shapes::ShapeRef.new(shape: HttpHeaders, location_name: "headers"))
2348
+ HttpContext.add_member(:query_string, Shapes::ShapeRef.new(shape: HttpQueryString, location_name: "queryString"))
2349
+ HttpContext.struct_class = Types::HttpContext
2350
+
2351
+ HttpHeaders.key = Shapes::ShapeRef.new(shape: HttpHeaderName)
2352
+ HttpHeaders.value = Shapes::ShapeRef.new(shape: HttpHeaderValue)
2353
+
2132
2354
  HttpUrlDestinationConfiguration.add_member(:confirmation_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "confirmationUrl"))
2133
2355
  HttpUrlDestinationConfiguration.struct_class = Types::HttpUrlDestinationConfiguration
2134
2356
 
@@ -2177,6 +2399,10 @@ module Aws::IoT
2177
2399
  IotEventsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
2178
2400
  IotEventsAction.struct_class = Types::IotEventsAction
2179
2401
 
2402
+ IotSiteWiseAction.add_member(:put_asset_property_value_entries, Shapes::ShapeRef.new(shape: PutAssetPropertyValueEntryList, required: true, location_name: "putAssetPropertyValueEntries"))
2403
+ IotSiteWiseAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
2404
+ IotSiteWiseAction.struct_class = Types::IotSiteWiseAction
2405
+
2180
2406
  Job.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, location_name: "jobArn"))
2181
2407
  Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
2182
2408
  Job.add_member(:target_selection, Shapes::ShapeRef.new(shape: TargetSelection, location_name: "targetSelection"))
@@ -2391,6 +2617,15 @@ module Aws::IoT
2391
2617
  ListCertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
2392
2618
  ListCertificatesResponse.struct_class = Types::ListCertificatesResponse
2393
2619
 
2620
+ ListDomainConfigurationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
2621
+ ListDomainConfigurationsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
2622
+ ListDomainConfigurationsRequest.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location: "querystring", location_name: "serviceType"))
2623
+ ListDomainConfigurationsRequest.struct_class = Types::ListDomainConfigurationsRequest
2624
+
2625
+ ListDomainConfigurationsResponse.add_member(:domain_configurations, Shapes::ShapeRef.new(shape: DomainConfigurations, location_name: "domainConfigurations"))
2626
+ ListDomainConfigurationsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
2627
+ ListDomainConfigurationsResponse.struct_class = Types::ListDomainConfigurationsResponse
2628
+
2394
2629
  ListIndicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
2395
2630
  ListIndicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryMaxResults, location: "querystring", location_name: "maxResults"))
2396
2631
  ListIndicesRequest.struct_class = Types::ListIndicesRequest
@@ -2502,6 +2737,23 @@ module Aws::IoT
2502
2737
  ListPrincipalThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2503
2738
  ListPrincipalThingsResponse.struct_class = Types::ListPrincipalThingsResponse
2504
2739
 
2740
+ ListProvisioningTemplateVersionsRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
2741
+ ListProvisioningTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2742
+ ListProvisioningTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
2743
+ ListProvisioningTemplateVersionsRequest.struct_class = Types::ListProvisioningTemplateVersionsRequest
2744
+
2745
+ ListProvisioningTemplateVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ProvisioningTemplateVersionListing, location_name: "versions"))
2746
+ ListProvisioningTemplateVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2747
+ ListProvisioningTemplateVersionsResponse.struct_class = Types::ListProvisioningTemplateVersionsResponse
2748
+
2749
+ ListProvisioningTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
2750
+ ListProvisioningTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
2751
+ ListProvisioningTemplatesRequest.struct_class = Types::ListProvisioningTemplatesRequest
2752
+
2753
+ ListProvisioningTemplatesResponse.add_member(:templates, Shapes::ShapeRef.new(shape: ProvisioningTemplateListing, location_name: "templates"))
2754
+ ListProvisioningTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2755
+ ListProvisioningTemplatesResponse.struct_class = Types::ListProvisioningTemplatesResponse
2756
+
2505
2757
  ListRoleAliasesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location: "querystring", location_name: "pageSize"))
2506
2758
  ListRoleAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
2507
2759
  ListRoleAliasesRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location: "querystring", location_name: "isAscendingOrder"))
@@ -2745,6 +2997,11 @@ module Aws::IoT
2745
2997
  MitigationActionParams.add_member(:publish_finding_to_sns_params, Shapes::ShapeRef.new(shape: PublishFindingToSnsParams, location_name: "publishFindingToSnsParams"))
2746
2998
  MitigationActionParams.struct_class = Types::MitigationActionParams
2747
2999
 
3000
+ MqttContext.add_member(:username, Shapes::ShapeRef.new(shape: MqttUsername, location_name: "username"))
3001
+ MqttContext.add_member(:password, Shapes::ShapeRef.new(shape: MqttPassword, location_name: "password"))
3002
+ MqttContext.add_member(:client_id, Shapes::ShapeRef.new(shape: MqttClientId, location_name: "clientId"))
3003
+ MqttContext.struct_class = Types::MqttContext
3004
+
2748
3005
  NonCompliantResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
2749
3006
  NonCompliantResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
2750
3007
  NonCompliantResource.add_member(:additional_info, Shapes::ShapeRef.new(shape: StringMap, location_name: "additionalInfo"))
@@ -2839,12 +3096,38 @@ module Aws::IoT
2839
3096
 
2840
3097
  ProcessingTargetNameList.member = Shapes::ShapeRef.new(shape: ProcessingTargetName)
2841
3098
 
3099
+ ProvisioningTemplateListing.member = Shapes::ShapeRef.new(shape: ProvisioningTemplateSummary)
3100
+
3101
+ ProvisioningTemplateSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
3102
+ ProvisioningTemplateSummary.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "templateName"))
3103
+ ProvisioningTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
3104
+ ProvisioningTemplateSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
3105
+ ProvisioningTemplateSummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastModifiedDate"))
3106
+ ProvisioningTemplateSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
3107
+ ProvisioningTemplateSummary.struct_class = Types::ProvisioningTemplateSummary
3108
+
3109
+ ProvisioningTemplateVersionListing.member = Shapes::ShapeRef.new(shape: ProvisioningTemplateVersionSummary)
3110
+
3111
+ ProvisioningTemplateVersionSummary.add_member(:version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "versionId"))
3112
+ ProvisioningTemplateVersionSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: DateType, location_name: "creationDate"))
3113
+ ProvisioningTemplateVersionSummary.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "isDefaultVersion"))
3114
+ ProvisioningTemplateVersionSummary.struct_class = Types::ProvisioningTemplateVersionSummary
3115
+
2842
3116
  PublicKeyMap.key = Shapes::ShapeRef.new(shape: KeyName)
2843
3117
  PublicKeyMap.value = Shapes::ShapeRef.new(shape: KeyValue)
2844
3118
 
2845
3119
  PublishFindingToSnsParams.add_member(:topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, required: true, location_name: "topicArn"))
2846
3120
  PublishFindingToSnsParams.struct_class = Types::PublishFindingToSnsParams
2847
3121
 
3122
+ PutAssetPropertyValueEntry.add_member(:entry_id, Shapes::ShapeRef.new(shape: AssetPropertyEntryId, location_name: "entryId"))
3123
+ PutAssetPropertyValueEntry.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, location_name: "assetId"))
3124
+ PutAssetPropertyValueEntry.add_member(:property_id, Shapes::ShapeRef.new(shape: AssetPropertyId, location_name: "propertyId"))
3125
+ PutAssetPropertyValueEntry.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location_name: "propertyAlias"))
3126
+ PutAssetPropertyValueEntry.add_member(:property_values, Shapes::ShapeRef.new(shape: AssetPropertyValueList, required: true, location_name: "propertyValues"))
3127
+ PutAssetPropertyValueEntry.struct_class = Types::PutAssetPropertyValueEntry
3128
+
3129
+ PutAssetPropertyValueEntryList.member = Shapes::ShapeRef.new(shape: PutAssetPropertyValueEntry)
3130
+
2848
3131
  PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "tableName"))
2849
3132
  PutItemInput.struct_class = Types::PutItemInput
2850
3133
 
@@ -2945,6 +3228,8 @@ module Aws::IoT
2945
3228
  ResourceIdentifier.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, location_name: "clientId"))
2946
3229
  ResourceIdentifier.add_member(:policy_version_identifier, Shapes::ShapeRef.new(shape: PolicyVersionIdentifier, location_name: "policyVersionIdentifier"))
2947
3230
  ResourceIdentifier.add_member(:account, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "account"))
3231
+ ResourceIdentifier.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "iamRoleArn"))
3232
+ ResourceIdentifier.add_member(:role_alias_arn, Shapes::ShapeRef.new(shape: RoleAliasArn, location_name: "roleAliasArn"))
2948
3233
  ResourceIdentifier.struct_class = Types::ResourceIdentifier
2949
3234
 
2950
3235
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
@@ -3027,6 +3312,15 @@ module Aws::IoT
3027
3312
 
3028
3313
  SecurityProfileTargets.member = Shapes::ShapeRef.new(shape: SecurityProfileTarget)
3029
3314
 
3315
+ ServerCertificateArns.member = Shapes::ShapeRef.new(shape: AcmCertificateArn)
3316
+
3317
+ ServerCertificateSummary.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "serverCertificateArn"))
3318
+ ServerCertificateSummary.add_member(:server_certificate_status, Shapes::ShapeRef.new(shape: ServerCertificateStatus, location_name: "serverCertificateStatus"))
3319
+ ServerCertificateSummary.add_member(:server_certificate_status_detail, Shapes::ShapeRef.new(shape: ServerCertificateStatusDetail, location_name: "serverCertificateStatusDetail"))
3320
+ ServerCertificateSummary.struct_class = Types::ServerCertificateSummary
3321
+
3322
+ ServerCertificates.member = Shapes::ShapeRef.new(shape: ServerCertificateSummary)
3323
+
3030
3324
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
3031
3325
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
3032
3326
 
@@ -3212,8 +3506,11 @@ module Aws::IoT
3212
3506
  TestAuthorizationResponse.struct_class = Types::TestAuthorizationResponse
3213
3507
 
3214
3508
  TestInvokeAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
3215
- TestInvokeAuthorizerRequest.add_member(:token, Shapes::ShapeRef.new(shape: Token, required: true, location_name: "token"))
3216
- TestInvokeAuthorizerRequest.add_member(:token_signature, Shapes::ShapeRef.new(shape: TokenSignature, required: true, location_name: "tokenSignature"))
3509
+ TestInvokeAuthorizerRequest.add_member(:token, Shapes::ShapeRef.new(shape: Token, location_name: "token"))
3510
+ TestInvokeAuthorizerRequest.add_member(:token_signature, Shapes::ShapeRef.new(shape: TokenSignature, location_name: "tokenSignature"))
3511
+ TestInvokeAuthorizerRequest.add_member(:http_context, Shapes::ShapeRef.new(shape: HttpContext, location_name: "httpContext"))
3512
+ TestInvokeAuthorizerRequest.add_member(:mqtt_context, Shapes::ShapeRef.new(shape: MqttContext, location_name: "mqttContext"))
3513
+ TestInvokeAuthorizerRequest.add_member(:tls_context, Shapes::ShapeRef.new(shape: TlsContext, location_name: "tlsContext"))
3217
3514
  TestInvokeAuthorizerRequest.struct_class = Types::TestInvokeAuthorizerRequest
3218
3515
 
3219
3516
  TestInvokeAuthorizerResponse.add_member(:is_authenticated, Shapes::ShapeRef.new(shape: IsAuthenticated, location_name: "isAuthenticated"))
@@ -3309,6 +3606,9 @@ module Aws::IoT
3309
3606
  TimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
3310
3607
  TimeoutConfig.struct_class = Types::TimeoutConfig
3311
3608
 
3609
+ TlsContext.add_member(:server_name, Shapes::ShapeRef.new(shape: ServerName, location_name: "serverName"))
3610
+ TlsContext.struct_class = Types::TlsContext
3611
+
3312
3612
  TopicRule.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, location_name: "ruleName"))
3313
3613
  TopicRule.add_member(:sql, Shapes::ShapeRef.new(shape: SQL, location_name: "sql"))
3314
3614
  TopicRule.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -3426,6 +3726,16 @@ module Aws::IoT
3426
3726
  UpdateDeviceCertificateParams.add_member(:action, Shapes::ShapeRef.new(shape: DeviceCertificateUpdateAction, required: true, location_name: "action"))
3427
3727
  UpdateDeviceCertificateParams.struct_class = Types::UpdateDeviceCertificateParams
3428
3728
 
3729
+ UpdateDomainConfigurationRequest.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, required: true, location: "uri", location_name: "domainConfigurationName"))
3730
+ UpdateDomainConfigurationRequest.add_member(:authorizer_config, Shapes::ShapeRef.new(shape: AuthorizerConfig, location_name: "authorizerConfig"))
3731
+ UpdateDomainConfigurationRequest.add_member(:domain_configuration_status, Shapes::ShapeRef.new(shape: DomainConfigurationStatus, location_name: "domainConfigurationStatus"))
3732
+ UpdateDomainConfigurationRequest.add_member(:remove_authorizer_config, Shapes::ShapeRef.new(shape: RemoveAuthorizerConfig, location_name: "removeAuthorizerConfig"))
3733
+ UpdateDomainConfigurationRequest.struct_class = Types::UpdateDomainConfigurationRequest
3734
+
3735
+ UpdateDomainConfigurationResponse.add_member(:domain_configuration_name, Shapes::ShapeRef.new(shape: ReservedDomainConfigurationName, location_name: "domainConfigurationName"))
3736
+ UpdateDomainConfigurationResponse.add_member(:domain_configuration_arn, Shapes::ShapeRef.new(shape: DomainConfigurationArn, location_name: "domainConfigurationArn"))
3737
+ UpdateDomainConfigurationResponse.struct_class = Types::UpdateDomainConfigurationResponse
3738
+
3429
3739
  UpdateDynamicThingGroupRequest.add_member(:thing_group_name, Shapes::ShapeRef.new(shape: ThingGroupName, required: true, location: "uri", location_name: "thingGroupName"))
3430
3740
  UpdateDynamicThingGroupRequest.add_member(:thing_group_properties, Shapes::ShapeRef.new(shape: ThingGroupProperties, required: true, location_name: "thingGroupProperties"))
3431
3741
  UpdateDynamicThingGroupRequest.add_member(:expected_version, Shapes::ShapeRef.new(shape: OptionalVersion, location_name: "expectedVersion"))
@@ -3465,6 +3775,15 @@ module Aws::IoT
3465
3775
  UpdateMitigationActionResponse.add_member(:action_id, Shapes::ShapeRef.new(shape: MitigationActionId, location_name: "actionId"))
3466
3776
  UpdateMitigationActionResponse.struct_class = Types::UpdateMitigationActionResponse
3467
3777
 
3778
+ UpdateProvisioningTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
3779
+ UpdateProvisioningTemplateRequest.add_member(:description, Shapes::ShapeRef.new(shape: TemplateDescription, location_name: "description"))
3780
+ UpdateProvisioningTemplateRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
3781
+ UpdateProvisioningTemplateRequest.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TemplateVersionId, location_name: "defaultVersionId"))
3782
+ UpdateProvisioningTemplateRequest.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
3783
+ UpdateProvisioningTemplateRequest.struct_class = Types::UpdateProvisioningTemplateRequest
3784
+
3785
+ UpdateProvisioningTemplateResponse.struct_class = Types::UpdateProvisioningTemplateResponse
3786
+
3468
3787
  UpdateRoleAliasRequest.add_member(:role_alias, Shapes::ShapeRef.new(shape: RoleAlias, required: true, location: "uri", location_name: "roleAlias"))
3469
3788
  UpdateRoleAliasRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
3470
3789
  UpdateRoleAliasRequest.add_member(:credential_duration_seconds, Shapes::ShapeRef.new(shape: CredentialDurationSeconds, location_name: "credentialDurationSeconds"))
@@ -3838,6 +4157,22 @@ module Aws::IoT
3838
4157
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3839
4158
  end)
3840
4159
 
4160
+ api.add_operation(:create_domain_configuration, Seahorse::Model::Operation.new.tap do |o|
4161
+ o.name = "CreateDomainConfiguration"
4162
+ o.http_method = "POST"
4163
+ o.http_request_uri = "/domainConfigurations/{domainConfigurationName}"
4164
+ o.input = Shapes::ShapeRef.new(shape: CreateDomainConfigurationRequest)
4165
+ o.output = Shapes::ShapeRef.new(shape: CreateDomainConfigurationResponse)
4166
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4167
+ o.errors << Shapes::ShapeRef.new(shape: CertificateValidationException)
4168
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
4169
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4170
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4172
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4173
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4174
+ end)
4175
+
3841
4176
  api.add_operation(:create_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
3842
4177
  o.name = "CreateDynamicThingGroup"
3843
4178
  o.http_method = "POST"
@@ -3940,6 +4275,49 @@ module Aws::IoT
3940
4275
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3941
4276
  end)
3942
4277
 
4278
+ api.add_operation(:create_provisioning_claim, Seahorse::Model::Operation.new.tap do |o|
4279
+ o.name = "CreateProvisioningClaim"
4280
+ o.http_method = "POST"
4281
+ o.http_request_uri = "/provisioning-templates/{templateName}/provisioning-claim"
4282
+ o.input = Shapes::ShapeRef.new(shape: CreateProvisioningClaimRequest)
4283
+ o.output = Shapes::ShapeRef.new(shape: CreateProvisioningClaimResponse)
4284
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4285
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4286
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4287
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4288
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4289
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4290
+ end)
4291
+
4292
+ api.add_operation(:create_provisioning_template, Seahorse::Model::Operation.new.tap do |o|
4293
+ o.name = "CreateProvisioningTemplate"
4294
+ o.http_method = "POST"
4295
+ o.http_request_uri = "/provisioning-templates"
4296
+ o.input = Shapes::ShapeRef.new(shape: CreateProvisioningTemplateRequest)
4297
+ o.output = Shapes::ShapeRef.new(shape: CreateProvisioningTemplateResponse)
4298
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4300
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4301
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4302
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4303
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
4304
+ end)
4305
+
4306
+ api.add_operation(:create_provisioning_template_version, Seahorse::Model::Operation.new.tap do |o|
4307
+ o.name = "CreateProvisioningTemplateVersion"
4308
+ o.http_method = "POST"
4309
+ o.http_request_uri = "/provisioning-templates/{templateName}/versions"
4310
+ o.input = Shapes::ShapeRef.new(shape: CreateProvisioningTemplateVersionRequest)
4311
+ o.output = Shapes::ShapeRef.new(shape: CreateProvisioningTemplateVersionResponse)
4312
+ o.errors << Shapes::ShapeRef.new(shape: VersionsLimitExceededException)
4313
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4314
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4315
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4316
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4317
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4318
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
4319
+ end)
4320
+
3943
4321
  api.add_operation(:create_role_alias, Seahorse::Model::Operation.new.tap do |o|
3944
4322
  o.name = "CreateRoleAlias"
3945
4323
  o.http_method = "POST"
@@ -4134,6 +4512,20 @@ module Aws::IoT
4134
4512
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4135
4513
  end)
4136
4514
 
4515
+ api.add_operation(:delete_domain_configuration, Seahorse::Model::Operation.new.tap do |o|
4516
+ o.name = "DeleteDomainConfiguration"
4517
+ o.http_method = "DELETE"
4518
+ o.http_request_uri = "/domainConfigurations/{domainConfigurationName}"
4519
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainConfigurationRequest)
4520
+ o.output = Shapes::ShapeRef.new(shape: DeleteDomainConfigurationResponse)
4521
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4522
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4523
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4524
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4525
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4527
+ end)
4528
+
4137
4529
  api.add_operation(:delete_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
4138
4530
  o.name = "DeleteDynamicThingGroup"
4139
4531
  o.http_method = "DELETE"
@@ -4229,6 +4621,34 @@ module Aws::IoT
4229
4621
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4230
4622
  end)
4231
4623
 
4624
+ api.add_operation(:delete_provisioning_template, Seahorse::Model::Operation.new.tap do |o|
4625
+ o.name = "DeleteProvisioningTemplate"
4626
+ o.http_method = "DELETE"
4627
+ o.http_request_uri = "/provisioning-templates/{templateName}"
4628
+ o.input = Shapes::ShapeRef.new(shape: DeleteProvisioningTemplateRequest)
4629
+ o.output = Shapes::ShapeRef.new(shape: DeleteProvisioningTemplateResponse)
4630
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4632
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4633
+ o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
4634
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4635
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4636
+ end)
4637
+
4638
+ api.add_operation(:delete_provisioning_template_version, Seahorse::Model::Operation.new.tap do |o|
4639
+ o.name = "DeleteProvisioningTemplateVersion"
4640
+ o.http_method = "DELETE"
4641
+ o.http_request_uri = "/provisioning-templates/{templateName}/versions/{versionId}"
4642
+ o.input = Shapes::ShapeRef.new(shape: DeleteProvisioningTemplateVersionRequest)
4643
+ o.output = Shapes::ShapeRef.new(shape: DeleteProvisioningTemplateVersionResponse)
4644
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4645
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4646
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4647
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4648
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4649
+ o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
4650
+ end)
4651
+
4232
4652
  api.add_operation(:delete_registration_code, Seahorse::Model::Operation.new.tap do |o|
4233
4653
  o.name = "DeleteRegistrationCode"
4234
4654
  o.http_method = "DELETE"
@@ -4502,6 +4922,19 @@ module Aws::IoT
4502
4922
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4503
4923
  end)
4504
4924
 
4925
+ api.add_operation(:describe_domain_configuration, Seahorse::Model::Operation.new.tap do |o|
4926
+ o.name = "DescribeDomainConfiguration"
4927
+ o.http_method = "GET"
4928
+ o.http_request_uri = "/domainConfigurations/{domainConfigurationName}"
4929
+ o.input = Shapes::ShapeRef.new(shape: DescribeDomainConfigurationRequest)
4930
+ o.output = Shapes::ShapeRef.new(shape: DescribeDomainConfigurationResponse)
4931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4932
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4933
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4934
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
4935
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4936
+ end)
4937
+
4505
4938
  api.add_operation(:describe_endpoint, Seahorse::Model::Operation.new.tap do |o|
4506
4939
  o.name = "DescribeEndpoint"
4507
4940
  o.http_method = "GET"
@@ -4574,6 +5007,32 @@ module Aws::IoT
4574
5007
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4575
5008
  end)
4576
5009
 
5010
+ api.add_operation(:describe_provisioning_template, Seahorse::Model::Operation.new.tap do |o|
5011
+ o.name = "DescribeProvisioningTemplate"
5012
+ o.http_method = "GET"
5013
+ o.http_request_uri = "/provisioning-templates/{templateName}"
5014
+ o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningTemplateRequest)
5015
+ o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningTemplateResponse)
5016
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5017
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5018
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5019
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5020
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5021
+ end)
5022
+
5023
+ api.add_operation(:describe_provisioning_template_version, Seahorse::Model::Operation.new.tap do |o|
5024
+ o.name = "DescribeProvisioningTemplateVersion"
5025
+ o.http_method = "GET"
5026
+ o.http_request_uri = "/provisioning-templates/{templateName}/versions/{versionId}"
5027
+ o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningTemplateVersionRequest)
5028
+ o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningTemplateVersionResponse)
5029
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5030
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5031
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5032
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5033
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5034
+ end)
5035
+
4577
5036
  api.add_operation(:describe_role_alias, Seahorse::Model::Operation.new.tap do |o|
4578
5037
  o.name = "DescribeRoleAlias"
4579
5038
  o.http_method = "GET"
@@ -5087,6 +5546,19 @@ module Aws::IoT
5087
5546
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5088
5547
  end)
5089
5548
 
5549
+ api.add_operation(:list_domain_configurations, Seahorse::Model::Operation.new.tap do |o|
5550
+ o.name = "ListDomainConfigurations"
5551
+ o.http_method = "GET"
5552
+ o.http_request_uri = "/domainConfigurations"
5553
+ o.input = Shapes::ShapeRef.new(shape: ListDomainConfigurationsRequest)
5554
+ o.output = Shapes::ShapeRef.new(shape: ListDomainConfigurationsResponse)
5555
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5556
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5557
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5558
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5559
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5560
+ end)
5561
+
5090
5562
  api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
5091
5563
  o.name = "ListIndices"
5092
5564
  o.http_method = "GET"
@@ -5244,6 +5716,31 @@ module Aws::IoT
5244
5716
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5245
5717
  end)
5246
5718
 
5719
+ api.add_operation(:list_provisioning_template_versions, Seahorse::Model::Operation.new.tap do |o|
5720
+ o.name = "ListProvisioningTemplateVersions"
5721
+ o.http_method = "GET"
5722
+ o.http_request_uri = "/provisioning-templates/{templateName}/versions"
5723
+ o.input = Shapes::ShapeRef.new(shape: ListProvisioningTemplateVersionsRequest)
5724
+ o.output = Shapes::ShapeRef.new(shape: ListProvisioningTemplateVersionsResponse)
5725
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5726
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5727
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5729
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5730
+ end)
5731
+
5732
+ api.add_operation(:list_provisioning_templates, Seahorse::Model::Operation.new.tap do |o|
5733
+ o.name = "ListProvisioningTemplates"
5734
+ o.http_method = "GET"
5735
+ o.http_request_uri = "/provisioning-templates"
5736
+ o.input = Shapes::ShapeRef.new(shape: ListProvisioningTemplatesRequest)
5737
+ o.output = Shapes::ShapeRef.new(shape: ListProvisioningTemplatesResponse)
5738
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5739
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5740
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5741
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5742
+ end)
5743
+
5247
5744
  api.add_operation(:list_role_aliases, Seahorse::Model::Operation.new.tap do |o|
5248
5745
  o.name = "ListRoleAliases"
5249
5746
  o.http_method = "GET"
@@ -5868,6 +6365,21 @@ module Aws::IoT
5868
6365
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5869
6366
  end)
5870
6367
 
6368
+ api.add_operation(:update_domain_configuration, Seahorse::Model::Operation.new.tap do |o|
6369
+ o.name = "UpdateDomainConfiguration"
6370
+ o.http_method = "PUT"
6371
+ o.http_request_uri = "/domainConfigurations/{domainConfigurationName}"
6372
+ o.input = Shapes::ShapeRef.new(shape: UpdateDomainConfigurationRequest)
6373
+ o.output = Shapes::ShapeRef.new(shape: UpdateDomainConfigurationResponse)
6374
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6375
+ o.errors << Shapes::ShapeRef.new(shape: CertificateValidationException)
6376
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6377
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6378
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6379
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6380
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6381
+ end)
6382
+
5871
6383
  api.add_operation(:update_dynamic_thing_group, Seahorse::Model::Operation.new.tap do |o|
5872
6384
  o.name = "UpdateDynamicThingGroup"
5873
6385
  o.http_method = "PATCH"
@@ -5930,6 +6442,19 @@ module Aws::IoT
5930
6442
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5931
6443
  end)
5932
6444
 
6445
+ api.add_operation(:update_provisioning_template, Seahorse::Model::Operation.new.tap do |o|
6446
+ o.name = "UpdateProvisioningTemplate"
6447
+ o.http_method = "PATCH"
6448
+ o.http_request_uri = "/provisioning-templates/{templateName}"
6449
+ o.input = Shapes::ShapeRef.new(shape: UpdateProvisioningTemplateRequest)
6450
+ o.output = Shapes::ShapeRef.new(shape: UpdateProvisioningTemplateResponse)
6451
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6452
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6453
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6454
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6455
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
6456
+ end)
6457
+
5933
6458
  api.add_operation(:update_role_alias, Seahorse::Model::Operation.new.tap do |o|
5934
6459
  o.name = "UpdateRoleAlias"
5935
6460
  o.http_method = "PUT"