@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-cjs/index.js
CHANGED
|
@@ -29,6 +29,7 @@ __export(src_exports, {
|
|
|
29
29
|
AggregationTypeName: () => AggregationTypeName,
|
|
30
30
|
AlertTargetType: () => AlertTargetType,
|
|
31
31
|
AssetPropertyVariant: () => AssetPropertyVariant,
|
|
32
|
+
AssociateSbomWithPackageVersionCommand: () => AssociateSbomWithPackageVersionCommand,
|
|
32
33
|
AssociateTargetsWithJobCommand: () => AssociateTargetsWithJobCommand,
|
|
33
34
|
AttachPolicyCommand: () => AttachPolicyCommand,
|
|
34
35
|
AttachPrincipalPolicyCommand: () => AttachPrincipalPolicyCommand,
|
|
@@ -189,6 +190,7 @@ __export(src_exports, {
|
|
|
189
190
|
DimensionType: () => DimensionType,
|
|
190
191
|
DimensionValueOperator: () => DimensionValueOperator,
|
|
191
192
|
DisableTopicRuleCommand: () => DisableTopicRuleCommand,
|
|
193
|
+
DisassociateSbomFromPackageVersionCommand: () => DisassociateSbomFromPackageVersionCommand,
|
|
192
194
|
DomainConfigurationStatus: () => DomainConfigurationStatus,
|
|
193
195
|
DomainType: () => DomainType,
|
|
194
196
|
DynamicGroupStatus: () => DynamicGroupStatus,
|
|
@@ -277,6 +279,7 @@ __export(src_exports, {
|
|
|
277
279
|
ListProvisioningTemplatesCommand: () => ListProvisioningTemplatesCommand,
|
|
278
280
|
ListRelatedResourcesForAuditFindingCommand: () => ListRelatedResourcesForAuditFindingCommand,
|
|
279
281
|
ListRoleAliasesCommand: () => ListRoleAliasesCommand,
|
|
282
|
+
ListSbomValidationResultsCommand: () => ListSbomValidationResultsCommand,
|
|
280
283
|
ListScheduledAuditsCommand: () => ListScheduledAuditsCommand,
|
|
281
284
|
ListSecurityProfilesCommand: () => ListSecurityProfilesCommand,
|
|
282
285
|
ListSecurityProfilesForTargetCommand: () => ListSecurityProfilesForTargetCommand,
|
|
@@ -326,6 +329,9 @@ __export(src_exports, {
|
|
|
326
329
|
ResourceRegistrationFailureException: () => ResourceRegistrationFailureException,
|
|
327
330
|
ResourceType: () => ResourceType,
|
|
328
331
|
RetryableFailureType: () => RetryableFailureType,
|
|
332
|
+
SbomValidationErrorCode: () => SbomValidationErrorCode,
|
|
333
|
+
SbomValidationResult: () => SbomValidationResult,
|
|
334
|
+
SbomValidationStatus: () => SbomValidationStatus,
|
|
329
335
|
SearchIndexCommand: () => SearchIndexCommand,
|
|
330
336
|
ServerCertificateStatus: () => ServerCertificateStatus,
|
|
331
337
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
@@ -436,6 +442,7 @@ __export(src_exports, {
|
|
|
436
442
|
paginateListProvisioningTemplates: () => paginateListProvisioningTemplates,
|
|
437
443
|
paginateListRelatedResourcesForAuditFinding: () => paginateListRelatedResourcesForAuditFinding,
|
|
438
444
|
paginateListRoleAliases: () => paginateListRoleAliases,
|
|
445
|
+
paginateListSbomValidationResults: () => paginateListSbomValidationResults,
|
|
439
446
|
paginateListScheduledAudits: () => paginateListScheduledAudits,
|
|
440
447
|
paginateListSecurityProfiles: () => paginateListSecurityProfiles,
|
|
441
448
|
paginateListSecurityProfilesForTarget: () => paginateListSecurityProfilesForTarget,
|
|
@@ -828,6 +835,80 @@ var AggregationTypeName = {
|
|
|
828
835
|
var AlertTargetType = {
|
|
829
836
|
SNS: "SNS"
|
|
830
837
|
};
|
|
838
|
+
var SbomValidationStatus = {
|
|
839
|
+
FAILED: "FAILED",
|
|
840
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
841
|
+
SUCCEEDED: "SUCCEEDED"
|
|
842
|
+
};
|
|
843
|
+
var _ConflictException = class _ConflictException extends IoTServiceException {
|
|
844
|
+
/**
|
|
845
|
+
* @internal
|
|
846
|
+
*/
|
|
847
|
+
constructor(opts) {
|
|
848
|
+
super({
|
|
849
|
+
name: "ConflictException",
|
|
850
|
+
$fault: "client",
|
|
851
|
+
...opts
|
|
852
|
+
});
|
|
853
|
+
this.name = "ConflictException";
|
|
854
|
+
this.$fault = "client";
|
|
855
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
856
|
+
this.resourceId = opts.resourceId;
|
|
857
|
+
}
|
|
858
|
+
};
|
|
859
|
+
__name(_ConflictException, "ConflictException");
|
|
860
|
+
var ConflictException = _ConflictException;
|
|
861
|
+
var _InternalServerException = class _InternalServerException extends IoTServiceException {
|
|
862
|
+
/**
|
|
863
|
+
* @internal
|
|
864
|
+
*/
|
|
865
|
+
constructor(opts) {
|
|
866
|
+
super({
|
|
867
|
+
name: "InternalServerException",
|
|
868
|
+
$fault: "server",
|
|
869
|
+
...opts
|
|
870
|
+
});
|
|
871
|
+
this.name = "InternalServerException";
|
|
872
|
+
this.$fault = "server";
|
|
873
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
874
|
+
}
|
|
875
|
+
};
|
|
876
|
+
__name(_InternalServerException, "InternalServerException");
|
|
877
|
+
var InternalServerException = _InternalServerException;
|
|
878
|
+
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends IoTServiceException {
|
|
879
|
+
/**
|
|
880
|
+
* @internal
|
|
881
|
+
*/
|
|
882
|
+
constructor(opts) {
|
|
883
|
+
super({
|
|
884
|
+
name: "ServiceQuotaExceededException",
|
|
885
|
+
$fault: "client",
|
|
886
|
+
...opts
|
|
887
|
+
});
|
|
888
|
+
this.name = "ServiceQuotaExceededException";
|
|
889
|
+
this.$fault = "client";
|
|
890
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
891
|
+
}
|
|
892
|
+
};
|
|
893
|
+
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
894
|
+
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
895
|
+
var _ValidationException = class _ValidationException extends IoTServiceException {
|
|
896
|
+
/**
|
|
897
|
+
* @internal
|
|
898
|
+
*/
|
|
899
|
+
constructor(opts) {
|
|
900
|
+
super({
|
|
901
|
+
name: "ValidationException",
|
|
902
|
+
$fault: "client",
|
|
903
|
+
...opts
|
|
904
|
+
});
|
|
905
|
+
this.name = "ValidationException";
|
|
906
|
+
this.$fault = "client";
|
|
907
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
908
|
+
}
|
|
909
|
+
};
|
|
910
|
+
__name(_ValidationException, "ValidationException");
|
|
911
|
+
var ValidationException = _ValidationException;
|
|
831
912
|
var _LimitExceededException = class _LimitExceededException extends IoTServiceException {
|
|
832
913
|
/**
|
|
833
914
|
* @internal
|
|
@@ -1131,24 +1212,6 @@ var TargetSelection = {
|
|
|
1131
1212
|
CONTINUOUS: "CONTINUOUS",
|
|
1132
1213
|
SNAPSHOT: "SNAPSHOT"
|
|
1133
1214
|
};
|
|
1134
|
-
var _ConflictException = class _ConflictException extends IoTServiceException {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
constructor(opts) {
|
|
1139
|
-
super({
|
|
1140
|
-
name: "ConflictException",
|
|
1141
|
-
$fault: "client",
|
|
1142
|
-
...opts
|
|
1143
|
-
});
|
|
1144
|
-
this.name = "ConflictException";
|
|
1145
|
-
this.$fault = "client";
|
|
1146
|
-
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
1147
|
-
this.resourceId = opts.resourceId;
|
|
1148
|
-
}
|
|
1149
|
-
};
|
|
1150
|
-
__name(_ConflictException, "ConflictException");
|
|
1151
|
-
var ConflictException = _ConflictException;
|
|
1152
1215
|
var LogLevel = {
|
|
1153
1216
|
DEBUG: "DEBUG",
|
|
1154
1217
|
DISABLED: "DISABLED",
|
|
@@ -1186,57 +1249,6 @@ var OTAUpdateStatus = {
|
|
|
1186
1249
|
DELETE_FAILED: "DELETE_FAILED",
|
|
1187
1250
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
|
|
1188
1251
|
};
|
|
1189
|
-
var _InternalServerException = class _InternalServerException extends IoTServiceException {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
|
-
constructor(opts) {
|
|
1194
|
-
super({
|
|
1195
|
-
name: "InternalServerException",
|
|
1196
|
-
$fault: "server",
|
|
1197
|
-
...opts
|
|
1198
|
-
});
|
|
1199
|
-
this.name = "InternalServerException";
|
|
1200
|
-
this.$fault = "server";
|
|
1201
|
-
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
1202
|
-
}
|
|
1203
|
-
};
|
|
1204
|
-
__name(_InternalServerException, "InternalServerException");
|
|
1205
|
-
var InternalServerException = _InternalServerException;
|
|
1206
|
-
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends IoTServiceException {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
constructor(opts) {
|
|
1211
|
-
super({
|
|
1212
|
-
name: "ServiceQuotaExceededException",
|
|
1213
|
-
$fault: "client",
|
|
1214
|
-
...opts
|
|
1215
|
-
});
|
|
1216
|
-
this.name = "ServiceQuotaExceededException";
|
|
1217
|
-
this.$fault = "client";
|
|
1218
|
-
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
1219
|
-
}
|
|
1220
|
-
};
|
|
1221
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
1222
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
1223
|
-
var _ValidationException = class _ValidationException extends IoTServiceException {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
constructor(opts) {
|
|
1228
|
-
super({
|
|
1229
|
-
name: "ValidationException",
|
|
1230
|
-
$fault: "client",
|
|
1231
|
-
...opts
|
|
1232
|
-
});
|
|
1233
|
-
this.name = "ValidationException";
|
|
1234
|
-
this.$fault = "client";
|
|
1235
|
-
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
1236
|
-
}
|
|
1237
|
-
};
|
|
1238
|
-
__name(_ValidationException, "ValidationException");
|
|
1239
|
-
var ValidationException = _ValidationException;
|
|
1240
1252
|
var PackageVersionStatus = {
|
|
1241
1253
|
DEPRECATED: "DEPRECATED",
|
|
1242
1254
|
DRAFT: "DRAFT",
|
|
@@ -1366,7 +1378,8 @@ var CreatePackageResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1366
1378
|
var CreatePackageVersionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1367
1379
|
...obj,
|
|
1368
1380
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1369
|
-
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING }
|
|
1381
|
+
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING },
|
|
1382
|
+
...obj.recipe && { recipe: import_smithy_client.SENSITIVE_STRING }
|
|
1370
1383
|
}), "CreatePackageVersionRequestFilterSensitiveLog");
|
|
1371
1384
|
var CreatePackageVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1372
1385
|
...obj,
|
|
@@ -1547,11 +1560,20 @@ var GetPackageResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1547
1560
|
var GetPackageVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1548
1561
|
...obj,
|
|
1549
1562
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1550
|
-
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING }
|
|
1563
|
+
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING },
|
|
1564
|
+
...obj.recipe && { recipe: import_smithy_client.SENSITIVE_STRING }
|
|
1551
1565
|
}), "GetPackageVersionResponseFilterSensitiveLog");
|
|
1552
1566
|
|
|
1553
1567
|
// src/models/models_2.ts
|
|
1554
1568
|
|
|
1569
|
+
var SbomValidationResult = {
|
|
1570
|
+
FAILED: "FAILED",
|
|
1571
|
+
SUCCEEDED: "SUCCEEDED"
|
|
1572
|
+
};
|
|
1573
|
+
var SbomValidationErrorCode = {
|
|
1574
|
+
FILE_SIZE_LIMIT_EXCEEDED: "FILE_SIZE_LIMIT_EXCEEDED",
|
|
1575
|
+
INCOMPATIBLE_FORMAT: "INCOMPATIBLE_FORMAT"
|
|
1576
|
+
};
|
|
1555
1577
|
var ReportType = {
|
|
1556
1578
|
ERRORS: "ERRORS",
|
|
1557
1579
|
RESULTS: "RESULTS"
|
|
@@ -1674,7 +1696,8 @@ var UpdatePackageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1674
1696
|
var UpdatePackageVersionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1675
1697
|
...obj,
|
|
1676
1698
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1677
|
-
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING }
|
|
1699
|
+
...obj.attributes && { attributes: import_smithy_client.SENSITIVE_STRING },
|
|
1700
|
+
...obj.recipe && { recipe: import_smithy_client.SENSITIVE_STRING }
|
|
1678
1701
|
}), "UpdatePackageVersionRequestFilterSensitiveLog");
|
|
1679
1702
|
|
|
1680
1703
|
// src/protocols/Aws_restJson1.ts
|
|
@@ -1727,6 +1750,26 @@ var se_AddThingToThingGroupCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1727
1750
|
b.m("PUT").h(headers).b(body);
|
|
1728
1751
|
return b.build();
|
|
1729
1752
|
}, "se_AddThingToThingGroupCommand");
|
|
1753
|
+
var se_AssociateSbomWithPackageVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1754
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1755
|
+
const headers = {
|
|
1756
|
+
"content-type": "application/json"
|
|
1757
|
+
};
|
|
1758
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom");
|
|
1759
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
1760
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
1761
|
+
const query = (0, import_smithy_client.map)({
|
|
1762
|
+
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
|
|
1763
|
+
});
|
|
1764
|
+
let body;
|
|
1765
|
+
body = JSON.stringify(
|
|
1766
|
+
(0, import_smithy_client.take)(input, {
|
|
1767
|
+
sbom: (_) => (0, import_smithy_client._json)(_)
|
|
1768
|
+
})
|
|
1769
|
+
);
|
|
1770
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
1771
|
+
return b.build();
|
|
1772
|
+
}, "se_AssociateSbomWithPackageVersionCommand");
|
|
1730
1773
|
var se_AssociateTargetsWithJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1731
1774
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1732
1775
|
const headers = {
|
|
@@ -2240,8 +2283,10 @@ var se_CreatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2240
2283
|
let body;
|
|
2241
2284
|
body = JSON.stringify(
|
|
2242
2285
|
(0, import_smithy_client.take)(input, {
|
|
2286
|
+
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
2243
2287
|
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2244
2288
|
description: [],
|
|
2289
|
+
recipe: [],
|
|
2245
2290
|
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2246
2291
|
})
|
|
2247
2292
|
);
|
|
@@ -3059,8 +3104,11 @@ var se_DescribeJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3059
3104
|
const headers = {};
|
|
3060
3105
|
b.bp("/jobs/{jobId}");
|
|
3061
3106
|
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
3107
|
+
const query = (0, import_smithy_client.map)({
|
|
3108
|
+
[_bS]: [() => input.beforeSubstitution !== void 0, () => input[_bS].toString()]
|
|
3109
|
+
});
|
|
3062
3110
|
let body;
|
|
3063
|
-
b.m("GET").h(headers).b(body);
|
|
3111
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3064
3112
|
return b.build();
|
|
3065
3113
|
}, "se_DescribeJobCommand");
|
|
3066
3114
|
var se_DescribeJobExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3256,6 +3304,19 @@ var se_DisableTopicRuleCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3256
3304
|
b.m("POST").h(headers).b(body);
|
|
3257
3305
|
return b.build();
|
|
3258
3306
|
}, "se_DisableTopicRuleCommand");
|
|
3307
|
+
var se_DisassociateSbomFromPackageVersionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3308
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3309
|
+
const headers = {};
|
|
3310
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom");
|
|
3311
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
3312
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
3313
|
+
const query = (0, import_smithy_client.map)({
|
|
3314
|
+
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
|
|
3315
|
+
});
|
|
3316
|
+
let body;
|
|
3317
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
3318
|
+
return b.build();
|
|
3319
|
+
}, "se_DisassociateSbomFromPackageVersionCommand");
|
|
3259
3320
|
var se_EnableTopicRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3260
3321
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3261
3322
|
const headers = {};
|
|
@@ -3347,8 +3408,11 @@ var se_GetJobDocumentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3347
3408
|
const headers = {};
|
|
3348
3409
|
b.bp("/jobs/{jobId}/job-document");
|
|
3349
3410
|
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
3411
|
+
const query = (0, import_smithy_client.map)({
|
|
3412
|
+
[_bS]: [() => input.beforeSubstitution !== void 0, () => input[_bS].toString()]
|
|
3413
|
+
});
|
|
3350
3414
|
let body;
|
|
3351
|
-
b.m("GET").h(headers).b(body);
|
|
3415
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3352
3416
|
return b.build();
|
|
3353
3417
|
}, "se_GetJobDocumentCommand");
|
|
3354
3418
|
var se_GetLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4049,6 +4113,21 @@ var se_ListRoleAliasesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4049
4113
|
b.m("GET").h(headers).q(query).b(body);
|
|
4050
4114
|
return b.build();
|
|
4051
4115
|
}, "se_ListRoleAliasesCommand");
|
|
4116
|
+
var se_ListSbomValidationResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4117
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4118
|
+
const headers = {};
|
|
4119
|
+
b.bp("/packages/{packageName}/versions/{versionName}/sbom-validation-results");
|
|
4120
|
+
b.p("packageName", () => input.packageName, "{packageName}", false);
|
|
4121
|
+
b.p("versionName", () => input.versionName, "{versionName}", false);
|
|
4122
|
+
const query = (0, import_smithy_client.map)({
|
|
4123
|
+
[_vR]: [, input[_vR]],
|
|
4124
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
4125
|
+
[_nT]: [, input[_nT]]
|
|
4126
|
+
});
|
|
4127
|
+
let body;
|
|
4128
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4129
|
+
return b.build();
|
|
4130
|
+
}, "se_ListSbomValidationResultsCommand");
|
|
4052
4131
|
var se_ListScheduledAuditsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4053
4132
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4054
4133
|
const headers = {};
|
|
@@ -5097,8 +5176,10 @@ var se_UpdatePackageVersionCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
5097
5176
|
body = JSON.stringify(
|
|
5098
5177
|
(0, import_smithy_client.take)(input, {
|
|
5099
5178
|
action: [],
|
|
5179
|
+
artifact: (_) => (0, import_smithy_client._json)(_),
|
|
5100
5180
|
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
5101
|
-
description: []
|
|
5181
|
+
description: [],
|
|
5182
|
+
recipe: []
|
|
5102
5183
|
})
|
|
5103
5184
|
);
|
|
5104
5185
|
b.m("PATCH").h(headers).q(query).b(body);
|
|
@@ -5322,6 +5403,23 @@ var de_AddThingToThingGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
5322
5403
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5323
5404
|
return contents;
|
|
5324
5405
|
}, "de_AddThingToThingGroupCommand");
|
|
5406
|
+
var de_AssociateSbomWithPackageVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5407
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5408
|
+
return de_CommandError(output, context);
|
|
5409
|
+
}
|
|
5410
|
+
const contents = (0, import_smithy_client.map)({
|
|
5411
|
+
$metadata: deserializeMetadata(output)
|
|
5412
|
+
});
|
|
5413
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5414
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5415
|
+
packageName: import_smithy_client.expectString,
|
|
5416
|
+
sbom: import_smithy_client._json,
|
|
5417
|
+
sbomValidationStatus: import_smithy_client.expectString,
|
|
5418
|
+
versionName: import_smithy_client.expectString
|
|
5419
|
+
});
|
|
5420
|
+
Object.assign(contents, doc);
|
|
5421
|
+
return contents;
|
|
5422
|
+
}, "de_AssociateSbomWithPackageVersionCommand");
|
|
5325
5423
|
var de_AssociateTargetsWithJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5326
5424
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5327
5425
|
return de_CommandError(output, context);
|
|
@@ -6974,6 +7072,16 @@ var de_DisableTopicRuleCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6974
7072
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6975
7073
|
return contents;
|
|
6976
7074
|
}, "de_DisableTopicRuleCommand");
|
|
7075
|
+
var de_DisassociateSbomFromPackageVersionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7076
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7077
|
+
return de_CommandError(output, context);
|
|
7078
|
+
}
|
|
7079
|
+
const contents = (0, import_smithy_client.map)({
|
|
7080
|
+
$metadata: deserializeMetadata(output)
|
|
7081
|
+
});
|
|
7082
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7083
|
+
return contents;
|
|
7084
|
+
}, "de_DisassociateSbomFromPackageVersionCommand");
|
|
6977
7085
|
var de_EnableTopicRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6978
7086
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6979
7087
|
return de_CommandError(output, context);
|
|
@@ -7142,6 +7250,7 @@ var de_GetPackageVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7142
7250
|
});
|
|
7143
7251
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7144
7252
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7253
|
+
artifact: import_smithy_client._json,
|
|
7145
7254
|
attributes: import_smithy_client._json,
|
|
7146
7255
|
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7147
7256
|
description: import_smithy_client.expectString,
|
|
@@ -7149,6 +7258,9 @@ var de_GetPackageVersionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7149
7258
|
lastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7150
7259
|
packageName: import_smithy_client.expectString,
|
|
7151
7260
|
packageVersionArn: import_smithy_client.expectString,
|
|
7261
|
+
recipe: import_smithy_client.expectString,
|
|
7262
|
+
sbom: import_smithy_client._json,
|
|
7263
|
+
sbomValidationStatus: import_smithy_client.expectString,
|
|
7152
7264
|
status: import_smithy_client.expectString,
|
|
7153
7265
|
versionName: import_smithy_client.expectString
|
|
7154
7266
|
});
|
|
@@ -7882,6 +7994,21 @@ var de_ListRoleAliasesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
7882
7994
|
Object.assign(contents, doc);
|
|
7883
7995
|
return contents;
|
|
7884
7996
|
}, "de_ListRoleAliasesCommand");
|
|
7997
|
+
var de_ListSbomValidationResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7998
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7999
|
+
return de_CommandError(output, context);
|
|
8000
|
+
}
|
|
8001
|
+
const contents = (0, import_smithy_client.map)({
|
|
8002
|
+
$metadata: deserializeMetadata(output)
|
|
8003
|
+
});
|
|
8004
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8005
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8006
|
+
nextToken: import_smithy_client.expectString,
|
|
8007
|
+
validationResultSummaries: import_smithy_client._json
|
|
8008
|
+
});
|
|
8009
|
+
Object.assign(contents, doc);
|
|
8010
|
+
return contents;
|
|
8011
|
+
}, "de_ListSbomValidationResultsCommand");
|
|
7885
8012
|
var de_ListScheduledAuditsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7886
8013
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7887
8014
|
return de_CommandError(output, context);
|
|
@@ -8899,6 +9026,18 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8899
9026
|
case "UnauthorizedException":
|
|
8900
9027
|
case "com.amazonaws.iot#UnauthorizedException":
|
|
8901
9028
|
throw await de_UnauthorizedExceptionRes(parsedOutput, context);
|
|
9029
|
+
case "ConflictException":
|
|
9030
|
+
case "com.amazonaws.iot#ConflictException":
|
|
9031
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
9032
|
+
case "InternalServerException":
|
|
9033
|
+
case "com.amazonaws.iot#InternalServerException":
|
|
9034
|
+
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
9035
|
+
case "ServiceQuotaExceededException":
|
|
9036
|
+
case "com.amazonaws.iot#ServiceQuotaExceededException":
|
|
9037
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
9038
|
+
case "ValidationException":
|
|
9039
|
+
case "com.amazonaws.iot#ValidationException":
|
|
9040
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
8902
9041
|
case "LimitExceededException":
|
|
8903
9042
|
case "com.amazonaws.iot#LimitExceededException":
|
|
8904
9043
|
throw await de_LimitExceededExceptionRes(parsedOutput, context);
|
|
@@ -8929,18 +9068,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
8929
9068
|
case "InvalidAggregationException":
|
|
8930
9069
|
case "com.amazonaws.iot#InvalidAggregationException":
|
|
8931
9070
|
throw await de_InvalidAggregationExceptionRes(parsedOutput, context);
|
|
8932
|
-
case "ConflictException":
|
|
8933
|
-
case "com.amazonaws.iot#ConflictException":
|
|
8934
|
-
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
8935
|
-
case "InternalServerException":
|
|
8936
|
-
case "com.amazonaws.iot#InternalServerException":
|
|
8937
|
-
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
8938
|
-
case "ServiceQuotaExceededException":
|
|
8939
|
-
case "com.amazonaws.iot#ServiceQuotaExceededException":
|
|
8940
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
8941
|
-
case "ValidationException":
|
|
8942
|
-
case "com.amazonaws.iot#ValidationException":
|
|
8943
|
-
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
8944
9071
|
case "MalformedPolicyException":
|
|
8945
9072
|
case "com.amazonaws.iot#MalformedPolicyException":
|
|
8946
9073
|
throw await de_MalformedPolicyExceptionRes(parsedOutput, context);
|
|
@@ -10367,6 +10494,7 @@ var _aT = "actionType";
|
|
|
10367
10494
|
var _aTI = "auditTaskId";
|
|
10368
10495
|
var _aV = "attributeValue";
|
|
10369
10496
|
var _bCT = "behaviorCriteriaType";
|
|
10497
|
+
var _bS = "beforeSubstitution";
|
|
10370
10498
|
var _cI = "clientId";
|
|
10371
10499
|
var _cT = "clientToken";
|
|
10372
10500
|
var _dN = "dimensionName";
|
|
@@ -10425,6 +10553,7 @@ var _tV = "templateVersion";
|
|
|
10425
10553
|
var _to = "topic";
|
|
10426
10554
|
var _uPAV = "usePrefixAttributeValue";
|
|
10427
10555
|
var _vI = "violationId";
|
|
10556
|
+
var _vR = "validationResult";
|
|
10428
10557
|
var _vS = "verificationState";
|
|
10429
10558
|
var _xaip = "x-amzn-iot-principal";
|
|
10430
10559
|
var _xaip_ = "x-amzn-iot-policy";
|
|
@@ -10470,6 +10599,20 @@ var _AddThingToThingGroupCommand = class _AddThingToThingGroupCommand extends im
|
|
|
10470
10599
|
__name(_AddThingToThingGroupCommand, "AddThingToThingGroupCommand");
|
|
10471
10600
|
var AddThingToThingGroupCommand = _AddThingToThingGroupCommand;
|
|
10472
10601
|
|
|
10602
|
+
// src/commands/AssociateSbomWithPackageVersionCommand.ts
|
|
10603
|
+
|
|
10604
|
+
|
|
10605
|
+
|
|
10606
|
+
var _AssociateSbomWithPackageVersionCommand = class _AssociateSbomWithPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10607
|
+
return [
|
|
10608
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10609
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10610
|
+
];
|
|
10611
|
+
}).s("AWSIotService", "AssociateSbomWithPackageVersion", {}).n("IoTClient", "AssociateSbomWithPackageVersionCommand").f(void 0, void 0).ser(se_AssociateSbomWithPackageVersionCommand).de(de_AssociateSbomWithPackageVersionCommand).build() {
|
|
10612
|
+
};
|
|
10613
|
+
__name(_AssociateSbomWithPackageVersionCommand, "AssociateSbomWithPackageVersionCommand");
|
|
10614
|
+
var AssociateSbomWithPackageVersionCommand = _AssociateSbomWithPackageVersionCommand;
|
|
10615
|
+
|
|
10473
10616
|
// src/commands/AssociateTargetsWithJobCommand.ts
|
|
10474
10617
|
|
|
10475
10618
|
|
|
@@ -12122,6 +12265,20 @@ var _DisableTopicRuleCommand = class _DisableTopicRuleCommand extends import_smi
|
|
|
12122
12265
|
__name(_DisableTopicRuleCommand, "DisableTopicRuleCommand");
|
|
12123
12266
|
var DisableTopicRuleCommand = _DisableTopicRuleCommand;
|
|
12124
12267
|
|
|
12268
|
+
// src/commands/DisassociateSbomFromPackageVersionCommand.ts
|
|
12269
|
+
|
|
12270
|
+
|
|
12271
|
+
|
|
12272
|
+
var _DisassociateSbomFromPackageVersionCommand = class _DisassociateSbomFromPackageVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12273
|
+
return [
|
|
12274
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12275
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12276
|
+
];
|
|
12277
|
+
}).s("AWSIotService", "DisassociateSbomFromPackageVersion", {}).n("IoTClient", "DisassociateSbomFromPackageVersionCommand").f(void 0, void 0).ser(se_DisassociateSbomFromPackageVersionCommand).de(de_DisassociateSbomFromPackageVersionCommand).build() {
|
|
12278
|
+
};
|
|
12279
|
+
__name(_DisassociateSbomFromPackageVersionCommand, "DisassociateSbomFromPackageVersionCommand");
|
|
12280
|
+
var DisassociateSbomFromPackageVersionCommand = _DisassociateSbomFromPackageVersionCommand;
|
|
12281
|
+
|
|
12125
12282
|
// src/commands/EnableTopicRuleCommand.ts
|
|
12126
12283
|
|
|
12127
12284
|
|
|
@@ -12962,6 +13119,20 @@ var _ListRoleAliasesCommand = class _ListRoleAliasesCommand extends import_smith
|
|
|
12962
13119
|
__name(_ListRoleAliasesCommand, "ListRoleAliasesCommand");
|
|
12963
13120
|
var ListRoleAliasesCommand = _ListRoleAliasesCommand;
|
|
12964
13121
|
|
|
13122
|
+
// src/commands/ListSbomValidationResultsCommand.ts
|
|
13123
|
+
|
|
13124
|
+
|
|
13125
|
+
|
|
13126
|
+
var _ListSbomValidationResultsCommand = class _ListSbomValidationResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13127
|
+
return [
|
|
13128
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13129
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13130
|
+
];
|
|
13131
|
+
}).s("AWSIotService", "ListSbomValidationResults", {}).n("IoTClient", "ListSbomValidationResultsCommand").f(void 0, void 0).ser(se_ListSbomValidationResultsCommand).de(de_ListSbomValidationResultsCommand).build() {
|
|
13132
|
+
};
|
|
13133
|
+
__name(_ListSbomValidationResultsCommand, "ListSbomValidationResultsCommand");
|
|
13134
|
+
var ListSbomValidationResultsCommand = _ListSbomValidationResultsCommand;
|
|
13135
|
+
|
|
12965
13136
|
// src/commands/ListScheduledAuditsCommand.ts
|
|
12966
13137
|
|
|
12967
13138
|
|
|
@@ -14003,6 +14174,7 @@ var commands = {
|
|
|
14003
14174
|
AcceptCertificateTransferCommand,
|
|
14004
14175
|
AddThingToBillingGroupCommand,
|
|
14005
14176
|
AddThingToThingGroupCommand,
|
|
14177
|
+
AssociateSbomWithPackageVersionCommand,
|
|
14006
14178
|
AssociateTargetsWithJobCommand,
|
|
14007
14179
|
AttachPolicyCommand,
|
|
14008
14180
|
AttachPrincipalPolicyCommand,
|
|
@@ -14121,6 +14293,7 @@ var commands = {
|
|
|
14121
14293
|
DetachSecurityProfileCommand,
|
|
14122
14294
|
DetachThingPrincipalCommand,
|
|
14123
14295
|
DisableTopicRuleCommand,
|
|
14296
|
+
DisassociateSbomFromPackageVersionCommand,
|
|
14124
14297
|
EnableTopicRuleCommand,
|
|
14125
14298
|
GetBehaviorModelTrainingSummariesCommand,
|
|
14126
14299
|
GetBucketsAggregationCommand,
|
|
@@ -14181,6 +14354,7 @@ var commands = {
|
|
|
14181
14354
|
ListProvisioningTemplateVersionsCommand,
|
|
14182
14355
|
ListRelatedResourcesForAuditFindingCommand,
|
|
14183
14356
|
ListRoleAliasesCommand,
|
|
14357
|
+
ListSbomValidationResultsCommand,
|
|
14184
14358
|
ListScheduledAuditsCommand,
|
|
14185
14359
|
ListSecurityProfilesCommand,
|
|
14186
14360
|
ListSecurityProfilesForTargetCommand,
|
|
@@ -14418,6 +14592,10 @@ var paginateListRelatedResourcesForAuditFinding = (0, import_core.createPaginato
|
|
|
14418
14592
|
|
|
14419
14593
|
var paginateListRoleAliases = (0, import_core.createPaginator)(IoTClient, ListRoleAliasesCommand, "marker", "nextMarker", "pageSize");
|
|
14420
14594
|
|
|
14595
|
+
// src/pagination/ListSbomValidationResultsPaginator.ts
|
|
14596
|
+
|
|
14597
|
+
var paginateListSbomValidationResults = (0, import_core.createPaginator)(IoTClient, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
|
|
14598
|
+
|
|
14421
14599
|
// src/pagination/ListScheduledAuditsPaginator.ts
|
|
14422
14600
|
|
|
14423
14601
|
var paginateListScheduledAudits = (0, import_core.createPaginator)(IoTClient, ListScheduledAuditsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -14508,6 +14686,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14508
14686
|
AcceptCertificateTransferCommand,
|
|
14509
14687
|
AddThingToBillingGroupCommand,
|
|
14510
14688
|
AddThingToThingGroupCommand,
|
|
14689
|
+
AssociateSbomWithPackageVersionCommand,
|
|
14511
14690
|
AssociateTargetsWithJobCommand,
|
|
14512
14691
|
AttachPolicyCommand,
|
|
14513
14692
|
AttachPrincipalPolicyCommand,
|
|
@@ -14626,6 +14805,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14626
14805
|
DetachSecurityProfileCommand,
|
|
14627
14806
|
DetachThingPrincipalCommand,
|
|
14628
14807
|
DisableTopicRuleCommand,
|
|
14808
|
+
DisassociateSbomFromPackageVersionCommand,
|
|
14629
14809
|
EnableTopicRuleCommand,
|
|
14630
14810
|
GetBehaviorModelTrainingSummariesCommand,
|
|
14631
14811
|
GetBucketsAggregationCommand,
|
|
@@ -14686,6 +14866,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14686
14866
|
ListProvisioningTemplatesCommand,
|
|
14687
14867
|
ListRelatedResourcesForAuditFindingCommand,
|
|
14688
14868
|
ListRoleAliasesCommand,
|
|
14869
|
+
ListSbomValidationResultsCommand,
|
|
14689
14870
|
ListScheduledAuditsCommand,
|
|
14690
14871
|
ListSecurityProfilesCommand,
|
|
14691
14872
|
ListSecurityProfilesForTargetCommand,
|
|
@@ -14799,6 +14980,7 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14799
14980
|
paginateListProvisioningTemplates,
|
|
14800
14981
|
paginateListRelatedResourcesForAuditFinding,
|
|
14801
14982
|
paginateListRoleAliases,
|
|
14983
|
+
paginateListSbomValidationResults,
|
|
14802
14984
|
paginateListScheduledAudits,
|
|
14803
14985
|
paginateListSecurityProfilesForTarget,
|
|
14804
14986
|
paginateListSecurityProfiles,
|
|
@@ -14839,6 +15021,11 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14839
15021
|
VerificationState,
|
|
14840
15022
|
AggregationTypeName,
|
|
14841
15023
|
AlertTargetType,
|
|
15024
|
+
SbomValidationStatus,
|
|
15025
|
+
ConflictException,
|
|
15026
|
+
InternalServerException,
|
|
15027
|
+
ServiceQuotaExceededException,
|
|
15028
|
+
ValidationException,
|
|
14842
15029
|
LimitExceededException,
|
|
14843
15030
|
VersionConflictException,
|
|
14844
15031
|
AuditCheckRunStatus,
|
|
@@ -14869,7 +15056,6 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14869
15056
|
RetryableFailureType,
|
|
14870
15057
|
JobEndBehavior,
|
|
14871
15058
|
TargetSelection,
|
|
14872
|
-
ConflictException,
|
|
14873
15059
|
LogLevel,
|
|
14874
15060
|
PolicyTemplateName,
|
|
14875
15061
|
CACertificateUpdateAction,
|
|
@@ -14878,9 +15064,6 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14878
15064
|
AwsJobAbortCriteriaFailureType,
|
|
14879
15065
|
Protocol,
|
|
14880
15066
|
OTAUpdateStatus,
|
|
14881
|
-
InternalServerException,
|
|
14882
|
-
ServiceQuotaExceededException,
|
|
14883
|
-
ValidationException,
|
|
14884
15067
|
PackageVersionStatus,
|
|
14885
15068
|
MalformedPolicyException,
|
|
14886
15069
|
VersionsLimitExceededException,
|
|
@@ -14925,6 +15108,8 @@ var paginateListViolationEvents = (0, import_core.createPaginator)(IoTClient, Li
|
|
|
14925
15108
|
DetectMitigationActionExecutionStatus,
|
|
14926
15109
|
GetPackageResponseFilterSensitiveLog,
|
|
14927
15110
|
GetPackageVersionResponseFilterSensitiveLog,
|
|
15111
|
+
SbomValidationResult,
|
|
15112
|
+
SbomValidationErrorCode,
|
|
14928
15113
|
ReportType,
|
|
14929
15114
|
ViolationEventType,
|
|
14930
15115
|
RegistrationCodeValidationException,
|