@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
|
@@ -106,4 +106,15 @@ declare const UpdateJobCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class UpdateJobCommand extends UpdateJobCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: UpdateJobRequest;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: UpdateJobCommandInput;
|
|
117
|
+
output: UpdateJobCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -96,4 +96,15 @@ declare const UpdateMitigationActionCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class UpdateMitigationActionCommand extends UpdateMitigationActionCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: UpdateMitigationActionRequest;
|
|
103
|
+
output: UpdateMitigationActionResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: UpdateMitigationActionCommandInput;
|
|
107
|
+
output: UpdateMitigationActionCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -76,4 +76,15 @@ declare const UpdatePackageCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UpdatePackageRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UpdatePackageCommandInput;
|
|
87
|
+
output: UpdatePackageCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -73,4 +73,15 @@ declare const UpdatePackageConfigurationCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdatePackageConfigurationCommand extends UpdatePackageConfigurationCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UpdatePackageConfigurationRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UpdatePackageConfigurationCommandInput;
|
|
84
|
+
output: UpdatePackageConfigurationCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -42,7 +42,15 @@ declare const UpdatePackageVersionCommand_base: {
|
|
|
42
42
|
* attributes: { // ResourceAttributes
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
|
+
* artifact: { // PackageVersionArtifact
|
|
46
|
+
* s3Location: { // S3Location
|
|
47
|
+
* bucket: "STRING_VALUE",
|
|
48
|
+
* key: "STRING_VALUE",
|
|
49
|
+
* version: "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
45
52
|
* action: "PUBLISH" || "DEPRECATE",
|
|
53
|
+
* recipe: "STRING_VALUE",
|
|
46
54
|
* clientToken: "STRING_VALUE",
|
|
47
55
|
* };
|
|
48
56
|
* const command = new UpdatePackageVersionCommand(input);
|
|
@@ -79,4 +87,15 @@ declare const UpdatePackageVersionCommand_base: {
|
|
|
79
87
|
* @public
|
|
80
88
|
*/
|
|
81
89
|
export declare class UpdatePackageVersionCommand extends UpdatePackageVersionCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdatePackageVersionRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdatePackageVersionCommandInput;
|
|
98
|
+
output: UpdatePackageVersionCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
82
101
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateProvisioningTemplateCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateProvisioningTemplateCommand extends UpdateProvisioningTemplateCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateProvisioningTemplateRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateProvisioningTemplateCommandInput;
|
|
92
|
+
output: UpdateProvisioningTemplateCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -79,4 +79,15 @@ declare const UpdateRoleAliasCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateRoleAliasCommand extends UpdateRoleAliasCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateRoleAliasRequest;
|
|
86
|
+
output: UpdateRoleAliasResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateRoleAliasCommandInput;
|
|
90
|
+
output: UpdateRoleAliasCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -77,4 +77,15 @@ declare const UpdateScheduledAuditCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UpdateScheduledAuditCommand extends UpdateScheduledAuditCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: UpdateScheduledAuditRequest;
|
|
84
|
+
output: UpdateScheduledAuditResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: UpdateScheduledAuditCommandInput;
|
|
88
|
+
output: UpdateScheduledAuditCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -212,4 +212,15 @@ declare const UpdateSecurityProfileCommand_base: {
|
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
214
|
export declare class UpdateSecurityProfileCommand extends UpdateSecurityProfileCommand_base {
|
|
215
|
+
/** @internal type navigation helper, not in runtime. */
|
|
216
|
+
protected static __types: {
|
|
217
|
+
api: {
|
|
218
|
+
input: UpdateSecurityProfileRequest;
|
|
219
|
+
output: UpdateSecurityProfileResponse;
|
|
220
|
+
};
|
|
221
|
+
sdk: {
|
|
222
|
+
input: UpdateSecurityProfileCommandInput;
|
|
223
|
+
output: UpdateSecurityProfileCommandOutput;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
215
226
|
}
|
|
@@ -73,6 +73,9 @@ declare const UpdateStreamCommand_base: {
|
|
|
73
73
|
* @throws {@link InvalidRequestException} (client fault)
|
|
74
74
|
* <p>The request is not valid.</p>
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
77
|
+
* <p>A limit has been exceeded.</p>
|
|
78
|
+
*
|
|
76
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
80
|
* <p>The specified resource does not exist.</p>
|
|
78
81
|
*
|
|
@@ -91,4 +94,15 @@ declare const UpdateStreamCommand_base: {
|
|
|
91
94
|
* @public
|
|
92
95
|
*/
|
|
93
96
|
export declare class UpdateStreamCommand extends UpdateStreamCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: UpdateStreamRequest;
|
|
101
|
+
output: UpdateStreamResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: UpdateStreamCommandInput;
|
|
105
|
+
output: UpdateStreamCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
94
108
|
}
|
|
@@ -88,4 +88,15 @@ declare const UpdateThingCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class UpdateThingCommand extends UpdateThingCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: UpdateThingRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: UpdateThingCommandInput;
|
|
99
|
+
output: UpdateThingCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateThingGroupCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateThingGroupCommand extends UpdateThingGroupCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateThingGroupRequest;
|
|
92
|
+
output: UpdateThingGroupResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateThingGroupCommandInput;
|
|
96
|
+
output: UpdateThingGroupCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -75,4 +75,15 @@ declare const UpdateThingGroupsForThingCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class UpdateThingGroupsForThingCommand extends UpdateThingGroupsForThingCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: UpdateThingGroupsForThingRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: UpdateThingGroupsForThingCommandInput;
|
|
86
|
+
output: UpdateThingGroupsForThingCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -74,4 +74,15 @@ declare const UpdateTopicRuleDestinationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateTopicRuleDestinationCommand extends UpdateTopicRuleDestinationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateTopicRuleDestinationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateTopicRuleDestinationCommandInput;
|
|
85
|
+
output: UpdateTopicRuleDestinationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -111,4 +111,15 @@ declare const ValidateSecurityProfileBehaviorsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ValidateSecurityProfileBehaviorsCommand extends ValidateSecurityProfileBehaviorsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ValidateSecurityProfileBehaviorsRequest;
|
|
118
|
+
output: ValidateSecurityProfileBehaviorsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ValidateSecurityProfileBehaviorsCommandInput;
|
|
122
|
+
output: ValidateSecurityProfileBehaviorsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -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";
|
|
@@ -1988,6 +1988,158 @@ export interface Allowed {
|
|
|
1988
1988
|
*/
|
|
1989
1989
|
policies?: Policy[];
|
|
1990
1990
|
}
|
|
1991
|
+
/**
|
|
1992
|
+
* <p>The S3 location.</p>
|
|
1993
|
+
* @public
|
|
1994
|
+
*/
|
|
1995
|
+
export interface S3Location {
|
|
1996
|
+
/**
|
|
1997
|
+
* <p>The S3 bucket.</p>
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
bucket?: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* <p>The S3 key.</p>
|
|
2003
|
+
* @public
|
|
2004
|
+
*/
|
|
2005
|
+
key?: string;
|
|
2006
|
+
/**
|
|
2007
|
+
* <p>The S3 bucket version.</p>
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
2010
|
+
version?: string;
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2014
|
+
* package version.</p>
|
|
2015
|
+
* @public
|
|
2016
|
+
*/
|
|
2017
|
+
export interface Sbom {
|
|
2018
|
+
/**
|
|
2019
|
+
* <p>The S3 location.</p>
|
|
2020
|
+
* @public
|
|
2021
|
+
*/
|
|
2022
|
+
s3Location?: S3Location;
|
|
2023
|
+
}
|
|
2024
|
+
/**
|
|
2025
|
+
* @public
|
|
2026
|
+
*/
|
|
2027
|
+
export interface AssociateSbomWithPackageVersionRequest {
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>The name of the new software package.</p>
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
packageName: string | undefined;
|
|
2033
|
+
/**
|
|
2034
|
+
* <p>The name of the new package version.</p>
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
2037
|
+
versionName: string | undefined;
|
|
2038
|
+
/**
|
|
2039
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2040
|
+
* package version.</p>
|
|
2041
|
+
* @public
|
|
2042
|
+
*/
|
|
2043
|
+
sbom: Sbom | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.</p>
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
2048
|
+
clientToken?: string;
|
|
2049
|
+
}
|
|
2050
|
+
/**
|
|
2051
|
+
* @public
|
|
2052
|
+
* @enum
|
|
2053
|
+
*/
|
|
2054
|
+
export declare const SbomValidationStatus: {
|
|
2055
|
+
readonly FAILED: "FAILED";
|
|
2056
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2057
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
2058
|
+
};
|
|
2059
|
+
/**
|
|
2060
|
+
* @public
|
|
2061
|
+
*/
|
|
2062
|
+
export type SbomValidationStatus = (typeof SbomValidationStatus)[keyof typeof SbomValidationStatus];
|
|
2063
|
+
/**
|
|
2064
|
+
* @public
|
|
2065
|
+
*/
|
|
2066
|
+
export interface AssociateSbomWithPackageVersionResponse {
|
|
2067
|
+
/**
|
|
2068
|
+
* <p>The name of the new software package.</p>
|
|
2069
|
+
* @public
|
|
2070
|
+
*/
|
|
2071
|
+
packageName?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>The name of the new package version.</p>
|
|
2074
|
+
* @public
|
|
2075
|
+
*/
|
|
2076
|
+
versionName?: string;
|
|
2077
|
+
/**
|
|
2078
|
+
* <p>The Amazon S3 location for the software bill of materials associated with a software
|
|
2079
|
+
* package version.</p>
|
|
2080
|
+
* @public
|
|
2081
|
+
*/
|
|
2082
|
+
sbom?: Sbom;
|
|
2083
|
+
/**
|
|
2084
|
+
* <p>The status of the initial validation for the SBOM against the Software Package Data Exchange (SPDX) and CycloneDX industry standard format.</p>
|
|
2085
|
+
* @public
|
|
2086
|
+
*/
|
|
2087
|
+
sbomValidationStatus?: SbomValidationStatus;
|
|
2088
|
+
}
|
|
2089
|
+
/**
|
|
2090
|
+
* <p>A resource with the same name already exists.</p>
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
2093
|
+
export declare class ConflictException extends __BaseException {
|
|
2094
|
+
readonly name: "ConflictException";
|
|
2095
|
+
readonly $fault: "client";
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>A resource with the same name already exists.</p>
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
resourceId?: string;
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
2105
|
+
}
|
|
2106
|
+
/**
|
|
2107
|
+
* <p>Internal error from the service that indicates an unexpected error or that the service
|
|
2108
|
+
* is unavailable.</p>
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
2111
|
+
export declare class InternalServerException extends __BaseException {
|
|
2112
|
+
readonly name: "InternalServerException";
|
|
2113
|
+
readonly $fault: "server";
|
|
2114
|
+
/**
|
|
2115
|
+
* @internal
|
|
2116
|
+
*/
|
|
2117
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
2118
|
+
}
|
|
2119
|
+
/**
|
|
2120
|
+
* <p>A limit has been exceeded.</p>
|
|
2121
|
+
* @public
|
|
2122
|
+
*/
|
|
2123
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2124
|
+
readonly name: "ServiceQuotaExceededException";
|
|
2125
|
+
readonly $fault: "client";
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
*/
|
|
2129
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2130
|
+
}
|
|
2131
|
+
/**
|
|
2132
|
+
* <p>The request is not valid.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
export declare class ValidationException extends __BaseException {
|
|
2136
|
+
readonly name: "ValidationException";
|
|
2137
|
+
readonly $fault: "client";
|
|
2138
|
+
/**
|
|
2139
|
+
* @internal
|
|
2140
|
+
*/
|
|
2141
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2142
|
+
}
|
|
1991
2143
|
/**
|
|
1992
2144
|
* @public
|
|
1993
2145
|
*/
|
|
@@ -3669,7 +3821,7 @@ export interface ServerCertificateConfig {
|
|
|
3669
3821
|
/**
|
|
3670
3822
|
* <p>A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server
|
|
3671
3823
|
* certificate check is enabled or not.</p>
|
|
3672
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-custom-
|
|
3824
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/iot-custom-endpoints-cert-config.html">Configuring OCSP server-certificate stapling in domain
|
|
3673
3825
|
* configuration</a> from Amazon Web Services IoT Core Developer Guide.</p>
|
|
3674
3826
|
* @public
|
|
3675
3827
|
*/
|
|
@@ -4387,23 +4539,6 @@ export interface CreateJobResponse {
|
|
|
4387
4539
|
*/
|
|
4388
4540
|
description?: string;
|
|
4389
4541
|
}
|
|
4390
|
-
/**
|
|
4391
|
-
* <p>A resource with the same name already exists.</p>
|
|
4392
|
-
* @public
|
|
4393
|
-
*/
|
|
4394
|
-
export declare class ConflictException extends __BaseException {
|
|
4395
|
-
readonly name: "ConflictException";
|
|
4396
|
-
readonly $fault: "client";
|
|
4397
|
-
/**
|
|
4398
|
-
* <p>A resource with the same name already exists.</p>
|
|
4399
|
-
* @public
|
|
4400
|
-
*/
|
|
4401
|
-
resourceId?: string;
|
|
4402
|
-
/**
|
|
4403
|
-
* @internal
|
|
4404
|
-
*/
|
|
4405
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
4406
|
-
}
|
|
4407
4542
|
/**
|
|
4408
4543
|
* @public
|
|
4409
4544
|
*/
|
|
@@ -5037,27 +5172,6 @@ export interface CodeSigning {
|
|
|
5037
5172
|
*/
|
|
5038
5173
|
customCodeSigning?: CustomCodeSigning;
|
|
5039
5174
|
}
|
|
5040
|
-
/**
|
|
5041
|
-
* <p>The S3 location.</p>
|
|
5042
|
-
* @public
|
|
5043
|
-
*/
|
|
5044
|
-
export interface S3Location {
|
|
5045
|
-
/**
|
|
5046
|
-
* <p>The S3 bucket.</p>
|
|
5047
|
-
* @public
|
|
5048
|
-
*/
|
|
5049
|
-
bucket?: string;
|
|
5050
|
-
/**
|
|
5051
|
-
* <p>The S3 key.</p>
|
|
5052
|
-
* @public
|
|
5053
|
-
*/
|
|
5054
|
-
key?: string;
|
|
5055
|
-
/**
|
|
5056
|
-
* <p>The S3 bucket version.</p>
|
|
5057
|
-
* @public
|
|
5058
|
-
*/
|
|
5059
|
-
version?: string;
|
|
5060
|
-
}
|
|
5061
5175
|
/**
|
|
5062
5176
|
* <p>Describes a group of files that can be streamed.</p>
|
|
5063
5177
|
* @public
|
|
@@ -5312,41 +5426,16 @@ export interface CreatePackageResponse {
|
|
|
5312
5426
|
description?: string;
|
|
5313
5427
|
}
|
|
5314
5428
|
/**
|
|
5315
|
-
* <p>
|
|
5316
|
-
*
|
|
5317
|
-
* @public
|
|
5318
|
-
*/
|
|
5319
|
-
export declare class InternalServerException extends __BaseException {
|
|
5320
|
-
readonly name: "InternalServerException";
|
|
5321
|
-
readonly $fault: "server";
|
|
5322
|
-
/**
|
|
5323
|
-
* @internal
|
|
5324
|
-
*/
|
|
5325
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
5326
|
-
}
|
|
5327
|
-
/**
|
|
5328
|
-
* <p>A limit has been exceeded.</p>
|
|
5329
|
-
* @public
|
|
5330
|
-
*/
|
|
5331
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
5332
|
-
readonly name: "ServiceQuotaExceededException";
|
|
5333
|
-
readonly $fault: "client";
|
|
5334
|
-
/**
|
|
5335
|
-
* @internal
|
|
5336
|
-
*/
|
|
5337
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
5338
|
-
}
|
|
5339
|
-
/**
|
|
5340
|
-
* <p>The request is not valid.</p>
|
|
5429
|
+
* <p>The Amazon S3 location for the artifacts associated with a software package
|
|
5430
|
+
* version.</p>
|
|
5341
5431
|
* @public
|
|
5342
5432
|
*/
|
|
5343
|
-
export
|
|
5344
|
-
readonly name: "ValidationException";
|
|
5345
|
-
readonly $fault: "client";
|
|
5433
|
+
export interface PackageVersionArtifact {
|
|
5346
5434
|
/**
|
|
5347
|
-
*
|
|
5435
|
+
* <p>The S3 location.</p>
|
|
5436
|
+
* @public
|
|
5348
5437
|
*/
|
|
5349
|
-
|
|
5438
|
+
s3Location?: S3Location;
|
|
5350
5439
|
}
|
|
5351
5440
|
/**
|
|
5352
5441
|
* @public
|
|
@@ -5373,6 +5462,18 @@ export interface CreatePackageVersionRequest {
|
|
|
5373
5462
|
* @public
|
|
5374
5463
|
*/
|
|
5375
5464
|
attributes?: Record<string, string>;
|
|
5465
|
+
/**
|
|
5466
|
+
* <p>The various build components created during the build process such as libraries and
|
|
5467
|
+
* configuration files that make up a software package version.</p>
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
5470
|
+
artifact?: PackageVersionArtifact;
|
|
5471
|
+
/**
|
|
5472
|
+
* <p>The inline job document associated with a software package version used for a quick job
|
|
5473
|
+
* deployment via IoT Jobs.</p>
|
|
5474
|
+
* @public
|
|
5475
|
+
*/
|
|
5476
|
+
recipe?: string;
|
|
5376
5477
|
/**
|
|
5377
5478
|
* <p>Metadata that can be used to manage the package version.</p>
|
|
5378
5479
|
* @public
|
|
@@ -6583,57 +6684,6 @@ export declare class CertificateStateException extends __BaseException {
|
|
|
6583
6684
|
*/
|
|
6584
6685
|
constructor(opts: __ExceptionOptionType<CertificateStateException, __BaseException>);
|
|
6585
6686
|
}
|
|
6586
|
-
/**
|
|
6587
|
-
* <p>Input for the DeleteCACertificate operation.</p>
|
|
6588
|
-
* @public
|
|
6589
|
-
*/
|
|
6590
|
-
export interface DeleteCACertificateRequest {
|
|
6591
|
-
/**
|
|
6592
|
-
* <p>The ID of the certificate to delete. (The last part of the certificate ARN contains
|
|
6593
|
-
* the certificate ID.)</p>
|
|
6594
|
-
* @public
|
|
6595
|
-
*/
|
|
6596
|
-
certificateId: string | undefined;
|
|
6597
|
-
}
|
|
6598
|
-
/**
|
|
6599
|
-
* <p>The output for the DeleteCACertificate operation.</p>
|
|
6600
|
-
* @public
|
|
6601
|
-
*/
|
|
6602
|
-
export interface DeleteCACertificateResponse {
|
|
6603
|
-
}
|
|
6604
|
-
/**
|
|
6605
|
-
* <p>The input for the DeleteCertificate operation.</p>
|
|
6606
|
-
* @public
|
|
6607
|
-
*/
|
|
6608
|
-
export interface DeleteCertificateRequest {
|
|
6609
|
-
/**
|
|
6610
|
-
* <p>The ID of the certificate. (The last part of the certificate ARN contains the
|
|
6611
|
-
* certificate ID.)</p>
|
|
6612
|
-
* @public
|
|
6613
|
-
*/
|
|
6614
|
-
certificateId: string | undefined;
|
|
6615
|
-
/**
|
|
6616
|
-
* <p>Forces the deletion of a certificate if it is inactive and is not attached to an IoT
|
|
6617
|
-
* thing.</p>
|
|
6618
|
-
* @public
|
|
6619
|
-
*/
|
|
6620
|
-
forceDelete?: boolean;
|
|
6621
|
-
}
|
|
6622
|
-
/**
|
|
6623
|
-
* @public
|
|
6624
|
-
*/
|
|
6625
|
-
export interface DeleteCertificateProviderRequest {
|
|
6626
|
-
/**
|
|
6627
|
-
* <p>The name of the certificate provider.</p>
|
|
6628
|
-
* @public
|
|
6629
|
-
*/
|
|
6630
|
-
certificateProviderName: string | undefined;
|
|
6631
|
-
}
|
|
6632
|
-
/**
|
|
6633
|
-
* @public
|
|
6634
|
-
*/
|
|
6635
|
-
export interface DeleteCertificateProviderResponse {
|
|
6636
|
-
}
|
|
6637
6687
|
/**
|
|
6638
6688
|
* @internal
|
|
6639
6689
|
*/
|