@aws-sdk/client-accessanalyzer 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.
- package/dist-cjs/index.js +40 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3622,34 +3622,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3622
3622
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3623
3623
|
|
|
3624
3624
|
0 && (module.exports = {
|
|
3625
|
-
AccessAnalyzer,
|
|
3626
|
-
AccessAnalyzerClient,
|
|
3627
3625
|
AccessAnalyzerServiceException,
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
AclGrantee,
|
|
3633
|
-
AclPermission,
|
|
3634
|
-
AnalyzerConfiguration,
|
|
3626
|
+
__Client,
|
|
3627
|
+
AccessAnalyzerClient,
|
|
3628
|
+
AccessAnalyzer,
|
|
3629
|
+
$Command,
|
|
3635
3630
|
ApplyArchiveRuleCommand,
|
|
3636
3631
|
CancelPolicyGenerationCommand,
|
|
3637
3632
|
CheckAccessNotGrantedCommand,
|
|
3638
|
-
CheckAccessNotGrantedRequestFilterSensitiveLog,
|
|
3639
|
-
CheckAccessNotGrantedResult,
|
|
3640
3633
|
CheckNoNewAccessCommand,
|
|
3641
|
-
CheckNoNewAccessRequestFilterSensitiveLog,
|
|
3642
|
-
CheckNoNewAccessResult,
|
|
3643
|
-
Configuration,
|
|
3644
|
-
ConflictException,
|
|
3645
3634
|
CreateAccessPreviewCommand,
|
|
3646
3635
|
CreateAnalyzerCommand,
|
|
3647
3636
|
CreateArchiveRuleCommand,
|
|
3648
3637
|
DeleteAnalyzerCommand,
|
|
3649
3638
|
DeleteArchiveRuleCommand,
|
|
3650
|
-
FindingChangeType,
|
|
3651
|
-
FindingDetails,
|
|
3652
|
-
FindingType,
|
|
3653
3639
|
GetAccessPreviewCommand,
|
|
3654
3640
|
GetAnalyzedResourceCommand,
|
|
3655
3641
|
GetAnalyzerCommand,
|
|
@@ -3657,11 +3643,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3657
3643
|
GetFindingCommand,
|
|
3658
3644
|
GetFindingV2Command,
|
|
3659
3645
|
GetGeneratedPolicyCommand,
|
|
3660
|
-
InternalServerException,
|
|
3661
|
-
InvalidParameterException,
|
|
3662
|
-
JobErrorCode,
|
|
3663
|
-
JobStatus,
|
|
3664
|
-
KmsGrantOperation,
|
|
3665
3646
|
ListAccessPreviewFindingsCommand,
|
|
3666
3647
|
ListAccessPreviewsCommand,
|
|
3667
3648
|
ListAnalyzedResourcesCommand,
|
|
@@ -3671,28 +3652,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3671
3652
|
ListFindingsV2Command,
|
|
3672
3653
|
ListPolicyGenerationsCommand,
|
|
3673
3654
|
ListTagsForResourceCommand,
|
|
3674
|
-
Locale,
|
|
3675
|
-
NetworkOriginConfiguration,
|
|
3676
|
-
PathElement,
|
|
3677
|
-
PolicyType,
|
|
3678
|
-
RdsDbClusterSnapshotAttributeValue,
|
|
3679
|
-
RdsDbSnapshotAttributeValue,
|
|
3680
|
-
ResourceNotFoundException,
|
|
3681
|
-
ServiceQuotaExceededException,
|
|
3682
3655
|
StartPolicyGenerationCommand,
|
|
3683
3656
|
StartResourceScanCommand,
|
|
3684
3657
|
TagResourceCommand,
|
|
3685
|
-
ThrottlingException,
|
|
3686
|
-
UnprocessableEntityException,
|
|
3687
3658
|
UntagResourceCommand,
|
|
3688
3659
|
UpdateArchiveRuleCommand,
|
|
3689
3660
|
UpdateFindingsCommand,
|
|
3690
3661
|
ValidatePolicyCommand,
|
|
3691
|
-
ValidatePolicyFindingType,
|
|
3692
|
-
ValidatePolicyResourceType,
|
|
3693
|
-
ValidationException,
|
|
3694
|
-
ValidationExceptionReason,
|
|
3695
|
-
__Client,
|
|
3696
3662
|
paginateGetFindingV2,
|
|
3697
3663
|
paginateListAccessPreviewFindings,
|
|
3698
3664
|
paginateListAccessPreviews,
|
|
@@ -3702,6 +3668,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3702
3668
|
paginateListFindings,
|
|
3703
3669
|
paginateListFindingsV2,
|
|
3704
3670
|
paginateListPolicyGenerations,
|
|
3705
|
-
paginateValidatePolicy
|
|
3671
|
+
paginateValidatePolicy,
|
|
3672
|
+
AccessDeniedException,
|
|
3673
|
+
ConflictException,
|
|
3674
|
+
InternalServerException,
|
|
3675
|
+
ResourceNotFoundException,
|
|
3676
|
+
ServiceQuotaExceededException,
|
|
3677
|
+
ThrottlingException,
|
|
3678
|
+
ValidationExceptionReason,
|
|
3679
|
+
ValidationException,
|
|
3680
|
+
AnalyzerConfiguration,
|
|
3681
|
+
AccessCheckPolicyType,
|
|
3682
|
+
CheckAccessNotGrantedResult,
|
|
3683
|
+
InvalidParameterException,
|
|
3684
|
+
UnprocessableEntityException,
|
|
3685
|
+
CheckNoNewAccessResult,
|
|
3686
|
+
KmsGrantOperation,
|
|
3687
|
+
RdsDbClusterSnapshotAttributeValue,
|
|
3688
|
+
RdsDbSnapshotAttributeValue,
|
|
3689
|
+
NetworkOriginConfiguration,
|
|
3690
|
+
AclGrantee,
|
|
3691
|
+
AclPermission,
|
|
3692
|
+
Configuration,
|
|
3693
|
+
AccessPreviewStatus,
|
|
3694
|
+
AccessPreviewStatusReasonCode,
|
|
3695
|
+
FindingDetails,
|
|
3696
|
+
FindingType,
|
|
3697
|
+
JobErrorCode,
|
|
3698
|
+
JobStatus,
|
|
3699
|
+
FindingChangeType,
|
|
3700
|
+
Locale,
|
|
3701
|
+
PolicyType,
|
|
3702
|
+
ValidatePolicyResourceType,
|
|
3703
|
+
ValidatePolicyFindingType,
|
|
3704
|
+
PathElement,
|
|
3705
|
+
CheckAccessNotGrantedRequestFilterSensitiveLog,
|
|
3706
|
+
CheckNoNewAccessRequestFilterSensitiveLog
|
|
3706
3707
|
});
|
|
3707
3708
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-accessanalyzer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-accessanalyzer",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|