@aws-sdk/client-securityagent 3.1070.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
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchGetThreatModelsInput,
5
+ BatchGetThreatModelsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetThreatModelsCommandInput
15
+ extends BatchGetThreatModelsInput {}
16
+ export interface BatchGetThreatModelsCommandOutput
17
+ extends BatchGetThreatModelsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchGetThreatModelsCommand_base: {
20
+ new (
21
+ input: BatchGetThreatModelsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchGetThreatModelsCommandInput,
24
+ BatchGetThreatModelsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetThreatModelsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchGetThreatModelsCommandInput,
33
+ BatchGetThreatModelsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchGetThreatModelsCommand extends BatchGetThreatModelsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchGetThreatModelsInput;
46
+ output: BatchGetThreatModelsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchGetThreatModelsCommandInput;
50
+ output: BatchGetThreatModelsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchGetThreatsInput,
5
+ BatchGetThreatsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetThreatsCommandInput extends BatchGetThreatsInput {}
15
+ export interface BatchGetThreatsCommandOutput
16
+ extends BatchGetThreatsOutput,
17
+ __MetadataBearer {}
18
+ declare const BatchGetThreatsCommand_base: {
19
+ new (
20
+ input: BatchGetThreatsCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ BatchGetThreatsCommandInput,
23
+ BatchGetThreatsCommandOutput,
24
+ SecurityAgentClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: BatchGetThreatsCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ BatchGetThreatsCommandInput,
32
+ BatchGetThreatsCommandOutput,
33
+ SecurityAgentClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class BatchGetThreatsCommand extends BatchGetThreatsCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: BatchGetThreatsInput;
45
+ output: BatchGetThreatsOutput;
46
+ };
47
+ sdk: {
48
+ input: BatchGetThreatsCommandInput;
49
+ output: BatchGetThreatsCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BatchUpdateSecurityRequirementsInput,
5
+ BatchUpdateSecurityRequirementsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchUpdateSecurityRequirementsCommandInput
15
+ extends BatchUpdateSecurityRequirementsInput {}
16
+ export interface BatchUpdateSecurityRequirementsCommandOutput
17
+ extends BatchUpdateSecurityRequirementsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchUpdateSecurityRequirementsCommand_base: {
20
+ new (
21
+ input: BatchUpdateSecurityRequirementsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchUpdateSecurityRequirementsCommandInput,
24
+ BatchUpdateSecurityRequirementsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchUpdateSecurityRequirementsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchUpdateSecurityRequirementsCommandInput,
33
+ BatchUpdateSecurityRequirementsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchUpdateSecurityRequirementsCommand extends BatchUpdateSecurityRequirementsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchUpdateSecurityRequirementsInput;
46
+ output: BatchUpdateSecurityRequirementsOutput;
47
+ };
48
+ sdk: {
49
+ input: BatchUpdateSecurityRequirementsCommandInput;
50
+ output: BatchUpdateSecurityRequirementsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreatePrivateConnectionInput,
5
+ CreatePrivateConnectionOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreatePrivateConnectionCommandInput
15
+ extends CreatePrivateConnectionInput {}
16
+ export interface CreatePrivateConnectionCommandOutput
17
+ extends CreatePrivateConnectionOutput,
18
+ __MetadataBearer {}
19
+ declare const CreatePrivateConnectionCommand_base: {
20
+ new (
21
+ input: CreatePrivateConnectionCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreatePrivateConnectionCommandInput,
24
+ CreatePrivateConnectionCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreatePrivateConnectionCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ CreatePrivateConnectionCommandInput,
33
+ CreatePrivateConnectionCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class CreatePrivateConnectionCommand extends CreatePrivateConnectionCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: CreatePrivateConnectionInput;
46
+ output: CreatePrivateConnectionOutput;
47
+ };
48
+ sdk: {
49
+ input: CreatePrivateConnectionCommandInput;
50
+ output: CreatePrivateConnectionCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateSecurityRequirementPackInput,
5
+ CreateSecurityRequirementPackOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateSecurityRequirementPackCommandInput
15
+ extends CreateSecurityRequirementPackInput {}
16
+ export interface CreateSecurityRequirementPackCommandOutput
17
+ extends CreateSecurityRequirementPackOutput,
18
+ __MetadataBearer {}
19
+ declare const CreateSecurityRequirementPackCommand_base: {
20
+ new (
21
+ input: CreateSecurityRequirementPackCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateSecurityRequirementPackCommandInput,
24
+ CreateSecurityRequirementPackCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateSecurityRequirementPackCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ CreateSecurityRequirementPackCommandInput,
33
+ CreateSecurityRequirementPackCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class CreateSecurityRequirementPackCommand extends CreateSecurityRequirementPackCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: CreateSecurityRequirementPackInput;
46
+ output: CreateSecurityRequirementPackOutput;
47
+ };
48
+ sdk: {
49
+ input: CreateSecurityRequirementPackCommandInput;
50
+ output: CreateSecurityRequirementPackCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,49 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateThreatInput, CreateThreatOutput } from "../models/models_0";
4
+ import {
5
+ SecurityAgentClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SecurityAgentClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface CreateThreatCommandInput extends CreateThreatInput {}
12
+ export interface CreateThreatCommandOutput
13
+ extends CreateThreatOutput,
14
+ __MetadataBearer {}
15
+ declare const CreateThreatCommand_base: {
16
+ new (
17
+ input: CreateThreatCommandInput
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ CreateThreatCommandInput,
20
+ CreateThreatCommandOutput,
21
+ SecurityAgentClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: CreateThreatCommandInput
27
+ ): import("@smithy/core/client").CommandImpl<
28
+ CreateThreatCommandInput,
29
+ CreateThreatCommandOutput,
30
+ SecurityAgentClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
37
+ };
38
+ export declare class CreateThreatCommand extends CreateThreatCommand_base {
39
+ protected static __types: {
40
+ api: {
41
+ input: CreateThreatInput;
42
+ output: CreateThreatOutput;
43
+ };
44
+ sdk: {
45
+ input: CreateThreatCommandInput;
46
+ output: CreateThreatCommandOutput;
47
+ };
48
+ };
49
+ }
@@ -0,0 +1,52 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateThreatModelInput,
5
+ CreateThreatModelOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateThreatModelCommandInput extends CreateThreatModelInput {}
15
+ export interface CreateThreatModelCommandOutput
16
+ extends CreateThreatModelOutput,
17
+ __MetadataBearer {}
18
+ declare const CreateThreatModelCommand_base: {
19
+ new (
20
+ input: CreateThreatModelCommandInput
21
+ ): import("@smithy/core/client").CommandImpl<
22
+ CreateThreatModelCommandInput,
23
+ CreateThreatModelCommandOutput,
24
+ SecurityAgentClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: CreateThreatModelCommandInput
30
+ ): import("@smithy/core/client").CommandImpl<
31
+ CreateThreatModelCommandInput,
32
+ CreateThreatModelCommandOutput,
33
+ SecurityAgentClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
40
+ };
41
+ export declare class CreateThreatModelCommand extends CreateThreatModelCommand_base {
42
+ protected static __types: {
43
+ api: {
44
+ input: CreateThreatModelInput;
45
+ output: CreateThreatModelOutput;
46
+ };
47
+ sdk: {
48
+ input: CreateThreatModelCommandInput;
49
+ output: CreateThreatModelCommandOutput;
50
+ };
51
+ };
52
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeletePrivateConnectionInput,
5
+ DeletePrivateConnectionOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeletePrivateConnectionCommandInput
15
+ extends DeletePrivateConnectionInput {}
16
+ export interface DeletePrivateConnectionCommandOutput
17
+ extends DeletePrivateConnectionOutput,
18
+ __MetadataBearer {}
19
+ declare const DeletePrivateConnectionCommand_base: {
20
+ new (
21
+ input: DeletePrivateConnectionCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeletePrivateConnectionCommandInput,
24
+ DeletePrivateConnectionCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeletePrivateConnectionCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DeletePrivateConnectionCommandInput,
33
+ DeletePrivateConnectionCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DeletePrivateConnectionCommand extends DeletePrivateConnectionCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DeletePrivateConnectionInput;
46
+ output: DeletePrivateConnectionOutput;
47
+ };
48
+ sdk: {
49
+ input: DeletePrivateConnectionCommandInput;
50
+ output: DeletePrivateConnectionCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteSecurityRequirementPackInput,
5
+ DeleteSecurityRequirementPackOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteSecurityRequirementPackCommandInput
15
+ extends DeleteSecurityRequirementPackInput {}
16
+ export interface DeleteSecurityRequirementPackCommandOutput
17
+ extends DeleteSecurityRequirementPackOutput,
18
+ __MetadataBearer {}
19
+ declare const DeleteSecurityRequirementPackCommand_base: {
20
+ new (
21
+ input: DeleteSecurityRequirementPackCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteSecurityRequirementPackCommandInput,
24
+ DeleteSecurityRequirementPackCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteSecurityRequirementPackCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DeleteSecurityRequirementPackCommandInput,
33
+ DeleteSecurityRequirementPackCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DeleteSecurityRequirementPackCommand extends DeleteSecurityRequirementPackCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DeleteSecurityRequirementPackInput;
46
+ output: {};
47
+ };
48
+ sdk: {
49
+ input: DeleteSecurityRequirementPackCommandInput;
50
+ output: DeleteSecurityRequirementPackCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribePrivateConnectionInput,
5
+ DescribePrivateConnectionOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribePrivateConnectionCommandInput
15
+ extends DescribePrivateConnectionInput {}
16
+ export interface DescribePrivateConnectionCommandOutput
17
+ extends DescribePrivateConnectionOutput,
18
+ __MetadataBearer {}
19
+ declare const DescribePrivateConnectionCommand_base: {
20
+ new (
21
+ input: DescribePrivateConnectionCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribePrivateConnectionCommandInput,
24
+ DescribePrivateConnectionCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DescribePrivateConnectionCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ DescribePrivateConnectionCommandInput,
33
+ DescribePrivateConnectionCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class DescribePrivateConnectionCommand extends DescribePrivateConnectionCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: DescribePrivateConnectionInput;
46
+ output: DescribePrivateConnectionOutput;
47
+ };
48
+ sdk: {
49
+ input: DescribePrivateConnectionCommandInput;
50
+ output: DescribePrivateConnectionCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetSecurityRequirementPackInput,
5
+ GetSecurityRequirementPackOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetSecurityRequirementPackCommandInput
15
+ extends GetSecurityRequirementPackInput {}
16
+ export interface GetSecurityRequirementPackCommandOutput
17
+ extends GetSecurityRequirementPackOutput,
18
+ __MetadataBearer {}
19
+ declare const GetSecurityRequirementPackCommand_base: {
20
+ new (
21
+ input: GetSecurityRequirementPackCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ GetSecurityRequirementPackCommandInput,
24
+ GetSecurityRequirementPackCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetSecurityRequirementPackCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ GetSecurityRequirementPackCommandInput,
33
+ GetSecurityRequirementPackCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class GetSecurityRequirementPackCommand extends GetSecurityRequirementPackCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: GetSecurityRequirementPackInput;
46
+ output: GetSecurityRequirementPackOutput;
47
+ };
48
+ sdk: {
49
+ input: GetSecurityRequirementPackCommandInput;
50
+ output: GetSecurityRequirementPackCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ImportSecurityRequirementsInput,
5
+ ImportSecurityRequirementsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ImportSecurityRequirementsCommandInput
15
+ extends ImportSecurityRequirementsInput {}
16
+ export interface ImportSecurityRequirementsCommandOutput
17
+ extends ImportSecurityRequirementsOutput,
18
+ __MetadataBearer {}
19
+ declare const ImportSecurityRequirementsCommand_base: {
20
+ new (
21
+ input: ImportSecurityRequirementsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ImportSecurityRequirementsCommandInput,
24
+ ImportSecurityRequirementsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ImportSecurityRequirementsCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ImportSecurityRequirementsCommandInput,
33
+ ImportSecurityRequirementsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ImportSecurityRequirementsCommand extends ImportSecurityRequirementsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ImportSecurityRequirementsInput;
46
+ output: ImportSecurityRequirementsOutput;
47
+ };
48
+ sdk: {
49
+ input: ImportSecurityRequirementsCommandInput;
50
+ output: ImportSecurityRequirementsCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListPrivateConnectionsInput,
5
+ ListPrivateConnectionsOutput,
6
+ } from "../models/models_0";
7
+ import {
8
+ SecurityAgentClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityAgentClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListPrivateConnectionsCommandInput
15
+ extends ListPrivateConnectionsInput {}
16
+ export interface ListPrivateConnectionsCommandOutput
17
+ extends ListPrivateConnectionsOutput,
18
+ __MetadataBearer {}
19
+ declare const ListPrivateConnectionsCommand_base: {
20
+ new (
21
+ input: ListPrivateConnectionsCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListPrivateConnectionsCommandInput,
24
+ ListPrivateConnectionsCommandOutput,
25
+ SecurityAgentClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListPrivateConnectionsCommandInput]
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ListPrivateConnectionsCommandInput,
33
+ ListPrivateConnectionsCommandOutput,
34
+ SecurityAgentClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ListPrivateConnectionsCommand extends ListPrivateConnectionsCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ListPrivateConnectionsInput;
46
+ output: ListPrivateConnectionsOutput;
47
+ };
48
+ sdk: {
49
+ input: ListPrivateConnectionsCommandInput;
50
+ output: ListPrivateConnectionsCommandOutput;
51
+ };
52
+ };
53
+ }