@aws-sdk/client-accessanalyzer 3.974.0 → 3.978.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 +36 -23
- package/dist-es/AccessAnalyzer.js +25 -1
- package/dist-types/AccessAnalyzer.d.ts +78 -1
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +82 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -2228,6 +2228,28 @@ class ValidatePolicyCommand extends smithyClient.Command
|
|
|
2228
2228
|
.build() {
|
|
2229
2229
|
}
|
|
2230
2230
|
|
|
2231
|
+
const paginateGetFindingRecommendation = core.createPaginator(AccessAnalyzerClient, GetFindingRecommendationCommand, "nextToken", "nextToken", "maxResults");
|
|
2232
|
+
|
|
2233
|
+
const paginateGetFindingV2 = core.createPaginator(AccessAnalyzerClient, GetFindingV2Command, "nextToken", "nextToken", "maxResults");
|
|
2234
|
+
|
|
2235
|
+
const paginateListAccessPreviewFindings = core.createPaginator(AccessAnalyzerClient, ListAccessPreviewFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
2236
|
+
|
|
2237
|
+
const paginateListAccessPreviews = core.createPaginator(AccessAnalyzerClient, ListAccessPreviewsCommand, "nextToken", "nextToken", "maxResults");
|
|
2238
|
+
|
|
2239
|
+
const paginateListAnalyzedResources = core.createPaginator(AccessAnalyzerClient, ListAnalyzedResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
2240
|
+
|
|
2241
|
+
const paginateListAnalyzers = core.createPaginator(AccessAnalyzerClient, ListAnalyzersCommand, "nextToken", "nextToken", "maxResults");
|
|
2242
|
+
|
|
2243
|
+
const paginateListArchiveRules = core.createPaginator(AccessAnalyzerClient, ListArchiveRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
2244
|
+
|
|
2245
|
+
const paginateListFindings = core.createPaginator(AccessAnalyzerClient, ListFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
2246
|
+
|
|
2247
|
+
const paginateListFindingsV2 = core.createPaginator(AccessAnalyzerClient, ListFindingsV2Command, "nextToken", "nextToken", "maxResults");
|
|
2248
|
+
|
|
2249
|
+
const paginateListPolicyGenerations = core.createPaginator(AccessAnalyzerClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2250
|
+
|
|
2251
|
+
const paginateValidatePolicy = core.createPaginator(AccessAnalyzerClient, ValidatePolicyCommand, "nextToken", "nextToken", "maxResults");
|
|
2252
|
+
|
|
2231
2253
|
const commands = {
|
|
2232
2254
|
ApplyArchiveRuleCommand,
|
|
2233
2255
|
CancelPolicyGenerationCommand,
|
|
@@ -2267,31 +2289,22 @@ const commands = {
|
|
|
2267
2289
|
UpdateFindingsCommand,
|
|
2268
2290
|
ValidatePolicyCommand,
|
|
2269
2291
|
};
|
|
2292
|
+
const paginators = {
|
|
2293
|
+
paginateGetFindingRecommendation,
|
|
2294
|
+
paginateGetFindingV2,
|
|
2295
|
+
paginateListAccessPreviewFindings,
|
|
2296
|
+
paginateListAccessPreviews,
|
|
2297
|
+
paginateListAnalyzedResources,
|
|
2298
|
+
paginateListAnalyzers,
|
|
2299
|
+
paginateListArchiveRules,
|
|
2300
|
+
paginateListFindings,
|
|
2301
|
+
paginateListFindingsV2,
|
|
2302
|
+
paginateListPolicyGenerations,
|
|
2303
|
+
paginateValidatePolicy,
|
|
2304
|
+
};
|
|
2270
2305
|
class AccessAnalyzer extends AccessAnalyzerClient {
|
|
2271
2306
|
}
|
|
2272
|
-
smithyClient.createAggregatedClient(commands, AccessAnalyzer);
|
|
2273
|
-
|
|
2274
|
-
const paginateGetFindingRecommendation = core.createPaginator(AccessAnalyzerClient, GetFindingRecommendationCommand, "nextToken", "nextToken", "maxResults");
|
|
2275
|
-
|
|
2276
|
-
const paginateGetFindingV2 = core.createPaginator(AccessAnalyzerClient, GetFindingV2Command, "nextToken", "nextToken", "maxResults");
|
|
2277
|
-
|
|
2278
|
-
const paginateListAccessPreviewFindings = core.createPaginator(AccessAnalyzerClient, ListAccessPreviewFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
2279
|
-
|
|
2280
|
-
const paginateListAccessPreviews = core.createPaginator(AccessAnalyzerClient, ListAccessPreviewsCommand, "nextToken", "nextToken", "maxResults");
|
|
2281
|
-
|
|
2282
|
-
const paginateListAnalyzedResources = core.createPaginator(AccessAnalyzerClient, ListAnalyzedResourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
2283
|
-
|
|
2284
|
-
const paginateListAnalyzers = core.createPaginator(AccessAnalyzerClient, ListAnalyzersCommand, "nextToken", "nextToken", "maxResults");
|
|
2285
|
-
|
|
2286
|
-
const paginateListArchiveRules = core.createPaginator(AccessAnalyzerClient, ListArchiveRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
2287
|
-
|
|
2288
|
-
const paginateListFindings = core.createPaginator(AccessAnalyzerClient, ListFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
2289
|
-
|
|
2290
|
-
const paginateListFindingsV2 = core.createPaginator(AccessAnalyzerClient, ListFindingsV2Command, "nextToken", "nextToken", "maxResults");
|
|
2291
|
-
|
|
2292
|
-
const paginateListPolicyGenerations = core.createPaginator(AccessAnalyzerClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2293
|
-
|
|
2294
|
-
const paginateValidatePolicy = core.createPaginator(AccessAnalyzerClient, ValidatePolicyCommand, "nextToken", "nextToken", "maxResults");
|
|
2307
|
+
smithyClient.createAggregatedClient(commands, AccessAnalyzer, { paginators });
|
|
2295
2308
|
|
|
2296
2309
|
const ValidationExceptionReason = {
|
|
2297
2310
|
CANNOT_PARSE: "cannotParse",
|
|
@@ -37,6 +37,17 @@ import { UpdateAnalyzerCommand, } from "./commands/UpdateAnalyzerCommand";
|
|
|
37
37
|
import { UpdateArchiveRuleCommand, } from "./commands/UpdateArchiveRuleCommand";
|
|
38
38
|
import { UpdateFindingsCommand, } from "./commands/UpdateFindingsCommand";
|
|
39
39
|
import { ValidatePolicyCommand, } from "./commands/ValidatePolicyCommand";
|
|
40
|
+
import { paginateGetFindingRecommendation } from "./pagination/GetFindingRecommendationPaginator";
|
|
41
|
+
import { paginateGetFindingV2 } from "./pagination/GetFindingV2Paginator";
|
|
42
|
+
import { paginateListAccessPreviewFindings } from "./pagination/ListAccessPreviewFindingsPaginator";
|
|
43
|
+
import { paginateListAccessPreviews } from "./pagination/ListAccessPreviewsPaginator";
|
|
44
|
+
import { paginateListAnalyzedResources } from "./pagination/ListAnalyzedResourcesPaginator";
|
|
45
|
+
import { paginateListAnalyzers } from "./pagination/ListAnalyzersPaginator";
|
|
46
|
+
import { paginateListArchiveRules } from "./pagination/ListArchiveRulesPaginator";
|
|
47
|
+
import { paginateListFindings } from "./pagination/ListFindingsPaginator";
|
|
48
|
+
import { paginateListFindingsV2 } from "./pagination/ListFindingsV2Paginator";
|
|
49
|
+
import { paginateListPolicyGenerations } from "./pagination/ListPolicyGenerationsPaginator";
|
|
50
|
+
import { paginateValidatePolicy } from "./pagination/ValidatePolicyPaginator";
|
|
40
51
|
const commands = {
|
|
41
52
|
ApplyArchiveRuleCommand,
|
|
42
53
|
CancelPolicyGenerationCommand,
|
|
@@ -76,6 +87,19 @@ const commands = {
|
|
|
76
87
|
UpdateFindingsCommand,
|
|
77
88
|
ValidatePolicyCommand,
|
|
78
89
|
};
|
|
90
|
+
const paginators = {
|
|
91
|
+
paginateGetFindingRecommendation,
|
|
92
|
+
paginateGetFindingV2,
|
|
93
|
+
paginateListAccessPreviewFindings,
|
|
94
|
+
paginateListAccessPreviews,
|
|
95
|
+
paginateListAnalyzedResources,
|
|
96
|
+
paginateListAnalyzers,
|
|
97
|
+
paginateListArchiveRules,
|
|
98
|
+
paginateListFindings,
|
|
99
|
+
paginateListFindingsV2,
|
|
100
|
+
paginateListPolicyGenerations,
|
|
101
|
+
paginateValidatePolicy,
|
|
102
|
+
};
|
|
79
103
|
export class AccessAnalyzer extends AccessAnalyzerClient {
|
|
80
104
|
}
|
|
81
|
-
createAggregatedClient(commands, AccessAnalyzer);
|
|
105
|
+
createAggregatedClient(commands, AccessAnalyzer, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AccessAnalyzerClient } from "./AccessAnalyzerClient";
|
|
3
3
|
import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand";
|
|
4
4
|
import { CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput } from "./commands/CancelPolicyGenerationCommand";
|
|
@@ -262,6 +262,83 @@ export interface AccessAnalyzer {
|
|
|
262
262
|
validatePolicy(args: ValidatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<ValidatePolicyCommandOutput>;
|
|
263
263
|
validatePolicy(args: ValidatePolicyCommandInput, cb: (err: any, data?: ValidatePolicyCommandOutput) => void): void;
|
|
264
264
|
validatePolicy(args: ValidatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePolicyCommandOutput) => void): void;
|
|
265
|
+
/**
|
|
266
|
+
* @see {@link GetFindingRecommendationCommand}
|
|
267
|
+
* @param args - command input.
|
|
268
|
+
* @param paginationConfig - optional pagination config.
|
|
269
|
+
* @returns AsyncIterable of {@link GetFindingRecommendationCommandOutput}.
|
|
270
|
+
*/
|
|
271
|
+
paginateGetFindingRecommendation(args: GetFindingRecommendationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetFindingRecommendationCommandOutput>;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link GetFindingV2Command}
|
|
274
|
+
* @param args - command input.
|
|
275
|
+
* @param paginationConfig - optional pagination config.
|
|
276
|
+
* @returns AsyncIterable of {@link GetFindingV2CommandOutput}.
|
|
277
|
+
*/
|
|
278
|
+
paginateGetFindingV2(args: GetFindingV2CommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetFindingV2CommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* @see {@link ListAccessPreviewFindingsCommand}
|
|
281
|
+
* @param args - command input.
|
|
282
|
+
* @param paginationConfig - optional pagination config.
|
|
283
|
+
* @returns AsyncIterable of {@link ListAccessPreviewFindingsCommandOutput}.
|
|
284
|
+
*/
|
|
285
|
+
paginateListAccessPreviewFindings(args: ListAccessPreviewFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPreviewFindingsCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* @see {@link ListAccessPreviewsCommand}
|
|
288
|
+
* @param args - command input.
|
|
289
|
+
* @param paginationConfig - optional pagination config.
|
|
290
|
+
* @returns AsyncIterable of {@link ListAccessPreviewsCommandOutput}.
|
|
291
|
+
*/
|
|
292
|
+
paginateListAccessPreviews(args: ListAccessPreviewsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessPreviewsCommandOutput>;
|
|
293
|
+
/**
|
|
294
|
+
* @see {@link ListAnalyzedResourcesCommand}
|
|
295
|
+
* @param args - command input.
|
|
296
|
+
* @param paginationConfig - optional pagination config.
|
|
297
|
+
* @returns AsyncIterable of {@link ListAnalyzedResourcesCommandOutput}.
|
|
298
|
+
*/
|
|
299
|
+
paginateListAnalyzedResources(args: ListAnalyzedResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnalyzedResourcesCommandOutput>;
|
|
300
|
+
/**
|
|
301
|
+
* @see {@link ListAnalyzersCommand}
|
|
302
|
+
* @param args - command input.
|
|
303
|
+
* @param paginationConfig - optional pagination config.
|
|
304
|
+
* @returns AsyncIterable of {@link ListAnalyzersCommandOutput}.
|
|
305
|
+
*/
|
|
306
|
+
paginateListAnalyzers(args?: ListAnalyzersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnalyzersCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* @see {@link ListArchiveRulesCommand}
|
|
309
|
+
* @param args - command input.
|
|
310
|
+
* @param paginationConfig - optional pagination config.
|
|
311
|
+
* @returns AsyncIterable of {@link ListArchiveRulesCommandOutput}.
|
|
312
|
+
*/
|
|
313
|
+
paginateListArchiveRules(args: ListArchiveRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListArchiveRulesCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* @see {@link ListFindingsCommand}
|
|
316
|
+
* @param args - command input.
|
|
317
|
+
* @param paginationConfig - optional pagination config.
|
|
318
|
+
* @returns AsyncIterable of {@link ListFindingsCommandOutput}.
|
|
319
|
+
*/
|
|
320
|
+
paginateListFindings(args: ListFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFindingsCommandOutput>;
|
|
321
|
+
/**
|
|
322
|
+
* @see {@link ListFindingsV2Command}
|
|
323
|
+
* @param args - command input.
|
|
324
|
+
* @param paginationConfig - optional pagination config.
|
|
325
|
+
* @returns AsyncIterable of {@link ListFindingsV2CommandOutput}.
|
|
326
|
+
*/
|
|
327
|
+
paginateListFindingsV2(args: ListFindingsV2CommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFindingsV2CommandOutput>;
|
|
328
|
+
/**
|
|
329
|
+
* @see {@link ListPolicyGenerationsCommand}
|
|
330
|
+
* @param args - command input.
|
|
331
|
+
* @param paginationConfig - optional pagination config.
|
|
332
|
+
* @returns AsyncIterable of {@link ListPolicyGenerationsCommandOutput}.
|
|
333
|
+
*/
|
|
334
|
+
paginateListPolicyGenerations(args?: ListPolicyGenerationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyGenerationsCommandOutput>;
|
|
335
|
+
/**
|
|
336
|
+
* @see {@link ValidatePolicyCommand}
|
|
337
|
+
* @param args - command input.
|
|
338
|
+
* @param paginationConfig - optional pagination config.
|
|
339
|
+
* @returns AsyncIterable of {@link ValidatePolicyCommandOutput}.
|
|
340
|
+
*/
|
|
341
|
+
paginateValidatePolicy(args: ValidatePolicyCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ValidatePolicyCommandOutput>;
|
|
265
342
|
}
|
|
266
343
|
/**
|
|
267
344
|
* <p>Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. Its features include findings for external, internal, and unused access, basic and custom policy checks for validating policies, and policy generation to generate fine-grained policies. To start using IAM Access Analyzer to identify external, internal, or unused access, you first need to create an analyzer.</p> <p> <b>External access analyzers</b> help you identify potential risks of accessing resources by enabling you to identify any resource policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An external principal can be another Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to preview public and cross-account access to your resources before deploying permissions changes.</p> <p> <b>Internal access analyzers</b> help you identify which principals within your organization or account have access to selected resources. This analysis supports implementing the principle of least privilege by ensuring that your specified resources can only be accessed by the intended principals within your organization.</p> <p> <b>Unused access analyzers</b> help you identify potential identity access risks by enabling you to identify unused IAM roles, unused access keys, unused console passwords, and IAM principals with unused service and action-level permissions.</p> <p>Beyond findings, IAM Access Analyzer provides basic and custom policy checks to validate IAM policies before deploying permissions changes. You can use policy generation to refine permissions by attaching a policy generated using access activity logged in CloudTrail logs. </p> <p>This guide describes the IAM Access Analyzer operations that you can call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Using Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { AccessAnalyzerClient } from "./AccessAnalyzerClient";
|
|
3
7
|
import {
|
|
4
8
|
ApplyArchiveRuleCommandInput,
|
|
@@ -632,6 +636,83 @@ export interface AccessAnalyzer {
|
|
|
632
636
|
options: __HttpHandlerOptions,
|
|
633
637
|
cb: (err: any, data?: ValidatePolicyCommandOutput) => void
|
|
634
638
|
): void;
|
|
639
|
+
paginateGetFindingRecommendation(
|
|
640
|
+
args: GetFindingRecommendationCommandInput,
|
|
641
|
+
paginationConfig?: Pick<
|
|
642
|
+
PaginationConfiguration,
|
|
643
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
644
|
+
>
|
|
645
|
+
): Paginator<GetFindingRecommendationCommandOutput>;
|
|
646
|
+
paginateGetFindingV2(
|
|
647
|
+
args: GetFindingV2CommandInput,
|
|
648
|
+
paginationConfig?: Pick<
|
|
649
|
+
PaginationConfiguration,
|
|
650
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
651
|
+
>
|
|
652
|
+
): Paginator<GetFindingV2CommandOutput>;
|
|
653
|
+
paginateListAccessPreviewFindings(
|
|
654
|
+
args: ListAccessPreviewFindingsCommandInput,
|
|
655
|
+
paginationConfig?: Pick<
|
|
656
|
+
PaginationConfiguration,
|
|
657
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
658
|
+
>
|
|
659
|
+
): Paginator<ListAccessPreviewFindingsCommandOutput>;
|
|
660
|
+
paginateListAccessPreviews(
|
|
661
|
+
args: ListAccessPreviewsCommandInput,
|
|
662
|
+
paginationConfig?: Pick<
|
|
663
|
+
PaginationConfiguration,
|
|
664
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
665
|
+
>
|
|
666
|
+
): Paginator<ListAccessPreviewsCommandOutput>;
|
|
667
|
+
paginateListAnalyzedResources(
|
|
668
|
+
args: ListAnalyzedResourcesCommandInput,
|
|
669
|
+
paginationConfig?: Pick<
|
|
670
|
+
PaginationConfiguration,
|
|
671
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
672
|
+
>
|
|
673
|
+
): Paginator<ListAnalyzedResourcesCommandOutput>;
|
|
674
|
+
paginateListAnalyzers(
|
|
675
|
+
args?: ListAnalyzersCommandInput,
|
|
676
|
+
paginationConfig?: Pick<
|
|
677
|
+
PaginationConfiguration,
|
|
678
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
679
|
+
>
|
|
680
|
+
): Paginator<ListAnalyzersCommandOutput>;
|
|
681
|
+
paginateListArchiveRules(
|
|
682
|
+
args: ListArchiveRulesCommandInput,
|
|
683
|
+
paginationConfig?: Pick<
|
|
684
|
+
PaginationConfiguration,
|
|
685
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
686
|
+
>
|
|
687
|
+
): Paginator<ListArchiveRulesCommandOutput>;
|
|
688
|
+
paginateListFindings(
|
|
689
|
+
args: ListFindingsCommandInput,
|
|
690
|
+
paginationConfig?: Pick<
|
|
691
|
+
PaginationConfiguration,
|
|
692
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
693
|
+
>
|
|
694
|
+
): Paginator<ListFindingsCommandOutput>;
|
|
695
|
+
paginateListFindingsV2(
|
|
696
|
+
args: ListFindingsV2CommandInput,
|
|
697
|
+
paginationConfig?: Pick<
|
|
698
|
+
PaginationConfiguration,
|
|
699
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
700
|
+
>
|
|
701
|
+
): Paginator<ListFindingsV2CommandOutput>;
|
|
702
|
+
paginateListPolicyGenerations(
|
|
703
|
+
args?: ListPolicyGenerationsCommandInput,
|
|
704
|
+
paginationConfig?: Pick<
|
|
705
|
+
PaginationConfiguration,
|
|
706
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
707
|
+
>
|
|
708
|
+
): Paginator<ListPolicyGenerationsCommandOutput>;
|
|
709
|
+
paginateValidatePolicy(
|
|
710
|
+
args: ValidatePolicyCommandInput,
|
|
711
|
+
paginationConfig?: Pick<
|
|
712
|
+
PaginationConfiguration,
|
|
713
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
714
|
+
>
|
|
715
|
+
): Paginator<ValidatePolicyCommandOutput>;
|
|
635
716
|
}
|
|
636
717
|
export declare class AccessAnalyzer
|
|
637
718
|
extends AccessAnalyzerClient
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-accessanalyzer",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|