@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
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeBillingGroupRequest, DescribeBillingGroupResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeBillingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeBillingGroupCommandInput extends DescribeBillingGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeBillingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeBillingGroupCommandOutput extends DescribeBillingGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about a billing group.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeBillingGroup</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeBillingGroupCommandOutput extends DescribeBillingGroupR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeBillingGroupCommandInput - {@link DescribeBillingGroupCommandInput}
|
|
35
|
+
* @returns {@link DescribeBillingGroupCommandOutput}
|
|
29
36
|
* @see {@link DescribeBillingGroupCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeBillingGroupCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeBillingGroupCommandOutput extends DescribeBillingGroupR
|
|
|
47
54
|
export declare class DescribeBillingGroupCommand extends $Command<DescribeBillingGroupCommandInput, DescribeBillingGroupCommandOutput, IoTClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeBillingGroupCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeBillingGroupCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBillingGroupCommandInput, DescribeBillingGroupCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeCACertificateRequest, DescribeCACertificateResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCACertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCACertificateCommandInput extends DescribeCACertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCACertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCACertificateCommandOutput extends DescribeCACertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes a registered CA certificate.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCACertificate</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeCACertificateCommandOutput extends DescribeCACertificat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeCACertificateCommandInput - {@link DescribeCACertificateCommandInput}
|
|
35
|
+
* @returns {@link DescribeCACertificateCommandOutput}
|
|
29
36
|
* @see {@link DescribeCACertificateCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeCACertificateCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeCACertificateCommandOutput extends DescribeCACertificat
|
|
|
53
60
|
export declare class DescribeCACertificateCommand extends $Command<DescribeCACertificateCommandInput, DescribeCACertificateCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeCACertificateCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeCACertificateCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCACertificateCommandInput, DescribeCACertificateCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified certificate.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeCertificate</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeCertificateCommandInput - {@link DescribeCertificateCommandInput}
|
|
35
|
+
* @returns {@link DescribeCertificateCommandOutput}
|
|
29
36
|
* @see {@link DescribeCertificateCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
|
|
|
53
60
|
export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeCertificateCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeCertificateCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeCustomMetricRequest, DescribeCustomMetricResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeCustomMetricCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeCustomMetricCommandInput extends DescribeCustomMetricRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeCustomMetricCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeCustomMetricCommandOutput extends DescribeCustomMetricResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Gets information about a Device Defender detect custom metric.
|
|
19
24
|
* </p>
|
|
@@ -28,6 +33,8 @@ export interface DescribeCustomMetricCommandOutput extends DescribeCustomMetricR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeCustomMetricCommandInput - {@link DescribeCustomMetricCommandInput}
|
|
37
|
+
* @returns {@link DescribeCustomMetricCommandOutput}
|
|
31
38
|
* @see {@link DescribeCustomMetricCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeCustomMetricCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeCustomMetricCommandOutput extends DescribeCustomMetricR
|
|
|
49
56
|
export declare class DescribeCustomMetricCommand extends $Command<DescribeCustomMetricCommandInput, DescribeCustomMetricCommandOutput, IoTClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeCustomMetricCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeCustomMetricCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomMetricCommandInput, DescribeCustomMetricCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeDefaultAuthorizerRequest, DescribeDefaultAuthorizerResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDefaultAuthorizerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDefaultAuthorizerCommandInput extends DescribeDefaultAuthorizerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDefaultAuthorizerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDefaultAuthorizerCommandOutput extends DescribeDefaultAuthorizerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the default authorizer.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDefaultAuthorizer</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeDefaultAuthorizerCommandOutput extends DescribeDefaultA
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeDefaultAuthorizerCommandInput - {@link DescribeDefaultAuthorizerCommandInput}
|
|
35
|
+
* @returns {@link DescribeDefaultAuthorizerCommandOutput}
|
|
29
36
|
* @see {@link DescribeDefaultAuthorizerCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeDefaultAuthorizerCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeDefaultAuthorizerCommandOutput extends DescribeDefaultA
|
|
|
53
60
|
export declare class DescribeDefaultAuthorizerCommand extends $Command<DescribeDefaultAuthorizerCommandInput, DescribeDefaultAuthorizerCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeDefaultAuthorizerCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeDefaultAuthorizerCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDefaultAuthorizerCommandInput, DescribeDefaultAuthorizerCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeDetectMitigationActionsTaskRequest, DescribeDetectMitigationActionsTaskResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDetectMitigationActionsTaskCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDetectMitigationActionsTaskCommandInput extends DescribeDetectMitigationActionsTaskRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDetectMitigationActionsTaskCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDetectMitigationActionsTaskCommandOutput extends DescribeDetectMitigationActionsTaskResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Gets information about a Device Defender ML Detect mitigation action.
|
|
19
24
|
* </p>
|
|
@@ -28,6 +33,8 @@ export interface DescribeDetectMitigationActionsTaskCommandOutput extends Descri
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeDetectMitigationActionsTaskCommandInput - {@link DescribeDetectMitigationActionsTaskCommandInput}
|
|
37
|
+
* @returns {@link DescribeDetectMitigationActionsTaskCommandOutput}
|
|
31
38
|
* @see {@link DescribeDetectMitigationActionsTaskCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeDetectMitigationActionsTaskCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeDetectMitigationActionsTaskCommandOutput extends Descri
|
|
|
49
56
|
export declare class DescribeDetectMitigationActionsTaskCommand extends $Command<DescribeDetectMitigationActionsTaskCommandInput, DescribeDetectMitigationActionsTaskCommandOutput, IoTClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeDetectMitigationActionsTaskCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeDetectMitigationActionsTaskCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDetectMitigationActionsTaskCommandInput, DescribeDetectMitigationActionsTaskCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeDimensionRequest, DescribeDimensionResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDimensionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDimensionCommandInput extends DescribeDimensionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDimensionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDimensionCommandOutput extends DescribeDimensionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides details about a dimension that is defined in your Amazon Web Services accounts.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDimension</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeDimensionCommandOutput extends DescribeDimensionRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeDimensionCommandInput - {@link DescribeDimensionCommandInput}
|
|
35
|
+
* @returns {@link DescribeDimensionCommandOutput}
|
|
29
36
|
* @see {@link DescribeDimensionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeDimensionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeDimensionCommandOutput extends DescribeDimensionRespons
|
|
|
47
54
|
export declare class DescribeDimensionCommand extends $Command<DescribeDimensionCommandInput, DescribeDimensionCommandOutput, IoTClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeDimensionCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeDimensionCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDimensionCommandInput, DescribeDimensionCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeDomainConfigurationRequest, DescribeDomainConfigurationResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDomainConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDomainConfigurationCommandInput extends DescribeDomainConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDomainConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDomainConfigurationCommandOutput extends DescribeDomainConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets summary information about a domain configuration.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeDomainConfiguration</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeDomainConfigurationCommandOutput extends DescribeDomain
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeDomainConfigurationCommandInput - {@link DescribeDomainConfigurationCommandInput}
|
|
35
|
+
* @returns {@link DescribeDomainConfigurationCommandOutput}
|
|
29
36
|
* @see {@link DescribeDomainConfigurationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeDomainConfigurationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeDomainConfigurationCommandOutput extends DescribeDomain
|
|
|
53
60
|
export declare class DescribeDomainConfigurationCommand extends $Command<DescribeDomainConfigurationCommandInput, DescribeDomainConfigurationCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeDomainConfigurationCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeDomainConfigurationCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainConfigurationCommandInput, DescribeDomainConfigurationCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEndpointCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEndpointCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a unique endpoint specific to the Amazon Web Services account making the call.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEndpoint</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeEndpointCommandInput - {@link DescribeEndpointCommandInput}
|
|
35
|
+
* @returns {@link DescribeEndpointCommandOutput}
|
|
29
36
|
* @see {@link DescribeEndpointCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeEndpointCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
|
|
|
47
54
|
export declare class DescribeEndpointCommand extends $Command<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, IoTClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeEndpointCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeEndpointCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeEventConfigurationsRequest, DescribeEventConfigurationsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEventConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEventConfigurationsCommandInput extends DescribeEventConfigurationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEventConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEventConfigurationsCommandOutput extends DescribeEventConfigurationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes event configurations.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeEventConfigurations</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeEventConfigurationsCommandOutput extends DescribeEventC
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeEventConfigurationsCommandInput - {@link DescribeEventConfigurationsCommandInput}
|
|
35
|
+
* @returns {@link DescribeEventConfigurationsCommandOutput}
|
|
29
36
|
* @see {@link DescribeEventConfigurationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeEventConfigurationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DescribeEventConfigurationsCommandOutput extends DescribeEventC
|
|
|
41
48
|
export declare class DescribeEventConfigurationsCommand extends $Command<DescribeEventConfigurationsCommandInput, DescribeEventConfigurationsCommandOutput, IoTClientResolvedConfig> {
|
|
42
49
|
readonly input: DescribeEventConfigurationsCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DescribeEventConfigurationsCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventConfigurationsCommandInput, DescribeEventConfigurationsCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeFleetMetricRequest, DescribeFleetMetricResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeFleetMetricCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeFleetMetricCommandInput extends DescribeFleetMetricRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeFleetMetricCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeFleetMetricCommandOutput extends DescribeFleetMetricResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about the specified fleet metric.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeFleetMetric</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeFleetMetricCommandOutput extends DescribeFleetMetricRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeFleetMetricCommandInput - {@link DescribeFleetMetricCommandInput}
|
|
35
|
+
* @returns {@link DescribeFleetMetricCommandOutput}
|
|
29
36
|
* @see {@link DescribeFleetMetricCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeFleetMetricCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeFleetMetricCommandOutput extends DescribeFleetMetricRes
|
|
|
53
60
|
export declare class DescribeFleetMetricCommand extends $Command<DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeFleetMetricCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeFleetMetricCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
5
5
|
import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeIndexCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeIndexCommandInput extends DescribeIndexRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeIndexCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes a search index.</p>
|
|
18
23
|
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">DescribeIndex</a> action.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeIndexCommandInput - {@link DescribeIndexCommandInput}
|
|
35
|
+
* @returns {@link DescribeIndexCommandOutput}
|
|
29
36
|
* @see {@link DescribeIndexCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeIndexCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met
|
|
|
53
60
|
export declare class DescribeIndexCommand extends $Command<DescribeIndexCommandInput, DescribeIndexCommandOutput, IoTClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeIndexCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeIndexCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIndexCommandInput, DescribeIndexCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|