@aws-sdk/client-securityagent 3.1070.0 → 3.1072.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 +217 -0
- package/dist-cjs/index.js +573 -1
- package/dist-cjs/models/errors.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +1143 -103
- package/dist-es/SecurityAgent.js +76 -0
- package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchDeleteThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatModelsCommand.js +16 -0
- package/dist-es/commands/BatchGetThreatsCommand.js +16 -0
- package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/CreatePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/CreateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/CreateThreatCommand.js +16 -0
- package/dist-es/commands/CreateThreatModelCommand.js +16 -0
- package/dist-es/commands/DeletePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/DescribePrivateConnectionCommand.js +16 -0
- package/dist-es/commands/GetSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/ImportSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListPrivateConnectionsCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementPacksCommand.js +16 -0
- package/dist-es/commands/ListSecurityRequirementsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobTasksCommand.js +16 -0
- package/dist-es/commands/ListThreatModelJobsCommand.js +16 -0
- package/dist-es/commands/ListThreatModelsCommand.js +16 -0
- package/dist-es/commands/ListThreatsCommand.js +16 -0
- package/dist-es/commands/StartThreatModelJobCommand.js +16 -0
- package/dist-es/commands/StopThreatModelJobCommand.js +16 -0
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +16 -0
- package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +16 -0
- package/dist-es/commands/UpdateThreatCommand.js +16 -0
- package/dist-es/commands/UpdateThreatModelCommand.js +16 -0
- package/dist-es/commands/index.js +31 -0
- package/dist-es/models/enums.js +93 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListPrivateConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementPacksPaginator.js +4 -0
- package/dist-es/pagination/ListSecurityRequirementsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobTasksPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelJobsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatModelsPaginator.js +4 -0
- package/dist-es/pagination/ListThreatsPaginator.js +4 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/schemas/schemas_0.js +1040 -103
- package/dist-types/SecurityAgent.d.ts +268 -0
- package/dist-types/SecurityAgentClient.d.ts +33 -2
- package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +124 -0
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +106 -0
- package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +5 -1
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +5 -0
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +9 -1
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +8 -0
- package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +101 -0
- package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +130 -0
- package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +147 -0
- package/dist-types/commands/BatchGetThreatsCommand.d.ts +121 -0
- package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +112 -0
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +22 -1
- package/dist-types/commands/CreatePentestCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +132 -0
- package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +102 -0
- package/dist-types/commands/CreateThreatCommand.d.ts +141 -0
- package/dist-types/commands/CreateThreatModelCommand.d.ts +201 -0
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +106 -0
- package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +92 -0
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +103 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -1
- package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +107 -0
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +34 -1
- package/dist-types/commands/ListIntegrationsCommand.d.ts +4 -2
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +105 -0
- package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +102 -0
- package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +91 -0
- package/dist-types/commands/ListThreatModelJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListThreatModelsCommand.d.ts +87 -0
- package/dist-types/commands/ListThreatsCommand.d.ts +96 -0
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -0
- package/dist-types/commands/StartThreatModelJobCommand.d.ts +83 -0
- package/dist-types/commands/StopThreatModelJobCommand.d.ts +75 -0
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +10 -0
- package/dist-types/commands/UpdateFindingCommand.d.ts +7 -0
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +28 -0
- package/dist-types/commands/UpdatePentestCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +100 -0
- package/dist-types/commands/UpdateThreatCommand.d.ts +139 -0
- package/dist-types/commands/UpdateThreatModelCommand.d.ts +196 -0
- package/dist-types/commands/index.d.ts +31 -0
- package/dist-types/models/enums.d.ts +250 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +4254 -818
- package/dist-types/pagination/ListPrivateConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementPacksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSecurityRequirementsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListThreatsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/SecurityAgent.d.ts +584 -0
- package/dist-types/ts3.4/SecurityAgentClient.d.ts +186 -0
- package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +31 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +924 -0
- package/dist-types/ts3.4/pagination/ListPrivateConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementPacksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSecurityRequirementsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListThreatsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- 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
|
+
}
|