@aws-sdk/client-inspector2 3.533.0 → 3.535.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 (124) hide show
  1. package/dist-types/Inspector2.d.ts +20 -1
  2. package/dist-types/Inspector2Client.d.ts +1 -1
  3. package/dist-types/commands/AssociateMemberCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelFindingsReportCommand.d.ts +2 -1
  11. package/dist-types/commands/CancelSbomExportCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateFindingsReportCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateSbomExportCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DisableCommand.d.ts +2 -1
  20. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -1
  22. package/dist-types/commands/EnableCommand.d.ts +2 -1
  23. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/GetCisScanReportCommand.d.ts +2 -1
  25. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +2 -1
  28. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +2 -1
  31. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSbomExportCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/ListCisScansCommand.d.ts +2 -1
  38. package/dist-types/commands/ListCoverageCommand.d.ts +2 -1
  39. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -1
  47. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -1
  49. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +2 -1
  50. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +2 -1
  51. package/dist-types/commands/StartCisSessionCommand.d.ts +2 -1
  52. package/dist-types/commands/StopCisSessionCommand.d.ts +2 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateConfigurationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateFilterCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  62. package/dist-types/models/models_0.d.ts +903 -903
  63. package/dist-types/models/models_1.d.ts +145 -145
  64. package/dist-types/ts3.4/Inspector2.d.ts +19 -0
  65. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetCodeSnippetCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetFindingDetailsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CancelSbomExportCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateSbomExportCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DisableCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/EnableCommand.d.ts +7 -0
  85. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  124. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateCisScanConfigurationCommandOutput extends UpdateCisScanCo
22
22
  }
23
23
  declare const UpdateCisScanConfigurationCommand_base: {
24
24
  new (input: UpdateCisScanConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCisScanConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a CIS scan configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const UpdateCisScanConfigurationCommand_base: {
106
106
  * @throws {@link Inspector2ServiceException}
107
107
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class UpdateCisScanConfigurationCommand extends UpdateCisScanConfigurationCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
22
22
  }
23
23
  declare const UpdateConfigurationCommand_base: {
24
24
  new (input: UpdateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const UpdateConfigurationCommand_base: {
67
67
  * @throws {@link Inspector2ServiceException}
68
68
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface UpdateEc2DeepInspectionConfigurationCommandOutput extends Updat
22
22
  }
23
23
  declare const UpdateEc2DeepInspectionConfigurationCommand_base: {
24
24
  new (input: UpdateEc2DeepInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateEc2DeepInspectionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateEc2DeepInspectionConfigurationCommand_base: {
76
76
  * @throws {@link Inspector2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateEc2DeepInspectionConfigurationCommand extends UpdateEc2DeepInspectionConfigurationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UpdateEncryptionKeyCommandOutput extends UpdateEncryptionKeyRes
22
22
  }
23
23
  declare const UpdateEncryptionKeyCommand_base: {
24
24
  new (input: UpdateEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an encryption key. A <code>ResourceNotFoundException</code> means that an Amazon Web Services owned key is being used for encryption.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UpdateEncryptionKeyCommand_base: {
69
69
  * @throws {@link Inspector2ServiceException}
70
70
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UpdateEncryptionKeyCommand extends UpdateEncryptionKeyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
22
22
  }
23
23
  declare const UpdateFilterCommand_base: {
24
24
  new (input: UpdateFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFilterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -201,6 +201,7 @@ declare const UpdateFilterCommand_base: {
201
201
  * @throws {@link Inspector2ServiceException}
202
202
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
203
203
  *
204
+ * @public
204
205
  */
205
206
  export declare class UpdateFilterCommand extends UpdateFilterCommand_base {
206
207
  }
@@ -22,10 +22,10 @@ export interface UpdateOrgEc2DeepInspectionConfigurationCommandOutput extends Up
22
22
  }
23
23
  declare const UpdateOrgEc2DeepInspectionConfigurationCommand_base: {
24
24
  new (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateOrgEc2DeepInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an Amazon Inspector delegated administrator to use this API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UpdateOrgEc2DeepInspectionConfigurationCommand_base: {
66
66
  * @throws {@link Inspector2ServiceException}
67
67
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class UpdateOrgEc2DeepInspectionConfigurationCommand extends UpdateOrgEc2DeepInspectionConfigurationCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
22
22
  }
23
23
  declare const UpdateOrganizationConfigurationCommand_base: {
24
24
  new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the configurations for your Amazon Inspector organization.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
76
76
  * @throws {@link Inspector2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from Inspector2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
81
82
  }