@aws-sdk/client-guardduty 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +52 -49
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -7301,19 +7301,16 @@ var paginateListThreatIntelSets = (0, import_core.createPaginator)(GuardDutyClie
7301
7301
  // src/index.ts
7302
7302
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
7303
7303
  // Annotate the CommonJS export names for ESM import in node:
7304
+
7304
7305
  0 && (module.exports = {
7306
+ GuardDutyServiceException,
7307
+ __Client,
7308
+ GuardDutyClient,
7309
+ GuardDuty,
7310
+ $Command,
7305
7311
  AcceptAdministratorInvitationCommand,
7306
7312
  AcceptInvitationCommand,
7307
- AccessDeniedException,
7308
- AdminStatus,
7309
7313
  ArchiveFindingsCommand,
7310
- AutoEnableMembers,
7311
- BadRequestException,
7312
- ConflictException,
7313
- CoverageFilterCriterionKey,
7314
- CoverageSortKey,
7315
- CoverageStatisticsType,
7316
- CoverageStatus,
7317
7314
  CreateDetectorCommand,
7318
7315
  CreateFilterCommand,
7319
7316
  CreateIPSetCommand,
@@ -7321,9 +7318,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7321
7318
  CreatePublishingDestinationCommand,
7322
7319
  CreateSampleFindingsCommand,
7323
7320
  CreateThreatIntelSetCommand,
7324
- CriterionKey,
7325
- DataSource,
7326
- DataSourceStatus,
7327
7321
  DeclineInvitationsCommand,
7328
7322
  DeleteDetectorCommand,
7329
7323
  DeleteFilterCommand,
@@ -7335,23 +7329,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7335
7329
  DescribeMalwareScansCommand,
7336
7330
  DescribeOrganizationConfigurationCommand,
7337
7331
  DescribePublishingDestinationCommand,
7338
- DestinationType,
7339
- DetectorFeature,
7340
- DetectorFeatureResult,
7341
- DetectorStatus,
7342
7332
  DisableOrganizationAdminAccountCommand,
7343
7333
  DisassociateFromAdministratorAccountCommand,
7344
7334
  DisassociateFromMasterAccountCommand,
7345
7335
  DisassociateMembersCommand,
7346
- EbsSnapshotPreservation,
7347
7336
  EnableOrganizationAdminAccountCommand,
7348
- FeatureAdditionalConfiguration,
7349
- FeatureStatus,
7350
- Feedback,
7351
- FilterAction,
7352
- FindingPublishingFrequency,
7353
- FindingStatisticType,
7354
- FreeTrialFeatureResult,
7355
7337
  GetAdministratorAccountCommand,
7356
7338
  GetCoverageStatisticsCommand,
7357
7339
  GetDetectorCommand,
@@ -7368,13 +7350,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7368
7350
  GetRemainingFreeTrialDaysCommand,
7369
7351
  GetThreatIntelSetCommand,
7370
7352
  GetUsageStatisticsCommand,
7371
- GuardDuty,
7372
- GuardDutyClient,
7373
- GuardDutyServiceException,
7374
- InternalServerErrorException,
7375
7353
  InviteMembersCommand,
7376
- IpSetFormat,
7377
- IpSetStatus,
7378
7354
  ListCoverageCommand,
7379
7355
  ListDetectorsCommand,
7380
7356
  ListFiltersCommand,
@@ -7386,25 +7362,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7386
7362
  ListPublishingDestinationsCommand,
7387
7363
  ListTagsForResourceCommand,
7388
7364
  ListThreatIntelSetsCommand,
7389
- ManagementType,
7390
- OrderBy,
7391
- OrgFeature,
7392
- OrgFeatureAdditionalConfiguration,
7393
- OrgFeatureStatus,
7394
- ProfileSubtype,
7395
- ProfileType,
7396
- PublishingStatus,
7397
- ResourceType,
7398
- ScanCriterionKey,
7399
- ScanResult,
7400
- ScanStatus,
7401
- ScanType,
7402
7365
  StartMalwareScanCommand,
7403
7366
  StartMonitoringMembersCommand,
7404
7367
  StopMonitoringMembersCommand,
7405
7368
  TagResourceCommand,
7406
- ThreatIntelSetFormat,
7407
- ThreatIntelSetStatus,
7408
7369
  UnarchiveFindingsCommand,
7409
7370
  UntagResourceCommand,
7410
7371
  UpdateDetectorCommand,
@@ -7416,9 +7377,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7416
7377
  UpdateOrganizationConfigurationCommand,
7417
7378
  UpdatePublishingDestinationCommand,
7418
7379
  UpdateThreatIntelSetCommand,
7419
- UsageFeature,
7420
- UsageStatisticType,
7421
- __Client,
7422
7380
  paginateDescribeMalwareScans,
7423
7381
  paginateDescribeOrganizationConfiguration,
7424
7382
  paginateGetUsageStatistics,
@@ -7431,5 +7389,50 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
7431
7389
  paginateListMembers,
7432
7390
  paginateListOrganizationAdminAccounts,
7433
7391
  paginateListPublishingDestinations,
7434
- paginateListThreatIntelSets
7392
+ paginateListThreatIntelSets,
7393
+ BadRequestException,
7394
+ InternalServerErrorException,
7395
+ AccessDeniedException,
7396
+ FreeTrialFeatureResult,
7397
+ AdminStatus,
7398
+ ProfileSubtype,
7399
+ ProfileType,
7400
+ AutoEnableMembers,
7401
+ DataSourceStatus,
7402
+ ConflictException,
7403
+ CoverageStatus,
7404
+ ResourceType,
7405
+ ManagementType,
7406
+ CoverageFilterCriterionKey,
7407
+ CoverageSortKey,
7408
+ OrderBy,
7409
+ CoverageStatisticsType,
7410
+ FeatureAdditionalConfiguration,
7411
+ FeatureStatus,
7412
+ DetectorFeature,
7413
+ FindingPublishingFrequency,
7414
+ FilterAction,
7415
+ IpSetFormat,
7416
+ DestinationType,
7417
+ ThreatIntelSetFormat,
7418
+ CriterionKey,
7419
+ DataSource,
7420
+ ScanResult,
7421
+ ScanStatus,
7422
+ ScanType,
7423
+ OrgFeatureStatus,
7424
+ OrgFeatureAdditionalConfiguration,
7425
+ OrgFeature,
7426
+ PublishingStatus,
7427
+ DetectorFeatureResult,
7428
+ DetectorStatus,
7429
+ EbsSnapshotPreservation,
7430
+ Feedback,
7431
+ FindingStatisticType,
7432
+ IpSetStatus,
7433
+ ScanCriterionKey,
7434
+ ThreatIntelSetStatus,
7435
+ UsageFeature,
7436
+ UsageStatisticType
7435
7437
  });
7438
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.499.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-guardduty",
@@ -20,48 +20,48 @@
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.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.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
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",