@aws-sdk/client-inspector 3.495.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
@@ -3476,17 +3476,14 @@ var paginatePreviewAgents = (0, import_core.createPaginator)(InspectorClient, Pr
3476
3476
  // src/index.ts
3477
3477
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3478
3478
  // Annotate the CommonJS export names for ESM import in node:
3479
+
3479
3480
  0 && (module.exports = {
3480
- AccessDeniedErrorCode,
3481
- AccessDeniedException,
3481
+ InspectorServiceException,
3482
+ __Client,
3483
+ InspectorClient,
3484
+ Inspector,
3485
+ $Command,
3482
3486
  AddAttributesToFindingsCommand,
3483
- AgentHealth,
3484
- AgentHealthCode,
3485
- AgentsAlreadyRunningAssessmentException,
3486
- AssessmentRunInProgressException,
3487
- AssessmentRunNotificationSnsStatusCode,
3488
- AssessmentRunState,
3489
- AssetType,
3490
3487
  CreateAssessmentTargetCommand,
3491
3488
  CreateAssessmentTemplateCommand,
3492
3489
  CreateExclusionsPreviewCommand,
@@ -3502,21 +3499,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3502
3499
  DescribeFindingsCommand,
3503
3500
  DescribeResourceGroupsCommand,
3504
3501
  DescribeRulesPackagesCommand,
3505
- FailedItemErrorCode,
3506
3502
  GetAssessmentReportCommand,
3507
3503
  GetExclusionsPreviewCommand,
3508
3504
  GetTelemetryMetadataCommand,
3509
- Inspector,
3510
- InspectorClient,
3511
- InspectorEvent,
3512
- InspectorServiceException,
3513
- InternalException,
3514
- InvalidCrossAccountRoleErrorCode,
3515
- InvalidCrossAccountRoleException,
3516
- InvalidInputErrorCode,
3517
- InvalidInputException,
3518
- LimitExceededErrorCode,
3519
- LimitExceededException,
3520
3505
  ListAssessmentRunAgentsCommand,
3521
3506
  ListAssessmentRunsCommand,
3522
3507
  ListAssessmentTargetsCommand,
@@ -3526,29 +3511,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3526
3511
  ListFindingsCommand,
3527
3512
  ListRulesPackagesCommand,
3528
3513
  ListTagsForResourceCommand,
3529
- Locale,
3530
- NoSuchEntityErrorCode,
3531
- NoSuchEntityException,
3532
3514
  PreviewAgentsCommand,
3533
- PreviewGenerationInProgressException,
3534
- PreviewStatus,
3535
3515
  RegisterCrossAccountAccessRoleCommand,
3536
3516
  RemoveAttributesFromFindingsCommand,
3537
- ReportFileFormat,
3538
- ReportStatus,
3539
- ReportType,
3540
- ScopeType,
3541
- ServiceTemporarilyUnavailableException,
3542
3517
  SetTagsForResourceCommand,
3543
- Severity,
3544
3518
  StartAssessmentRunCommand,
3545
- StopAction,
3546
3519
  StopAssessmentRunCommand,
3547
3520
  SubscribeToEventCommand,
3548
3521
  UnsubscribeFromEventCommand,
3549
- UnsupportedFeatureException,
3550
3522
  UpdateAssessmentTargetCommand,
3551
- __Client,
3552
3523
  paginateGetExclusionsPreview,
3553
3524
  paginateListAssessmentRunAgents,
3554
3525
  paginateListAssessmentRuns,
@@ -3558,5 +3529,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3558
3529
  paginateListExclusions,
3559
3530
  paginateListFindings,
3560
3531
  paginateListRulesPackages,
3561
- 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
3562
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.495.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",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",