@aws-sdk/client-detective 3.496.0 → 3.501.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 +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2984,71 +2984,72 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2984
2984
  // Annotate the CommonJS export names for ESM import in node:
2985
2985
 
2986
2986
  0 && (module.exports = {
2987
+ DetectiveServiceException,
2988
+ __Client,
2989
+ DetectiveClient,
2990
+ Detective,
2991
+ $Command,
2987
2992
  AcceptInvitationCommand,
2988
- AccessDeniedException,
2989
- AccountFilterSensitiveLog,
2990
2993
  BatchGetGraphMemberDatasourcesCommand,
2991
2994
  BatchGetMembershipDatasourcesCommand,
2992
- ConflictException,
2993
2995
  CreateGraphCommand,
2994
2996
  CreateMembersCommand,
2995
- CreateMembersRequestFilterSensitiveLog,
2996
- CreateMembersResponseFilterSensitiveLog,
2997
- DatasourcePackage,
2998
- DatasourcePackageIngestState,
2999
2997
  DeleteGraphCommand,
3000
2998
  DeleteMembersCommand,
3001
2999
  DescribeOrganizationConfigurationCommand,
3002
- Detective,
3003
- DetectiveClient,
3004
- DetectiveServiceException,
3005
3000
  DisableOrganizationAdminAccountCommand,
3006
3001
  DisassociateMembershipCommand,
3007
3002
  EnableOrganizationAdminAccountCommand,
3008
- EntityType,
3009
- ErrorCode,
3010
- Field,
3011
3003
  GetInvestigationCommand,
3012
3004
  GetMembersCommand,
3013
- GetMembersResponseFilterSensitiveLog,
3014
- IndicatorType,
3015
- InternalServerException,
3016
- InvitationType,
3017
3005
  ListDatasourcePackagesCommand,
3018
3006
  ListGraphsCommand,
3019
3007
  ListIndicatorsCommand,
3020
3008
  ListInvestigationsCommand,
3021
3009
  ListInvitationsCommand,
3022
- ListInvitationsResponseFilterSensitiveLog,
3023
3010
  ListMembersCommand,
3024
- ListMembersResponseFilterSensitiveLog,
3025
3011
  ListOrganizationAdminAccountsCommand,
3026
3012
  ListTagsForResourceCommand,
3027
- MemberDetailFilterSensitiveLog,
3028
- MemberDisabledReason,
3029
- MemberStatus,
3030
- Reason,
3031
3013
  RejectInvitationCommand,
3032
- ResourceNotFoundException,
3033
- ServiceQuotaExceededException,
3034
- Severity,
3035
- SortOrder,
3036
3014
  StartInvestigationCommand,
3037
3015
  StartMonitoringMemberCommand,
3038
- State,
3039
- Status,
3040
3016
  TagResourceCommand,
3041
- TooManyRequestsException,
3042
3017
  UntagResourceCommand,
3043
3018
  UpdateDatasourcePackagesCommand,
3044
3019
  UpdateInvestigationStateCommand,
3045
3020
  UpdateOrganizationConfigurationCommand,
3046
- ValidationException,
3047
- __Client,
3048
3021
  paginateListDatasourcePackages,
3049
3022
  paginateListGraphs,
3050
3023
  paginateListInvitations,
3051
3024
  paginateListMembers,
3052
- paginateListOrganizationAdminAccounts
3025
+ paginateListOrganizationAdminAccounts,
3026
+ ErrorCode,
3027
+ AccessDeniedException,
3028
+ ConflictException,
3029
+ InternalServerException,
3030
+ ResourceNotFoundException,
3031
+ ValidationException,
3032
+ DatasourcePackage,
3033
+ DatasourcePackageIngestState,
3034
+ ServiceQuotaExceededException,
3035
+ MemberDisabledReason,
3036
+ InvitationType,
3037
+ MemberStatus,
3038
+ TooManyRequestsException,
3039
+ EntityType,
3040
+ Severity,
3041
+ State,
3042
+ Status,
3043
+ IndicatorType,
3044
+ Reason,
3045
+ Field,
3046
+ SortOrder,
3047
+ AccountFilterSensitiveLog,
3048
+ CreateMembersRequestFilterSensitiveLog,
3049
+ MemberDetailFilterSensitiveLog,
3050
+ CreateMembersResponseFilterSensitiveLog,
3051
+ GetMembersResponseFilterSensitiveLog,
3052
+ ListInvitationsResponseFilterSensitiveLog,
3053
+ ListMembersResponseFilterSensitiveLog
3053
3054
  });
3054
3055
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-detective",
3
3
  "description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-detective",
@@ -20,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",