@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
package/dist-es/IoT.js
CHANGED
|
@@ -2,6 +2,7 @@ import { createAggregatedClient } from "@smithy/smithy-client";
|
|
|
2
2
|
import { AcceptCertificateTransferCommand, } from "./commands/AcceptCertificateTransferCommand";
|
|
3
3
|
import { AddThingToBillingGroupCommand, } from "./commands/AddThingToBillingGroupCommand";
|
|
4
4
|
import { AddThingToThingGroupCommand, } from "./commands/AddThingToThingGroupCommand";
|
|
5
|
+
import { AssociateSbomWithPackageVersionCommand, } from "./commands/AssociateSbomWithPackageVersionCommand";
|
|
5
6
|
import { AssociateTargetsWithJobCommand, } from "./commands/AssociateTargetsWithJobCommand";
|
|
6
7
|
import { AttachPolicyCommand, } from "./commands/AttachPolicyCommand";
|
|
7
8
|
import { AttachPrincipalPolicyCommand, } from "./commands/AttachPrincipalPolicyCommand";
|
|
@@ -120,6 +121,7 @@ import { DetachPrincipalPolicyCommand, } from "./commands/DetachPrincipalPolicyC
|
|
|
120
121
|
import { DetachSecurityProfileCommand, } from "./commands/DetachSecurityProfileCommand";
|
|
121
122
|
import { DetachThingPrincipalCommand, } from "./commands/DetachThingPrincipalCommand";
|
|
122
123
|
import { DisableTopicRuleCommand, } from "./commands/DisableTopicRuleCommand";
|
|
124
|
+
import { DisassociateSbomFromPackageVersionCommand, } from "./commands/DisassociateSbomFromPackageVersionCommand";
|
|
123
125
|
import { EnableTopicRuleCommand, } from "./commands/EnableTopicRuleCommand";
|
|
124
126
|
import { GetBehaviorModelTrainingSummariesCommand, } from "./commands/GetBehaviorModelTrainingSummariesCommand";
|
|
125
127
|
import { GetBucketsAggregationCommand, } from "./commands/GetBucketsAggregationCommand";
|
|
@@ -180,6 +182,7 @@ import { ListProvisioningTemplatesCommand, } from "./commands/ListProvisioningTe
|
|
|
180
182
|
import { ListProvisioningTemplateVersionsCommand, } from "./commands/ListProvisioningTemplateVersionsCommand";
|
|
181
183
|
import { ListRelatedResourcesForAuditFindingCommand, } from "./commands/ListRelatedResourcesForAuditFindingCommand";
|
|
182
184
|
import { ListRoleAliasesCommand, } from "./commands/ListRoleAliasesCommand";
|
|
185
|
+
import { ListSbomValidationResultsCommand, } from "./commands/ListSbomValidationResultsCommand";
|
|
183
186
|
import { ListScheduledAuditsCommand, } from "./commands/ListScheduledAuditsCommand";
|
|
184
187
|
import { ListSecurityProfilesCommand, } from "./commands/ListSecurityProfilesCommand";
|
|
185
188
|
import { ListSecurityProfilesForTargetCommand, } from "./commands/ListSecurityProfilesForTargetCommand";
|
|
@@ -259,6 +262,7 @@ const commands = {
|
|
|
259
262
|
AcceptCertificateTransferCommand,
|
|
260
263
|
AddThingToBillingGroupCommand,
|
|
261
264
|
AddThingToThingGroupCommand,
|
|
265
|
+
AssociateSbomWithPackageVersionCommand,
|
|
262
266
|
AssociateTargetsWithJobCommand,
|
|
263
267
|
AttachPolicyCommand,
|
|
264
268
|
AttachPrincipalPolicyCommand,
|
|
@@ -377,6 +381,7 @@ const commands = {
|
|
|
377
381
|
DetachSecurityProfileCommand,
|
|
378
382
|
DetachThingPrincipalCommand,
|
|
379
383
|
DisableTopicRuleCommand,
|
|
384
|
+
DisassociateSbomFromPackageVersionCommand,
|
|
380
385
|
EnableTopicRuleCommand,
|
|
381
386
|
GetBehaviorModelTrainingSummariesCommand,
|
|
382
387
|
GetBucketsAggregationCommand,
|
|
@@ -437,6 +442,7 @@ const commands = {
|
|
|
437
442
|
ListProvisioningTemplateVersionsCommand,
|
|
438
443
|
ListRelatedResourcesForAuditFindingCommand,
|
|
439
444
|
ListRoleAliasesCommand,
|
|
445
|
+
ListSbomValidationResultsCommand,
|
|
440
446
|
ListScheduledAuditsCommand,
|
|
441
447
|
ListSecurityProfilesCommand,
|
|
442
448
|
ListSecurityProfilesForTargetCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_AssociateSbomWithPackageVersionCommand, se_AssociateSbomWithPackageVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateSbomWithPackageVersionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIotService", "AssociateSbomWithPackageVersion", {})
|
|
17
|
+
.n("IoTClient", "AssociateSbomWithPackageVersionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_AssociateSbomWithPackageVersionCommand)
|
|
20
|
+
.de(de_AssociateSbomWithPackageVersionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisassociateSbomFromPackageVersionCommand, se_DisassociateSbomFromPackageVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateSbomFromPackageVersionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIotService", "DisassociateSbomFromPackageVersion", {})
|
|
17
|
+
.n("IoTClient", "DisassociateSbomFromPackageVersionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisassociateSbomFromPackageVersionCommand)
|
|
20
|
+
.de(de_DisassociateSbomFromPackageVersionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListSbomValidationResultsCommand, se_ListSbomValidationResultsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListSbomValidationResultsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSIotService", "ListSbomValidationResults", {})
|
|
17
|
+
.n("IoTClient", "ListSbomValidationResultsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListSbomValidationResultsCommand)
|
|
20
|
+
.de(de_ListSbomValidationResultsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AcceptCertificateTransferCommand";
|
|
2
2
|
export * from "./AddThingToBillingGroupCommand";
|
|
3
3
|
export * from "./AddThingToThingGroupCommand";
|
|
4
|
+
export * from "./AssociateSbomWithPackageVersionCommand";
|
|
4
5
|
export * from "./AssociateTargetsWithJobCommand";
|
|
5
6
|
export * from "./AttachPolicyCommand";
|
|
6
7
|
export * from "./AttachPrincipalPolicyCommand";
|
|
@@ -119,6 +120,7 @@ export * from "./DetachPrincipalPolicyCommand";
|
|
|
119
120
|
export * from "./DetachSecurityProfileCommand";
|
|
120
121
|
export * from "./DetachThingPrincipalCommand";
|
|
121
122
|
export * from "./DisableTopicRuleCommand";
|
|
123
|
+
export * from "./DisassociateSbomFromPackageVersionCommand";
|
|
122
124
|
export * from "./EnableTopicRuleCommand";
|
|
123
125
|
export * from "./GetBehaviorModelTrainingSummariesCommand";
|
|
124
126
|
export * from "./GetBucketsAggregationCommand";
|
|
@@ -179,6 +181,7 @@ export * from "./ListProvisioningTemplateVersionsCommand";
|
|
|
179
181
|
export * from "./ListProvisioningTemplatesCommand";
|
|
180
182
|
export * from "./ListRelatedResourcesForAuditFindingCommand";
|
|
181
183
|
export * from "./ListRoleAliasesCommand";
|
|
184
|
+
export * from "./ListSbomValidationResultsCommand";
|
|
182
185
|
export * from "./ListScheduledAuditsCommand";
|
|
183
186
|
export * from "./ListSecurityProfilesCommand";
|
|
184
187
|
export * from "./ListSecurityProfilesForTargetCommand";
|
|
@@ -166,6 +166,60 @@ export const AggregationTypeName = {
|
|
|
166
166
|
export const AlertTargetType = {
|
|
167
167
|
SNS: "SNS",
|
|
168
168
|
};
|
|
169
|
+
export const SbomValidationStatus = {
|
|
170
|
+
FAILED: "FAILED",
|
|
171
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
172
|
+
SUCCEEDED: "SUCCEEDED",
|
|
173
|
+
};
|
|
174
|
+
export class ConflictException extends __BaseException {
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "ConflictException",
|
|
178
|
+
$fault: "client",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
this.name = "ConflictException";
|
|
182
|
+
this.$fault = "client";
|
|
183
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
184
|
+
this.resourceId = opts.resourceId;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
export class InternalServerException extends __BaseException {
|
|
188
|
+
constructor(opts) {
|
|
189
|
+
super({
|
|
190
|
+
name: "InternalServerException",
|
|
191
|
+
$fault: "server",
|
|
192
|
+
...opts,
|
|
193
|
+
});
|
|
194
|
+
this.name = "InternalServerException";
|
|
195
|
+
this.$fault = "server";
|
|
196
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
200
|
+
constructor(opts) {
|
|
201
|
+
super({
|
|
202
|
+
name: "ServiceQuotaExceededException",
|
|
203
|
+
$fault: "client",
|
|
204
|
+
...opts,
|
|
205
|
+
});
|
|
206
|
+
this.name = "ServiceQuotaExceededException";
|
|
207
|
+
this.$fault = "client";
|
|
208
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
export class ValidationException extends __BaseException {
|
|
212
|
+
constructor(opts) {
|
|
213
|
+
super({
|
|
214
|
+
name: "ValidationException",
|
|
215
|
+
$fault: "client",
|
|
216
|
+
...opts,
|
|
217
|
+
});
|
|
218
|
+
this.name = "ValidationException";
|
|
219
|
+
this.$fault = "client";
|
|
220
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
221
|
+
}
|
|
222
|
+
}
|
|
169
223
|
export class LimitExceededException extends __BaseException {
|
|
170
224
|
constructor(opts) {
|
|
171
225
|
super({
|
|
@@ -419,19 +473,6 @@ export const TargetSelection = {
|
|
|
419
473
|
CONTINUOUS: "CONTINUOUS",
|
|
420
474
|
SNAPSHOT: "SNAPSHOT",
|
|
421
475
|
};
|
|
422
|
-
export class ConflictException extends __BaseException {
|
|
423
|
-
constructor(opts) {
|
|
424
|
-
super({
|
|
425
|
-
name: "ConflictException",
|
|
426
|
-
$fault: "client",
|
|
427
|
-
...opts,
|
|
428
|
-
});
|
|
429
|
-
this.name = "ConflictException";
|
|
430
|
-
this.$fault = "client";
|
|
431
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
432
|
-
this.resourceId = opts.resourceId;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
476
|
export const LogLevel = {
|
|
436
477
|
DEBUG: "DEBUG",
|
|
437
478
|
DISABLED: "DISABLED",
|
|
@@ -469,42 +510,6 @@ export const OTAUpdateStatus = {
|
|
|
469
510
|
DELETE_FAILED: "DELETE_FAILED",
|
|
470
511
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
471
512
|
};
|
|
472
|
-
export class InternalServerException extends __BaseException {
|
|
473
|
-
constructor(opts) {
|
|
474
|
-
super({
|
|
475
|
-
name: "InternalServerException",
|
|
476
|
-
$fault: "server",
|
|
477
|
-
...opts,
|
|
478
|
-
});
|
|
479
|
-
this.name = "InternalServerException";
|
|
480
|
-
this.$fault = "server";
|
|
481
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
485
|
-
constructor(opts) {
|
|
486
|
-
super({
|
|
487
|
-
name: "ServiceQuotaExceededException",
|
|
488
|
-
$fault: "client",
|
|
489
|
-
...opts,
|
|
490
|
-
});
|
|
491
|
-
this.name = "ServiceQuotaExceededException";
|
|
492
|
-
this.$fault = "client";
|
|
493
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
export class ValidationException extends __BaseException {
|
|
497
|
-
constructor(opts) {
|
|
498
|
-
super({
|
|
499
|
-
name: "ValidationException",
|
|
500
|
-
$fault: "client",
|
|
501
|
-
...opts,
|
|
502
|
-
});
|
|
503
|
-
this.name = "ValidationException";
|
|
504
|
-
this.$fault = "client";
|
|
505
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
513
|
export const PackageVersionStatus = {
|
|
509
514
|
DEPRECATED: "DEPRECATED",
|
|
510
515
|
DRAFT: "DRAFT",
|
|
@@ -610,6 +615,7 @@ export const CreatePackageVersionRequestFilterSensitiveLog = (obj) => ({
|
|
|
610
615
|
...obj,
|
|
611
616
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
612
617
|
...(obj.attributes && { attributes: SENSITIVE_STRING }),
|
|
618
|
+
...(obj.recipe && { recipe: SENSITIVE_STRING }),
|
|
613
619
|
});
|
|
614
620
|
export const CreatePackageVersionResponseFilterSensitiveLog = (obj) => ({
|
|
615
621
|
...obj,
|
|
@@ -163,4 +163,5 @@ export const GetPackageVersionResponseFilterSensitiveLog = (obj) => ({
|
|
|
163
163
|
...obj,
|
|
164
164
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
165
165
|
...(obj.attributes && { attributes: SENSITIVE_STRING }),
|
|
166
|
+
...(obj.recipe && { recipe: SENSITIVE_STRING }),
|
|
166
167
|
});
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTServiceException as __BaseException } from "./IoTServiceException";
|
|
3
|
+
export const SbomValidationResult = {
|
|
4
|
+
FAILED: "FAILED",
|
|
5
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6
|
+
};
|
|
7
|
+
export const SbomValidationErrorCode = {
|
|
8
|
+
FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED",
|
|
9
|
+
INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT",
|
|
10
|
+
};
|
|
3
11
|
export const ReportType = {
|
|
4
12
|
ERRORS: "ERRORS",
|
|
5
13
|
RESULTS: "RESULTS",
|
|
@@ -93,4 +101,5 @@ export const UpdatePackageVersionRequestFilterSensitiveLog = (obj) => ({
|
|
|
93
101
|
...obj,
|
|
94
102
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
95
103
|
...(obj.attributes && { attributes: SENSITIVE_STRING }),
|
|
104
|
+
...(obj.recipe && { recipe: SENSITIVE_STRING }),
|
|
96
105
|
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListSbomValidationResultsCommand, } from "../commands/ListSbomValidationResultsCommand";
|
|
3
|
+
import { IoTClient } from "../IoTClient";
|
|
4
|
+
export const paginateListSbomValidationResults = createPaginator(IoTClient, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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";
|
|
@@ -51,6 +51,24 @@ export const se_AddThingToThingGroupCommand = async (input, context) => {
|
|
|
51
51
|
b.m("PUT").h(headers).b(body);
|
|
52
52
|
return b.build();
|
|
53
53
|
};
|
|
54
|
+
export const se_AssociateSbomWithPackageVersionCommand = async (input, context) => {
|
|
55
|
+
const b = rb(input, context);
|
|
56
|
+
const headers = {
|
|
57
|
+
"content-type": "application/json",
|
|
58
|
+
};
|
|
59
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom");
|
|
60
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
61
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
62
|
+
const query = map({
|
|
63
|
+
[_cT]: [, input[_cT] ?? generateIdempotencyToken()],
|
|
64
|
+
});
|
|
65
|
+
let body;
|
|
66
|
+
body = JSON.stringify(take(input, {
|
|
67
|
+
sbom: (_) => _json(_),
|
|
68
|
+
}));
|
|
69
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
70
|
+
return b.build();
|
|
71
|
+
};
|
|
54
72
|
export const se_AssociateTargetsWithJobCommand = async (input, context) => {
|
|
55
73
|
const b = rb(input, context);
|
|
56
74
|
const headers = {
|
|
@@ -525,8 +543,10 @@ export const se_CreatePackageVersionCommand = async (input, context) => {
|
|
|
525
543
|
});
|
|
526
544
|
let body;
|
|
527
545
|
body = JSON.stringify(take(input, {
|
|
546
|
+
artifact: (_) => _json(_),
|
|
528
547
|
attributes: (_) => _json(_),
|
|
529
548
|
description: [],
|
|
549
|
+
recipe: [],
|
|
530
550
|
tags: (_) => _json(_),
|
|
531
551
|
}));
|
|
532
552
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1313,8 +1333,11 @@ export const se_DescribeJobCommand = async (input, context) => {
|
|
|
1313
1333
|
const headers = {};
|
|
1314
1334
|
b.bp("/jobs/{jobId}");
|
|
1315
1335
|
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
1336
|
+
const query = map({
|
|
1337
|
+
[_bS]: [() => input.beforeSubstitution !== void 0, () => input[_bS].toString()],
|
|
1338
|
+
});
|
|
1316
1339
|
let body;
|
|
1317
|
-
b.m("GET").h(headers).b(body);
|
|
1340
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1318
1341
|
return b.build();
|
|
1319
1342
|
};
|
|
1320
1343
|
export const se_DescribeJobExecutionCommand = async (input, context) => {
|
|
@@ -1508,6 +1531,19 @@ export const se_DisableTopicRuleCommand = async (input, context) => {
|
|
|
1508
1531
|
b.m("POST").h(headers).b(body);
|
|
1509
1532
|
return b.build();
|
|
1510
1533
|
};
|
|
1534
|
+
export const se_DisassociateSbomFromPackageVersionCommand = async (input, context) => {
|
|
1535
|
+
const b = rb(input, context);
|
|
1536
|
+
const headers = {};
|
|
1537
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom");
|
|
1538
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
1539
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
1540
|
+
const query = map({
|
|
1541
|
+
[_cT]: [, input[_cT] ?? generateIdempotencyToken()],
|
|
1542
|
+
});
|
|
1543
|
+
let body;
|
|
1544
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1545
|
+
return b.build();
|
|
1546
|
+
};
|
|
1511
1547
|
export const se_EnableTopicRuleCommand = async (input, context) => {
|
|
1512
1548
|
const b = rb(input, context);
|
|
1513
1549
|
const headers = {};
|
|
@@ -1593,8 +1629,11 @@ export const se_GetJobDocumentCommand = async (input, context) => {
|
|
|
1593
1629
|
const headers = {};
|
|
1594
1630
|
b.bp("/jobs/{jobId}/job-document");
|
|
1595
1631
|
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
1632
|
+
const query = map({
|
|
1633
|
+
[_bS]: [() => input.beforeSubstitution !== void 0, () => input[_bS].toString()],
|
|
1634
|
+
});
|
|
1596
1635
|
let body;
|
|
1597
|
-
b.m("GET").h(headers).b(body);
|
|
1636
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1598
1637
|
return b.build();
|
|
1599
1638
|
};
|
|
1600
1639
|
export const se_GetLoggingOptionsCommand = async (input, context) => {
|
|
@@ -2287,6 +2326,21 @@ export const se_ListRoleAliasesCommand = async (input, context) => {
|
|
|
2287
2326
|
b.m("GET").h(headers).q(query).b(body);
|
|
2288
2327
|
return b.build();
|
|
2289
2328
|
};
|
|
2329
|
+
export const se_ListSbomValidationResultsCommand = async (input, context) => {
|
|
2330
|
+
const b = rb(input, context);
|
|
2331
|
+
const headers = {};
|
|
2332
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom-validation-results");
|
|
2333
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
2334
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
2335
|
+
const query = map({
|
|
2336
|
+
[_vR]: [, input[_vR]],
|
|
2337
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
2338
|
+
[_nT]: [, input[_nT]],
|
|
2339
|
+
});
|
|
2340
|
+
let body;
|
|
2341
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2342
|
+
return b.build();
|
|
2343
|
+
};
|
|
2290
2344
|
export const se_ListScheduledAuditsCommand = async (input, context) => {
|
|
2291
2345
|
const b = rb(input, context);
|
|
2292
2346
|
const headers = {};
|
|
@@ -3258,8 +3312,10 @@ export const se_UpdatePackageVersionCommand = async (input, context) => {
|
|
|
3258
3312
|
let body;
|
|
3259
3313
|
body = JSON.stringify(take(input, {
|
|
3260
3314
|
action: [],
|
|
3315
|
+
artifact: (_) => _json(_),
|
|
3261
3316
|
attributes: (_) => _json(_),
|
|
3262
3317
|
description: [],
|
|
3318
|
+
recipe: [],
|
|
3263
3319
|
}));
|
|
3264
3320
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
3265
3321
|
return b.build();
|
|
@@ -3462,6 +3518,23 @@ export const de_AddThingToThingGroupCommand = async (output, context) => {
|
|
|
3462
3518
|
await collectBody(output.body, context);
|
|
3463
3519
|
return contents;
|
|
3464
3520
|
};
|
|
3521
|
+
export const de_AssociateSbomWithPackageVersionCommand = async (output, context) => {
|
|
3522
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3523
|
+
return de_CommandError(output, context);
|
|
3524
|
+
}
|
|
3525
|
+
const contents = map({
|
|
3526
|
+
$metadata: deserializeMetadata(output),
|
|
3527
|
+
});
|
|
3528
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3529
|
+
const doc = take(data, {
|
|
3530
|
+
packageName: __expectString,
|
|
3531
|
+
sbom: _json,
|
|
3532
|
+
sbomValidationStatus: __expectString,
|
|
3533
|
+
versionName: __expectString,
|
|
3534
|
+
});
|
|
3535
|
+
Object.assign(contents, doc);
|
|
3536
|
+
return contents;
|
|
3537
|
+
};
|
|
3465
3538
|
export const de_AssociateTargetsWithJobCommand = async (output, context) => {
|
|
3466
3539
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3467
3540
|
return de_CommandError(output, context);
|
|
@@ -5114,6 +5187,16 @@ export const de_DisableTopicRuleCommand = async (output, context) => {
|
|
|
5114
5187
|
await collectBody(output.body, context);
|
|
5115
5188
|
return contents;
|
|
5116
5189
|
};
|
|
5190
|
+
export const de_DisassociateSbomFromPackageVersionCommand = async (output, context) => {
|
|
5191
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5192
|
+
return de_CommandError(output, context);
|
|
5193
|
+
}
|
|
5194
|
+
const contents = map({
|
|
5195
|
+
$metadata: deserializeMetadata(output),
|
|
5196
|
+
});
|
|
5197
|
+
await collectBody(output.body, context);
|
|
5198
|
+
return contents;
|
|
5199
|
+
};
|
|
5117
5200
|
export const de_EnableTopicRuleCommand = async (output, context) => {
|
|
5118
5201
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5119
5202
|
return de_CommandError(output, context);
|
|
@@ -5282,6 +5365,7 @@ export const de_GetPackageVersionCommand = async (output, context) => {
|
|
|
5282
5365
|
});
|
|
5283
5366
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5284
5367
|
const doc = take(data, {
|
|
5368
|
+
artifact: _json,
|
|
5285
5369
|
attributes: _json,
|
|
5286
5370
|
creationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5287
5371
|
description: __expectString,
|
|
@@ -5289,6 +5373,9 @@ export const de_GetPackageVersionCommand = async (output, context) => {
|
|
|
5289
5373
|
lastModifiedDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
5290
5374
|
packageName: __expectString,
|
|
5291
5375
|
packageVersionArn: __expectString,
|
|
5376
|
+
recipe: __expectString,
|
|
5377
|
+
sbom: _json,
|
|
5378
|
+
sbomValidationStatus: __expectString,
|
|
5292
5379
|
status: __expectString,
|
|
5293
5380
|
versionName: __expectString,
|
|
5294
5381
|
});
|
|
@@ -6022,6 +6109,21 @@ export const de_ListRoleAliasesCommand = async (output, context) => {
|
|
|
6022
6109
|
Object.assign(contents, doc);
|
|
6023
6110
|
return contents;
|
|
6024
6111
|
};
|
|
6112
|
+
export const de_ListSbomValidationResultsCommand = async (output, context) => {
|
|
6113
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6114
|
+
return de_CommandError(output, context);
|
|
6115
|
+
}
|
|
6116
|
+
const contents = map({
|
|
6117
|
+
$metadata: deserializeMetadata(output),
|
|
6118
|
+
});
|
|
6119
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6120
|
+
const doc = take(data, {
|
|
6121
|
+
nextToken: __expectString,
|
|
6122
|
+
validationResultSummaries: _json,
|
|
6123
|
+
});
|
|
6124
|
+
Object.assign(contents, doc);
|
|
6125
|
+
return contents;
|
|
6126
|
+
};
|
|
6025
6127
|
export const de_ListScheduledAuditsCommand = async (output, context) => {
|
|
6026
6128
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6027
6129
|
return de_CommandError(output, context);
|
|
@@ -7039,6 +7141,18 @@ const de_CommandError = async (output, context) => {
|
|
|
7039
7141
|
case "UnauthorizedException":
|
|
7040
7142
|
case "com.amazonaws.iot#UnauthorizedException":
|
|
7041
7143
|
throw await de_UnauthorizedExceptionRes(parsedOutput, context);
|
|
7144
|
+
case "ConflictException":
|
|
7145
|
+
case "com.amazonaws.iot#ConflictException":
|
|
7146
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
7147
|
+
case "InternalServerException":
|
|
7148
|
+
case "com.amazonaws.iot#InternalServerException":
|
|
7149
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
7150
|
+
case "ServiceQuotaExceededException":
|
|
7151
|
+
case "com.amazonaws.iot#ServiceQuotaExceededException":
|
|
7152
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
7153
|
+
case "ValidationException":
|
|
7154
|
+
case "com.amazonaws.iot#ValidationException":
|
|
7155
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
7042
7156
|
case "LimitExceededException":
|
|
7043
7157
|
case "com.amazonaws.iot#LimitExceededException":
|
|
7044
7158
|
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
@@ -7069,18 +7183,6 @@ const de_CommandError = async (output, context) => {
|
|
|
7069
7183
|
case "InvalidAggregationException":
|
|
7070
7184
|
case "com.amazonaws.iot#InvalidAggregationException":
|
|
7071
7185
|
throw await de_InvalidAggregationExceptionRes(parsedOutput, context);
|
|
7072
|
-
case "ConflictException":
|
|
7073
|
-
case "com.amazonaws.iot#ConflictException":
|
|
7074
|
-
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
7075
|
-
case "InternalServerException":
|
|
7076
|
-
case "com.amazonaws.iot#InternalServerException":
|
|
7077
|
-
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
7078
|
-
case "ServiceQuotaExceededException":
|
|
7079
|
-
case "com.amazonaws.iot#ServiceQuotaExceededException":
|
|
7080
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
7081
|
-
case "ValidationException":
|
|
7082
|
-
case "com.amazonaws.iot#ValidationException":
|
|
7083
|
-
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
7084
7186
|
case "MalformedPolicyException":
|
|
7085
7187
|
case "com.amazonaws.iot#MalformedPolicyException":
|
|
7086
7188
|
throw await de_MalformedPolicyExceptionRes(parsedOutput, context);
|
|
@@ -8588,6 +8690,7 @@ const _aT = "actionType";
|
|
|
8588
8690
|
const _aTI = "auditTaskId";
|
|
8589
8691
|
const _aV = "attributeValue";
|
|
8590
8692
|
const _bCT = "behaviorCriteriaType";
|
|
8693
|
+
const _bS = "beforeSubstitution";
|
|
8591
8694
|
const _cI = "clientId";
|
|
8592
8695
|
const _cT = "clientToken";
|
|
8593
8696
|
const _dN = "dimensionName";
|
|
@@ -8646,6 +8749,7 @@ const _tV = "templateVersion";
|
|
|
8646
8749
|
const _to = "topic";
|
|
8647
8750
|
const _uPAV = "usePrefixAttributeValue";
|
|
8648
8751
|
const _vI = "violationId";
|
|
8752
|
+
const _vR = "validationResult";
|
|
8649
8753
|
const _vS = "verificationState";
|
|
8650
8754
|
const _xaip = "x-amzn-iot-principal";
|
|
8651
8755
|
const _xaip_ = "x-amzn-iot-policy";
|
package/dist-types/IoT.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
|
2
2
|
import { AcceptCertificateTransferCommandInput, AcceptCertificateTransferCommandOutput } from "./commands/AcceptCertificateTransferCommand";
|
|
3
3
|
import { AddThingToBillingGroupCommandInput, AddThingToBillingGroupCommandOutput } from "./commands/AddThingToBillingGroupCommand";
|
|
4
4
|
import { AddThingToThingGroupCommandInput, AddThingToThingGroupCommandOutput } from "./commands/AddThingToThingGroupCommand";
|
|
5
|
+
import { AssociateSbomWithPackageVersionCommandInput, AssociateSbomWithPackageVersionCommandOutput } from "./commands/AssociateSbomWithPackageVersionCommand";
|
|
5
6
|
import { AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput } from "./commands/AssociateTargetsWithJobCommand";
|
|
6
7
|
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
|
|
7
8
|
import { AttachPrincipalPolicyCommandInput, AttachPrincipalPolicyCommandOutput } from "./commands/AttachPrincipalPolicyCommand";
|
|
@@ -120,6 +121,7 @@ import { DetachPrincipalPolicyCommandInput, DetachPrincipalPolicyCommandOutput }
|
|
|
120
121
|
import { DetachSecurityProfileCommandInput, DetachSecurityProfileCommandOutput } from "./commands/DetachSecurityProfileCommand";
|
|
121
122
|
import { DetachThingPrincipalCommandInput, DetachThingPrincipalCommandOutput } from "./commands/DetachThingPrincipalCommand";
|
|
122
123
|
import { DisableTopicRuleCommandInput, DisableTopicRuleCommandOutput } from "./commands/DisableTopicRuleCommand";
|
|
124
|
+
import { DisassociateSbomFromPackageVersionCommandInput, DisassociateSbomFromPackageVersionCommandOutput } from "./commands/DisassociateSbomFromPackageVersionCommand";
|
|
123
125
|
import { EnableTopicRuleCommandInput, EnableTopicRuleCommandOutput } from "./commands/EnableTopicRuleCommand";
|
|
124
126
|
import { GetBehaviorModelTrainingSummariesCommandInput, GetBehaviorModelTrainingSummariesCommandOutput } from "./commands/GetBehaviorModelTrainingSummariesCommand";
|
|
125
127
|
import { GetBucketsAggregationCommandInput, GetBucketsAggregationCommandOutput } from "./commands/GetBucketsAggregationCommand";
|
|
@@ -180,6 +182,7 @@ import { ListProvisioningTemplatesCommandInput, ListProvisioningTemplatesCommand
|
|
|
180
182
|
import { ListProvisioningTemplateVersionsCommandInput, ListProvisioningTemplateVersionsCommandOutput } from "./commands/ListProvisioningTemplateVersionsCommand";
|
|
181
183
|
import { ListRelatedResourcesForAuditFindingCommandInput, ListRelatedResourcesForAuditFindingCommandOutput } from "./commands/ListRelatedResourcesForAuditFindingCommand";
|
|
182
184
|
import { ListRoleAliasesCommandInput, ListRoleAliasesCommandOutput } from "./commands/ListRoleAliasesCommand";
|
|
185
|
+
import { ListSbomValidationResultsCommandInput, ListSbomValidationResultsCommandOutput } from "./commands/ListSbomValidationResultsCommand";
|
|
183
186
|
import { ListScheduledAuditsCommandInput, ListScheduledAuditsCommandOutput } from "./commands/ListScheduledAuditsCommand";
|
|
184
187
|
import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
|
|
185
188
|
import { ListSecurityProfilesForTargetCommandInput, ListSecurityProfilesForTargetCommandOutput } from "./commands/ListSecurityProfilesForTargetCommand";
|
|
@@ -276,6 +279,12 @@ export interface IoT {
|
|
|
276
279
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddThingToThingGroupCommandOutput>;
|
|
277
280
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
278
281
|
addThingToThingGroup(args: AddThingToThingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddThingToThingGroupCommandOutput) => void): void;
|
|
282
|
+
/**
|
|
283
|
+
* @see {@link AssociateSbomWithPackageVersionCommand}
|
|
284
|
+
*/
|
|
285
|
+
associateSbomWithPackageVersion(args: AssociateSbomWithPackageVersionCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSbomWithPackageVersionCommandOutput>;
|
|
286
|
+
associateSbomWithPackageVersion(args: AssociateSbomWithPackageVersionCommandInput, cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void): void;
|
|
287
|
+
associateSbomWithPackageVersion(args: AssociateSbomWithPackageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSbomWithPackageVersionCommandOutput) => void): void;
|
|
279
288
|
/**
|
|
280
289
|
* @see {@link AssociateTargetsWithJobCommand}
|
|
281
290
|
*/
|
|
@@ -992,6 +1001,12 @@ export interface IoT {
|
|
|
992
1001
|
disableTopicRule(args: DisableTopicRuleCommandInput, options?: __HttpHandlerOptions): Promise<DisableTopicRuleCommandOutput>;
|
|
993
1002
|
disableTopicRule(args: DisableTopicRuleCommandInput, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
|
|
994
1003
|
disableTopicRule(args: DisableTopicRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableTopicRuleCommandOutput) => void): void;
|
|
1004
|
+
/**
|
|
1005
|
+
* @see {@link DisassociateSbomFromPackageVersionCommand}
|
|
1006
|
+
*/
|
|
1007
|
+
disassociateSbomFromPackageVersion(args: DisassociateSbomFromPackageVersionCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSbomFromPackageVersionCommandOutput>;
|
|
1008
|
+
disassociateSbomFromPackageVersion(args: DisassociateSbomFromPackageVersionCommandInput, cb: (err: any, data?: DisassociateSbomFromPackageVersionCommandOutput) => void): void;
|
|
1009
|
+
disassociateSbomFromPackageVersion(args: DisassociateSbomFromPackageVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSbomFromPackageVersionCommandOutput) => void): void;
|
|
995
1010
|
/**
|
|
996
1011
|
* @see {@link EnableTopicRuleCommand}
|
|
997
1012
|
*/
|
|
@@ -1383,6 +1398,12 @@ export interface IoT {
|
|
|
1383
1398
|
listRoleAliases(args: ListRoleAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoleAliasesCommandOutput>;
|
|
1384
1399
|
listRoleAliases(args: ListRoleAliasesCommandInput, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
|
|
1385
1400
|
listRoleAliases(args: ListRoleAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoleAliasesCommandOutput) => void): void;
|
|
1401
|
+
/**
|
|
1402
|
+
* @see {@link ListSbomValidationResultsCommand}
|
|
1403
|
+
*/
|
|
1404
|
+
listSbomValidationResults(args: ListSbomValidationResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListSbomValidationResultsCommandOutput>;
|
|
1405
|
+
listSbomValidationResults(args: ListSbomValidationResultsCommandInput, cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void): void;
|
|
1406
|
+
listSbomValidationResults(args: ListSbomValidationResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSbomValidationResultsCommandOutput) => void): void;
|
|
1386
1407
|
/**
|
|
1387
1408
|
* @see {@link ListScheduledAuditsCommand}
|
|
1388
1409
|
*/
|