@aws-sdk/client-accessanalyzer 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +132 -143
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +13 -40
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +39 -39