@aws-sdk/client-iot 3.295.0 → 3.297.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.
- package/dist-types/IoT.d.ts +245 -6
- package/dist-types/IoTClient.d.ts +24 -4
- package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/AddThingToThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +16 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/AttachThingPrincipalCommand.d.ts +16 -0
- package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +22 -6
- package/dist-types/commands/CreateCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/CreateDimensionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +16 -0
- package/dist-types/commands/CreateMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDimensionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditFindingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDimensionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThingTypeCommand.d.ts +16 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/DetachThingPrincipalCommand.d.ts +16 -0
- package/dist-types/commands/DisableTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/EnableTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +16 -0
- package/dist-types/commands/GetBucketsAggregationCommand.d.ts +16 -0
- package/dist-types/commands/GetCardinalityCommand.d.ts +16 -0
- package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobDocumentCommand.d.ts +16 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetOTAUpdateCommand.d.ts +16 -0
- package/dist-types/commands/GetPercentilesCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistrationCodeCommand.d.ts +16 -0
- package/dist-types/commands/GetStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListActiveViolationsCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAuditTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListAuthorizersCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCACertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesByCACommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListDimensionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFleetMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +16 -0
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +16 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricValuesCommand.d.ts +16 -0
- package/dist-types/commands/ListMitigationActionsCommand.d.ts +16 -0
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +16 -0
- package/dist-types/commands/ListRoleAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListScheduledAuditsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +16 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/ListThingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +16 -0
- package/dist-types/commands/ListThingPrincipalsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListThingTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTopicRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +16 -0
- package/dist-types/commands/ListViolationEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +16 -0
- package/dist-types/commands/RegisterThingCommand.d.ts +16 -0
- package/dist-types/commands/RejectCertificateTransferCommand.d.ts +16 -0
- package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +16 -0
- package/dist-types/commands/SearchIndexCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/SetLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +16 -0
- package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestAuthorizationCommand.d.ts +16 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/TransferCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCACertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomMetricCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDimensionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetMetricCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMitigationActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoleAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +16 -0
- package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +16 -0
- package/dist-types/models/IoTServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +573 -10
- package/dist-types/models/models_1.d.ts +668 -0
- package/dist-types/models/models_2.d.ts +359 -1
- package/dist-types/pagination/GetBehaviorModelTrainingSummariesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListActiveViolationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditMitigationActionsExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditMitigationActionsTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditSuppressionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuditTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAuthorizersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCACertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesByCAPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDetectMitigationActionsExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDetectMitigationActionsTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDimensionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDomainConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFleetMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIndicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobExecutionsForJobPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobExecutionsForThingPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricValuesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMitigationActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOTAUpdatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOutgoingCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyPrincipalsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPrincipalPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPrincipalThingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProvisioningTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProvisioningTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRoleAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScheduledAuditsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityProfilesForTargetPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForSecurityProfilePaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingGroupsForThingPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingPrincipalsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingRegistrationTaskReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingRegistrationTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsInBillingGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsInThingGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTopicRuleDestinationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTopicRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListV2LoggingLevelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListViolationEventsPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -2,6 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
3
|
import { AbortConfig, AggregationType, AlertTarget, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricToRetain, MetricValue, MitigationActionParams, PresignedUrlConfig, ProvisioningHook, ResourceIdentifier, StreamFile, Tag, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
|
|
4
4
|
import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, GroupNameAndArn, LogTargetType, RegistrationConfig, SecurityProfileTarget, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, ViolationEventOccurrenceRange } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
5
8
|
export interface ListStreamsRequest {
|
|
6
9
|
/**
|
|
7
10
|
* <p>The maximum number of results to return at a time.</p>
|
|
@@ -17,6 +20,7 @@ export interface ListStreamsRequest {
|
|
|
17
20
|
ascendingOrder?: boolean;
|
|
18
21
|
}
|
|
19
22
|
/**
|
|
23
|
+
* @public
|
|
20
24
|
* <p>A summary of a stream.</p>
|
|
21
25
|
*/
|
|
22
26
|
export interface StreamSummary {
|
|
@@ -37,6 +41,9 @@ export interface StreamSummary {
|
|
|
37
41
|
*/
|
|
38
42
|
description?: string;
|
|
39
43
|
}
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
40
47
|
export interface ListStreamsResponse {
|
|
41
48
|
/**
|
|
42
49
|
* <p>A list of streams.</p>
|
|
@@ -47,6 +54,9 @@ export interface ListStreamsResponse {
|
|
|
47
54
|
*/
|
|
48
55
|
nextToken?: string;
|
|
49
56
|
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
export interface ListTagsForResourceRequest {
|
|
51
61
|
/**
|
|
52
62
|
* <p>The ARN of the resource.</p>
|
|
@@ -59,6 +69,9 @@ export interface ListTagsForResourceRequest {
|
|
|
59
69
|
*/
|
|
60
70
|
nextToken?: string;
|
|
61
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
62
75
|
export interface ListTagsForResourceResponse {
|
|
63
76
|
/**
|
|
64
77
|
* <p>The list of tags assigned to the resource.</p>
|
|
@@ -69,6 +82,9 @@ export interface ListTagsForResourceResponse {
|
|
|
69
82
|
*/
|
|
70
83
|
nextToken?: string;
|
|
71
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
72
88
|
export interface ListTargetsForPolicyRequest {
|
|
73
89
|
/**
|
|
74
90
|
* <p>The policy name.</p>
|
|
@@ -83,6 +99,9 @@ export interface ListTargetsForPolicyRequest {
|
|
|
83
99
|
*/
|
|
84
100
|
pageSize?: number;
|
|
85
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
86
105
|
export interface ListTargetsForPolicyResponse {
|
|
87
106
|
/**
|
|
88
107
|
* <p>The policy targets.</p>
|
|
@@ -93,6 +112,9 @@ export interface ListTargetsForPolicyResponse {
|
|
|
93
112
|
*/
|
|
94
113
|
nextMarker?: string;
|
|
95
114
|
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
96
118
|
export interface ListTargetsForSecurityProfileRequest {
|
|
97
119
|
/**
|
|
98
120
|
* <p>The security profile.</p>
|
|
@@ -107,6 +129,9 @@ export interface ListTargetsForSecurityProfileRequest {
|
|
|
107
129
|
*/
|
|
108
130
|
maxResults?: number;
|
|
109
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
110
135
|
export interface ListTargetsForSecurityProfileResponse {
|
|
111
136
|
/**
|
|
112
137
|
* <p>The thing groups to which the security profile is attached.</p>
|
|
@@ -118,6 +143,9 @@ export interface ListTargetsForSecurityProfileResponse {
|
|
|
118
143
|
*/
|
|
119
144
|
nextToken?: string;
|
|
120
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
121
149
|
export interface ListThingGroupsRequest {
|
|
122
150
|
/**
|
|
123
151
|
* <p>To retrieve the next set of results, the <code>nextToken</code>
|
|
@@ -142,6 +170,9 @@ export interface ListThingGroupsRequest {
|
|
|
142
170
|
*/
|
|
143
171
|
recursive?: boolean;
|
|
144
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
145
176
|
export interface ListThingGroupsResponse {
|
|
146
177
|
/**
|
|
147
178
|
* <p>The thing groups.</p>
|
|
@@ -152,6 +183,9 @@ export interface ListThingGroupsResponse {
|
|
|
152
183
|
*/
|
|
153
184
|
nextToken?: string;
|
|
154
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
155
189
|
export interface ListThingGroupsForThingRequest {
|
|
156
190
|
/**
|
|
157
191
|
* <p>The thing name.</p>
|
|
@@ -168,6 +202,9 @@ export interface ListThingGroupsForThingRequest {
|
|
|
168
202
|
*/
|
|
169
203
|
maxResults?: number;
|
|
170
204
|
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
171
208
|
export interface ListThingGroupsForThingResponse {
|
|
172
209
|
/**
|
|
173
210
|
* <p>The thing groups.</p>
|
|
@@ -179,6 +216,7 @@ export interface ListThingGroupsForThingResponse {
|
|
|
179
216
|
nextToken?: string;
|
|
180
217
|
}
|
|
181
218
|
/**
|
|
219
|
+
* @public
|
|
182
220
|
* <p>The input for the ListThingPrincipal operation.</p>
|
|
183
221
|
*/
|
|
184
222
|
export interface ListThingPrincipalsRequest {
|
|
@@ -198,6 +236,7 @@ export interface ListThingPrincipalsRequest {
|
|
|
198
236
|
thingName: string | undefined;
|
|
199
237
|
}
|
|
200
238
|
/**
|
|
239
|
+
* @public
|
|
201
240
|
* <p>The output from the ListThingPrincipals operation.</p>
|
|
202
241
|
*/
|
|
203
242
|
export interface ListThingPrincipalsResponse {
|
|
@@ -210,10 +249,16 @@ export interface ListThingPrincipalsResponse {
|
|
|
210
249
|
*/
|
|
211
250
|
nextToken?: string;
|
|
212
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
213
255
|
export declare enum ReportType {
|
|
214
256
|
ERRORS = "ERRORS",
|
|
215
257
|
RESULTS = "RESULTS"
|
|
216
258
|
}
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
217
262
|
export interface ListThingRegistrationTaskReportsRequest {
|
|
218
263
|
/**
|
|
219
264
|
* <p>The id of the task.</p>
|
|
@@ -234,6 +279,9 @@ export interface ListThingRegistrationTaskReportsRequest {
|
|
|
234
279
|
*/
|
|
235
280
|
maxResults?: number;
|
|
236
281
|
}
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
237
285
|
export interface ListThingRegistrationTaskReportsResponse {
|
|
238
286
|
/**
|
|
239
287
|
* <p>Links to the task resources.</p>
|
|
@@ -248,6 +296,9 @@ export interface ListThingRegistrationTaskReportsResponse {
|
|
|
248
296
|
*/
|
|
249
297
|
nextToken?: string;
|
|
250
298
|
}
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
251
302
|
export interface ListThingRegistrationTasksRequest {
|
|
252
303
|
/**
|
|
253
304
|
* <p>To retrieve the next set of results, the <code>nextToken</code>
|
|
@@ -264,6 +315,9 @@ export interface ListThingRegistrationTasksRequest {
|
|
|
264
315
|
*/
|
|
265
316
|
status?: Status | string;
|
|
266
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
267
321
|
export interface ListThingRegistrationTasksResponse {
|
|
268
322
|
/**
|
|
269
323
|
* <p>A list of bulk thing provisioning task IDs.</p>
|
|
@@ -275,6 +329,7 @@ export interface ListThingRegistrationTasksResponse {
|
|
|
275
329
|
nextToken?: string;
|
|
276
330
|
}
|
|
277
331
|
/**
|
|
332
|
+
* @public
|
|
278
333
|
* <p>The input for the ListThings operation.</p>
|
|
279
334
|
*/
|
|
280
335
|
export interface ListThingsRequest {
|
|
@@ -310,6 +365,7 @@ export interface ListThingsRequest {
|
|
|
310
365
|
usePrefixAttributeValue?: boolean;
|
|
311
366
|
}
|
|
312
367
|
/**
|
|
368
|
+
* @public
|
|
313
369
|
* <p>The properties of the thing, including thing name, thing type name, and a list of thing
|
|
314
370
|
* attributes.</p>
|
|
315
371
|
*/
|
|
@@ -336,6 +392,7 @@ export interface ThingAttribute {
|
|
|
336
392
|
version?: number;
|
|
337
393
|
}
|
|
338
394
|
/**
|
|
395
|
+
* @public
|
|
339
396
|
* <p>The output from the ListThings operation.</p>
|
|
340
397
|
*/
|
|
341
398
|
export interface ListThingsResponse {
|
|
@@ -348,6 +405,9 @@ export interface ListThingsResponse {
|
|
|
348
405
|
*/
|
|
349
406
|
nextToken?: string;
|
|
350
407
|
}
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
351
411
|
export interface ListThingsInBillingGroupRequest {
|
|
352
412
|
/**
|
|
353
413
|
* <p>The name of the billing group.</p>
|
|
@@ -364,6 +424,9 @@ export interface ListThingsInBillingGroupRequest {
|
|
|
364
424
|
*/
|
|
365
425
|
maxResults?: number;
|
|
366
426
|
}
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
367
430
|
export interface ListThingsInBillingGroupResponse {
|
|
368
431
|
/**
|
|
369
432
|
* <p>A list of things in the billing group.</p>
|
|
@@ -374,6 +437,9 @@ export interface ListThingsInBillingGroupResponse {
|
|
|
374
437
|
*/
|
|
375
438
|
nextToken?: string;
|
|
376
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
377
443
|
export interface ListThingsInThingGroupRequest {
|
|
378
444
|
/**
|
|
379
445
|
* <p>The thing group name.</p>
|
|
@@ -395,6 +461,9 @@ export interface ListThingsInThingGroupRequest {
|
|
|
395
461
|
*/
|
|
396
462
|
maxResults?: number;
|
|
397
463
|
}
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
398
467
|
export interface ListThingsInThingGroupResponse {
|
|
399
468
|
/**
|
|
400
469
|
* <p>The things in the specified thing group.</p>
|
|
@@ -406,6 +475,7 @@ export interface ListThingsInThingGroupResponse {
|
|
|
406
475
|
nextToken?: string;
|
|
407
476
|
}
|
|
408
477
|
/**
|
|
478
|
+
* @public
|
|
409
479
|
* <p>The input for the ListThingTypes operation.</p>
|
|
410
480
|
*/
|
|
411
481
|
export interface ListThingTypesRequest {
|
|
@@ -425,6 +495,7 @@ export interface ListThingTypesRequest {
|
|
|
425
495
|
thingTypeName?: string;
|
|
426
496
|
}
|
|
427
497
|
/**
|
|
498
|
+
* @public
|
|
428
499
|
* <p>The definition of the thing type, including thing type name and description.</p>
|
|
429
500
|
*/
|
|
430
501
|
export interface ThingTypeDefinition {
|
|
@@ -448,6 +519,7 @@ export interface ThingTypeDefinition {
|
|
|
448
519
|
thingTypeMetadata?: ThingTypeMetadata;
|
|
449
520
|
}
|
|
450
521
|
/**
|
|
522
|
+
* @public
|
|
451
523
|
* <p>The output for the ListThingTypes operation.</p>
|
|
452
524
|
*/
|
|
453
525
|
export interface ListThingTypesResponse {
|
|
@@ -460,6 +532,9 @@ export interface ListThingTypesResponse {
|
|
|
460
532
|
*/
|
|
461
533
|
nextToken?: string;
|
|
462
534
|
}
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
463
538
|
export interface ListTopicRuleDestinationsRequest {
|
|
464
539
|
/**
|
|
465
540
|
* <p>The maximum number of results to return at one time.</p>
|
|
@@ -473,6 +548,7 @@ export interface ListTopicRuleDestinationsRequest {
|
|
|
473
548
|
nextToken?: string;
|
|
474
549
|
}
|
|
475
550
|
/**
|
|
551
|
+
* @public
|
|
476
552
|
* <p>Information about an HTTP URL destination.</p>
|
|
477
553
|
*/
|
|
478
554
|
export interface HttpUrlDestinationSummary {
|
|
@@ -483,6 +559,7 @@ export interface HttpUrlDestinationSummary {
|
|
|
483
559
|
confirmationUrl?: string;
|
|
484
560
|
}
|
|
485
561
|
/**
|
|
562
|
+
* @public
|
|
486
563
|
* <p>The summary of a virtual private cloud (VPC) destination.</p>
|
|
487
564
|
*/
|
|
488
565
|
export interface VpcDestinationSummary {
|
|
@@ -504,6 +581,7 @@ export interface VpcDestinationSummary {
|
|
|
504
581
|
roleArn?: string;
|
|
505
582
|
}
|
|
506
583
|
/**
|
|
584
|
+
* @public
|
|
507
585
|
* <p>Information about the topic rule destination.</p>
|
|
508
586
|
*/
|
|
509
587
|
export interface TopicRuleDestinationSummary {
|
|
@@ -567,6 +645,9 @@ export interface TopicRuleDestinationSummary {
|
|
|
567
645
|
*/
|
|
568
646
|
vpcDestinationSummary?: VpcDestinationSummary;
|
|
569
647
|
}
|
|
648
|
+
/**
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
570
651
|
export interface ListTopicRuleDestinationsResponse {
|
|
571
652
|
/**
|
|
572
653
|
* <p>Information about a topic rule destination.</p>
|
|
@@ -578,6 +659,7 @@ export interface ListTopicRuleDestinationsResponse {
|
|
|
578
659
|
nextToken?: string;
|
|
579
660
|
}
|
|
580
661
|
/**
|
|
662
|
+
* @public
|
|
581
663
|
* <p>The input for the ListTopicRules operation.</p>
|
|
582
664
|
*/
|
|
583
665
|
export interface ListTopicRulesRequest {
|
|
@@ -601,6 +683,7 @@ export interface ListTopicRulesRequest {
|
|
|
601
683
|
ruleDisabled?: boolean;
|
|
602
684
|
}
|
|
603
685
|
/**
|
|
686
|
+
* @public
|
|
604
687
|
* <p>Describes a rule.</p>
|
|
605
688
|
*/
|
|
606
689
|
export interface TopicRuleListItem {
|
|
@@ -626,6 +709,7 @@ export interface TopicRuleListItem {
|
|
|
626
709
|
ruleDisabled?: boolean;
|
|
627
710
|
}
|
|
628
711
|
/**
|
|
712
|
+
* @public
|
|
629
713
|
* <p>The output from the ListTopicRules operation.</p>
|
|
630
714
|
*/
|
|
631
715
|
export interface ListTopicRulesResponse {
|
|
@@ -638,6 +722,9 @@ export interface ListTopicRulesResponse {
|
|
|
638
722
|
*/
|
|
639
723
|
nextToken?: string;
|
|
640
724
|
}
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
641
728
|
export interface ListV2LoggingLevelsRequest {
|
|
642
729
|
/**
|
|
643
730
|
* <p>The type of resource for which you are configuring logging. Must be
|
|
@@ -656,6 +743,7 @@ export interface ListV2LoggingLevelsRequest {
|
|
|
656
743
|
maxResults?: number;
|
|
657
744
|
}
|
|
658
745
|
/**
|
|
746
|
+
* @public
|
|
659
747
|
* <p>A log target.</p>
|
|
660
748
|
*/
|
|
661
749
|
export interface LogTarget {
|
|
@@ -669,6 +757,7 @@ export interface LogTarget {
|
|
|
669
757
|
targetName?: string;
|
|
670
758
|
}
|
|
671
759
|
/**
|
|
760
|
+
* @public
|
|
672
761
|
* <p>The target configuration.</p>
|
|
673
762
|
*/
|
|
674
763
|
export interface LogTargetConfiguration {
|
|
@@ -681,6 +770,9 @@ export interface LogTargetConfiguration {
|
|
|
681
770
|
*/
|
|
682
771
|
logLevel?: LogLevel | string;
|
|
683
772
|
}
|
|
773
|
+
/**
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
684
776
|
export interface ListV2LoggingLevelsResponse {
|
|
685
777
|
/**
|
|
686
778
|
* <p>The logging configuration for a target.</p>
|
|
@@ -691,6 +783,9 @@ export interface ListV2LoggingLevelsResponse {
|
|
|
691
783
|
*/
|
|
692
784
|
nextToken?: string;
|
|
693
785
|
}
|
|
786
|
+
/**
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
694
789
|
export interface ListViolationEventsRequest {
|
|
695
790
|
/**
|
|
696
791
|
* <p>The start time for the alerts to be listed.</p>
|
|
@@ -733,12 +828,16 @@ export interface ListViolationEventsRequest {
|
|
|
733
828
|
*/
|
|
734
829
|
maxResults?: number;
|
|
735
830
|
}
|
|
831
|
+
/**
|
|
832
|
+
* @public
|
|
833
|
+
*/
|
|
736
834
|
export declare enum ViolationEventType {
|
|
737
835
|
ALARM_CLEARED = "alarm-cleared",
|
|
738
836
|
ALARM_INVALIDATED = "alarm-invalidated",
|
|
739
837
|
IN_ALARM = "in-alarm"
|
|
740
838
|
}
|
|
741
839
|
/**
|
|
840
|
+
* @public
|
|
742
841
|
* <p>Information about a Device Defender security profile behavior violation.</p>
|
|
743
842
|
*/
|
|
744
843
|
export interface ViolationEvent {
|
|
@@ -785,6 +884,9 @@ export interface ViolationEvent {
|
|
|
785
884
|
*/
|
|
786
885
|
violationEventTime?: Date;
|
|
787
886
|
}
|
|
887
|
+
/**
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
788
890
|
export interface ListViolationEventsResponse {
|
|
789
891
|
/**
|
|
790
892
|
* <p>The security profile violation alerts issued for this account during the given time period,
|
|
@@ -797,6 +899,9 @@ export interface ListViolationEventsResponse {
|
|
|
797
899
|
*/
|
|
798
900
|
nextToken?: string;
|
|
799
901
|
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
800
905
|
export interface PutVerificationStateOnViolationRequest {
|
|
801
906
|
/**
|
|
802
907
|
* <p>The violation ID.</p>
|
|
@@ -811,9 +916,13 @@ export interface PutVerificationStateOnViolationRequest {
|
|
|
811
916
|
*/
|
|
812
917
|
verificationStateDescription?: string;
|
|
813
918
|
}
|
|
919
|
+
/**
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
814
922
|
export interface PutVerificationStateOnViolationResponse {
|
|
815
923
|
}
|
|
816
924
|
/**
|
|
925
|
+
* @public
|
|
817
926
|
* <p>The input to the RegisterCACertificate operation.</p>
|
|
818
927
|
*/
|
|
819
928
|
export interface RegisterCACertificateRequest {
|
|
@@ -868,6 +977,7 @@ export interface RegisterCACertificateRequest {
|
|
|
868
977
|
certificateMode?: CertificateMode | string;
|
|
869
978
|
}
|
|
870
979
|
/**
|
|
980
|
+
* @public
|
|
871
981
|
* <p>The output from the RegisterCACertificateResponse operation.</p>
|
|
872
982
|
*/
|
|
873
983
|
export interface RegisterCACertificateResponse {
|
|
@@ -881,6 +991,7 @@ export interface RegisterCACertificateResponse {
|
|
|
881
991
|
certificateId?: string;
|
|
882
992
|
}
|
|
883
993
|
/**
|
|
994
|
+
* @public
|
|
884
995
|
* <p>The registration code is invalid.</p>
|
|
885
996
|
*/
|
|
886
997
|
export declare class RegistrationCodeValidationException extends __BaseException {
|
|
@@ -892,6 +1003,7 @@ export declare class RegistrationCodeValidationException extends __BaseException
|
|
|
892
1003
|
constructor(opts: __ExceptionOptionType<RegistrationCodeValidationException, __BaseException>);
|
|
893
1004
|
}
|
|
894
1005
|
/**
|
|
1006
|
+
* @public
|
|
895
1007
|
* <p>Unable to verify the CA certificate used to sign the device certificate you are
|
|
896
1008
|
* attempting to register. This is happens when you have registered more than one CA
|
|
897
1009
|
* certificate that has the same subject field and public key.</p>
|
|
@@ -905,6 +1017,7 @@ export declare class CertificateConflictException extends __BaseException {
|
|
|
905
1017
|
constructor(opts: __ExceptionOptionType<CertificateConflictException, __BaseException>);
|
|
906
1018
|
}
|
|
907
1019
|
/**
|
|
1020
|
+
* @public
|
|
908
1021
|
* <p>The input to the RegisterCertificate operation.</p>
|
|
909
1022
|
*/
|
|
910
1023
|
export interface RegisterCertificateRequest {
|
|
@@ -931,6 +1044,7 @@ export interface RegisterCertificateRequest {
|
|
|
931
1044
|
status?: CertificateStatus | string;
|
|
932
1045
|
}
|
|
933
1046
|
/**
|
|
1047
|
+
* @public
|
|
934
1048
|
* <p>The output from the RegisterCertificate operation.</p>
|
|
935
1049
|
*/
|
|
936
1050
|
export interface RegisterCertificateResponse {
|
|
@@ -943,6 +1057,9 @@ export interface RegisterCertificateResponse {
|
|
|
943
1057
|
*/
|
|
944
1058
|
certificateId?: string;
|
|
945
1059
|
}
|
|
1060
|
+
/**
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
946
1063
|
export interface RegisterCertificateWithoutCARequest {
|
|
947
1064
|
/**
|
|
948
1065
|
* <p>The certificate data, in PEM format.</p>
|
|
@@ -953,6 +1070,9 @@ export interface RegisterCertificateWithoutCARequest {
|
|
|
953
1070
|
*/
|
|
954
1071
|
status?: CertificateStatus | string;
|
|
955
1072
|
}
|
|
1073
|
+
/**
|
|
1074
|
+
* @public
|
|
1075
|
+
*/
|
|
956
1076
|
export interface RegisterCertificateWithoutCAResponse {
|
|
957
1077
|
/**
|
|
958
1078
|
* <p>The Amazon Resource Name (ARN) of the registered certificate.</p>
|
|
@@ -964,6 +1084,9 @@ export interface RegisterCertificateWithoutCAResponse {
|
|
|
964
1084
|
*/
|
|
965
1085
|
certificateId?: string;
|
|
966
1086
|
}
|
|
1087
|
+
/**
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
967
1090
|
export interface RegisterThingRequest {
|
|
968
1091
|
/**
|
|
969
1092
|
* <p>The provisioning template. See <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-w-cert.html">Provisioning Devices That Have Device Certificates</a> for more information.</p>
|
|
@@ -974,6 +1097,9 @@ export interface RegisterThingRequest {
|
|
|
974
1097
|
*/
|
|
975
1098
|
parameters?: Record<string, string>;
|
|
976
1099
|
}
|
|
1100
|
+
/**
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
977
1103
|
export interface RegisterThingResponse {
|
|
978
1104
|
/**
|
|
979
1105
|
* <p>The certificate data, in PEM format.</p>
|
|
@@ -985,6 +1111,7 @@ export interface RegisterThingResponse {
|
|
|
985
1111
|
resourceArns?: Record<string, string>;
|
|
986
1112
|
}
|
|
987
1113
|
/**
|
|
1114
|
+
* @public
|
|
988
1115
|
* <p>The resource registration failed.</p>
|
|
989
1116
|
*/
|
|
990
1117
|
export declare class ResourceRegistrationFailureException extends __BaseException {
|
|
@@ -996,6 +1123,7 @@ export declare class ResourceRegistrationFailureException extends __BaseExceptio
|
|
|
996
1123
|
constructor(opts: __ExceptionOptionType<ResourceRegistrationFailureException, __BaseException>);
|
|
997
1124
|
}
|
|
998
1125
|
/**
|
|
1126
|
+
* @public
|
|
999
1127
|
* <p>The input for the RejectCertificateTransfer operation.</p>
|
|
1000
1128
|
*/
|
|
1001
1129
|
export interface RejectCertificateTransferRequest {
|
|
@@ -1009,6 +1137,9 @@ export interface RejectCertificateTransferRequest {
|
|
|
1009
1137
|
*/
|
|
1010
1138
|
rejectReason?: string;
|
|
1011
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1012
1143
|
export interface RemoveThingFromBillingGroupRequest {
|
|
1013
1144
|
/**
|
|
1014
1145
|
* <p>The name of the billing group.</p>
|
|
@@ -1027,8 +1158,14 @@ export interface RemoveThingFromBillingGroupRequest {
|
|
|
1027
1158
|
*/
|
|
1028
1159
|
thingArn?: string;
|
|
1029
1160
|
}
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1030
1164
|
export interface RemoveThingFromBillingGroupResponse {
|
|
1031
1165
|
}
|
|
1166
|
+
/**
|
|
1167
|
+
* @public
|
|
1168
|
+
*/
|
|
1032
1169
|
export interface RemoveThingFromThingGroupRequest {
|
|
1033
1170
|
/**
|
|
1034
1171
|
* <p>The group name.</p>
|
|
@@ -1047,9 +1184,13 @@ export interface RemoveThingFromThingGroupRequest {
|
|
|
1047
1184
|
*/
|
|
1048
1185
|
thingArn?: string;
|
|
1049
1186
|
}
|
|
1187
|
+
/**
|
|
1188
|
+
* @public
|
|
1189
|
+
*/
|
|
1050
1190
|
export interface RemoveThingFromThingGroupResponse {
|
|
1051
1191
|
}
|
|
1052
1192
|
/**
|
|
1193
|
+
* @public
|
|
1053
1194
|
* <p>The input for the ReplaceTopicRule operation.</p>
|
|
1054
1195
|
*/
|
|
1055
1196
|
export interface ReplaceTopicRuleRequest {
|
|
@@ -1062,6 +1203,9 @@ export interface ReplaceTopicRuleRequest {
|
|
|
1062
1203
|
*/
|
|
1063
1204
|
topicRulePayload: TopicRulePayload | undefined;
|
|
1064
1205
|
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1065
1209
|
export interface SearchIndexRequest {
|
|
1066
1210
|
/**
|
|
1067
1211
|
* <p>The search index name.</p>
|
|
@@ -1087,6 +1231,7 @@ export interface SearchIndexRequest {
|
|
|
1087
1231
|
queryVersion?: string;
|
|
1088
1232
|
}
|
|
1089
1233
|
/**
|
|
1234
|
+
* @public
|
|
1090
1235
|
* <p>The thing group search index document.</p>
|
|
1091
1236
|
*/
|
|
1092
1237
|
export interface ThingGroupDocument {
|
|
@@ -1112,6 +1257,7 @@ export interface ThingGroupDocument {
|
|
|
1112
1257
|
parentGroupNames?: string[];
|
|
1113
1258
|
}
|
|
1114
1259
|
/**
|
|
1260
|
+
* @public
|
|
1115
1261
|
* <p>The connectivity status of the thing.</p>
|
|
1116
1262
|
*/
|
|
1117
1263
|
export interface ThingConnectivity {
|
|
@@ -1131,6 +1277,7 @@ export interface ThingConnectivity {
|
|
|
1131
1277
|
disconnectReason?: string;
|
|
1132
1278
|
}
|
|
1133
1279
|
/**
|
|
1280
|
+
* @public
|
|
1134
1281
|
* <p>The thing search index document.</p>
|
|
1135
1282
|
*/
|
|
1136
1283
|
export interface ThingDocument {
|
|
@@ -1170,6 +1317,9 @@ export interface ThingDocument {
|
|
|
1170
1317
|
*/
|
|
1171
1318
|
connectivity?: ThingConnectivity;
|
|
1172
1319
|
}
|
|
1320
|
+
/**
|
|
1321
|
+
* @public
|
|
1322
|
+
*/
|
|
1173
1323
|
export interface SearchIndexResponse {
|
|
1174
1324
|
/**
|
|
1175
1325
|
* <p>The token used to get the next set of results, or <code>null</code> if there are no additional
|
|
@@ -1185,12 +1335,18 @@ export interface SearchIndexResponse {
|
|
|
1185
1335
|
*/
|
|
1186
1336
|
thingGroups?: ThingGroupDocument[];
|
|
1187
1337
|
}
|
|
1338
|
+
/**
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1188
1341
|
export interface SetDefaultAuthorizerRequest {
|
|
1189
1342
|
/**
|
|
1190
1343
|
* <p>The authorizer name.</p>
|
|
1191
1344
|
*/
|
|
1192
1345
|
authorizerName: string | undefined;
|
|
1193
1346
|
}
|
|
1347
|
+
/**
|
|
1348
|
+
* @public
|
|
1349
|
+
*/
|
|
1194
1350
|
export interface SetDefaultAuthorizerResponse {
|
|
1195
1351
|
/**
|
|
1196
1352
|
* <p>The authorizer name.</p>
|
|
@@ -1202,6 +1358,7 @@ export interface SetDefaultAuthorizerResponse {
|
|
|
1202
1358
|
authorizerArn?: string;
|
|
1203
1359
|
}
|
|
1204
1360
|
/**
|
|
1361
|
+
* @public
|
|
1205
1362
|
* <p>The input for the SetDefaultPolicyVersion operation.</p>
|
|
1206
1363
|
*/
|
|
1207
1364
|
export interface SetDefaultPolicyVersionRequest {
|
|
@@ -1215,6 +1372,7 @@ export interface SetDefaultPolicyVersionRequest {
|
|
|
1215
1372
|
policyVersionId: string | undefined;
|
|
1216
1373
|
}
|
|
1217
1374
|
/**
|
|
1375
|
+
* @public
|
|
1218
1376
|
* <p>Describes the logging options payload.</p>
|
|
1219
1377
|
*/
|
|
1220
1378
|
export interface LoggingOptionsPayload {
|
|
@@ -1228,6 +1386,7 @@ export interface LoggingOptionsPayload {
|
|
|
1228
1386
|
logLevel?: LogLevel | string;
|
|
1229
1387
|
}
|
|
1230
1388
|
/**
|
|
1389
|
+
* @public
|
|
1231
1390
|
* <p>The input for the SetLoggingOptions operation.</p>
|
|
1232
1391
|
*/
|
|
1233
1392
|
export interface SetLoggingOptionsRequest {
|
|
@@ -1236,6 +1395,9 @@ export interface SetLoggingOptionsRequest {
|
|
|
1236
1395
|
*/
|
|
1237
1396
|
loggingOptionsPayload: LoggingOptionsPayload | undefined;
|
|
1238
1397
|
}
|
|
1398
|
+
/**
|
|
1399
|
+
* @public
|
|
1400
|
+
*/
|
|
1239
1401
|
export interface SetV2LoggingLevelRequest {
|
|
1240
1402
|
/**
|
|
1241
1403
|
* <p>The log target.</p>
|
|
@@ -1246,6 +1408,9 @@ export interface SetV2LoggingLevelRequest {
|
|
|
1246
1408
|
*/
|
|
1247
1409
|
logLevel: LogLevel | string | undefined;
|
|
1248
1410
|
}
|
|
1411
|
+
/**
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1249
1414
|
export interface SetV2LoggingOptionsRequest {
|
|
1250
1415
|
/**
|
|
1251
1416
|
* <p>The ARN of the role that allows IoT to write to Cloudwatch logs.</p>
|
|
@@ -1260,6 +1425,9 @@ export interface SetV2LoggingOptionsRequest {
|
|
|
1260
1425
|
*/
|
|
1261
1426
|
disableAllLogs?: boolean;
|
|
1262
1427
|
}
|
|
1428
|
+
/**
|
|
1429
|
+
* @public
|
|
1430
|
+
*/
|
|
1263
1431
|
export interface StartAuditMitigationActionsTaskRequest {
|
|
1264
1432
|
/**
|
|
1265
1433
|
* <p>A unique identifier for the task. You can use this identifier to check the status of the task or to cancel it.</p>
|
|
@@ -1281,6 +1449,9 @@ export interface StartAuditMitigationActionsTaskRequest {
|
|
|
1281
1449
|
*/
|
|
1282
1450
|
clientRequestToken?: string;
|
|
1283
1451
|
}
|
|
1452
|
+
/**
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1284
1455
|
export interface StartAuditMitigationActionsTaskResponse {
|
|
1285
1456
|
/**
|
|
1286
1457
|
* <p>The unique identifier for the audit mitigation task. This matches the <code>taskId</code> that you specified in the request.</p>
|
|
@@ -1288,6 +1459,7 @@ export interface StartAuditMitigationActionsTaskResponse {
|
|
|
1288
1459
|
taskId?: string;
|
|
1289
1460
|
}
|
|
1290
1461
|
/**
|
|
1462
|
+
* @public
|
|
1291
1463
|
* <p>
|
|
1292
1464
|
* This exception occurs if you attempt to start a task with the same task-id as an existing task but with a different clientRequestToken.
|
|
1293
1465
|
* </p>
|
|
@@ -1300,6 +1472,9 @@ export declare class TaskAlreadyExistsException extends __BaseException {
|
|
|
1300
1472
|
*/
|
|
1301
1473
|
constructor(opts: __ExceptionOptionType<TaskAlreadyExistsException, __BaseException>);
|
|
1302
1474
|
}
|
|
1475
|
+
/**
|
|
1476
|
+
* @public
|
|
1477
|
+
*/
|
|
1303
1478
|
export interface StartDetectMitigationActionsTaskRequest {
|
|
1304
1479
|
/**
|
|
1305
1480
|
* <p>
|
|
@@ -1344,6 +1519,9 @@ export interface StartDetectMitigationActionsTaskRequest {
|
|
|
1344
1519
|
*/
|
|
1345
1520
|
clientRequestToken?: string;
|
|
1346
1521
|
}
|
|
1522
|
+
/**
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1347
1525
|
export interface StartDetectMitigationActionsTaskResponse {
|
|
1348
1526
|
/**
|
|
1349
1527
|
* <p>
|
|
@@ -1352,6 +1530,9 @@ export interface StartDetectMitigationActionsTaskResponse {
|
|
|
1352
1530
|
*/
|
|
1353
1531
|
taskId?: string;
|
|
1354
1532
|
}
|
|
1533
|
+
/**
|
|
1534
|
+
* @public
|
|
1535
|
+
*/
|
|
1355
1536
|
export interface StartOnDemandAuditTaskRequest {
|
|
1356
1537
|
/**
|
|
1357
1538
|
* <p>Which checks are performed during the audit. The checks you specify must be enabled
|
|
@@ -1361,12 +1542,18 @@ export interface StartOnDemandAuditTaskRequest {
|
|
|
1361
1542
|
*/
|
|
1362
1543
|
targetCheckNames: string[] | undefined;
|
|
1363
1544
|
}
|
|
1545
|
+
/**
|
|
1546
|
+
* @public
|
|
1547
|
+
*/
|
|
1364
1548
|
export interface StartOnDemandAuditTaskResponse {
|
|
1365
1549
|
/**
|
|
1366
1550
|
* <p>The ID of the on-demand audit you started.</p>
|
|
1367
1551
|
*/
|
|
1368
1552
|
taskId?: string;
|
|
1369
1553
|
}
|
|
1554
|
+
/**
|
|
1555
|
+
* @public
|
|
1556
|
+
*/
|
|
1370
1557
|
export interface StartThingRegistrationTaskRequest {
|
|
1371
1558
|
/**
|
|
1372
1559
|
* <p>The provisioning template.</p>
|
|
@@ -1387,20 +1574,32 @@ export interface StartThingRegistrationTaskRequest {
|
|
|
1387
1574
|
*/
|
|
1388
1575
|
roleArn: string | undefined;
|
|
1389
1576
|
}
|
|
1577
|
+
/**
|
|
1578
|
+
* @public
|
|
1579
|
+
*/
|
|
1390
1580
|
export interface StartThingRegistrationTaskResponse {
|
|
1391
1581
|
/**
|
|
1392
1582
|
* <p>The bulk thing provisioning task ID.</p>
|
|
1393
1583
|
*/
|
|
1394
1584
|
taskId?: string;
|
|
1395
1585
|
}
|
|
1586
|
+
/**
|
|
1587
|
+
* @public
|
|
1588
|
+
*/
|
|
1396
1589
|
export interface StopThingRegistrationTaskRequest {
|
|
1397
1590
|
/**
|
|
1398
1591
|
* <p>The bulk thing provisioning task ID.</p>
|
|
1399
1592
|
*/
|
|
1400
1593
|
taskId: string | undefined;
|
|
1401
1594
|
}
|
|
1595
|
+
/**
|
|
1596
|
+
* @public
|
|
1597
|
+
*/
|
|
1402
1598
|
export interface StopThingRegistrationTaskResponse {
|
|
1403
1599
|
}
|
|
1600
|
+
/**
|
|
1601
|
+
* @public
|
|
1602
|
+
*/
|
|
1404
1603
|
export interface TagResourceRequest {
|
|
1405
1604
|
/**
|
|
1406
1605
|
* <p>The ARN of the resource.</p>
|
|
@@ -1411,8 +1610,14 @@ export interface TagResourceRequest {
|
|
|
1411
1610
|
*/
|
|
1412
1611
|
tags: Tag[] | undefined;
|
|
1413
1612
|
}
|
|
1613
|
+
/**
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1414
1616
|
export interface TagResourceResponse {
|
|
1415
1617
|
}
|
|
1618
|
+
/**
|
|
1619
|
+
* @public
|
|
1620
|
+
*/
|
|
1416
1621
|
export interface TestAuthorizationRequest {
|
|
1417
1622
|
/**
|
|
1418
1623
|
* <p>The principal. Valid principals are CertificateArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:cert/<i>certificateId</i>), thingGroupArn (arn:aws:iot:<i>region</i>:<i>accountId</i>:thinggroup/<i>groupName</i>) and CognitoId (<i>region</i>:<i>id</i>).</p>
|
|
@@ -1442,6 +1647,9 @@ export interface TestAuthorizationRequest {
|
|
|
1442
1647
|
*/
|
|
1443
1648
|
policyNamesToSkip?: string[];
|
|
1444
1649
|
}
|
|
1650
|
+
/**
|
|
1651
|
+
* @public
|
|
1652
|
+
*/
|
|
1445
1653
|
export interface TestAuthorizationResponse {
|
|
1446
1654
|
/**
|
|
1447
1655
|
* <p>The authentication results.</p>
|
|
@@ -1449,6 +1657,7 @@ export interface TestAuthorizationResponse {
|
|
|
1449
1657
|
authResults?: AuthResult[];
|
|
1450
1658
|
}
|
|
1451
1659
|
/**
|
|
1660
|
+
* @public
|
|
1452
1661
|
* <p>The response is invalid.</p>
|
|
1453
1662
|
*/
|
|
1454
1663
|
export declare class InvalidResponseException extends __BaseException {
|
|
@@ -1460,6 +1669,7 @@ export declare class InvalidResponseException extends __BaseException {
|
|
|
1460
1669
|
constructor(opts: __ExceptionOptionType<InvalidResponseException, __BaseException>);
|
|
1461
1670
|
}
|
|
1462
1671
|
/**
|
|
1672
|
+
* @public
|
|
1463
1673
|
* <p>Specifies the HTTP context to use for the test authorizer request.</p>
|
|
1464
1674
|
*/
|
|
1465
1675
|
export interface HttpContext {
|
|
@@ -1473,6 +1683,7 @@ export interface HttpContext {
|
|
|
1473
1683
|
queryString?: string;
|
|
1474
1684
|
}
|
|
1475
1685
|
/**
|
|
1686
|
+
* @public
|
|
1476
1687
|
* <p>Specifies the MQTT context to use for the test authorizer request</p>
|
|
1477
1688
|
*/
|
|
1478
1689
|
export interface MqttContext {
|
|
@@ -1490,6 +1701,7 @@ export interface MqttContext {
|
|
|
1490
1701
|
clientId?: string;
|
|
1491
1702
|
}
|
|
1492
1703
|
/**
|
|
1704
|
+
* @public
|
|
1493
1705
|
* <p>Specifies the TLS context to use for the test authorizer request.</p>
|
|
1494
1706
|
*/
|
|
1495
1707
|
export interface TlsContext {
|
|
@@ -1498,6 +1710,9 @@ export interface TlsContext {
|
|
|
1498
1710
|
*/
|
|
1499
1711
|
serverName?: string;
|
|
1500
1712
|
}
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
*/
|
|
1501
1716
|
export interface TestInvokeAuthorizerRequest {
|
|
1502
1717
|
/**
|
|
1503
1718
|
* <p>The custom authorizer name.</p>
|
|
@@ -1525,6 +1740,9 @@ export interface TestInvokeAuthorizerRequest {
|
|
|
1525
1740
|
*/
|
|
1526
1741
|
tlsContext?: TlsContext;
|
|
1527
1742
|
}
|
|
1743
|
+
/**
|
|
1744
|
+
* @public
|
|
1745
|
+
*/
|
|
1528
1746
|
export interface TestInvokeAuthorizerResponse {
|
|
1529
1747
|
/**
|
|
1530
1748
|
* <p>True if the token is authenticated, otherwise false.</p>
|
|
@@ -1548,6 +1766,7 @@ export interface TestInvokeAuthorizerResponse {
|
|
|
1548
1766
|
disconnectAfterInSeconds?: number;
|
|
1549
1767
|
}
|
|
1550
1768
|
/**
|
|
1769
|
+
* @public
|
|
1551
1770
|
* <p>The input for the TransferCertificate operation.</p>
|
|
1552
1771
|
*/
|
|
1553
1772
|
export interface TransferCertificateRequest {
|
|
@@ -1566,6 +1785,7 @@ export interface TransferCertificateRequest {
|
|
|
1566
1785
|
transferMessage?: string;
|
|
1567
1786
|
}
|
|
1568
1787
|
/**
|
|
1788
|
+
* @public
|
|
1569
1789
|
* <p>The output from the TransferCertificate operation.</p>
|
|
1570
1790
|
*/
|
|
1571
1791
|
export interface TransferCertificateResponse {
|
|
@@ -1575,6 +1795,7 @@ export interface TransferCertificateResponse {
|
|
|
1575
1795
|
transferredCertificateArn?: string;
|
|
1576
1796
|
}
|
|
1577
1797
|
/**
|
|
1798
|
+
* @public
|
|
1578
1799
|
* <p>You can't transfer the certificate because authorization policies are still
|
|
1579
1800
|
* attached.</p>
|
|
1580
1801
|
*/
|
|
@@ -1586,6 +1807,9 @@ export declare class TransferConflictException extends __BaseException {
|
|
|
1586
1807
|
*/
|
|
1587
1808
|
constructor(opts: __ExceptionOptionType<TransferConflictException, __BaseException>);
|
|
1588
1809
|
}
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
*/
|
|
1589
1813
|
export interface UntagResourceRequest {
|
|
1590
1814
|
/**
|
|
1591
1815
|
* <p>The ARN of the resource.</p>
|
|
@@ -1596,8 +1820,14 @@ export interface UntagResourceRequest {
|
|
|
1596
1820
|
*/
|
|
1597
1821
|
tagKeys: string[] | undefined;
|
|
1598
1822
|
}
|
|
1823
|
+
/**
|
|
1824
|
+
* @public
|
|
1825
|
+
*/
|
|
1599
1826
|
export interface UntagResourceResponse {
|
|
1600
1827
|
}
|
|
1828
|
+
/**
|
|
1829
|
+
* @public
|
|
1830
|
+
*/
|
|
1601
1831
|
export interface UpdateAccountAuditConfigurationRequest {
|
|
1602
1832
|
/**
|
|
1603
1833
|
* <p>The Amazon
|
|
@@ -1631,8 +1861,14 @@ export interface UpdateAccountAuditConfigurationRequest {
|
|
|
1631
1861
|
*/
|
|
1632
1862
|
auditCheckConfigurations?: Record<string, AuditCheckConfiguration>;
|
|
1633
1863
|
}
|
|
1864
|
+
/**
|
|
1865
|
+
* @public
|
|
1866
|
+
*/
|
|
1634
1867
|
export interface UpdateAccountAuditConfigurationResponse {
|
|
1635
1868
|
}
|
|
1869
|
+
/**
|
|
1870
|
+
* @public
|
|
1871
|
+
*/
|
|
1636
1872
|
export interface UpdateAuditSuppressionRequest {
|
|
1637
1873
|
/**
|
|
1638
1874
|
* <p>An audit check name. Checks must be enabled
|
|
@@ -1664,8 +1900,14 @@ export interface UpdateAuditSuppressionRequest {
|
|
|
1664
1900
|
*/
|
|
1665
1901
|
description?: string;
|
|
1666
1902
|
}
|
|
1903
|
+
/**
|
|
1904
|
+
* @public
|
|
1905
|
+
*/
|
|
1667
1906
|
export interface UpdateAuditSuppressionResponse {
|
|
1668
1907
|
}
|
|
1908
|
+
/**
|
|
1909
|
+
* @public
|
|
1910
|
+
*/
|
|
1669
1911
|
export interface UpdateAuthorizerRequest {
|
|
1670
1912
|
/**
|
|
1671
1913
|
* <p>The authorizer name.</p>
|
|
@@ -1694,6 +1936,9 @@ export interface UpdateAuthorizerRequest {
|
|
|
1694
1936
|
*/
|
|
1695
1937
|
enableCachingForHttp?: boolean;
|
|
1696
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* @public
|
|
1941
|
+
*/
|
|
1697
1942
|
export interface UpdateAuthorizerResponse {
|
|
1698
1943
|
/**
|
|
1699
1944
|
* <p>The authorizer name.</p>
|
|
@@ -1704,6 +1949,9 @@ export interface UpdateAuthorizerResponse {
|
|
|
1704
1949
|
*/
|
|
1705
1950
|
authorizerArn?: string;
|
|
1706
1951
|
}
|
|
1952
|
+
/**
|
|
1953
|
+
* @public
|
|
1954
|
+
*/
|
|
1707
1955
|
export interface UpdateBillingGroupRequest {
|
|
1708
1956
|
/**
|
|
1709
1957
|
* <p>The name of the billing group.</p>
|
|
@@ -1721,6 +1969,9 @@ export interface UpdateBillingGroupRequest {
|
|
|
1721
1969
|
*/
|
|
1722
1970
|
expectedVersion?: number;
|
|
1723
1971
|
}
|
|
1972
|
+
/**
|
|
1973
|
+
* @public
|
|
1974
|
+
*/
|
|
1724
1975
|
export interface UpdateBillingGroupResponse {
|
|
1725
1976
|
/**
|
|
1726
1977
|
* <p>The latest version of the billing group.</p>
|
|
@@ -1728,6 +1979,7 @@ export interface UpdateBillingGroupResponse {
|
|
|
1728
1979
|
version?: number;
|
|
1729
1980
|
}
|
|
1730
1981
|
/**
|
|
1982
|
+
* @public
|
|
1731
1983
|
* <p>The input to the UpdateCACertificate operation.</p>
|
|
1732
1984
|
*/
|
|
1733
1985
|
export interface UpdateCACertificateRequest {
|
|
@@ -1757,6 +2009,7 @@ export interface UpdateCACertificateRequest {
|
|
|
1757
2009
|
removeAutoRegistration?: boolean;
|
|
1758
2010
|
}
|
|
1759
2011
|
/**
|
|
2012
|
+
* @public
|
|
1760
2013
|
* <p>The input for the UpdateCertificate operation.</p>
|
|
1761
2014
|
*/
|
|
1762
2015
|
export interface UpdateCertificateRequest {
|
|
@@ -1777,6 +2030,9 @@ export interface UpdateCertificateRequest {
|
|
|
1777
2030
|
*/
|
|
1778
2031
|
newStatus: CertificateStatus | string | undefined;
|
|
1779
2032
|
}
|
|
2033
|
+
/**
|
|
2034
|
+
* @public
|
|
2035
|
+
*/
|
|
1780
2036
|
export interface UpdateCustomMetricRequest {
|
|
1781
2037
|
/**
|
|
1782
2038
|
* <p> The name of the custom metric.
|
|
@@ -1795,6 +2051,9 @@ export interface UpdateCustomMetricRequest {
|
|
|
1795
2051
|
*/
|
|
1796
2052
|
displayName: string | undefined;
|
|
1797
2053
|
}
|
|
2054
|
+
/**
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
1798
2057
|
export interface UpdateCustomMetricResponse {
|
|
1799
2058
|
/**
|
|
1800
2059
|
* <p>
|
|
@@ -1834,6 +2093,9 @@ export interface UpdateCustomMetricResponse {
|
|
|
1834
2093
|
*/
|
|
1835
2094
|
lastModifiedDate?: Date;
|
|
1836
2095
|
}
|
|
2096
|
+
/**
|
|
2097
|
+
* @public
|
|
2098
|
+
*/
|
|
1837
2099
|
export interface UpdateDimensionRequest {
|
|
1838
2100
|
/**
|
|
1839
2101
|
* <p>A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.</p>
|
|
@@ -1844,6 +2106,9 @@ export interface UpdateDimensionRequest {
|
|
|
1844
2106
|
*/
|
|
1845
2107
|
stringValues: string[] | undefined;
|
|
1846
2108
|
}
|
|
2109
|
+
/**
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
1847
2112
|
export interface UpdateDimensionResponse {
|
|
1848
2113
|
/**
|
|
1849
2114
|
* <p>A unique identifier for the dimension.</p>
|
|
@@ -1872,6 +2137,9 @@ export interface UpdateDimensionResponse {
|
|
|
1872
2137
|
*/
|
|
1873
2138
|
lastModifiedDate?: Date;
|
|
1874
2139
|
}
|
|
2140
|
+
/**
|
|
2141
|
+
* @public
|
|
2142
|
+
*/
|
|
1875
2143
|
export interface UpdateDomainConfigurationRequest {
|
|
1876
2144
|
/**
|
|
1877
2145
|
* <p>The name of the domain configuration to be updated.</p>
|
|
@@ -1890,6 +2158,9 @@ export interface UpdateDomainConfigurationRequest {
|
|
|
1890
2158
|
*/
|
|
1891
2159
|
removeAuthorizerConfig?: boolean;
|
|
1892
2160
|
}
|
|
2161
|
+
/**
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
1893
2164
|
export interface UpdateDomainConfigurationResponse {
|
|
1894
2165
|
/**
|
|
1895
2166
|
* <p>The name of the domain configuration that was updated.</p>
|
|
@@ -1900,6 +2171,9 @@ export interface UpdateDomainConfigurationResponse {
|
|
|
1900
2171
|
*/
|
|
1901
2172
|
domainConfigurationArn?: string;
|
|
1902
2173
|
}
|
|
2174
|
+
/**
|
|
2175
|
+
* @public
|
|
2176
|
+
*/
|
|
1903
2177
|
export interface UpdateDynamicThingGroupRequest {
|
|
1904
2178
|
/**
|
|
1905
2179
|
* <p>The name of the dynamic thing group to update.</p>
|
|
@@ -1933,20 +2207,32 @@ export interface UpdateDynamicThingGroupRequest {
|
|
|
1933
2207
|
*/
|
|
1934
2208
|
queryVersion?: string;
|
|
1935
2209
|
}
|
|
2210
|
+
/**
|
|
2211
|
+
* @public
|
|
2212
|
+
*/
|
|
1936
2213
|
export interface UpdateDynamicThingGroupResponse {
|
|
1937
2214
|
/**
|
|
1938
2215
|
* <p>The dynamic thing group version.</p>
|
|
1939
2216
|
*/
|
|
1940
2217
|
version?: number;
|
|
1941
2218
|
}
|
|
2219
|
+
/**
|
|
2220
|
+
* @public
|
|
2221
|
+
*/
|
|
1942
2222
|
export interface UpdateEventConfigurationsRequest {
|
|
1943
2223
|
/**
|
|
1944
2224
|
* <p>The new event configuration values.</p>
|
|
1945
2225
|
*/
|
|
1946
2226
|
eventConfigurations?: Record<string, Configuration>;
|
|
1947
2227
|
}
|
|
2228
|
+
/**
|
|
2229
|
+
* @public
|
|
2230
|
+
*/
|
|
1948
2231
|
export interface UpdateEventConfigurationsResponse {
|
|
1949
2232
|
}
|
|
2233
|
+
/**
|
|
2234
|
+
* @public
|
|
2235
|
+
*/
|
|
1950
2236
|
export interface UpdateFleetMetricRequest {
|
|
1951
2237
|
/**
|
|
1952
2238
|
* <p>The name of the fleet metric to update.</p>
|
|
@@ -1990,6 +2276,9 @@ export interface UpdateFleetMetricRequest {
|
|
|
1990
2276
|
*/
|
|
1991
2277
|
expectedVersion?: number;
|
|
1992
2278
|
}
|
|
2279
|
+
/**
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
1993
2282
|
export interface UpdateIndexingConfigurationRequest {
|
|
1994
2283
|
/**
|
|
1995
2284
|
* <p>Thing indexing configuration.</p>
|
|
@@ -2000,8 +2289,14 @@ export interface UpdateIndexingConfigurationRequest {
|
|
|
2000
2289
|
*/
|
|
2001
2290
|
thingGroupIndexingConfiguration?: ThingGroupIndexingConfiguration;
|
|
2002
2291
|
}
|
|
2292
|
+
/**
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2003
2295
|
export interface UpdateIndexingConfigurationResponse {
|
|
2004
2296
|
}
|
|
2297
|
+
/**
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
2005
2300
|
export interface UpdateJobRequest {
|
|
2006
2301
|
/**
|
|
2007
2302
|
* <p>The ID of the job to be updated.</p>
|
|
@@ -2045,6 +2340,9 @@ export interface UpdateJobRequest {
|
|
|
2045
2340
|
*/
|
|
2046
2341
|
jobExecutionsRetryConfig?: JobExecutionsRetryConfig;
|
|
2047
2342
|
}
|
|
2343
|
+
/**
|
|
2344
|
+
* @public
|
|
2345
|
+
*/
|
|
2048
2346
|
export interface UpdateMitigationActionRequest {
|
|
2049
2347
|
/**
|
|
2050
2348
|
* <p>The friendly name for the mitigation action. You cannot change the name by using
|
|
@@ -2062,6 +2360,9 @@ export interface UpdateMitigationActionRequest {
|
|
|
2062
2360
|
*/
|
|
2063
2361
|
actionParams?: MitigationActionParams;
|
|
2064
2362
|
}
|
|
2363
|
+
/**
|
|
2364
|
+
* @public
|
|
2365
|
+
*/
|
|
2065
2366
|
export interface UpdateMitigationActionResponse {
|
|
2066
2367
|
/**
|
|
2067
2368
|
* <p>The ARN for the new mitigation action.</p>
|
|
@@ -2072,6 +2373,9 @@ export interface UpdateMitigationActionResponse {
|
|
|
2072
2373
|
*/
|
|
2073
2374
|
actionId?: string;
|
|
2074
2375
|
}
|
|
2376
|
+
/**
|
|
2377
|
+
* @public
|
|
2378
|
+
*/
|
|
2075
2379
|
export interface UpdateProvisioningTemplateRequest {
|
|
2076
2380
|
/**
|
|
2077
2381
|
* <p>The name of the provisioning template.</p>
|
|
@@ -2105,8 +2409,14 @@ export interface UpdateProvisioningTemplateRequest {
|
|
|
2105
2409
|
*/
|
|
2106
2410
|
removePreProvisioningHook?: boolean;
|
|
2107
2411
|
}
|
|
2412
|
+
/**
|
|
2413
|
+
* @public
|
|
2414
|
+
*/
|
|
2108
2415
|
export interface UpdateProvisioningTemplateResponse {
|
|
2109
2416
|
}
|
|
2417
|
+
/**
|
|
2418
|
+
* @public
|
|
2419
|
+
*/
|
|
2110
2420
|
export interface UpdateRoleAliasRequest {
|
|
2111
2421
|
/**
|
|
2112
2422
|
* <p>The role alias to update.</p>
|
|
@@ -2123,6 +2433,9 @@ export interface UpdateRoleAliasRequest {
|
|
|
2123
2433
|
*/
|
|
2124
2434
|
credentialDurationSeconds?: number;
|
|
2125
2435
|
}
|
|
2436
|
+
/**
|
|
2437
|
+
* @public
|
|
2438
|
+
*/
|
|
2126
2439
|
export interface UpdateRoleAliasResponse {
|
|
2127
2440
|
/**
|
|
2128
2441
|
* <p>The role alias.</p>
|
|
@@ -2133,6 +2446,9 @@ export interface UpdateRoleAliasResponse {
|
|
|
2133
2446
|
*/
|
|
2134
2447
|
roleAliasArn?: string;
|
|
2135
2448
|
}
|
|
2449
|
+
/**
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2136
2452
|
export interface UpdateScheduledAuditRequest {
|
|
2137
2453
|
/**
|
|
2138
2454
|
* <p>How often the scheduled audit takes
|
|
@@ -2171,12 +2487,18 @@ export interface UpdateScheduledAuditRequest {
|
|
|
2171
2487
|
*/
|
|
2172
2488
|
scheduledAuditName: string | undefined;
|
|
2173
2489
|
}
|
|
2490
|
+
/**
|
|
2491
|
+
* @public
|
|
2492
|
+
*/
|
|
2174
2493
|
export interface UpdateScheduledAuditResponse {
|
|
2175
2494
|
/**
|
|
2176
2495
|
* <p>The ARN of the scheduled audit.</p>
|
|
2177
2496
|
*/
|
|
2178
2497
|
scheduledAuditArn?: string;
|
|
2179
2498
|
}
|
|
2499
|
+
/**
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2180
2502
|
export interface UpdateSecurityProfileRequest {
|
|
2181
2503
|
/**
|
|
2182
2504
|
* <p>The name of the security profile you want to update.</p>
|
|
@@ -2236,6 +2558,9 @@ export interface UpdateSecurityProfileRequest {
|
|
|
2236
2558
|
*/
|
|
2237
2559
|
expectedVersion?: number;
|
|
2238
2560
|
}
|
|
2561
|
+
/**
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
2239
2564
|
export interface UpdateSecurityProfileResponse {
|
|
2240
2565
|
/**
|
|
2241
2566
|
* <p>The name of the security profile that was updated.</p>
|
|
@@ -2289,6 +2614,9 @@ export interface UpdateSecurityProfileResponse {
|
|
|
2289
2614
|
*/
|
|
2290
2615
|
lastModifiedDate?: Date;
|
|
2291
2616
|
}
|
|
2617
|
+
/**
|
|
2618
|
+
* @public
|
|
2619
|
+
*/
|
|
2292
2620
|
export interface UpdateStreamRequest {
|
|
2293
2621
|
/**
|
|
2294
2622
|
* <p>The stream ID.</p>
|
|
@@ -2307,6 +2635,9 @@ export interface UpdateStreamRequest {
|
|
|
2307
2635
|
*/
|
|
2308
2636
|
roleArn?: string;
|
|
2309
2637
|
}
|
|
2638
|
+
/**
|
|
2639
|
+
* @public
|
|
2640
|
+
*/
|
|
2310
2641
|
export interface UpdateStreamResponse {
|
|
2311
2642
|
/**
|
|
2312
2643
|
* <p>The stream ID.</p>
|
|
@@ -2326,6 +2657,7 @@ export interface UpdateStreamResponse {
|
|
|
2326
2657
|
streamVersion?: number;
|
|
2327
2658
|
}
|
|
2328
2659
|
/**
|
|
2660
|
+
* @public
|
|
2329
2661
|
* <p>The input for the UpdateThing operation.</p>
|
|
2330
2662
|
*/
|
|
2331
2663
|
export interface UpdateThingRequest {
|
|
@@ -2343,7 +2675,7 @@ export interface UpdateThingRequest {
|
|
|
2343
2675
|
* <p>A list of thing attributes, a JSON string containing name-value pairs. For
|
|
2344
2676
|
* example:</p>
|
|
2345
2677
|
* <p>
|
|
2346
|
-
* <code
|
|
2678
|
+
* <code>\{\"attributes\":\{\"name1\":\"value2\"\}\}</code>
|
|
2347
2679
|
* </p>
|
|
2348
2680
|
* <p>This data is used to add new attributes or update existing attributes.</p>
|
|
2349
2681
|
*/
|
|
@@ -2362,10 +2694,14 @@ export interface UpdateThingRequest {
|
|
|
2362
2694
|
removeThingType?: boolean;
|
|
2363
2695
|
}
|
|
2364
2696
|
/**
|
|
2697
|
+
* @public
|
|
2365
2698
|
* <p>The output from the UpdateThing operation.</p>
|
|
2366
2699
|
*/
|
|
2367
2700
|
export interface UpdateThingResponse {
|
|
2368
2701
|
}
|
|
2702
|
+
/**
|
|
2703
|
+
* @public
|
|
2704
|
+
*/
|
|
2369
2705
|
export interface UpdateThingGroupRequest {
|
|
2370
2706
|
/**
|
|
2371
2707
|
* <p>The thing group to update.</p>
|
|
@@ -2381,12 +2717,18 @@ export interface UpdateThingGroupRequest {
|
|
|
2381
2717
|
*/
|
|
2382
2718
|
expectedVersion?: number;
|
|
2383
2719
|
}
|
|
2720
|
+
/**
|
|
2721
|
+
* @public
|
|
2722
|
+
*/
|
|
2384
2723
|
export interface UpdateThingGroupResponse {
|
|
2385
2724
|
/**
|
|
2386
2725
|
* <p>The version of the updated thing group.</p>
|
|
2387
2726
|
*/
|
|
2388
2727
|
version?: number;
|
|
2389
2728
|
}
|
|
2729
|
+
/**
|
|
2730
|
+
* @public
|
|
2731
|
+
*/
|
|
2390
2732
|
export interface UpdateThingGroupsForThingRequest {
|
|
2391
2733
|
/**
|
|
2392
2734
|
* <p>The thing whose group memberships will be updated.</p>
|
|
@@ -2408,8 +2750,14 @@ export interface UpdateThingGroupsForThingRequest {
|
|
|
2408
2750
|
*/
|
|
2409
2751
|
overrideDynamicGroups?: boolean;
|
|
2410
2752
|
}
|
|
2753
|
+
/**
|
|
2754
|
+
* @public
|
|
2755
|
+
*/
|
|
2411
2756
|
export interface UpdateThingGroupsForThingResponse {
|
|
2412
2757
|
}
|
|
2758
|
+
/**
|
|
2759
|
+
* @public
|
|
2760
|
+
*/
|
|
2413
2761
|
export interface UpdateTopicRuleDestinationRequest {
|
|
2414
2762
|
/**
|
|
2415
2763
|
* <p>The ARN of the topic rule destination.</p>
|
|
@@ -2451,8 +2799,14 @@ export interface UpdateTopicRuleDestinationRequest {
|
|
|
2451
2799
|
*/
|
|
2452
2800
|
status: TopicRuleDestinationStatus | string | undefined;
|
|
2453
2801
|
}
|
|
2802
|
+
/**
|
|
2803
|
+
* @public
|
|
2804
|
+
*/
|
|
2454
2805
|
export interface UpdateTopicRuleDestinationResponse {
|
|
2455
2806
|
}
|
|
2807
|
+
/**
|
|
2808
|
+
* @public
|
|
2809
|
+
*/
|
|
2456
2810
|
export interface ValidateSecurityProfileBehaviorsRequest {
|
|
2457
2811
|
/**
|
|
2458
2812
|
* <p>Specifies the behaviors that, when violated by a device (thing), cause an alert.</p>
|
|
@@ -2460,6 +2814,7 @@ export interface ValidateSecurityProfileBehaviorsRequest {
|
|
|
2460
2814
|
behaviors: Behavior[] | undefined;
|
|
2461
2815
|
}
|
|
2462
2816
|
/**
|
|
2817
|
+
* @public
|
|
2463
2818
|
* <p>Information about an error found in a behavior specification.</p>
|
|
2464
2819
|
*/
|
|
2465
2820
|
export interface ValidationError {
|
|
@@ -2468,6 +2823,9 @@ export interface ValidationError {
|
|
|
2468
2823
|
*/
|
|
2469
2824
|
errorMessage?: string;
|
|
2470
2825
|
}
|
|
2826
|
+
/**
|
|
2827
|
+
* @public
|
|
2828
|
+
*/
|
|
2471
2829
|
export interface ValidateSecurityProfileBehaviorsResponse {
|
|
2472
2830
|
/**
|
|
2473
2831
|
* <p>True if the behaviors were valid.</p>
|