@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,6 +1,57 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
import { AbortConfig, Action, ActiveViolation, AggregationType, AlertTarget, AlertTargetType, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditFrequency, AuditMitigationActionExecutionMetadata, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskMetadata, AuditMitigationActionsTaskStatus, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuditSuppression, AuditTaskMetadata, AuditTaskStatus, AuditTaskType, AuthorizerConfig, AuthorizerDescription, AuthorizerStatus, AuthorizerSummary, AutoRegistrationStatus, AwsJobExecutionsRolloutConfig, AwsJobPresignedUrlConfig, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, SchedulingConfig, ServerCertificateConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestination, VerificationState } from "./models_0";
|
|
3
|
+
import { AbortConfig, Action, ActiveViolation, AggregationType, AlertTarget, AlertTargetType, AuditCheckConfiguration, AuditCheckDetails, AuditFinding, AuditFrequency, AuditMitigationActionExecutionMetadata, AuditMitigationActionsExecutionStatus, AuditMitigationActionsTaskMetadata, AuditMitigationActionsTaskStatus, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuditSuppression, AuditTaskMetadata, AuditTaskStatus, AuditTaskType, AuthorizerConfig, AuthorizerDescription, AuthorizerStatus, AuthorizerSummary, AutoRegistrationStatus, AwsJobExecutionsRolloutConfig, AwsJobPresignedUrlConfig, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, DimensionValueOperator, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MaintenanceWindow, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateFile, OTAUpdateStatus, PackageVersionArtifact, PackageVersionStatus, Policy, PresignedUrlConfig, Protocol, ProvisioningHook, ResourceIdentifier, Sbom, SbomValidationStatus, SchedulingConfig, ServerCertificateConfig, ServiceType, StreamFile, TargetSelection, TaskStatisticsForAuditCheck, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestination, VerificationState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteCACertificateRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
11
|
+
* the certificate ID.)</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
certificateId: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>The output for the DeleteCACertificate operation.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface DeleteCACertificateResponse {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* <p>The input for the DeleteCertificate operation.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DeleteCertificateRequest {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
29
|
+
* certificate ID.)</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
certificateId: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
35
|
+
* thing.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
forceDelete?: boolean;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DeleteCertificateProviderRequest {
|
|
44
|
+
/**
|
|
45
|
+
* <p>The name of the certificate provider.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
certificateProviderName: string | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DeleteCertificateProviderResponse {
|
|
54
|
+
}
|
|
4
55
|
/**
|
|
5
56
|
* @public
|
|
6
57
|
*/
|
|
@@ -1974,6 +2025,11 @@ export interface DescribeJobRequest {
|
|
|
1974
2025
|
* @public
|
|
1975
2026
|
*/
|
|
1976
2027
|
jobId: string | undefined;
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.</p>
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
beforeSubstitution?: boolean;
|
|
1977
2033
|
}
|
|
1978
2034
|
/**
|
|
1979
2035
|
* <p>The job process details.</p>
|
|
@@ -3449,6 +3505,31 @@ export interface DisableTopicRuleRequest {
|
|
|
3449
3505
|
*/
|
|
3450
3506
|
ruleName: string | undefined;
|
|
3451
3507
|
}
|
|
3508
|
+
/**
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
export interface DisassociateSbomFromPackageVersionRequest {
|
|
3512
|
+
/**
|
|
3513
|
+
* <p>The name of the new software package.</p>
|
|
3514
|
+
* @public
|
|
3515
|
+
*/
|
|
3516
|
+
packageName: string | undefined;
|
|
3517
|
+
/**
|
|
3518
|
+
* <p>The name of the new package version.</p>
|
|
3519
|
+
* @public
|
|
3520
|
+
*/
|
|
3521
|
+
versionName: string | undefined;
|
|
3522
|
+
/**
|
|
3523
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
|
|
3524
|
+
* @public
|
|
3525
|
+
*/
|
|
3526
|
+
clientToken?: string;
|
|
3527
|
+
}
|
|
3528
|
+
/**
|
|
3529
|
+
* @public
|
|
3530
|
+
*/
|
|
3531
|
+
export interface DisassociateSbomFromPackageVersionResponse {
|
|
3532
|
+
}
|
|
3452
3533
|
/**
|
|
3453
3534
|
* <p>The input for the EnableTopicRuleRequest operation.</p>
|
|
3454
3535
|
* @public
|
|
@@ -4064,6 +4145,11 @@ export interface GetJobDocumentRequest {
|
|
|
4064
4145
|
* @public
|
|
4065
4146
|
*/
|
|
4066
4147
|
jobId: string | undefined;
|
|
4148
|
+
/**
|
|
4149
|
+
* <p>A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.</p>
|
|
4150
|
+
* @public
|
|
4151
|
+
*/
|
|
4152
|
+
beforeSubstitution?: boolean;
|
|
4067
4153
|
}
|
|
4068
4154
|
/**
|
|
4069
4155
|
* @public
|
|
@@ -4349,6 +4435,11 @@ export interface GetPackageVersionResponse {
|
|
|
4349
4435
|
* @public
|
|
4350
4436
|
*/
|
|
4351
4437
|
attributes?: Record<string, string>;
|
|
4438
|
+
/**
|
|
4439
|
+
* <p>The various components that make up a software package version.</p>
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4442
|
+
artifact?: PackageVersionArtifact;
|
|
4352
4443
|
/**
|
|
4353
4444
|
* <p>The status associated to the package version. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
|
|
4354
4445
|
* @public
|
|
@@ -4369,6 +4460,23 @@ export interface GetPackageVersionResponse {
|
|
|
4369
4460
|
* @public
|
|
4370
4461
|
*/
|
|
4371
4462
|
lastModifiedDate?: Date;
|
|
4463
|
+
/**
|
|
4464
|
+
* <p>The software bill of materials for a software package version.</p>
|
|
4465
|
+
* @public
|
|
4466
|
+
*/
|
|
4467
|
+
sbom?: Sbom;
|
|
4468
|
+
/**
|
|
4469
|
+
* <p>The status of the validation for a new software bill of materials added to a software
|
|
4470
|
+
* package version.</p>
|
|
4471
|
+
* @public
|
|
4472
|
+
*/
|
|
4473
|
+
sbomValidationStatus?: SbomValidationStatus;
|
|
4474
|
+
/**
|
|
4475
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
4476
|
+
* deployment via IoT Jobs.</p>
|
|
4477
|
+
* @public
|
|
4478
|
+
*/
|
|
4479
|
+
recipe?: string;
|
|
4372
4480
|
}
|
|
4373
4481
|
/**
|
|
4374
4482
|
* @public
|
|
@@ -6407,134 +6515,6 @@ export interface MetricDatum {
|
|
|
6407
6515
|
*/
|
|
6408
6516
|
value?: MetricValue;
|
|
6409
6517
|
}
|
|
6410
|
-
/**
|
|
6411
|
-
* @public
|
|
6412
|
-
*/
|
|
6413
|
-
export interface ListMetricValuesResponse {
|
|
6414
|
-
/**
|
|
6415
|
-
* <p>The data the thing reports for the metric during the specified time period.</p>
|
|
6416
|
-
* @public
|
|
6417
|
-
*/
|
|
6418
|
-
metricDatumList?: MetricDatum[];
|
|
6419
|
-
/**
|
|
6420
|
-
* <p>A token that can be used to retrieve the next set of results, or <code>null</code>
|
|
6421
|
-
* if there are no additional results.</p>
|
|
6422
|
-
* @public
|
|
6423
|
-
*/
|
|
6424
|
-
nextToken?: string;
|
|
6425
|
-
}
|
|
6426
|
-
/**
|
|
6427
|
-
* @public
|
|
6428
|
-
*/
|
|
6429
|
-
export interface ListMitigationActionsRequest {
|
|
6430
|
-
/**
|
|
6431
|
-
* <p>Specify a value to limit the result to mitigation actions with a specific action type.</p>
|
|
6432
|
-
* @public
|
|
6433
|
-
*/
|
|
6434
|
-
actionType?: MitigationActionType;
|
|
6435
|
-
/**
|
|
6436
|
-
* <p>The maximum number of results to return at one time. The default is 25.</p>
|
|
6437
|
-
* @public
|
|
6438
|
-
*/
|
|
6439
|
-
maxResults?: number;
|
|
6440
|
-
/**
|
|
6441
|
-
* <p>The token for the next set of results.</p>
|
|
6442
|
-
* @public
|
|
6443
|
-
*/
|
|
6444
|
-
nextToken?: string;
|
|
6445
|
-
}
|
|
6446
|
-
/**
|
|
6447
|
-
* <p>Information that identifies a mitigation action. This information is returned by ListMitigationActions.</p>
|
|
6448
|
-
* @public
|
|
6449
|
-
*/
|
|
6450
|
-
export interface MitigationActionIdentifier {
|
|
6451
|
-
/**
|
|
6452
|
-
* <p>The friendly name of the mitigation action.</p>
|
|
6453
|
-
* @public
|
|
6454
|
-
*/
|
|
6455
|
-
actionName?: string;
|
|
6456
|
-
/**
|
|
6457
|
-
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
6458
|
-
* @public
|
|
6459
|
-
*/
|
|
6460
|
-
actionArn?: string;
|
|
6461
|
-
/**
|
|
6462
|
-
* <p>The date when this mitigation action was created.</p>
|
|
6463
|
-
* @public
|
|
6464
|
-
*/
|
|
6465
|
-
creationDate?: Date;
|
|
6466
|
-
}
|
|
6467
|
-
/**
|
|
6468
|
-
* @public
|
|
6469
|
-
*/
|
|
6470
|
-
export interface ListMitigationActionsResponse {
|
|
6471
|
-
/**
|
|
6472
|
-
* <p>A set of actions that matched the specified filter criteria.</p>
|
|
6473
|
-
* @public
|
|
6474
|
-
*/
|
|
6475
|
-
actionIdentifiers?: MitigationActionIdentifier[];
|
|
6476
|
-
/**
|
|
6477
|
-
* <p>The token for the next set of results.</p>
|
|
6478
|
-
* @public
|
|
6479
|
-
*/
|
|
6480
|
-
nextToken?: string;
|
|
6481
|
-
}
|
|
6482
|
-
/**
|
|
6483
|
-
* @public
|
|
6484
|
-
*/
|
|
6485
|
-
export interface ListOTAUpdatesRequest {
|
|
6486
|
-
/**
|
|
6487
|
-
* <p>The maximum number of results to return at one time.</p>
|
|
6488
|
-
* @public
|
|
6489
|
-
*/
|
|
6490
|
-
maxResults?: number;
|
|
6491
|
-
/**
|
|
6492
|
-
* <p>A token used to retrieve the next set of results.</p>
|
|
6493
|
-
* @public
|
|
6494
|
-
*/
|
|
6495
|
-
nextToken?: string;
|
|
6496
|
-
/**
|
|
6497
|
-
* <p>The OTA update job status.</p>
|
|
6498
|
-
* @public
|
|
6499
|
-
*/
|
|
6500
|
-
otaUpdateStatus?: OTAUpdateStatus;
|
|
6501
|
-
}
|
|
6502
|
-
/**
|
|
6503
|
-
* <p>An OTA update summary.</p>
|
|
6504
|
-
* @public
|
|
6505
|
-
*/
|
|
6506
|
-
export interface OTAUpdateSummary {
|
|
6507
|
-
/**
|
|
6508
|
-
* <p>The OTA update ID.</p>
|
|
6509
|
-
* @public
|
|
6510
|
-
*/
|
|
6511
|
-
otaUpdateId?: string;
|
|
6512
|
-
/**
|
|
6513
|
-
* <p>The OTA update ARN.</p>
|
|
6514
|
-
* @public
|
|
6515
|
-
*/
|
|
6516
|
-
otaUpdateArn?: string;
|
|
6517
|
-
/**
|
|
6518
|
-
* <p>The date when the OTA update was created.</p>
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
creationDate?: Date;
|
|
6522
|
-
}
|
|
6523
|
-
/**
|
|
6524
|
-
* @public
|
|
6525
|
-
*/
|
|
6526
|
-
export interface ListOTAUpdatesResponse {
|
|
6527
|
-
/**
|
|
6528
|
-
* <p>A list of OTA update jobs.</p>
|
|
6529
|
-
* @public
|
|
6530
|
-
*/
|
|
6531
|
-
otaUpdates?: OTAUpdateSummary[];
|
|
6532
|
-
/**
|
|
6533
|
-
* <p>A token to use to get the next set of results.</p>
|
|
6534
|
-
* @public
|
|
6535
|
-
*/
|
|
6536
|
-
nextToken?: string;
|
|
6537
|
-
}
|
|
6538
6518
|
/**
|
|
6539
6519
|
* @internal
|
|
6540
6520
|
*/
|
|
@@ -1,7 +1,135 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
-
import { AbortConfig, AggregationType, AlertTarget, AlertTargetType, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, PackageVersionStatus, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, ServerCertificateConfig, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
|
|
4
|
-
import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
|
|
3
|
+
import { AbortConfig, AggregationType, AlertTarget, AlertTargetType, AttributePayload, AuditCheckConfiguration, AuditFrequency, AuditMitigationActionsTaskTarget, AuditNotificationTarget, AuditNotificationType, AuthInfo, AuthorizerConfig, AuthorizerStatus, AuthResult, AutoRegistrationStatus, Behavior, BillingGroupProperties, CertificateProviderOperation, CustomMetricType, DayOfWeek, DimensionType, FleetMetricUnit, JobExecutionsRetryConfig, JobExecutionsRolloutConfig, LogLevel, MetricsExportConfig, MetricToRetain, MetricValue, MitigationActionParams, OTAUpdateStatus, PackageVersionArtifact, PackageVersionStatus, Policy, PresignedUrlConfig, ProvisioningHook, RelatedResource, ResourceIdentifier, ServerCertificateConfig, StreamFile, Tag, TemplateType, ThingGroupProperties, ThingTypeProperties, TimeoutConfig, TlsConfig, TopicRuleDestinationStatus, TopicRulePayload, VerificationState, ViolationEventAdditionalInfo } from "./models_0";
|
|
4
|
+
import { BehaviorCriteriaType, CACertificateStatus, CertificateMode, CertificateStatus, Configuration, DetectMitigationActionsTaskTarget, DomainConfigurationStatus, EventType, GroupNameAndArn, LogTargetType, MetricDatum, MitigationActionType, RegistrationConfig, Status, ThingGroupIndexingConfiguration, ThingIndexingConfiguration, ThingTypeMetadata, VersionUpdateByJobsConfig, ViolationEventOccurrenceRange } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListMetricValuesResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The data the thing reports for the metric during the specified time period.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
metricDatumList?: MetricDatum[];
|
|
14
|
+
/**
|
|
15
|
+
* <p>A token that can be used to retrieve the next set of results, or <code>null</code>
|
|
16
|
+
* if there are no additional results.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
nextToken?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListMitigationActionsRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>Specify a value to limit the result to mitigation actions with a specific action type.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
actionType?: MitigationActionType;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The maximum number of results to return at one time. The default is 25.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
maxResults?: number;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The token for the next set of results.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
nextToken?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>Information that identifies a mitigation action. This information is returned by ListMitigationActions.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface MitigationActionIdentifier {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The friendly name of the mitigation action.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
actionName?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The IAM role ARN used to apply this mitigation action.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
actionArn?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The date when this mitigation action was created.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
creationDate?: Date;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface ListMitigationActionsResponse {
|
|
66
|
+
/**
|
|
67
|
+
* <p>A set of actions that matched the specified filter criteria.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
actionIdentifiers?: MitigationActionIdentifier[];
|
|
71
|
+
/**
|
|
72
|
+
* <p>The token for the next set of results.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
nextToken?: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface ListOTAUpdatesRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p>The maximum number of results to return at one time.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
maxResults?: number;
|
|
86
|
+
/**
|
|
87
|
+
* <p>A token used to retrieve the next set of results.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
nextToken?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The OTA update job status.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
otaUpdateStatus?: OTAUpdateStatus;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* <p>An OTA update summary.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export interface OTAUpdateSummary {
|
|
102
|
+
/**
|
|
103
|
+
* <p>The OTA update ID.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
otaUpdateId?: string;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The OTA update ARN.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
otaUpdateArn?: string;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The date when the OTA update was created.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
creationDate?: Date;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface ListOTAUpdatesResponse {
|
|
122
|
+
/**
|
|
123
|
+
* <p>A list of OTA update jobs.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
otaUpdates?: OTAUpdateSummary[];
|
|
127
|
+
/**
|
|
128
|
+
* <p>A token to use to get the next set of results.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
nextToken?: string;
|
|
132
|
+
}
|
|
5
133
|
/**
|
|
6
134
|
* <p>The input to the ListOutgoingCertificates operation.</p>
|
|
7
135
|
* @public
|
|
@@ -615,6 +743,103 @@ export interface ListRoleAliasesResponse {
|
|
|
615
743
|
*/
|
|
616
744
|
nextMarker?: string;
|
|
617
745
|
}
|
|
746
|
+
/**
|
|
747
|
+
* @public
|
|
748
|
+
* @enum
|
|
749
|
+
*/
|
|
750
|
+
export declare const SbomValidationResult: {
|
|
751
|
+
readonly FAILED: "FAILED";
|
|
752
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
753
|
+
};
|
|
754
|
+
/**
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
export type SbomValidationResult = (typeof SbomValidationResult)[keyof typeof SbomValidationResult];
|
|
758
|
+
/**
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
761
|
+
export interface ListSbomValidationResultsRequest {
|
|
762
|
+
/**
|
|
763
|
+
* <p>The name of the new software package.</p>
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
packageName: string | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* <p>The name of the new package version.</p>
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
771
|
+
versionName: string | undefined;
|
|
772
|
+
/**
|
|
773
|
+
* <p>The end result of the </p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
validationResult?: SbomValidationResult;
|
|
777
|
+
/**
|
|
778
|
+
* <p>The maximum number of results to return at one time.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
maxResults?: number;
|
|
782
|
+
/**
|
|
783
|
+
* <p>A token that can be used to retrieve the next set of results, or null if there are no additional results.</p>
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
786
|
+
nextToken?: string;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* @public
|
|
790
|
+
* @enum
|
|
791
|
+
*/
|
|
792
|
+
export declare const SbomValidationErrorCode: {
|
|
793
|
+
readonly FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED";
|
|
794
|
+
readonly INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT";
|
|
795
|
+
};
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
export type SbomValidationErrorCode = (typeof SbomValidationErrorCode)[keyof typeof SbomValidationErrorCode];
|
|
800
|
+
/**
|
|
801
|
+
* <p>A summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.</p>
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
export interface SbomValidationResultSummary {
|
|
805
|
+
/**
|
|
806
|
+
* <p>The name of the SBOM file.</p>
|
|
807
|
+
* @public
|
|
808
|
+
*/
|
|
809
|
+
fileName?: string;
|
|
810
|
+
/**
|
|
811
|
+
* <p>The end result of the SBOM validation.</p>
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
validationResult?: SbomValidationResult;
|
|
815
|
+
/**
|
|
816
|
+
* <p>The <code>errorCode</code> representing the validation failure error if the SBOM
|
|
817
|
+
* validation failed.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
errorCode?: SbomValidationErrorCode;
|
|
821
|
+
/**
|
|
822
|
+
* <p>The <code>errorMessage</code> representing the validation failure error if the SBOM
|
|
823
|
+
* validation failed.</p>
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
errorMessage?: string;
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
export interface ListSbomValidationResultsResponse {
|
|
832
|
+
/**
|
|
833
|
+
* <p>A summary of the validation results for each software bill of materials attached to a software package version.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
validationResultSummaries?: SbomValidationResultSummary[];
|
|
837
|
+
/**
|
|
838
|
+
* <p>A token that can be used to retrieve the next set of results, or null if there are no additional results.</p>
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
nextToken?: string;
|
|
842
|
+
}
|
|
618
843
|
/**
|
|
619
844
|
* @public
|
|
620
845
|
*/
|
|
@@ -3701,11 +3926,22 @@ export interface UpdatePackageVersionRequest {
|
|
|
3701
3926
|
* @public
|
|
3702
3927
|
*/
|
|
3703
3928
|
attributes?: Record<string, string>;
|
|
3929
|
+
/**
|
|
3930
|
+
* <p>The various components that make up a software package version.</p>
|
|
3931
|
+
* @public
|
|
3932
|
+
*/
|
|
3933
|
+
artifact?: PackageVersionArtifact;
|
|
3704
3934
|
/**
|
|
3705
3935
|
* <p>The status that the package version should be assigned. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle">Package version lifecycle</a>.</p>
|
|
3706
3936
|
* @public
|
|
3707
3937
|
*/
|
|
3708
3938
|
action?: PackageVersionAction;
|
|
3939
|
+
/**
|
|
3940
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
3941
|
+
* deployment via IoT Jobs.</p>
|
|
3942
|
+
* @public
|
|
3943
|
+
*/
|
|
3944
|
+
recipe?: string;
|
|
3709
3945
|
/**
|
|
3710
3946
|
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
|
3711
3947
|
* Don't reuse this client token if a new idempotent request is required.</p>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput } from "../commands/ListSbomValidationResultsCommand";
|
|
3
|
+
import { IoTPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSbomValidationResults: (config: IoTPaginationConfiguration, input: ListSbomValidationResultsCommandInput, ...rest: any[]) => Paginator<ListSbomValidationResultsCommandOutput>;
|
|
@@ -38,6 +38,7 @@ export * from "./ListProvisioningTemplateVersionsPaginator";
|
|
|
38
38
|
export * from "./ListProvisioningTemplatesPaginator";
|
|
39
39
|
export * from "./ListRelatedResourcesForAuditFindingPaginator";
|
|
40
40
|
export * from "./ListRoleAliasesPaginator";
|
|
41
|
+
export * from "./ListSbomValidationResultsPaginator";
|
|
41
42
|
export * from "./ListScheduledAuditsPaginator";
|
|
42
43
|
export * from "./ListSecurityProfilesForTargetPaginator";
|
|
43
44
|
export * from "./ListSecurityProfilesPaginator";
|
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
|
3
3
|
import { AcceptCertificateTransferCommandInput, AcceptCertificateTransferCommandOutput } from "../commands/AcceptCertificateTransferCommand";
|
|
4
4
|
import { AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput } from "../commands/AddThingToBillingGroupCommand";
|
|
5
5
|
import { AddThingToThingGroupCommandInput, AddThingToThingGroupCommandOutput } from "../commands/AddThingToThingGroupCommand";
|
|
6
|
+
import { AssociateSbomWithPackageVersionCommandInput, AssociateSbomWithPackageVersionCommandOutput } from "../commands/AssociateSbomWithPackageVersionCommand";
|
|
6
7
|
import { AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput } from "../commands/AssociateTargetsWithJobCommand";
|
|
7
8
|
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
|
|
8
9
|
import { AttachPrincipalPolicyCommandInput, AttachPrincipalPolicyCommandOutput } from "../commands/AttachPrincipalPolicyCommand";
|
|
@@ -121,6 +122,7 @@ import { DetachPrincipalPolicyCommandInput, DetachPrincipalPolicyCommandOutput }
|
|
|
121
122
|
import { DetachSecurityProfileCommandInput, DetachSecurityProfileCommandOutput } from "../commands/DetachSecurityProfileCommand";
|
|
122
123
|
import { DetachThingPrincipalCommandInput, DetachThingPrincipalCommandOutput } from "../commands/DetachThingPrincipalCommand";
|
|
123
124
|
import { DisableTopicRuleCommandInput, DisableTopicRuleCommandOutput } from "../commands/DisableTopicRuleCommand";
|
|
125
|
+
import { DisassociateSbomFromPackageVersionCommandInput, DisassociateSbomFromPackageVersionCommandOutput } from "../commands/DisassociateSbomFromPackageVersionCommand";
|
|
124
126
|
import { EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput } from "../commands/EnableTopicRuleCommand";
|
|
125
127
|
import { GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput } from "../commands/GetBehaviorModelTrainingSummariesCommand";
|
|
126
128
|
import { GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput } from "../commands/GetBucketsAggregationCommand";
|
|
@@ -181,6 +183,7 @@ import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommand
|
|
|
181
183
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "../commands/ListProvisioningTemplateVersionsCommand";
|
|
182
184
|
import { ListRelatedResourcesForAuditFindingCommandInput, ListRelatedResourcesForAuditFindingCommandOutput } from "../commands/ListRelatedResourcesForAuditFindingCommand";
|
|
183
185
|
import { ListRoleAliasesCommandInput, ListRoleAliasesCommandOutput } from "../commands/ListRoleAliasesCommand";
|
|
186
|
+
import { ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput } from "../commands/ListSbomValidationResultsCommand";
|
|
184
187
|
import { ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput } from "../commands/ListScheduledAuditsCommand";
|
|
185
188
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
|
|
186
189
|
import { ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput } from "../commands/ListSecurityProfilesForTargetCommand";
|
|
@@ -267,6 +270,10 @@ export declare const se_AddThingToBillingGroupCommand: (input: AddThingToBilling
|
|
|
267
270
|
* serializeAws_restJson1AddThingToThingGroupCommand
|
|
268
271
|
*/
|
|
269
272
|
export declare const se_AddThingToThingGroupCommand: (input: AddThingToThingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* serializeAws_restJson1AssociateSbomWithPackageVersionCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const se_AssociateSbomWithPackageVersionCommand: (input: AssociateSbomWithPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
277
|
/**
|
|
271
278
|
* serializeAws_restJson1AssociateTargetsWithJobCommand
|
|
272
279
|
*/
|
|
@@ -739,6 +746,10 @@ export declare const se_DetachThingPrincipalCommand: (input: DetachThingPrincipa
|
|
|
739
746
|
* serializeAws_restJson1DisableTopicRuleCommand
|
|
740
747
|
*/
|
|
741
748
|
export declare const se_DisableTopicRuleCommand: (input: DisableTopicRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
749
|
+
/**
|
|
750
|
+
* serializeAws_restJson1DisassociateSbomFromPackageVersionCommand
|
|
751
|
+
*/
|
|
752
|
+
export declare const se_DisassociateSbomFromPackageVersionCommand: (input: DisassociateSbomFromPackageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
742
753
|
/**
|
|
743
754
|
* serializeAws_restJson1EnableTopicRuleCommand
|
|
744
755
|
*/
|
|
@@ -979,6 +990,10 @@ export declare const se_ListRelatedResourcesForAuditFindingCommand: (input: List
|
|
|
979
990
|
* serializeAws_restJson1ListRoleAliasesCommand
|
|
980
991
|
*/
|
|
981
992
|
export declare const se_ListRoleAliasesCommand: (input: ListRoleAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
993
|
+
/**
|
|
994
|
+
* serializeAws_restJson1ListSbomValidationResultsCommand
|
|
995
|
+
*/
|
|
996
|
+
export declare const se_ListSbomValidationResultsCommand: (input: ListSbomValidationResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
982
997
|
/**
|
|
983
998
|
* serializeAws_restJson1ListScheduledAuditsCommand
|
|
984
999
|
*/
|
|
@@ -1287,6 +1302,10 @@ export declare const de_AddThingToBillingGroupCommand: (output: __HttpResponse,
|
|
|
1287
1302
|
* deserializeAws_restJson1AddThingToThingGroupCommand
|
|
1288
1303
|
*/
|
|
1289
1304
|
export declare const de_AddThingToThingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddThingToThingGroupCommandOutput>;
|
|
1305
|
+
/**
|
|
1306
|
+
* deserializeAws_restJson1AssociateSbomWithPackageVersionCommand
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const de_AssociateSbomWithPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSbomWithPackageVersionCommandOutput>;
|
|
1290
1309
|
/**
|
|
1291
1310
|
* deserializeAws_restJson1AssociateTargetsWithJobCommand
|
|
1292
1311
|
*/
|
|
@@ -1759,6 +1778,10 @@ export declare const de_DetachThingPrincipalCommand: (output: __HttpResponse, co
|
|
|
1759
1778
|
* deserializeAws_restJson1DisableTopicRuleCommand
|
|
1760
1779
|
*/
|
|
1761
1780
|
export declare const de_DisableTopicRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableTopicRuleCommandOutput>;
|
|
1781
|
+
/**
|
|
1782
|
+
* deserializeAws_restJson1DisassociateSbomFromPackageVersionCommand
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const de_DisassociateSbomFromPackageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSbomFromPackageVersionCommandOutput>;
|
|
1762
1785
|
/**
|
|
1763
1786
|
* deserializeAws_restJson1EnableTopicRuleCommand
|
|
1764
1787
|
*/
|
|
@@ -1999,6 +2022,10 @@ export declare const de_ListRelatedResourcesForAuditFindingCommand: (output: __H
|
|
|
1999
2022
|
* deserializeAws_restJson1ListRoleAliasesCommand
|
|
2000
2023
|
*/
|
|
2001
2024
|
export declare const de_ListRoleAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoleAliasesCommandOutput>;
|
|
2025
|
+
/**
|
|
2026
|
+
* deserializeAws_restJson1ListSbomValidationResultsCommand
|
|
2027
|
+
*/
|
|
2028
|
+
export declare const de_ListSbomValidationResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSbomValidationResultsCommandOutput>;
|
|
2002
2029
|
/**
|
|
2003
2030
|
* deserializeAws_restJson1ListScheduledAuditsCommand
|
|
2004
2031
|
*/
|