@aws-sdk/client-inspector 3.496.0 → 3.498.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/dist-cjs/index.js CHANGED
@@ -3478,16 +3478,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3478
3478
  // Annotate the CommonJS export names for ESM import in node:
3479
3479
 
3480
3480
  0 && (module.exports = {
3481
- AccessDeniedErrorCode,
3482
- AccessDeniedException,
3481
+ InspectorServiceException,
3482
+ __Client,
3483
+ InspectorClient,
3484
+ Inspector,
3485
+ $Command,
3483
3486
  AddAttributesToFindingsCommand,
3484
- AgentHealth,
3485
- AgentHealthCode,
3486
- AgentsAlreadyRunningAssessmentException,
3487
- AssessmentRunInProgressException,
3488
- AssessmentRunNotificationSnsStatusCode,
3489
- AssessmentRunState,
3490
- AssetType,
3491
3487
  CreateAssessmentTargetCommand,
3492
3488
  CreateAssessmentTemplateCommand,
3493
3489
  CreateExclusionsPreviewCommand,
@@ -3503,21 +3499,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3503
3499
  DescribeFindingsCommand,
3504
3500
  DescribeResourceGroupsCommand,
3505
3501
  DescribeRulesPackagesCommand,
3506
- FailedItemErrorCode,
3507
3502
  GetAssessmentReportCommand,
3508
3503
  GetExclusionsPreviewCommand,
3509
3504
  GetTelemetryMetadataCommand,
3510
- Inspector,
3511
- InspectorClient,
3512
- InspectorEvent,
3513
- InspectorServiceException,
3514
- InternalException,
3515
- InvalidCrossAccountRoleErrorCode,
3516
- InvalidCrossAccountRoleException,
3517
- InvalidInputErrorCode,
3518
- InvalidInputException,
3519
- LimitExceededErrorCode,
3520
- LimitExceededException,
3521
3505
  ListAssessmentRunAgentsCommand,
3522
3506
  ListAssessmentRunsCommand,
3523
3507
  ListAssessmentTargetsCommand,
@@ -3527,29 +3511,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3527
3511
  ListFindingsCommand,
3528
3512
  ListRulesPackagesCommand,
3529
3513
  ListTagsForResourceCommand,
3530
- Locale,
3531
- NoSuchEntityErrorCode,
3532
- NoSuchEntityException,
3533
3514
  PreviewAgentsCommand,
3534
- PreviewGenerationInProgressException,
3535
- PreviewStatus,
3536
3515
  RegisterCrossAccountAccessRoleCommand,
3537
3516
  RemoveAttributesFromFindingsCommand,
3538
- ReportFileFormat,
3539
- ReportStatus,
3540
- ReportType,
3541
- ScopeType,
3542
- ServiceTemporarilyUnavailableException,
3543
3517
  SetTagsForResourceCommand,
3544
- Severity,
3545
3518
  StartAssessmentRunCommand,
3546
- StopAction,
3547
3519
  StopAssessmentRunCommand,
3548
3520
  SubscribeToEventCommand,
3549
3521
  UnsubscribeFromEventCommand,
3550
- UnsupportedFeatureException,
3551
3522
  UpdateAssessmentTargetCommand,
3552
- __Client,
3553
3523
  paginateGetExclusionsPreview,
3554
3524
  paginateListAssessmentRunAgents,
3555
3525
  paginateListAssessmentRuns,
@@ -3559,6 +3529,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3559
3529
  paginateListExclusions,
3560
3530
  paginateListFindings,
3561
3531
  paginateListRulesPackages,
3562
- paginatePreviewAgents
3532
+ paginatePreviewAgents,
3533
+ AccessDeniedErrorCode,
3534
+ AccessDeniedException,
3535
+ FailedItemErrorCode,
3536
+ InternalException,
3537
+ InvalidInputErrorCode,
3538
+ InvalidInputException,
3539
+ NoSuchEntityErrorCode,
3540
+ NoSuchEntityException,
3541
+ ServiceTemporarilyUnavailableException,
3542
+ AgentHealthCode,
3543
+ AgentHealth,
3544
+ AgentsAlreadyRunningAssessmentException,
3545
+ Severity,
3546
+ InspectorEvent,
3547
+ AssessmentRunNotificationSnsStatusCode,
3548
+ AssessmentRunState,
3549
+ AssessmentRunInProgressException,
3550
+ AssetType,
3551
+ InvalidCrossAccountRoleErrorCode,
3552
+ InvalidCrossAccountRoleException,
3553
+ LimitExceededErrorCode,
3554
+ LimitExceededException,
3555
+ PreviewGenerationInProgressException,
3556
+ Locale,
3557
+ ScopeType,
3558
+ ReportFileFormat,
3559
+ ReportType,
3560
+ ReportStatus,
3561
+ UnsupportedFeatureException,
3562
+ PreviewStatus,
3563
+ StopAction
3563
3564
  });
3564
3565
 
@@ -60,7 +60,7 @@ declare const DescribeCrossAccountAccessRoleCommand_base: {
60
60
  * @example Describte cross account access role
61
61
  * ```javascript
62
62
  * // Describes the IAM role that enables Amazon Inspector to access your AWS account.
63
- * const input = undefined;
63
+ * const input = {};
64
64
  * const command = new DescribeCrossAccountAccessRoleCommand(input);
65
65
  * const response = await client.send(command);
66
66
  * /* response ==
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector",
3
3
  "description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.498.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-inspector",