@aws-sdk/client-securityagent 3.1069.0 → 3.1071.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.
Files changed (162) hide show
  1. package/README.md +217 -0
  2. package/dist-cjs/index.js +573 -1
  3. package/dist-cjs/models/errors.js +12 -0
  4. package/dist-cjs/schemas/schemas_0.js +1143 -103
  5. package/dist-es/SecurityAgent.js +76 -0
  6. package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
  7. package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
  8. package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
  9. package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
  10. package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
  11. package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
  12. package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
  13. package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
  14. package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
  15. package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
  16. package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
  17. package/dist-es/commands/CreateThreatCommand.js +16 -0
  18. package/dist-es/commands/CreateThreatModelCommand.js +16 -0
  19. package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
  20. package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
  21. package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
  22. package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
  23. package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
  24. package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
  25. package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
  26. package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
  27. package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
  28. package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
  29. package/dist-es/commands/ListThreatModelsCommand.js +16 -0
  30. package/dist-es/commands/ListThreatsCommand.js +16 -0
  31. package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
  32. package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
  33. package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
  34. package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
  35. package/dist-es/commands/UpdateThreatCommand.js +16 -0
  36. package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
  37. package/dist-es/commands/index.js +31 -0
  38. package/dist-es/models/enums.js +93 -0
  39. package/dist-es/models/errors.js +12 -0
  40. package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
  41. package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
  42. package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
  43. package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
  44. package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
  45. package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
  46. package/dist-es/pagination/ListThreatsPaginator.js +4 -0
  47. package/dist-es/pagination/index.js +7 -0
  48. package/dist-es/schemas/schemas_0.js +1040 -103
  49. package/dist-types/SecurityAgent.d.ts +268 -0
  50. package/dist-types/SecurityAgentClient.d.ts +33 -2
  51. package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
  52. package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
  53. package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
  54. package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
  55. package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
  56. package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
  57. package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
  58. package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
  59. package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
  60. package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
  61. package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
  62. package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
  63. package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
  64. package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
  65. package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
  66. package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
  67. package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
  68. package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
  69. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
  70. package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
  71. package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
  72. package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
  73. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
  74. package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
  75. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
  76. package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
  77. package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
  78. package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
  79. package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
  80. package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
  81. package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
  83. package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
  84. package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
  86. package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
  87. package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
  88. package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
  89. package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
  90. package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
  91. package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
  92. package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
  93. package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
  94. package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
  95. package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
  96. package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
  97. package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
  98. package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
  99. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
  100. package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
  101. package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
  102. package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
  103. package/dist-types/commands/index.d.ts +31 -0
  104. package/dist-types/models/enums.d.ts +250 -0
  105. package/dist-types/models/errors.d.ts +12 -0
  106. package/dist-types/models/models_0.d.ts +4254 -818
  107. package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
  108. package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
  109. package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
  110. package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
  111. package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
  112. package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/index.d.ts +7 -0
  115. package/dist-types/schemas/schemas_0.d.ts +134 -0
  116. package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
  117. package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
  118. package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
  119. package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
  120. package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
  121. package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
  122. package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
  124. package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
  126. package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
  127. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
  128. package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
  129. package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
  130. package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
  131. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
  132. package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
  133. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
  134. package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
  135. package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
  136. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
  137. package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
  138. package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
  139. package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
  140. package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
  142. package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
  143. package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
  144. package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
  145. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
  146. package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
  149. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  150. package/dist-types/ts3.4/models/enums.d.ts +123 -0
  151. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +924 -0
  153. package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
  155. package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
  156. package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
  159. package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  161. package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
  162. package/package.json +3 -3
@@ -61,6 +61,24 @@ export declare const ArtifactType: {
61
61
  * @public
62
62
  */
63
63
  export type ArtifactType = (typeof ArtifactType)[keyof typeof ArtifactType];
64
+ /**
65
+ * @public
66
+ * @enum
67
+ */
68
+ export declare const CleanUpStrategy: {
69
+ /**
70
+ * <p>Attempt to delete resources created during the pentest on a best-effort basis.</p>
71
+ */
72
+ readonly BEST_EFFORT_DELETE: "BEST_EFFORT_DELETE";
73
+ /**
74
+ * <p>Retain all resources created during the pentest.</p>
75
+ */
76
+ readonly RETAIN_ALL: "RETAIN_ALL";
77
+ };
78
+ /**
79
+ * @public
80
+ */
81
+ export type CleanUpStrategy = (typeof CleanUpStrategy)[keyof typeof CleanUpStrategy];
64
82
  /**
65
83
  * @public
66
84
  * @enum
@@ -79,6 +97,24 @@ export declare const CodeRemediationStrategy: {
79
97
  * @public
80
98
  */
81
99
  export type CodeRemediationStrategy = (typeof CodeRemediationStrategy)[keyof typeof CodeRemediationStrategy];
100
+ /**
101
+ * @public
102
+ * @enum
103
+ */
104
+ export declare const SkillType: {
105
+ /**
106
+ * <p>The finding personalization skill learns customer preferences from finding edits and aligns future findings accordingly.</p>
107
+ */
108
+ readonly FINDING_PERSONALIZATION: "FINDING_PERSONALIZATION";
109
+ /**
110
+ * <p>The login optimization skill learns application login flows to improve authentication success across runs.</p>
111
+ */
112
+ readonly LOGIN_OPTIMIZATION: "LOGIN_OPTIMIZATION";
113
+ };
114
+ /**
115
+ * @public
116
+ */
117
+ export type SkillType = (typeof SkillType)[keyof typeof SkillType];
82
118
  /**
83
119
  * @public
84
120
  * @enum
@@ -332,6 +368,10 @@ export declare const StepName: {
332
368
  * <p>Static code and network scan analysis step.</p>
333
369
  */
334
370
  readonly STATIC_ANALYSIS: "STATIC_ANALYSIS";
371
+ /**
372
+ * <p>Simulated validation step that dynamically confirms vulnerability exploitability.</p>
373
+ */
374
+ readonly VALIDATION: "VALIDATION";
335
375
  };
336
376
  /**
337
377
  * @public
@@ -411,6 +451,18 @@ export declare const LogType: {
411
451
  * @public
412
452
  */
413
453
  export type LogType = (typeof LogType)[keyof typeof LogType];
454
+ /**
455
+ * @public
456
+ * @enum
457
+ */
458
+ export declare const ValidationMode: {
459
+ readonly DISABLED: "DISABLED";
460
+ readonly SIMULATED: "SIMULATED";
461
+ };
462
+ /**
463
+ * @public
464
+ */
465
+ export type ValidationMode = (typeof ValidationMode)[keyof typeof ValidationMode];
414
466
  /**
415
467
  * @public
416
468
  * @enum
@@ -469,6 +521,21 @@ export declare const FindingStatus: {
469
521
  * @public
470
522
  */
471
523
  export type FindingStatus = (typeof FindingStatus)[keyof typeof FindingStatus];
524
+ /**
525
+ * @public
526
+ * @enum
527
+ */
528
+ export declare const ValidationStatus: {
529
+ readonly CONFIRMED: "CONFIRMED";
530
+ readonly NOT_REPRODUCED: "NOT_REPRODUCED";
531
+ readonly NOT_VALIDATED: "NOT_VALIDATED";
532
+ readonly VALIDATING: "VALIDATING";
533
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
534
+ };
535
+ /**
536
+ * @public
537
+ */
538
+ export type ValidationStatus = (typeof ValidationStatus)[keyof typeof ValidationStatus];
472
539
  /**
473
540
  * @public
474
541
  * @enum
@@ -531,12 +598,89 @@ export declare const TargetDomainStatus: {
531
598
  * @public
532
599
  */
533
600
  export type TargetDomainStatus = (typeof TargetDomainStatus)[keyof typeof TargetDomainStatus];
601
+ /**
602
+ * @public
603
+ * @enum
604
+ */
605
+ export declare const ThreatActor: {
606
+ /**
607
+ * <p>Threat was created or updated by an agent.</p>
608
+ */
609
+ readonly AGENT: "AGENT";
610
+ /**
611
+ * <p>Threat was created or updated by a customer.</p>
612
+ */
613
+ readonly CUSTOMER: "CUSTOMER";
614
+ };
615
+ /**
616
+ * @public
617
+ */
618
+ export type ThreatActor = (typeof ThreatActor)[keyof typeof ThreatActor];
619
+ /**
620
+ * @public
621
+ * @enum
622
+ */
623
+ export declare const ThreatSeverity: {
624
+ readonly CRITICAL: "CRITICAL";
625
+ readonly HIGH: "HIGH";
626
+ readonly INFO: "INFO";
627
+ readonly LOW: "LOW";
628
+ readonly MEDIUM: "MEDIUM";
629
+ };
630
+ /**
631
+ * @public
632
+ */
633
+ export type ThreatSeverity = (typeof ThreatSeverity)[keyof typeof ThreatSeverity];
634
+ /**
635
+ * @public
636
+ * @enum
637
+ */
638
+ export declare const ThreatStatus: {
639
+ readonly DISMISSED: "DISMISSED";
640
+ readonly OPEN: "OPEN";
641
+ readonly RESOLVED: "RESOLVED";
642
+ };
643
+ /**
644
+ * @public
645
+ */
646
+ export type ThreatStatus = (typeof ThreatStatus)[keyof typeof ThreatStatus];
647
+ /**
648
+ * @public
649
+ * @enum
650
+ */
651
+ export declare const StrideCategory: {
652
+ readonly DENIAL_OF_SERVICE: "DENIAL_OF_SERVICE";
653
+ readonly ELEVATION_OF_PRIVILEGE: "ELEVATION_OF_PRIVILEGE";
654
+ readonly INFORMATION_DISCLOSURE: "INFORMATION_DISCLOSURE";
655
+ readonly REPUDIATION: "REPUDIATION";
656
+ readonly SPOOFING: "SPOOFING";
657
+ readonly TAMPERING: "TAMPERING";
658
+ };
659
+ /**
660
+ * @public
661
+ */
662
+ export type StrideCategory = (typeof StrideCategory)[keyof typeof StrideCategory];
663
+ /**
664
+ * @public
665
+ * @enum
666
+ */
667
+ export declare const GitLabTokenType: {
668
+ readonly GROUP: "GROUP";
669
+ readonly PERSONAL: "PERSONAL";
670
+ };
671
+ /**
672
+ * @public
673
+ */
674
+ export type GitLabTokenType = (typeof GitLabTokenType)[keyof typeof GitLabTokenType];
534
675
  /**
535
676
  * @public
536
677
  * @enum
537
678
  */
538
679
  export declare const Provider: {
680
+ readonly BITBUCKET: "BITBUCKET";
681
+ readonly CONFLUENCE: "CONFLUENCE";
539
682
  readonly GITHUB: "GITHUB";
683
+ readonly GITLAB: "GITLAB";
540
684
  };
541
685
  /**
542
686
  * @public
@@ -570,6 +714,70 @@ export declare const MembershipType: {
570
714
  * @public
571
715
  */
572
716
  export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
717
+ /**
718
+ * @public
719
+ * @enum
720
+ */
721
+ export declare const ResourceConfigDnsResolution: {
722
+ readonly IN_VPC: "IN_VPC";
723
+ readonly PUBLIC: "PUBLIC";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type ResourceConfigDnsResolution = (typeof ResourceConfigDnsResolution)[keyof typeof ResourceConfigDnsResolution];
729
+ /**
730
+ * @public
731
+ * @enum
732
+ */
733
+ export declare const IpAddressType: {
734
+ readonly DUAL_STACK: "DUAL_STACK";
735
+ readonly IPV4: "IPV4";
736
+ readonly IPV6: "IPV6";
737
+ };
738
+ /**
739
+ * @public
740
+ */
741
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
742
+ /**
743
+ * @public
744
+ * @enum
745
+ */
746
+ export declare const PrivateConnectionStatus: {
747
+ readonly ACTIVE: "ACTIVE";
748
+ readonly CREATE_FAILED: "CREATE_FAILED";
749
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
750
+ readonly DELETE_FAILED: "DELETE_FAILED";
751
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
752
+ };
753
+ /**
754
+ * @public
755
+ */
756
+ export type PrivateConnectionStatus = (typeof PrivateConnectionStatus)[keyof typeof PrivateConnectionStatus];
757
+ /**
758
+ * @public
759
+ * @enum
760
+ */
761
+ export declare const PrivateConnectionType: {
762
+ readonly SELF_MANAGED: "SELF_MANAGED";
763
+ readonly SERVICE_MANAGED: "SERVICE_MANAGED";
764
+ };
765
+ /**
766
+ * @public
767
+ */
768
+ export type PrivateConnectionType = (typeof PrivateConnectionType)[keyof typeof PrivateConnectionType];
769
+ /**
770
+ * @public
771
+ * @enum
772
+ */
773
+ export declare const SecurityRequirementPackStatus: {
774
+ readonly DISABLED: "DISABLED";
775
+ readonly ENABLED: "ENABLED";
776
+ };
777
+ /**
778
+ * @public
779
+ */
780
+ export type SecurityRequirementPackStatus = (typeof SecurityRequirementPackStatus)[keyof typeof SecurityRequirementPackStatus];
573
781
  /**
574
782
  * @public
575
783
  * @enum
@@ -582,12 +790,54 @@ export declare const ProviderType: {
582
790
  * @public
583
791
  */
584
792
  export type ProviderType = (typeof ProviderType)[keyof typeof ProviderType];
793
+ /**
794
+ * @public
795
+ * @enum
796
+ */
797
+ export declare const SecurityRequirementPackImportStatus: {
798
+ readonly COMPLETED: "COMPLETED";
799
+ readonly FAILED: "FAILED";
800
+ readonly IN_PROGRESS: "IN_PROGRESS";
801
+ readonly PENDING: "PENDING";
802
+ };
803
+ /**
804
+ * @public
805
+ */
806
+ export type SecurityRequirementPackImportStatus = (typeof SecurityRequirementPackImportStatus)[keyof typeof SecurityRequirementPackImportStatus];
807
+ /**
808
+ * @public
809
+ * @enum
810
+ */
811
+ export declare const ManagementType: {
812
+ readonly AWS_MANAGED: "AWS_MANAGED";
813
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
814
+ };
815
+ /**
816
+ * @public
817
+ */
818
+ export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType];
819
+ /**
820
+ * @public
821
+ * @enum
822
+ */
823
+ export declare const SecurityRequirementArtifactFormat: {
824
+ readonly DOC: "DOC";
825
+ readonly DOCX: "DOCX";
826
+ readonly MD: "MD";
827
+ readonly PDF: "PDF";
828
+ readonly TXT: "TXT";
829
+ };
830
+ /**
831
+ * @public
832
+ */
833
+ export type SecurityRequirementArtifactFormat = (typeof SecurityRequirementArtifactFormat)[keyof typeof SecurityRequirementArtifactFormat];
585
834
  /**
586
835
  * @public
587
836
  * @enum
588
837
  */
589
838
  export declare const ResourceType: {
590
839
  readonly CODE_REPOSITORY: "CODE_REPOSITORY";
840
+ readonly DOCUMENT: "DOCUMENT";
591
841
  };
592
842
  /**
593
843
  * @public
@@ -88,3 +88,15 @@ export declare class ConflictException extends __BaseException {
88
88
  */
89
89
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
90
90
  }
91
+ /**
92
+ * <p>The request exceeds a service quota. Review your current usage and request a quota increase if needed.</p>
93
+ * @public
94
+ */
95
+ export declare class ServiceQuotaExceededException extends __BaseException {
96
+ readonly name: "ServiceQuotaExceededException";
97
+ readonly $fault: "client";
98
+ /**
99
+ * @internal
100
+ */
101
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
102
+ }