@aws-sdk/client-iot 3.651.1 → 3.654.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/README.md +24 -0
- package/dist-cjs/index.js +276 -91
- package/dist-es/IoT.js +6 -0
- package/dist-es/commands/AssociateSbomWithPackageVersionCommand.js +22 -0
- package/dist-es/commands/DisassociateSbomFromPackageVersionCommand.js +22 -0
- package/dist-es/commands/ListSbomValidationResultsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +55 -49
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_2.js +9 -0
- package/dist-es/pagination/ListSbomValidationResultsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +118 -14
- package/dist-types/IoT.d.ts +21 -0
- package/dist-types/IoTClient.d.ts +5 -2
- package/dist-types/commands/AcceptCertificateTransferCommand.d.ts +11 -0
- package/dist-types/commands/AddThingToBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/AddThingToThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/AssociateSbomWithPackageVersionCommand.d.ts +109 -0
- package/dist-types/commands/AssociateTargetsWithJobCommand.d.ts +11 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/AttachPrincipalPolicyCommand.d.ts +11 -0
- package/dist-types/commands/AttachSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/AttachThingPrincipalCommand.d.ts +11 -0
- package/dist-types/commands/CancelAuditMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/CancelAuditTaskCommand.d.ts +11 -0
- package/dist-types/commands/CancelCertificateTransferCommand.d.ts +11 -0
- package/dist-types/commands/CancelDetectMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/CancelJobCommand.d.ts +11 -0
- package/dist-types/commands/CancelJobExecutionCommand.d.ts +11 -0
- package/dist-types/commands/ClearDefaultAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmTopicRuleDestinationCommand.d.ts +11 -0
- package/dist-types/commands/CreateAuditSuppressionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateCertificateFromCsrCommand.d.ts +11 -0
- package/dist-types/commands/CreateCertificateProviderCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomMetricCommand.d.ts +11 -0
- package/dist-types/commands/CreateDimensionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDynamicThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateFleetMetricCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreateKeysAndCertificateCommand.d.ts +11 -0
- package/dist-types/commands/CreateMitigationActionCommand.d.ts +11 -0
- package/dist-types/commands/CreateOTAUpdateCommand.d.ts +11 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +11 -0
- package/dist-types/commands/CreatePackageVersionCommand.d.ts +19 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +11 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateProvisioningClaimCommand.d.ts +11 -0
- package/dist-types/commands/CreateProvisioningTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreateProvisioningTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateRoleAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateScheduledAuditCommand.d.ts +11 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +11 -0
- package/dist-types/commands/CreateThingCommand.d.ts +11 -0
- package/dist-types/commands/CreateThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateThingTypeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicRuleDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountAuditConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAuditSuppressionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCACertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeleteCertificateProviderCommand.d.ts +12 -1
- package/dist-types/commands/DeleteCustomMetricCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDimensionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDynamicThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFleetMetricCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMitigationActionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOTAUpdateCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProvisioningTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProvisioningTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRegistrationCodeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRoleAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteScheduledAuditCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThingTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicRuleDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteV2LoggingLevelCommand.d.ts +11 -0
- package/dist-types/commands/DeprecateThingTypeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountAuditConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAuditFindingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAuditSuppressionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAuditTaskCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCACertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateProviderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomMetricCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDefaultAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDimensionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFleetMetricCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +12 -0
- package/dist-types/commands/DescribeJobExecutionCommand.d.ts +12 -1
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeManagedJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMitigationActionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProvisioningTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProvisioningTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRoleAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeScheduledAuditCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThingRegistrationTaskCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThingTypeCommand.d.ts +11 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DetachPrincipalPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DetachSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/DetachThingPrincipalCommand.d.ts +11 -0
- package/dist-types/commands/DisableTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateSbomFromPackageVersionCommand.d.ts +88 -0
- package/dist-types/commands/EnableTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketsAggregationCommand.d.ts +11 -0
- package/dist-types/commands/GetCardinalityCommand.d.ts +11 -0
- package/dist-types/commands/GetEffectivePoliciesCommand.d.ts +11 -0
- package/dist-types/commands/GetIndexingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetJobDocumentCommand.d.ts +12 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/GetOTAUpdateCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageVersionCommand.d.ts +27 -0
- package/dist-types/commands/GetPercentilesCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistrationCodeCommand.d.ts +11 -0
- package/dist-types/commands/GetStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/GetTopicRuleDestinationCommand.d.ts +11 -0
- package/dist-types/commands/GetV2LoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListActiveViolationsCommand.d.ts +11 -0
- package/dist-types/commands/ListAttachedPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +11 -0
- package/dist-types/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListAuditMitigationActionsTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListAuditSuppressionsCommand.d.ts +11 -0
- package/dist-types/commands/ListAuditTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListAuthorizersCommand.d.ts +11 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListCACertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificateProvidersCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesByCACommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListCustomMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDetectMitigationActionsTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListDimensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListFleetMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +11 -0
- package/dist-types/commands/ListJobExecutionsForJobCommand.d.ts +11 -0
- package/dist-types/commands/ListJobExecutionsForThingCommand.d.ts +11 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedJobTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricValuesCommand.d.ts +13 -1
- package/dist-types/commands/ListMitigationActionsCommand.d.ts +12 -1
- package/dist-types/commands/ListOTAUpdatesCommand.d.ts +12 -1
- package/dist-types/commands/ListOutgoingCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackagesCommand.d.ts +11 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyPrincipalsCommand.d.ts +11 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListPrincipalPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListPrincipalThingsCommand.d.ts +11 -0
- package/dist-types/commands/ListProvisioningTemplateVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListProvisioningTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +11 -0
- package/dist-types/commands/ListRoleAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListSbomValidationResultsCommand.d.ts +97 -0
- package/dist-types/commands/ListScheduledAuditsCommand.d.ts +11 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListSecurityProfilesForTargetCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsForSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/ListThingGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListThingGroupsForThingCommand.d.ts +11 -0
- package/dist-types/commands/ListThingPrincipalsCommand.d.ts +11 -0
- package/dist-types/commands/ListThingRegistrationTaskReportsCommand.d.ts +11 -0
- package/dist-types/commands/ListThingRegistrationTasksCommand.d.ts +11 -0
- package/dist-types/commands/ListThingTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListThingsCommand.d.ts +11 -0
- package/dist-types/commands/ListThingsInBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListThingsInThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicRuleDestinationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListV2LoggingLevelsCommand.d.ts +11 -0
- package/dist-types/commands/ListViolationEventsCommand.d.ts +11 -0
- package/dist-types/commands/PutVerificationStateOnViolationCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCACertificateCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateWithoutCACommand.d.ts +11 -0
- package/dist-types/commands/RegisterThingCommand.d.ts +11 -0
- package/dist-types/commands/RejectCertificateTransferCommand.d.ts +11 -0
- package/dist-types/commands/RemoveThingFromBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/RemoveThingFromThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/ReplaceTopicRuleCommand.d.ts +11 -0
- package/dist-types/commands/SearchIndexCommand.d.ts +11 -0
- package/dist-types/commands/SetDefaultAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +11 -0
- package/dist-types/commands/SetLoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/SetV2LoggingLevelCommand.d.ts +11 -0
- package/dist-types/commands/SetV2LoggingOptionsCommand.d.ts +11 -0
- package/dist-types/commands/StartAuditMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/StartDetectMitigationActionsTaskCommand.d.ts +11 -0
- package/dist-types/commands/StartOnDemandAuditTaskCommand.d.ts +11 -0
- package/dist-types/commands/StartThingRegistrationTaskCommand.d.ts +11 -0
- package/dist-types/commands/StopThingRegistrationTaskCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestAuthorizationCommand.d.ts +11 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/TransferCertificateCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountAuditConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAuditSuppressionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCACertificateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCertificateProviderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomMetricCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDimensionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDynamicThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEventConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFleetMetricCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIndexingConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMitigationActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageVersionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateProvisioningTemplateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRoleAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateScheduledAuditCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +14 -0
- package/dist-types/commands/UpdateThingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThingGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThingGroupsForThingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicRuleDestinationCommand.d.ts +11 -0
- package/dist-types/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +171 -121
- package/dist-types/models/models_1.d.ts +109 -129
- package/dist-types/models/models_2.d.ts +238 -2
- package/dist-types/pagination/ListSbomValidationResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/IoT.d.ts +57 -0
- package/dist-types/ts3.4/IoTClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptCertificateTransferCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddThingToBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddThingToThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateSbomWithPackageVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateTargetsWithJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachPrincipalPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AttachThingPrincipalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelAuditMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelAuditTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelCertificateTransferCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDetectMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelJobExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ClearDefaultAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmTopicRuleDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAuditSuppressionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCertificateFromCsrCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCertificateProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDimensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDynamicThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFleetMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKeysAndCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMitigationActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOTAUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProvisioningClaimCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProvisioningTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProvisioningTemplateVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRoleAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateScheduledAuditCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThingTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicRuleDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountAuditConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAuditSuppressionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCACertificateCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/DeleteCertificateProviderCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/DeleteCustomMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDimensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDynamicThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFleetMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMitigationActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOTAUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProvisioningTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProvisioningTemplateVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRegistrationCodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRoleAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteScheduledAuditCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThingTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicRuleDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteV2LoggingLevelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeprecateThingTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountAuditConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAuditFindingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAuditMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAuditSuppressionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAuditTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCACertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCustomMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDefaultAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDetectMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDimensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFleetMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeManagedJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMitigationActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProvisioningTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProvisioningTemplateVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRoleAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeScheduledAuditCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThingRegistrationTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThingTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachPrincipalPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetachThingPrincipalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateSbomFromPackageVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBehaviorModelTrainingSummariesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBucketsAggregationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCardinalityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEffectivePoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIndexingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOTAUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPercentilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegistrationCodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTopicRuleDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetV2LoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListActiveViolationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAttachedPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuditMitigationActionsExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuditMitigationActionsTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuditSuppressionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuditTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAuthorizersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCACertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificateProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesByCACommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCustomMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDetectMitigationActionsTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDimensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFleetMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobExecutionsForThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricValuesCommand.d.ts +14 -5
- package/dist-types/ts3.4/commands/ListMitigationActionsCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/ListOTAUpdatesCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/ListOutgoingCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyPrincipalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPrincipalPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPrincipalThingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplateVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProvisioningTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRelatedResourcesForAuditFindingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRoleAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSbomValidationResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListScheduledAuditsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesForTargetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsForSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingGroupsForThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingPrincipalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingRegistrationTaskReportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingRegistrationTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingsInBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThingsInThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicRuleDestinationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListV2LoggingLevelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListViolationEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutVerificationStateOnViolationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCACertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateWithoutCACommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectCertificateTransferCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveThingFromBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveThingFromThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReplaceTopicRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetDefaultAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetLoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetV2LoggingLevelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetV2LoggingOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAuditMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDetectMitigationActionsTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartOnDemandAuditTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartThingRegistrationTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopThingRegistrationTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestAuthorizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TransferCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountAuditConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAuditSuppressionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCACertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCertificateProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCustomMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDimensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDynamicThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEventConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFleetMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIndexingConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMitigationActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProvisioningTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRoleAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateScheduledAuditCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThingGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThingGroupsForThingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicRuleDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidateSecurityProfileBehaviorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -43
- package/dist-types/ts3.4/models/models_1.d.ts +27 -32
- package/dist-types/ts3.4/models/models_2.d.ts +67 -0
- package/dist-types/ts3.4/pagination/ListSbomValidationResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
-
import { ListOTAUpdatesRequest, ListOTAUpdatesResponse } from "../models/
|
|
4
|
+
import { ListOTAUpdatesRequest, ListOTAUpdatesResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -82,4 +82,15 @@ declare const ListOTAUpdatesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListOTAUpdatesCommand extends ListOTAUpdatesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListOTAUpdatesRequest;
|
|
89
|
+
output: ListOTAUpdatesResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListOTAUpdatesCommandInput;
|
|
93
|
+
output: ListOTAUpdatesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListOutgoingCertificatesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListOutgoingCertificatesCommand extends ListOutgoingCertificatesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListOutgoingCertificatesRequest;
|
|
92
|
+
output: ListOutgoingCertificatesResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListOutgoingCertificatesCommandInput;
|
|
96
|
+
output: ListOutgoingCertificatesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListPackageVersionsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListPackageVersionsCommand extends ListPackageVersionsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListPackageVersionsRequest;
|
|
87
|
+
output: ListPackageVersionsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListPackageVersionsCommandInput;
|
|
91
|
+
output: ListPackageVersionsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListPackagesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListPackagesCommand extends ListPackagesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListPackagesRequest;
|
|
84
|
+
output: ListPackagesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListPackagesCommandInput;
|
|
88
|
+
output: ListPackagesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListPoliciesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListPoliciesRequest;
|
|
88
|
+
output: ListPoliciesResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListPoliciesCommandInput;
|
|
92
|
+
output: ListPoliciesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListPolicyPrincipalsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListPolicyPrincipalsCommand extends ListPolicyPrincipalsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListPolicyPrincipalsRequest;
|
|
94
|
+
output: ListPolicyPrincipalsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListPolicyPrincipalsCommandInput;
|
|
98
|
+
output: ListPolicyPrincipalsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListPolicyVersionsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListPolicyVersionsCommand extends ListPolicyVersionsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListPolicyVersionsRequest;
|
|
90
|
+
output: ListPolicyVersionsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListPolicyVersionsCommandInput;
|
|
94
|
+
output: ListPolicyVersionsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListPrincipalPoliciesCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListPrincipalPoliciesCommand extends ListPrincipalPoliciesCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListPrincipalPoliciesRequest;
|
|
98
|
+
output: ListPrincipalPoliciesResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListPrincipalPoliciesCommandInput;
|
|
102
|
+
output: ListPrincipalPoliciesCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListPrincipalThingsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListPrincipalThingsCommand extends ListPrincipalThingsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListPrincipalThingsRequest;
|
|
90
|
+
output: ListPrincipalThingsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListPrincipalThingsCommandInput;
|
|
94
|
+
output: ListPrincipalThingsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListProvisioningTemplateVersionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListProvisioningTemplateVersionsCommand extends ListProvisioningTemplateVersionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListProvisioningTemplateVersionsRequest;
|
|
89
|
+
output: ListProvisioningTemplateVersionsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListProvisioningTemplateVersionsCommandInput;
|
|
93
|
+
output: ListProvisioningTemplateVersionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListProvisioningTemplatesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListProvisioningTemplatesCommand extends ListProvisioningTemplatesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListProvisioningTemplatesRequest;
|
|
89
|
+
output: ListProvisioningTemplatesResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListProvisioningTemplatesCommandInput;
|
|
93
|
+
output: ListProvisioningTemplatesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -134,4 +134,15 @@ declare const ListRelatedResourcesForAuditFindingCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class ListRelatedResourcesForAuditFindingCommand extends ListRelatedResourcesForAuditFindingCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: ListRelatedResourcesForAuditFindingRequest;
|
|
141
|
+
output: ListRelatedResourcesForAuditFindingResponse;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: ListRelatedResourcesForAuditFindingCommandInput;
|
|
145
|
+
output: ListRelatedResourcesForAuditFindingCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListRoleAliasesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListRoleAliasesCommand extends ListRoleAliasesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListRoleAliasesRequest;
|
|
85
|
+
output: ListRoleAliasesResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListRoleAliasesCommandInput;
|
|
89
|
+
output: ListRoleAliasesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTClient";
|
|
4
|
+
import { ListSbomValidationResultsRequest, ListSbomValidationResultsResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListSbomValidationResultsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListSbomValidationResultsCommandInput extends ListSbomValidationResultsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListSbomValidationResultsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListSbomValidationResultsCommandOutput extends ListSbomValidationResultsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListSbomValidationResultsCommand_base: {
|
|
25
|
+
new (input: ListSbomValidationResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListSbomValidationResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>The validation results for all software bill of materials (SBOM) attached to a specific software package version.</p>
|
|
31
|
+
* <p>Requires permission to access the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions">ListSbomValidationResults</a> action.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { IoTClient, ListSbomValidationResultsCommand } from "@aws-sdk/client-iot"; // ES Modules import
|
|
36
|
+
* // const { IoTClient, ListSbomValidationResultsCommand } = require("@aws-sdk/client-iot"); // CommonJS import
|
|
37
|
+
* const client = new IoTClient(config);
|
|
38
|
+
* const input = { // ListSbomValidationResultsRequest
|
|
39
|
+
* packageName: "STRING_VALUE", // required
|
|
40
|
+
* versionName: "STRING_VALUE", // required
|
|
41
|
+
* validationResult: "FAILED" || "SUCCEEDED",
|
|
42
|
+
* maxResults: Number("int"),
|
|
43
|
+
* nextToken: "STRING_VALUE",
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListSbomValidationResultsCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListSbomValidationResultsResponse
|
|
48
|
+
* // validationResultSummaries: [ // SbomValidationResultSummaryList
|
|
49
|
+
* // { // SbomValidationResultSummary
|
|
50
|
+
* // fileName: "STRING_VALUE",
|
|
51
|
+
* // validationResult: "FAILED" || "SUCCEEDED",
|
|
52
|
+
* // errorCode: "INCOMPATIBLE_FORMAT" || "FILE_SIZE_LIMIT_EXCEEDED",
|
|
53
|
+
* // errorMessage: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // nextToken: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
61
|
+
* @param ListSbomValidationResultsCommandInput - {@link ListSbomValidationResultsCommandInput}
|
|
62
|
+
* @returns {@link ListSbomValidationResultsCommandOutput}
|
|
63
|
+
* @see {@link ListSbomValidationResultsCommandInput} for command's `input` shape.
|
|
64
|
+
* @see {@link ListSbomValidationResultsCommandOutput} for command's `response` shape.
|
|
65
|
+
* @see {@link IoTClientResolvedConfig | config} for IoTClient's `config` shape.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerException} (server fault)
|
|
68
|
+
* <p>Internal error from the service that indicates an unexpected error or that the service
|
|
69
|
+
* is unavailable.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified resource does not exist.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The rate exceeds the limit.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ValidationException} (client fault)
|
|
78
|
+
* <p>The request is not valid.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link IoTServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from IoT service.</p>
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class ListSbomValidationResultsCommand extends ListSbomValidationResultsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListSbomValidationResultsRequest;
|
|
90
|
+
output: ListSbomValidationResultsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListSbomValidationResultsCommandInput;
|
|
94
|
+
output: ListSbomValidationResultsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -77,4 +77,15 @@ declare const ListScheduledAuditsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListScheduledAuditsCommand extends ListScheduledAuditsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListScheduledAuditsRequest;
|
|
84
|
+
output: ListScheduledAuditsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListScheduledAuditsCommandInput;
|
|
88
|
+
output: ListScheduledAuditsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListSecurityProfilesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListSecurityProfilesCommand extends ListSecurityProfilesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListSecurityProfilesRequest;
|
|
92
|
+
output: ListSecurityProfilesResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListSecurityProfilesCommandInput;
|
|
96
|
+
output: ListSecurityProfilesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListSecurityProfilesForTargetCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListSecurityProfilesForTargetCommand extends ListSecurityProfilesForTargetCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListSecurityProfilesForTargetRequest;
|
|
91
|
+
output: ListSecurityProfilesForTargetResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListSecurityProfilesForTargetCommandInput;
|
|
95
|
+
output: ListSecurityProfilesForTargetCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListStreamsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListStreamsRequest;
|
|
90
|
+
output: ListStreamsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListStreamsCommandInput;
|
|
94
|
+
output: ListStreamsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTagsForResourceRequest;
|
|
84
|
+
output: ListTagsForResourceResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTagsForResourceCommandInput;
|
|
88
|
+
output: ListTagsForResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListTargetsForPolicyCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListTargetsForPolicyRequest;
|
|
91
|
+
output: ListTargetsForPolicyResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListTargetsForPolicyCommandInput;
|
|
95
|
+
output: ListTargetsForPolicyCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListTargetsForSecurityProfileCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListTargetsForSecurityProfileCommand extends ListTargetsForSecurityProfileCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTargetsForSecurityProfileRequest;
|
|
84
|
+
output: ListTargetsForSecurityProfileResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTargetsForSecurityProfileCommandInput;
|
|
88
|
+
output: ListTargetsForSecurityProfileCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListThingGroupsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListThingGroupsCommand extends ListThingGroupsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListThingGroupsRequest;
|
|
87
|
+
output: ListThingGroupsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListThingGroupsCommandInput;
|
|
91
|
+
output: ListThingGroupsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListThingGroupsForThingCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListThingGroupsForThingCommand extends ListThingGroupsForThingCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListThingGroupsForThingRequest;
|
|
85
|
+
output: ListThingGroupsForThingResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListThingGroupsForThingCommandInput;
|
|
89
|
+
output: ListThingGroupsForThingCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListThingPrincipalsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListThingPrincipalsCommand extends ListThingPrincipalsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListThingPrincipalsRequest;
|
|
90
|
+
output: ListThingPrincipalsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListThingPrincipalsCommandInput;
|
|
94
|
+
output: ListThingPrincipalsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListThingRegistrationTaskReportsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListThingRegistrationTaskReportsCommand extends ListThingRegistrationTaskReportsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListThingRegistrationTaskReportsRequest;
|
|
83
|
+
output: ListThingRegistrationTaskReportsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListThingRegistrationTaskReportsCommandInput;
|
|
87
|
+
output: ListThingRegistrationTaskReportsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListThingRegistrationTasksCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListThingRegistrationTasksCommand extends ListThingRegistrationTasksCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListThingRegistrationTasksRequest;
|
|
82
|
+
output: ListThingRegistrationTasksResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListThingRegistrationTasksCommandInput;
|
|
86
|
+
output: ListThingRegistrationTasksCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListThingTypesCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListThingTypesCommand extends ListThingTypesCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListThingTypesRequest;
|
|
99
|
+
output: ListThingTypesResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListThingTypesCommandInput;
|
|
103
|
+
output: ListThingTypesCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -96,4 +96,15 @@ declare const ListThingsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListThingsCommand extends ListThingsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListThingsRequest;
|
|
103
|
+
output: ListThingsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListThingsCommandInput;
|
|
107
|
+
output: ListThingsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListThingsInBillingGroupCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListThingsInBillingGroupCommand extends ListThingsInBillingGroupCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListThingsInBillingGroupRequest;
|
|
82
|
+
output: ListThingsInBillingGroupResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListThingsInBillingGroupCommandInput;
|
|
86
|
+
output: ListThingsInBillingGroupCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListThingsInThingGroupCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListThingsInThingGroupCommand extends ListThingsInThingGroupCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListThingsInThingGroupRequest;
|
|
83
|
+
output: ListThingsInThingGroupResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListThingsInThingGroupCommandInput;
|
|
87
|
+
output: ListThingsInThingGroupCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListTopicRuleDestinationsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListTopicRuleDestinationsCommand extends ListTopicRuleDestinationsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListTopicRuleDestinationsRequest;
|
|
100
|
+
output: ListTopicRuleDestinationsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListTopicRuleDestinationsCommandInput;
|
|
104
|
+
output: ListTopicRuleDestinationsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListTopicRulesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListTopicRulesCommand extends ListTopicRulesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListTopicRulesRequest;
|
|
86
|
+
output: ListTopicRulesResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListTopicRulesCommandInput;
|
|
90
|
+
output: ListTopicRulesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListV2LoggingLevelsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListV2LoggingLevelsCommand extends ListV2LoggingLevelsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListV2LoggingLevelsRequest;
|
|
88
|
+
output: ListV2LoggingLevelsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListV2LoggingLevelsCommandInput;
|
|
92
|
+
output: ListV2LoggingLevelsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -145,4 +145,15 @@ declare const ListViolationEventsCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class ListViolationEventsCommand extends ListViolationEventsCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: ListViolationEventsRequest;
|
|
152
|
+
output: ListViolationEventsResponse;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: ListViolationEventsCommandInput;
|
|
156
|
+
output: ListViolationEventsCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|